/*
	Theme Name: LPテンプレート用
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*
	common
*/

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


html{
	font-size:62.5%;
}

*{
	max-height:99999px;
}

body{
	font-family: 'Noto Sans Japanese', serif;
	-webkit-text-size-adjust: 100%;
	font-size:1.4rem;
}

.noto100 {font-weight:100;}
.noto200 {font-weight:200;}
.noto300 {font-weight:300;}
.noto400 {font-weight:400;}
.noto500 {font-weight:500;}
.noto600 {font-weight:600;}
.noto700 {font-weight:700;}
.noto800 {font-weight:800;}
.noto900 {font-weight:900;}

.wrap{
	overflow:hidden;
}

img{
	vertical-align:bottom;
}

.absolute{
	position:absolute;
}

.inline{
	display:inline-block;
	vertical-align:middle;
}

.left{
	float:left;
}

.right{
	float:right;
}

.pc{
	display:block;
}

.sp{
	display:none;
}

.in{
	width:1000px;
	margin:0 auto;
}

li{
	list-style:none;
}

a{
	text-decoration:none;
}

a:hover{
	opacity:0.6;
}

.wrapper{
	overflow:hidden;
}


/*
	header
*/

header{
	width: 100%;
    height: 50px;
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    z-index: 999;
	}

.contact_btn {
    display: block;
    width: 236px;
    height: 50px;
    text-decoration: none;
    transition: ease-in 0.1s;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
}

.tel a{
	    color: #222;
    font-size: 2.0rem;
    margin-right: 20px;
    margin-top: 7px;
    display: inline-block;
   }
	
	
/*
	main
*/	

.main{
	padding:120px 0;
	margin-top:50px;
	background-size: cover !IMPORTANT;
	background-attachment: fixed !important;
}

/*
	trouble_01
*/

.trouble_01{
    width: 100%;
    background: #26d300;
    padding: 70px 0;
    position: relative;
}

.trouble_01 h2{
	text-align:center;
	margin-bottom:60px;
	font-size:3.0rem;
	color:#fff;
}

.trouble_01_in{
    background-color: #FFFFFF;
    border-radius: 10px;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 40px;
    overflow: hidden;
}
	
.trouble_01_in ul li {
        list-style-image: url(images/check_box.png);
    list-style-position: inside;
    line-height: 65px;
    alignment-adjust: middle;
    font-size: 2.0rem;
    /* font-weight: 500; */
    /* text-align: left; */
    padding-left: 0px;
}	

/*
	trouble_03
*/

.trouble_03{
    width: 100%;
    background: url(images/question_bg.png),#909090;
    background-position:20%;
    background-repeat:no-repeat;
    padding: 70px 0;
    position: relative;
}

.trouble_03 h2{
	text-align:center;
	margin-bottom:60px;
	font-size:3.0rem;
	color:#fff;
	font-weight:normal;
	color:#ffd03e;
}

.trouble_03_in{
    background-color: #FFFFFF;
    text-align: center;
    padding-bottom: 40px;
    padding: 30px;
    overflow: hidden;
}
	
.trouble_03_in ul li {
        list-style-image: url(images/check_box_002.png);
    list-style-position: inside;
    line-height: 65px;
    alignment-adjust: middle;
    font-size: 1.6rem;
    text-align: left;
    font-size:bold;
    padding-left: 0px;
}	


/*
	point_02
*/

.point2{
	padding:70px 0;
}

.point2 h2{
	color:#333333;
	font-size:2.9rem;
	margin-bottom:50px;
	text-align:center;
}

.point02_in{
	text-align:center;
}

.point02_li_ou{
	position: relative;
	    margin: 0 10px 30px 10px;
}

.point02_li{
	height: 310px;
    width: 310px;
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
    text-align:center;
    color:#333333;
    position: relative;
    z-index:2;
}

.point02_li_ou .u_border{
	height: 310px;
    width: 310px;
    position: absolute;
    top: 5px;
    right: -8px;
}

.point02_li_subttl{
	margin:25px 0;
	font-size:1.6rem;
	font-weight:bold;
}

.flow_in_contents{
	margin-bottom:30px;
}

.point{
	padding:60px 0;
	background-size:cover;
}

.point h2{
	text-align:center;
	margin-bottom:60px;
	font-size:3.0rem;
	color:#fff;
}


/*
	point_03
*/

.point3{
	padding:70px 0;
}

.point3 h2{
	color:#333333;
	font-size:2.9rem;
	margin-bottom: 20px;
	text-align:center;
}

.point03_in{
	margin:80px 0 30px;
}

.point03_li_ou{
	position: relative;
    margin: 0 0px 30px 2%;
    width: 23%;
}

.point03_li_ou:first-child{
	margin-left:0;
}

.point03_li_icon {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: -13%;
}

