/*
Theme Name: bell-shotan
Theme URI: https://www.bell-shotan.co.jp/
Description: ベル少額短期保険株式会社のテーマ
Version: 1.1
Author: 
Author URI: https://www.bell-shotan.co.jp/
*/



@charset "UTF-8";
/* CSS Document */

/*--WEBフォント------------------------------------*/



/*--基本------------------------------------*/
body{
	font-family: 'Avenir', 'Heebo', 'Helvetica',"Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	line-height: 1.6em;
	font-size: 15px;
	color: #242424;
    letter-spacing: .08em;
    min-width:1200px;
    -webkit-text-size-adjust: 100%;
}
a{
	color: #026cb0;
	transition: .1s ;
	text-decoration: none;
}
a:hover{
	color: #5db7e8;
}
.pc{
	display:block;
}
.sp{
	display:none;
}

@media screen and (max-width:980px) {

}
@media screen and (max-width:670px) {
body{
	line-height: 1.6em;
	font-size: 14px;
}
.pc{
	display:none;
}
.sp{
	display:block;
}

}

/*----------------------*/
.w1200{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.w1000{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

@media screen and (max-width:1200px) {

body{
  min-width:initial;
}

.w1200{
	width: 92%;
}

.w1000{
	width: 92%;
}

}

@media screen and (min-width:768px) and (max-width:1030px) {
body{
  min-width:1030px;
}

}

@media screen and (max-width:640px) {

body{
  min-width:initial;
}

.w1200{
	width: 92%;
}

.w1000{
	width: 92%;
}

}




/*----------------------*/





/*---ヘッダー-------------------*/
heaer{
	position: relative;
}

#header_top{
	width:100%;
	display: flex;
	justify-content: space-between;
	position: relative;
}
#header_top #logo{
	width: 295px;
	margin: 10px 55px;
}
#header_top #logo img{
	width: 100%;
}
#header_top #header_navi{
	display: flex;
	width: 330px;
}
#header_top #main_menu{
	width: 50%;
	position: relative;
	
}
#header_top #menu{
	text-align: center;
	height: 100%;
	border-left: solid 1px #cdcdcd;
}
#header_top #menu_btn{
	display: block;
}
#header_top #menu_btn #menu_btn_text{
	font-size: 14px;
	color: #242424;
	font-weight: bold;
	letter-spacing: 0em;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

#header_top #login{
	width: 50%;
}
#header_top #login a{
	display: block;
	border-left: solid 1px #cdcdcd;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 14px;
	color: #242424;
	font-weight: bold;
	line-height: 130%;
	letter-spacing: 0em;
}
#header_top #login a:hover,#header_top #menu a:hover{
	background-color: #eef8f3;
}
#header_top #login span{
	background-image: url(./img/common/icon_mypage.png);
	background-size: 25px auto;
	background-repeat: no-repeat;
	background-position: center 12px;
	width: 100%;
	text-align: center;
	padding-top: 28%;
	display: block;
}
#header_bar{
	background-color: #5cad86;
	display: flex;
	justify-content: space-between;
	width: 100%;
	position: relative;
}
#header_bar #header_tel{
	display: flex;
	align-items: flex-end;
}

#header_bar .tel_text{
	color: #fff;
	font-size: 16px;
	margin-left: 55px;
	line-height: 1.4em;
	padding: 16px 0;
}
#header_bar .tel_number a{
	display: block;
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 10px;
	padding-bottom: 4px;
	padding: 16px 0 27px 0;
}
#header_bar .tel_number span{
	font-size: 35px;
	margin-right: 10px;
	display: inline-block;
}
#header_bar .tel_reception{
	color: #fff;
	font-size: 14px;
	padding: 16px 0;
}
#header_bar #header_conversion{
	position: relative;
	overflow: hidden;
	padding-left: 32px;
}

#header_bar #header_conversion a{
	font-size: 19px;
	height: 100%;
    font-weight: bold;
    color: #fff;
    background-color: #ed832e;
    display: block;
    transform: skew(30deg);
    margin-right: -50px;
    
}
#header_bar #header_conversion a:hover{
    background-color: #f39448;
}
#header_bar #header_conversion a span{
	display: block;
	transform: skew(-30deg);
	padding: 32px 40px 30px 48px;
	background-image: url(./img/common/icon_mail.png);
	background-size: 32px auto;
	background-repeat: no-repeat;
	background-position: left center;
	margin:0 80px;
	white-space: nowrap;
}
#header_request_bar{
	background-color: #5cad86;
	height: 3px;
}
#header_sp{
	display: none;
}

@media screen and (max-width:1350px) {

#header_bar .tel_number a{
	font-size: 38px;
	margin-left: 15px;
	margin-right: 7px;
}
#header_bar .tel_number span{
	font-size: 26px;
	margin-right: 8px;
}
}
@media screen and (max-width:1200px) {

#header_bar #header_tel{
	display: block;
}
#header_bar .tel_text{
	font-size: 15px;
	letter-spacing: 0em;
	float:left;
}
#header_bar .tel_number a{
	font-size: 38px;
	margin-left: 240px;
	margin-right: 0px;
	padding-bottom: 0px;
	padding-top: 20px;

}
#header_bar .tel_number span{
	font-size: 30px;
	margin-right: 6px;
}
#header_bar .tel_reception{
	font-size: 14px;
	padding: 0px 0 10px 0;
	margin-left: 240px;
}
#header_bar #header_conversion a span{
	padding: 32px 50px 30px 50px;
	margin:0 80px;
}
}

