@charset "utf-8";

/* commmon

-------------------------------------------------------------------*/
#lp_main {
	background: #FFFFFF;
    color: #222;
    font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium" ,"游ゴシック体", "Yu Gothic", YuGothic , 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    line-height: 1.4;
    width: 100%;
    font-size: 18px;
    display: block;
    max-width: 1180px;
    margin: 0 auto;
    text-align: center;
	letter-spacing:0.05em;
}
#lp_main .sitewrap{
    padding: 0px 0px;
}
#lp_main .innerwrap {
	max-width: 850px;
	margin: auto;
}
#lp_main p {
    font-size: 1.111em;
    text-align: left;
    line-height: 1.8;
    letter-spacing: normal;
}
#lp_main .center {
    text-align: center;
}


#lp_main .blue {
    color: #7f7f7f;
}
}
#lp_main .white {
    color: #fff;
}

#lp_main .ttl_gray {
    width: 90%;
    height: auto;
    background-color: #f60002;
    border-radius: 40px;
    color: #fff;
    font-size: 1.444em;
    text-align: left;
    padding: 13px 0px 13px 57px;
    font-weight: bold;
    margin: 0 auto 25px auto;
}
#lp_main .ttl_gray {
    width: 90%;
    height: auto;
    background-color: #7f7f7f;
    border-radius: 40px;
    color: #fff;
    font-size: 1.444em;
    text-align: center;
    padding: 13px 0px 13px 10px;
    font-weight: bold;
    margin: 0 auto 25px auto;
}
#lp_main .ttl_red {
    width: 90%;
    height: auto;
    background-color: #f60002;
    border-radius: 40px;
    color: #fff;
    font-size: 1.444em;
    text-align: center;
    padding: 13px 0px 13px 10px;
    font-weight: bold;
    margin: 0 auto 25px auto;
}
#lp_main .ttl_sub2 {
    width: 90%;
    height: auto;
    background-color: #fff;
    border-radius: 40px;
    color: #7f7f7f;
    font-size: 1.8em;
    text-align: left;
    padding: 13px 0px 13px 10px;
    font-weight: bold;
    margin: 0 auto 25px auto;
}
#lp_main .ttl_sub {
    position: relative;
    border-bottom: 2px solid #cccccc;
    padding: 0 0 10px 5px;
    font-size: 1.333em;
    text-align: left;
    font-weight: bold;
}
#lp_main .ttl_sub::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    left: 0;
    bottom: 23px;
}

#lp_main .check {
    position: relative;
    padding-left: 40px;
    line-height: 2;
}
#lp_main .check::before {
    position: absolute;
    content: "";
    background-image: url(check.png);
    width: 22px;
    height: 17px;
    left: 0;
    top: 15px;
}
#lp_main .check span {
    color: #f60002;
	font-weight: bold;
}

#lp_main .btn {
    position: relative;
    background-color: #7f7f7f;
    max-width: 500px;
    height: 90px;
    border: 2px solid #fff;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s;
    text-decoration: none;
    box-shadow: 0 0 0 0px #fff, 0 0 0 9px #7f7f7f;
    box-sizing: border-box;
}
#lp_main .btn::before {
    position: absolute;
    content: "";
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    left: 87%;
    right: 0;
    margin: auto;
    width: 13px;
    height: 13px;
    transform: rotate(-135deg);
}
#lp_main .btn:hover {
    transform: translateY(10px);
}
#lp_main .btn p {
    color: #fff;
    font-size: 1.333em;
	font-weight: 500;
	letter-spacing: 2px;
}

#lp_main .title_top {
    width: 100%;
    background-color: #7f7f7f;
    padding: 30px 0px 40px 0px;
    color: #fff;
    margin-bottom: 40px;
}
#lp_main .title_top .min_txt {
    text-align: center;
}
#lp_main .title_top .main_ttl {
    font-size: 2.778em;
    font-weight: bold;
}

