@charset "Shift_JIS";


/*----------------基本設定----------------*/
img {
	border: 0;
}
img{vertical-align:bottom;} /* IE6で画像の上下に隙間ができる事の解決策 */

ul,
ol {
	list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-size:100%;
	font-weight:normal;
}
ul,
ol,
li,
p {
	margin: 0;
	padding: 0;
}
table {
	font-size: 100%;
}

/* flexbox */
.flex{
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-around;
	align-items: stretch;
}
img{
    max-width: 100%;
}

/*----------------レイアウト設定----------------*/
body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
	font-size: 75%;/*IE6*/
	font: 14px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, sans-serif;
	line-height: 1.3;
}

/* ヘッダー */
#breadcrumb {
	padding: 20px 0 20px 0px;
	overflow: hidden;
	font-size:92%;
}
#breadcrumb a {
	background: url(../../../../images/arrow2.png) no-repeat right 50%;
	padding: 0 12px 0 0;
}
#breadcrumb li {
	float: left;
	margin: 0 7px 0 0;
	list-style: none;
}

#container {
	clear: both;
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	color: rgba(0,0,0,1.00);
}
#wrapper{
	margin: 0 auto;
	position: relative;
	width: 940px;
}

#contents{
	width: 940px;
	margin:0 auto 0px;	
	background-image:url(../../img/bg_01.jpg);
	background-repeat: none;
}

/* メインコンテンツ */
#main_v{
	width: 940px;
	margin:0 auto 0 auto;	
}

.p_rel{
    position: relative;
}
.p_ab{
    position: absolute;
}
.u_line{
    text-decoration: underline;
}

.link-nakatomi{
    bottom: 475px;
    right: 223px;
    font-size: 12px;
    font-weight: bold;
}
.link-nakatomi a{
    display: inline;
    color: #000 !important;
}

.link-raptor{
    font-weight: bold;
    font-size: 14px;
    right: 250px;
    bottom: 510px;
}
.link-raptor a{
    color: #000 !important;
}

.tel-btn{
    max-width: 100%;
}

.item-area,
.standard-area,
.option-area,
.strength-area,
.follow-area,
.other-area,
.contact-area,
.color-area{
    margin-bottom: 50px;
}
.item-area .head-area,
.standard-area .head-area,
.option-area .head-area,
.strength-area .head-area,
.follow-area .head-area,
.other-area .head-area,
.contact-area .head-area,
.color-area .head-area{
    text-align: center;
    width: calc(100% - 100px);
    display: inline-block;
    position: relative;
    background-color: #00016b;
    height: 40px;
    z-index: 1;
    margin: 0 0 25px 0;
}
.item-area .head-area:before,
.standard-area .head-area:before,
.option-area .head-area:before,
.strength-area .head-area:before,
.follow-area .head-area:before,
.other-area .head-area:before,
.contact-area .head-area:before,
.color-area .head-area:before{
    content: '';
    display: block;
    background-color: #00016b;
    height: 40px;
    width: 40px;
    clip-path: polygon(0 0, 100% 100%, 0 100%);
    position: absolute;
    top: 0;
    right: -40px;
    z-index: 0;
}
.item-area .head-area:after,
.standard-area .head-area:after,
.option-area .head-area:after,
.strength-area .head-area:after,
.follow-area .head-area:after,
.other-area .head-area:after,
.contact-area .head-area:after,
.color-area .head-area:after{
    content: '';
    display: block;
    background-color: #00016b;
    height: 20px;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: -100px;
    z-index: -1;
}
.item-area .head-area .h2,
.standard-area .head-area .h2,
.option-area .head-area .h2,
.strength-area .head-area .h2,
.follow-area .head-area .h2,
.other-area .head-area .h2,
.contact-area .head-area .h2,
.color-area .head-area .h2{
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    display: block;
    color: #fff;
    padding-left: 100px;
}
.item-list .item:not(:last-of-type){
    margin-bottom: 25px;
}
.item-list .img{
    width: 25%;
}
.item-list .detail-area{
    width: 72%;
}
.item-list .detail-area .h3{
    background-color: #00016b;
    text-align: center;
    font-size: 18px;
    width: 100%;
    display: block;
    margin: 0 0 15px 0;
    padding: 8px 0;
    color: #fff;
}
.price-area{
    margin-bottom: 10px;
}
.price-area .ttl{
    background-color: #00016b;
    color: #fff;
    display: inline-block;
    padding: 2px 4px;
}
.price-area .price{
    font-weight: bold;
    font-size: 20px;
}
.info-area{
    font-size: 85%;
}

