@charset "utf-8";
@media only screen and (min-width: 600px) {

.pc_none{
	display: none!important;
}

/*ここにCSSを記述*/

/*//////メインここから//////*/
#container #main{
	width: 760px;
	height: auto;
	float: right;
}

#container #main h2{
	width: 98%;
	height: 81px;
	font-size: 22.5px;
	font-weight: 800;
	line-height: 81px;
	color: #0A558F;
	padding-left: 2%;
	background-image: url(../img/product_title_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#container #main .archive{
	width: 100%;
	height: auto;
	overflow: hidden;
}
#container #main h3{
	margin: 45px auto 12px;
	font-size: 19px;
	font-weight: 400;
	line-height: 29px;
	color: #0A558F;
}

#container #main .contents01{
	width: 100%;
	height: auto;
	margin: 0 auto 50px;
	display: block;
}

#container #main .contents01 .text{
	width: 100%;
	display: block;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
}

#container #main .slider{
	width: 100%;
	height: auto;
	margin: 0 auto 35px;
}

#container #main .slider .slider_cont{
	width: 224px;
	height: auto;
	float: left;
	/*margin-right: 30px;*/
	margin-right: 15px;
	margin-left: 15px;
	/*margin :0 15px: */
}

/*#container #main .slider .slider_cont:last-child{
	margin: 0;
}*/

#container #main .slider .slider_cont .product_img{
	height: 224px;
}

#container #main .slider .slider_cont img{
	width: 100%;
	height: auto;
	max-height: 100%;
	line-height: 224px;
}

#container #main .slider .slider_cont .product_movie{
	height: 224px;
}

#container #main .slider .slider_cont iframe{
	width: 100%;
	height:100%;
}

#container #main .slider .slider_cont p{
	margin-top: 10px;
	font-size: 12px;
	font-weight: 400;
	line-height: 17px;
	text-align: center;
}

#container #main .slider .slick-dots{
	position: static;
}

#container #main .contents02{
	width: 100%;
	height: auto;
	margin: 0 auto 55px;
	display: block;
}

#container #main .contents02 .table{
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
}

#container #main .contents02 .table h4{
	margin: 0 auto 20px;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	color: #0a558f;
}

#container #main .contents02 .table .table-area{
	width: 100%;
	height: auto;
	margin: 0;
}

#container #main .contents02 .table .table-area table{
	width: 100%;
	height: auto;
	margin: 0;
	text-align: left;
}

#container #main .contents02 .table .table-area table th{
	width: 181px;
	padding: 7px 5px;
	background-color: #e7f5ff;
	border: 1px solid #0a558f;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
}
#container #main .contents02 .table .table-area table td{
	padding: 7px 5px;
	border: 1px solid #0a558f;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	position: relative;
}
#container #main .contents02 .table .table-area table tr:nth-of-type(4) td{
	position: relative;
}
#container #main .contents02 .table .table-area table td div{
	font-size: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: auto;
	height: 25px;
}
#container #main .contents02 .table .table-area table td .text{
	position: static;
	margin: 0 auto;
	width: 100%;
	height: auto;
	display: block;
}
#container #main .contents02 .table .table-area table td div span{
	width: 25px;
	height: 25px;
	display: inline-block;
}
#container #main .contents02 .table .table-area table td .text span{
	width: 100%;
	height: auto;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
}
#container #main .contents02 .table .file{
	width: 420px;
	height: auto;
	margin:  22px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#container #main .contents02 .table .file a{
	width: 202px;
	height: auto;
	margin: 0;
	display: block;
}

#container #main .contents02 .table .file a img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}

#container #main .contents03{
	width: 100%;
	height: auto;
	margin: 0 auto 85px;
	display: block;
}

#container #main .contents03 h4{
	margin: 0 auto 20px;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	color: #0a558f;
}

#container #main .contents03 .detail{
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 24px;
	background-color: #0a558f;
}

#container #main .contents03 .detail table{
	width: 100%;
	height: auto;
	margin: 0;
	text-align: left;
}

#container #main .contents03 .detail table tr{
	border-top: 1px dashed #ffffff;
}