#lp_main .side_slash p {
	display:inline-block;
	position:relative;
	padding: 0 0.5em;
}
#lp_main .side_slash p:before,
#lp_main .side_slash p:after{
	content:"";
	display:block;
	position:absolute;
	top: 0.4em;
	bottom: 0.4em;
	left:0;
	width:4px;
	background: #f60002;
	transform: skewX(15deg);
}
#lp_main .side_slash p:after{
	left:auto;
	right:0;
	transform:skewX(-15deg);
}

#lp_main .box {
    width: 100%;
    padding: 38px 0;
    border-radius: 100px;
	background: #15528f;
}
#lp_main .box p {
	padding-left: 10px;
}
#lp_main .box p span {
    position: relative;
    font-size: 2.0em;
    font-weight: bold;
}

#lp_main .txt_index {
	padding-left: 1em;
	text-indent: -1em;
}

/*mainvisual*/
#lp_main .visual {
    position: relative;
    background-image: url(back.jpg);
    height: 590px;
    width: 100%;
    background-size: cover;
}
#lp_main .visual .visual_sub_txt {
    position: absolute;
    left: 0;
    top: 62px;
    font-size: 0.8em;
}
#lp_main .visual .visual_sub_txt p {
    color: #f60002;
}
#lp_main .visual  .main_title {
    text-align: left;
    position: absolute;
    left: 125px;
    bottom: 45px;
}
#lp_main .visual .side_slash p {
    font-size: 2.5em;
    font-weight: bold;
    color: #f60002;
}
#lp_main .visual h1 {
    font-size: 3.444em;
    font-weight: 800;
    color: #f60002;
    line-height: 1.3;
}
#lp_main .visual .visual_sub_txt {
    width: 603px;
    height: 102px;
    background-color: #fff;
    border-radius: 0 60px 60px 0;
    display: flex;
    align-items: center;
}
#lp_main .visual .visual_sub_txt p {
    font-size: 2.32em;
    font-weight: bold;
    text-align: left;
    padding-left: 115px;
    line-height: 1.5;
}
#lp_main .blue_line {
    background-color: #0d6aaf;
    width: 100%;
    padding: 10px 0px;
    color: #fff;
}
#lp_main .blue_line p {
    font-size: 0.889em;
}

#lp_main .gray_line {
    background-color: #7f7f7f;
    width: 100%;
    padding: 10px 0px;
    color: #fff;
}
#lp_main .gray_line p {
    font-size: 0.889em;
}


#lp_main .white_line {
    background-color: #fff;
    width: 100%;
    padding: 10px 0 50px 0;
    color: #000;
}
#lp_main .white_line p {
    font-size: 1.5em;
}

/*section01*/
#lp_main .section01 {
    width: 100%;
    bottom: 0;
    background-image: url(bg_back.jpg);
    background-size: cover;
    padding: 50px 0 40px 0;
}
#lp_main .section01 h2 {
    font-size: 2.778em;
    font-weight: 800;
    color: #7f7f7f;
    margin-bottom: 30px;
}
#lp_main .section01 h2 span {
    position: relative;
}
#lp_main .section01 h2 span::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #7f7f7f;
    border-top: 0;
    transform: rotate(315deg);
    left: -80px;
    top: 0;
}
#lp_main .section01 h2 span::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #7f7f7f;
    border-top: 0;
    transform: rotate(135deg);
    right: -80px;
    bottom: 0;
}
#lp_main .section01 p {
    font-weight: 800;
    font-size: 2.25em;
    text-align: center;
	letter-spacing: 0px;
}
#lp_main .section01 p strong {
    font-size: 1.45em;
    font-weight: 800;
}
#lp_main .section01 p.border_line {
    border-bottom: 2px solid #cccccc;
    display: inline-block;
    margin-bottom: 10px;
}
#lp_main .section01 p.text2 {
    position: relative;
    top: -25px;
}
#lp_main .section01 .pic {
    margin: 20px auto 50px auto;
}
#lp_main .section01 dl.days {
    display: flex;
    justify-content: center;
    font-size: 2.222em;
    font-weight: 800;
}
#lp_main .section01 dl.days dt {
	position: relative;
	padding-right: 25px;
}
#lp_main .section01 dl.days dt::before {
	position: absolute;
	content: "：";
    right: -13px;
}

