@charset "utf-8";

#intro {
	background-image: url("../images/marugoto/titbg.jpg");
}

.mondai_box,
.komon_box {
    border: solid 3px #00FFFF;
    padding: 1em 1.5em 2em;
    margin-top: 1.5em;
}
.komon_box {
    border: solid 3px #FFB7B7;
    margin-top: 0;
}

.mondai_box h4,
.komon_box h4 {
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 0.7em;
    text-align: center;
}

.mondai_box ul,
.komon_box ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;    /*左（上）揃え*/
    justify-content: flex-end;      /*右（下）揃え*/
    justify-content: center;        /*中央揃え*/
    justify-content: space-between; /*均等に間隔をあける*/
    justify-content: space-around;  /*均等に間隔をあける・両端にも間隔をあける*/
}
.mondai_box ul li,
.komon_box ul li {
    border: solid 2px #58B6C0;
    border-radius: 10px;
    width: 31%;
}
.komon_box ul li {
    border: solid 2px #F8BFE7;
}

.mondai_box ul li dl dt,
.komon_box ul li dl dt {
    background: #58B6C0;
    padding: 0.5em 1em;
    color: #FFF;
    font-weight: bold;
    text-align: center;
}
.komon_box ul li dl dt {
    background: #FACBEC;
    color: #333;
}
.komon_box ul li dl dt .p_img {
    width: 2.5em;
    margin: 0 auto;
}

.mondai_box ul li dl dd,
.komon_box ul li dl dd {
    padding: 0.7em 0;
}

.mondai_box ul li dl ul,
.komon_box ul li dl ul {
    display: block;    
}

.mondai_box ul li dl ul li,
.komon_box ul li dl ul li {
    border: none;
    list-style-type: disc;
    margin: 0 0.5em 0 2em;
    width: auto;
}

.next_step {
    margin: 1em auto;
    width: 1em;
}

.p_solut {
    font-size: 140%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1.5em;
}

.learn_info {
    border: solid 2px #58B6C0;
    border-radius: 10px;
    margin-bottom: 2em;
}

.learn_info dt {
    background: #58B6C0;
    color: #FFF;
    font-size: 130%;
    font-weight: bold;
    padding: 0.5em 1em;
}

.learn_info dd {
    padding: 1em 5em;
}

.learn_info dd ul:after {
    content: "";
	display: block;
	clear: both;
}

.learn_info dd ul li {
    list-style-type: disc;
    width: 47%;
    float: left;
}

.qa_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;    /*左（上）揃え*/
    justify-content: flex-end;      /*右（下）揃え*/
    justify-content: center;        /*中央揃え*/
    justify-content: space-between; /*均等に間隔をあける*/
    justify-content: space-around;  /*均等に間隔をあける・両端にも間隔をあける*/
    clear: both;
}
.qa_list li {
    width: 48%;
}

.faq_qwoman {}

.faq_qwoman dt,
.faq_qman dt {
    width: 7em;
    float: left;
}

.faq_qwoman dt .qa_exp,
.faq_qman dt .qa_exp {
    font-size: 90%;
    text-align: center;
}

.faq_qwoman dd,
.faq_qman dd {
    padding: 2em 0 0 8.5em;
}

.faq_qwoman dd .balloon-004,
.faq_qman dd .balloon-004 {
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 15px;
    padding: .8em 1.2em;
    border-radius: 5px;
    background-color: #f2f2f2;
    color: #333333;
}

.faq_qwoman dd .balloon-004::before,
.faq_qman dd .balloon-004::before {
    position: absolute;
    left: -15px;
    width: 15px;
    height: 30px;
    background-color: #f2f2f2;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    content: '';
}

.faq_advisor {}

.faq_advisor dt {
    width: 10em;
    float: right;
}

.faq_advisor dt .qa_exp {
    font-size: 90%;
    text-align:center;
    margin: 0 auto;
}

.faq_advisor dd {
    padding: 2em 11.5em 0 0;
}

.faq_advisor dd .balloon-003 {
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 15px;
    padding: .8em 1.2em;
    border-radius: 5px;
    background-color: #f2f2f2;
    color: #333333;
}

.faq_advisor dd .balloon-003::before {
    position: absolute;
    right: -15px;
    width: 15px;
    height: 30px;
    background-color: #f2f2f2;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    content: '';
}

.solut_box {
    clear: both;
    border: solid 2px #58B6C0;
    border-radius: 5px;
    padding: 1em 1.5em;
    margin: 2em auto;
}
.solut_box p {
    font-size: 130%;
    text-align: center;
}

.merit_box {
    border: solid 2px #FF8C00;
    border-radius: 10px;
    padding: 1em 1.5em 1em 3em;
    margin-bottom: 2em;
    overflow: hidden;
}

