@charset "UTF-8";
/*色設定*/

:root {
  --text-color: #333;
  --blue: #004a96;
  --dark-blue: #002c59;
  --light-blue: #e6edf5;

   --orange: #e64e01;
   
    --clear-red: rgb(255 38 42 / 0.5);

}

/*汎用*/
.mb30 {margin-bottom: 30px;}
.mb50 {margin-bottom: 50px;}
.mb80 {margin-bottom: 80px;}

.w900 {width: 900px; margin-left: auto; margin-right: auto;}

.blue {color:var(--blue); font-weight: 900; }

@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
  }
}

/*common*/


body {background: url("../img/common/bg_line.png") repeat ;  background-size: 16px auto; /* 横幅を50%、高さは自動 */
  background-position: 0 0;  /* 任意（左上基準） */}



a {text-decoration: none; color:  var(--text-color);}
html {  font-size: 62.5%;

	
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	
}

img {vertical-align: top; transition: opacity 0.3s; display: block;}

ul , ol {list-style: none;}

.pc {display: block !important;}
.sp{display: none !important;}

body { 
min-width: 1030px;
 font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	font-size: 1.6rem;
	color:  var(--text-color);
	line-height: 1.7;
	letter-spacing: 0.2rem;
	word-wrap: break-word;
	
}

.en{    font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: italic;
}

.annotation {font-size: 1.2rem; margin-top: 10px;}

.inner_wrap {width: 1030px; margin: 0 auto;}
.cnt_wrap {padding: 80px 0;}


.ph {width: 100%; height: auto;}

a:hover img {opacity: 0.7;}


/*ヘッダー*/

.head_navi {display: flex; position: absolute; top: 0; left: 0; width: 100%;}
.page .head_navi { backdrop-filter: blur(3px); background: rgb(255 255 255 / 0.7); padding-bottom: 20px; z-index: 3;}


