#terms{
	
}
.head_description{
	margin-bottom: 70px;
	font-size: 16px;
	line-height: 170%;
}

.term_block{
	margin-bottom: 60px;
}
.contents_listtitle{
	font-weight: bold;
	padding: 6px 12px;
	font-size: 20px;
	margin-bottom: 28px;
	color: #0d9151;
	border-bottom: solid 1px #5cad86;
}
.term_block p{
	margin: 0 30px 20px 30px;
	font-size: 16px;
	line-height: 180%;
}
.term_block p a{
	display: block;
}
.back_gl{

	width: 100%;
	padding: 90px 0;
}
.term_area{
	background-color: #f9f9f9;
	padding: 60px 0;
}

.formulation{
	font-size: 16px;
	line-height: 180%;
	margin: 80px 30px 20px 30px;
}
.formulation p{
	margin-bottom: 20px;
}

#customer{
	margin-top: 100px;
}

#system{
	margin-bottom: 100px;
}

#map{
	width: 100%;
	height: 580px;
	margin: 80px 0 150px 0;
}


.disclosure{
	width: 100%;
	border-top: solid 1px #a3a3a3;
	border-left: solid 1px #a3a3a3;
	margin: 60px 0 150px 0;
}
.disclosure th{
	border-bottom: solid 1px #a3a3a3;
	border-right: solid 1px #a3a3a3;
	background-color: #f5f5f5;
	text-align: center;
	font-weight: bold;
	padding: 14px 0;
	width: 50%;

}
.disclosure td{
	border-bottom: solid 1px #a3a3a3;
	border-right: solid 1px #a3a3a3;
	text-align: center;
	padding: 12px 0;
}


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

.term_block{
	margin-bottom: 40px;
}

.contents_listtitle{
	font-size: 16px;
}
.term_block p{
	font-size: 15px;
}

.back_gl{
	padding: 50px 0;
}
.term_area{
	padding: 40px 0;
}

.formulation{
	font-size: 15px;
}
#customer{
	margin-top: 50px;
}

#map{
	height: 320px;
	margin: 50px 0 90px 0;
}


.disclosure th{
	width: 52%;
	letter-spacing: -0.08em;
	font-size: 14px;
}

}


/* サブナビ　　*/

#page_navi{
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
}
#page_navi li a{
	display: block;
	background-color:#5cad86;
	color: #fff;
	font-size: 15px; 
	padding: 15px 0;
	border: solid 3px #5cad86;
}
#page_navi li.other a{
	background-color:#fff;
	color: #242424;
}

#page_navi li {
	width: 31%;
	text-align: center;
}
#page_navi li a:before{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #ffffff;
	margin-right: 15px;
}
#page_navi li.other a:before{
	border-color: transparent transparent transparent #5cad86;
}



@media screen and (max-width:640px) {
#page_navi{
	display: block;
}
#page_navi li {
	width: 90%;
	margin: 8px auto;
	text-align: left;
}
#page_navi li a:before{
	margin-left: 20px;
}
}


/* トップメニュー */

#menublock1{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 80px;
}
.c_menu{
	width: 46%;
	border-bottom: solid 1px #a7a7a7;
	margin-bottom: 50px;
}
.menu_image{
	width: 100%;
}
.menu_image img{
	width: 100%;
}
.menu_title{
	display: flex;
	justify-content: space-between;
	padding: 16px 16px;
}
.c_menu h3{
	font-size: 18px;
	color: #242424;
	line-height: 130%;
}
.arrow1{
    width: 9px;
    height: 9px;
    border-top: 2px solid #5cad86;
    border-right: 2px solid #5cad86;
    transform: rotate(45deg);
    transition:.2s;
    margin-right: 6px;
    margin-top: 4px;
}
.arrow1.multiple_lines{
    width: 17px;
}
a:hover .arrow1{
    margin-right: 0px;
}

#menublock2{
	margin: 50px auto 120px auto;
	display: flex;
	flex-wrap: wrap;
}
.c_menu2{
	width: 30%;
	border: solid 1px #a7a7a7;
	margin-bottom: 50px;
	text-align: center;
	margin-right: 4.5%;
}
.menu_icon{
	width: 90%;
	text-align: center;
	border-bottom: solid 1px #a7a7a7;
	padding: 40px 0;
	margin: 0 auto;
}
.menu_icon img{
	width: 26%;
}
.c_menu2 h3{
	font-size: 16px;
	color: #242424;
	text-align: left;
	letter-spacing: 0.04em;
	line-height: 130%;
	
}
.c_menu2:nth-child(3n){
	margin-right: 0%;
}

