@charset "UTF-8";
/* CSS Document */




html{
overflow-y:scroll;
font-size:10px;
}

body{
margin:0;
padding:0;
font-family: 'Roboto', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "Meiryo UI", "MS PGothic", sans-serif;
font-size:2.0rem;
font-weight: 500;
font-style: normal;
line-height:1.5;
letter-spacing: 0.4px;
background: #fff;
}

h1, h2, h3, h4, h5, h6{
font-size:100%;
font-weight:normal;
margin: 0;
padding: 0;
}

p{
margin:0 0 1.1em;
}

ul, ol{
margin: 0; padding: 0;
}

ol{
}

ul{
list-style:none;
}

li{
letter-spacing:0;
margin: 0; padding: 0;
}
p, div, ul, ol, li{
box-sizing: border-box;
}
a{
text-decoration: none;
}
a:hover{
opacity: 0.8;
}

table{
margin:0 0 1.5em;
border-collapse:collapse;
border-spacing:0;
}

table th > *:last-child,
table td > *:last-child{
margin-bottom:0 !important;
}

hr{
display:none;
}

img{
border:0;
vertical-align:middle;
}

li img{
vertical-align:middle;
}

button, input, select, textarea{
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "Meiryo UI", "MS PGothic", sans-serif;
font-size:1.4rem;
vertical-align:middle;
}

button{
display:inline;
border:none;
padding:0;
background:none;
outline:none;
}

button::-moz-focus-inner{
padding:0;
border:0;
}

em, address, small{
font-style:normal;
}

em{
font-weight:normal;
}

span{color: #148f8a;}

article, aside, dialog, figure, footer, header, menu, nav, section, mark, audio, video, main{
display:block;
margin:0;
padding:0;
border:0;
outline:0;
}

fieldset{
margin:0;
padding:0;
border:none;
}

nav ul{
list-style:none;
}

input[type=text], textarea{
border-radius:0;
-webkit-box-sizing:content-box;
-webkit-appearance:button;
appearance:button;
border:none;
box-sizing:border-box;
}
input::-webkit-search-decoration, textarea::-webkit-search-decoration{
display:none;
}
input::focus, textarea::focus{
outline-offset:-2px;
}

@media (max-width: 768px) {
body{
min-width: 320px;
letter-spacing: normal;
}
}

#wrap{
margin: 0; padding: 0 0 337px;
}
@media (max-width: 768px) {
#wrap{
margin: 0; padding: 0 0 170px;
}
}




/* utility */
.mediaPC{display: block;}
.mediaSP{display: none;}
@media (max-width: 768px) {
.mediaPC{display: none;}
.mediaSP{display: block;}
img{
width: 100%;
height: auto;
}
}

.clearfix::after {
content: "";
display: block;
clear: both;
}

/* btn */
.btnStyleOrange{
width: 420px;
font-size: 2.8rem;
font-weight: bold;
text-align: center;
line-height: 1;
border-bottom: 5px solid rgba(0,0,0,0.3);
margin: 0; padding: 0;
}
.btnStyleOrange a{
display: block;
background: #fff;
position: relative;
color: #e55625;
margin: 0; padding: 25px 0;
}
.btnStyleOrange a:before{
width: 420px;
height: 78px;
position: absolute;
top: 0px;
left: 0px;
content: "　";
}
.btnStyleOrange.fukidashi a:before{
background-image: url(../img/footer_icon_fukidashi.png);
background-position: 35px 25px;
background-repeat: no-repeat;
background-size: auto;
z-index: 10;
}
.btnStyleOrange.browser a:before{
background-image: url(../img/footer_icon_browser.png);
background-position: 22px 21px;
background-repeat: no-repeat;
background-size: auto;
z-index: 10;
}
.btnStyleOrange a:after{
width: 420px;
height: 78px;
position: absolute;
top: 0px;
left: 0px;
content: "　";
background-image: url(../img/footer_icon_arrow_r.png);
background-position: 375px 28px;
background-repeat: no-repeat;
background-size: auto;
z-index: 10;
}
.btnStyleOrange2{
width: 420px;
font-size: 2.8rem;
font-weight: bold;
text-align: center;
line-height: 1;
border-bottom: 5px solid rgba(0,0,0,0.3);
margin: 0; padding: 0;
}
.btnStyleOrange2 a{
display: block;
background: #e55625;
position: relative;
color: #fff;
margin: 0; padding: 25px 0;
}
.btnStyleOrange2 a:before{
width: 420px;
height: 78px;
position: absolute;
top: 0px;
left: 0px;
content: "　";
background-image: url(../img/footer_icon_browser2.png);
background-position: 22px 21px;
background-repeat: no-repeat;
background-size: auto;
z-index: 10;
}
.btnStyleOrange2 a:after{
width: 420px;
height: 78px;
position: absolute;
top: 0px;
left: 0px;
content: "　";
background-image: url(../img/footer_icon_arrow_r2.png);
background-position: 375px 28px;
background-repeat: no-repeat;
background-size: auto;
z-index: 10;
}
@media (max-width: 768px) {
.btnStyleOrange{
width: 125px;
font-size: 1.4rem;
line-height: 1.1;
}
.btnStyleOrange a{
margin: 0; padding: 29px 0 10px;
}
.btnStyleOrange a:before{
width: 125px;
height: 39px;
position: absolute;
top: 0px;
left: 0px;
content: "　";
}
.btnStyleOrange.fukidashi a:before{
background-image: url(../img/footer_icon_fukidashi.png);
background-position: 50% 5px;
background-repeat: no-repeat;
background-size: 22px 17px;
z-index: 10;
}
.btnStyleOrange.browser a:before{
background-image: url(../img/footer_icon_browser.png);
background-position: 50% 5px;
background-repeat: no-repeat;
background-size: 22px 18px;
z-index: 10;
}
.btnStyleOrange a:after{
width: 1px;
height: 1px;
background-image: none;
}
.btnStyleOrange2{
width: 250px;
font-size: 1.6rem;
margin: 0 auto 10px; padding: 0;
}
.btnStyleOrange2 a{
margin: 0; padding: 12px 0 12px 10px;
}
.btnStyleOrange2 a:before{
width: 250px;
height: 42px;
position: absolute;
top: 0px;
left: 0px;
content: "　";
background-image: url(../img/footer_icon_browser2.png);
background-position: 22px 49%;
background-repeat: no-repeat;
background-size: 24px 19px;
z-index: 10;
}
.btnStyleOrange2 a:after{
width: 250px;
height: 42px;
position: absolute;
top: 0px;
left: 0px;
content: "　";
background-image: url(../img/footer_icon_arrow_r2.png);
background-position: 220px 49%;
background-repeat: no-repeat;
background-size: 13px;
z-index: 10;
}
}

