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

.top_bg01 {
    display: block;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/top_img_product01.jpg");
    background-size: cover;
    float: left;
}

.rpt_h01 {
    font-size: 26px;
    margin: 1.4em 0 0.8em;
    padding: 0;
}

.video_content_w {
	position: relative;
	width: 70%;
	margin: 0 15% 7%; 
}

.video_content_01 {
width:100%;
padding-bottom: 56.25%;
height:0px;
position: relative;
}

.video_content_01 iframe {
	position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}



.page_menu_w {
    margin: 0 0 6%;
}

.p_page_l_box01 {
    list-style-type: none;
    margin: 0 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.p_page_l_box01 li {
    font-size: 26px;
    background-color: #ffffff;
    width: 48%;
    box-shadow:0px 0px 3px 0px rgba(0,0,0,0.3);
    margin: 4% 4% 0 0;
    position: relative;
    text-align: center;
    font-weight: 500;
    background-position: right 3% bottom 7%;
    background-repeat: no-repeat;
    background-size: auto 0.8em;
    background-image: url("../img/ya_cir05.png");
    transition: all 500ms 0s ease;
}

.p_page_l_box01 li:hover {
    background-color: #EFF1F1;
}

.p_page_l_box01 li:nth-of-type(2n) {
    margin: 4% 0 0 0;
}

.p_page_l_box01 li a {
    color: #444444;
    display: block;
    padding: 1.5em 0.5em;
}

.p_page_l_box01 li a:hover {
    text-decoration: none;
}

span.c001 {
    margin: 5.5% 0 4%;
    display: block;
}

.plan_icon {
    font-size: 14px;
    position: absolute;
    color: #ffffff;
    top: 8%;
    left: 3%;
    display: inline-block;
    padding:0.1em 0.5em;
}

.plan1 {
    background-color: #EB6D7B;
}

.plan2 {
    background-color: #2F5F87;
}

.plan3 {
    background-color: #4DB4CC;
}

.pro_box01_w {
    margin: 0 0 6%;
}

.pro_box01 {
    padding: 4% 5%;
    margin: 6% 0 0;
}

.bbox_pro01 {
    border: 1px solid #7ECCC9;
}

hr.hr_pro01 {
	border-top: 2px solid #7ECCC9;
}

hr.hr_pro01_1 {
	border-top: 1px solid #7ECCC9;
}


.bbox_pro02 {
    border: 1px solid #EF846E;
}

hr.hr_pro02 {
	border-top: 2px solid #EF846E;
}

hr.hr_pro02_1 {
	border-top: 1px solid #EF846E;
}

.bbox_pro03 {
    border: 1px solid #6196C1;
}

hr.hr_pro03 {
	border-top: 2px solid #6196C1;
}

hr.hr_pro03_1 {
	border-top: 1px solid #6196C1;
}

.bbox_pro04 {
    border: 1px solid #F8B630;
}

hr.hr_pro04 {
	border-top: 2px solid #F8B630;
}

hr.hr_pro04_1 {
	border-top: 1px solid #F8B630;
}

.bbox_pro05 {
    border: 1px solid #4DB4CC;
}

hr.hr_pro05 {
	border-top: 2px solid #4DB4CC;
}

hr.hr_pro05_1 {
	border-top: 1px solid #4DB4CC;
}

.bbox_plan01 {
    border: 1px solid #B5B5B6;
}

hr.hr_plan02 {
	border-top: 2px solid #2F5F87;
}

hr.hr_plan03 {
	border-top: 2px solid #4DB4CC;
}

a.pro_link_cv01 {
    font-size: 21px;
    margin: 1em 0 0;
    border-radius: 50px;
    font-weight: 500;
    color: #ffffff;
    padding: 0.7em 1em;
    display: block;
    width: 100%;
    text-align: center;
    transition: all 500ms 0s ease;
}

a.pro_link_cv01:hover {
    text-decoration: none;
}

a.pro_link_cv01 span.plc_s01 {
    padding: 0 1em 0 0;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 0.7em;
    background-image: url("../../common/img/ya_w01.png");
    
}

a.plc_bg01 {
    background-color: #7ECCC9;
}

a.plc_bg01:hover {
    background-color: #60C0BC;
}

a.plc_bg02 {
    background-color: #EF846E;
}

a.plc_bg02:hover {
    background-color: #EC6F55;
}

a.plc_bg03 {
    background-color: #6196C1;
}

a.plc_bg03:hover {
    background-color: #4181B5;
}

a.plc_bg04 {
    background-color: #F8B630;
}

a.plc_bg04:hover {
    background-color: #F7A808;
}

a.plc_bg05 {
    background-color: #4DB4CC;
}

a.plc_bg05:hover {
    background-color: #4DB4CC;
}

.pro_box_in {
    display: flex;
    flex-wrap: wrap;
    padding: 3% 0 0;
}

.pro_box_in01 {
    width: 40%;
    margin: 0 5% 0 0;
}

.pro_box_in02 {
    width: 55%;
}

.pro_box_in01 img {
    width: 100%;
}

.pro_box_in01 h3 {
    font-size: 21px;
    margin: 0.5em 0;
    padding: 0;
    text-align: center;
    line-height: 1.4;
}

.pro_box_in01 h3 span {
    font-size: 88%;
}

.pro_box_in01 p {
    font-size: 12px;
}

ul.check01_u {
    font-size: 18px;
    list-style-type: none;
    padding: 0;
    margin: 0.5em 0 0;
    line-height: 1.8;
}

ul.check01_u li {
    padding: 0 0 0.5em 1em;
    background-position: left top 0.5em;
    background-repeat: no-repeat;
    background-size: auto 0.9em;
    background-image: url("../img/check01.png");
}


.top_web_cv {
    text-align: center;
    position: relative;
    width: 60%;
    margin: 3% auto;
}

.pro_web_cv {
    display: block;
    border-bottom: 1px solid #B5B5B6;
    border-top: 1px solid #B5B5B6;
    float: left;
	width: 100%;
}

.pro_web_cv_b {
    display: block;
    border-top: 1px solid #B5B5B6;
    float: left;
	width: 100%;
    margin: 0 0 -3%;
}

a.top_web_cv_a {
    font-size: 28px;
    border-radius: 10px;
    font-weight: 600;
    color: #ffffff;
    padding: 1em 0 1em 1em;
    margin: 4% auto;
    display: inline-block;
    width: 100%;
    background-position: right 0.7em center;
    background-repeat: no-repeat;
    background-size: auto 0.7em;
    background-image: url("../../common/img/ya_w01.png");
    background-color: #EB6D7B;
    overflow: visible;
    transition: all 500ms 0s ease;
}

a.top_web_cv_a img.cv_top_unipoppo {
    position: absolute;
    width: 20%;
    left: 3%;
    top: 0;
}

a.top_web_cv_a:hover {
    text-decoration: none;
    background-color: #E85868;
    background-position: right 0.5em center;
}

.plan_title_top {
    font-size: 16px;
    color: #ffffff;
    padding: 0.2em 0.5em;
    display: inline-block;
    margin: 0 0 0.3em;
}

.ptts01 {
    background-color: #EB6D7B;
}

.ptts02 {
    background-color: #2F5F87;
}

.ptts03 {
    background-color: #4DB4CC;
}

.plan_t01 {
    font-size: 21px;
    margin: 1em 0;
    padding: 0.3em 1em;
}

.plan_t01_bg01 {
    background-color: #FADFDE;
}

.plan_t01_bg02 {
    background-color: #D3DAEB;
}

.plan_t01_bg03 {
    background-color: #e8f8fc;
}

img.plan1_top_img_s {
    float: right;
    width: 38%;
    margin: 0 0 3% 3%;
}

.accshow .plan_plus01_w {
    margin: 1em 0 0;
}

.plan_plus01_w {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.mikanyuu_box {
    position: absolute;
    background-color: rgba(247,248,248,0.80);
    width: 65%;
    right: 0;
    height: 100%;
}

.mikanyuu_box p {
    font-size: 24px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    text-align: center;
    display: block;
    width: 100%;
    transform: translateY(-50%);
}

.plan_plus01_01 {
    width: 30%;
    padding: 2% 1%;
}

.plan_plus01_01 h4 {
    font-size: 18px;
    margin: 0;
    padding: 0 0 0.5em;
}

.plan_plus01_01 hr {
    padding: 0 0 0.6em;
}

img.img_w100p {
    width: 100%;
}

.plan_plus01_01 h5 {
    font-size: 21px;
    margin: 0;
    padding: 0 0 0.4em;
    line-height: 1.2;
}

.plan_plus01_01 h5 span {
    font-size: 82%;
}

p.pp01p01 {
    font-size: 14px;
    color: #005CAC;
}

p.pp01p02 {
    font-size: 16px;
    font-weight: 500;
    padding: 0.5em 0 0;
}

p.pp01p03 {
    font-size: 19px;
    font-weight: 500;
    color: #E60047;
}

p.pp01p03 span {
    font-size: 134%;
    font-family: Arial, Helvetica, "sans-serif";
}

.plan_plus01_no {
    width: 5%;
}

.plan_plus01_plus01 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../img/plass02.png");
    width: 5%;
}



.accbox {
    margin:0;
    padding: 0;
}



.accbox label {
    display: block;
    /*cursor :pointer;*/
    transition: all 0.7s;
}

.accbox input {
    display: none;
}


.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 1.0s;
}