/*section02*/
#lp_main .section02 .title_top {
    margin-bottom: 100px;
    padding-bottom: 80px;
}
#lp_main .section02 .flex_box {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}
#lp_main .section02 .flex_box .each {
    position: relative;
}
#lp_main .section02 .flex_box .each:nth-of-type(1)::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 16px solid #ffffff;
    border-right: 0;
    right: 0%;
    left: 109%;
    margin: auto;
    bottom: 66px;
}
#lp_main .section02 .flex_box .each:nth-of-type(2)::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 16px solid #ffffff;
    border-right: 0;
    right: 0%;
    left: 109%;
    margin: auto;
    bottom: 66px;
}
#lp_main .section02 .flex_box .step_words {
    margin-bottom: 20px;
    font-weight: 500;
}
#lp_main .section02 .flex_box .each p.wht_line {
    border: 2px solid #fff;
    border-radius: 10px;
    width: 280px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.33em;
    font-weight: 500;
}
#lp_main .section02 .btn {
    margin: 50px auto 80px auto;
}
#lp_main .section02 .text {
    border-bottom: 2px solid #cccccc;
    max-width: 655px;
    margin: 40px auto 60px auto;
}
#lp_main .section02 .text .side_slash {
	position: relative;
	top: -9px;
}
#lp_main .section02 .text .last_txt {
	position: relative;
	top: -16px;
	line-height: 1.5;
}
#lp_main .section02 .text p {
    font-size: 1.778em;
    font-weight: 800;
}
#lp_main .section02 .text p span {
    font-size: 1.5em;
    font-weight: 800;
}
#lp_main .section02 .side_slash p:before,
#lp_main .section02 .side_slash p:after {
	background:#7f7f7f;
}
#lp_main .section02 .step .pic_box {
    max-width: 937px;
    margin: 55px auto 60px auto;
}
#lp_main .section02 .step .pic {
    margin-bottom: 70px;
}

/*section04*/
#lp_main .section04 {
    padding-bottom: 100px;
}
#lp_main .section04 .ttl_sub {
    margin-bottom: 70px;
}  
#lp_main .section04 .check:last-child {
    margin-bottom: 50px;
}
#lp_main .section04 .flex {
  display: flex; /*横並び*/
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
}
#lp_main .section04 .image {
  max-width: 50%; /* 画像の最大幅を50%にする */
  height: auto; /* 高さを自動調整 */
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
#lp_main .section04 img {
  max-width: 100%; /* 画像の最大幅を100%にする */
  height: auto; /* 高さを自動調整 */
}
#lp_main .section04 .text {
  max-width: 50%; 
  height: auto; 
  margin: 0 0 0 20px;
  padding: 0;
  font-size: 1.0em;
}
#lp_main .section04 .text span {
    font-size: 1.5em;
    font-weight: 500;
    color: #7f7f7f;
}



/*section05*/
#lp_main .3 {
    padding-bottom: 80px;
}
#lp_main .section05 .title_top {
    margin-bottom: 70px;
}
#lp_main .section05 .btn {
    margin: 50px auto 90px auto;
}
#lp_main .section05 .mrg_yohaku_1 {
    margin-bottom: 20px;
} 
#lp_main .section05 .mrg_yohaku_2 {
    margin-bottom: 30px;
}    
#lp_main .section05 .box:last-child {
    margin-bottom: 90px;
}
#lp_main .section05 .explains {
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 40px 0 75px 0;
    margin-bottom: 40px;
}
#lp_main .section05 .explains ul {
    text-align: left;
}
#lp_main .section05 .explains ul li {
    font-size: 1.111em;
    line-height: 1.8;
    letter-spacing: 0;
}
#lp_main .section05 .explains ul li a {
    word-break: break-all;
}
#lp_main .section05 .explains .explains_1 {
    margin-bottom: 50px;
}
#lp_main .section05 .explains .explains_2 {
    margin-bottom: 70px;
}
#lp_main .section05 .explains .explains_3 {
    margin-bottom: 90px;
}
#lp_main .section05 .explains .explains_4 {
    margin-bottom: 70px;
}
#lp_main .section05 .contact {
    margin-bottom: 120px;
}
#lp_main .section05 h3 {
    font-size: 1.5em;
    font-weight: 800;
    color: #fff;
    margin-bottom: 30px;
}