/* header */
h2.headerStyle01{
width: 100%;
font-weight: bold;
font-size: 4.0rem;
text-align: center;
position: relative;
background-image: url(../img/p3_icon_device.png) , url(../img/p3_bg_01.png);
background-position: center 45px, center top;
background-repeat: no-repeat, no-repeat;
background-size: auto, cover;
margin: 0 0 70px; padding: 105px 0 35px;
}
h2.headerStyle01:after{
position: absolute;
bottom: -60px;
left: 50%;
transform: translateX(-50%);
content: " ";
border-top: 30px solid #f2f9fb;
border-right: 75px solid transparent;
border-bottom: 30px solid transparent;
border-left: 75px solid transparent;
}
@media (max-width: 768px) {
h2.headerStyle01{
font-size: 2.4rem;
background-image: url(../img/p3_icon_device.png) , url(../img/s3_bg_01.png);
background-position: center 25px, center top;
background-size: 44px 26px, cover;
margin: 0 0 25px; padding: 55px 0 25px;
}
h2.headerStyle01:after{
position: absolute;
bottom: -30px;
left: 50%;
transform: translateX(-50%);
content: " ";
border-top: 15px solid #f2f9fb;
border-right: 37px solid transparent;
border-bottom: 15px solid transparent;
border-left: 37px solid transparent;
}
}

/* margin */
.mb0{margin-bottom:0 !important;}
.mb3{margin-bottom:3px !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !important;}
.mb70{margin-bottom:70px !important;}
.mb80{margin-bottom:80px !important;}
.ml30{margin-left:30px !important;}
.mr15{margin-right:15px !important;}

/* pulldown */
.boxStylePulldown{
}
.boxStylePulldown .item{
border: 1px solid #00908b;
border-radius: 5px;
margin: 0 0 20px; padding: 0;
}
.boxStylePulldown .item .ttl{
color: #fff;
font-size: 2.4rem;
font-weight: bold;
background-color: #00908b;
background-image: url(../img/pulldown_icon_plus.png);
background-position: right 30px top 50%;
background-repeat: no-repeat;
background-size: auto;
line-height: 1;
margin: 0; padding: 30px;
}
.boxStylePulldown .item .ttl.minus{
background-image: url(../img/pulldown_icon_minus.png);
}
@media (max-width: 768px) {
.boxStylePulldown .item{
margin: 0 0 15px; padding: 0;
}
.boxStylePulldown .item .ttl{
font-size: 1.4rem;
background-position: right 15px top 50%;
background-size: 12px auto;
margin: 0; padding: 15px 30px 15px 15px;
}
}





/* header */
header#gheader{
width: 100%;
}
header#gheader .inner01{
width: 960px;
position: relative;
margin: 0 auto; padding: 13px 0;
}
header#gheader .inner01 #logo{
margin: 0; padding: 0;
}
header#gheader .inner01 .lead{
position: absolute;
top: 28px;
right: 0;
font-size: 1.6rem;
margin: 0;
}
header#gheader .inner02{
width: 100%;
background-image: url(../img/header_bg_01.png);
background-position: center top;
background-repeat: no-repeat;
background-size: 1280px 500px;
background-color: #f3f6f8;
margin: 0 auto; padding: 60px 0;
}
header#gheader .inner02 h1, header#gheader .inner02 p{
width: 960px;
margin: 0 auto; padding: 0;
}
header#gheader .inner02 .lang{
margin-bottom: 14px;
}
header#gheader .inner02 h1{
font-size: 5.5rem;
font-weight: bold;
line-height: 1.1;
margin-bottom: 14px;
}
header#gheader .inner03{
display: none;
}
@media (max-width: 768px) {
header#gheader .inner01{
width: 100%;
box-sizing: border-box;
box-shadow: 0px 3px 3px 1px rgba(51,51,51,0.1);
margin: 0; padding: 10px 12px;
}
header#gheader .inner01 #logo img{
width: 124px;
}
header#gheader .inner01 .lead{
position: absolute;
top: 24px;
right: 12px;
font-size: 0.9rem;
line-height: 1;
}
header#gheader .inner02{
width: 100%;
background-image: none;
box-sizing: border-box;
background-color: #f3f6f8;
font-size: 1.2rem;
margin: 0; padding: 15px 20px 0;
}
header#gheader .inner02 h1, header#gheader .inner02 p{
width: 100%;
margin: 0 auto; padding: 0;
}
header#gheader .inner02 .lang{
margin-bottom: 14px;
}
header#gheader .inner02 h1{
font-size: 2.8rem;
font-weight: bold;
line-height: 1.1;
margin-bottom: 14px;
}
header#gheader .inner03{
display: block;
}
}
@media (max-width: 360px) and (min-width: 320px) {
header#gheader .inner01 .lead{
font-size: 0.7rem;
}
}



