/* default
------------------------------- */
body{
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial,  Meiryo, sans-serif;
    color: #323232;
}
a{
    text-decoration: none;
    color: #323232;
}

/* common
------------------------------- */
.wrap{
    width: 772px;
    margin: auto;
    box-sizing: border-box;
    bottom: 1px solid #ccc;
}

.cv_button{
    display: flex;
    justify-content: center;
}
.cv_button a{
    display: block;
    margin-left: -30px;
    transition: .3s;
}
.cv_button a:hover{
    opacity: .75;
    transform: scale(.995);
}


.authority_headline{
    display: flex;
    justify-content: center;
    align-items: center;
}
.authority_headline_inner{
    position: relative;
    display: inline-flex;
    height: 83px;
    padding-right: 20px;
    background-image: url(../img/authority_headline_bg.png);
    background-repeat: repeat-x;
    background-size: 1px 100%;
}
.authority_headline_inner:after{
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 23px;
    height: 83px;
    background-image: url(../img/authority_headline_right.png);
}
.authority_headline_text{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
}
.authority_headline_text strong{
    font-size: 40px;
    color: #f30000;
}
.authority_headline_text strong > small{
    font-size: 23px;
}
.authority_headline_image{
    margin-top: -15px;
    margin-left: -50px;
}