@media screen and (max-width:767px) {
.arrow1.multiple_lines{
	width: 25px;
}
}

@media screen and (max-width:640px) {
#menublock1{
	display: block;
	margin-top: 40px;
}
.c_menu{
	width: 100%;
}
#menublock2{
	margin: 60px auto 60px auto;
	justify-content: space-between;
}
.c_menu2{
	width: 48%;
	margin-bottom: 15px;
	margin-right: 0%;
}
.menu_icon{
	padding: 20px 0;
}
.menu_icon img{
	width: 30%;
}
.c_menu2 h3{
	font-size: 13.5px;
	width: 100%;
	line-height: 130%;
	letter-spacing: -0.02em;
}
.arrow1{
    margin-top: 3px;
    margin-right: 0px;
}
.arrow1.multiple_lines{
    width: 9px;
}


}



/*------- 会社概要　-----*/


.sign{
	display: flex;
	justify-content: flex-end;
	margin: 80px 0 150px 0;
	align-items: flex-end;
}
.sign span{
	font-sizu:15px;
	display: inline-block;
	margin-bottom: 7px;
}
.sign img{
	width: 180px;
	margin-left: 20px;
}

@media screen and (max-width:640px) {
.sign img{
	width: 150px;
	margin-left: 20px;
}
}



#outline{
	margin: 100px auto;
}
#outline_inner{
	padding: 50px 0 80px 0;
	background-color: #f9f9f9;
	margin-top: -40px;
}

.outline_title{
	background-color: #5cad86;
	color: #fff;
	font-size: 20px;
	padding: 30px;
	width: 20%;
	position: relative;
	z-index: 10;
	font-weight: bold;
}
.outline_title span{
	display: inline-block;
	margin-left: 20%;
}
.outline_title span:before{
	content: "";
	height: 0px;
	width: 17%;
	border-bottom: solid 1px #fff;
	display: inline-block;
	position: absolute;
	top:50%;
	left:0;
}
.tbl_outline{
	width: 67.5%;
	margin-left: 23%;
}
.tbl_outline tr{
	border-bottom: solid 1px #949494;
}
.tbl_outline th{
	width: 20%;
	padding: 30px 0;
	text-align: left;
	font-weight: bold;
}
.tbl_outline td{
	padding: 30px 0;
}
.tbl_outline a{
	color: #242424;
}


@media screen and (max-width:640px) {
	
#outline{
	margin: 50px auto;
}

.outline_title{
	font-size: 17px;
	padding: 20px 0;
	width: 50%;
}
#outline_inner{
	padding: 40px 0 60px 0;
	margin-top: -32px;
}
.tbl_outline{
	width: 90%;
	margin-left: 5%;
}
.tbl_outline th{
	width: 30%;
	padding: 20px 0;
}
.tbl_outline td{
	padding: 20px 0;
}

}


/*------- 沿革　-----*/

#history{
	margin: 60px auto;
}
.tbl_history{
	width: 67.5%;
	margin-left: 23%;
}
.tbl_history tr{
	border-bottom: solid 1px #949494;
}
.tbl_history th{
	width: 20%;
	padding: 10px 0;
	text-align: left;
}
.tbl_history td{
	padding: 10px 0;
}

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

.tbl_history{
	width: 90%;
	margin-left: 5%;
}

.tbl_history th{
	width: 100%;
	padding: 15px 0 0 0;
	display: block;
	font-weight: bold;
}
.tbl_history td{
	padding: 5px 0 15px 0;
	display: block;
}
	
}





/* aboutus　*/

.about_title{
	margin-top: 100px;
	font-size: 38px;
	line-height: 160%;
	text-align: center;
	color: #5cad86;
}
.about_title span{
	font-size: 30px;
	display: block;
	color: #242424;
}
.especial{
	display: flex;
	justify-content: center;
}
.especial li{
	color: #fff;
	font-size: 35px;
	background-color: #5cad86;
	margin: 10px 15px;
	border-radius: 50%;
	width: 300px;;
	height: 110px;
	padding-top: 20px;
	text-align: center;
	line-height: 140%;
}

.especial li span{
	display: block;
	font-size: 50px;
	font-weight: bold;
}
.especial li:last-child{
	background-color: #ed832e;
}