/* section1 */
section#section01{
width: 100%;
background-color: #fff;
margin: 0; padding: 30px 0;
}
section#section01 .inner{
width: 960px;
margin: 0 auto; padding: 0;
}
section#section01 .inner .boxStyle01{
display: flex;
justify-content: space-between;
margin: 0 0 20px;
}
section#section01 .inner .boxStyle01 li{
width: 230px;
border: 2px solid #e55625;
border-radius: 4px;
box-sizing: border-box;
text-align: center;
font-weight: bold;
background-repeat: no-repeat;
background-size: auto;
margin: 0; padding: 125px 0 25px;
}
section#section01 .inner .boxStyle01 li:nth-child(1){
background-image: url(../img/p01_bg_01.png);
background-position: center 16px;
}
section#section01 .inner .boxStyle01 li:nth-child(2){
background-image: url(../img/p01_bg_02.png);
background-position: center 42px;
}
section#section01 .inner .boxStyle01 li:nth-child(3){
background-image: url(../img/p01_bg_03.png);
background-position: center 18px;
}
section#section01 .inner .boxStyle01 li:nth-child(4){
background-image: url(../img/p01_bg_04.png);
background-position: center 22px;
}
section#section01 .inner .lead{
text-align: center;
margin-bottom: 60px;
}
section#section01 .inner .lead span{
font-size: 2.4rem;
}
section#section01 .boxStyle02{
width: 960px;
display: flex;
border-radius: 5px;
margin: 0 auto 60px; padding: 0;
}
section#section01 .boxStyle02 .item1{
width: 470px;
}
section#section01 .boxStyle02 .item2{
width: 490px;
background: #f2f9fb;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
box-sizing: border-box;
margin: 0; padding: 30px 40px 0;
}
section#section01 .boxStyle02 .item2 .lead2{
font-weight: bold;
margin-bottom: 20px;
}
section#section01 .boxStyle02 .item2 .lead2 span{
color: #e55625;
}
section#section01 .boxStyle02 .item2 .btnStyleOrange2{
margin-bottom: 15px;
}
section#section01 .boxStyle02 .item2 .lead3{
font-size: 1.6rem;
text-align: center;
}
@media (max-width: 768px) {
section#section01{
margin: 0; padding: 15px 0;
}
section#section01 .inner{
width: 100%;
box-sizing: border-box;
margin: 0 auto; padding: 0 10px;
}
section#section01 .inner .boxStyle01{
width: 300px;
flex-wrap: wrap;
margin: 0 auto;
}
section#section01 .inner .boxStyle01 li{
width: 145px;
font-size: 1.2rem;
background-size: 80px auto;
margin: 0 0 15px; padding: 80px 0 15px;
}
section#section01 .inner .boxStyle01 li:nth-child(1){
background-size: 48px auto;
}
section#section01 .inner .boxStyle01 li:nth-child(2){
background-size: 50px auto;
background-position: center 22px;
}
section#section01 .inner .boxStyle01 li:nth-child(3){
background-size: 74px auto;
}
section#section01 .inner .boxStyle01 li:nth-child(4){
background-size: 40px auto;
}
section#section01 .inner .lead{
display: none;
}
section#section01 .boxStyle02{
display: none;
}
}