@media screen and (max-width:768px) {
#header_top #logo{
	margin: 18px 30px;
}

#header_top #header_navi{
	width: 310px;
}
#header_top #menu_btn #menu_btn_text{
	bottom:15px;
}
#header_top #login span{
	background-position: center 17px;
	padding-top: 35%;
}
#header_bar .tel_text{
	font-size: 14px;
	margin-left: 30px;
}
#header_bar .tel_number a{
	font-size: 36px;
	margin-left: 200px;
	padding-top: 20px;

}
#header_bar .tel_number span{
	font-size: 28px;
	margin-right: 6px;
}
#header_bar .tel_reception{
	font-size: 12px;
	padding: 0px 0 10px 0;
	margin-left: 200px;
}

#header_bar #header_conversion{
	padding-left: 15px;
}

#header_bar #header_conversion a{
	font-size: 13px;
    transform: skew(17deg);
    margin-right: -20px;
    text-align: center;
    letter-spacing: 0em;
    line-height: 128%;
}
#header_bar #header_conversion a:hover{
    background-color: #f39448;
}
#header_bar #header_conversion a span{
	display: block;
	transform: skew(-17deg);
	padding: 50px 0 0 0px;
	background-size: 25px auto;
	background-position: center 20px;
	margin:0 32px 0 32px;
}
#header_pc{
	display: none;
}
#header_sp{
	display: block;
}

}

@media screen and (max-width: 768px) {
	.header_menu {
		display: none;
	}
}
	.header_menu nav ul {
		background-color: #5cad86;
		display: flex;
		justify-content: space-between;
		border-top: 1px solid #fff;
	}
	.header_menu nav ul li {
		width: 20%;
		text-align: center;
		display: table;
		border-right: 1px solid #fff;
	}
	.header_menu nav ul li a {
		text-align: center;
		height: 100%;
		width: 100%;
		box-sizing: border-box;
		color: #fff;
		display: table-cell;
		vertical-align: middle;
		font-weight: bold;
		padding: 0.8rem 0;
	}


/***追加*************************************************************/
@media screen and (max-width:768px) {
    #header_bar {
        height: 2px;
    }
	#header_request_bar {
        height: 1.2px;
    }
    #header_bar #header_tel.pc {
        display: none;
    }
    #header_bar #header_conversion {
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 100;
    }
}
/***追加　終わり*************************************************************/


@media screen and (max-width:710px) {
#header_bar .tel_number a{
	font-size: 25px;
	margin-left: 200px;
	padding-top: 12px;

}
#header_bar .tel_number span{
	font-size: 18px;
	margin-right: 6px;
}
#header_top #login a:hover,#header_top #menu a:hover{
	background-color: transparent;
}
}

@media screen and (max-width:640px) {

#header_top #logo{
	width: 55%;
	margin: 10px 20px 3px 10px;
}
#header_top #header_navi{
	width: 30%;
}
#header_top #main_menu{
	width: 100%;
}
#header_top #login{
	display: none;
}
#header_top #menu{
	border-left: none;
}
#header_top #menu_btn #menu_btn_text{
	font-size: 13px;
	bottom: 10px;
	letter-spacing: -0.1em;
}

#header_bar #header_tel{
	display: block;
}
#header_bar .tel_text{
	font-size: 12px;
	margin-left: 20px;
	padding: 10px 0 4px 0;
	letter-spacing: 0em;
	float: none;
}
#header_bar .tel_number a{
	font-size: 25px;
	margin-left: 20px;
	margin-right: 0px;
	padding-bottom: 4px;
	padding: 0;
}
#header_bar .tel_number span{
	font-size: 18px;
	margin-right: 6px;
}
#header_bar .tel_reception{
	font-size: 12px;
	padding: 0px 0 10px 0;
	margin-left: 20px;
}


#header_bar #header_conversion{
	padding-left: 15px;
}

#header_bar #header_conversion a{
	font-size: 13px;
  
    transform: skew(17deg);
    margin-right: -20px;
    text-align: center;
    letter-spacing: 0em;
    line-height: 128%;
}
#header_bar #header_conversion a:hover{
    background-color: #f39448;
}
#header_bar #header_conversion a span{
	display: block;
	transform: skew(-17deg);
	padding: 44px 0 0 0px;
	background-size: 25px auto;
	background-position: center 15px;
	margin:0 32px 0 28px;
}


}

@media screen and (max-width:320px) {
#header_bar .tel_text{
	letter-spacing: -0.06em;
}
#header_bar .tel_number a{
	font-size: 21px;
}
#header_bar .tel_number span{
	font-size: 14px;
}


#header_bar #header_conversion{
	padding-left: 12px;
}

#header_bar #header_conversion a{
	font-size: 13px;
    transform: skew(17deg);
    margin-right: -20px;

}

#header_bar #header_conversion a span{
	display: block;
	transform: skew(-17deg);
	padding: 44px 0 0 0px;
	background-size: 25px auto;
	background-position: center 15px;
	margin:0 32px 0 20px;
}
#header_top #menu_btn #menu_btn_text{
	bottom: 0px;
	font-size: 12px;
}
}


