@charset "UTF-8";
/* CSS Document */
body{
    font-size: 14px;
}
br.sp_only{
    display: none;
}
.com_wrapper{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 4rem 0;
}
/*
#sec_select,#type_online{
    background-color: #f4f4f4;
}
*/
.com_wrapper h3{
    text-align: center;
    font-size: 3rem;
    color: #160063;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 5rem;
        margin-top: 20px;
}

#type_01 .com_wrapper{
    background-color: #f7faff;
}

#type_03 .com_wrapper{
    background-color: #fff5f5;
}

#type_04 .com_wrapper{
    background-color:#fffbf5;
}
.com_wrapper h3:after{
position: absolute;
    content: " ";
    background-color: #160063;
    height: 4px;
    width: 220px;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -110px;
    
}
.com_wrapper .column_wrapper{
    font-size: 0;
    text-align: center;
    margin-bottom: 4rem;
}
.com_wrapper .column_wrapper .column_box{
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-right: 4%;
    text-align: center;
    font-size: 14px;
}
.com_wrapper .column_wrapper .column_box .type_select_merit{
    margin: 2rem 0;
}
.com_wrapper .column_wrapper .column_box img{
    display: inline-block;
    width: inherit;
    
}
.com_wrapper .column_wrapper .column_box a.type_btn{
display: inline-block;
    color: #fff;
    background-color: #5235B9;
    padding: 6px 30px;
    font-size: 1.5rem;
    border-radius: 28px;
    position: relative;
}

.com_wrapper .column_wrapper .color_type02 a.type_btn{
     background-color: #243fc7;
}
.com_wrapper .column_wrapper .color_type03 a.type_btn{
     background-color: #c73024;
}
.com_wrapper .column_wrapper .color_type04 a.type_btn{
     background-color: #c78423;
}
.com_wrapper .column_wrapper .column_box a.type_btn:after{
    position: absolute;
    content: "";
    right: 5px;
    width: 3px;
    height: 3px;
    border: 8px solid transparent;
    border-left: 10px solid #ffff;
    top: 50%;
    margin-top: -8px;
}

.com_wrapper .column_wrapper .column_box ul{
    display: inline-block;
    text-align: left;
    list-style: disc;
}
/*
.com_wrapper .column_wrapper .column_box h4{
    font-size: 1.8rem;
    color: #160063;
    margin-bottom: 4px;
}
*/

.com_wrapper .column_wrapper .column_box:last-child{
    margin-right: 0;
}
.com_wrapper .column_wrapper .column_box p{
    font-size: 1.6rem;
    text-align: left;
}

.com_wrapper .com_btn{
    text-align: center;
    margin: 6rem 0;
}
.com_wrapper .com_btn a{
    background-color: #160063;
    color: #ffff79;
    width: 100%;
    max-width: 620px;
    display: inline-block;
        padding: 1rem 0rem;
    position: relative;
    box-shadow: 6px 6px 0 #ffff79;
}
.com_wrapper .com_btn a:after{
    position: absolute;
    content: "";
    right: 16px;
    width: 3px;
    height: 3px;
    border:14px solid transparent;
    border-left: 16px solid #ffff79;
    top: 50%;
    margin-top: -12px;
}
.com_wrapper .com_btn a p{
    background-color: inherit;
    font-size: 2rem;
    text-align: center;
}
.com_wrapper .column_wrapper .column_box .com_btn p{
    text-align: center;
}
.com_wrapper .btn_s a:after{
    border: 8px solid transparent;
    border-left: 10px solid #ffff79;
    margin-top: -10px;
}
.com_wrapper .column_wrapper .column_box .btn_s{
    margin: 2rem 0;
}

.com_wrapper .type_intro{
    text-align: center;
    font-size: 1.4rem;
}
.com_wrapper .type_intro strong{
    display: block;
        font-size: 1.6rem;
    font-weight: bold;
}