/* section02 */
section#section02{
width: 100%;
background-color: #fff;
margin: 0; padding: 0;
}
section#section02 .inner{
width: 990px;
margin: 0 auto; padding: 0;
}
section#section02 .inner h2{
font-size: 2.8rem;
font-weight: bold;
text-align: center;
}
section#section02 .inner .lead{
font-size: 2.4rem;
text-align: center;
}
section#section02 .checkIchiran{
width: 100%;
background: #008f8a;
}
section#section02 .checkIchiran .innerCI{
width: 990px;
box-sizing: border-box;
margin: 0 auto; padding: 36px 0 15px;
}
section#section02 .checkIchiran .innerCI h3{
width: 100%;
color: #fff;
/*
border: 1px solid #fff;
border-radius: 30px;
*/
text-align: center;
font-weight: bold;
margin: 0 0 20px; padding: 15px 0;
}
section#section02 .checkIchiran .innerCI .listStyleLang{
display: flex;
justify-content: space-between;
color: #fff;
}
section#section02 .checkIchiran .innerCI .listStyleLang li{
width: 240px;
}
section#section02 .checkIchiran .innerCI .listStyleLang li h4{
text-align: center;
font-size: 2.4rem;
font-weight: bold;
border-bottom: 1px solid #fff;
margin-bottom: 18px;
}
section#section02 .checkIchiran .innerCI .listStyleLang li h4 a{
color: #fff;
display: block;
text-decoration: none;
padding-bottom: 4px;
}
section#section02 .checkIchiran .innerCI .listStyleLang li div{
box-sizing: border-box;
border: 2px solid #046fb5;
background: #f8f5ed;
margin: 0; padding: 0;
}
section#section02 .checkIchiran .innerCI .listStyleLang li div.new{
position: relative;
}
section#section02 .checkIchiran .innerCI .listStyleLang li div.new:before{
width: 51px;
height: 26px;
position: absolute;
top: -10px;
left: 10px;
content: " ";
background-image: url(../img/p02_icon_new.png);
background-position: left top;
background-repeat: no-repeat;
background-size: auto;
z-index: 10;
}
section#section02 .checkIchiran .innerCI .listStyleLang li div .ttl{
color: #2b81bf;
font-weight: bold;
font-size: 1.4rem;
background: #fff;
margin-bottom: 0;
padding: 20px 15px 15px;
}
section#section02 .checkIchiran .innerCI .listStyleLang li div .yen{
font-size: 1.2rem;
color: #333;
line-height: 1;
background-image: url(../img/p02_icon_yen.png);
background-position: 10px 10px;
background-repeat: no-repeat;
background-size: auto;
padding: 10px 15px 8px 72px;
margin-bottom: 0;
}
section#section02 .checkIchiran .innerCI .listStyleLang li div .yen span{
font-size: 2.0rem;
font-weight: bold;
color: #e55625;
}
section#section02 .checkIchiran .innerCI .listStyleLang li div .chi{
font-size: 1.4rem;
color: #333;
line-height: 1;
background-image: url(../img/p02_icon_chi.png);
background-position: 10px 0px;
background-repeat: no-repeat;
background-size: auto;
padding: 3px 15px 16px 90px;
margin-bottom: 0;
}
section#section02 .checkIchiran .innerCI .txt1{
text-align: right;
font-size: 1.2rem;
color: #fff;
margin-bottom: 0;
}
section#section02 .innerCT{
width: 100%;
background: #fff;
padding: 20px 0 40px;
}
section#section02 .innerCT p{
text-align: center;
}
section#section02 .innerCT .txt1{
margin-bottom: 2px;
}
section#section02 .innerCT .txt2{
font-weight: bold;
margin-bottom: 0px;
}
section#section02 .innerCT .txt2 a{
color: #e55625;
font-size: 2.4rem;
}
@media (max-width: 768px) {
section#section02 .inner{
width: 100%;
box-sizing: border-box;
margin: 0 auto; padding: 0 10px;;
}
section#section02 .inner h2{
font-size: 1.4rem;
}
section#section02 .inner .lead{
font-size: 1.2rem;
}
section#section02 .checkIchiran .innerCI{
width: 100%;
box-sizing: border-box;
margin: 0 auto; padding: 15px 10px 0px;
}
section#section02 .checkIchiran .innerCI h3{
border-radius: 20px;
font-size: 1.6rem;
line-height: 1;
margin: 0 0 15px; padding: 10px 0;
}
section#section02 .checkIchiran .innerCI .listStyleLang{
width: 360px;
flex-wrap: wrap;
margin: 0 auto;
}
section#section02 .checkIchiran .innerCI .listStyleLang li{
width: 175px;
}
section#section02 .checkIchiran .innerCI .listStyleLang li h4{
font-size: 1.4rem;
margin-bottom: 12px;
padding-bottom: 0px;
}
section#section02 .checkIchiran .innerCI .listStyleLang li div{
margin-bottom: 15px;
}
section#section02 .checkIchiran .innerCI .listStyleLang li div.new:before{
width: 30px;
height: 16px;
position: absolute;
top: -6px;
left: 10px;
background-size: 30px 16px;
z-index: 10;
}
section#section02 .checkIchiran .innerCI .listStyleLang li div .ttl{
font-size: 1.1rem;
padding: 12px 8px 8px;
}
section#section02 .checkIchiran .innerCI .listStyleLang li div .yen{
font-size: 1.0rem;
background-position: 10px 10px;
background-repeat: no-repeat;
background-size: auto 14px;
padding: 10px 8px 4px 50px;
margin-bottom: 0;
}
section#section02 .checkIchiran .innerCI .listStyleLang li div .yen span{
font-size: 1.4rem;
font-weight: bold;
color: #e55625;
}
section#section02 .checkIchiran .innerCI .listStyleLang li div .chi{
font-size: 1.0rem;
color: #333;
line-height: 1;
background-image: url(../img/p02_icon_chi.png);
background-position: 10px 0px;
background-repeat: no-repeat;
background-size: auto 14px;
padding: 3px 8px 16px 62px;
margin-bottom: 0;
}
section#section02 .checkIchiran .innerCI .txt1, section#section02 .innerCT{
display: none;
}
}
@media (max-width: 380px) and (min-width: 320px) {
section#section02 .checkIchiran .innerCI .listStyleLang{
width: 300px;
}
section#section02 .checkIchiran .innerCI .listStyleLang li{
width: 140px;
}
}



/* section02_sp */
section#section02_sp{
display: none;
width: 100%;
background-color: #fff;
margin: 0; padding: 0;
}
@media (max-width: 768px) {
section#section02_sp{
width: 100%;
display: block;
background-color: #fff;
margin: 0; padding: 0;
}
section#section02_sp .inner{
width: 100%;
box-sizing: border-box;
font-size: 1.2rem;
margin: 0; padding: 0 15px;
}
section#section02_sp .inner .lead1{
text-align: center;
}
section#section02_sp .inner .lead1 span{
color: #e55625;
font-weight: bold;
}
section#section02_sp .inner .block1{
background-color: #f2f9fb;
border-radius: 4px;
padding-bottom: 10px;
margin-bottom: 10px;
}
section#section02_sp .inner .block1 .img1 img{
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
section#section02_sp .inner .block1 .lead2{
text-align: center;
box-sizing: border-box;
padding: 0 10px;
}
section#section02_sp .inner .block1 .lead2 em{
font-size: 1.4rem;
font-weight: bold;
color: #148f8a;
}
section#section02_sp .inner .block1 .lead3{
text-align: center;
font-size: 0.9rem;
margin-bottom: 0;
}
section#section02_sp .inner .lead4, section#section02_sp .inner .lead5{
font-size: 1.2rem;
text-align: center;
box-sizing: border-box;
padding: 0 10px;
margin-bottom: 2px;
}
section#section02_sp .inner .lead5{
font-size: 1.2rem;
text-align: center;
font-weight: bold;
box-sizing: border-box;
padding: 0 10px 20px;
margin-bottom: 0;
}
section#section02_sp .inner .lead5 span{
font-size: 1.4rem;
color: #e55625;
}
}



