﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);


.content *{
	font-family: "游ゴシック  Medium", YuGothic, "YuGothic M", "メイリオ", sans-serif;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.content figure{
	margin:0;
	padding: 0;
}

section{
	margin-bottom:60px;
}

section:after,
.products_headline:after{
	content: "";
	clear: both;
	display: block;
}

.product_header{
	margin-bottom: 50px !important;
}

.product_photo{
	margin: 0 auto 50px;
	position: relative;
	float: none !important;
}

.product_photo iframe{
	display: block;
	border:5px solid #ddd;
	padding: 5px;
	position: relative;
}

.product_special .head_set{
	width:100%;
	padding-left: 190px;
	position: relative;
	float: none;
}


.product_special .head_set h1 span{
	font-size:0.5em;
	display: inline-block;
	padding: 10px;
	margin-bottom: 0;
	border-bottom:0;
	background:#ccc;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	line-height: 1em;
	position: relative;
	top:-7px;
	left:10px;
}

.product_special .head_set p{
	font-size:1.1em;
	line-height: 1.75em;
	letter-spacing: 0px;
}

.product_special .head_set:before{
	content: url(../img/tw_850t/title_icon.gif);
	position: absolute;
	left:0;
	top:0;
}

.product_special .head_set .product_catchphrase_pokayoke{
	font-size:1.7em;
	margin-bottom: 10px;
	color:#a40002;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1em;
}

.product_special .head_set h1{
	font-size:2.8em;
	color:#000;
	margin-bottom: 20px;
	font-family: 'Noto Sans Japanese', sans-serif;
	line-height: 1.2em
}

.product_special .head_set h2{
	font-size: 1.8em;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1em;
}

.product_special .head_set .products_headline{
	margin-bottom: 0;
}

.products_headline{
	margin-bottom: 45px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.products_headline>figure{
	position: relative;
	top: -26px;
}

.products_headline>figure>img{
	width:150%;
	max-width: 150%;
}

.products_headline>div{
	width:620px;
	display: block;
	
}

.products_headline>div>figure{
	text-align: center;
	margin-bottom: 30px;
}

.products_headline>div>ul>li{
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	font-size:1.25em;
	color:#fff;
	background: #a40002;
}

.products_headline>div>ul{
	margin-bottom: 30px;
}

.products_headline>div>ul>li:last-child{
	margin-bottom: 0;
}

.products_headline>div>p{
	font-size:1.05em;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin-bottom: 26px;
}

.products_spec_section{
	margin-bottom: 45px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	-webkit-box-pack: justify;
	        -webkit-justify-content: space-between;
	            -ms-flex-pack: justify;
	        justify-content: space-between;
}



.products_spec_section02 ul li{
	margin-bottom:10px;
	padding-left:20px;
	position: relative;
}

.products_spec_section02 ul li:before{
	content:"○";
	position: absolute;
	left:0;
	top:0;
}


/* 関連商品 */
.product_special .ttl_relative_products{
	position: relative;
	font-size: 24px;
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom: solid 1px #dee2e7;
}
.product_special .ttl_relative_products:after{
	position: absolute;
	bottom: -1px;
	left: 0;
	content: " ";
	width: 142px;
	height: 1px;
	background: #0c96db;
}
.product_special .relative_products li{
	width: 479px;
	float: left;
	margin-right: 10px;
	padding: 0 10px 10px 0;
	border-right: solid 1px #dee2e7;
}
.product_special .relative_products li:nth-child(2n){
	border-right: none;
	margin-right: 0;
	padding: 0 0 10px 0;
}
.product_special .relative_products li.lastright{
	padding: 0 10px 0 0;
}
.product_special .relative_products li.lastleft{
	padding: 0 10px 0 0;
}
.product_special .relative_products li a{
	display: block;
	padding: 5px 15px;
	color: #373737;
	background: url(../img/icon_arrow_right.webp) no-repeat 96% center #f2f4f7;
}
.product_special .relative_products li a:hover{
	background-color: #e6eaf0;
	color: #373737;
	text-decoration: none;
}

.product_tool{
	margin-top: -50px;
}

.product_tool h3{
	width: 100%;
	padding: 23px 0;
	background: #f0f0f0;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 30px;
}

.product_tool ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	        -webkit-justify-content: space-between;
	            -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	        -webkit-align-items: center;
	            -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 40px;
}

.product_tool ul li:nth-of-type(2){
	margin-left: 23px;
}
.product_tool ul li:nth-of-type(2) img{
	width: 140px;
	height: auto;
}

.product_tool ul li:nth-of-type(3){
	margin-left: -20px;
}
.product_tool ul li:nth-of-type(3) img{
	width: 115px;
	height: auto;
}

.product_tool ul li:nth-of-type(4) img{
	width: 115px;
	height: auto;
}

.product_tool ul li:nth-of-type(5) img{
	width: 100px;
	height: auto;
}

.product_tool ul li:nth-of-type(6) img{
	width: 105px;
	height: auto;
}

.product_tool .tool_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	        -webkit-justify-content: space-between;
	            -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	        -webkit-align-items: stretch;
	            -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.product_tool .tool_box .item{
	text-align: center;
	background: #F7F8F8;
}
.product_tool .tool_box .item h4{
	text-align: center;
	background: #727171;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	padding: 12px 0;
}

.product_tool .tool_box .item div{
	padding: 30px;
}

.product_tool .tool_box .item:nth-of-type(2),
.product_tool .tool_box .item:nth-of-type(1){
	width: 470px;
	margin-bottom: 40px;
}

.product_tool .tool_box .item:nth-of-type(2) h4{
	height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_tool .tool_box .item:nth-of-type(3){
	width: 100%;
	margin-bottom: 80px;
}

.product_tool .tool_box .item:nth-of-type(1) div img{
	margin-bottom: 20px;
	padding: 0 30px;
}
.product_tool .tool_box .item:nth-of-type(1) div p{
	position: relative;
	display: inline-block;
	font-size: 1em;
	line-height: 1.4;
	color: #9A1E23;
	padding: 16px 12px 16px 12px;
    border: solid 1px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
	width: 130px;
	height: 130px;
}
.product_tool .tool_box .item:nth-of-type(1) div p:nth-of-type(1){
	margin-right: 20px;
}

.product_tool .tool_box .item:nth-of-type(1) div p span:nth-of-type(3){
	font-size: 2em;
}

.product_tool .tool_box .item:nth-of-type(1) div p span{
	display: block;
	font-size: 1em;
}

.product_tool .tool_box .item:nth-of-type(1) div img:nth-of-type(2){
	margin: 40px 0 20px 0;
}

.product_tool .tool_box .item:nth-of-type(2) div p{
	margin-bottom: 20px;
	font-size: 1em;
}

.product_tool .tool_box .item:nth-of-type(3){
	margin-bottom: 0;
}

.product_tool .tool_box .item:nth-of-type(3) div ul{
	margin-bottom: 0;
}

.product_tool .tool_box .item:nth-of-type(3) div ul li{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	        -webkit-justify-content: space-evenly;
	            -ms-flex-pack: space-evenly;
	        justify-content: space-evenly;
	-webkit-box-align: center;
	        -webkit-align-items: center;
	            -ms-flex-align: center;
	        align-items: center;
    text-align: left;
}

.product_tool .tool_box .item:nth-of-type(3) div ul li:nth-of-type(1){
	border-right: 1px solid #d1d1d1;
}

.product_tool .tool_box .item:nth-of-type(3) div ul li:nth-of-type(1) img{
	width: 200px;
	height: auto;
}

.product_tool .tool_box .item:nth-of-type(3) div ul li:nth-of-type(2) img{
	width: 200px;
	height: auto;
}

.product_tool .tool_box .item:nth-of-type(3) div ul li:nth-of-type(2) p span:nth-of-type(1),
.product_tool .tool_box .item:nth-of-type(3) div ul li:nth-of-type(1) p span:nth-of-type(1){
	display: block;
    padding: 5px 15px;
    color: #fff;
    -webkit-border-radius: 22px;
            border-radius: 22px;
    text-align: center;
	margin-bottom: 20px;
	width: 140px;
}

.product_tool .tool_box .item:nth-of-type(3) div ul li:nth-of-type(1) p span:nth-of-type(1){
	background: #6FAB3D;
}

.product_tool .tool_box .item:nth-of-type(3) div ul li:nth-of-type(1) p{
	font-size: 1.1em;
}

.red{
	color: #9A1E23;
}


.product_tool .tool_box .item:nth-of-type(3) div ul li:nth-of-type(2) p span:nth-of-type(1){
    background: #E07389;
}

.product_tool .tool_box .item:nth-of-type(3) div ul li:nth-of-type(2) p{
	font-size: 1.1em;
}

.specification dl{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.specification dl dt,
.specification dl dd{
	padding: 10px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	display: flex;
	align-items: center;
	font-size: 14px;
}

.specification dl dt{
	width: 128px;
	border-left: none;
	font-weight: bold;
	border-left: solid 1px #ccc;
}

.specification dl dd{
	width: 852px;
	border-right: solid 1px #ccc;
}

.specification dl dt:nth-of-type(even),
.specification dl dd:nth-of-type(even){
	background: #f6f6f6;
}

.specification dl dt:nth-of-type(1),
.specification dl dd:nth-of-type(1){
	background: #727171;
	color: #fff;
	border-top: solid 1px #ccc;
	font-size: 1.1em;
	font-weight: bold;
}


.tw_series{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
			flex-wrap: wrap;
	text-align: center;
}

.tw_series li:nth-of-type(5),
.tw_series li:nth-of-type(4),
.tw_series li:nth-of-type(3),
.tw_series li:nth-of-type(2),
.tw_series li:nth-of-type(1){
	width: 22%;
	margin-bottom: 20px;
}

.tw_series li:nth-of-type(2) a p{
	position: relative;
	left: 7px;
}

.tw_series li:nth-of-type(2) a p{
	position: relative;
	left: 7px;
}

.tw_series li:nth-of-type(3) a p{
	position: relative;
	left: 5px;
}

.tw_series li:nth-of-type(4) a p{
	position: relative;
	left: 6px;
}

.tw_series li:nth-of-type(5) a p{
	position: relative;
	left: 6px;
}


.tw_series li{
	position: relative;
}

.tw_series li:nth-of-type(1){
	margin-right: -30px;
	margin-left: -48px;
}

.tw_series li:nth-of-type(5){
	margin-right: -30px;
}

.tw_series li:nth-of-type(7){
	width: auto;
}
.tw_series li:nth-of-type(6){
	top: 37px;
}

.tw_series li:nth-of-type(7){
	margin: 0 100px;
}

.tw_series li:nth-of-type(7),
.tw_series li:nth-of-type(6){
	top: 35px;
}

.tw_series li:nth-of-type(6) img,
.tw_series li:nth-of-type(7) img{
	width: 100px;
}

.tw_series li:nth-of-type(7) p,
.tw_series li:nth-of-type(6) p{
	position: relative;
	top: 11px;
}

.tw_series li:nth-of-type(6) img{
	width: 100px;
}

.tw_series li:nth-of-type(8){
	position: relative;
	margin-right: -14px;
	margin-left: -20px;
}

.tw_series li:nth-of-type(8) p{
	position: relative;
	top: 1px;
	left: 8px;
}

.tw_series li:nth-of-type(8) img{
	width: 160px;
	height: auto;
}

.lineup{
	margin-bottom: 50px;
}

.lineup ul{
	display: flex;
	justify-content: center;
}

.lineup ul li{
	text-align: center;
}

.lineup ul li:nth-of-type(2){
	margin-right: 15px;
}

.lineup ul li img{
	width: 75%;
}

.lineup ul li a p{
	text-align: center;
}

.specification_list table{
	width: 100%;
	border-spacing: 0px;
	margin-bottom: 50px;
}

.specification_list table tr td:nth-of-type(1){
	width: 128px;
	border-left: solid 1px #ccc;
	font-weight: bold;
}

.specification_list table tr:nth-of-type(1){
	background: #0e6eb8;
	color: #fff;
	text-align: center;
	font-size: 1.1em;
}

.specification_list table tr:nth-of-type(1) td{
	font-size: 1em;
}

.specification_list table tr td:last-of-type{
	border-right: solid 1px #ccc;
}

.specification_list table td{
	padding: 10px;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	vertical-align: top;
	font-size: 14px;
	letter-spacing: -.9px;
	width: 283px;
	vertical-align: middle;
}


.specification_list table tr:nth-of-type(even) td{
	background: #f2f4f7;
}

.specification_list table tr:nth-of-type(7) td:nth-of-type(3),
.specification_list table tr:nth-of-type(6) td:nth-of-type(3),
.specification_list table tr:nth-of-type(5) td:nth-of-type(2),
.specification_list table tr:nth-of-type(4) td:nth-of-type(3),
.specification_list table tr:nth-of-type(3) td:nth-of-type(2){
	text-align: center;
}

.specification_list div h3{
	width: 100%;
    padding: 23px 0;
    background: #f0f0f0;
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 30px;
}

.specification_list div{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 782px;
    margin: 0 auto 50px auto;
}

.specification_list div .item{
	border: solid 1px #B7B7B7;
}

.specification_list div .item ul{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 100%;
	padding: 0 20px 30px 20px;
	margin-bottom: 0;
}

.specification_list div .item ul li{
	width: 16%;
}

.specification_list div .item ul li p{
	width: 100%;
}

.specification_list div .item:nth-of-type(1) ul{
	background: url(../img/tw_850t/arrow.svg) no-repeat center 47%;
	background-size: 50px auto;
}


.specification_list div .item:nth-of-type(1) ul li p{
	width: 160px;
}

.specification_list div .item:nth-of-type(1) ul li:nth-of-type(1){
	position: relative;
	top: 5px;
	right: 27px
}

.specification_list div .item:nth-of-type(1) ul li:nth-of-type(1) img{
	width: 150px;
	padding-right: 7px;
}

.specification_list div .item:nth-of-type(1) ul li:nth-of-type(2){
	position: relative;
	right: 70px;
	margin-left: 17px;
    margin-right: 13px;
}

.specification_list div .item:nth-of-type(1) ul li:nth-of-type(4),
.specification_list div .item:nth-of-type(1) ul li:nth-of-type(3){
	margin-top: 15px;
}

.specification_list div .item:nth-of-type(1) ul li:nth-of-type(2) img{
	width: 150px;
    height: auto;
}

.specification_list div .item:nth-of-type(1) ul li:nth-of-type(2) p{
	margin-bottom: 10px;
}

.specification_list div .item:nth-of-type(1) ul li:nth-of-type(3) img{
	width: 150px;
    height: auto;
}

.specification_list div .item:nth-of-type(1) ul li:nth-of-type(4) img{
	width: 150px;
    height: auto;
}

.specification_list div .item:nth-of-type(2) ul li p,
.specification_list div .item:nth-of-type(1) ul li p{
	display: block;
	padding-top: 0;
	border: none;
	text-align: center;
}


.specification_list div .item:nth-of-type(2) ul li{
	text-align: center;
}

.specification_list div .item:nth-of-type(2){
	align-items: flex-end;
}

.specification_list div .item:nth-of-type(2) p{
	width: 100%;
	display: flex;
	align-items: flex-end;
	border-top: solid 1px #dddddd;
}

.specification_list div .item:nth-of-type(1) > p,
.specification_list div .item:nth-of-type(2) > p{
	background: #727171;
	font-size: 1.3em;
	text-align: center;
	font-weight: bold;
	color: #fff;
	width: 100%;
	padding: 12px;
}

.specification_list div .item ul li img{
	max-width: none;
}