/*---新ヘッダー-------------------*/
#header_pc a{
    font-weight: bold;
}
#header_pc #logo{
	width: 250px;
    margin: 3px 0 0 15px;
}
#header_pc #logo img{
	width: 100%;
}
#header_pc__inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    position: relative;
    padding: 0px 0px 10px 0px;
}
.header_main{
	display: flex;
    margin-top: 40px;
}
#header_nav_pc{
    margin-left: 2vw;
}
#nav_list{
    max-width: 720px;
}

.header_sub__inner{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header_sub_sitemap a{
    text-align: center;
	color: #242424;
    width: 130px;
	font-size: 13px;
    position: absolute;
    top: 10px;
    right: 200px;
	z-index: 100;
}
.header_sub_sitemap a:hover{
	background-color: #e7e7e7;
}
.header_sub_agency a{
	text-align: center;
    color: #fff;
    width: 180px;
    background-color: #5cad86;
    border-radius: 0 0 10px 10px;
    position: absolute;
    top: 0;
    right: 8px;
    z-index: 100;
    padding: 10px 0;
    cursor: pointer;
}
.header_sub_agency a:hover{
    background-color: #7cbc9d;
}

.header_link{
    display: flex;
    position: absolute;
    right: 20px;
    top: 55px;
    gap: 10px;
}
.header_link__tel a{
	font-size: 25px;
    color: #242424;
}
.header_link__tel a span{
	display: block;
	margin-top: -8px;
    font-size: 13px;
    letter-spacing: 0.05em;
    margin-left: 8px;
}
.header_link__request a{
	font-size: 16px;
    color: #fff;
    background-color: #ed832e;
    border-radius: 5px;
    display: block;
    padding: 6px 0px 5px 0px;
	width: 140px;
    text-align: center;
}
.header_link__request a.shiryo span{
    background-image: url(./img/common/icon_shiryo.png);
	padding: 20px 0 20px 33px;
	background-size: 22px auto;
	background-repeat: no-repeat;
	background-position: left center;
	white-space: nowrap;
}
.header_link__request a:hover,
.header_link__contact a:hover{
    opacity: 0.75;
}
.header_link__contact a{
	font-size: 16px;
    color: #fff;
    background-color: #c26110;
    border-radius: 5px;
    display: block;
    padding: 6px 0px 5px 0px;
	width: 145px;
    text-align: center;
}
.header_link__contact a.contact span{
    background-image: url(./img/common/icon_mail.png);
	padding: 20px 0 20px 33px;
	background-size: 22px auto;
	background-repeat: no-repeat;
	background-position: left center;
	white-space: nowrap;
}

#header_nav_pc ul{
    display: flex;
    justify-content: center;
}
/* ２階層目 以降のメニューは縦並びにする */
#header_nav_pc ul ul{
    display: block;
}
/* liを下層メニューのulや矢印の基点にする */
#header_nav_pc ul li{
    position: relative;
}
#header_nav_pc ul li+li::after{
    content: "";
    display: block;
    height: 25px;
    border-left: 2px solid #D8D8D8;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
#header_nav_pc ul li.nav_srv_parent li + li::after{
	content: none;
}
#header_nav_pc ul li.nav_srv_parent::before{
    content: "";
    position: absolute;
    right: 15px;
    top: 26px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    transform: rotate(135deg);
}
#header_nav_pc li.nav_srv_parent ul{
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 4;
    background-color: #ffffff;
    border: solid 1px #e7e7e7;
    width: 290px;
    /* 最初は非表示にする */
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}
#header_nav_pc ul li a{
	display: block;
	color: #242424;
	font-weight: bold;
	padding: 20px 20px 20px 20px;
	transition: all 0.3s;
}
#header_nav_pc ul li a:hover{
    background-color: #e7e7e7;
}
#header_nav_pc ul li li a{
    padding: 10px 35px;
}

#header_nav_pc li.nav_srv_parent a{
	padding: 20px 33px 20px 30px;
}

/* 表示 */
#header_nav_pc li.nav_srv_parent:hover > ul{
    visibility: visible;
    opacity: 1;
}
#header_nav_pc li.nav_srv_parent ul li a:hover{
	background-color: #e7e7e7;
}

@media screen and (max-width: 1500px) {
#header_nav_pc{
    margin-left: 1vw;
}
#header_nav_pc ul li a{
	padding: 20px 12px;
}
#header_nav_pc li.nav_srv_parent a{
	padding: 20px 25px 20px 20px;
}
}

@media screen and (max-width: 1400px) {
#header_pc #logo{
	width: 210px;
    margin: 8px 0 0 8px;
}
.header_link__tel a{
	font-size: 18px;
    margin-left: 15px;
}
.header_link__tel a span{
    font-size: 12px;
}
.header_link__request a{
    width: 120px;
}
.header_link__contact a{
    width: 130px;
}
#header_nav_pc ul li a{
	padding: 20px 5px;
}
#header_nav_pc li.nav_srv_parent a{
	padding: 20px 18px 20px 5px;
}
#header_nav_pc ul li.nav_srv_parent::before{
	right: 5px;
}
}

