@charset "utf-8";
/* CSS Document */
body{
	/* overflow-y: auto; */
}

.main{
	width: 100%;
	margin: 0 auto;
	/* height: 100%; */
	/*font-family: Arial, Helvetica, sans-serif;*/
	/* overflow-y: auto; */	overflow-x: hidden;
	/* -webkit-overflow-scrolling: touch; */

}
/* 印刷用 */
/* overflowを初期値(visible)にしないと1ページ分しか印刷できない */
/* footer固定用にmin-heightに数値を指定している場合、印刷時footerが変にずれるので、ここでcontents{min-height:0(初期値);}を指定 */

@media print {
    body{
        overflow-y: visible;
        overflow-x: visible;
    }
    .main{
        overflow-y: visible;
        overflow-x: visible;
	}

}

.header{
    border-bottom: solid 3px #f33;
}

.title_production{
	margin-top: 100px;
}
.title{

}
.title_bg{
	background-color: #f7f9fb;
	padding-top: 80px;
	padding-bottom: 50px;
}
.title_image img{
	width: 320px;
}
.title ul{
	width: 1000px;
	margin: 0 auto;
	display: block;
}
.title ul li:nth-child(1){
	width: 420px;
	text-align: center;
}
.title ul li:nth-child(2){
	vertical-align: middle;
    padding-left:60px;
	text-align: center;
}
.title_circle{
	border:solid 2px #ff3333;
    width: 80px;
    height: 80px;
    border-radius: 40px;
	padding: 20px;
	line-height: 36px;
	color: #ff3333;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto;
}
.title h1{
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
    margin-top: 20px;
}
.title h1 span{
	font-size: 20px;
    display: block;
    margin-top: 10px;
    text-align: left;
}


.title .price {
    margin-top: 20px;
    padding:15px 0;
    width: 250px;
    text-align: center;
    font-size: 18px;
    background: #ff3333;
    color: #fff;
}

.title .price span {
    font-size:14px;
    font-weight: normal;
}
.title .video a {
    display: block;
    background-color: #444;
    width: 250px;
    text-align: center;
    padding:15px 0;
    color: #fff;
    margin-top: 20px;
    text-decoration: none;
    border: 3px solid #444;
}
.title .video a:hover {
    color: #444;
    background-color: #fff;
}
.title_cap_bg{
	background-color: #122232;
	padding: 50px 0px;
}
.title_cap_bg p{
	width:1000px;
	margin: 0 auto;
	color: #fff;
    font-size: 16px;
    letter-spacing: 0.03em;
}
.title_cap_bg p span{
	font-size: 12px;
	vertical-align: top;
	padding: 0px 5px;
}

.date{
    color:#fff;
    font-size: 20px;
    background: #ff3333;
    display: inline-block;
    padding: 18px 22px;
    border-radius: 50px;
    margin-bottom: 20px;
}



/* section */
section{
	padding: 50px 0px;
}
section:last-child{
	padding: 50px 0 0 0;
}
section h2{
	width: 1000px;
	margin:0 auto;
	color: #ff3333;
	font-size: 26px;
	margin-bottom: 20px;
}
.product_point{
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0px;
}
.product_point_icon{
	width: 200px;
	text-align: center;
}
.product_point_icon img{
	width: 80px;
}
.product_point_txt{
	width: 800px;
}
.product_point_txt p{
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
}
.product_point_txt span{
	font-size: 16px;
	line-height: 1.5em;
}

/* video */
.video_bg{
	/* background-color: rgba(255, 51, 51, 0.8); */
}
video{
	width: 900px;
	margin: 0 auto;
    display: block;
	padding: 50px 0px;
}
.video_02 {
    width: 900px;
    margin: 50px auto;
}