.cssacc:checked + .accshow {
    height: auto;
    opacity: 1;
}

.acord_title01,
.acord_title02, 
.acord_title04{
	font-size: 24px;
	padding: 0.3em 0.5em;
	font-weight: 500;
	margin: 1em 0 0;
    text-align: center;
    cursor: pointer;
}

.acord_title03 {
    font-size: 24px;
	padding: 0.4em 0.8em;
	font-weight: 500;
	margin: 1em 0 0;
    text-align: left;
    cursor: pointer;
}

.acord_title01 {
    background-color: #FADFDE;
    border: 1px solid #EB6D7B;
}

.acord_title02 {
    background-color: #D3DAEB;
    border: 1px solid #2F5F87;
}

.acord_title03 {
    background-color: #E4F3F4;
}

.acord_title04 {
    background-color: #e8f8fc;
    border: 1px solid #4DB4CC;
}

.acord_title01 span,
.acord_title02 span, 
.acord_title04 span{
    background-image: url("../img/plass01.png");
    background-repeat: no-repeat;
    background-position: center right;
    display: block;
    background-size: 1.0em auto;
}

.acord_title03 span {
    background-image: url("../img/plass03.png");
    background-repeat: no-repeat;
    background-position: center right;
    display: block;
    background-size: 1.0em auto;
}