/* section03 */
section#section03{
width: 100%;
background-color: #fff;
margin: 0; padding: 0;
}
section#section03 .inner{
width: 960px;
margin: 0 auto; padding: 0;
}
section#section03 .inner .boxStyle03{
width: 100%;
margin-bottom: 60px;
}
section#section03 .inner .boxStyle03 ul{
width: 100%;
display: table;
margin-bottom: 15px;
border: 2px solid #e55625;
border-radius: 5px;
}
section#section03 .inner .boxStyle03 ul li{
display: table-cell;
}
section#section03 .inner .boxStyle03 ul li p{
margin-bottom: 0;
}
section#section03 .inner .boxStyle03 ul li:nth-child(1){
width: 260px;
position: relative;
text-align: right;
vertical-align: middle;
background: #e55625;
box-sizing: border-box;
padding-right: 25px;
}
section#section03 .inner .boxStyle03 ul li:nth-child(1):before{
width: 128px;
height: 44px;
position: absolute;
top: 50%;
left: -10px;
transform: translateY(-50%);
text-align: left;
content: " ";
background-image: url(../img/p3_icon_tag.png);
background-position: left top;
background-repeat: no-repeat;
background-size: auto;
z-index: 10;
padding: 5px 0 0 15px;
}
section#section03 .inner .boxStyle03 ul.bsp1 li:nth-child(1):before{
content: "Point. 1";
color: #fff;
}
section#section03 .inner .boxStyle03 ul.bsp2 li:nth-child(1):before{
content: "Point. 2";
color: #fff;
}
section#section03 .inner .boxStyle03 ul.bsp3 li:nth-child(1):before{
content: "Point. 3";
color: #fff;
}
section#section03 .inner .boxStyle03 ul.bsp4 li:nth-child(1):before{
content: "Point. 4";
color: #fff;
}
section#section03 .inner .boxStyle03 ul.bsp5 li:nth-child(1):before{
content: "Point. 5";
color: #fff;
}
section#section03 .inner .boxStyle03 ul li:nth-child(2){
padding: 35px 28px;
background: #fff;
}
section#section03 .inner .boxStyle03 ul li:nth-child(2) h3{
font-size: 2.6rem;
font-weight: bold;
margin-bottom: 5px;
color: #e55625;
}
section#section03 .inner .boxStyle03 ul li:nth-child(2) span{
font-weight: bold;
color: #e55625;
}
@media (max-width: 768px) {
section#section03 .inner{
width: 100%;
box-sizing: border-box;
margin: 0 auto; padding: 0 15px;
}
section#section03 .inner .boxStyle03{
margin-bottom: 20px;
}
section#section03 .inner .boxStyle03 ul{
width: 100%;
display: block;
margin-bottom: 15px;
border: 2px solid #e55625;
border-radius: 5px;
}
section#section03 .inner .boxStyle03 ul li{
display: block;
}
section#section03 .inner .boxStyle03 ul li:nth-child(1){
width: 100%;
position: relative;
text-align: center;
vertical-align: middle;
background: #e55625;
box-sizing: border-box;
padding: 9px 0;
}
section#section03 .inner .boxStyle03 ul li:nth-child(1) img{
width: 50px;
height: auto;
}
section#section03 .inner .boxStyle03 ul li:nth-child(1):before{
width: 60px;
height: auto;
position: absolute;
top: 50%;
left: -5px;
font-size: 1.1rem;
transform: translateY(-50%);
text-align: left;
content: " ";
background-size: 60px auto;
z-index: 10;
padding: 0 0 0 5px;
}
section#section03 .inner .boxStyle03 ul li:nth-child(2){
padding: 20px;
background: #fff;
font-size: 1.2rem;
}
section#section03 .inner .boxStyle03 ul li:nth-child(2) h3{
font-size: 1.6rem;
}
}