.point03_li_subttl {
    padding: 45px 0 25px;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 900;
    background: #fff;
}

.point03_li{
	    
}

.point03_li .txt{
	padding:15px;
}

/*
	txtimg_b
*/

.txtimg_b{
	padding:70px 0;
}

.txtimg_b h2{
	color:#333333;
	font-size:2.9rem;
	margin-bottom: 20px;
	text-align:center;
}

.txtimg_b_in{
	margin-top:70px;
}

.txtimg_b_in .txtimg_b_li_ou .img_area{
	float:left;
	width:45%;
	margin-right:5%;
	    box-shadow: 5px 5px 0px rgba(0,0,0,0.4);
}

.txtimg_b_in .txtimg_b_li_ou:nth-child(2n) .img_area{
	float:right;
	width:45%;
	margin-left:5%;
	margin-right:0;
}

.txtimg_b_in .txtimg_b_li_ou .txt_area{
	float:left;
	width:50%;
	padding-top: 30px;
}

.txtimg_b_in .txtimg_b_li_ou:nth-child(2n) .txt_area{
	float:right;
	width:50%;
}

.txtimg_b_li_subttl{
	margin-bottom:30px;
	font-size: 2.5rem;
}


/*
	whats_03
*/

.whats1{
	padding:70px 0;
}

.whats1 h2{
	color:#333333;
	font-size:2.9rem;
	margin-bottom:50px;
	text-align:center;
	font-weight:normal;
}

.whats03_in{
	text-align:center;
}

.whats03_li_ou{
	position: relative;
	width: 30%;
	margin-right: 20px;
	    margin-bottom: 40px;
	        vertical-align: top;
}

.whats03_li_ou:nth-child(3n){
	margin-right: 0px;
}

.whats03_li{
    box-sizing: border-box;
    background: #fff;
    text-align:center;
    color:#333333;
    position: relative;
    z-index:2;
}

.whats03_li .img_area{
	padding:22px;
	margin-right: 20px;
	vertical-align: top;
}

.whats03_li .txt_area{
	    width: 60%;
	    text-align:left;
	    vertical-align: top;
}

.whats03_li_ou .u_border{
    height: 83px;
    width: 92px;
    position: absolute;
    top: 3px;
    left: 5px;
}

.whats03_li_subttl{
	font-size:1.6rem;
	font-weight:bold;
	margin-bottom:10px;
}

.flow_in_contents{
	margin-bottom:30px;
}

.whats{
	padding:60px 0;
	background-size:cover;
}

.whats h2{
	text-align:center;
	margin-bottom:60px;
	font-size:3.0rem;
	color:#fff;
}

/*
	qa1
*/

.qa1{
	padding:70px 0;
}

.qa1 h2{
	color:#333333;
	font-size:2.9rem;
	margin-bottom:50px;
	text-align:center;
	font-weight:normal;
}

.qa1 dl{
    background: #fff;
    padding: 40px;
    box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
    margin-bottom:30px;
   }

.qa1 dl dt{
	font-size:2.2rem;
}

.qa1 dl dt:before{
	content: "Q";
    color: #fff;
    display: inline-block;
    border-radius: 100px;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 2.9rem;
    box-sizing: border-box;
    vertical-align: middle;
    margin-right: 20px;
}

.qa1 dl dd{
	font-size:1.4rem;
	color:#353535;
	    display: table;
	        margin-top: 15px;
}

.qa1 dl dd:before{
	content: "A";
    color: #353535;
    display: inline-block;
    border-radius: 100px;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 2.9rem;
    box-sizing: border-box;
    vertical-align: middle;
        padding: 0 35px 0 15px;
        display: table-cell;
}

/*
	voice1
*/

.voice1{
	padding:70px 0;
}

.voice1 h2{
	color:#333333;
	font-size:2.9rem;
	margin-bottom:50px;
	text-align:center;
	font-weight:normal;
}

.voice1 ul li .txt_area:nth-child(1n),.voice1 ul li .img_area:nth-child(1n){
	float:left;
}

.voice1 ul li .txt_area:nth-child(1n){
	margin-right:8%;
	margin-top:30px;
	margin-bottom:30px;
}

.voice1 ul li .txt_area:nth-child(2n),.voice1 ul li .img_area:nth-child(2n){
	float:right;
}

.voice1 ul li .txt_area:nth-child(2n){
	margin-left:8%;
	margin-top:30px;
	margin-bottom:30px;
}

.voice1 .txt_area{
	width:70%;
}

.voice1 .img_area{
	max-width:20%;
}

/*
	spec1
*/

.spec1{
	padding:70px 0;
}

.spec1 h2{
	font-size:2.9rem;
	margin-bottom:50px;
	text-align:center;
	font-weight:normal;
	color:#1e73be;
}

.spec1_in{
	text-align:center;
}

.spec_in_contentsn.inline{
	width:25%;
	vertical-align:top;
}