/* section1 */
.section1_image{
	width: 900px;
	margin: 0 auto;
	display: block;
}
.section1_image li{
	width: 455px;;
	text-align: center;
}
.section1_image li:nth-child(1){
	padding-right: 20px;
	text-align: left;
}
.section1_image li:nth-child(2){
	padding-left: 20px;
	text-align: right;
}
.section1_image li img{
	width: 430px;
	height: 300px;
}
.section1_image li p{
	text-align: center;
	padding: 15px 0px;
}
.section1_text{
	width: 900px;
	margin: 0 auto;
	padding: 50px 0px;
	font-size: 16px;
	font-size: 20px;
}
.section1_footnote{
	width: 900px;
	margin: 0 auto;
	font-size: 14px;
	margin-bottom: 50px;
}
.section1_footnote p{
	padding-bottom: 10px;
}
.section1_footnote p span{
	font-weight: bold;
}
.section1 .origin_img{
	display: flex;
	width: 900px;
    margin: 0 auto;
	padding-top: 50px;
}
.section1 .origin_img p{
	text-align: center;
	padding-top: 20px;
}

/* section4 */
.section4  h3{
	width: 900px;
    margin: 0 auto;
    font-size: 24px;
}
.section4_h3_mb{
    margin-bottom: 30px!important;
}
.section4 ul{
	width:900px;
	margin: 0 auto;
	display: block;
	margin-bottom: 40px;
}
.section4 ul.uli li ul {
    width: 400px;
}
.section4 ul.uli li ul li {
    display: block;
    padding:15px 0 15px 25px;
    font-weight: bold;
    font-size: 16px;
    position: relative;
}
.section4 ul.uli li ul li::before {
    content: '■';
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #ff3333;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 14px;
}
.section4 .section_ttl {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-left: -50px;
}
.section4 table{
	width: 600px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.section4 table > tbody > tr{
	border-top: 1px solid #dce0e2;
}
.section4 table > tbody > tr:last-child{
	border-bottom: 1px solid #dce0e2;
}
.section4 table > tbody > tr > th{
	font-weight: bold;
	font-size: 16px;
	padding: 20px 0px;
	padding-left: 15px;
}
.section4 table > tbody > tr > td{
	padding-right: 15px;
	letter-spacing: 0.05em;
    line-height: 1.7;
}
.section4_imageA{
	width: 450px;
	vertical-align: top!important;
}
.section4_imageA img{
	width: 450px;
}

.section4_imageB{
	width: 900px;
	margin: 0 auto;
	display: block;
}
.section4_text{
	width:900px;
	margin: 0 auto;
	text-align: center;
    padding: 15px 0px;
	margin-bottom: 20px;
}
.section4 .uli .notice {
    width: 280px;
    margin-top: 40px;
}
.section4 .uli .notice img {
    width: 100%;
}

/* section6 */
.section6{
	padding-bottom: 80px;
}
.sec6_ttl {text-align: center;margin-bottom: 0;color: #fff;}
.section6 .info {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}
.section6 .title_cap_bg {
    padding:30px;
}
.section6 ul{
	width: 900px;
	margin: 50px auto 30px;
	display: flex;
    align-items:center;
}
.section6 ul li {
    font-size: 20px;
    margin-bottom: 10px;
}
.section6 ul li:nth-of-type(2){
    margin-left: 30px;
}
.section6 ul li h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.section6 ul li span {
    color:#00A3E0;
}
.section6 ul li p {
    color: #00A3E0;
}

.section6 .btn {
    width: auto;
    margin-top: 50px;
	padding: 0 35px;
}

/* section2  20210811 add   */
.section2 {
	padding: 40px 0;
	/*background-color: #ECECEC;*/
	overflow-x:auto;
}
.section2 h2 {
	box-sizing: border-box;
	padding: 0 10px;
	max-width: 1000px;
	margin:0 auto;
	color: #ff3333;
	font-size: 26px;
	margin-bottom: 20px;
}
.section2 .capTxt {
	font-size: 12px;
}
.section2 .scroll_table {
	max-width: 1000px;
	padding: 0 10px;
  	overflow-x: scroll;
 	margin: 0 auto;
	-webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
}
.section2 .scroll_table::-webkit-scrollbar {
        display:none;
    }
.section2 .scroll_table .spactbl {
	width: 100%;
	background-color: #FFF;
	margin-bottom: 10px;
	border-top:  1px solid #CCCCCC;
}
.section2 .scroll_table .spactbl th {
	text-align: left;
	padding: 10px 20px;
	border-bottom: 1px solid #CCCCCC;
	color: #FFF;
	background-color: #00053d;
	width: 16%;
	box-sizing: border-box;
}
.section2 .scroll_table .spactbl td {
	text-align: center;
	padding: 10px 20px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
	width: 21%;
	box-sizing: border-box;
}
.section2 .scroll_table .spactbl td.bg_gry {
	background-color: #F0F0F0;
}

.case{
	display: flex;
	flex-direction: column;
    align-items: center;
	gap: 50px;
	margin-top: 40px;
}
.case_item{
	display: flex;
	gap: 30px;
	border: 1px solid #dce0e2;
	padding: 30px;
	border-radius: 10px;
	align-items: center;
}
.case_item div{
	width: 500px;
}

.case_item_03{
	display: flex;
	width: 450px;
	align-items: center;
    justify-content: center;
}
.case_item_03_img{
	width: 150px;
	height: auto;
	margin-right: 30px;
}
.case_item_03_p{
	font-size: 10px;
}

.case_list_item{
	display: flex;
	gap: 10px;
	margin-bottom: 5px;
}
.case_list_item dt{
	width: 70px;
	color: #888;
	font-size: 15px;
}
.case_list_item dd{
	font-size: 15px;
}


/* popup */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 10px;
  width: auto;
  max-width: 800px;
  margin: 20px auto;
}
.popup-movie video {
    width: 700px;
    padding: 30px 0;
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/* footer_contact */
.footer_contact{
	padding: 35px;
	background-color: #f7f9fb;
}
.footer_contact p{
	width: 1000px;
	margin: 0 auto;
	display: block;
	text-align: center;
	font-size: 26px;
	margin-bottom: 15px;
}
.footer_contact ul{
	width: 580px;
	margin: 0 auto;
	display: block;
}
.footer_contact ul li{
	padding: 10px 0px;
	font-weight: bold;
	text-align: center;
}
.footer_contact_icon_tel,
.footer_contact_icon_mail{
	width: 80px;
	text-align: right!important;
}
.footer_contact_icon_tel img{
	width: 28px;
}
.footer_contact_icon_mail img{
	width: 28px;
}
.footer_contact_text{
	width: 250px;
    font-size: 20px;
}
.footer_contact_tel,
.footer_contact_btn{
	width: 250px;
}
.footer_contact_tel{
    font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
}
.footer_contact_btn{
	width: 250px;
	height: 50px;
    line-height: 50px;
}
.footer_contact .footer_btn_link{
    width: 580px;
    margin: 30px auto 0;
    padding-left: 40px;
}
.footer_btn_link a {
    display: block;
    text-decoration: none;
    border:3px solid #5b656f;
    color: #fff;
    background: #5b656f;
    padding:10px 0;
    border-radius: 3px;
    font-size: 20px;
    font-weight: bold;
}
.footer_btn_link a:hover {
    background: #fff;
    border:3px solid #5b656f;
    color:#5b656f;
}


section.related{
	padding: 0;
}

.comInfo {
	margin: 0 auto;
	width: 1000px;
}
.comInfo.mt7 {
	margin-top: 7rem;
}

.comRelated {
	 margin: 0 auto 38px;
	 width: 960px;
}

.comRelated .title {
	margin-bottom: 7px;
	color: #000;
	font-size: 17px;
	font-weight: bold;
	text-align: left;
}


.comRelated .subRelated {
	padding: 20px 17px 10px;
	border: 3px solid #D2D2D2;
}

.comRelated .subRelated li {
	float: left;
	margin: 0 12px 12px 0;
	min-width: 198px;
	font-size: 14px;
}

.comRelated .subRelated li a {
	display: block;
	padding: 11px 25px 10px;
	color: #2b2b2b;
	text-decoration: none;
	border: 1px solid #4D4D4D;
	background-color: #FDFDFD;
	position: relative;
}

.comRelated .subRelated li a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