#lp_main .section05 .flex {
  display: flex; /*横並び*/
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
}
#lp_main .section05 .image {
  max-width: 40%; /* 画像の最大幅を50%にする */
  height: auto; /* 高さを自動調整 */
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
#lp_main .section05 img {
  max-width: 100%; /* 画像の最大幅を100%にする */
  height: auto; /* 高さを自動調整 */
}
#lp_main .section05 .text {
  max-width: 60%; 
  height: auto; 
  margin: 0 0 0 20px;
  padding: 0;
}
#lp_main .section05 .text span {
    font-size: 1.5em;
    font-weight: 500;
    color: #7f7f7f;
}

#lp_main .section05 .noflex02 {
  padding:50px 50px 100px 50px ;
}

#lp_main .section05 img02 {
  max-width: 100%; /* 画像の最大幅を100%にする */
  height: auto; /* 高さを自動調整 */
  padding-top: 100px;
}

#lp_main .section05 p.text2 {
  padding: 50px;
}

/*flow*/
 section.flow{
	padding:0 0 180px;
}
 section.flow .h_style01 {
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 90px;
}
 section.flow .h_style01:after{
    background: #2d713c;
}
 section.flow .caption{
	font-size:28px;
	font-size:175%;	
	color:#444;
	margin:-20px 0 120px;
}
 section.flow .flow_list{
	display:flex;
	list-style:none;
	margin:0 auto;
	justify-content:space-between;
	padding:50px;
}
 section.flow .flow_list li{
	width: 21.0%;
	position:relative;
}
 section.flow .flow_list li .sp_flow{
	display:none;
}
 section.flow .flow_list li + li:before{
	content:"";
	display:inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 19px 0 19px 22px;
	border-color: transparent transparent transparent #193b8b;
	position:absolute;
	top:40%;
	left:-35px;
}
 section.flow .flow_list dt b{
	display:block;
	font-size:300%;
	color:#444444;
	margin-bottom:1.5em;
}
 section.flow .flow_list dd h3{
	margin: 25px 0 15px;
	font-weight:bold;
	font-size:133%;
	text-align:left;
	display: block;
	min-height:3.0em;
	letter-spacing:-0.03em;
}
 section.flow .flow_list dd p{
	text-align:left;
	display:inline-block;
	font-size: 118%;
	font-weight:400;
	line-height:1.8;
	letter-spacing: -0.03em;
}
.service-img{
	text-align:center;
}