.tbl_about{
	width: 100%;
	border-top: solid 1px #a3a3a3;
	border-left: solid 1px #a3a3a3;
	margin: 80px 0 90px 0;
}
.tbl_about th{
	border-bottom: solid 1px #a3a3a3;
	border-right: solid 1px #a3a3a3;
	background-color: #ededed;
	text-align: center;
	font-weight: bold;
	padding: 14px 0;
	width: 50%;
}
.tbl_about td{
	border-bottom: solid 1px #a3a3a3;
	border-right: solid 1px #a3a3a3;
	text-align: left;
	padding: 12px 0;

}
.tbl_about td div{
	display: flex;
	justify-content: space-between;
}
.tbl_about td span{
	display: inline-block;
	margin: 0 5%;
}
.tbl_about td.bg{
	background-color: #fafafa;
	text-align: center;
}

@media screen and (max-width:640px) {
.about_title{
	font-size: 28px;
	line-height: 140%;
}
.about_title span{
	font-size: 25px;
}
.especial li{
	font-size: 19px;
	margin: 10px 8px;
	width: 50%;
	height: 80px;
	padding-top: 20px;
	line-height: 160%;
}

.especial li span{
	font-size: 30px;
}
.tbl_about{
	margin: 50px 0 50px 0;
}

.tbl_about td div{
	display: block;
}
.tbl_about td.bg{
	text-align: left;
	padding: 10px 5%;
}
.tbl_about td span{
	display: inline-block;
	margin: 6px 5%;
}
.tbl_about td{
	font-size: 14px;
	letter-spacing: 0.05em;
}

}



/* aboutus詳細内容 */

.number_headline{
	font-size: 20px;
	color: #5cad86;
	margin: 40px 0 15px 0;
}
.number_headline span {
	height:40px;
	width:40px;
	border-radius:50%;
	line-height:40px;
	text-align:center;
	display: inline-block;
	background-color: #5cad86;
	color: #fff;
	margin-right: 12px;
	font-weight: bold;
}
.especial_desc{
	margin-left: 50px;
}

#especial{
	margin: 120px 0;
}

 #role{
	margin: 120px 0 160px 0;
}


.figure1{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin: 40px 0 60px 0;
}
li.especial_figure{
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	background-color: #4e93d3;
	margin: 10px 6px;
	border-radius: 50%;
	width: 230px;
	height: 80px;
	padding-top: 22px;
	text-align: center;
	line-height: 140%;
}
li.especial_figure:nth-child(2){
	background-color: #9f9637;

}
li.especial_figure:nth-child(3){
	background-color: #d07676;

}
.figure_end{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
	margin-left: 30px;
}
.chart1{
	width: 50%;
	margin: 50px auto;
}

.chart1 img{
	width: 100%;
}
.role_desc{
	display: flex;
}

.chart2{
	width: 40%;
	margin: 0 30px 0 50px;
}

.chart2 img{
	width: 100%;
}

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

.number_headline{
	font-size: 17.2px;
	margin: 40px 0 15px 0;
	font-weight: bold;
	letter-spacing: 0.04em;
}
.number_headline span {
	height:30px;
	width:30px;
	line-height:30px;
	font-weight: bold;
}
.especial_desc{
	margin-left: 40px;
}

#especial{
	margin: 80px 0;
}

 #role{
	margin: 80px 0 70px 0;
}

.figure1{
	flex-wrap: wrap;
	margin: 30px 0 50px 0;
}
li.especial_figure{
	font-size: 17px;
	font-weight: bold;
	margin: 5px 4px;
	width: 43%;
	height: 60px;
	padding-top: 18px;
	line-height: 140%;
}
li.especial_figure:nth-child(3){
	margin-left: 20%;
}
.chart1{
	width: 100%;
	margin: 40px auto;
}
.role_desc{
	display: block;
}

.chart2{
	width: 60%;
	margin: 20px auto;
}

}




/* faq_old */