@media screen and (max-width: 1200px) {
.header_link{
    right: 8px;
    gap: 5px;
}
.header_link__tel a{
	font-size: 16px;
    margin-left: 15px;
}
.header_link__tel a span{
    font-size: 12px;
    letter-spacing: -0.5px;
}
.header_link__request a{
    width: 90px;
    font-size: 13px;
}
.header_link__contact a{
    width: 100px;
    font-size: 13px;
}
.header_link__request a.shiryo span,
.header_link__contact a.contact span{
    padding: 20px 0 20px 22px;
    background-size: 19px auto;
}
#header_pc #logo{
	width: 190px;
    margin: 10px 0 0 8px;
}
#header_nav_pc ul li a{
	padding: 20px 5px;
}
#header_nav_pc li.nav_srv_parent a{
	padding: 20px 18px 20px 5px;
}
}

@media screen and (max-width: 1070px) {
#header_nav_pc{
    margin-left: 0.4vw;
}
#header_nav_pc ul li a{
    font-size: 13px;
	padding: 20px 2px;
}
#header_nav_pc li.nav_srv_parent a{
	padding: 20px 15px 20px 0px;
}
}

@media screen and (max-width: 980px) {
#header_nav_pc ul li a{
	padding: 20px 5px;
}
#header_nav_pc li.nav_srv_parent a{
	padding: 20px 18px 20px 5px;
}
.header_sub_agency a{
	padding: 6px 0;
}
.header_link{
    display: flex;
    position: absolute;
    right: 335px;
    top: 1px;
    gap: 10px;
}
}

/*---新ヘッダー：スクロール表示切り替え-------------------*/
@media screen and (min-width: 981px) {
#header_pc.SubDisp .header_main{
	margin-top: 13px;
	height: 60px;
}
#header_pc.SubDisp .header_link{
	top: 23px;
}
}

@media screen and (max-width: 980px) {
#header_pc.SubDisp .header_main{
	margin-top: 35px;
	height: 60px;
}
#header_pc.SubDisp .header_link{
	top: 1px;
}
}

#header_adj{
	padding-top: 114px;
}
@media screen and (max-width:768px) {
#header_adj{
	padding-top: 0;
}
}

@media screen and (min-width: 769px) {
#new_header{
    /*fixedで上部固定*/
	position: fixed;
	width: 100%;
    z-index: 999;
	background-color: #fff;
}

/* 上に上がる動き */
#new_header.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 1;
	transform: translateY(0);
  }
  to {
    opacity: 0;
	transform: translateY(-100px);
  }
}

/* 下に下がる動き */
#new_header.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-100px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}

}

/*---グローバルナビ------------------*/

#gnavi{
	position: absolute;
	left:0;
	top:0;
	background-color: rgba(255,255,255,0.78);
	width: 100%;
	z-index: 500;
	text-align: center;
}
#gnavi ul{
	width: 86%;
	margin: 40px auto;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#gnavi li{
	text-align: center;
	width: 30%;
	margin-bottom: 30px;
	background-color: #fff;
}
#gnavi li a{
	font-size: 16px;
	color: #242424;
	font-weight: bold;
	display: block;
	border: solid 1px #898989;
	padding: 20px 0;
	width: 100%;
}
#gnavi li a:hover{
	background-color: #5cad86;
	color: #fff;
}
#header_sns a{
	display: block;
	margin: 0 auto 50px auto;
	color: #fff;
	background-color: #375794;
	padding: 15px 0;
	width: 300px;
}
#header_sns a span{
	background-image: url(./img/common/icon_fb.png);
	background-size: 30px auto;
	background-repeat: no-repeat;
	background-position: left center;
	color: #fff;
	padding: 20px 0 20px 35px;
}

@media screen and (max-width:768px) {
#gnavi li{
	width: 48%;
	margin-bottom: 20px;
}

}

@media screen and (max-width:690px) {
#gnavi ul{
	width: 86%;
	margin: 20px auto;
	display: block;
}
#gnavi li{
	width: 100%;
	margin-bottom: 0px;
	border-bottom: solid 1px #b0b0b0;
}
#gnavi li a{
	font-size: 15px;
	border: none;
	padding: 15px 0;
	width: 100%;
}
}

/*---メニューボタン------------------*/


/*開閉ボタン */
#gnavi{
	display: none;
}
#menu{
	display: block;
}
#menu_btn{
	display: block;
	height: 100%;
	cursor: pointer;
	cursor: hand;
}
#menu_btn div {
	position: relative;
	margin: 0 auto;
	width: 38px;
}
#menu_btn span{
	position: absolute;
	display: block;
	height: 4px;
	background: #555;
	width: 100%;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 12px;
}
#menu_btn span:nth-child(1){
	top:22px;
}
#menu_btn span:nth-child(2){
	top:32px;
}
#menu_btn span:nth-child(3){
	top:42px;
}
/*開閉ボタンopen時*/
.open #menu_btn span:nth-child(1) {
	top: 38px;
   -webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
.open #menu_btn span:nth-child(2) {
	width: 0;
}
.open #menu_btn span:nth-child(3) {
	top: 38px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

