@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: 350px;
}
.title ul{
	width: 1000px;
	margin: 0 auto;
	display: block;
}
.title ul li:nth-child(1){
	width: 420px;
}
/*.title ul li:nth-child(2){
	width: 120px;
	vertical-align: top;
}
*/
.title ul li:nth-child(2){
	vertical-align: top;
    padding-left:40px;
	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 .logo{
	font-size: 3rem;
    color: #00A3E0;
    font-weight: 600;
}

.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.05em;
}
.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 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.icon01{
	padding-bottom: 0;
	padding-top: 0;
}
.product_point.icon02{
	padding-top: 0;
	padding-bottom: 30px;
}
.product_point_icon{
	width: 200px;
	text-align: center;
}
.product_point_icon img{
	width: 80px;
}
.product_point_txt{
	width: 800px;
}
.uli.icon01 li:nth-child(2){
	width: 450px;
}
.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;
}

/* section2 */
.section2_process{
	width: 900px;
	margin: 0 auto;
	display: block;
	margin-bottom: 50px;
}
.section2_process li{
	width: 225px;
	text-align: center;
}
.section2_process_imgA{
	width: 205px;
	height: 160px;
}
.section2_process_imgB{
	width: 120px;
	height: 120px;
}
.section2_process li p{
	font-size: 26px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 20px;
}
.section2_process li p span{
	border-bottom: solid 2px #f33;
    letter-spacing: 0.05em;
}
.section2_caption{
	width: 900px;
	margin: 0 auto;
	display: block;
}
.section2_caption_text{
	width: 525px;
}
.section2_caption_image{
	width: 350px;
}
.section2_caption p{
	width: 500px;
	padding: 10px 0px;
	line-height: 1.5em;
	position: relative;
	margin-left: 25px;
	font-size: 16px;
}
.section2_caption p::before{
	content: '■';
    width: 20px;
    height: 20px;
    font-size: 20px;
	color: #ff3333;
    vertical-align: top;
    position: absolute;
    left: -25px;
    top: 8px;
}
.section2_caption_image{
	text-align: right;
}
.section2_caption_image img{
	width: 325px;
}

/* section3 */
.section3 > table{
	width: 900px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.section3 > table > tbody > tr{
	border-top: 1px solid #dce0e2;
}
.section3 > table > tbody > tr:last-child{
	border-bottom: 1px solid #dce0e2;
}
.section3 > table > tbody > tr > th{
	font-weight: bold;
	font-size: 16px;
	padding: 15px 0px;
    width: 300px;
	padding-left: 15px;
}
.section3 > table > tbody > tr > td{
	padding-right: 15px;
}
.section3 > ul{
	width:900px;
	margin: 0 auto;
	display: block;
}
.section3 > ul > li > p{
	width:400px;
	font-size: 15px;
	line-height: 1.8em;
}
.section3 > ul > li:nth-child(2){
	width: 250px;
	text-align: right;
}
.section3 > ul > li:nth-child(3){
	width: 250px;
	text-align: right;
}
.section3 > ul > li > img{
	width:230px;
}

/* section4 */
.section4  h3{
	width: 900px;
    margin: 0 auto;
    font-size: 24px;
}
.section4_h3_mb{
    margin-bottom: 30px!important;
}
.section4 ul{
	width:1000px;
	margin: 0 auto;
	display: block;
	margin-bottom: 40px;
}
.section4 ul.uli li{
	width:1000px;
}
.section4 ul.uli li table{
	width:1000px;
}
.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;
    width: 160px;
	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%;
}

/* section5 */
.section5 .uli{
	width: 900px;
	margin: 0 auto;
	font-size: 14px;
	margin-top: 30px;
    display: table;
}

.section5 .uli .pic,
.section5 .uli .pic img{
    width: 300px;
}
.section5 .uli .pic2{
    width: 330px;
}
.section5 .uli .pic2 img {
    width: 140px;
}
.section5 .uli li {
    display: flex;
    align-items:center;
    margin-bottom: 20px;
}
.section5 .uli li .text_wrap {
    padding-left: 30px;
}
.section5 .uli li .text_wrap h3{
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}
.section5 .uli li .text_wrap p {
    font-size: 16px;
	line-height: 1.4;
}
/* movie */

/* 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;
}

/* section7 */
.section7{
	padding-bottom: 80px;
}
.section7 ul{
	width: 900px;
	margin: 0 auto;
	display: block;
}
.section7_logo{
	width: 200px;
	vertical-align: top!important;
	padding-top: 10px;
}
.section7_logo img{
	width: 170px;
}
.section7_about_dm{
	width: 700px;
	padding-left: 20px;
}
.section7_about_dm > p{
	font-size: 15px;
	line-height: 1.5em;
}
.section7_about_dm table{
	margin-top: 20px;
	margin-bottom: 20px;
}
.section7_about_dm table tbody tr{

}
.section7_about_dm table tbody tr th{
	padding: 5px 0px;
	width: 100px;
	vertical-align: top;
}
.section7_about_dm table tbody tr td{
	/* font-weight: bold; */
	line-height: 1.5em;
}
/* 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;
}