.accordion1 .inner {
	display: none;
}
#faq{
	margin: 100px auto;
}
.accordion1 li{
	padding: 20px 25px;
	background-color: #f9f9f9;
	margin-bottom: 20px;
}
.accordion1 li > p{
	font-size: 16px;
	font-weight: bold;
	color: #319f6a;
	padding-bottom: 4px;
	border-bottom: dashed 2px #319f6a;
	cursor: pointer;
}
.accordion1 li > p span:nth-child(2){
	letter-spacing: 0.02em;
}
.quest{
	display: inline-block;
	background-color: #ed832e;
	text-align: center;
	padding: 1px 15px;
	border-radius: 5px;
	color: #fff;
	margin-right: 15px;
}
.inner{
	margin: 30px 0 10px 0;
	background-color: #fff;
	border-radius: 10px;
	padding: 15px 0;
}
.inner_flex{
	display: flex;
	padding: 0 20px;
	align-items: flex-start;
}
.answ{
	display: inline-block;
	background-color: #5cad86;
	text-align: center;
	padding: 1px 15px;
	border-radius: 5px;
	color: #fff;
	margin-right: 15px;
	font-weight: bold;
}


@media screen and (max-width:640px) {
.accordion1 li > p span:nth-child(2){
	display: block;
	margin-top: 6px;
}
.inner_flex{
	display: block;

}
.inner_flex p{ 
	margin-top: 10px;

}
}



/* 旧ベル共済　ポイント　トップ　　*/

#point{
	margin: 90px auto;
}
.point_head{
	background-color: #5cad86;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0 12px 0;
	width: 100%;
	margin-bottom: 30px;
}
.point_head span{
	color: #242424;
	font-size: 18px;
	display: block;
	margin-top: 10px;
}
.emphasis{
	font-weight: bold;
	font-size: 17px;
}
.emphasis span{
	color: #db0000;
}

.point_block{
	border: solid 1px #5cad86;
	padding: 18px 0;
	margin: 25px 0;
	width: 100%;
}
.point_block h4{
	font-weight: bold;
	font-size: 18px;
	background-image: url(../img/company/bell_logo1.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 43px;
	padding-top: 3px;
	margin: 0 2%;
}
.point_block ul{
	margin: 15px 6% 0 7%;
}
.point_block ul li{
	list-style: decimal;
}

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

.point_head{
	line-height: 130%;
}

.point_block h4{
	background-size: auto 50%;
	background-position: left top;
	padding-left: 60px;
	padding-top: 3px;
	margin: 0 3%;
}


}

/* 詳細エリア　*/
.point_desc_block{
	border: solid 1px #d2d2d2;
	width: 100%;
	margin: 50px auto 100px auto;
	padding: 35px 0;
}
.point_desc_block_inner{
	width: 92%;
	margin: 0 auto
}
.point_desc_head1{
	background-color: #5cad86;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 20px;
	
}
.point_desc_head2{
	background-color: #f0f0f0;
	font-size: 17px;
	font-weight: bold;
	padding: 5px 20px;
}
.point_desc1{
	padding: 20px 30px;
}
ul.point_desc1 li{
	list-style: decimal;
	margin-bottom: 20px;
}
.flowblock1{
	display: flex;
	margin: 30px 0;
	justify-content: space-between;
}
.fblock_l{
	width: 55%;
	border: solid 1px #b0b0b0;
	background-color: #f6f6f6;
	padding: 15px 0;
}

.fblock_hl{
	font-weight: bold;
	width: 80%;
	margin: 0 auto;
	padding-left:3em;
	text-indent:-3em;
	
}
.fblock_list{
	width: 80%;
	margin: 20px auto 0 auto ;
	padding-left:5%; 
}
.fblock_list li{
	list-style:disc;
	font-size: 15px;
}
.farrow1{
     width: 20px;
     height: 20px;
     border-top: solid 4px #5ca782;
     border-right: solid 4px #5ca782;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     margin-left: 10px;
     align-self: center;
}
.fblock_r{
	width: 36%;
	border: solid 1px #5ca782;
	display: flex;
  align-items: center;
  justify-content: center 
}
.fblock_r p{
	margin: 0 auto;
	padding: 15px 20px;

}

.point_desc_block_inner:nth-child(2){
	margin-top: 100px;
}

.point2_desc{
	margin-top: 40px;
}

.list_block2{
	margin-left: 1.6em;
}
.list_block2 li{
	list-style: decimal;
	margin-bottom: 20px;
	
}
.attention{
	font-weight: bold;
	color: #319f6a;
	font-size: 18px;
}


