
/* 中面共通見出し ------------------------------*/
.inside_title_wrap{text-align: center;
font-weight: 700;
    background-image: -webkit-linear-gradient(rgba(218,234,251,0.9) 0%,rgba(218,234,251,0.9) 0%), 
        url(../img/common_img/inside_title_bg.png);
    background-position: center center;
    background-size: cover;}

.inside_title{max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	width: 96%;
    padding-top: 45px;
    padding-bottom: 45px;
    position: relative;
}

/* パンくず ------------------------------*/
.breadcrumb a {
	text-decoration: none;
    color: #08294D;
}
.breadcrumb {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
    position: absolute;
    top:10px;
    font-size: 75%;
}
.breadcrumb li {
	display: inline-block;
	position: relative;
	padding-right: calc(16px + 8px);
	margin-right: 8px;
   
}
.breadcrumb li::before {
	content: '›';
	width: 1em;
	height: 1em;
	line-height: 1;
	text-align: center;
	font-size: 1em;
	color: inherit;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.breadcrumb li:last-child {
	margin-right: 0;
	padding-right: 0;
    color: #3f3f3f;
	
}
.breadcrumb li:last-child::before {
	content: normal;
     
}


/*================================================
 *  inside共通
 ================================================*/
/* 本文設定 ------------------------------*/

.honbun{margin-bottom: 30px;}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.honbun{margin-bottom: 15px;}
}
/* -------------end------------- */

/* 中面共通枠 ------------------------------*/
.content_bg_w{
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	padding-bottom: 100px;
    padding-top: 100px;}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.content_bg_w{
	width: 90%;
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 50px;
}
}
/* -------------end------------- */

.box_mg50{margin-bottom: 50px;}




/* シンプル見出し ------------------------------*/
.simple_headline20{font-size: 125%;
font-weight: 500;
line-height: 2;
text-align: center;
margin-bottom: 40px;}


.simple_headline20_btm0{
margin-bottom: 0px;}

.simple_headline24{font-size: 150%;
font-weight: 500;
margin-bottom: 30px;
text-align: center;}

.simple_headline24_btm0{
margin-bottom: 0px;}


.simple_headline28{font-size: 175%;
font-weight: 500;
line-height: 2;
text-align: center;
margin-bottom: 30px;}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
  .simple_headline20{text-align: left;
margin-bottom: 20px;
    font-size: 100%;}
    
    .simple_headline20_btm0{
margin-bottom: 0px;}
    
    .simple_headline20_spcenter{text-align: center;}
    
.simple_headline24{font-size: 113%;
margin-bottom: 20px;}
    
    .simple_headline24_btm0{
margin-bottom: 0px;}

    
.simple_headline28{
margin-bottom: 15px;
    font-size: 125%;}
}
/* -------------end------------- */

/* ライン見出し ------------------------------*/
.line_title{
  position: relative;
  border-bottom: 2px solid #cccccc;
font-size: 175%;
    font-weight: 500;
    margin-bottom: 50px;
}

.line_title:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 4em;
  height: 2px;
  content: '';
  background: #08294D;
}

.line_title > span{
font-size: 57%;
font-weight: 400;
}

.line_title_3em:before {
 width: 3em;
}

.line_title_5em:before {
 width: 5em;
}

.line_title_8em:before {
 width: 8em;
}

.line_title_9em:before {
 width: 9em;
}
.line_title_10em:before {
 width: 10em;
}

.line_title_12em:before {
 width: 12em;
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.line_title{
font-size: 138%;
margin-bottom: 30px;
    
}

}
/* -------------end------------- */






/*================================================
 *  選ばれる理由
 ================================================*/

.reason_about{
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	padding-bottom: 100px;
    padding-top: 100px;
    background-image: -webkit-linear-gradient(rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 0%), 
    url(../img/index_img/clean-up-bg.png);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
    .reason_about{
width: 90%;
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 50px;
}

}
/* -------------end------------- */