@media screen and (max-width:640px) {
#menu_btn span{
	height: 3px;
}
#menu_btn div {
	width: 30px;
}
#menu_btn span:nth-child(1){
	top:22px;
}
#menu_btn span:nth-child(2){
	top:30px;
}
#menu_btn span:nth-child(3){
	top:38px;
}
.open #menu_btn span:nth-child(1),
.open #menu_btn span:nth-child(3) {
	top: 32px;
}

}

@media screen and (max-width:510px) {
#header_top #menu_btn #menu_btn_text{
	bottom: 8px;
}
#menu_btn span:nth-child(1){
	top:18px;
}
#menu_btn span:nth-child(2){
	top:26px;
}
#menu_btn span:nth-child(3){
	top:34px;
}
.open #menu_btn span:nth-child(1),
.open #menu_btn span:nth-child(3) {
	top: 28px;
}
}

@media screen and (max-width:440px) {
#header_top #menu_btn #menu_btn_text{
	bottom: 1px;
}
}


/*----フッター------------------*/

#footer{
	position: relative;
}
#footer_link{
	width: 100%;
	background-color: #5cae86;
}
#link_inner{
	display: flex;
	justify-content: space-between;
	padding: 54px 0;
}
.fb_link a{
	width: 430px;
	display: block;
	border: solid 1px #fff;
	text-align: center;
	padding: 35px 0;
}
.fb_link a span{
	background-image: url(./img/common/icon_fb.png);
	background-size: 42px auto;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 16px;
	color: #fff;
	padding: 20px 0 20px 52px;
}
.fb_link a:hover{
	background-color: rgba(255, 255, 255, 0.15);
}
#link_inner ul{
	width: 100%;
	margin-top: 20px;
	display: flex;
}
#link_inner ul li {
	width: 49%;
	text-align: left;
	letter-spacing: -0.1em;
}

#link_inner ul li a{
	display: block;
	width: 100%;
	color: #fff;
	padding: 10px;
	font-size: 14px;
	border-left: solid 1px #fff;
}
#link_inner ul li:last-child a{
	border-right: solid 1px #fff;
}

#footer_info{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	padding: 90px 0;
}
.f_right{
	width: 32%;
	text-align: left;
}
.f_right .tel_head{
	font-size: 14px;
	color: #5cad86;
	font-weight: bold;
}
.f_right .f_tel{
	font-size: 43px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 15px 0 10px 0;
}
.f_right .f_tel a{
	color: #242424;
}
.f_right .f_reception{
	font-size: 14px;
	color: #676767;
}
.f_right small{
	display: inline-block;
	margin-top: 12px;
	font-size: 13px;
	color: #676767;
}
.f_left{
	width: 40%;
}
.f_left .foot_logo{
	width: 340px;
	margin-bottom: 20px;
}
.f_left .foot_logo img{
	width: 100%;
}
.f_left address a{
	color: #242424;
}

/** フッターリンクの新規追加分（2021/12/21） ********************************************************/
.footer_nav {}
.footer_nav ul {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}
.footer_nav ul li {
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
}
.footer_nav ul li::after {
    display: block;
    content: '';
    width: 1px;
    height: 60%;
    background: #676767;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.footer_nav ul li:nth-child(2)::after,
.footer_nav ul li:last-child::after {
    display: none;
}
.footer_nav ul li a {
    font-weight: bold;
    font-size: 13px;
    line-height: 1;
    letter-spacing: ;
    color: #676767;
}
@media screen and (max-width:768px) {
    .footer_nav {}
    .footer_nav ul {
        display: flex;
        flex-wrap: wrap;
        margin: 25px 0;
    }
    .footer_nav ul li {
        padding-right: 10px;
        margin-right: 10px;
        margin-bottom: 2px;
    }
    .footer_nav ul li a {
        font-size: 13px;
        line-height: 1;
        /* letter-spacing: ; */
        color: #676767;
    }
}



#footer .gotop{
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 3000;
}
#footer .gotop a{
    display: block;
    width: 85px;
    height: 85px;
    background-color: rgba(92, 173, 174, 0.9);
	text-indent: -9999px;
	transition: .1s ;
	position: relative;
    margin-left: auto;	
}
#footer .gotop a:hover{
    opacity: 0.6;
}
#footer .gotop:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 17.3px 10px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	top:35px;
	left:33px;
	z-index: 50;
}

#footer .go_contact{
	position: fixed;
	right: 0;
	bottom: 100px;
	z-index: 3000;
}
#footer .go_contact a{
    display: flex;
    width: 85px;
    height: 85px;
    background-color: #c26110;
	transition: .1s ;
	position: relative;
    margin-left: auto;
    color: #fff;
    justify-content: center;
    align-items: center;
}
#footer .go_contact a:hover{
    opacity: 0.6;
}
#footer .go_request{
	position: fixed;
	right: 0;
	bottom: 200px;
	z-index: 3000;
}
#footer .go_request a{
    display: flex;
    width: 85px;
    height: 85px;
    background: #ed832e;
	transition: .1s ;
	position: relative;
    margin-left: auto;
    color: #fff;
    justify-content: center;
    align-items: center;
}
#footer .go_request a:hover{
    opacity: 0.6;
}

a.tellink{
	color: #242424;
}


@media screen and (max-width:1200px) {
	
.f_right{
	width: 40%;
}
}