/* header
------------------------------- */
.header{
    width: 100%;
}
.header_top{
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    background-image: url(../img/header_bg.png);
    background-repeat: repeat-x;
    background-size: 4px 100%;
    width: 100%;
    height: 37px;
}
.header_achievement{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px auto 0px;
    width: 730px;
}
.header_achievement_module{
    width: 134px;
    background-image: url(../img/achievement_frame.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 134px 31px;
    font-size: 10px;
    line-height: 1.577;
    font-weight: bold;
    color: #4d3e28;
    text-align: center;
}
.header_achievement_module span{
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #a48a3b;
}
.header_achievement_notes{
    margin-top: 5px;
    margin-left: 10px;
    font-size: 10px;
}


/* fv
------------------------------- */
.fv{
    width: 100%;
    margin-top: 5px;
}
.fv_notes{
    margin-top: 5px;
    font-size: 10px;
    padding: 5px 10px;
}


/* company
------------------------------- */
.company{
    width: 590px;
    margin: 0 auto 15px;
}
.company_head{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 15px;
}
.company_head_text-fill{
    display: block;
    font-size: 22px;
    color: #fff;
    background-color: #02238e;
    padding: 5px 10px 0;
}
.company_head_text{
    font-size: 16px;
    color: #02238e;
}
.company_head_text > span{
    font-size: 22px;
    color: #02238e;
}
.company_image{
    filter: drop-shadow(0px 7px 5px #adaeae);
}


/* question
------------------------------- */
.question{
    margin-top: 25px;
}
.question_talk{
    width: 100%;
    padding: 20px 0;
    text-align: center;
    background-color: #d1ecfd;
}
.question_talk_headline{
    font-size: 22px;
    font-weight: bold;
    color: #02238e;
}
.question_talk_illust{
    position: relative;
    margin: 20px auto 0;
    width: 486px;
    height: 159px;
    background-image: url(../img/question_talk.png);
    background-size: 100%;
    background-position: center;
}
.question_talk_text{
    position: absolute;
    font-size: 18px;
    line-height: 1.4;
    text-align: left;
}
.question_talk_text-01{
    top: 12px;
    left: 155px;
}
.question_talk_text-02{
    bottom: 11px;
    left: 200px;
}


/* example
------------------------------- */
.example{
    position: relative;
    padding: 30px 0;
}
.example:after{
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 130px;
    margin: auto;
    border-top:    25px solid #fff;
    border-right:  65px solid transparent;
    border-left:   65px solid transparent;
    border-bottom: 65px solid transparent;
    z-index: 2;
}
.example_text{
    font-size: 22px;
    line-height: 1.545;
    font-weight: bold;
    text-align: center;
}
.example_box{
    width: 535px;
    margin: 25px auto;
    box-sizing: content-box;
    border: 2px solid #02238e;
}
.example_box_title{
    padding: 10px 0;
    font-size: 20px;
    text-align: center;
    color: #fff;
    background-color: #02238e;
}
.example_box_text{
    padding: 12px 0;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}


/* result
------------------------------- */
.result{
    position: relative;
    padding: 50px 0;
    background-color: #d1ecfd;
}
.result:after{
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 130px;
    margin: auto;
    border-top:    25px solid #d1ecfd;
    border-right:  65px solid transparent;
    border-left:   65px solid transparent;
    border-bottom: 65px solid transparent;
    z-index: 2;
}
.result_headline{
    font-size: 25px;
    line-height: 1.44;
    font-weight: bold;
    text-align: center;
}
.result_main{
    position: relative;
    width: 510px;
    min-height: 225px;
    margin: 20px auto 0;
}
.result_main_block{
    position: absolute;
    top: 20px;
    left: 0;
    padding: 15px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    color: #fff;
    background-color: #fd7533;
}
.result_main_block span{
    font-size: 34px;
}
.result_main_cost{
    position: absolute;
    left: 10px;
    bottom: 0;
}
.result_main_cost-txt{
    display: block;
    font-size: 20px;
}
.result_main_cost-num{
    font-size: 52px;
    color: #ff0000;
    font-weight: bold;
}
.result_main_cost-yen{
    font-size: 27px;
    font-weight: bold;
}
.result_main_cost-icon{
    font-size: 10px;
    vertical-align: super;
}
.result_main_cost-notes{
    display: block;
    margin-top: 0;
    line-height: 1.6;
    font-size: 10px;
}
.result_main_image{
    position: absolute;
    right: 0;
    bottom: 0;
}


/* appeal
------------------------------- */
.appeal{
    padding: 55px 0 20px;
}
.appeal_text{
    position: relative;
    text-align: center;
}
.appeal_text:before,
.appeal_text:after{
    content: "";
    display: inline-block;
    width: 2px;
    height: 40px;
    background-color: #323232;
    margin-bottom: -5px;
}
.appeal_text:before{
    transform: rotate(-15deg);
    margin-right: 15px;
}
.appeal_text:after{
    transform: rotate(15deg);
    margin-left: 15px;
}
.appeal_text h2{
    position: relative;
    display: inline-block;
    font-size: 25px;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
}
.appeal_text span{
    font-size: 39px;
    color: #ff0000;
}
.appeal_authority{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 450px;
    margin: 10px auto 15px;
}



/* useful
------------------------------- */
.useful{
    padding: 30px 0 25px;
    background-color: #eef7fd;
}
.useful_step{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 542px;
    margin: 35px auto 15px;
    list-style: none;
    border-right: 2px solid #011c71;
    border-bottom: 2px solid #011c71;
    border-left: 2px solid #011c71;
}
.useful_step_box{
    width: 100%;
    text-align: center;
    background-color: #fff;
}
.useful_step_box:not(:first-of-type){
    border-left: 2px solid #011c71;
}
.useful_step_head{
    position: relative;
    padding: 10px;
    background-color: #011c71;
    color: #fff;
    font-size: 20px;
}
.useful_step_box:not(:first-of-type) .useful_step_head:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: scaleX(.5) rotate(45deg);
    transform-origin: 0 0;
}
.useful_step_illust{
}
.useful_step_inner{
    padding: 15px 0 10px;
}
.useful_step_title{
    font-size: 20px;
    margin-top: 15px;
    font-weight: bold;
    color: #011c71;
}
.useful_step_text{
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.375;
}
.useful_step_notes{
    display: block;
    margin-top: 10px;
    font-size: 10px;
}



/* user
------------------------------- */
.user{
    padding: 35px 0 20px;
}
.user_voice{
    width: 515px;
    margin: 30px auto 15px;
    border: 3px solid #011c71;
}
.user_voice:first-of-type{
    margin: 35px auto 15px;
}
.user_voice_information{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    background-color: #eef7fd;
}
.user_voice_details{
    margin-left: 15px;
}
.user_voice_caption{
    font-size: 20px;
    line-height: 1.25;
    font-weight: bold;
}
.user_voice_data{
    margin-top: 5px;
    line-height: 1.375;
}
.user_voice_text{
    padding: 15px 20px;
    font-size: 15px;
    line-height: 1.6;
}


/* pr
------------------------------- */
.pr{
    font-size: 12px;
    line-height: 1.3;
}
.pr_headline{
    padding: 5px 15px;
    background-image: linear-gradient(#fff,#f0f0f0);
}
#prText {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    list-style: none;
    width: 740px;
    margin: auto;
}
#prText li{
    width: 360px;
    margin-top: 20px;
}
#prText li span{
    text-decoration: underline;
    color: #006699;
}
#prText li a:hover{
    background: #ffc;
}


/* privacy
------------------------------- */
.privacy{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    line-height: 1.5;
    width: 550px;
    margin: 20px auto;
}
.privacy dd{
    margin-left: 10px;
}
.privacy a{
    text-decoration: underline;
    color: #006699;
}
.privacy a:hover{
    opacity: .75;
}

/* footer
------------------------------- */
#footer{
    padding: 10px 0 20px;
    font-size: 12px;
	line-height: 150%;
    text-align: center;
    color: #fff;
    background-color: #192133;
}
#footer address{
    margin-top:20px;
}
#footer .attention2{
	font-size:10px;
}
#footer ul{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    list-style: none;
    margin: 0 auto 10px;
}
#footer li{
    padding: 0 10px;
    border-right: 1px solid #fff;
}
#footer li:first-of-type{
    border-left: 1px solid #fff;
}
#footer ul a{
    font-size: 12px;
    color: #fff;
}
#footer ul a:hover{
    text-decoration: underline;
}
.footer_attention{
    margin: 15px 0 20px;
    font-size: 10px;
    font-weight: normal;
}