.head_navi .logo {width: 150px; margin: 25px auto 0 20px;}
.head_navi .nav_list {display: flex; align-items: center; padding: 20px 20px 0 0;}
.head_navi .nav_list li {margin-right: 10px;}
.head_navi .nav_list li:last-child {margin-right: 0;}
.head_navi .nav_list .btn.orange {margin-left: 20px;}
.head_navi .nav_list li a {color:#fff;}
.page .head_navi .nav_list li a {color: var(--text-color);}

.page .head_navi .nav_list li.btn a {color: #fff;}
.head_navi .nav_list a:hover {text-decoration: underline;}

/*パンくず*/

.bred {position: absolute; left: 10px; top: 110px; background: rgb(255 255 255 / 0.6); padding: 5px; font-size: 1.2rem; z-index: 3; }
.bred  span {opacity: 0.5;}
.bred a {font-weight: 800; color:var(--blue); }
.bred a:hover{text-decoration: underline;}

/*ハンバーガー*/

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

.page .head_navi {background: none; backdrop-filter:none; z-index: 300;}
.bred {top: inherit; bottom: 0; left: 0;}
.page_ttl {padding-top: 30px !important; }
.page_ttl span {font-size: 4rem;}

.nav-open .head_navi .nav_list li a {color:var(--blue);}

	.nav-open .head_navi ul {display: block; font-size: 1.4rem; }
	.nav-open .head_navi li.btn a {margin: 0 auto; width: auto; color: #fff; }
	.nav-open .head_navi li {margin-right: 0; margin-bottom: 20px;}
	
	.nav-open .head_navi li a:hover { text-decoration: none;}
	
	.head_navi li {justify-content: center;}
  .nav {
    position: fixed;
    right: -50vw; /* 右から出てくる */
    top: 0;
    width: 50vw; 
    height: 100vh;
    padding-top: 60px;
    background-color: var(--light-blue);
    transition: all .6s;
    z-index: 200;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  .hamburger {
    position:fixed;
    right: 5vw;
    top: 10px;
    width: 60px; /* クリックしやすい幅 */
    height: 60px; /* クリックしやすい高さ */
    cursor: pointer;
    z-index: 300;
  }
	
	.nav-open	 .hamburger{position: fixed;}

	.nav-open .nav_logo  {display: block; position: absolute; width: 195px; top: 20px; left: 20px;}
	
  .nav_list {
	  display: block;
    margin: 12vw 0 0 0;
    padding: 0;
    list-style: none;
	  background: none;
  }
  .nav_item {
    text-align: center;
  
	  border-right: none;
  }
  .nav_item a {
    display: block;
    padding: 8px 0;

    text-decoration: none;
    color: #fff;
  }
	
	
	.nav_item a.fir { }
	
  .nav_item a:hover {
    
  }
  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 40px;
    height: 2px;
    background-color: var(--blue);
    transition: all .6s;
  }
  .hamburger_border_top {
    top: 14px;
  }
  .hamburger_border_center {
    top: 20px;
  }
  .hamburger_border_bottom {
    top: 26px;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }

  /* 表示された時用のCSS */
  .nav-open .nav {
    right: 0;
  }
  
  .nav-open .head_navi .nav_list {padding: 0; justify-content: center; display: flex; flex-direction: column;}
  
  .nav-open .btn {width: 90%; height: auto;}
  
  .nav-open  .head_navi .nav_list .btn.orange {margin-left: 0;}
  
  
  .nav-open .black_bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
	  background: var(--blue);
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
	   background: var(--blue);
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
	   background: var(--blue);
  }
	
	.nav-open .head_navi li a {font-size: 1.6rem; height: auto;}	
	
		.foot_logo {margin: 20px auto 10px;}
	
	footer .nav_item {text-align: left;padding: 0; display: flex; align-items: center;}
	
	footer .nav_list{margin: 10px 0 0 0; display: block; border-bottom: 1px solid #fd7cca;}
	
	.nav_list_mini {border-bottom: 1px solid #fd7cca; padding: 5px 0 10px;}
	
	.foot_nav ul.nav_list_mini {justify-content: left;}
	
	.foot_nav ul.nav_list_mini li {width: 50%; margin-right: 0; text-align: left;}
		.foot_wrap {padding: 0 5vw;} 
	
	
}

/*topNEWS*/
.top_news {border-top: 1px solid  var(--blue); border-bottom: 1px solid  var(--blue); padding: 25px 0; background: #fff;}
.top_news_wrap {display: flex; align-items: center; border: 1px solid  var(--blue);}
.top_news .heading {font-size: 2.5rem; color: var(--blue); border-right: 1px solid  var(--blue); display: flex; align-items: center; padding:0 15px;}
.top_news .btnB {width: 175px; margin-left: auto;}
.top_news_wrap li a {padding: 15px;}
.top_news_wrap li a span:hover {text-decoration: underline;}
.top_news_wrap li a em {color: var(--blue); margin-right: 10px;}
.top_news_wrap li a em:hover {text-decoration: none !important;}

/*ボタン*/

.btn  {
  padding: 2px;
  width: 125px;
  height: 60px;
  box-sizing: border-box;
  display: inline-block;
}

.btn a {border: 1px solid #fff; display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; color: #fff; text-decoration: none;}
.head_navi .nav_list .btn a:hover {text-decoration: none;}

.btn.orange { background-color: var(--orange);}
.btn.orange a:hover {background: #fff; color: var(--orange) !important;}

.btn.blue { background-color: var(--blue);}
.btn.blue a:hover {background: #fff; color: var(--blue) !important;}

.btnB a {color: #fff; padding: 15px; display: flex; align-items: center;}
.btnB a i {width: 23px; margin-left: 10px;}
.btnB.blue {}
.btnB.blue a {background-color: var(--blue);}
.btnB.blue a:hover{background: var(--orange); }


.btnL {
  padding: 2px;
  width: 475px;
  height: 125px;
  box-sizing: border-box;
  display: inline-block;
  margin: 30px 0 0;
}

.btnL a span:first-of-type {margin-top: 10px; display: block;   font-size: 2.5rem;}

.btnL a {border: 1px solid #fff; width: 100%; height: 100%;  color: #fff; display: block; text-align: center;}
.btnL i {width: 50px; display: block;}
.btnL i img {width: 100%!important;}
.btnL .ico_wrap {display: flex; align-items: center; justify-content: center; font-size: 3.5rem;}

.btnL.orange { background-color: var(--orange);}
.btnL.orange:hover {background-color: var(--blue);}

.btnbox{background: var(--light-blue); border: 1px solid var(--blue); text-align: center; padding: 30px 0;}

.two_column_wrap {display: flex; justify-content: center;}
.two_column_wrap .btnbox {width: 48%; margin-right: 4%;}
.two_column_wrap .btnbox:nth-last-child(odd) {margin-right: 0;}

#page_top {position: fixed; right:0; bottom: 0vw; font-size: 3rem; color:#fff; transition: opacity 0.3s; background: var(--blue); padding: 15px;}
#page_top i {display: block; letter-spacing: 0; line-height: 1;}
#page_top i:hover {opacity: 0.7;}

/*kv*/
.kv {width: 100vw;  }
.fx_page .kv {width: 100vw; margin: 0 auto 0px ; }

.page .kv {position: relative; z-index: 1;}
.page_ttl {position: absolute;  top:50%; left:40px; transform: translateY(-50%); padding-top: 100px;}
.page_ttl .en {color: var(--blue);}
.page_ttl span {color: #fff; font-size: 5rem; display: block; line-height: 1.2;}


/*ttl*/
.ttlA {text-align: center; font-size: 4rem; margin-bottom: 30px;}
.ttlA strong {color: var(--blue);}
.ttlA .en {
font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  position: relative;
  letter-spacing: 0.05em;
}

.ttlA .en span {margin: 0 10px;}

.ttlA .en::before,
.ttlA .en::after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: var(--blue); 
}

.login .ttlA small {display: block; margin-top: -5px; font-weight: 400; font-size: 1.4rem;}

.ttlB {font-size: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  }
  
.ttlB span {color: var(--blue);}
.ttlB::before,
.ttlB::after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: var(--blue); 
}

.ttlC {color:var(--blue); font-size: 3rem; text-align: center; margin-bottom: 20px;}
.ttl_txt {margin-top: -20px; text-align: center; margin-bottom: 30px;}

/*ol*/

.olA{
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: num;
  display: grid;
  gap: 22px;
  background: var(--blue);
  padding: 30px;
  }

.olA li {
  counter-increment: num;
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  font-size: 2rem;
  column-gap: 16px;
  line-height: 1.9;
  color: #fff;
}

.olA li::before {
  content: counter(num);
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--dark-blue);
  border-radius: 50%;
  letter-spacing: 0;
}


.olB { 
  counter-reset: step; 
}

.olB > li {
background: #fff; border:1px solid var(--blue);
  position: relative;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 60px;
}

.olB > li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;                       /* ボックス外に出す */
  width: 20px;
  height: 20px;
  border-right: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  transform: translateX(-50%) rotate(45deg);
  background: #fff;                    /* 背景が白の場合のなじませ */
}


.olB dt i {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.08em;
  padding: 6px 16px;
  line-height: 1;
  border-radius: 3px;
}

.olB dt strong {
  display: block;
  margin-top: 20px; 
  color: var(--blue);
  font-size:3rem;
}

.olB dd {
}

.olB dd span {
  color:var(--blue);
  font-weight: 900;
}

.olB.two_column {display: flex;}
.olB.two_column li {width: 48%; margin-right: 4%;}
.olB.two_column li:nth-child(even){margin-right: 0;}
.olB.two_column > li:not(:last-child)::after {display: none;}
.olB.two_column li dd {font-size: 1.3rem; padding: 10px 10px 0; text-align: left;}

.two_column_wrap .olB_wrap  {width: 48%; margin-right: 4%;}
.two_column_wrap .olB_wrap:nth-child(even) {margin-right: 0;}

/*dl*/
.dlA dt {position: relative; padding-left: 20px;}
.dlA dt:before {content: "●";
  color: var(--blue); 
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.6rem;
  }
  
.dlA dd {font-size: 5rem; margin-bottom: 10px; line-height: 1.5;}
.dlA dd ul {display: flex; margin-top: 10px;}
.dlA dd ul li {font-size: 3rem; line-height: 1;}
.dlA dd ul li:nth-child(odd) {border-right: 1px solid var(--text-color); padding-right: 20px;}
.dlA dd ul li:nth-child(even) { padding-left: 20px;}
.dlA dd ul li small {font-size: 1.2rem;}

.dl_wrap {display: flex; flex-wrap: wrap; margin-bottom: 40px;}
.dlB {width: 48%; margin-right: 4%; margin-bottom: 40px;}
.dlB:nth-child(even){margin-right: 0;}
.dlB dt {background: var(--blue); color: #fff; font-size: 3rem; text-align: center;}
.dlB dd {background: #fff; border: 1px solid var(--blue); text-align: center; padding: 20px;}

.dlC {margin-bottom: 20px;}
.dlC dt i {width: 90px; display: block; }
.dlC dt span {width:100%; text-align: center; margin-left: -90px;}

.dlC dt {background: #fff100; display: flex; align-items: center; border: 1px solid #000; font-size: 3rem; font-weight: 900;}
.dlC dd {background: #fff; border: 1px solid #000; padding: 20px; margin-top: -1px;}

.dl_circle_wrap {display: flex; justify-content: center;}
.dl_circle {border-radius: 50%; width: 320px; height: 320px; background: #fff; border: 1px solid var(--blue); display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; margin-right: 20px;}
.dl_circle:last-of-type{margin-right: 0;}
.dl_circle dt {background: var(--blue); color: #fff; display: block; font-size: 2rem; padding: 0.5em;}
.dl_circle dd {font-size: 5rem; display: inline-block; line-height: 1.4;}
.dl_circle dd i {font-size: 1.4rem;}
.dl_circle dd small {font-size: 1.2rem; display: inline-block; line-height: 1.5;}

/*tbl*/
.tblA {display: flex; margin-bottom: 10px; align-items: center;}
.tblA:last-child{margin-bottom: 0;}
.tblA dt {background: var(--blue); color: #fff; width: 250px; text-align: center; padding: 10px; display: flex; align-items: center;
 justify-content: center;}
.tblA dd {border: 1px solid var(--blue); background: #fff; width: 650px; padding: 10px;}
.tblA dd span {border: 1px solid var(--text-color); padding: 10px; font-size: 1.4rem; display: block;}


/*ph_left*/
.ph_left figure {display: flex; align-items: center;}
.ph_left figure img {width: 50%;}
.ph_left .txt_wrap {width: 515px; padding-left:40px; box-sizing: border-box;}

/*ph_right*/
.ph_right figure {display: flex; align-items: center; flex-direction: row-reverse;}
.ph_right figure img {width: 50%;}
.ph_right .txt_wrap {width: 515px; padding-right:40px; box-sizing: border-box;}
.ph_right .heading {color: var(--blue); font-size: 3.5rem;}
.ph_right .marking {background:var(--blue); display: inline; color: #fff; font-size: 2rem; line-height: 2.3; padding:5px;}
.ph_right .sentence {margin: 20px 0; font-size: 1.8rem;}

/*bnr_wrap*/
.bnr_wrap {width: 800px; margin:0 auto;}

/*top_cnt*/
.top_cnt {background: url("../img/common/bg_city.png") no-repeat left bottom #fff;  background-size: 100% auto;}

/*btn_wrap*/
.btn_wrap {display: flex; justify-content: center;}
.btn_wrap  li {margin-right: 20px;}
.btn_wrap  li:last-child {margin-right: 0px;}

.btn_wrap .one {
  padding: 2px;
  width: 310px;
  height: 150px;
  box-sizing: border-box;
  display: inline-block;
  background: var(--blue);
}

.btn_wrap .one a {border: 1px solid #fff; display: block; width: 100%; height: 100%; color: #fff; text-align: center; padding-top: 15px;}
.btn_wrap .one a i {margin: 0 auto; display: block;}
.btn_wrap .one a i img {width: auto; height: 45px; margin: 0 auto;}
.btn_wrap .one:hover { background: var(--orange);}
.btn_wrap .one span {font-size: 2.2rem; margin-bottom: 5px; display: block;}
.btn_wrap .one small {font-size: 1.6rem; display: block; width: 100%; border-top: 1px solid #fff; padding-top: 5px;}

/*txtbox*/
.txt_box {border: 1px solid var(--blue); padding: 50px; background: #fff;}
.txt_box strong {font-weight: 900; color: var(--blue); margin-bottom: 15px; display: inline-block;}
.txt_box a {color: var(--blue); text-decoration: underline;}
.txt_box a:hover {text-decoration: none;}

/*footer*/
.common_footer {background: #fff;}
.foot_logo {width: 150px; margin: 40px auto;}
.foot_navi {display: flex; justify-content: center; font-size: 2rem;}
.foot_navi li {margin-right: 20px;}
.foot_navi li:last-child {margin-right: 0px;}
.foot_navi li a:hover , .foot_sub a:hover {text-decoration: underline;}
.foot_sub {margin: 10px 0 20px; font-size: 1.2rem; text-align: center;}

.bnr_ul {display: flex; justify-content: center; margin-bottom: 20px;}
.bnr_ul li {margin-right: 10px;}
.bnr_ul li:last-of-type {margin-right: 0px;}

.copy_ul {text-align: center; font-size: 1.2rem;}
.copy_ul .copy{background: var(--blue); color: #fff; padding: 10px 0; margin-top: 20px; font-size: 1.1rem; letter-spacing: 0.1em;} 

/*modal-content*/
.login_wrap {}


.modal-content {
	width: 50% ;
	margin: 0 ;
	padding: 10px 20px ;
	border: 2px solid #aaa ;
	background: #fff ;
	position: fixed ;
	display: none ;
	z-index: 10002 ;
	text-align:center;
}
  
#modal-overlay {
	z-index: 10001 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

.button-link {
	color: var(--blue);
	text-decoration: underline ;
}
 
.button-link:hover {
	cursor: pointer ;
	text-decoration: none;
}


.modal-content a.button-link {
	margin: 0.5em auto 0;
	padding-left: 1.5em;
	padding-right: 1.5em;
	line-height: 22px;
	border: 0;
	/*	height:24px;*/
	background-color:  var(--blue);
	color: #fff;
	display: inline-block;
	text-decoration: none;
	font-size:12px;
}
.modal-content a.button-link:hover{
	background-color: #4278ab;

}

.form_p04 {margin-top: 10px;}

/*form*/
.login_wrap {text-align: center; background: var(--light-blue); padding: 5vw;}
.form_cnt input {border: 1px solid var(--blue); background: #fff; width: 50%; margin-bottom: 1vw; padding: 0.2vw;}

/*診断*/
#contents_sec #cont_main_bg, #contents_sec #cont_main, #contents_sec #cont_r {float: none;}
#container_area {margin: 0 auto;}
#contents_sec #cont_main02 {margin-left: auto; margin-right: auto; width: auto; padding-left: 0; background: none;}

#container_area .ke {margin: 0 auto;}

.sim {display: flex;
    flex-direction: column;
    align-items: center;}
	
#sim_but01, #sim_but02 {
    padding-top: 4.8%;
    display: flex;
    width: 100%;
    justify-content: center;}
.forms header {background: #fff;}	
.forms #contents_sec #cont_main {margin-left: 0 !important; padding: 5vw;
   }
.forms #contentsd {border-top: 1px solid var(--blue); border-bottom: 1px solid var(--blue);}
#botlink {display: none;}
#wrapper {background-color: inherit;}
.forms #contents_sec {display: flex; justify-content: center; padding: 5vw 0;}
.policyarea {width: 100%;}
#iframetxt {width: 100%;}
#readmore_bg {width: 100%; max-width: 100%;}
#button_1.block_006 {
    zoom: 1;
    display: flex;
    flex-direction: row-reverse;}

/*popup*/
.popup.close {display: none;}
.popup {width: 200px; position: fixed; right: 10px; bottom: 6vw;}
.popup .inner{position: relative;}
.popup .close_btn {width: 30px; display: block; cursor: pointer; position: absolute; top:-10px; left: -10px; z-index: 3;}

/*accordion*/
.accordion {
    max-width: 100%;
    margin-bottom: 7px;
    border: 1px solid var(--blue);
}

.accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
   background:#fff;
    font-weight: 600;
    cursor: pointer; 
	color: var(--blue);
}

.accordion summary:hover { background: var(--orange); color: #fff;}
	
.accordion summary .title {width: 100%; text-align: center; font-size: 3rem; display: flex; font-size: 2rem; align-items: center;}
.accordion summary .title i {font-size: 3.5rem; margin-right: 10px;}


.answer p {display: flex; align-items: center; font-size: 1.8rem;}
.answer p i {font-size: 3rem; color:var(--orange); margin-right: 10px;}

.accordion summary .title span {}

.accordion summary::-webkit-details-marker {
    display: none;
}

.accordion summary::before,
.accordion summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: var(--blue);
    content: '';
}

.accordion summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion summary::after {
    transition: rotate .3s;
}

.accordion[open] summary {border-bottom-left-radius: 0; border-bottom-right-radius: 0; }

.accordion[open] summary::after {
    rotate: 90deg;
}

.accordion div {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding:30px;
	background: #fff;
	  border-top: 1px solid var(--blue);
   border-bottom-left-radius: 7px; border-bottom-right-radius: 7px;
    transition: transform .5s, opacity .5s;
}


.accordion[open] div {
    transform: none;
    opacity: 1;
}

/*form*/
#contact_form #breadcrumbs {display: none !important;}
.forms #hedeer ul {display: flex; justify-content: center; width: 100%; margin: 0 !important;}

.forms #hedeer ul li {text-align: center; padding-right: 0;}



/*news*/
.news_page .inner_wrap {padding-top: 5vw;}
.news_page .post {background: #fff; padding: 5vw; margin-bottom: 5vw; border:1px solid var(--blue);}
.news_page .post a {text-decoration: underline; color: var(--blue);}
.news_page .post a:hover {text-decoration: none;}
.news_page .date , .news_page .single-date {color: var(--blue);}

.news_page .single-title {color: var(--blue);}
.news_page .single-content {border-top: 1px solid var(--text-color); padding-top: 2vw;}


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

}

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

div.balloon07 {padding: 5vw !important;}

body { font-size: 1.5rem; min-width: 320px;}

.sp {display: block !important;}
.pc{display: none !important;}

.mb30 {margin-bottom: 3vw;}
.mb50 {margin-bottom: 5vw;}
.mb80 {margin-bottom: 8vw;}

.inner_wrap {width: 90vw;}
.bnr_wrap {width: 90vw; }
.cnt_wrap {padding: 5vw 0 10vw}
.w900 {width: 90vw;}

.ttlA{font-size: 2rem; margin-bottom: 3vw;}
.ttlA .en::before, .ttlA .en::after {width: 30px;}

.ttlB{font-size: 1.8rem;}
.ttlB::before, .ttlB::after {width: 30px;}

.ttlC {font-size: 2rem;}

.ttl_txt {margin-top: -2vw;  margin-bottom: 3vw;;}

.annotation{margin-top: 2vw; text-align: center;}


.btnB a { justify-content: center;}

.btnL {width: 90vw; margin:0 auto; display: block; height: 90px;}
.btnL a span:first-of-type {font-size: 1.6rem;}
.btnL i {width: 30px;}
.btnL .ico_wrap {font-size: 2.5rem;}

.popup {width: 150px; bottom: 15vw;}
#page_top {font-size: 2rem; padding: 10px; right: 2.5vw; bottom: 2.5vw;}

/*header*/
.head_navi .logo {width: 100px; margin: 15px auto 0 5vw; z-index: 2;}
.page .head_navi {backdrop-filter:none; background: none; z-index: inherit;}

/*top*/
.top_news {padding: 2.5vw 0;}
.top_news_wrap {display: block; border: none;}
.top_news .btnB {margin-right: auto;}
.top_news .heading {border-right: none; padding: 0}
.top_news_wrap li a {padding:0 0 15px 0; display: inline-block;}
.top_news_wrap ul li span { display: inline-block;}

.olA {padding: 5vw;}
.olA li {font-size: 1.5rem;}
.olA li::before {font-size: 2rem;}

.olB dt strong {font-size: 2rem; padding-top:0.5vw;}
.olB dt i {padding: 1.1rem 0.5rem;}
.olB > li {margin-bottom: 15vw;}
olB > li:last-child{margin-bottom: 0;}
.olB.two_column {margin-top: 5vw;}

.ph_left {}
.ph_left figure img {width: 100%;}
.ph_left figure {display: block;}
.ph_left .txt_wrap {width: 100%; padding-left: 0;}

.ph_right figure img {width: 100%;}
.ph_right figure {display: block;}
.ph_right .txt_wrap {width: 100%; padding: 5vw 5vw 0;}
.ph_right .heading{font-size: 2.5rem;}
.ph_right .sentence {margin: 5vw 0;}

.dlA {padding: 5vw;}
.dlA dd {font-size: 3rem; margin-bottom: 3vw;}
.dlA dd ul li {line-height: 0.8;}
.dlA dd ul {display: block; margin-top: 3vw;}
.dlA dd ul li:nth-child(odd) {
    border-right: none;
    padding-right: 0px;}
	
.dlA dd ul li:nth-child(even) {padding-left: 0; margin-top: 5vw;}

.dlB {margin-bottom: 5vw;}
.dlB dt {font-size: 1.6rem;}
.dlB dd {padding: 3vw; font-size: 1.4rem; text-align: left;}
.dlB dd br {display: none; }

.dlC dt i {width: 50px;}
.dlC dt span {margin-left: -50px; font-size: 2rem;}


.dl_circle_wrap {flex-wrap: wrap;}
.dl_circle {width: 43vw; margin-right: 4vw; height: 43vw;}
.dl_circle:nth-child(even) {margin-right: 0;}
.dl_circle dt {font-size: 1.4rem; padding: 0.2em;}
.dl_circle dd {font-size: 3rem;}
.dl_circle dd small {font-size: 1rem;}

.btn_wrap {display: block; text-align: center;}
.btn_wrap .one {width: 80vw; height: 130px;}
.btn_wrap .one span {font-size: 1.6rem;}
.btn_wrap .one small {font-size: 1.4rem; padding-top: 3px;}

.btn_wrap li.one {margin-right: auto; margin-left: auto; margin-bottom: 3vw;}
.btn_wrap li:last-child{margin-bottom: 0;}

.bred {top: inherit; left: 0; bottom: 0; background: rgb(255 255 255 / 0.8);}
.page_ttl {left: 5vw; padding-top: 0; top: 45%;}
.page_ttl .en {font-size: 1.6rem;}
.page_ttl span {font-size: 3rem;}

.tblA dt {width: 40%; font-size: 1.3rem;}
.tblA dd {width: 60%; font-size: 1.3rem;}
.tblA dd span {font-size: 1.2rem; padding: 2vw;}


.corp .tblA dt , .corp  .tblA dd {width: 100%;}
.corp .tblA {display: block;}



.flow .two_column_wrap  , .loan .two_column_wrap {display: block;}
.flow .two_column_wrap .btnbox {width: 100%; margin-right: 0; margin-bottom: 5vw; padding: 5vw;}
.flow .two_column_wrap .btnbox:last-child{margin-bottom: 0; }

.loan .two_column_wrap .olB_wrap {width: 100%; margin-right: 0;}
.loan .two_column_wrap .btnbox {width: 100%; margin-right: 0; margin-bottom: 5vw; padding: 5vw;}
.loan .two_column_wrap .btnbox:last-child{margin-bottom: 0; }

.accordion summary .title {font-size: 1.6rem;}
.accordion summary .title i {font-size: 2rem;}
.accordion summary {padding: 1em;}
.accordion summary::before {right: 1em;}
.accordion summary .title span {padding: 0 2vw 0 0; text-align: left;}
.accordion div {padding: 5vw; }
.answer p {font-size: 1.6rem;}

.txt_box {padding: 5vw;}

.form_cnt input {width: 100%;}

/*footer*/
.foot_logo {margin: 5vw auto;}
.bnr_ul {width: 90vw; overflow: auto; margin: 0 auto 5vw; justify-content: flex-start;}

.foot_navi {flex-direction: column; justify-content: center; align-items: center;}
.foot_navi li {margin-right: 0; margin-bottom: 2.5vw; font-size: 1.4rem; width: 90%; text-align: center;}
.foot_sub {font-size: 1rem;}
.copy_ul {font-size: 1rem;}

/*form*/
body#contact_form ,body#un_layer {background: none;}


.s-hedeer li.li_n01 {width: 100%; display: flex; justify-content: center;}
.s-hedeer li.li_n01 img {width: 30%;}
.s-hedeer li.li_n02 , .s-hedeer li.li_n03 {display: none;}
.balloon01 > ul li .title, .balloon02 > ul li .title {background: var(--blue)!important; color: #fff;}
.balloon01 , .balloon02 , .balloon03 , .balloon04 {padding: 5vw !important;}
textarea {padding: 1vw;}
input , select ,textarea {border:  1px solid #ddd !important;}
.balloon01 .title span.error, .balloon02 .title span.error {background-color:#ff0000; }
.balloon01 .title em.em_nini, .balloon02 .title em.em_nini {color:var(--text-color);}
/*.balloon01 input[type=text], .balloon02 input[type=text], .balloon01 input[type=email], .balloon02 input[type=email], .balloon01 input[type=tel], .balloon02 input[type=tel] {width: auto !important; max-width:auto !important; }*/
.balloon01 .title span#error_mail.error {width: auto !important;}
#button_1.block_006 {display: block !important;}
.mCustomScrollBox {font-size: 1.2rem !important;}
#contents_sec {background: none !important; }
.forms  {background: none !important;}
/*#submit_button_1, #submit_button_2, #submit_button_3, #submit_button_4 {width: 70vw; background-size: 100% auto !important; padding: 0 !important; height: 18.5vw !important; font-size: 0;}*/
#s-footer02 img {width: 50%; height: auto; margin-left: auto; margin-right: auto;}
/*#submit_button_confirm, #submit_button_confirm2 {width: 70vw; background-size: 100% auto !important; padding: 0 !important; height: 19.5vw !important; display: block; margin-left: auto; margin-right: auto;}*/
.ul_tbl05 li input[type="text" ] {max-width: 15rem !important;}
select {color:var(--text-color)!important;}


}
	