/* section04 */
section#section04{
width: 100%;
background-color: #fff;
margin: 0; padding: 0;
}
section#section04 h2{
font-weight: bold;
font-size: 3.2rem;
text-align: center;
margin: 0 0 25px; padding: 0;
}
section#section04 .inner{
width: 100%;
height: 490px;
background-image: url(../img/p4_bg_01.png);
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
margin: 0 auto 20px; padding: 0;
}
section#section04 .inner .boxStyle04{
width: 960px;
display: flex;
justify-content: space-between;
margin: 0 auto; padding: 50px 0 0 0;;
}
section#section04 .inner .boxStyle04 li{
width: 310px;
box-sizing: border-box;
border-radius: 5px;
background-color: #fff;
background-position: center 20px;
background-repeat: no-repeat;
background-size: auto;
padding: 140px 15px 20px;
}
section#section04 .inner .boxStyle04 li:nth-child(1){ background-image: url(../img/p4_icon_01.png); }
section#section04 .inner .boxStyle04 li:nth-child(2){ background-image: url(../img/p4_icon_02.png); }
section#section04 .inner .boxStyle04 li:nth-child(3){ background-image: url(../img/p4_icon_03.png); }
section#section04 .inner .boxStyle04 li h3{
font-size: 2.6rem;
font-weight: bold;
text-align: center;
color: #148f8a;
margin-bottom: 10px;
}
section#section04 .inner .boxStyle04 li span{
font-weight: bold;
}
section#section04 .inner .boxStyle04 li p{
margin: 0;
}
section#section04 .lead{
font-size: 2.4rem;
font-weight: bold;
text-align: center;
margin-bottom: 60px;
}
section#section04 .lead em, section#section04 .lead span{
font-size: 2.8rem;
}
section#section04 .lead em{
font-weight: bold;
}
@media (max-width: 768px) {
section#section04 h2{
font-size: 2.0rem;
margin: 0 0 15px; padding: 0;
}
section#section04 .inner{
width: 100%;
height: auto;
background-image: url(../img/s4_bg_01.png);
box-sizing: border-box;
margin: 0 auto 15px; padding: 20px;
}
section#section04 .inner .boxStyle04{
width: 100%;
display: block;
margin: 0 auto; padding: 0;
}
section#section04 .inner .boxStyle04 li{
width: 100%;
background-position: left 15px top 50%;
background-size: 40px auto;
font-size: 1.2rem;
padding: 15px 15px 15px 70px;
margin-bottom: 15px;
}
section#section04 .inner .boxStyle04 li:last-child{
margin-bottom: 0;
}
section#section04 .inner .boxStyle04 li h3{
font-size: 1.4rem;
text-align: left;
margin-bottom: 10px;
}
section#section04 .lead{
font-size: 1.4rem;
margin-bottom: 15px;
}
section#section04 .lead em, section#section04 .lead span{
font-size: 1.6rem;
}
}



/* section05 */
section#section05{
width: 100%;
background-color: #fff;
margin: 0; padding: 0;
}
section#section05 .inner{
width: 960px;
margin: 0 auto 50px; padding: 0;
}
section#section05 .inner .boxStyle05{
width: 100%;
background: #fff;
position: relative;
margin: 0 0 40px; padding: 0;
}
section#section05 .inner .boxStyle05.arrow:after{
width: 135px;
height: 54px;
position: absolute;
bottom: -54px;
left: 10px;
content: " ";
background-image: url(../img/p5_img_arrowdown.png);
background-position: left top;
background-repeat: no-repeat;
background-size: auto;
z-index: 10;
}
section#section05 .inner .boxStyle05 ul{
width: 100%;
display: flex;
border: 1px solid #7794b2;
box-sizing: border-box;
border-radius: 5px;
}
section#section05 .inner .boxStyle05 ul p{
margin-bottom: 0;
}
section#section05 .inner .boxStyle05 li:nth-child(1){
margin: 0; padding: 38px 30px 20px;
}
section#section05 .inner .boxStyle05 li:nth-child(1) p:nth-child(1){
font-size: 2.6rem;
font-weight: bold;
color: #7794b2;
line-height: 1;
background-position: left top;
background-repeat: no-repeat;
background-size: auto;
margin: 0; padding: 4px 0 14px 115px;
}
section#section05 .inner .boxStyle05 li:nth-child(1) p.step1{background-image: url(../img/p5_icon_s1.png);}
section#section05 .inner .boxStyle05 li:nth-child(1) p.step2{background-image: url(../img/p5_icon_s2.png);}
section#section05 .inner .boxStyle05 li:nth-child(1) p.step3{background-image: url(../img/p5_icon_s3.png);}
@media (max-width: 768px) {
section#section05 .inner{
width: 100%;
box-sizing: border-box;
margin: 0 auto 20px; padding: 0 15px;
}
section#section05 .inner .boxStyle05{
width: 350px;
margin: 0 auto 18px;
}
section#section05 .inner .boxStyle05.arrow:after{
width: 67px;
height: 26px;
position: absolute;
bottom: -26px;
left: 10px;
background-size: 67px auto;
}
section#section05 .inner .boxStyle05 ul{
display: flex;
font-size: 1.2rem;
}
section#section05 .inner .boxStyle05 li:nth-child(1){
width: 240px;
box-sizing: border-box;
margin: 0; padding: 15px;
}
section#section05 .inner .boxStyle05 li:nth-child(1) p:nth-child(1){
font-size: 1.6rem;
background-position: left top;
background-repeat: no-repeat;
background-size: 60px auto;
margin: 0 0 4px; padding: 25px 0 0 0px;
}
section#section05 .inner .boxStyle05 li:nth-child(2){
width: 110px;
background-image: url(../img/s5_img_01.png);
background-position: right center;
background-repeat: no-repeat;
background-size: 100% auto;
}
section#section05 .inner .boxStyle05:nth-child(2) li:nth-child(2){
background-image: url(../img/s5_img_02.png);
}
section#section05 .inner .boxStyle05:nth-child(3) li:nth-child(2){
background-image: url(../img/s5_img_03.png);
}
section#section05 .inner .boxStyle05 li:nth-child(2) img{
height: 100%;
}
}
@media (max-width: 380px) and (min-width: 320px) {
section#section05 .inner .boxStyle05{
width: 290px;
}
section#section05 .inner .boxStyle05 li:nth-child(1){
width: 190px;
}
section#section05 .inner .boxStyle05 li:nth-child(2){
width: 100px;
background-size: auto 100%;
}
}