/* 理由-------------- */
.inside_reason_flex{
display: flex;
justify-content: space-between;
    flex-wrap: wrap;
}


.inside_reason_flex > li{
	background-color: #fff;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    width: 48%;
    position: relative;
}

.inside_reason_flex > li:after {
  font-family: 'FontAwesome';
    content: "\f078";
 position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -16px;
    color: #D10A1C;
    font-size: 150%;
}

.inside_reason_flex > li:last-child:after {
 content: "";
}

.inside_reason_flex > li:last-child{
	background-color: transparent;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.inside_reason_inner_flex{display: flex;
justify-content: space-between;
align-items: center;
    flex-wrap: wrap;}

.inside_reason_inner_flex > li:first-child{
font-weight: 700;
color: #D10A1C;}
.inside_reason_inner_flex > li:last-child{
font-weight: 500;}


.inside_reason_attension{
	font-size: 65%;
    text-align: right;
}

/* 大大画面用の設定-------------- */

@media screen and (min-width: 980px){
    
.inside_reason_flex{
width: 85%;
    margin-left: auto;
    margin-right: auto;
}
    
.inside_reason_inner_flex > li:first-child{font-size:375%;
width: 22%;
}
.inside_reason_inner_flex > li:last-child{
font-size:150%;
width: 78%;}
}
/* -------------end------------- */

/* 大きい画面用の設定-------------- */
@media screen and (max-width: 979px) {
    .inside_reason_inner_flex > li:first-child{font-size:262%;
width: 20%;
}
.inside_reason_inner_flex > li:last-child{
font-size:120%;
width: 80%;}
}

/* 小さい画面用の設定-------------- */
@media screen and (max-width: 479px) {
.inside_reason_flex > li{
	width: 100%;
}
}

/* -------------end------------- */


/* 理由詳細-------------- */
.reason_shosai{
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	padding-bottom: 100px;
    padding-top: 100px;}

.reason_shosai_flex{
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;}

.reason_shosai_flex_r{flex-direction: row-reverse;}

.reason_shosai_flex > li:first-child{
	width: 66%;
    padding-left: 13%;
    box-sizing: border-box;}

.reason_shosai_flex_r > li:first-child{ padding-left:0%;
    padding-right: 13%;}


.reason_shosai_flex > li:last-child{
	width: 30%;}

.reason_shosai_title{display: flex;
align-items: center;
margin-bottom: 20px;}

.reason_shosai_title > li:first-child{font-size:375%;
    font-weight: 700;
color: #D10A1C;
    width: 1.5em;
}

.reason_shosai_title > li:last-child{font-weight: 500;
font-size:150%;
    flex: 1;
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){

.reason_shosai{
    width: 90%;
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 50px;}

.reason_shosai_flex{
	display: block;
 margin-bottom: 50px;}

.reason_shosai_flex > li:first-child{
	width: 100%;
    padding-left: 0%;
margin-bottom: 10px;}

.reason_shosai_flex_r > li:first-child{
    padding-left:0%;
    padding-right: 0%;}

.reason_shosai_flex > li:last-child{width: 100%;}

.reason_shosai_title{margin-bottom: 0px;}

.reason_shosai_title > li:first-child{font-size:300%;}

.reason_shosai_title > li:last-child{font-size:120%;}

}
/* -------------end------------- */

/* 理由ボタン-------------- */
.reason_shosai_btn_flex{display: flex;
justify-content: center;

max-width: 700px;
margin-left: auto;
margin-right: auto;}

.reason_shosai_btn_flex li{width: 30%;
text-align: center;}

.reason_shosai_btn_flex li{
	max-width: 280px;
	width: 48%;
    margin-left: auto;
    margin-right: auto;
	border: 2px solid #D10A1C;
    padding: 15px;
    border-radius: 45px;
position: relative;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
}

.reason_shosai_btn_flex li a{
display: block;
color: #D10A1C;
font-weight: 500;}

 
.reason_shosai_btn_flex li:after {
  font-family: 'FontAwesome';
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -11px;
    color: #D10A1C;
}

.reason_shosai_btn_flex li:last-child{
border: 2px solid #08294D;}

.reason_shosai_btn_flex li:last-child a{
color: #08294D;}

 
.reason_shosai_btn_flex li:last-child:after {
    color:  #08294D;}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.reason_shosai_btn_flex{flex-wrap: wrap;}

.reason_shosai_btn_flex li{
width: 100%;
height: 30px;}
    
.reason_shosai_btn_flex li:first-child{
margin-bottom: 20px;}


}
/* -------------end------------- */




/*================================================
 *  サービス
 ================================================*/

.marugoto{font-size: 188%;
font-weight: 500;
}

.marugoto > span{
background-image: repeating-linear-gradient(-45deg,
    #daeafb 0, #daeafb 2px,
    transparent 2px, transparent 4px
  );
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 0.5em;}

/* 大きい画面用の設定-------------- */
@media screen and (max-width: 979px) {
     .marugoto{font-size: 150%;}

}
/* 小さい画面用の設定-------------- */
@media screen and (max-width: 479px) {
    .marugoto{font-size: 125%;}
}

/* -------------end------------- */


.inside_service_outside{
    background-color: rgba(218,234,251,0.5);
}

.inside_service{
	max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    padding-top: 100px;
    padding-bottom: 100px;}

.inside_service_flex{display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 40px;}

.inside_service_flex li:first-child{width:36%;
box-sizing: border-box;} 
.inside_service_flex li:last-child{width:61%;
padding-right: 10%;
box-sizing: border-box;} 

.inside_service_flex_2 li:first-child{width:46%;
padding-left: 10%;
box-sizing: border-box;

} 
.inside_service_flex_2 li:last-child{width:51%;
padding-right: 0;} 

.inside_service_title{font-weight: 500;
font-size:150%;
margin-bottom: 20px;}

.inside_service_txt{
margin-bottom: 20px;}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.inside_service{
	width: 90%;
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 50px;}

.inside_service_flex{display: block;}

.inside_service_flex li:first-child{width:100%;
    margin-bottom: 10px;} 
.inside_service_flex li:last-child{width:100%;
padding-right: 0%;} 

.inside_service_flex_2 li:first-child{width:100%;
padding-left: 0%;
} 
.inside_service_flex_2 li:last-child{width:100%;} 

.inside_service_title{
font-size:150%;
margin-bottom: 10px;}

.inside_service_txt{
margin-bottom: 5px;}


}
/* -------------end------------- */

/* 料金表ボタン ------------------------------*/
.bt_inside_service{
margin-top: auto;
text-align: center;
margin-left: auto;
 margin-right: 0;
width: 35%;
padding: 10px;
border-radius: 45px;
position: relative;
background-color: #08294D;
box-sizing: border-box!important;
}

.bt_inside_service a{
display: block;
color: #ffffff;
font-weight: 500;
}

.bt_inside_service:after {
  font-family: 'FontAwesome';
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -11px;
color: #ffffff;
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.bt_inside_service{
width: 45%;
}

}
/* -------------end------------- */

/*  サービスこだわり------------------------------*/
    
.service_kodawari_outside{
padding-top: 100px;
}

.service_kodawari{
	max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    width: 96%;
}

.service_kodawari_flex_wrap {
  background: linear-gradient(90deg, #E9F9D9 0%, #E9F9D9 62%, #ffffff 62%, #ffffff 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.service_kodawari_flex_wrap2 {
  background: linear-gradient(90deg,#ffffff 0%,#ffffff 38%,#E9F9D9 38%,#E9F9D9 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.service_kodawari_flex{display: flex;
justify-content: space-between;
align-items: center;
}



.service_kodawari_flex li:first-child{width: 55%;
padding-left: 7%;
box-sizing: border-box;
}
.service_kodawari_flex li:last-child{width: 43%;}

.service_kodawari_flex_r{display: flex;
justify-content: space-between;
align-items: center;
    flex-direction: row-reverse;}

.service_kodawari_flex_r li:first-child{width: 55%;
padding-right: 7%;
box-sizing: border-box;
}
.service_kodawari_flex_r li:last-child{width: 43%;}



.service_kodawari_title{
	font-size: 138%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000000;
    font-weight: 500;
}



/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.inside_service{
	width: 90%;
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 50px;
	}
    
.service_kodawari_outside{
	
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 50px;}
    


.service_kodawari_flex{display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}



.service_kodawari_flex li:first-child{width: 100%;
padding-left: 0%;
     margin-bottom: 10px;
}
.service_kodawari_flex li:last-child{width: 100%;}

.service_kodawari_flex_r{display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;}

.service_kodawari_flex_r li:first-child{width: 100%;
padding-right: 0%;
    margin-bottom: 10px;
}
.service_kodawari_flex_r li:last-child{width: 100%;}



.service_kodawari_title{
	font-size: 138%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000000;
    font-weight: 500;
}

    
}
/* -------------end------------- */
    
/*================================================
 *  料金表
 ================================================*/
.price_chart{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}

/* 小さい画面用の設定-------------- */
@media (max-width:979px){
.price_chart{
    width: 100%;
    margin-bottom: 50px;
}

}
/* -------------end------------- */

.price_wrap_box{
    background-color: #daeafb;
    padding: 30px;
    border-radius: 10px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.price_wrap_box_mgn100{
margin-bottom: 100px;
}

.price_flex_box{
    display: flex;
    justify-content: space-between;
    align-items: center;}

.price_flex_box li:first-child{
   width: 16%;}

.price_flex_box li:last-child{
   width: 80%;
}

.price_flex_title{font-weight: 700;
margin-bottom: 10px;}

.price_flex_txt{margin-bottom: 15px;}

/* 中画面用の設定-------------- */
@media (max-width:979px){
.price_wrap_box{
    width: 100%;
    
}

}
/* -------------end------------- */

/* 小さい画面用の設定-------------- */
@media screen and (max-width: 479px) {
 .price_wrap_box{
    padding: 20px;}
    
    .price_wrap_box_mgn100{
margin-bottom: 50px;
}

    
.price_flex_box{
    display: block;}

.price_flex_box li:first-child{
    margin-bottom: 20px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;}

.price_flex_box li:last-child{
   width: 100%;}
}

/* -------------end------------- */


/* ダウンロードボタン ------------------------------*/
.bt_download{
	max-width: 320px;
	width: 30%;
border: 2px solid #D10A1C;
    padding: 10px;
    border-radius: 45px;
position: relative;
    background-color: #ffffff;
    text-align: center;
}

.bt_download a{
display: block;
color: #D10A1C;
font-weight: 500;}

.bt_download:after {
  font-family: 'FontAwesome';
  content: "\f1c1";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -11px;
  color: #D10A1C;
}

.bt_download_w{
	max-width: 450px;
	width: 40%;

}


/* 小さい画面用の設定-------------- */
@media (max-width:768px){
.bt_download{
	width: 80%;
}
    
.bt_download_w{
	max-width: 450px;
	width: 100%;
    box-sizing: border-box;

}
	}
/* -------------end------------- */

.price_wrap_title
{font-weight: 700;
margin-bottom: 10px;
text-align: center;}

.price_wrap_txt{margin-bottom: 25px;
text-align: center;}


.tb_price,
.tb_price2{
	width: 100%;
	border-collapse: collapse;
    border-style: hidden;}

.tb_price th, 
.tb_price td {
	  	border: 5px solid #daeafb;
	  	border-collapse: collapse;
	  	text-align: center;
	  	background-color:#fff;
    vertical-align: middle;
	}

.tb_price2 td{text-align: left;
padding-left: 20px!important;
padding-right: 20px;}

.tb_price th{
    	padding:2px 0;
    	vertical-align: middle;
    background-color: #08294D;
color: #ffffff;
    }

.tb_price td.bg-drak-green{
    	background-color:#E9F9D9;
    }
.tb_price td.bg-drak-yellow{
    	background-color:#F9F6D9;
    }

.tb_price td {
		padding:5px 3px;
		vertical-align: middle;
	}

    .width-14per{
    	width: 14%;
    }
 .width-29per{
    	width: 29%;
    }

 .width-20per{
    	width: 20%;
    }

 .width-28per{
    	width: 28%;
    }

 .width-12per{
    	width: 12%;
    }

 .width-16per{
    	width: 16%;
    }

 .width-18per{
    	width: 18%;
    }
 .width-30per{
    	width: 30%;
    }




.price_attension{font-size: 65%;
margin-top: 10px;}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.price_wrap_txt{text-align: left;}

    
.tb_price,
.tb_price2
    {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}


}
/* -------------end------------- */

/************************************
利用規約
*************************************/
.ordinary_dl{
margin-bottom: 100px;
margin-top: 50px;}



.ordinary_dl dt {
font-weight: 700;
color: #08294D;
margin-bottom: 5px;}


.ordinary_dl dd {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}

.ordinary_dl dd:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom-style: none;
	
}

.ordinary_ol,
.ordinary_ol2, 
.ordinary_ol3 {
counter-reset:item; /* 数字のカウントをリセットする */}

.ordinary_ol_btm30{margin-bottom: 30px;}


.ordinary_ol > ol,
.ordinary_ol2 > ol,
.ordinary_ol3 > ol{
  padding-left: 2em;
}
.ordinary_ol > li,
.ordinary_ol2 > li,
.ordinary_ol3 > li{
  text-indent: -2em;
  padding-left: 2em;
    margin-bottom: 20px;
}

.ordinary_ol > li:last-child,
.ordinary_ol2 > li:last-child,
.ordinary_ol3 > li:last-child{
    margin-bottom: 0px;
}

.ordinary_ol > li:before,
.ordinary_ol2 > li:before,
.ordinary_ol3 > li:before{
/* カウンタ（数字になる部分） */
counter-increment: item; /* 任意の名前を付けて！ */
content: counter(item); /* 名前を付けたカウンターを呼び出し */
/* 色を変えたり、背景画像を敷いたり！自由自在！ */
	  counter-increment: item;/* 任意の名前を付ける（もちろん英語で） */
  content: counter(item)'、';/* 名前を付けたカウンターをcontentで発動！ */
  /* 以下は自由に装飾... */
  padding-right: .5em;
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.ordinary_dl{
margin-bottom: 30px;
margin-top: 50px;}

}
/* -------------end------------- */

/************************************
個人のお客様 
*************************************/
.customer_flex_box{display: flex;
justify-content: space-between;
flex-direction: row-reverse;}

.customer_flex_box li{width: 48%;}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.customer_flex_box{display: block;
margin-bottom: 30px;
}

.customer_flex_box li{width: 100%;}
    
.customer_flex_box li{width: 100%;
    margin-bottom: 10px;}
}
/* -------------end------------- */

.customer_wrap_box{
    background-color: #ecf4fd;
    padding: 40px;
    border-radius: 10px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    border: 1px solid #08294D;}

.customer_wrap_box_btm30{
    margin-bottom: 30px;}

.customer_dl dt{color: #08294D;
font-weight: 500;
margin-bottom: 5px;}

.customer_dl dd{margin-bottom: 50px;}

.customer_ol {
counter-reset:item; /* 数字のカウントをリセットする */}

.customer_ol > ol{
  padding-left: 2em;}

.customer_ol > li{
  text-indent: -2em;
  padding-left: 2em;
}

.customer_ol > li:before{
/* カウンタ（数字になる部分） */
counter-increment: item; /* 任意の名前を付けて！ */
content: counter(item); /* 名前を付けたカウンターを呼び出し */
/* 色を変えたり、背景画像を敷いたり！自由自在！ */
	  counter-increment: item;/* 任意の名前を付ける（もちろん英語で） */
  content: '('counter(item)')';/* 名前を付けたカウンターをcontentで発動！ */
  /* 以下は自由に装飾... */
  padding-right: .5em;
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.customer_wrap_box{
padding: 20px;}

}
/* -------------end------------- */

/************************************
不動産業者様
*************************************/
.agent_flex_box{display: flex;
justify-content: space-between;}

.agent_flex_box_r{flex-direction: row-reverse;}

.agent_flex_box li:first-child{width: 32%;}
.agent_flex_box li:last-child{width: 64%;}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.agent_flex_box{display: block;}


.agent_flex_box li:first-child{width: 100%;
    margin-bottom: 10px;}
.agent_flex_box li:last-child{width: 100%;}

}
/* -------------end------------- */


/************************************
代表挨拶
*************************************/

/* 大きい画面用の設定-------------- */
@media (min-width:980px){
.conpamy_title_flex_box{
    max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	width: 96%;
    position: relative;
    margin-top: 30px;}

.conpamy_title_flex_box > li:first-child{
   width: 65%;}

.conpamy_title_flex_box > li:last-child{
width: 70%;
position: absolute;
top: 50%;
left:30%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
z-index: 100;
box-sizing: border-box;
color: #ffffff;
   font-size: 163%;
    font-weight: 500;
    line-height: 2.2;}
    
.conpamy_title_flex_box > li:last-child > span{
	background-color: #08294D;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 2px;}
}
/* -------------end------------- */



/* 中画面用の設定-------------- */
@media (max-width:979px){
.conpamy_title_flex_box{
     margin-top: 30px;
   width: 96%;
    margin-left: auto;
    margin-right: auto;

}
    
.conpamy_title_flex_box > li:last-child{
z-index: 100;
padding: 10px;
box-sizing: border-box;
color: #ffffff;
text-align: justify;
background-color: #08294D;
}
}
/* -------------end------------- */

/* 小さい画面用の設定-------------- */
@media screen and (max-width: 479px) {
.conpamy_title_flex_box{
   width: 90%;}

}

/* -------------end------------- */

.conpamy_dl dt {
	font-weight: 500;
	clear: left;
	float: left;
	width: 14em;
}

.conpamy_dl dd {
	padding-left: 14em;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.conpamy_dl dd:last-child {
	border-bottom-style: none;
}

.license_flex_box{display: flex;
justify-content: space-between;}

.license_flex_box li {width: 30%;}

.license_flex_box li > a p{margin-bottom: 10px;
text-align: center;}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.conpamy_dl dt {
clear: none;
	float: none;
}

.conpamy_dl dd {
	padding-left: 0em;

	
}
    
.license_flex_box{display: block;
width: 70%;
    margin-left: auto;
    margin-right: auto;}

.license_flex_box li {width: 100%;
    margin-bottom: 30px;}
    
    
.license_flex_box li:last-child {
    margin-bottom: 0px;}
.license_flex_box li > a p{margin-bottom: 5px;} 

}
/* -------------end------------- */


/************************************
代表挨拶
*************************************/
.partner_list{display:flex;
justify-content: space-between;
flex-wrap: wrap;}

.partner_list li{
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 5px;
    
    
}


/* 大大画面用の設定-------------- */

@media screen and (min-width: 980px) {
.partner_list::before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
.partner_list::after{
  content:"";
  display: block;
  width:23%;
}
    

.partner_list li{
	width: 23%;
margin-bottom: 30px;}
}
/* -------------end------------- */



/* 大きい画面用の設定-------------- */
@media screen and (max-width: 979px) {
.partner_list li{
	width: 31%;
    margin-bottom: 10px;

}
    
.partner_list::after{
  content:"";
  display: block;
  width:31%;
}
    
}
/* 小さい画面用の設定-------------- */
@media screen and (max-width: 479px) {
.partner_list li{
	width: 48%;
    margin-bottom: 10px;}
}

/* -------------end------------- */


/************************************
お知らせ
*************************************/
.news_dl dt {
    color: #d10a1c;
	font-weight: 500;
padding-left: 30px;}

.news_dl dd {
		margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
    padding-left: 30px;
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.news_dl dt {
padding-left: 0px;}

.news_dl dd {
    padding-left: 0px;}
}
/* -------------end------------- */



/************************************
プライバシーポリシー
*************************************/
.privacy_dl dt {
	font-weight: 500;}

.privacy_dl dd {
		margin-bottom: 30px;

}

/************************************
採用情報
*************************************/
.recruit_cate{
	background-color: #08294D;
	color: #ffffff;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
	border-radius: 22px;
	margin-left: 1em;
	line-height: 44px;
}

/************************************
お問い合わせ
*************************************/
.contact_lead{text-align: center;
margin-bottom: 30px;}

.contact_howto{display: flex;
justify-content: space-between;
padding: 20px;
 border: 1px solid #08294D;
border-radius: 10px;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.contact_howto li{width: 50%;
    text-align: center;
}

.contact_howto li:first-child{
    border-right: 1px solid #08294D;
}

/* 中画面用の設定-------------- */
@media (max-width:979px){
.contact_howto{
    width: 100%;

}
	}
/* -------------end------------- */
/* 小さい画面用の設定-------------- */
@media screen and (max-width: 479px) {
.contact_howto{display: flex;
    flex-direction: column;
    padding: 10px;}
    
 .contact_howto li{width: 100%;
     text-align: center;}
    
 .contact_howto li:first-child{
        border-bottom: 1px solid #08294D;
        border-right: none;
     padding-bottom: 20px;
     margin-bottom: 20px;
}


}

/* -------------end------------- */

/* 吹き出し本体 - 左右の中心 */
.balloon1{
  position: relative;
  padding: 5px;
  background-color: #fff3ad;
    width: 12em;
margin-left: auto;
margin-right: auto;
    text-align: center;
    background-color: #d10a1c;
    color: #ffffff;
    margin-bottom: 20px;
    border-radius: 3px;
    
    
}
/* 三角アイコン - 左右の中心 */
.balloon1::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: 0 auto;
  border-top: 15px solid #d10a1c;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

.choice_flex_box,
.choice_flex_box_c{display: flex;
justify-content: center;
width: 70%;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;}

.choice_flex_box li,
.choice_flex_box_c li{
    margin-left: 0.5em;
    margin-right:  0.5em;
}

.choice_flex_box li:nth-child(2),
.choice_flex_box_c li:last-child
{background-color: #08294D;
border-radius: 3px;
}

.choice_flex_box li:nth-child(2) a,
.choice_flex_box_c li:last-child a
{display: block;
padding-top: 3px;
padding-bottom: 3px;
color: #fff;
 padding-right: 1em;
    padding-left: 1em;
	border-radius: 3px;
    border: 1px solid #08294D;}


.choice_flex_box li:last-child,
.choice_flex_box_c li:nth-child(2)
{background-color: #ffffff;}


.choice_flex_box li:last-child a,
.choice_flex_box_c li:nth-child(2) a
{display: block;
padding-top: 3px;
padding-bottom: 3px;
color: #08294D;
    padding-right: 1em;
    padding-left: 1em;
	border-radius: 3px;
    border: 1px solid #08294D;
}

/* 小さい画面用の設定-------------- */
@media screen and (max-width: 479px) {
.choice_flex_box,
.choice_flex_box_c{width: 100%;
        flex-wrap: wrap;}
    
.choice_flex_box li:first-child,
.choice_flex_box_c li:first-child{
width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

}

/* -------------end------------- */
    


