@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;
    padding-bottom: 40px;
}
.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;
}

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;
}

.section_support {
    
}
.list_file {margin-top: 40px;}
.list_file li {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 30px;
}

.list_file li .btn_file {
    display: inline-block;
    padding:15px;
    border-radius: 5px;
    text-decoration: none;
    color:#fff;
    width:700px;
}
.list_file li .btn_file:hover {
    opacity: .7;
}
.f_pdf {
    background: #c81822 url(../img/icon_pdf.png) 95% no-repeat;
}

.f_xlsx {
    background: #217346 url(../img/icon_xlsx.png) 95% no-repeat;
}

.f_doc {
    background: #164eaf url(../img/icon_doc.png) 95% no-repeat;
}

.f_link{
  background: #f16722 url(../img/icon_arrow_r.png) 95% no-repeat;
}

@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;
}
.list_file li{margin: 10px; }
.list_file li .btn_file {
    padding:15px 40px 15px 15px;
    width:100%;
}
}

/* 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;
}
}