.spec1 .ttl_area{
	padding:30px 30px;
	background:#1e73be;
	color:#fff;
	border-radius:10px 10px 0 0;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6);
}


.spec1 .ttl_area h3{
	font-size:1.8rem;
	color:#fff;
}

.spec1 .b_s_txt{
	font-size:5.6rem;
	color:#1e73be;
}

.spec1 .b_s_txt span{
	font-size:2.6rem;
}

.spec1 .txt_area{
    padding: 0 20px 30px;
    background: #fff;
        height: 340px;
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6);
}


.checkarea li{
	margin:10px 0;
	    text-align: left;
}

.flow{
	padding: 50px 0 50px 0;
    text-align: center;
    background: #a5a5a5;
}

/*
	flow1
*/

.flow h2{
	text-align:center;
	margin-bottom:60px;
	font-size:3.0rem;
	color:#fff;
}
	
.flow ul li{
width: 20%;
    background: #fff;
    font-size: 2.0rem;
    font-weight: 800;
    display:inline-block;
    border-radius: 100px;
    padding: 18px;
    /* box-sizing: border-box; */
    line-height: 1.25;
    position: relative;
    margin-right: 17px;
   }	
   
.flow ul li:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    position: absolute;
    top: 45%;
    right: -19px;
}

.flow ul li h3{
	margin:0 0 10px;
}
	
.flow ul li:last-child:before {
    display:none;
}	


/*
	flow2
*/

.flow2{
	padding:70px 0;
}

.flow2 h2{
	font-size:2.9rem;
	margin-bottom:50px;
	text-align:center;
	font-weight:normal;
	color:#1e73be;
}

.flow02_li_ou{
	    width: 14%;
    text-align: center;
}

.flow02_li_ou.inline{
	vertical-align:top;
	position:relative;
	    margin-left: 70px;
}

.flow02_li_ou:after{
    content: "▲";
    position: absolute;
    top: 33%;
    right: -38px;
    transform: rotate(90deg);
}

.flow02_li_ou.inline:nth-child(1){
	margin-left: 0px;
}

.flow02_in .flow02_li_ou:nth-child(5):after{
	display:none;
}

.flow02_li .img_area {
    height: 150px;
    width: 150px;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    padding-top: 50px;
    border-radius: 50%;
        margin: 15px 0;
}

.flow02_li_smtxt,.flow02_li_subttl {
    font-size: 1.6rem;
    font-weight: bold;
}

.flow02_li_subttl{
	margin: 5px 0;
}

/*
	flow3
*/

.flow3{
	padding:70px 0;
}

.flow3 h2{
	font-size:2.9rem;
	margin-bottom:50px;
	text-align:center;
	font-weight:normal;
	color:#1e73be;
}

.flow03_in {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
}

.flow03_in .txt_area{
    position: relative;
    width: 60px;
    height: 500px;
    background:#fff;
}

.flow03_num{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    line-height: 1;
    font-size: 3.5rem;
    padding:15px 0;
}

.flow03_in_txt {
    position: absolute;
    top: 75px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 2.4rem;
}


.spec1_in{
	text-align:center;
}

.cont05_disc{
	padding-left: 30px;
    background: #fff;
    height: 200px;
    padding-top: 40px;
    box-sizing: border-box;
    width: 82%;
}

p.cont05_subttl {
    font-size: 2.5rem;
    margin-bottom: 10px;
}	
	
footer{
	text-align:center;
}

.form {
	padding: 70px 0;
}

.form  h2 {
    font-size: 2.9rem;
    margin-bottom: 30px;
    text-align: center;
    font-weight: normal;
    color: #1e73be;
}

.form .caption{
	text-align: center;
	margin-bottom: 20px;
}
	
/*仮CSS*/

.free_area {
	padding: 70px 0;
}

.free_area  h2 {
    font-size: 2.9rem;
    margin-bottom: 50px;
    text-align: center;
    font-weight: normal;
    color: #1e73be;
}

.form_tbl {
    border-collapse: separate;
    border-spacing: 5px 5px;
    width:100%;
}

.form_th {
    background: #1e73be;
    padding: 15px;
    color: #FFFFFF;
        vertical-align: middle;
            width: 35%;
            box-sizing: border-box;
    }
    
.form_td {
            width: 65%;
            box-sizing: border-box;
    }

input[type=text],input[type=email],textarea{
	padding:15px;
	width:100%;
	box-sizing: border-box;
	}
	
input[type=submit]{
	    background: #f64043;
    display: block;
    width: 236px;
    height: 50px;
    text-decoration: none;
    transition: ease-in 0.1s;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
    margin:50px auto;
}

.page-id-718 .whats1 h2 {
    color: #1e73be;
    font-size: 2.9rem;
    margin-bottom: 50px;
    text-align: center;
    font-weight: normal;
}