﻿.bg_color1 {background-color: #ef9137;background-color: #d9c009;}
.bg_color3 {background-color: #d9c009;}
.border_color1 {border-color: #ef9137;}
.border_color2 {border-color: #d9c009;}
.border_color3 {border-color: #d9c009;}
.txt_color1 {color: #ef9137;}
.txt_color3 {color: #d9c009;}
.hvr_bg_color1:hover {background-color: #ef9137;}
.hvr_bg_color3:hover {background-color: #ef9137;}
.hvr_txt_color1:hover {color: #ef9137;}
/* ----------　all　---------- */
/*html, body{overflow: auto}
.pp-section{position: static}*/
.linkStyle{
	color:#d9c009;
}
.linkStyle:hover{
	color:#d9c009;
	opacity: 0.7;
	transition: all 0.5s;
}
html, body{
        font-size: 15px;
}
footer #logo2{
    width: 90%;
    max-width: 400px;
}
.banner{
        max-width: 600px;
    margin: auto;
    margin-top: 20px;
}
.banner2 {
    width: 80%;
    max-width: 500px;
    margin: auto;
}
#sns_links li a{
    align-items: center;
}
#sns_links li a img{
    width: 50px;
}
footer #sns_links .sns_title{
    width: calc(100% - 50px);
}
/* ----------　TOP　---------- */
.main_catch {
    width: 70%;
    max-width: 1200px;
}
#intro #logo{
    margin-bottom: 30px;
}
#intro #logo img{   
    max-width: 350px;
}

#intro .intro_icon{
    max-width: 70px;
    margin: auto;
}
#intro .intro_img{
    margin-top: 20px;
}

#contents .con_bg{
    background-color: #f3f1de;
}
#contents .point{
        margin: auto;
    margin-bottom: 50px;
    max-width: 500px;
}
#contents .con_box1,#contents .con_box2{
    background-color: #fff;
    padding: 30px;
}
#contents .con_box1::before,#contents .con_box2:before{
    content: '';
    position: absolute;
    display: inline-block;
    width: 70px;
    height: 70px;
    background-image: url(Dup/img/no1.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    top: -15px;
    left: -20px;
}
#contents .con_box1::before{
    background-image: url(Dup/img/no1.png);
}
#contents .con_box2:before{
    background-image: url(Dup/img/no2.png);
}
#contents .con_title{
    color: #ef9137;
    padding-left: 20px;
}
#contents .con_no{
    display: none;
}
#contents .con_txt{
        color: #333;
}
#top_cms .cms_title h3{
    color: #d9c009;
    font-weight: bold;
    font-size: -webkit-calc(1rem + 2px);
    font-size: calc(1rem + 2px);
}
#top_cms .cms_title p{
    font-size: -webkit-calc(1rem + 24px);
    font-size: calc(1rem + 24px);
    line-height: 1.3;
    letter-spacing: 5px;
}
/* ----------　下層ページ　---------- */
#page_title {
    background-color: #796c04;
}
#page_title .title_bg{
        opacity: 0.5;
}
.cate_list li {
    color: #ef9137;
    font-weight: bold;
}
.cms_5-c .cate_box,#cms_5-c .cate_box{
    border: 1px solid #d9c009;
    padding: 20px 30px 40px;
    border-radius: 20px;
}
.cms_5-c .box_title1,#cms_5-c .box_title1{
    padding-bottom: 15px;
}
.cms_5-c .box_title1,.cms_5-c .box_txt1,#cms_5-c .box_title1,#cms_5-c .box_txt1  {
    padding-left: 75px;
}
.cms_5-c .box_title1::before,#cms_5-c .box_title1::before  {
    content: "Q";
    background-color: #ef9137;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
}
.cms_5-c .box_txt1::before,#cms_5-c .box_txt1::before {
    content: "A";
    background-color: #d9c009;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
}
#page02 .point{
    text-align: center;
    border: 1px solid #ef9137;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 20px;
}
#page02 .point h3,.voice h3{
    color: #ef9137;
    text-align: center;
    font-size: -webkit-calc(1rem + 10px);
    font-size: calc(1rem + 10px);
    font-weight: bold;
    letter-spacing: 2px;
}
#page02 .point h3{
    background-image: url(Dup/img/dec.png);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: top center;
    padding-top: 25px;
    margin-bottom: 10px;
}
#page02 #cms_2-b .cate{
	  counter-reset: number;
}
#page02 #cms_2-b .cate_box{
    position: relative;
    border-radius: 0 10px 10px 10px;
    background: #fbf9dd;
        margin-bottom: 80px;
    margin-top: 50px;
}
#page02 #cms_2-b .cate_box:before {
    font-family: 'Font Awesome 5 Free',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
    font-size: 22px!important;
    font-size: 1.5rem;
    position: absolute;
    top: -40px;
    left: 0px;
    height: 40px;
    padding: 0 1em;
    content: '\f0a4 \00a0 POINT' "\00a0" counter(number,decimal-leading-zero);
    color: #fff;
    border-radius: 10px 10px 0 0;
    background: #ef9137;
	counter-increment: number;
}
#page03 #cms_2-a .cate_txt1.font_2dw_tb {
    background: #fbf9dd;
    padding: 30px;
    border-radius: 20px;
}
#page03 #cms_2-a .box_title1{
    font-weight: bold;
    border-bottom: 1px solid #ef9137;
    padding-bottom: 5px;
    margin-bottom: 15px;
        text-align: center;
}
#page04 #cms_2-b .sub_cate_title1 {
    font-weight: bold;
    border-bottom: 1px solid #ef9137;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