.merit_txt {
    float: left;
    width: 25em;
}
.merit_img {
    /*float: right;*/
    width: 90px;
    padding-left: 33em;
}

.merit_box ol li {
    margin-left: 1.3em;
}
.merit_box em {
    font-style: normal;
    font-size: 120%;
    font-weight: bold;
}

table.charge {
	width: 100%;
	border: 2px solid #58B6C0;
	border-collapse: collapse;
    margin: 0 auto 3em;
}
table.charge th {
	padding: 0.7em 0.7em;
	border: 2px solid #58B6C0;
	text-align: center;
}
table.charge td {
	border: 2px solid #58B6C0;
	padding: 0.7em 0.7em;
	text-align: left;
    width: 43%;
}

table.charge thead th {
	background-color: #82C9D2;
    font-weight: bold;
    color: #FFF;
}

table.charge tbody th {
    font-weight: normal;
}

table.charge tbody .cCol {
	text-align: center;
}
table.charge tbody .rCol{
	text-align: right;
}

table.charge tbody ul li {
    list-style-type: disc;
    margin-left: 1.1em;
}

table.charge tbody .jukoryo {
    font-size: 140%;
    font-weight: bold;
}
table.charge tbody .juko_komi {
    font-size: 70%;
    margin-left:0.5em;
}

table.charge tbody .uchiwake {
    font-size: 90%;
}

.tokuten_box {
    overflow: hidden;
    margin-bottom: 1.5em;
}
.tokuten_txt {
    float: left;
    width: calc(100% - 240px); 
}
.tokuten_img {
    float: right;
    width: 200px;    
}

.tokuten_txt dl {
    margin-bottom: 1em;
}
.tokuten_txt dl dt {
    color: #58B6C0;
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 0.1em;
}
.tokuten_txt dl dt span {
    font-size: 80%;
    margin-left: 1em;
}
.tokuten_txt dl dd.toku_tit {
    font-weight: bold;
    font-size: 120%;
}
.tokuten_txt dl dd.toku_tool {
    font-weight: bold;
    font-size: 120%;
}
.tokuten_txt dl dd.toku_tool .tool_line {
    color: #00B050;
    margin-left: 1em;
}
.tokuten_txt dl dd.toku_tool .tool_zoom {
    color: #0070C0;
}

.tokuten_img ul li {
    margin-top:1em;
}

@media screen and (min-width:768px) and (max-width:959px) {
    
    .faq_qwoman dt,
    .faq_qman dt {
        width: 6em;
    }

    .faq_qwoman dd,
    .faq_qman dd {
        padding: 1.5em 0 0 7.5em;

    }
}