.acord_title01:hover {
    background-color: #F7CCCA;
}

.acord_title03:hover {
    background-color: #D1EAE9;
}


.plan_plus01_01 h6 {
    font-size:16px;
    margin: 0;
    padding: 0 0 0.4em;
}

.ryukin_text_w {
    padding: 0 0 2.0em;
}

.ryukin_text,
.ryukin_text_t {
    font-size: 16px;
}

.ryukin_text {
    display: flex;
    flex-wrap: wrap;
}

.ryukin_text01 {
    margin-right: auto;
}

.ryukin_text02 {
    margin-left: auto;
}

.pay_t01_line_box_w {
    text-align: center;
    padding: 3% 0 2%;
}

.pay_t01_line_box_w h5,
.pay_t01_line_box_w h6 {;
    font-size: 24px;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.pay_t01_line_box_w h5 {
    font-weight: 600;
    line-height: 1.1;
    background: linear-gradient(transparent 90%, #FCE705 10%);
}

.pay_t01_line_box_w h5 span.pt01_e_ff {
    font-size: 154%;
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: bold;
}

.pay_t01_line_box_w h6 {
    text-decoration: underline;
    padding:0 0 0 1em;
}

.pay_t01_line_box_w p {
    font-size: 14px;
    padding: 1em 0 0;
}

.pay_t01_line_box_w p a {
    color: #EB6D7B;
    text-decoration: underline;
}

.pay_t01_line_box_w p a:hover {
    text-decoration: none;
}

.sub_title02 {
	font-size: 21px;
    border-bottom: 1px solid #B5B5B6;
    margin: 0 0 1em;
    padding: 0 0 0.4em;
}

.ya_shita01 {
    width: 79px;
    margin: -1% 0 2%;
}

.pp_last_c01 {
    padding: 4% 0 0;
}

.pp_last_c_p01 {
    font-size: 14px;
    padding: 2em 0 0;
    text-align: right;
}

.rtt_sub01 {
    font-size: 88%;
}


.lo_c_box01 {
    padding: 5% 0 2%;
}

.tt_base01 {
    font-size: 28px;
    padding: 0;
    margin: 0 0 0.4em;
}

a.ln_ap01,
a.ln_ap02 {
    font-size: 14px;
    padding: 0.25em 1.8em 0.25em 0.5em;
    color: #ffffff;
    font-weight: 500;
    background-position: right 0.6em center;
    background-repeat: no-repeat;
    background-image: url("../../common/img/ya_w01.png");
    background-size: auto 0.7em;
    transition: all 500ms 0s ease;
    vertical-align: middle;
    display: inline-block;
    margin: -0.2em 0 0 2em;
}

a.ln_ap01 {
    background-color: #eb6d7b;
}

a.ln_ap02 {
    background-color: #8D8D8D;
}

a.ln_ap01:hover {
    text-decoration: none;
    background-color: #E85868;
    background-position: right 0.4em center;
}

a.ln_ap02:hover {
    text-decoration: none;
    background-color: #787878;
    background-position: right 0.4em center;
}

.tp_base01 {
    font-size: 16px;
    margin: -0.1em 0 0.5em;
}

.product_top_box_wrap {
    display: flex;
    margin: 0 0 1%;
}

a.product_top_box01 {
    width : calc(96% / 3) ;
    margin: 0 2% 0 0;
    background-color: #ffffff;
    box-shadow:0px 0px 3px 0px rgba(0,0,0,0.3);
    text-align: center;
    transition: all 500ms 0s ease;
}

.product_top_box01:last-of-type {
    margin: 0;
}

img.product_top_img {
    width: 100%;
}

a.product_b01 {
    border-bottom: 6px solid #7ECCC9;
}
a.product_b01:hover {
    background-color: #7ECCC9;
}

a.product_b02 {
    border-bottom: 6px solid #EF846E;
}
a.product_b02:hover {
    background-color: #EF846E;
}

a.product_b03 {
    border-bottom: 6px solid #6196C1;
}
a.product_b03:hover {
    background-color: #6196C1;
}

a.product_b04 {
    border-bottom: 6px solid #F8B630;
}
a.product_b04:hover {
    background-color: #F8B630;
}

a.product_b05 {
    border-bottom: 6px solid #4DB4CC;
}
a.product_b05:hover {
    background-color: #4DB4CC;
}



p.product_ttp01 {
    font-size: 20px;
    padding: 0 1.5em 0 0;
    margin: 0.4em auto 0.3em;
    color: #444444;
    font-weight: 500;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 1em;
    display: inline-block;
    transition: all 500ms 0s ease;
}

.product_b01 p.product_ttp01 {
    background-image: url("../img/ya_cir01.png");
}

.product_b02 p.product_ttp01 {
    background-image: url("../img/ya_cir02.png");
}

.product_b03 p.product_ttp01 {
    background-image: url("../img/ya_cir03.png");
}

.product_b01 p.product_ttp01,
.product_b02 p.product_ttp01,
.product_b03 p.product_ttp01 {
    margin: 0.7em auto 0.3em;
}

.product_b04 p.product_ttp01 {
    background-image: url("../img/ya_cir04.png");
    line-height: 1.1;
}

.product_b01 p.product_ttp01 span,
.product_b02 p.product_ttp01 span,
.product_b03 p.product_ttp01 span,
.product_b04 p.product_ttp01 span {
    font-size: 82%;
}

.product_b05 p.product_ttp01 {
    background-image: url("/img/ya_cir06.png");
    line-height: 1.1;
}

.product_b05 p.product_ttp01 span {
    font-size: 82%;
}

.product_b05 p.product_ttp01 {
    margin: 0.7em auto 0.3em;
}

.pro01_acc_in {
    margin: 3% 0 3%
}

.acc_pro01_w {
    margin: 0 0 6%
}


@media screen and (max-width: 850px) { /*tablet*/

.top_web_cv {
    width: 70%;
}

}

@media screen and (max-width: 768px) { /*tablet*/

.tb_br_no {
    display: none;
}

.rpt_h01 {
    font-size: 24px;
    margin: 0.8em 0 0.5em;
}

.pro_box_in01 h3 {
    font-size: 19px;
}

ul.check01_u {
    font-size: 16px;
}

a.pro_link_cv01 {
    font-size: 19px;
    margin: 0.6em 0 0;
}

.top_web_cv {
    margin: 2% auto;
}

a.top_web_cv_a {
    font-size: 20px;
}

a.top_web_cv_a img.cv_top_unipoppo {
    position: absolute;
    width: 20%;
    left: 3%;
    top: 0;
}

.plan_title_top {
    font-size: 14px;
    margin: 0 0 0.5em;
}

.plan_t01 {
    font-size: 19px;
}


.plan_plus01_01 h4 {
    font-size: 16px;
}

.plan_plus01_01 h5 {
    font-size: 19px;
}

p.pp01p01 {
    font-size: 12px;
}

p.pp01p02 {
    font-size: 16px;
}

p.pp01p03 {
    font-size: 19px;
}

.acord_title01,
.acord_title02,
.acord_title03 {
	font-size: 21px;
}

.plan_plus01_01 h6 {
    font-size:14px;
    margin: 0;
    padding: 0 0 0.4em;
}

.ryukin_text_w {
    padding: 0 0 1.5em;
}

.ryukin_text,
.ryukin_text_t {
    font-size: 14px;
}

.pay_t01_line_box_w h5,
.pay_t01_line_box_w h6 {;
    font-size: 21px;
}

.sub_title02 {
	font-size: 18px;
}

.lo_c_box01 {
    padding: 4% 0 3%;
}

.tt_base01 {
    font-size: 24px;
    padding: 0;
    margin: 0 0 0.3em;
}

a.ln_ap01,
a.ln_ap02 {
    font-size: 12px;
}

.tp_base01 {
    font-size: 14px;
    margin: -0.1em 0 0.6em;
}

p.product_ttp01 {
    font-size: 14px;
    padding: 0 1.5em 0 0;
    margin: 0.6em auto 0.5em;
}

.p_page_l_box01 li {
    font-size: 20px;
}

.plan_icon {
    font-size: 13px;
    padding:0.0em 0.5em;
}

}

@media screen and (max-width: 667px) { /*sp_w*/

.video_content_w {
	width: 100%;
	margin: 2% 0 7%;
}

.rpt_h01 {
    font-size: 21px;
    margin: 0.4em 0 0.0em;
}

.p_page_l_box01 li {
    font-size: 18px;
    width: 100%;
    margin: 5% 0 0 0;
}

.p_page_l_box01 li:nth-of-type(2n) {
    margin: 5% 0 0 0;
}

.plan_icon {
    font-size: 12px;
}

.pro_box_in {
    display: flex;
    flex-wrap: wrap;
    padding: 3% 0 0;
}

.pro_box_in01 {
    width: 100%;
    margin: 0 0 0;
}

.pro_box_in02 {
    width: 100%;
}

.pro_box_in01 img {
    width: 60%;
    margin: 0 20%;
}

ul.check01_u {
    font-size: 14px;
}

a.pro_link_cv01 {
    font-size: 18px;
    margin: 0.3em 0 0.2em;
}

img.plan1_top_img_s {
    width: 47%;
    margin: 0 0 3% 3%;
}

.plan_t01 {
    font-size: 17px;
    padding: 0.4em 0.7em;
}

.plan_plus01_01 h4 {
    font-size: 14px;
    line-height: 1.4;
}

.plan_plus01_01 h5 {
    font-size: 14px;
}

p.pp01p01 {
    font-size: 10px;
}

p.pp01p02 {
    font-size: 10px;
}

p.pp01p03 {
    font-size: 14px;
}

.acord_title01,
.acord_title02,
.acord_title03 {
	font-size: 18px;
}

.plan_plus01_01 h6 {
    font-size:12px;
    margin: 0;
    padding: 0 0 0.4em;
}

.ryukin_text_w {
    padding: 0 0 1.5em;
}

.ryukin_text,
.ryukin_text_t {
    font-size: 10px;
}

.pay_t01_line_box_w {
    text-align: center;
    padding: 3% 0 2%;
}

.pay_t01_line_box_w h5,
.pay_t01_line_box_w h6 {;
    font-size: 18px;
}

.pay_t01_line_box_w h6 {
    text-decoration: underline;
    padding:0.2em 0 0 0;
}

.sub_title02 {
	font-size: 16px;
}

.ya_shita01 {
    width: 50px;
    margin: -3% 0 2%;
}

.pp_last_c_p01 {
    font-size: 12px;
    padding: 1em 0 0;
    text-align: left;
}

.mikanyuu_box p {
    font-size: 20px;
}


.top_web_cv {
    width: 96%;
    margin: 2% auto;
}

a.top_web_cv_a {
    font-size: 18px;
    padding: 1em 0 1em 2.4em;
}

a.top_web_cv_a img.cv_top_unipoppo {
    position: absolute;
    width: 22%;
    left: 2%;
    top: 0;
}

.tt_base01 {
    font-size: 21px;
    padding: 0;
    margin: 0 0 0.3em;
}

a.ln_ap01,
a.ln_ap02 {
    font-size: 11px;
    margin: -0.2em 0 0 1.0em;
}


.product_top_box_wrap {
    display: flex;
    margin: 1% 0 1%;
    flex-wrap: wrap;
}

a.product_top_box01 {
    width : calc(96% / 2) ;
    margin: 0 4% 4% 0;
    background-color: #ffffff;
    box-shadow:0px 0px 3px 0px rgba(0,0,0,0.3);
    text-align: center;
    transition: all 500ms 0s ease;
}

a.product_top_box01:nth-of-type(2n) {
    margin: 0 0 4% 0;
}

a.product_top_box01:last-of-type {
    margin: 0 0 4% 0;
}

}


/* ---------------------------------------------
 page css
--------------------------------------------- */


.top_bg_pro01,
.top_bg_pro02,
.top_bg_pro03,
.top_bg_pro04 {
    display: block;
    width: 100%;
    float: left;
}

.top_bg_pro01 {
    background-color: #E4F3F4;
}
.top_bg_pro02 {
    background-color: #FDEEEB;
}
.top_bg_pro03 {
    background-color: #E8F0F6;
}
.top_bg_pro04 {
    background-color: #FEF7E7;
}
.top_bg_pro05 {
    background-color: #e8f8fc;
}


.pro_top_bg01 {
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url("../img/product_top_illust01.png");
    background-size: 23% auto;
}

.pro_top_bg02 {
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url("../img/product_top_illust02.png");
    background-size: 23% auto;
}

.pro_top_bg03 {
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url("../img/product_top_illust03.png");
    background-size: 28% auto;
}

.pro_top_bg04 {
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url("../img/product_top_illust04.png");
    background-size: 28% auto;
}

.pro_top_bg05 {
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url("/img/product_top_illust05.png");
    background-size: 28% auto;
}

.page_title_pro01 {
    text-align: center;
    padding: 8% 0 6%;
}

.page_title_h_pro01 {
    font-size: 38px;
    margin: 0 0 0.4em;
}

.page_title_h_pro01_d {
    font-size: 38px;
    padding: 0;
    margin: 0;
}

.page_title_h_pro01_ds {
    font-size: 24px;
    line-height: 1;
    padding: 0;
    margin: 0 0 1.1em;
}

.page_title_h_pro01s {
    font-size: 21px;
    margin: 1em 0 0;
}

.page_title_h_pro01sr {
    font-size: 21px;
    margin: 1em 0 0;
color: #e60012;
}

hr.page_title_hr_pro01,
hr.page_title_hr_pro02,
hr.page_title_hr_pro03,
hr.page_title_hr_pro04,
hr.page_title_hr_pro05{
    width: 100px;
    margin: 0 auto;
}

hr.page_title_hr_pro01 {
	border-top: 3px solid #7ECCC9;
}
hr.page_title_hr_pro02 {
	border-top: 3px solid #EF846E;
}
hr.page_title_hr_pro03 {
	border-top: 3px solid #6196C1;
}
hr.page_title_hr_pro04 {
	border-top: 3px solid #F8B630;
}
hr.page_title_hr_pro05 {
	border-top: 3px solid #4DB4CC;
}

.page_top_link_menu01 {
    list-style-type: none;
    margin: 1% 0 1%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.page_top_link_menu01 li {
    width : calc(94% / 3) ;
    margin: 3% 3% 0 0; 
}

.page_top_link_menu01 li:last-of-type {
    margin: 3% 0 0 0;
}

.page_top_link_menu01 li a {
    font-size: 21px;
    border-radius: 10px;
    font-weight: 500;
    color: #ffffff;
    padding: 0.7em 1em;
    display: block;
    width: 100%;
    background-position: right 0.7em center;
    background-repeat: no-repeat;
    background-size: auto 0.8em;
    background-image: url("../img/ya_shita_w01.png");
    transition: all 500ms 0s ease;
}

.ptlm_pro01 li a {
    background-color: #7ECCC9;
}

.ptlm_pro01 li a:hover {
    text-decoration: none;
    background-color: #60C0BC;
}

.ptlm_pro02 li a {
    background-color: #EF846E;
}

.ptlm_pro02 li a:hover {
    text-decoration: none;
    background-color: #EC6F55;
}

.ptlm_pro03 li a {
    background-color: #6196C1;
}

.ptlm_pro03 li a:hover {
    text-decoration: none;
    background-color: #4181B5;
}

.ptlm_pro04 li a {
    background-color: #F8B630;
}

.ptlm_pro04 li a:hover {
    text-decoration: none;
    background-color: #F7A808;
}

.ptlm_pro05 li a {
    background-color: #4DB4CC;
}

.ptlm_pro05 li a:hover {
    text-decoration: none;
    background-color: #4DB4CC;
}

img.pro_img_r01 {
    float: right;
    width: 32%;
    margin: 0 0 2% 2%;
}

img.pro_img_r02 {
    float: right;
    width: 15%;
    margin: 0 0 2% 2%;
}

.bgc_pro01 {
    background-color: #E4F3F4;
}
.bgc_pro02 {
    background-color: #FDEEEB;
}
.bgc_pro03 {
    background-color: #E8F0F6;
}
.bgc_pro04 {
    background-color: #FEF7E7;
}

.bgc_pro05 {
    background-color: #e8f8fc;
}

.bgc_pro01_01 {
    background-color: #7ECCC9;
}
.bgc_pro02_01 {
    background-color: #EF846E;
}
.bgc_pro03_01 {
    background-color: #6196C1;
}
.bgc_pro04_01 {
    background-color: #F8B630;
}
.bgc_pro05_01 {
    background-color: #4DB4CC;
}

.bgc_pro01_02 {
    background-color: #D1EAE9;
}
.bgc_pro02_02 {
    background-color: #FAD7D0;
}
.bgc_pro03_02 {
    background-color: #CDDEEB;
}
.bgc_pro04_02 {
    background-color: #FDEECC;
}
.bgc_pro05_02 {
    background-color: #f5fbfc;
}

.fc_pro01 { color:#7ECCC9 }
.fc_pro02 { color:#EF846E }
.fc_pro03 { color:#6196C1 }
.fc_pro04 { color:#F8B630 }
.fc_pro05 { color:#4DB4CC }

.towa_c01 {
    padding: 1em 1.5em;
    margin: 2.0em 0 0;
}

.pro_text_h01 {
    font-size: 24px;
    margin: 0.5em 0 0.7em;
    border-bottom: 1px solid #B5B5B6;
}

.pth_fno01 {
    font-size: 200%;
    font-family: Arial, Helvetica, "sans-serif";
    vertical-align:baseline;
    margin: 0 0.3em 0 0;
    line-height: 1.4;
}

.pro_box_content {
    margin: 3% 0;
}

.pro_box_content h3 {
    font-size: 21px;
    color: #ffffff;
    margin: 0;
    padding: 0.5em;
}

.zu_img_sp01 {
    margin: 2% 0 1%;
}

.zu_img_sp02 {
    margin: -2% 0 6%;
}

.zu_img_sp03 {
    margin: -2% 0 3%;
}

.zu_img_sp04 {
    margin: 2% 0 6%;
}

.zu_img_sp05 {
    width: 80%;
    margin: 2% 10% 4%;
}

.pro_in_co01 {
    text-align: center;
}

.pro_in_co01_in {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pro_in_co01_in02 {
    text-align: left;
    width: 30%;
}

.pro_in_co01_in02 h5 {
    font-size: 22px;
    margin: 0;
}

.pro_in_co01_in02 p {
    font-size: 18px;
    text-indent: -1.3em;
    margin: 0 0 0 1.3em
}

.pro_in_co01 h4 {
    font-size: 50px;
    margin: 0.3em 0.5em 0.4em;
    font-weight: 600;
}

.y_underline {
    background: linear-gradient(transparent 90%, #FCE705 10%);
    padding: 0 0 0.1em;
}

.ff_en_pro {
    font-size: 154%;
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: bold;
}

.table_box1 {
	width:100%;
	padding:0 0 3%;
    position: relative; }

.table_box1_in {
    font-size: 18px;
    line-height: 1.8;
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin:0;
}

.table_box1_in td {
	border: 1px solid #B5B5B6;
	vertical-align: middle;
	padding: 0.3em 0.8em;}

.td_w_t01 {
	width: 23%;
}

.td_w_t02 {
    color: #ffffff;
}

.td_w_t03 {
	width: 12.5%;
}

.td_w_t04 {
	width: 15.5%;
}

.td_w_t05 {
	width: 31%;
}

.td_w_t06 {
	width: 60%;
}

.td_w_t07 {
	width: 28%;
}

.td_w_t08 {
	width: 12%;
}

.td_w_t09 {
	width: 14.5%;
}

.td_bgc_01 { background-color: #FFFDED; }
.td_bgc_02 { background-color: #F7F8F8; }
.td_bgc_03 { background-color: #DBDCDC; }


.table_box2 {
	width:100%;
	padding:0 0 7%;
    position: relative; }

.table_box2_in {
    font-size: 15px;
    line-height: 1.3;
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin:0;
    font-weight: 500;
    font-feature-settings: "palt" 1;}

.table_box2_in td {
	border: 1px solid #B5B5B6;
	vertical-align: middle;
    text-align: center;
	padding: 0.4em 1%;}


.rei_box01_ww {
    padding: 0 0 3%;
}

.rei_box01_w {
    display: flex;
    flex-wrap: wrap;
    
}

.rei_box01 {
    background-color: #F7F8F8;
    box-shadow:0px 0px 3px 0px rgba(0,0,0,0.3);
    position: relative;
    width: 48%;
    margin: 0 4% 0 0;
    padding: 2%;
}

.rei_box01:last-of-type {
     margin: 0;
}

.rei_number {
    font-size: 18px;
    color: #ffffff;
    background-color: #B5B5B6;
    display: inline-block;
    position: absolute;
    top: 2%;
    left: 2%;
    padding: 0.0em 0.4em;
}

.rei_box01 h4 {
    font-size: 18px;
    margin: 0 0 0.6em;
    padding: 0;
    text-align: center;
}

.rei_text01 {
    height: 3em;
    overflow:visible;
}

.rei_text02 {
    height: 3em;
    overflow:visible;
}

.rei_text03 {
    height: 4em;
    overflow:visible;
}

.rei_img01 {
    width: 100%;
    margin: 1em 0;
}

.rei_last_c_p01 {
    font-size: 14px;
    padding: 1em 0 0;
    text-align: right;
}

.rei_text_box01 {
    width: 55%;
    font-weight: 500;
}

.rei_text_box02 {
    text-align: center;
}

.rei_text_box02 .rtb_p01 {
    font-size: 18px;
    font-weight: 500;
    padding: 0 0 0.1em;
}

.rei_text_box02 .rtb_p02 {
    font-size: 12px;
}


.rei_fee_text {
    font-size: 16px;
}

.rei_fee_text {
    display: flex;
    flex-wrap: wrap;
}

.rei_fee_text01 {
    margin-right: auto;
}

.rei_fee_text02 {
    margin-left: auto;
}

.rei_ff_en {
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 125%;
    line-height: 1;
}

.rei_goukei01 {
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    bottom: 3%;
    right: 4%
}


.faq_qa_box_w {
    margin: 2% 0 8%;
}

.faq_qa_box {
    font-size: 16px;
    margin: 0.5em 0 0;
    line-height: 2;
}

.faq_q_box {
    border-bottom: 1px solid #DBDCDC;
    padding: 0.8em 0;
}

p.faq_q_p01 {
    margin-left: 1.2em;
    font-size: 18px;
}

p.faq_q_p01:before {
    content:"Q ";
    font-weight: 600;
    color: #EB6D7B;
    margin-left: -1.2em;
}

.faq_a_box {
    border-bottom: 1px solid #B5B5B6;
    padding: 0.8em 0;
}

p.faq_a_p01 {
    margin-left: 1.2em;
}

p.faq_a_p01:before {
    content:"A ";
    font-weight: 600;
    color: #005CAC;
    margin-left: -1.2em;
}

.pro_box04 {
    display: flex;
    margin: 1% 0 5%
}

.pro_box04_01 {
    width: 30%;
}

.p01_zu01 {
    border: 1px solid #7ECCC9;
    width: 100%;
    padding:3% 5%;
    margin: 1.5em 0 1em;
}

.p01_zu01_h01 {
    text-align: center;
    font-size: 26px;
    margin: 0 0 1em;
    padding: 0;
}

.p01_zu01_w {
    padding: 0 0 3%;
}

.p01_zu02 {
    margin: 2% 0 3%;
}


.tb_fs01,
.tb_fs02 {
    color: #ffffff;
}

.tb_fs01 {
    font-size: 136%;
    line-height: 1;
}

.tb_fs02 {
    font-size: 120%;
}

/*


*/


@media screen and (max-width: 768px) { /*tablet*/

.page_title_h_pro01,
.page_title_h_pro01_d {
    font-size: 30px;
}

.page_title_h_pro01_ds {
    font-size: 19px;
}

.page_top_link_menu01 li a {
    font-size: 18px;
}
.page_title_h_pro01s {
    font-size: 18px;
}

img.pro_img_r01 {
    width: 42%;
}

.pro_text_h01 {
    font-size: 19px;
}


.pro_box_content h3 {
    font-size: 18px;
}

.pro_in_co01_in02 {
    text-align: left;
    width: 40%;
}

.pro_in_co01_in02 h5 {
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.pro_in_co01_in02 p {
    font-size: 14px;
    text-indent: -1.3em;
    margin: 0 0 0 1.3em
}

.pro_in_co01 h4 {
    font-size: 30px;
}

.table_box1_in {
    font-size: 16px;
}

.td_w_t01,
.td_w_t05 {
	width: 28%;
}

.td_w_t06 {
	width: 70%;
}

.td_w_t07 {
	width: 40%;
}

.rei_number {
    font-size: 16px;
}

.rei_box01 h4 {
    font-size: 16px;
}

.rei_text_box01 {
    width: 50%;
}

.rei_fee_text {
    font-size: 14px;
}


.rei_goukei01 {
    font-size: 16px;
    bottom: 3%;
    right: 4%
}

.table_box2_in {
    font-size: 12px;
}

.rei_goukei01 {
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    bottom: 3%;
    right: 4%
}

.faq_qa_box {
    font-size: 14px;
}

p.faq_q_p01 {
    font-size: 16px;
}

.rei_text02 {
    height: 4em;
    overflow:visible;
}

.p01_zu01_h01 {
    font-size: 18px;
}

.rei_text_box02 .rtb_p01 {
    font-size: 17px;
}

}

@media screen and (max-width: 667px) { /*sp_w*/


.pro_top_bg02 {
    background-position: right -10% top;
    background-size: 32% auto;
}

.pro_top_bg04 {
    background-position: right -4% top 12%;
}

.page_title_h_pro01,
.page_title_h_pro01_d {
    font-size: 26px;
}

.page_title_h_pro01_ds,
.page_title_h_pro01s {
    font-size: 16px;
}

.page_top_link_menu01 li a {
    font-size: 14px;
}

.page_top_link_menu01 li {
    width : 100% ;
    margin: 3% 0 0 0; 
}

hr.page_title_hr_pro01,
hr.page_title_hr_pro02,
hr.page_title_hr_pro03,
hr.page_title_hr_pro04 {
    width: 80px;
}

hr.page_title_hr_pro01 {
	border-top: 2px solid #7ECCC9;
}
hr.page_title_hr_pro02 {
	border-top: 2px solid #EF846E;
}
hr.page_title_hr_pro03 {
	border-top: 2px solid #6196C1;
}
hr.page_title_hr_pro04 {
	border-top: 2px solid #F8B630;
}

.towa_c01 {
    margin: 1.0em 0 0;
}

.pro_text_h01 {
    font-size: 17px;
}

.pro_box_content h3 {
    font-size: 16px;
}

.pro_in_co01 h4 {
    font-size: 20px;
}

.table_box1_in {
    font-size: 14px;
}

.rei_box01 {
    width: 100%;
    margin: 0 0 5% 0;
    padding: 4%;
}

.rei_last_c_p01 {
    font-size: 12px;
    text-align: left;
}

.table_box2_in {
    font-size: 10px;
}

.faq_qa_box {
    font-size: 14px;
}

p.faq_q_p01 {
    font-size: 15px;
}

.pro_in_co01_in {
    flex-wrap: wrap;
}

.pro_in_co01_in02 {
    text-align: center;
    width: 100%;
}

.pro_in_co01_in02 h5 {
    font-size: 16px;
    margin: 0 0 1em;
    line-height: 1;
}

.pro_in_co01_in02 p {
    font-size: 14px;
    text-indent: -1.3em;
    margin: 0 0 0 1.3em
}

.rei_text01,
.rei_text02,
.rei_text03 {
    height: auto;
}

.pro_box04_01,
.pro_box04_02 {
    width: 50%;
}


.p01_zu01_h01 {
    font-size: 16px;
}

.zu_img_sp05 {
    width: 90%;
    margin: 2% 5% 4%;
}

.rei_text_box02 .rtb_p01 {
    font-size: 16px;
}


}
