/* CSS Document */
.text-stroke {
    -webkit-text-stroke: 1px #000;
    color: #fff;
    font-weight: bold;
}
.question::before{
    content: "?";
    display: inline-block;
    vertical-align: bottom;
    margin-right: .5em;
    -webkit-text-stroke: 1px #000;
    color: #fff;
    font-weight: bold;
    font-size: 150%;
    font-family:  serif;
    transform: rotate(-15deg);
}
.wave_line{
    text-decoration:underline wavy #3399cc;
}
.title img{
    max-width: 100%;
}
.txt_big{
    font-size: 150%;
}
.top{
    text-align: center;
}
.top h2{
    margin-bottom: 50px;
}
.top .illust img{
    max-width: 500px;
    width: 100%;
    margin-bottom: 50px;
}
.top .illust .text-stroke{
    display: block;
    font-size: 3.5rem;
    text-shadow: 3px 3px 0px #000;
}
.top .illust {
    position: relative;
    min-height: 400px;
}
.top .illust > div{
    position: relative;
    z-index: 1;
}
.top .illust .illust_rain {
    position: absolute;
    top: -100px;
    right: 0;
    z-index: 0;
}
.top .illust .illust_rain img{
    max-width: 100%;
    width: auto;
}
/***********************
 *
 *     type
 *
 ***********************/
.type{
    text-align: center;
}
.type .flexbox{
    -webkit-align-items: stretch;
    align-items: stretch;
    margin-top: 3em;
}
.type .triangle{
    margin: 3em 0;
}
.type .type_box{
    text-align: left;
    width: 48%;
}
.type .type_caption dt{
    background-color: #fff;
    border: 1px solid #000;
    padding: .5em 1em;
    margin-bottom: 2em;
}
.type .type_caption h3,
.type .type_caption span{
    display: inline-block;
}
.type .type_box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.type .type_caption{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 100%;
    margin-bottom: 2em;
}

/***********************
 *
 *     damage
 *
 ***********************/
.damage{
    color: #fff;
    background-color: #A1989F;
    padding: 5% 0;
    margin-top: 5%;
    text-align: center;
}
.damage .inner1150{
    position: relative;
}
.damage h2{
    text-align: center;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
}
.damage h2 img{
    max-width: 130px;
    position: absolute;
    left: 0;
    transform: translateX(-100%);
    bottom: 0;
}
.damage h2 em{
    background-color: #000;
}
.damage .damage_box{
    max-width: 600px;
    margin: auto;
    text-align: left;
    position: relative;
    margin-bottom: 50px;
}
.damage .damage_box.kuse{
    margin-left: 0;
}
.damage .damage_img{
    position: absolute;
    width: 40%;
}
.damage .damage_img.is_01{
    max-width: 210px;
}
.damage .damage_img.is_02{
    max-width: 310px;
    right: 0;
    bottom: 0;
}
.damage .damage_box h3{
    background-color: #fff;
    color: #A1989F;
    display: inline-block;
    padding: .5em;
    font-weight: bold;
    border-radius: 15px;
    margin-bottom: 1em;
}
.damage .damage_box .damage_check{
    padding: 20px;
    margin-top: 30px;
    border: solid 1px #534650;
    background: rgba(210, 210, 210, .8);
    color: #534650;
    border-radius: 15px;
}
.damage .damage_box .damage_check li:not(:last-child){
    margin-bottom: 1em;
}
.damage .damage_box .damage_caption p:not(:last-child){
    margin-bottom: 1em;
}

/***********************
 *
 *     shindan
 *
 ***********************/
.shindan{
    background-color: #fff;
    padding: 5% 0;
    text-align: center;
    color: #000;
}
.shindan h2{
    margin-bottom: 2em;
}
.shindan .shindan_wrap .title + p{
    margin-bottom: 3em;
}
.shindan .flexcentering{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.shindan .question_box{
    min-width: 270px;
}
.shindan .question_inner{
    margin: 0 1em;
    padding: 10px 20px 20px;
    background-color: #D2D2D2;
    border-radius: 15px;
}
.shindan .kekka_box{
    max-width: 270px;
}
.shindan .question_inner .montserrat{
    color: #fff;
    font-weight: bold;
    margin-bottom: 1em;
}
.shindan .question_wrap,
.shindan .arrow_wrap{
    width: 100%;
}
.shindan .arrow_box img{
    max-width: 70px;
}
.shindan .arrow_box > div{
    margin: 1em;
}
.shindan .arrow_box .yes_box{
    text-align: right;
}
.shindan .arrow_box .no_box{
    text-align: left;
}
.shindan .no_box{
    position: relative;
}
.shindan .arrow_box .no_text{
    position: absolute;
    display: block;
    max-width: initial;
    width: 150px;
    top: 0;
    left: 100%;
}
.sp_chart.flexbox{
    display: none;
}
.sp_chart .question_inner{
    margin: 0;
    
}
.sp_chart .chart_wrap{
    width: 100%;
}
.sp_chart .chart_inner{
    width: 33.333%;
}
.sp_chart .arrow_down{
    position: relative;
}
.sp_chart .arrow_down .montserrat{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25%;
}
/***********************
 *
 *     style
 *
 ***********************/
.style{
    text-align: center;
    padding-top: 5%;
}
.style .style_box{
    padding: 0 20px;
}
.style .style_img{
    margin-bottom: 1em;
}
.style .text-stroke{
    display: block;
    font-size: 3.5rem;
    text-shadow: 3px 3px 0px #000;
}
.style .question{
    margin-bottom: 1em;
}
.style .question + p{
    display: inline-block;
    text-align: left;
    margin-bottom: 50px;
}
.style .stylist dt::after{
    content: "/";
    margin: 0 .5em;
}
@media screen and (max-width:768px){
    .damage .damage_box{
        width: 60%;
        margin-right: 0;
    }
    .chart{
        display: none;
    }
    .sp_chart.flexbox{
        display: flex;
    }
}
@media screen and (max-width:480px){
    .top .illust .illust_rain{
        position: static;
    }
    .top .illust .text-stroke{
        font-size: 2rem;
    }
    .damage h2 img{
        position: static;
        width: 70px;
        transform: none;
    }
    .damage .damage_img{
        position: static;
        width: 100%;
        margin:0 auto 30px;
    }
    .damage .damage_box{
        width: 100%;
    }
    .sp_chart .chart_wrap .chart_inner:nth-of-type(2){
        width: 14%;
    }
    .sp_chart .chart_wrap .chart_inner:not(:nth-of-type(2)){
        width: 43%;
    }
    .shindan .question_inner{
        padding: 5px 10px 10px;
    }
    .shindan .question_inner .montserrat{
        margin-bottom: .3em;
    }
    .sp_chart .arrow_down .montserrat{
        background-color: #fff;
    }
    .sp_chart .arrow_down .montserrat{
        width: 100%;
        left: 0;
    }
    .sp_chart .arrow_down p{
        width: 50%;
    }
    .style .text-stroke{
        font-size: 2rem;
    }
}






