@charset "utf-8";


#side a{
	cursor: pointer;
}


.mb10{
	margin-bottom: 10px !important;
}
.mb20{
	margin-bottom: 20px !important;
}
.mb30{
	margin-bottom: 30px !important;
}
.mb40{
	margin-bottom: 40px !important;
}
.mb60{
	margin-bottom: 60px !important;
}
.mb80{
	margin-bottom: 80px !important;
}

h3.ttl01 span small{
	padding-left: 1em;
	font-size: 55%;
}

.message p {
	margin-bottom: 30px;
	font-size: 140%;
	line-height: 160%;
}
.message div.detail {
	display: block;
	margin-bottom: 30px;
	overflow: hidden;
}
.message div.detail img {
	float: left;
	width: 250px;
	margin-right: 20px;
}

main ol{
	display: block;
	margin: 0 auto 30px;
}
main ol>li{
	display: block;
	margin: 0 auto 10px;
	margin-left: 1em;
	text-indent: -1em;
	font-size: 140%;
	line-height: 160%;
}
main ol>li:before{
	content: '・';
	font-size: 100%;
}
main ol>li.pc:before{
	content: none;
}
main ol.cap>li{
	color: #009de4;
}

main div.detail {
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
	letter-spacing: -0.4em;
	text-align: left;
}
main div.detail figure{
	float: left;
	letter-spacing: normal;
	margin-right: 3%;
	max-width: 42%;
}
main div.detail figure img{
	max-width: 100%;
}
main div.detail>ol,
main div.detail>.text{
	display: inline-block;
	letter-spacing: normal;
	width: 48%;
	margin: 0 4% 0 auto;
	vertical-align: top;
	padding-top: 10px;
}
main div.detail>ol:last-child,
main div.detail>.text:last-child{
	margin-right: 0;
}
main div.detail>.text>ol{
	margin-bottom: 0;
}
main div.detail .middle{
	vertical-align: middle !important;
}
main div.detail .message{
	margin-bottom: 0;
}

main ul{
	display: block;
	margin: 0 auto 30px;
}
main ul>li{
	display: block;
	margin: 0 auto 10px;
	font-size: 140%;
	line-height: 160%;
}
main ul.cap>li{
	color: #009de4;
}


main p.cap,
main span.cap,
main strong.cap{
	color: #009de4;
}
main p.ttl05{
	margin: 0 auto 15px;
	border-bottom: 1px solid #009de4;
	font-weight: bold;
	padding: 0 0 5px;
	font-size: 160%;
}
main p.img{
	line-height: 0;
	margin: 0 auto 20px;
}
main p.img2{
	line-height: 0;
	margin: 0 auto;
}
main ul.images{
	display: block;
	letter-spacing: -0.4em;
	line-height: 0;
	text-align: center;
	margin: 0 auto 20px;
	font-size: 100%;
}
main ul.images>li{
	display: inline-block;
	letter-spacing: normal;
	margin: 0 20px 0 0;
	max-width: 48%;
	font-size: 100%;
	text-align: left;
}
main ul.images.top>li{
	vertical-align: top;
}
main ul.images>li.mw60{
	max-width: 60%;
}
main ul.images>li:last-child{
	margin-right: 0;
}
main ul.images2{
	display: block;
	letter-spacing: -0.4em;
	line-height: 0;
	text-align: center;
	margin: 0 auto 20px;
	font-size: 100%;
}
main ul.images2>li{
	display: inline-block;
	letter-spacing: normal;
	margin: 0 20px 0 0;
	max-width: 31%;
	font-size: 100%;
	text-align: left;
}
main ul.images2>li img{
	max-width: 100%;
	height: auto;
}
main ul.images2.top>li{
	vertical-align: top;
}
main ul.images2>li:last-child{
	margin-right: 0;
}
main .txl{
	text-align: left !important;
}
main .txc{
	text-align: center !important;
}
main .txr{
	text-align: right !important;
}

main .pdfs{
	text-align: right;
	margin: 0 auto 40px;
}
main .pdfs>p{
	display: inline-block;
	border: 1px solid #ccc;
	padding: 10px 30px 8px 10px;
	line-height: 100%;
	background: url(../img/pdf.jpg) right 6px top 5px no-repeat;
}

main .cp{
	color: #DB0017;
}

