@charset "UTF-8";
/*--------------------------------------------------
**************************************************
  PC スマホ共通
**************************************************
--------------------------------------------------*/

#main {
    width:100vw;
    height:340px;
    position:relative;
    background:url(../images/3point/main_bg.png) no-repeat center top;
    background-size:cover;
}

#main .main_text_area {
    top:10vh;
    left:0;
    right:0;
    margin:auto;
    text-align:center;
    position:absolute;
    z-index:1;
}

#main .main_text_area .main_text {
    margin-top:30px;
    font-size:21px;
    line-height:1.8em;
    font-weight:500;
}

.main_text_area .cont{
	margin: 0 auto;
	width: 60%;
    background-color: rgb(255, 255, 255,0.8);

}
.main_text_area p{
	font-weight: bold;
	font-family: 'ヒラギノ明朝 Pro','sans-serif';
}

.main_text_area p.text1{
    margin: 0;
	font-size: 36px;
	padding-top: 30px;
    background: linear-gradient(to bottom, transparent 75%, #fdd23e 75%, #fdd23e 94%, transparent 94%);
}

.main_text_area p.text2{
	padding-bottom: 20px;
}

#threesubtitle{
    margin-bottom: 100px;
}

#threesubtitle div.cont{
	text-align: center;
	width: 1100px;
	margin: 0 auto;
    padding-top: 60px;
	font-size: 18px;
	font-weight: bold;
}


#threepoint{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

.point1left,
.point3left{
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background:url(../images/3point/point_bk1.png) no-repeat center center/cover;
    color: #fff;
    -moz-box-sizing: border-box;
    box-sizing: border-box!important;
    padding: 55px 9%;
}

.point1left p,
.point3left p{
	font-size: 24px;
	font-weight: bold;
	border: 1px solid #fff;
	padding: 10px 20px;

}


.point1right,
.point3right{
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-box-sizing: border-box;
    box-sizing: border-box!important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 55px 5%;
    gap: 45px 0;
	background: #f8f8f8;
}


.point1right h2,
.point3right h2{
    position: relative;
    padding-left: 86px;
    font-family: 'corporate-s', 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
    font-weight: bold;
    font-size: 2em;
    line-height: 1.75;
	text-align: left;
	/*padding: 50px 0;*/
	font-size: 20px;
	letter-spacing: 1.5;
}


.point1right p,
.point3right p{
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 2px;
    line-height: 2.5;
}



#threepoint{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

#threepoint2{
    display: flex;
	flex-direction: row-reverse;
    margin-bottom: 100px;
}

.point2right{
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background:url(../images/3point/point_bk2.png) no-repeat center center/cover;
    color: #fff;
    -moz-box-sizing: border-box;
    box-sizing: border-box!important;
    padding: 55px 9%;

    
}

.point2right p{
	font-size: 24px;
	font-weight: bold;
	border: 1px solid #fff;
	padding: 10px 20px;

}


.point2left{
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-box-sizing: border-box;
    box-sizing: border-box!important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 55px 5%;
    gap: 45px 0;
	background: #f8f8f8;
}


.point2left h2{
    position: relative;
    padding-left: 86px;
    font-family: 'corporate-s', 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
    font-weight: bold;
    font-size: 2em;
    line-height: 1.75;
	text-align: left;
	/*padding: 50px 0;*/
	font-size: 20px;
	letter-spacing: 1.5;
}


.point2left p{
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 2px;
    line-height: 2.5;
}

#threepoint2 .point1left{
    background:url(../images/3point/point_bk2.png) no-repeat center center/cover;
}

.point3left{
    background:url(../images/3point/point_bk3.png) no-repeat center center/cover;
}

#threepoint div.cont{
	width: 1060px;
	margin: 0 auto;
    background-color: #fff;
    border-radius: 20px;
}


#threepoint div.cont p{
	font-weight: bold;
	font-size: 18px;
}

#threepoint span.pointLable,
#threepoint2 span.pointLable{	
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    left: 0;
    top: calc( 50% - 35px );
    background: #fdd23e;
    color: #fff;
    text-align: center;
    font-family: 'brandon-grotesque',sans-serif;
    font-style: normal;
    letter-spacing: 0em;
    line-height: 1; 
    padding: 5px;
}
.line{
    background: linear-gradient(to bottom, transparent 75%, #ee815c 75%, #ee815c 94%, transparent 94%);
}


#threepoint span.text,
#threepoint2 span.text{
	position: relative;
    padding-top: 6px;
    font-family: 'corporate-s', 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.75;
}

#threepoint span.num,
#threepoint2 span.num{
    display: block;
    margin-top: 2px;
    font-size: 24px;
    font-weight: 700;
}

#webcate{
    margin-bottom: 100px;
    background-color: #f3f3f3;
}

#webcate div.cont{
	width: 1100px;
	margin: 0 auto;
    padding-top: 60px;
	font-size: 18px;
}

#webcate h2{
	text-align: center;
	padding: 50px 0;
	font-size: 30px;
}


#webcate div.cont ul li{
	display: inline-block;
	vertical-align: top;
	width: 300px;
	margin: 0 22px;
	letter-spacing: normal;
    margin-bottom: 40px;
}


#webcate p{
	text-align: center;
    margin-bottom: 0;
}


#webcate div.cont ul li{
	display: inline-block;
	vertical-align: top;
	width: 300px;
	margin: 0 22px;
	letter-spacing: normal;
    margin-bottom: 40px;
}




@media screen and (max-width: 767px) {
    
    #main div.cont{
        text-align: center;
        width: 80%;
    }
    
    .main_text_area{
        padding-top: 30px;
    }

    .main_text_area{

    }

    #threesubtitle{
        margin-bottom: 40px;
    }

    #threesubtitle div.cont{
        text-align: center;
        width: 90%;
        padding-top:20px
    }

    #threesubtitle div.cont h2{
        font-size: 20px;
    }
    #threesubtitle div.cont p{
        font-size: 14px;
    }
    .main_text_area p.text1{
        font-size: 24px;
    }
    .main_text_area p.text2{
        padding-bottom: 20px;
    }
    

    #threepoint2{
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 100px;
    }

    .point1left,
    .point2left,
    .point3left,
    .point1right,
    .point2right,
    .point3right{
        width: 100%;
    }
    .point1left p,
    .point3left p {
        font-size: 18px;
    }
    .point1right p,
    .point2left p,
    .point3right p {
        font-weight: bold;
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 2;
    }



    .point2right{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -moz-box-sizing: border-box;
        box-sizing: border-box!important;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 55px 5%;
        gap: 0;
        background: #f8f8f8;
    }
    
    .point2left p{
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        border: 1px solid #fff;
        padding: 10px 20px;
    
    }
    
    
    .point2right{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background:url(../images/3point/point_bk2.png) no-repeat center center/cover;
        -moz-box-sizing: border-box;
        box-sizing: border-box!important;
        padding: 55px 9%;
    }
    
    
    .point2right h2{
        position: relative;
        padding: 55px 5%;
        font-family: 'corporate-s', 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
        font-weight: bold;
        font-size: 2em;
        line-height: 1.75;
        text-align: left;
        color: #333;
        font-size: 20px;
        letter-spacing: 1.5;
    }
    
    
    .point2right p{
        color: #333;
        font-size: 16px;
        padding: 0;
        line-height: 2;
    }
    
}