#container #main .contents03 .detail table tr:nth-of-type(1){
	border-top: 0;
}
#container #main .contents03 .detail table th{
	width: 83px;
	padding: 10px 12px;
	vertical-align: middle;
}
#container #main .contents03 .detail table th span{
	width: auto;
	height: 38px;
	display: block;
	padding: 0 5px;
	font-size: 14px;
	font-weight: 800;
	line-height: 38px;
	color: #0a558f;
	text-align: center;
	background-color: #e7f5ff;
	border-radius: 2px;
}
#container #main .contents03 .detail table td{
	padding: 10px 12px 10px 4px;
	color: #ffffff;
	vertical-align: middle;
}
#container #main .contents03 .detail table td p{
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}
#container #main .contents03 .detail table td .title{
	font-size: 18px;
	font-weight: 800;
	line-height: 28px;
}
#container #main .contents04{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

#container #main .contents04 h4 {
	margin: 0 auto 20px;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	color: #0a558f;
}

#container #main .contents04 .detail-btn{
	width: auto;
	height: auto;
	display: inline-block;
	margin: 0 0 5px;
	font-size: 19px;
	font-weight: 400;
	line-height: 36px;
	color: #0a558f;
}

#container #main .contents04 .detail{
	display: block;
	width: 100%;
	height: auto;
}

#container #main .contents04 .detail table{
	max-width: 100%;
	height: auto;
	margin: 0;
	text-align: left;
}

#container #main .contents04 .detail table th{
	width: 105px;
	padding: 5px;
	background-color: #e6f5ff;
	border: 1px solid #0A558F;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
}
#container #main .contents04 .detail table td{
	padding: 5px;
	border: 1px solid #0A558F;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
}
#container #main .contents04 a{
	width: 270px;
	height: auto;
	display: block;
	margin: 80px auto 0;
}
#container #main .contents04 a img{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}




}































/*=================================
スマホ SPここから
=================================*/
@media only screen and (max-width: 599px) {

.sp_none{
	display: none!important;
}
/*ここにCSSを記述*/

body{
	min-width: 100%;
}



#container #main{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#container #main h2#contents_title{
	width: 97%;
	height: 50px;
	font-size: 15px;
	font-weight: 800;
	line-height: 50px;
	color: #0A558F;
	padding-left: 3%;
	background-image: url(../img/sp_product_archive_title_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#container #main .archive{
	width: 100%;
	height: auto;
	overflow: hidden;
}
#container #main h3{
	margin: 20px auto 5px;
	font-size: 19px;
	font-weight: 400;
	line-height: 29px;
	color: #0A558F;
}

#container #main .contents01{
	width: 100%;
	height: auto;
	margin: 0 auto 50px;
	display: block;
}

#container #main .contents01 .text{
	width: 100%;
	display: block;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
}

#container #main .slider{
	width: 100%;
	height: auto;
	margin: 0 auto 55px;
}

#container #main .slider .slider_cont{
	width: 224px;
	height: auto;
	float: left;
	/*margin-right: 30px;*/
	margin-right: 15px;
	margin-left: 15px;
	/*margin :0 15px: */
}

/*#container #main .slider .slider_cont:last-child{
	margin: 0;
}*/

#container #main .slider .slider_cont .product_img{
	height: 224px;
}

#container #main .slider .slider_cont img{
	width: 100%;
	height: auto;
	max-height: 100%;
	line-height: 224px;
}

#container #main .slider .slider_cont .product_movie{
	height: 224px;
}

#container #main .slider .slider_cont iframe{
	width: 100%;
	height:100%;
}

#container #main .slider .slider_cont p{
	margin-top: 10px;
	font-size: 12px;
	font-weight: 400;
	line-height: 17px;
	text-align: center;
}

#container #main .slider .slick-dots{
	position: static;
}

#container #main .contents02{
	width: 100%;
	height: auto;
	margin: 0 auto 35px;
	display: block;
}

#container #main .contents02 .table{
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
}