@media screen and (max-width:767px) {
    
    .mondai_box,
    .komon_box {
        padding: 0.9em 0 1.2em;
        margin-top: 1.2em;
    }

    .mondai_box h4,
    .komon_box h4 {
        font-size: 125%;
        margin-bottom: 0.7em;
    }

    .mondai_box ul,
    .komon_box ul {
        display: block;
    }
    .mondai_box ul li,
    .komon_box ul li {
        width: 97%;
        margin: 0 auto 0.6em;
    }
    .mondai_box ul li:last-child,
    .komon_box ul li:last-child {
        margin-bottom: 0;
    }

    .mondai_box ul li dl dt,
    .komon_box ul li dl dt {
        padding: 0.4em 0.9em;
        text-align: center;
    }
    .komon_box ul li dl dt {
        background: #FACBEC;
        color: #333;
    }
    .komon_box ul li dl dt .p_img {
        width: 2.4em;
        margin: 0 auto;
    }

    .mondai_box ul li dl dd,
    .komon_box ul li dl dd {
        padding: 0.6em 0;
    }

    .mondai_box ul li dl ul li,
    .komon_box ul li dl ul li {
        border: none;
        list-style-type: disc;
        margin: 0 0.5em 0 2em;
        width: auto;
    }

    .next_step {
        margin: 0.9em auto;
        width: 0.9em;
    }

    .p_solut {
        font-size: 130%;
        text-align: left;
        margin-bottom: 0.4em;
    }

    .learn_info {
        margin-bottom: 1.9em;
    }

    .learn_info dt {
        font-size: 120%;
        padding: 0.5em 0.8em;
    }

    .learn_info dd {
        padding: 0.8em 0.9em;
    }

    .learn_info dd ul li {
        list-style-type: disc;
        width: auto;
        float: none;
        margin-left: 1.1em;
    }

    .qa_list {
        display: block;
    }
    .qa_list li {
        clear: both;
        width: auto;
        overflow: hidden;
    }

    .faq_qwoman {}

    .faq_qwoman dt,
    .faq_qman dt {
        width: 6.5em;
        float: left;
    }

    .faq_qwoman dt .qa_exp,
    .faq_qman dt .qa_exp {
        font-size: 85%;
        text-align: center;
    }

    .faq_qwoman dd,
    .faq_qman dd {
        padding: 1em 0 0 8em;
    }

    .faq_qwoman dd .balloon-004,
    .faq_qman dd .balloon-004 {
        display: flex;
        align-items: center;
        position: relative;
        margin-left: 15px;
        padding: .8em 1.2em;
        border-radius: 5px;
        background-color: #f2f2f2;
        color: #333333;
    }

    .faq_qwoman dd .balloon-004::before,
    .faq_qman dd .balloon-004::before {
        position: absolute;
        left: -15px;
        width: 15px;
        height: 30px;
        background-color: #f2f2f2;
        clip-path: polygon(0 50%, 100% 0, 100% 100%);
        content: '';
    }

    .faq_advisor {}

    .faq_advisor dt {
        width: 9.5em;
        float: right;
    }

    .faq_advisor dt .qa_exp {
        font-size: 85%;
        text-align:center;
        margin: 0 auto;
    }

    .faq_advisor dd {
        padding: 1em 11em 0 0;
    }

    .faq_advisor dd .balloon-003 {
        display: flex;
        align-items: center;
        position: relative;
        margin-left: 15px;
        padding: .8em 1.2em;
        border-radius: 5px;
        background-color: #f2f2f2;
        color: #333333;
    }

    .faq_advisor dd .balloon-003::before {
        position: absolute;
        right: -15px;
        width: 15px;
        height: 30px;
        background-color: #f2f2f2;
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        content: '';
    }

    .solut_box {
        padding: 0.8em 1.2em;
        margin: 1.5em auto 0.5em;
    }
    .solut_box p {
        font-size: 120%;
        text-align: left;
    }

    .merit_box {
        padding: 0.8em 0.7em 0.8em 0.7em;
        margin-bottom: 1.5em;
    }

    .merit_txt {
        float: none;
        width: auto;
    }
    .merit_img {
        width: 90px;
        padding-left: 0;
        margin: 0.6em auto 0;
    }

    .merit_box ol li {
        margin-left: 1.3em;
    }
    .merit_box em {
        font-size: 110%;
    }

    table.charge {
        width: 98%;
        margin: 0 auto 1em;
    }
    table.charge th {
        padding: 0.7em 0.7em;
        text-align: left;
    }
    table.charge td {
        padding: 0.7em 0.7em;
        text-align: left;
        width: 43%;
    }

    table.charge tbody .cCol {
        text-align: left;
    }
    table.charge tbody .rCol{
        text-align: right;
    }

    table.charge tbody ul li {
        margin-left: 1.1em;
    }

    table.charge tbody .jukoryo {
        font-size: 130%;
        font-weight: bold;
    }
    table.charge tbody .juko_komi {
        font-size: 70%;
        margin-left:0.5em;
    }

    table.charge tbody .uchiwake {
        font-size: 90%;
    }
    table.charge thead th.komo_col,
    table.charge tbody th.komo_col {
        text-align: center;
    }
    

    .tokuten_box {
        width: 99%;
        margin: 0 auto;
    }
    .tokuten_txt {
        float: none;
        width: auto; 
        margin-bottom: 0.1em;
    }
    .tokuten_img {
        float: none;
        width: 100%;    
    }

    .tokuten_txt dl {
        margin-bottom: 0.8em;
    }
    .tokuten_txt dl dt {
        font-size: 130%;
        margin-bottom: 0.1em;
    }
    .tokuten_txt dl dt span {
        font-size: 80%;
        margin-left: 1em;
    }
    .tokuten_txt dl dd.toku_tit {
        font-weight: bold;
        font-size: 120%;
    }
    .tokuten_txt dl dd.toku_tool {
        font-weight: bold;
        font-size: 120%;
    }
    .tokuten_txt dl dd.toku_tool .tool_line {
        color: #00B050;
        margin-left: 1em;
    }
    .tokuten_txt dl dd.toku_tool .tool_zoom {
        color: #0070C0;
    }
    
    .tokuten_img ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: flex-start;    /*左（上）揃え*/
        justify-content: flex-end;      /*右（下）揃え*/
        justify-content: center;        /*中央揃え*/
        justify-content: space-between; /*均等に間隔をあける*/
        justify-content: space-around;  /*均等に間隔をあける・両端にも間隔をあける*/
        clear: both;
    }
    
    .tokuten_img ul li {
        width: 45%;
    }    
    
}