.com_wrapper .type_merit_box{
    font-size: 0;
}
.com_wrapper .type_merit_box img{
    width: 35%;
    margin-right: 5%;
    display: inline-block;
    vertical-align: middle;
}
.com_wrapper .type_merit_box{
        width: 80%;
    margin: 33px auto;
    text-align: center;
}
.com_wrapper .type_merit_box ul{
    width: 60%;
    text-align: left;
    font-size: 1.6rem;
    display: inline-block;
    vertical-align: middle;
    padding-inline-start: 40px;
}
.com_wrapper .type_merit_box ul li{
    background-position: left center;
    background-size: 20px;
        background-repeat: no-repeat;
    padding-left:30px;
    
}

#type_01 .type_merit_box ul li{
    background-image: url("../images/check01.png");
}

#type_online .type_merit_box ul li{
    background-image: url("../images/check02.png");
}
#type_03 .type_merit_box ul li{
    background-image: url("../images/check04.png");
}
#type_03 .type_merit_box ul li strong{
	font-size: 140%;
	font-weight: bold;
	color: #C73024;
}
#type_04 .type_merit_box ul li{
    background-image: url("../images/check03.png");
}
.com_wrapper .type_system{
    width: 80%;
    margin: 10px auto;
}

.com_wrapper .type_system dd{
    font-size: 1.4rem;
}

.com_wrapper .type_system dt{
    display: inline-block;
    background-color: #000;
    color: #fff;
    font-size: 1.8rem;
    padding: 4px 8px;
    
}
.com_wrapper .type_voice_box{
    font-size: 0;
     margin: 20px auto;
     width: 80%;
}
.com_wrapper .type_voice_box img{
    width: 15%;
    display: inline-block;
    vertical-align: middle;
}
.com_wrapper .type_voice_box .baloon_box {
    vertical-align: middle;
    background-color: #fff;
    /* padding: 2em; */
    box-sizing: border-box;
    display: inline-block;
    font-size: 16px;
    padding: 2em;
    margin-left: 5%;
    border-radius: 10px;
    position: relative;
    width: 75%;
}
.com_wrapper .type_voice h4{
    margin-top: 40px;
    text-align: center;
    font-size: 2rem;
    color: #160063;
    margin-bottom: 26px;
    
}
.com_wrapper .type_voice_box .baloon_box:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -40px;
    margin-top: -25px;
    border: 25px solid transparent;
    border-right: 25px solid #fff;
    z-index: 0;
}
.com_wrapper .app_btn_box{
    text-align: center;
    margin: 6rem 0;
}
.com_wrapper .app_btn_box a{
        background-color: #5235B9;
    color: #fff;
    width: 100%;
    max-width: 620px;
        display: inline-block;
    padding: 1rem 0rem;
    position: relative;
    box-shadow: 6px 6px 0 #f4f4f4;
    border-radius: 32px;
}
.com_wrapper .app_btn_box a p{
    font-size: 2rem;
    text-align: center;
}
#type_03 .com_wrapper h3,
#type_03 .com_wrapper .type_voice h4{
    color: #c73024;
}
#type_03 .com_wrapper h3:after,
#type_03 .com_wrapper .app_btn_box a{
    background-color: #c73024;
}

#type_04 .com_wrapper h3,
#type_04 .com_wrapper .type_voice h4{
    color: #c78423;
}
#type_04 .com_wrapper h3:after,
#type_04 .com_wrapper .app_btn_box a{
    background-color: #c78423;
}

/*kv*/
#sec_kv{
    height: 410px;
    background: url("../images/kv_bg.jpg") no-repeat;
    background-size: cover;
    background-position: bottom;
}
#sec_kv .com_wrapper{
    padding: 0;
}
#sec_kv img{
    width: 88%;
}



/*about*/
#sec_about .about_intro{
    font-size: 1.6rem;
    text-align: center;
}
#sec_about .about_price{
    margin: 4rem auto;
    max-width: 500px;
}
#sec_about .about_price dl{
    padding: 2rem;
    border: 1px solid #160063;
    font-size: 0;
}
#sec_about .about_price dl dt{
    font-size: 2rem;
    display: inline-block;
        background-color: #160063;
    color: #fff;
    padding: 0px 10px;
        vertical-align: top;
    margin-right: 20px;
}
#sec_about .about_price dl dd{
    display: inline-block;
    font-size: 3rem;
    text-align: center;
    line-height: 1.2;
        vertical-align: top;
}
#sec_about .about_price p{
    margin-top: 2rem;
    font-size: 1.4rem;
    text-align: center;
}
#sec_about .about_price p a{
    text-decoration: underline;
    color: #160063;
}
#sec_about .about_detail{
    padding: 2rem;
    background-color: #f4f4f4;
}