#container #main .contents02 .table h4{
	margin: 0 auto 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #0a558f;
}
#container #main .contents02 .table .table-area{
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow-x: scroll;
}

#container #main .contents02 .table .table-area table{
	width: 500px;
	height: auto;
	margin: 0;
	text-align: left;
}

#container #main .contents02 .table .table-area table th{
	width: 142px;
	padding: 7px 5px;
	background-color: #e7f5ff;
	border: 1px solid #0a558f;
	font-size: 13px;
	font-weight: 400;
	line-height: 25px;
}
#container #main .contents02 .table .table-area table td{
	padding: 7px 5px;
	border: 1px solid #0a558f;
	font-size: 13px;
	font-weight: 400;
	line-height: 25px;
	position: relative;
}
#container #main .contents02 .table .table-area table tr:nth-of-type(4) td{
	position: relative;
}
#container #main .contents02 .table .table-area table td div{
	font-size: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: auto;
	height: 25px;
}
#container #main .contents02 .table .table-area table td .text{
	position: static;
	margin: 0 auto;
	width: 100%;
	height: auto;
	display: block;
}
#container #main .contents02 .table .table-area table td div span{
	width: 25px;
	height: 25px;
	display: inline-block;
}
#container #main .contents02 .table .table-area table td .text span{
	width: 100%;
	height: auto;
	display: block;
	font-size: 13px;
	font-weight: 400;
	line-height: 25px;
}
#container #main .contents02 .table .file{
	width: 100%;
	height: auto;
	margin:  22px 0 0;
	display: block;
}

#container #main .contents02 .table .file a{
	width: 60%;
	height: auto;
	margin: 7px 0 0;
	display: block;
}

#container #main .contents02 .table .file a:nth-of-type(1){
	margin: 0;
}

#container #main .contents02 .table .file a img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}

#container #main .contents03{
	width: 100%;
	height: auto;
	margin: 0 auto 30px;
	display: block;
}

#container #main .contents03 h4{
	margin: 0 auto 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #0a558f;
}

#container #main .contents03 .detail{
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 7% 5%;
	background-color: #0a558f;
}

#container #main .contents03 .detail table{
	width: 100%;
	height: auto;
	margin: 0;
	text-align: left;
}
#container #main .contents03 .detail table th{
	width: auto;
	padding: 20px 0 0;
	display: block;
}
#container #main .contents03 .detail table th:nth-of-type(1){
	padding: 0;
}
#container #main .contents03 .detail table th span{
	width: auto;
	height: 25px;
	display: block;
	padding: 0;
	font-size: 15px;
	font-weight: 800;
	line-height: 25px;
	color: #0a558f;
	text-align: center;
	background-color: #e7f5ff;
	border-radius: 5px;
}
#container #main .contents03 .detail table td{
	padding: 13px 0 0;
	color: #ffffff;
	display: block;
}
#container #main .contents03 .detail table td p{
	font-size: 13px;
	font-weight: 400;
	line-height: 23px;
}
#container #main .contents03 .detail table td .title{
	font-size: 16px;
	font-weight: 800;
	line-height: 26px;
}
#container #main .contents04{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

#container #main .contents04 h4 {
	margin: 0 auto 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #0a558f;
}

#container #main .contents04 .detail-btn{
	width: auto;
	height: auto;
	display: inline-block;
	margin: 0 0 5px;
	font-size: 19px;
	font-weight: 400;
	line-height: 36px;
	color: #0a558f;
}

#container #main .contents04 .detail{
	display: block;
	width: 100%;
	height: auto;
	overflow-x: scroll;
}

#container #main .contents04 .detail table{
	min-width: 100%;
	height: auto;
	margin: 0;
	text-align: left;
}

#container #main .contents04 .detail table th{
	width: 105px;
	padding: 5px;
	background-color: #e6f5ff;
	border: 1px solid #0A558F;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
}
#container #main .contents04 .detail table td{
	padding: 5px;
	border: 1px solid #0A558F;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
}
#container #main .contents04 a{
	width: 75%;
	height: auto;
	display: block;
	margin: 50px auto 0;
}
#container #main .contents04 a img{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

}

