@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;
	}

}

.introduction {
  background-color: #E1E6EC;
  background-image: -webkit-linear-gradient(top, #E1E6EC 2%, #F0F4F7 96%), -webkit-radial-gradient(at 50% 100%, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.5) 200%);
  background-image: linear-gradient(-180deg, #E1E6EC 2%, #F0F4F7 96%), radial-gradient(at 50% 100%, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.5) 200%);
  background-blend-mode: normal, color-burn;
}
.introduction_line{
    width: 10%;
    height: 1px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    /* background-color: #ff6b00; */
    border-bottom: dotted 1px #ff6b00;
}


/* title */
.title{
	text-align: center;
}
.title h1{
	/* font-size: 65px; */
	/* font-weight: bold; */
	color: #ff6b00;
    padding: 20px;
	/* background-color: #ff6b00;
	background: linear-gradient(135deg, #ff6b00 0%, #d85b00 100%); */
}
.title > h1 > ul > li:nth-child(1){
	padding-right: 5px;
}
.title > h1 > ul > li:nth-child(2){
	font-size: 6.5rem;
	padding-left: 5px;
	padding-top: 5px;
}
.title p{
	font-size: 2.3rem;
    font-weight: 500;
	padding: 0px 15px;
}
.outline{
    padding: 20px 0px;
    width: 1000px;
    margin: 0 auto;
	text-align: center;
	line-height: 28px;
	padding-bottom: 30px;
}
.outline p{
	font-size: 1.4rem;
	font-weight: 300;
}
@media screen and (max-width: 1024px) {
.title h1{
	padding-top: 0px;
}
.title > h1 > ul > li > img{
	width: 100%;
	max-width: 372px;
	margin-left: 5px;
}
.title > h1 > ul > li:nth-child(2){
	font-size: 5.5rem;
	padding-left: 0px;
	padding-top: 5px;
}
.outline {
    padding: 20px 20px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 2.0em;
    padding-bottom: 30px;
}
.outline p{
	font-size: 1.4rem;
	font-weight: 300;
}
}

@media only screen and (min-device-width:320px) and (max-device-width:568px) {
.title h1{
	padding-top: 0px;
}
.title > h1 > ul > li > img{
	width: 100%;
	max-width: 372px;
	margin-left: 5px;
}
.title > h1 > ul > li:nth-child(2){
	font-size: 5.5rem;
	padding-left: 0px;
	padding-top: 5px;
}
.outline {
    padding: 20px 20px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 2.0em;
    padding-bottom: 30px;
}
.outline p{
	font-size: 1.4rem;
	font-weight: 300;
}

}



section{
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0px;
	position: relative;
}
.section_center{
	width: 1000px;
	margin: 0 auto;
}
.section_center_img{
	width: 1000px;
	margin: 0 auto;
}
.section_center_img > img{
	width: 100%;
    padding: 20px 60px;
}
@media screen and (max-width: 1024px) {
	section {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0px;
    position: relative;
}
.section_center {
    width: 100%;
}
.section_center_img {
    width: 100%;
    margin: 0 auto;
}
.section_center_img > img {
    padding: 20px 40px;
}
}

@media only screen and (min-device-width:320px) and (max-device-width:568px) {
	section {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0px;
    position: relative;
}
.section_center {
    width: 100%;
}
.section_center_img {
    width: 100%;
    margin: 0 auto;
}
.section_center_img > img {
    padding: 20px 40px;
}
}

section p{
    font-size: 1.6rem;
    font-weight: 300;
	padding: 0px 30px;
	margin-bottom: 10px;
	line-height: 1.5;
}

section h2{
	font-size: 2.2rem;
	font-weight: 200;
	margin-bottom: 40px;
	padding: 10px;
	padding-left: 70px;
	position: relative;
}
section h2::after{
	content: "";
	width:100%;
	height:1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(to right, #ff6b00, transparent 70%);
}
section h2 span{
    font-size: 11.0rem;
    font-weight: 100;
	font-style: italic;
    color: #ff6b00;
    position: absolute;
    left: 0px;
    top: -60px;
}
section h3{
	font-size: 2.2rem;
	font-weight: 200;
	margin-bottom: 10px;
	padding: 10px;
	position: relative;
}
section h3::after{
	content: "";
	width:100%;
	height:1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(to right, #ff6b00, transparent 70%);
}
/* h3{
	font-size: 22px;
	font-weight: 200;
	margin-bottom: 10px;
	padding: 10px;
	padding-left: 20px;
	color: #fff;
	background: linear-gradient(to right, #ff6b00, transparent 80%);
} */
section h4{
	font-size: 2.2rem;
	font-weight: 200;
	margin-bottom: 20px;
	padding: 10px;
	padding-left: 20px;
	color: #fff;
	background: linear-gradient(to right, #ff6b00, #ff6b00 40%, transparent 100%);
}
section h5{
    font-size: 2.2rem;
	font-weight: 200;
	padding-left: 20px;
}
section h6{
    font-size: 1.7rem;
	color: #ff6b00;
	margin-bottom: 10px;
	font-weight: 500;
}

section h6 + p{
	line-height: 25px;
    font-size: 1.5rem;
}
.section0 .sticker_new{
	background-color: #eb2f06;
    font-size: 1.6rem;
    color: #fff;
    padding: 5px 10px;
    width: 55px;
    font-weight: bold;
	float: left;
    margin-right: 15px;
    /* border-radius: 20px; */
}
.section0 h3::after{
	background: linear-gradient(to right, #eb2f06, transparent 90%);
}
.section0 h3 > span.section0_title{
	font-size: 2.5rem;
	font-weight: 400;
}
.section0 .contents_listA{
	margin-top: 10px;
	padding: 0px 30px;
}
.section0 .contents_listA > div{
	font-size: 1.6rem;
    color: #ff6b00;
	padding-bottom: 5px;
}

/* section4 */
.section4{
	width: 960px;
}
.section4 > div > ul{
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0px;
	padding-left: 20px;
	border-bottom: solid 1px #e8e8e8;
}
section h5 + ul{
	padding-top: 0px!important;
}
.section4 > div > ul:last-child{
	border-bottom: none;
}
.section4 > div > ul > li:nth-child(1){
	width: 400px;
	vertical-align: top;
	padding-top: 30px;
}
.section4 > div > ul > li:nth-child(2){
	width: 500px;
}
.section4 > div > ul > li:nth-child(2) > img{
	width: 500px;
}

/* section5 */
.section5 > p{
	margin-bottom: 10px;
}
.section5 > ul > li{
	position: relative;
	padding: 15px 0px;
	padding-left: 30px;
}
.section5 > ul > li > div{
    font-size: 1.8rem;
    color: #ff6b00;
	font-weight: 500;
}
.section5 > ul > li > div::before{
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background-color: #ff6b00;
	position: absolute;
	top: 14px;
	left: 0;

}
.section5 > ul > li > p{
    padding-top: 10px;
    padding-left: 20px;
	line-height: 22px;
    font-size: 1.5rem;
}
.section7 .btn_dl {
    width: 500px;
    margin-top: 40px;
    margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
.section3 > h2 > span,
.section4 > h2 > span,
.section5 > h2 > span{
	/* top: -30px; */
}
.section4 > div > ul > li:nth-child(2) > img {
    width: 100%;
}
.section4{
	width: 100%;
}
section h4 {
    background: linear-gradient(to right, #ff6b00, #ff6b00 60%, transparent 100%);
}
section h6{
	    padding: 0px 15px;
}

.section4 > div > ul {
    width: 100%;
    padding-left: 0px;
}
.section4 > div > ul > li:nth-child(1) {
    width: 100%;
}
.section4 > div > ul > li:nth-child(2) {
    width: 100%;
}
.section5 > ul{
	padding-left: 20px;
}
.section7 .btn_dl {
    width: 400px;
}
}

@media only screen and (min-device-width:320px) and (max-device-width:568px) {
.section3 > h2 > span,
.section4 > h2 > span,
.section5 > h2 > span{
	top: -30px;
}
.section4 > div > ul > li:nth-child(2) > img {
    width: 100%;
}
.section4{
	width: 100%;
}
section h4 {
    background: linear-gradient(to right, #ff6b00, #ff6b00 60%, transparent 100%);
}
section h6{
	    padding: 0px 15px;
}

.section4 > div > ul {
    width: 100%;
    padding-left: 0px;
}
.section4 > div > ul > li:nth-child(1) {
    width: 100%;
}
.section4 > div > ul > li:nth-child(2) {
    width: 100%;
}
.section5 > ul{
	padding-left: 20px;
}
}

/* footer_contact */
.footer_contact{
	padding: 35px;
	background-color: #f7f9fb;
}
.footer_contact p{
	width: 1000px;
	margin: 0 auto;
	display: block;
	text-align: center;
	font-size: 2.6rem;
	margin-bottom: 15px;
}
.footer_contact ul{
	width: 585px;
	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: 2.0rem;
}
.footer_contact_tel,
.footer_contact_btn{
	width: 250px;
}
.footer_contact_tel{
    font-size: 3.0rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
}
.footer_contact_btn{
	width: 250px;
	height: 50px;
    line-height: 50px;
}
@media screen and (max-width: 1024px) {
.footer_contact p {
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 2.0rem;
    margin-bottom: 15px;
}
.footer_contact ul {
   	width: 100%!important;
    margin: 0 auto;
    display: block;
}
.footer_contact ul li {
	width: 100%;
	text-align: center;
}
.footer_contact_icon_tel, .footer_contact_icon_mail {
    /* width: 40px; */
    text-align: center!important;
}

.footer_contactB > li:nth-child(1){
	border-right:none;
}
.footer_contact_icon_mail{
	padding-top: 30px;
}

}

@media only screen and (min-device-width:320px) and (max-device-width:568px) {
.footer_contact p {
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 2.0rem;
    margin-bottom: 15px;
}
.footer_contact ul {
   	width: 100%!important;
    margin: 0 auto;
    display: block;
}
.footer_contact ul li {
	width: 100%;
	text-align: center;
}
.footer_contact_icon_tel, .footer_contact_icon_mail {
    /* width: 40px; */
    text-align: center!important;
}

.footer_contactB > li:nth-child(1){
	border-right:none;
}
.footer_contact_icon_mail{
	padding-top: 30px;
}
}