/* SP
-------------------------------------------------------------------*/
@media screen and (max-width:1180px) {
    #lp_main .section05 .explains {
        width: calc(100% - 15px);
        margin: 0 auto 40px auto;
    }
}
@media screen and (max-width:1005px) {
    #lp_main .innerwrap {
        max-width: 100%;
        padding: 0px 15px;
    }
    #lp_main .section01 .pic img {
        width: 100%;
    }
    #lp_main .section02 .step .pic_box img {
        width: 100%;
    }
    #lp_main .section02 .step .pic img {
        width: 100%;
    }
    #lp_main .section02 .flex_box .each {
        width: 30%;
    }
    #lp_main .section02 .flex_box .each p.wht_line {
        width: 100%;
    }
    #lp_main .section02 .flex_box .each:nth-of-type(1)::before,
    #lp_main .section02 .flex_box .each:nth-of-type(2)::before {
        left: 106%;
    }

}
@media screen and (max-width:767px) {
	#lp_main .sitewrap{
		max-width: 100%;
	    padding: 0px 0px;
	}
    /*common*/
    #lp_main main {
        overflow: hidden;
    }
    #lp_main .innerwrap {
		max-width: 100%;
        padding: 0px 15px;
    }
    #lp_main .white_line p {
        font-size: 1.0em;
    }
    #lp_main p {
        font-size: 0.9em;
        line-height: 1.5;
    }

    #lp_main .blue_line p {
        font-size: 0.78em;
    }
    #lp_main .gray_line p {
        font-size: 0.78em;
    }
    #lp_main .title_top {
        padding: 20px 0px 25px 0px;
        margin-bottom: 20px;
    }
    #lp_main .title_top .main_ttl {
        font-size: 1.42em;
    }
    #lp_main .title_top .min_txt {
        font-size: 0.9em;
    }

    #lp_main .ttl_blue {
        width: calc(100% - 15px);
        font-size: 1em;
        padding: 8px 20px 8px 30px;
        margin: 0 auto 20px auto;
    }
    #lp_main .ttl_gray {
        width: calc(100% - 15px);
        font-size: 1em;
        padding: 8px 20px 8px 30px;
        margin: 0 auto 20px auto;
    }
    #lp_main .ttl_red {
        width: calc(100% - 15px);
        font-size: 1em;
        padding: 8px 20px 8px 30px;
        margin: 0 auto 20px auto;
    }
    #lp_main .ttl_sub2 {
        width: calc(100% - 15px);
        font-size: 1em;
        padding: 8px 20px 8px 30px;
        margin: 0 auto 20px auto;
    }
    #lp_main .check {
        padding-left: 30px;
        line-height: 1.5;
    }
    #lp_main .check::before {
        bottom: 25px;
    }

    #lp_main .box {
        padding: 18px 10px;
    }
    #lp_main .box p {
        padding-left: 5px;
    }
    #lp_main .box p span {
        font-size: 1.08em;
    }
    #lp_main .box p.center {
        text-align: center;
    }
    #lp_main .box p span::before {
        background-size: contain;
        width: 20px;
        height: 32px;
        left: -32px;
        bottom: -12px;
    }

    #lp_main .btn {
        height: auto;
        padding: 5px;
        box-shadow: 0 0 0 0px #fff, 0 0 0 9px #7f7f7f;
        width: 75%;
    }
    #lp_main .btn::before {
        left: 80%;
        width: 10px;
        height: 10px;
    }
    #lp_main .btn p {
        font-size: 0.889em;
    }

    #lp_main .ttl_sub {
        font-size: 1.08em;
        padding-left: 5px;
    }
    #lp_main .ttl_sub::before {
        bottom: 45px;
    }
    #lp_main .ttl_sub.ttl_sub_one_sentence::before {
        bottom: 20px;
    }

    /*visual*/
    #lp_main .visual {
        background: url(back_sp.jpg) no-repeat;
        height: 50vh;
        background-size: cover;
        background-position: 0px 0;
        max-height: 650px;
    }
    #lp_main .visual h1 {
        font-size: 1.5vw;
    }
    #lp_main .visual .side_slash p {
        font-size: 1.2em;
    }
    #lp_main .visual .main_title {
        left: 15px;
        top: 150px;
    }
    #lp_main .visual .visual_sub_txt {
        width: calc(100% - 15px);
        height: auto;
        padding: 10px 0;
    }
    #lp_main .visual .visual_sub_txt p {
        /*font-size: 0.889em;*/
        font-size: 6.7vw;
        padding-left: 15px;
    }

    /*section01*/
    #lp_main .section01 dl.days dt {
        position: relative;
        padding-right: 0px;
    }
    #lp_main .section01 dl.days dt::before {
        display: none;
    }
    #lp_main .section01 {
        padding: 30px 0 20px 0;
    }
    #lp_main .section01 h2 {
        font-size: 1.42em;
        margin-bottom: 20px;
    }
    #lp_main .section01 h2 span::before {
        border-right: 12px solid transparent;
        border-left: 12px solid transparent;
        border-bottom: 12px solid #7f7f7f;
        left: -40px;
    }
    #lp_main .section01 h2 span::after {
        border-right: 12px solid transparent;
        border-left: 12px solid transparent;
        border-bottom: 12px solid #7f7f7f;
        right: -40px;
    }
    #lp_main .section01 p {
        font-size: 1.15em;
    }
    #lp_main .section01 p strong {
        font-size: 1.2em;
    }
    #lp_main .section01 p.text2 {
        position: relative;
        top: 0px;
    }
    #lp_main .section01 .pic {
        margin: 30px auto 30px auto;
        width: 100%;
    }
    #lp_main .section01 .pic img {
        width: 100%;
    }
    #lp_main .section01 dl.days {
        font-size: 1.03em;
        display: block;
    }
    
    /*section02*/
    #lp_main .section02 .title_top {
        margin-bottom: 40px;
        padding-bottom: 20px;
    }
    #lp_main .section02 .text {
        margin: 20px auto 20px auto;
    }
    #lp_main .section02 .text p {
        font-size: 1.2em;
    }
    #lp_main .section02 .text p span {
        font-size: 1.25em;
    }
    #lp_main .section02 .flex_box {
        display: block;
        margin: 25px 0 0 0;
    }
    #lp_main .section02 .flex_box .each {
        width: 100%;
    }
    #lp_main .section02 .btn {
        margin: 35px auto 45px auto;
    }
    #lp_main .section02 .step .pic {
        margin-bottom: 30px;
        width: 100%;
    }
    #lp_main .section02 .step .pic img {
        width: 100%;
    }
    #lp_main .section02 .step .pic_box {
        margin: 15px auto 35px auto;
    }
    #lp_main .section02 .step .pic_box .sp img {
        display: block;
        margin: auto;
        max-width: 214px;
    }
    #lp_main .section02 .flex_box .step_words {
        margin-bottom: 5px;
    }
    #lp_main .section02 .flex_box .each p.wht_line {
        width: 280px;
        height: 100px;
        font-size: 0.889em;
        margin: 0 auto 40px auto;
    }
    #lp_main .section02 .flex_box .each:nth-of-type(1)::before,
    #lp_main .section02 .flex_box .each:nth-of-type(2)::before  {
        transform: rotate(90deg);
        right: 0%;
        left: 0%;
        margin: auto;
        bottom: -32px;
    }

    /*section03*/
    #lp_content_hudousan .section03 {
        padding-bottom: 80px;
    }

    /*section04*/
    #lp_main .section04 {
        padding-bottom: 40px;
    }
    #lp_main .section04 .check:last-child {
        margin-bottom: 30px;
    }
    #lp_main .section04 .flex {
      display: block; /* スマホで縦並びにする */ 
	  padding-bottom: 30px;
	  padding-left: 10px;
	  padding-right: 10px;
    }
    #lp_main .section04 .image {
      max-width: 100%; /* 画像の最大幅を100%にする */
	}
	#lp_main .section04 .img {
	  max-width: 100%; /* 画像の最大幅を100%にする */
	}
    #lp_main .section04 .text {
      max-width: 94%; /* 画像の最大幅を100%にする */
    }

    /*section05*/
    #lp_main .section05 {
        padding-bottom: 40px;
    }
    #lp_main .section05 .title_top {
        margin-bottom: 25px;
    }
    #lp_main .section05 .btn {
        margin: 30px auto 50px auto;
    }
    #lp_main .section05 .box:last-child {
        margin-bottom: 50px;
    }
    #lp_main .section05 .explains {
        width: calc(100% - 15px);
        margin: 0 auto 40px auto;
        padding: 25px 0 35px 0;
    }
    #lp_main .section05 .explains .explains_1 {
        margin-bottom: 30px;
    }
    #lp_main .section05 .explains .explains_2 {
        margin-bottom: 45px;
    }
    #lp_main .section05 .explains .explains_3 {
        margin-bottom: 55px;
    }
    #lp_main .section05 .explains .explains_4 {
        margin-bottom: 45px;
    }
    #lp_main .section05 .explains ul li {
        font-size: 0.9em;
    }
    #lp_main .section05 .contact {
        margin-bottom: 50px;
    }
    #lp_main .section05 .flex {
      display: block; /* スマホで縦並びにする */ 
      padding-bottom: 30px;
      padding-left: 10px;
      padding-right: 10px;
    }
    #lp_main .section05 .noflex02 {
      padding-bottom: 10px;
      padding-left: 0px;
      padding-right: 0px;
    }
    #lp_main .section05 h3 {
        font-size: 1.0em;
        font-weight: 100;
        color: #fff;
        margin-bottom: 30px;
    }
    #lp_main .section05 .image {
      max-width: 100%; /* 画像の最大幅を100%にする */
	}
	#lp_main .section05 .img {
	  max-width: 100%; /* 画像の最大幅を100%にする */
	}
    #lp_main .section05 .text {
      max-width: 94%; /* 画像の最大幅を100%にする */
      font-size: 0.65em;
    }
    #lp_main .section05 p.text2 {
      padding: 20px;
    }
	section.flow .h_style01 {
		margin-bottom: 0;
		font-size:120%;	
	}
	section.flow .caption{
		font-size:28px;
		font-size:175%;	
		color:#444;
		margin:-20px 0 120px;
	}
	 section.flow{
		padding: 30px 0px;
	}
	section.flow .caption{
		margin: -20px 0 40px;
	}
	section.flow .flow_list{
		flex-direction:column;
		text-align:center;
		padding:5px;
	}
	section.flow .flow_list li{
		width:100%;
		margin:0;
		padding-bottom:40px;
	}
	section.flow .flow_list{
		margin: 0;
	}
	section.flow .flow_list li .sp_flow{
		display:block;
	}
	section.flow .flow_list li .pc_flow{
		display:none;
	}
	section.flow .flow_list li + li:before{
		left:0;
		right:0;
		margin:
		auto;
		margin-top: 15px;top:-30px;
		display:
		block;
		border-style: solid;
		border-width: 25px 33px 0 33px;
		border-color: #193b8b transparent transparent transparent;
	}
	section.flow .flow_list li dl{
		display:flex;
		flex-direction:column;
		position:relative;
		padding-top:40px;
	}
	 section.flow .flow_02 dd p {
	    text-align: center;
	    display: inline-block;
	    font-size: 17px;
	}
	 section.flow .flow_list li dl.flow_02{
		display:
		flex;
		flex-direction:
		column-reverse;
		position:
		relative;
		padding-top: 125px;
	}
	  section.flow .flow_list li dl.flow_02{
		display:
		flex;
		flex-direction:
		column-reverse;
		position:
		relative;
		padding-top: 125px;
	}	
	  section.flow .flow_list li dl dd h3{
		display:
		block;
		margin-bottom:10px;
		min-height: 0;
		text-align:
		center;
		position:
		static;
		font-size: 20px;
		margin-top: 10px;
	}
	 section.flow .flow_list li img{
		width: 200px;
	}
	 section.flow .flow_list li dl dt b{
		margin-bottom:10px;
	}
	 section.flow .flow_list li dl dd{
		margin-bottom:10px;
	}
	 section.flow .flow_list dd p {
		font-size: 16px;
	}
	 section.flow .in_wrap {
		padding: 0px 15px;
	}
}
@media screen and (max-width: 380px) {
    #lp_main .section01 p {
        font-size: 1.1em;
    }
}