#page04 #cms_2-b .sub_cate_txt1{
    background-color: #fbf9dd;
    padding: 20px 30px;
}
#page03 .icon{
    width: 50%;
    max-width: 80px;
    margin: auto;
}
.flow_type1 .box_txt1,
.flow_type1 .box_txt2{padding-left:130px;}
.flow_type1 .box_wrap{
    position: relative;
    padding-left: 30px;
}
.flow_type1 .box_wrap:before{
    content: "";
    display: inline-block;
    height: calc(100% - 0px);
    border-left: 14px solid #f3f1de;
    position: absolute;
    top: -5px;
    left: 107px
}
.flow_type1 .box_txt1{position:relative;}
.flow_type1 .box_txt1::before,
.flow_type1 .box_txt1::after {
	content: "";
	display: block;
	position: absolute;
	top: 18px;
}
.flow_type1 .box_txt1::before {
	width: 7px;
	height: 7px;
	margin-top: -3px;
	background: #ef9137;
	border-radius: 50%;
	left: 61.5px;
}
.flow_type1 .box_txt1::after {
	width: 50px;
	border-bottom: 1px dashed #ef9137;
	position: absolute;
	left: 72px;
}
.flow_type1 .box_description2{
    position: relative;
    border-left: none;
    background-color: rgba(255, 255, 255, 0);
}
.flow_type1 .box_description2 span{
position: absolute;
    display: inline-block;
    width: 90px;
    top: -23px;
    left: -50px;
}
.voice h3{
    margin-bottom: 35px;
}
#cms_6-c .cate_box:last-child{
    margin-bottom: 50px;
}
#cms_6-c .box_title{
    font-weight: bold;
    border-bottom: 1px solid #ef9137;
    padding-bottom: 5px;
    margin-bottom: 15px;
    text-align: center;
}
#page07 .info_title{
    color: #ef9137;
    font-weight: bold;
}


/* ----------　IE　---------- */
@media all and (-ms-high-contrast: none){
#page02 #cms_2-b .cate_box::before {
    top: -47px;
    padding-top: 7px;
}
.cms_5-c .box_title1::before, #cms_5-c .box_title1::before {
    height: 46px;
    padding-top: 4px;
}
.cms_5-c .box_txt1::before, #cms_5-c .box_txt1::before{
     height: 46px;
    padding-top: 4px;   
}
}

/* ----------　タブレット　---------- */
@media screen and (max-width: 768px){
.main_catch {
    width: 90%;
}
    .flow_type1 .flex_order2_tb{
    width: 78%!important;
    margin-left: auto;
}
#page02 .point h3, .voice h3 {
    font-size: -webkit-calc(1rem + 6px);
    font-size: calc(1rem + 6px);
}
#cms_2-b .cate_wrap{
        margin-bottom: 0;
}
.cms_5-c .box_title1::before, #cms_5-c .box_title1::before {
    width: 45px;
    height: 45px;
}
.cms_5-c .box_txt1::before, #cms_5-c .box_txt1::before {
    width: 45px;
    height: 45px;
}
}


/* ----------　スマホ　---------- */
@media screen and (max-width: 667px){
footer #sns_links .sns_title {
    padding-left: 10px;
}
#intro .intro_title {
    font-size: -webkit-calc(1rem + 6px);
    font-size: calc(1rem + 6px);
}
#contents .con_box1::before, #contents .con_box2:before {
    width: 65px;
    height: 65px;
    left: -10px;
}
#contents .con_title {
    color: #ef9137;
    padding-left: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: -webkit-calc(1rem + 8px);
    font-size: calc(1rem + 8px);
    text-align: center;
    letter-spacing: 2px;
}
.flow_type1 .box_description2 span {
    width: 70px;
}
.flow_type1 .box_wrap{
    padding-left: 23px;
}
.flow_type1 .box_wrap:before {
    left: 22px;
}
.flow_type1 .box_txt1::before, .flow_type1 .box_txt1::after {
    top: 58px;
}
.flow_type1 .box_txt1::before {
    margin-top: -3px;
    left: -17.5px;
}
.flow_type1 .box_txt1::after {
    width: 30px;
    left: -8px;
}
.flow_type1 .box_txt1, .flow_type1 .box_txt2 {
    padding-left: 30px;
}
.flow_type1 .box_txt1{
    padding-top: 46px;
}
.flow_type1 .flex_order2_tb {
    width: 87%!important;
}

.cms_5-c .cate_box, #cms_5-c .cate_box {
    padding: 20px 20px 20px;
}
.cms_5-c .box_title1::before, #cms_5-c .box_title1::before {
    width: 40px;
    height: 40px;
}
.cms_5-c .box_txt1::before, #cms_5-c .box_txt1::before {
    width: 40px;
    height: 40px;
}
.cms_5-c .box_title1, .cms_5-c .box_txt1, #cms_5-c .box_title1, #cms_5-c .box_txt1 {
    padding-left: 50px;
}
#page02 .point h3, .voice h3 {
    font-size: -webkit-calc(1rem + 4px);
    font-size: calc(1rem + 4px);
}
#page02 .point {
    padding: 20px 10px;
}
#page02 #cms_2-b .cate_box:before {
    font-size: 18px!important;
    top: -35px;
    height: 35px;
}
#page02 #cms_2-b .cate_box{
    padding: 20px;
}
#page04 #cms_2-b .cate_box{
    padding: 20px;
}
#cms_2-b .cate_wrap .sub_cate_item:first-child{
    padding-right: 0px;
}
#page04 #cms_2-b .sub_cate_title1 {
    padding-top: 0;
}
#page04 #cms_2-b .sub_cate_txt1 {
    padding: 20px 15px;
}
#cms_6-c .cate_box{
    padding: 20px 25px;
}
.banner2 {
    width: 100%;
}
#page07 .info_title {
    opacity: 1;
}
}

#map {
    display: none;
}