/* section06 */
section#section06{
width: 100%;
background-color: #fff;
margin: 0; padding: 0;
}
section#section06 .inner{
width: 960px;
margin: 0 auto 50px; padding: 0;
}
section#section06 .lead{
font-size: 2.4rem;
text-align: center;
margin-bottom: 30px;
}
section#section06 .lead em, section#section06 .lead span{
font-size: 2.8rem;
font-weight: bold;
}
.boxStylePulldown .item .txt{
width: 100%;
display: flex;
box-sizing: border-box;
margin: 0; padding: 30px;
}
.boxStylePulldown .item .txt .lbox{
margin-right: 15px;
}
.boxStylePulldown .item .txt .rbox{
width: auto;
}
.boxStylePulldown .item .txt .rbox h3{
font-size: 2.4rem;
font-weight: bold;
margin-bottom: 18px;
}
.boxStylePulldown .item .txt .rbox p{
font-size: 2rem;
margin-bottom: 0;
}
@media (max-width: 768px) {
section#section06 .inner{
width: 100%;
box-sizing: border-box;
margin: 0 auto 20px; padding: 0 15px;
}
section#section06 .lead{
font-size: 1.4rem;
text-align: center;
margin-bottom: 15px;
}
section#section06 .lead em, section#section06 .lead span{
font-size: 1.6rem;
font-weight: bold;
}
.boxStylePulldown .item .txt{
display: block;
margin: 0; padding: 15px;
}
.boxStylePulldown .item .txt .lbox{
margin-right: 0;
margin-bottom: 8px;
}
.boxStylePulldown .item .txt .rbox{
width: 100%;
}
.boxStylePulldown .item .txt .rbox h3{
font-size: 1.4rem;
margin-bottom: 8px;
}
.boxStylePulldown .item .txt .rbox p{
font-size: 1.2rem;
}
}



/* section07*/
section#section07{
width: 100%;
background-color: #fff;
margin: 0; padding: 0;
}
section#section07 .inner{
width: 960px;
margin: 0 auto 50px; padding: 0;
}
section#section07 .lead{
font-size: 2.4rem;
text-align: center;
margin-bottom: 30px;
}
section#section07 .lead em, section#section07 .lead span{
font-size: 2.8rem;
font-weight: bold;
}
section#section07 .boxStyle06{
width: 100%;
display: table;
border-top: 1px solid #a0a0a0;
margin: 0 0 50px 0; padding: 45px 0 0 0;
}
section#section07 .boxStyle06 li{
display: table-cell;
text-align: left;
vertical-align: top;
}
section#section07 .boxStyle06 li p{
margin: 0;
}
section#section07 .boxStyle06 li.txt h3{
font-size: 2.4rem;
font-weight: bold;
position: relative;
margin: 0 0 20px; padding: 5px 0;
}
section#section07 .boxStyle06 li.txt h3 span{
font-size: 1.6rem;
font-weight: normal;
color: #fff;
background: #00908b;
position: relative;
top: -3px;
line-height: 1;
border-radius: 3px;
margin: 0 0 0 10px;
padding: 3px 8px;
}
section#section07 .boxStyle06 li.img{
padding-left: 20px;
}
section#section07 .conpanyInfo{
width: 100%;
box-sizing: border-box;
background: #fcfbf1;
margin: 0; padding: 60px 42px;
}
section#section07 .conpanyInfo table{
margin: 0; padding: 0;
}
section#section07 .conpanyInfo td, section#section07 .conpanyInfo th{
text-align: left;
vertical-align: top;
padding: 0 0 40px;
}
section#section07 .conpanyInfo tr:last-child td, section#section07 .conpanyInfo tr:last-child th{
padding: 0;
}
section#section07 .conpanyInfo th{
width: 150px;
font-weight: bold;
}
@media (max-width: 768px) {
section#section07 .inner{
width: 100%;
box-sizing: border-box;
margin: 0 auto 20px; padding: 0 15px;
}
section#section07 .lead{
font-size: 1.4rem;
margin-bottom: 10px;
}
section#section07 .lead em, section#section07 .lead span{
font-size: 1.6rem;
}
section#section07 .boxStyle06{
width: 100%;
margin: 0 0 15px 0; padding: 15px 0 0 0;
}
section#section07 .boxStyle06 li.txt h3{
font-size: 1.4rem;
margin: 0 0 8px; padding: 5px 0 0;
}
section#section07 .boxStyle06 li p{
font-size: 1.2rem;
}
section#section07 .boxStyle06 li.txt h3 span{
font-size: 1.1rem;
line-height: 1;
display: inline-block;
margin: 2px 0 10px;
padding: 3px 8px;
}
section#section07 .boxStyle06 li.img{
width: 120px;
padding-left: 10px;
}
section#section07 .conpanyInfo{
width: 100%;
box-sizing: border-box;
background: #fcfbf1;
margin: 0; padding: 15px;
}
section#section07 .conpanyInfo td, section#section07 .conpanyInfo th{
font-size: 1.2rem;
padding: 0 0 10px;
}
section#section07 .conpanyInfo th{
width: 30%;
}
}