@media screen and (max-width:768px) {
#link_inner{
	display: block;
	padding: 25px 0;
}
.fb_link a{
	width: 100%;
	padding: 20px 3px;
	margin-left: 10px;
}
.fb_link a span{
	background-size: 28px auto;
	font-size: 14px;
	padding: 20px 10px 20px 40px;
}
#link_inner ul{
	display: block;
	margin-top: 10px;
	width: 48%;
	margin-right: 2%;
}
#link_inner ul li {
	width: 100%;
}
#link_inner ul li a{
	padding: 12px 0;
	font-size: 14px;
	border: 0px;
}
#link_inner ul li:last-child a{
	border: 0px;
}
.f_right{
	width: 42%;
}
.f_left{
	width: 45%;
	margin-left: 2%;
}
#footer_info{
	padding: 50px 0;
}
.f_right .f_tel{
	font-size: 35px;
}
#footer .gotop{
    right: 10px;
    bottom: 74px;
}
#footer .gotop a{
    width: 60px;
    height: 60px;
}
#footer .gotop:before{
	border-width: 0 6px 10.4px 6px;
	top:25px;
	left:25px;
}
#footer .go_contact{
	display:none;
}
#footer .go_request{
	display:none;
}

}

@media screen and (max-width:710px) {
	
#footer{
	
}

.fb_link {
	display: none;
}
#link_inner ul li a{
	padding: 8px 0;
	font-size: 13px;
}
#link_inner ul{
	width: 90%;
	margin: 5px auto;
}
#footer_info{
	display: block;
	padding: 40px 0 70px 0;
	text-align: center;
	position: relative;
}

.f_right{
	width: 98%;
	margin: 0 auto;
}

.f_right small{
	position: absolute;
	font-size: 12px;
	bottom: 20px;
}
.f_left{
	width: 98%;
	margin: 30px auto 0 auto;
	text-align: left;
}
.f_left .foot_logo{
	width: 95%;
	margin-bottom: 0px;
}



}

@media screen and (max-width:320px) {
.f_right .f_tel{
	font-size: 38px;
	letter-spacing: 0.04em;
}
.f_right small{
	font-size: 10px;
}
}

/*--続きを読む-*/

button.readmore ,button.readmore::after,button.readmore2 ,button.readmore2::after,
button.readmorev2 ,button.readmorev2::after,button.readmore2v2 ,button.readmore2v2::after {
    display: none;
}
.show-text,.hide-text,.show-text2,.hide-text2,.hide-text2-v2{
	font-size: 16px;
}
.hide-text ,.hide-text2,.hide-text2-v2{
    display: block;
}



@media screen and (max-width:640px) {

.hide-text,.hide-text2,.hide-text2-v2 {
    display: none;
}

button.readmore ,button.readmore::after,button.readmore2 ,button.readmore2::after,
button.readmorev2 ,button.readmorev2::after,button.readmore2v2 ,button.readmore2v2::after {
    display: block;
}
 
button.readmore,button.readmore2,
button.readmorev2,button.readmore2v2  {
	font-size: 12px;
    position: relative;
    height: 80px;
    width: 90px;
    margin: 20px auto 40px auto;
    display: block;
    background-color: transparent;
    color: #666;
    padding-bottom: 40px;
    border: none;
    outline: 0;
    transition: .5s;
    -erbkit-transition: .5s;
}
 
button.readmore::after,button.readmore2::after,
button.readmorev2::after,button.readmore2v2::after {
    content: " ";
    position: absolute;
    width: 30px;
    height: 30px;
    border-top: solid 3px #666;
    border-right: solid 3px #666;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    right: 28px;
    top: 25px;
    transition: .5s;
    -erbkit-transition: .5s;
}
 
button.readmore:hover::after ,button.readmore2:hover::after,
button.readmorev2:hover::after ,button.readmore2v2:hover::after {
    top: 25px;
}
 
.on-click ,.on-click2{
    color: transparent!important;
}
 
.on-click,.on-click2 {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

}
/*--続きを読むend-*/


/***編集*************************************************************/
#header_tel {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#header_bar #header_conversion {
    display: flex;
}
#header_bar #header_conversion a {
    margin-right: -40px;
}
#header_bar #header_conversion a span {
    margin: 0 45px;
}

/***追加*************************************************************/
#header_bar #header_conversion a.sp {
    display: none;
}
@media screen and (max-width:768px) {
    #header_bar #header_conversion {
        padding-left: 0;
        width: 100%;
        height: 65px;
    }
    #header_bar #header_conversion a {
        transform: none;
        margin-right: 0;
        display: block;
        flex: 1;
        height: 100%;
    }
    #header_bar #header_conversion a span {
        transform: none;
        margin: 0;
        padding-top: 38px;
        background-size: 22px auto;
        background-position: center 12px;
    }
    #header_bar #header_conversion a.sp {
        display: block;
    }
    #header_bar #header_conversion a.tel {
        border-radius: 0;
        padding-top: 0;
        background: #5cad86;
    }
    #header_bar #header_conversion a.tel span {
        padding-top: 34px;
        font-size: 14px;
        line-height: 1.1;
        letter-spacing: 0.05em;
    }
}
#header_bar #header_conversion a.shiryo span {
    background-image: url(./img/common/icon_shiryo.png);
}
#header_bar #header_conversion a.contact {
    background: #c26110;
}
#header_bar #header_conversion a.contact:hover {
    background-color: #f39448;
}