@media screen and (max-width:640px) {
.point_desc_block{
	margin: 30px auto 60px auto;
	padding: 20px 0;
}
.point_desc_head1{
	font-size: 16px;
	padding: 8px 1em 8px 2.8em;

    text-indent: -2em; 
}
.point_desc_head2{
	font-size: 15px;
}

.flowblock1{
	display: block;
	margin: 20px 0;
}
.fblock_l{
	width: 100%;
	padding: 15px 0;
}

.fblock_hl{
	font-weight: bold;
	width: 80%;
	margin: 0 auto;
	padding-left:3em;
	text-indent:-3em;
	
}
.fblock_list{
	width: 80%;
	margin: 20px auto 0 auto ;
	padding-left:5%; 
}
.fblock_list li{
	list-style:disc;
	font-size: 15px;
}
.farrow1{
     -webkit-transform: rotate(135deg);
     transform: rotate(135deg);
     margin: 8px auto 15px auto;
}
.fblock_r{
	width: 100%;
	margin-bottom: 60px;
}
.fblock_r p{
	margin: 0 auto;
	padding: 15px 20px;
	align-self: center;
}
.attention{
	font-size: 16px;
	margin-bottom: 10px;
}

}




/* handling前半　　*/
#change{
	margin: 100px auto;
}
.main_list{
	list-style: none;
	font-size: 15px;
}
.main_list > li{
	padding-left: 2em; 
    text-indent: -1em;
    margin-bottom: 24px;
}
.main_list > li:before {
	content:"";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color:#5cad86;
	margin-right: 0.3em;
}
.innerlist{
	margin: 20px 0 40px 20px;
}
.innerlist li{
	list-style: decimal;
	margin-bottom: 5px;
	text-indent: 0.5em;
}



/* handling後半　　*/
#handling{
	margin: 100px auto;
}
.handling_block{
	width: 94%;
	padding: 30px 3% 10px 3%;
	background-color:#eef9ed;
	margin-top: 30px;
}
.handling_block h5{
	font-weight: bold;
	font-size: 17px;
}
.flowblock2{
	display: flex;
	margin: 30px 0;
	justify-content: space-between;
}
.fblock_l2{
	width: 45%;
	border: solid 1px #b0b0b0;
	background-color: #fff;
	padding: 15px 0;
}

.fblock_hl{
	font-weight: bold;
	width: 80%;
	margin: 0 auto;
	padding-left:3em;
	text-indent:-3em;
	margin-bottom: 8px;
}

.farrow1{
     width: 20px;
     height: 20px;
     border-top: solid 4px #5ca782;
     border-right: solid 4px #5ca782;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     margin-left: 10px;
     align-self: center;
}
.fblock_r2{
	width: 45%;
	border: solid 1px #5ca782;
	padding: 15px 0;
	background-color: #fff;
}
.fblock_l2 p,.fblock_r2 p{
	margin: 0 auto;
	padding: 0px 20px;
	align-self: center;
}
.fblock_l2 p span,.fblock_r2 p span{
	display: block;
	color: #fd6811;
	margin-top: 5px;
}

ul.pdf_link{
	display: flex;
	justify-content: space-between;
}
ul.pdf_link li{
	width: 29%;
	margin: 0 auto;
	list-style-type: none;
}
ul.pdf_link li span{
	font-size: 14px;
}
ul.pdf_link li .link_btn1{
	width: 100%;
}


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

.flowblock2{
	display: block;
	margin: 30px 0;
}
.fblock_l2{
	width: 100%;
	padding: 15px 0;
}
.fblock_r2{
	width: 100%;
	padding: 15px 0;
}
.farrow1{
     -webkit-transform: rotate(135deg);
     transform: rotate(135deg);
     margin: 8px auto 15px auto;
}
.handling_block h5{
	font-size: 16px;
	padding-left: 5px;
	letter-spacing: 0.02em;
}

ul.pdf_link{
	display: block;
	width: 100%;
	margin:30px auto;
}
ul.pdf_link li .link_btn1{
	width: auto;
	padding: 26px 8px;
}
ul.pdf_link li{
	width: 93%;
}
ul.pdf_link li span{
	font-size: 14px;
}



}


/*-------私たちについて 20230523追加-------------*/
.headline_block1{
	text-align: center;
}
.headline_eng{
	color: #5cad86;
	letter-spacing: 0.25em;
	font-size: 15px;
	font-weight: bold;
}
.headline_top1{
	letter-spacing: 0.2em;
	font-size: 27px;
	font-weight: bold;
	margin: 10px 0;
}
.greeting{
	text-align: left;
	font-size: 16px;
	line-height: 210%;
	margin: 45px auto;
}
#aboutus #contents_title {
	padding: 50px 0 0 0;
}
#aboutus #contents_title:after {
	content: none;
}