.item-list .detail-area .graph-area{
    width: 30%;
}
.item-list .detail-area .txt-area{
    width: 68%;
}
.item-list .detail-area .imgs{
    width: 100%;
}
.item-list .detail-area .imgs img{
    width: 49%;
}

.standard-list{
    align-items: stretch;
}
.standard-list .standard{
    width: 19%;
    border: 1px solid #00016b;
    margin: 0 0 15px 0;
    position: relative;
}
.standard-list .standard figcaption{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 1, 107, .8);
    font-size: 13px;
    color: #fff;
    text-align: center;
    padding: 2px 0;
}
.standard-ttl{
    width: 19%;
    height: 100%;
    background-color: #00016b;
    padding: 4px;
    height: 178px;
    color: #fff;
}
.standard-ttl .flex{
    height: 100%;
    border: 2px solid #fff;
    padding: 4px;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.standard-ttl .ttl{
    font-size: 18px;
    text-align: center;
    margin-bottom: 14px;
}
.standard-ttl .sub{
    text-align: left;
    font-size: 13px;
}

.option-area .option,
.strength-area .strength{
    margin-bottom: 25px;
}
.strength-area .h3,
.option-area .h3{
    display: inline-block;
    color: #00016b;
    font-size: 20px;
}
.option-area .option-list,
.color-area .txt-area{
    width: 67%;
}
.option-area .img,
.color-area .img{
    width: 30%;
}
.strength p:not(:first-of-type){
    margin-top: 15px;
    font-weight: bold;
    font-size: 16px;
}
.strength .flex{
    justify-content: flex-start;
}
.strength .flex div{
    margin-right: 30px;
}
.follow-area .h3{
    font-size: 18px;
    margin-top: 15px;
    color: #00016b;
}
.follow-area .txt > *:first-of-type{
    margin-top: 0;
}

.other-list .left,
.other-list .right{
    width: 48%;
}
.other-area table{
    width: 100%;
    border-spacing: 0;
}
.other-area table{
    border: 1px solid #ccc;
    font-size: 14px;
}
.other-area table tr{
    border-bottom: 1px solid #ccc;
}
.other-area table tr:last-of-type{
    border-bottom: none;
}
.other-area table tr:first-of-type th{
    background-color: #f5ffbe !important;
    text-align: center !important;
    font-size: 18px;
}
.other-area table tr:last-of-type th,
.other-area table tr:last-of-type td{
    background-color: #ffcaaf !important;
}
.other-area table tr th{
    padding: 5px 6px;
    border-right: 1px solid #ccc;
    background-color: #eee;
    font-weight: normal;
    width: 50%;
}
.other-area table tr td{
    padding: 3px 3px;
    text-align: center;
    width: 50%;
}

.other-area .txt{
    margin-bottom: 15px;
}



.lead-area{
    margin: 0 0 20px 0;
    font-size: 110%;
}


*{
    box-sizing: border-box;
}
hr {
	border-top: 1px solid #000;
	border-bottom: 1px solid #fff;
	width:747px;
	margin: 30px auto 30px;
}
/* フッター */

#footer {
	clear:both;
	margin: 30px auto 0;
	padding: 5px 0 0;
	width:940px;
	height:30px;
	background-color: #000000;	
	color:#fff;
}

#copy {
	text-align: center;
}
	

/*----------------リンク基本設定----------------*/
a{
  display:block;
} 
a.white:hover img{
  filter: alpha(opacity=60);
  opacity:0.6;
}

a:link {
	color:#0066CC;
	text-decoration:none;
}
a:visited {
	color:#0066CC;
	text-decoration:none;
}
a:hover {
	color:#0066CC;
	text-decoration:underline;
}
a:active {
	text-decoration:none;
}


/*----------------モジュール----------------*/
/*.ind9999 {
	text-indent: -9999px;
}
.height0 {
	height:0;
}
*/
span.red {
	color:red;
}