@media screen and (max-width:768px) {
    #header_bar #header_conversion a.tel span {
        background-image: url(./img/common/icon_tel.png);
        background-position: center 10px;
    }
    #header_bar #header_conversion a.tel span span {
        background-image: none;
        padding: 0;
/*        transform: none;*/
        transform: scale(0.9) translateX(-1px);
        font-size: 10px;
        letter-spacing: 0.00;
    }
}



/***共通部分を index.css から移行（2021/12/21）*************************************************************/
#enter{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.enter_block{
	width: 31%;
	margin-bottom: 30px;
	border: solid 2px #b1dec9;
	text-align: center;
	padding: 8px 0;
    box-sizing: border-box;
}
.enter_img{
	width: 96%;
	position: relative;
	margin: 0 auto;
}
.enter_img img{
	width: 100%;
}
.enter_img .enter_icon{
	width: 70px;
	height: 70px;
	border-radius: 40px;
	position: absolute;
	bottom: -35px;
	left:50%;
	margin-left: -35px;
	background-color: #5ca782;
	border: solid 3px #fff;
}
.enter_img .enter_icon img{
	width: 50%;
	padding-top: 25%;
}
.enter_block h3{
	font-size: 17px;
	color: #242424;
	margin: 50px auto 14px auto;
	font-weight: bold;
	width: 90%;
	letter-spacing: 0.04em;
}
.enter_block h3:after{
	content: "";
	display: inline-block;
     width: 10px;
     height: 10px;
     border-top: solid 2px #5ca782;
     border-right: solid 2px #5ca782;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     margin-left: 15px;
 }
.enter_block p{
	font-size: 15px;
	color: #242424;
	text-align: left;
	margin: 0px auto 10px auto;
	width: 90%;
	letter-spacing: 0.04em;
}
@media screen and (max-width:768px) {
#top_entrance{
	text-align: center;
	margin: 70px 0 40px 0;
}
.enter_block h3:after{
     width: 7px;
     height: 7px;
     margin-bottom: 1px;
}
}
	
@media screen and (max-width:640px) {
.enter_block{
	width: 100%;
}
.enter_block h3{
	font-size: 16px;
}
.enter_block h3:after{
     margin-left: 8px;
}
}

/* 20221115追記 */
@media screen and (max-width:1200px) {
	#link_inner ul li a	{
		font-size: 13px;
	}
}

/* 20230125追記 */
#error404 .btnwrap {
    display: flex;
}
#error404 .btnwrap a {
    display: block;
    width: 300px;
    background-color: #5cad86;
    color: #fff;
    letter-spacing: 0.15em;
    text-align: center;
    margin: 30px auto 120px auto;
    padding: 12px 0;
    border-radius: 32px;
    font-size: 14px;
}
@media screen and (max-width:768px) {
	#error404 .btnwrap {
		display: block;
		margin-bottom: 90px;
	}
	#error404 .btnwrap a {
		margin: 30px auto 35px auto;
	}
}