/* section08*/
section#section08{
width: 100%;
background-color: #fff;
margin: 0; padding: 0;
}
section#section08 .inner{
width: 960px;
margin: 0 auto 50px; padding: 0;
}
section#section08 .boxStyleFAQ ul{
display: flex;
justify-content: space-between;
margin: 0 0 60px; padding: 0;
}
section#section08 .boxStyleFAQ ul:last-child{
margin: 0;
}
section#section08 .boxStyleFAQ ul li{
width: 48%;
margin: 0; padding: 0 0 0 32px;
}
section#section08 .boxStyleFAQ ul li p{
margin: 0; padding: 0;
}
section#section08 .boxStyleFAQ ul li .txtQ{
position: relative;
color: #7794b2;
font-weight: bold;
margin-bottom: 10px;
}
section#section08 .boxStyleFAQ ul li .txtQ:before{
position: absolute;
top: 0px;
left: -32px;
color: #7794b2;
content: "Q";
font-weight: bold;
}
section#section08 .boxStyleFAQ ul li .txtA{
position: relative;
}
section#section08 .boxStyleFAQ ul li .txtA:before{
position: absolute;
top: 0px;
left: -28px;
content: "A";
}
@media (max-width: 768px) {
section#section08 .inner{
width: 100%;
box-sizing: border-box;
font-size: 1.2rem;
margin: 0 auto 20px; padding: 0 15px;
}
section#section08 .boxStyleFAQ ul{
display: block;
margin: 0; padding: 0;
}
section#section08 .boxStyleFAQ ul li{
width: 100%;
margin: 0; padding: 0 0 0 20px;
}
section#section08 .boxStyleFAQ ul li .txtQ{
margin-bottom: 8px;
}
section#section08 .boxStyleFAQ ul li .txtQ:before{
left: -20px;
}
section#section08 .boxStyleFAQ ul li .txtA{
margin-bottom: 28px;
}
section#section08 .boxStyleFAQ ul li .txtA:before{
left: -20px;
}
}



/* section09*/
section#section09{
width: 100%;
background-color: #fff;
background-image: url(../img/p9_bg_01.png);
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
margin: 0; padding: 90px 0;
}
section#section09 .inner{
width: 800px;
box-sizing: border-box;
background-color: #fff;
text-align: center;
margin: 0 auto; padding: 40px;
}
section#section09 .inner .logo{
margin-bottom: 25px;
}
section#section09 .inner .txt{
font-weight: bold;
}
section#section09 .inner .txt em{
font-size: 2.4rem;
font-weight: bold;
color: #00908b;
}
@media (max-width: 768px) {
section#section09{
box-sizing: border-box;
margin: 0; padding: 30px 15px;
}
section#section09 .inner{
width: 100%;
box-sizing: border-box;
font-size: 1.2rem;
margin: 0 auto; padding: 15px;
}
section#section09 .inner .logo{
width: 50%;
margin: 0 auto 25px;
}
section#section09 .inner .txt{
font-weight: bold;
margin-bottom: 0;
}
section#section09 .inner .txt em{
font-size: 1.6rem;
font-weight: bold;
}
}





/* footer */
footer{
width: 100%;
position: fixed;
bottom: 0;
left: 0;
z-index: 20;
margin: 0; padding: 0;
}
footer #ft01{
width: 100%;
background: #e55625;
}
footer #ft01 .inner{
width: 960px;
margin: 0 auto; padding: 25px 0;
}
footer #ft01 .inner .btns{
display: flex;
justify-content: space-between;
}
footer #ft01 .inner .btns li:last-child{
padding-left: 20px;
}
footer #ft01 .inner .btns li:last-child img{
margin-top: 10px;
}
footer #ft02{
width: 100%;
background: #fff;
display: none;
}
footer #ft02 .inner{
width: 960px;
text-align: center;
margin: 0 auto; padding: 30px 0;
}
footer #ft02 .inner ul{
display: inline-flex;
font-size: 1.6rem;
color: #333;
}
footer #ft02 .inner ul li{
border-right: 1px solid #333;
line-height: 1;
margin: 0; padding: 0 10px;
}
footer #ft02 .inner ul li:last-child{
border-right: none;
}
footer #ft02 .inner ul li a{
color: #333;
text-decoration: none;
}
footer #ft03{
width: 100%;
background: #00908b;
display: none;
}
footer #ft03 p{
text-align: center;
color: #fff;
font-size: 1.6rem;
margin: 0; padding: 20px 0;
}
@media (max-width: 768px) {
footer #ft01 .inner{
width: 320px;
box-sizing: border-box;
margin: 0 auto; padding: 15px 0;
}
footer #ft01 .inner .btns{
display: flex;
justify-content: space-between;
}
footer #ft01 .inner .btns li:nth-child(2), footer #ft01 .inner .btns li:last-child{
padding-left: 10px;
}
footer #ft01 .inner .btns li:last-child img{
width: 30px;
margin-top: 20px;
}
footer #ft02{
width: 100%;
background: #fff;
display: none;
}
footer #ft02 .inner{
width: 100%;
text-align: center;
line-height: 1;
font-size: 1.0rem;
margin: 0; padding: 10px 0;
}
footer #ft02 .inner ul{
font-size: 1.0rem;
}
footer #ft03 p{
font-size: 1.0rem;
margin: 0; padding: 10px 0;
}
}


@media (min-width: 769px) {
.fp_b1{
	text-align: right;
	margin-top: -20px;
	width: 960px;
	margin-left:auto;
	margin-right:auto;
}
	
.fp_h{
margin-bottom: -40px !important;
	}
.semi1{
display: none;
	}
.semi2{
padding-top: 40px;
		}
	}
@media (max-width: 768px) {
.fp_b1{
text-align: right;
width: 70%;
	margin-top: 10px;
	}
	.semi1{
padding-top: 0px;
	padding-bottom: 0px !important;

	}
	
.semi2{
display: none;
	}
	}