#sec_about h5{
    font-size: 1.8rem;
    text-align: center;
        margin-bottom: 2rem;
}
#sec_about .about_detail dl dt{
    font-size: 1.5rem;
    display: inline-block;
    background-color: #160063;
    color: #fff;
    padding: 0px 10px;
    vertical-align: top;
}
#sec_about .about_detail dl dd ul{
    padding: 0 0 0 30px;
}
#sec_about .about_detail dl dd li{
    font-weight: inherit;
}
#sec_about .about_detail dl dd{
    padding: 10px 10px 30px 10px;
}
#sec_about .about_detail dl dd em{
    font-size: 2rem;
    font-style: normal;
    background: linear-gradient(transparent 70%,#ffff79 40%);
}
#sec_about .about_detail .about_period {
    font-size: 1.4rem;
    display: inline-block;
    padding: 8px;
    margin-top: 1rem;
    background-color: #cecece;
}
#sec_about .about_detail dl dd p{
    font-size: 1.2rem;
    margin-top: 2rem;
}
#sec_about .about_attention{
    text-align: center;
}
#sec_about .about_attention ul{
    list-style: disc;
    padding-left: 22px;
    display: inline-block;
    max-width: 600px;
    
}
#sec_about .about_attention ul li{
    font-size: 1.4rem;
    text-align: left;
}
/*------------------------------------------------------------*/
/* FOOTER
/*------------------------------------------------------------*/
footer {
  text-align: center;
}

.f_logo {
  background: #fff;
  padding: 30px;
}

.f_logo img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.f_cw {
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  padding: 20px;
}
@media screen and (max-width: 1000px){
    #sec_kv {
    height: auto;
}
    #sec_kv img{
    width: 100%;
}
}
@media screen and (max-width: 660px){
    .com_wrapper .column_wrapper .column_box img{
        width: 80%;
    }
    
}
@media screen and (max-width: 655px){
    br.sp_only{
        display: block;
    }
    .com_wrapper {
    padding: 4rem 2rem;
}
.com_wrapper .column_wrapper .column_box p {
    font-size: 1.3rem;
}
    .com_wrapper .column_wrapper .column_box img{
        width: 60%;
    }
    .com_wrapper .type_merit_box{
            width: 100%;
    }
    .com_wrapper .type_merit_box ul{
        width: 80%;
    }

    .com_wrapper h3{
        font-size: 1.8rem;
    }
#sec_about .about_intro {
    font-size: 1.4rem;
}
    #sec_about .about_price dl{
        text-align: center;
    }
    #sec_about .about_price dl dt{
            margin-right: 0px;
        margin-bottom: 20px;
    }
    #sec_about .about_detail dl dd {
    padding: 10px 0px 30px 0px;
}
    #sec_about .about_detail dl dd ul {
    padding: 0 0 0 20px;
}
    #sec_about .about_detail dl dd ul li{
        font-size: 1.2rem;
    }
    #sec_about .about_detail dl dd em{
        font-size:  1.6rem;
    }
    #sec_about .about_price p {
    font-size: 1.2rem;
    text-align: left;
}
    #sec_about .about_attention ul li {
    font-size: 1.2rem;
    text-align: left;
}
    .com_wrapper .type_merit_box img {
    width: 80%;
    margin-right: 0%;
         margin-bottom: 5%;
}
    #sec_about .about_price dl dd small{
        font-size: 42%;
    }
    #sec_about .about_intro{
        text-align: left;
    }
    .com_wrapper .column_wrapper .column_box{
    width: 80%;
    margin-right: 0;
        margin-bottom: 40px;
}
    .com_wrapper .column_wrapper .column_box:last-child{
        margin-bottom: 0;
    }
    .com_wrapper .btn_l a p{
        font-size: 1.5rem;
    }
    .com_wrapper .btn_l a:after{
    border: 8px solid transparent;
    border-left: 10px solid #ffff79;
    margin-top: -10px;
}
    
}