/* 20240819追記_CRO施策No.8（トップページ修正） */
#topPlan .bold {
	font-weight: bold;
}
#topPlan .blue{
	color: #4c8dcb;
}
#topPlan .green{
	color: #6fba2c;
}
#topPlan .bg_blue{
	background: #4c8dcb;
}
#topPlan .bg_green{
	background: #6fba2c;
}
.type_list_wrap .fs30 {
	font-size: 30px;
	padding: 0;
}
.top_plan_desc button.triangle::after {
    display: block;
}
.top_plan_desc button.triangle {
	font-size: 12px;
    position: relative;
	height: auto;
	width: 160px;
    margin: 20px auto 40px auto;
    display: block;
    background-color: transparent;
    color: #666;
	padding: 5px;
	border: #666 solid 1px;
    outline: 0;
    transition: .5s;
    -erbkit-transition: .5s;
}
.top_plan_desc button.on-click {
	border: none;
	color: #fff;
}
.top_plan_desc .on-click {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}
.top_plan_desc button.on-click::after {
    content: " ";
    position: absolute;
    width: 30px;
    height: 30px;
    border-top: solid 3px #666;
    border-right: solid 3px #666;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    right: 65px;
    top: -10px;
    transition: .5s;
    -erbkit-transition: .5s;
}
.top_plan_desc button.on-click:hover::after {
    top: -10px;
}
div #type1, div #type2 {
	background-color: #fff;
}
.t_plan_wrap p {
	text-align: center;
	padding: 15px 0;
}
.t_plan_wrap .t_plan_alea {
	display: block;
	width: 50%;
	padding: 20px 50px;
}
.t_plan_wrap .t_plan_alea div {
	padding: 20px 5px;
	border-radius: 10px;
	font-weight: bold;
	font-size: 24px;
}
.t_plan_wrap .t_plan_alea a {
	display: block;
	text-align: center;
	width: 100%;
}
.t_plan_wrap .t_plan_alea div span {
	align-items: center;
	align-self: center;
	text-align: center;
	padding: 10px;
	color: #fff;
}
.type_wrap {
	margin: 50px 0;
}
.type_wrap p {
	text-align: left;
	padding: 13px 0px;
}
.top_plan_desc .type_attention {
	padding: 15px;
	background-color: #f0f0f0;
	margin-bottom: 60px;
}
.t_plan {
	padding: 20px 10px;
}
.t_plan_wrap {
	display: flex;
}
.t_plan p {
	text-align: center;
}
.type_list_wrap {
	margin-bottom: 10px;
}
.type_list_wrap .type_list_title {
	background: #f0f0f0;
	/* padding: 0px; */
	text-align: center;
	margin-bottom: 13px;
}
.type_p_list {
	text-align: left;
	padding: 8px;
	border: #026cb0 solid 1px;
	border-radius: 5px;
	margin-bottom: 20px;
}
.type_p_list ul {
	padding-left: 1em;
}
.type_p_list li {
	list-style: disc;
}
.b_green {
	border: #6fba2c solid 1px;
}
.type_list a,
.type_wrap p {
	width: 100%;
}
.type_list a {
	justify-content: center;
	font-size: 18px;
}
.type_list,
.type_list p,
.type_list a {
	display: flex;
	flex-wrap: wrap;
}
.type_list p {
	width: 48%;
    padding-right: 13px;
	padding-top: 0px;
	font-size: 13px;
}
.type_list p:nth-child(2n) {
	padding-right: 0px;
}
.type_list p span {
	align-items: center;
	align-self: center;
	text-align: center;
	padding: 15px 4px;
	color: #fff;
}
.type_list .type_btn {
	width: 100%;
	padding: 20px 5px;
	border-radius: 5px;
	font-weight: bold;
	line-height: 1.2em
}
#type1 .plan_desc,
#type2 .plan_desc {
	width: 100%;
}
.top_plan_desc .btn_check {
	margin-bottom: 50px;
}
.type_attention {
	text-align: left;
	padding: 10px;
}
.type_attention .type_desc {
	margin: 0;
}
a.cta_btn {
	display: block;
	text-align: center;
	width: 40%;
    margin: auto;
    padding: 20px 0px 20px 40px;
    font-weight: bold;
    border-radius: 0.3rem;
    background: #ed832e;
    color: #fff;
    background-image: url(./img/common/icon_shiryo.png);
    background-size: 25px auto;
    background-repeat: no-repeat;
    background-position: 95px center;
    white-space: nowrap;
}
.t_plan_alea .bg_blue:hover,
.t_plan_alea .bg_green:hover,
a.type_btn:hover,
a.cta_btn:hover {
	opacity: 0.7;
}
@media screen and (min-width:769px) {
	#type1,
	#type2 {
		font-size: 18px;
	}
}
@media screen and (max-width:768px) {
	#topPlan .sp {
		display: block;
	}
	.type_list_wrap .fs11 {
		font-size: 11px;
		padding: 0;
	}
	.type_list_wrap .fs14 {
		font-size: 14px;
		padding: 0;
	}
	div #type1,
	div #type2 {
		margin-top: 0px;
	}
	.top_plan_desc .plan_table {
		margin: 30px 0;
	}
	.type_wrap {
		margin: 10px 0;
	}
	.t_plan p {
		text-align: left;
		padding: auto;
	}
	.t_plan_wrap p {
		text-align: center;
	}
	.t_plan_wrap .t_plan_alea {
		padding: 20px 5px;
	}
	.t_plan_wrap .t_plan_alea div {
		padding: 10px 5px;
		font-size: 18px;
	}
	.t_plan_wrap .t_plan_alea a {
		display: flex;
		justify-content: center;
		width: 100%;
	}
	.type_list a {
		width: auto;
	}
	.top_plan_desc .type_attention {
		padding: 5px;
		margin-bottom: 20px;
	}
	.top_plan_desc .type_attention .type_desc {
		font-size: 14px;
	}
	.type_list a {
		font-size: 13px;
	}
	.type_list a.itei_f {
		font-size: 11px;
	}
	.type_list .type_btn {
		padding: 0px 5px;
	}
	a.cta_btn {
		width: 88%;
		padding: 12px 0px 12px 40px;
		background-position: 60px center;
	}
}
/* 20240913追記_CRO施策No.9（フォームページ修正） */
.go_validation {
    position: fixed;
    left: 0;
    bottom: 400px;
    z-index: 3000;
}
.go_validation p {
    /* display: flex; */
    width: 170px;
    height: 170px;
    background: #5cad86;
    transition: .1s;
    position: relative;
    margin-left: auto;
    color: #fff;
    justify-content: center;
    align-items: center;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
    display: table-cell;
}
.go_validation .number {
	color: red;
}
@media screen and (max-width:768px) {
	.go_validation {
		left: 0;
		bottom: 0;
		width: 100%;
	}
	.go_validation p {
		display: flex;
		width: 100%;
		height: 50px;
	}
}
/* 20250311追記_完了ページにLINE追加*/
.line-contact {
    text-align: center;
    background-color: #f8f8f8; /* 背景色 */
    padding: 20px;
    margin: 40px auto;
    border-radius: 10px;
    max-width: 600px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.line-contact h2 {
    color: #339933;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold; /* タイトルを太字に */
}

.line-contact p {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
}

.line-contact p strong {
    font-weight: bold;
    color: #000; /* 太字の強調 */
}

.line-contact img {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
}