main .cat{
	text-align: left;
	margin: 0 auto;
	padding: 15px;
	background: #eee;
}
main .cat>ul{
	display: block;
	letter-spacing: -0.4em;
	text-align: left;
}
main .cat>ul>li{
	display: inline-block;
	letter-spacing: normal;
	margin: 0 1em 0 0;
	font-size: 120%;
	color: #333;
	vertical-align: middle;
}
main .cat>ul>li>strong{
	color: #009de4;
	font-size: 120%;
}
main .cat>ul>li>a{
	color: #333;
}

main table{
	width: 100%;
}
main table.fixed{
	table-layout: fixed;
}
main table.table3{
	background: #eee !important;
}
main table .top{
	background: #999 !important;
	color: #fff !important;
}
main table .bgNon{
	background: #fff !important;
}
main table .blue{
	background: #e5f5fc !important;
}
main table th,
main table td{
	font-size: 100% !important;
	color: #333;
	line-height: 120%;
	padding: 6px 5px;
	border: 1px solid #ccc;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}
main.calculation table th,
main.calculation table td{
	font-size: 120% !important;
	padding: 10px;
}
main.calculation table tbody>tr>td>span{
	display: none;
}
main.calculation table.text14 td{
	font-size: 160% !important;
}
main table td>span{
	font-size: 100%;
}
main table tr.top th{
	color: #fff;
	font-weight: bold;
}
main table .ttl{
	background: #eee;
}
main table .none{
	background: #fff;
	color: #333;
}
main table.table4{
	table-layout: fixed;
}
main table.table4 th{
	font-size: 150% !important;
	color: #333;
	line-height: 120%;
	padding: 6px;
	border: none;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}
main table.table4 td{
	font-size: 140% !important;
	color: #333;
	line-height: 160%;
	padding: 6px;
	border: none;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}
main table.table4 th:last-child{
	width: 25%;
}
main table.table4 th>a.btn{
	display: inline-block;
	padding-right: 20px;
	background: url(../../img/common/icon_arrow_down01.png) right 0 top 0.3em no-repeat;
	cursor: pointer;
}
main sup{
	vertical-align: top;
	position: relative;
	top: -0.3em;
	font-size: 80%;
}

main .cap{
	margin: 5px auto 0;
}
main .cap p{
	margin: 0 auto 5px;
	text-align: left;
	font-size: 100%;
}
main .cap p.right{
	float: right;
}
main .cap>.col{
	display: block;
	letter-spacing: -0.4em;
	text-align: left;
	margin: 0 auto 10px;
}
main .cap>.col>p{
	display: inline-block;
	letter-spacing: normal;
	margin: 0 2em 0 0;
	vertical-align: top;
}
main .cap>.col>p:last-child{
	margin-right: 0;
}

main .btn01 a.active{
	opacity: 0.8;
}

main.calculation input[type="text"]{
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	padding: 5px;
	border: 1px solid #ccc;
	text-align: center;
}
main.calculation input[type="text"].form12{
	font-size: 140%;
}
main.calculation select{
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	padding: 4px;
}
main.calculation input[type="button"]{
	-webkit-appearance: push-button;
	-moz-appearance: push-button;
	background: #009de4 url(../../img/common/icon_arrow01.png) right 15px top 12px no-repeat;
	background-size: 8px auto;
	color: #fff !important;
	text-decoration: none !important;
	padding: 8px 40px 6px 23px;
	display: inline-block;
	border-radius: 3px;
	font-size: 14px;
}

main p.title{
	font-size: 26px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-weight: normal;
	text-align: center;
	line-height: 1.3;
	margin-top: 0px;
	margin-bottom: 40px;
}
main p.title>strong{
	color: #054093;
	font-size: 30px;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

main .youtube{
	width: 100%;
	margin: 0 auto 60px;
}

main table.history-wrap{
	font-size: 102%;
	border-collapse: collapse;
	border: none;
	border-spacing: 5px;
	background-image: url(../emblem/img/bg-arrow.png);
	background-repeat: no-repeat;
	background-position: bottom 0px right 5px;
}
main table.history-wrap th{
	padding-right: 10px;
	white-space: nowrap;
	background-color: #4795AB;
	color: #fff;
	font-size: 140% !important;
	line-height: 140%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	border: none;
	border-bottom: 1px solid #fff;
	width: 77px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
main table.history-wrap{
	font-size: 102%;
	border-collapse: collapse;
	border: none;
	border-spacing: 5px;
	background-image: url(../emblem/img/bg-arrow.png);
	background-repeat: no-repeat;
	background-position: bottom 0px right 5px;
}
main table.history-wrap td{
	font-size: 120% !important;
	font-weight: normal;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	text-align: left;
	vertical-align: top;
	border-right: none;
	padding: 10px;
	border: none;
	border-top: solid 1px #EDECE2;
	border-bottom: 1px solid #EDECE2;
	line-height: 140%;
}
main table.history-wrap td.history-emblem{
	font-weight: bold;
}
main table.history-wrap td{
	background-image: url(../emblem/img/bg-history.gif);
}
main table.history-wrap td.history-volume{
	border-left: 5px solid #fff;
	width: 140px;
	padding: 10px 0px 40px;
	border-top: none;
	border-bottom: none;
	text-align: center;
	font-weight: bold;
	background-image: none;
	line-height: 1.4;
	font-size: 102%;
	width: 143px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
main table.history-wrap td .image-sq02{
	margin-left: 15px;
	margin-top: 3px;
	border: 3px solid #fff;
	display: block;
}
main table.history-wrap td .image-sq03{
	margin-top: 10px;
	margin-bottom: 15px;
	display: block;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
main table.history-wrap td .image-sq{
	padding: 3px 15px 0px;
	border-radius: 50%;
	display: block;
	line-height: 1;
}
main table.history-wrap td.history-volume .product-volume-name{
	color: #3B7D90;
	font-size: 104%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
main table.history-wrap td.history-volume .product-volume{
	display: block;
	padding: 8px 10px 7px;
	background-color: #4795AB;
	border-radius: 30px;
	color: #fff;
	border: 2px solid #fff;
	letter-spacing: 1px;
	line-height: 1;
	margin: 2px 0px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-weight: bold;
}
main table.history-wrap td.history-volume .product-volume-name{
	color: #3B7D90;
	font-size: 104%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

@media screen and (min-width:768px){
	
}

@media screen and (max-width:767px){
	main{
		width: 100%;
		float: none;
		padding: 0 15px 60px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	h3.ttl01 span small{
		display: block;
		padding: 5px 0 0;
	}
	.message p {
		margin-bottom: 20px;
	}
	main div.detail figure{
		float: none;
		margin: 0 auto 20px;
		width: 100%;
	}
	main div.detail ol,
	main div.detail .text{
		float: none;
		width: 100%;
	}
	main p.txc{
		text-align: left !important;
	}
	
	main ul.images.col{
		margin-bottom: 0;
	}
	main ul.images>li{
		display: block;
		margin: 0 auto 20px;
		max-width: 100%;
	}
	main ul.images.col>li{
		display: inline-block;
		width: 48%;
		margin: 0 2% 10px 0;
	}
	main ul.images>li:last-child{
		margin-bottom: 0;
	}
	main ul.images.col>li:nth-child(2n){
		margin-right: 0;
	}
	
	main .cat>ul>li{
		margin-right: 2em;
	}
	main .cat>ul>li:first-child{
		display: block;
		margin: 0 auto 5px;
	}
	
	
	main table{
		display: block;
		overflow: 	auto;
	}
	main table tbody{
		width: 710px;
		display: table;
		table-layout: fixed;
	}
	
	main.calculation .txc{
		text-align: center !important;
	}
	main.calculation table{
		border: 1px solid #ccc;
	}
	main.calculation table tbody{
		width: 100%;
		display: block;
	}
	main.calculation table tbody>tr{
		display: block;
		letter-spacing: -0.4em;
	}
	main.calculation table tbody>tr.top{
		display: none;
	}
	main.calculation table tbody>tr>td{
		display: inline-block;
		letter-spacing: normal;
		width: 50%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: none;
		padding: 0 0 10px;
	}
	main.calculation table.text14 tbody>tr>td{
		width: 100%;
		padding: 10px;
		border: none !important;
	}
	main.calculation table tbody>tr>td>span{
		display: block;
		background: #999;
		line-height: 120%;
		font-size: 120%;
		padding: 10px;
		font-weight: bold;
		color: #fff;
		margin: 0 auto 10px;
	}
	main.calculation table tbody>tr>td:nth-child(1),
	main.calculation table tbody>tr>td:nth-child(2){
		border-bottom: 1px solid #ccc;
	}
	main.calculation table tbody>tr>td:nth-child(1),
	main.calculation table tbody>tr>td:nth-child(3){
		border-right: 1px solid #ccc;
	}
	main.calculation input[type="text"].form12{
		width: 130px;
	}
	
	main .pdfs>p{
		font-size: 120%;
		background: url(../img/pdf.jpg) right 4px top 4px no-repeat;
	}
}