@charset "UTF-8";

/*@font-face {
   font-family: M_Plus_Round_1c;
   src: url('../fonts/MPLUSRounded1c-Regular.ttf') format("truetype");
}*/

.font_52{font-size: 52px}
.font_40{font-size: 40px}
.font_45{font-size: 45px}
.font_35{font-size: 35px}
.font_34{font-size: 34px}
.font_33{font-size: 33px}
.font_32{font-size: 32px}
.font_30{font-size: 30px}
.font_29{font-size: 29px}
.font_27{font-size: 27px}
.font_26{font-size: 26px}
.font_25{font-size: 25px}
.font_24{font-size: 24px}
.font_23{font-size: 23px}
.font_22{font-size: 22px}
.font_20{font-size: 20px}
.font_18{font-size: 18px}
.font_17{font-size: 17px}
.font_16{font-size: 16px}
.font_14{font-size: 14px}
.font_13{font-size: 13px}
.font_12{font-size: 12px}
.font_10{font-size: 10px}
.font_mincho{
	/*font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif !important;
	letter-spacing: -0.05em;*/
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ フォント設定 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

.text_yellow{color: rgba(240,255,40,1)!important;}
.text_blue{color: rgba(11,23,97,1)!important;}
.text_orange{color: rgba(255,51,0,1)!important;}
.text_white{color: rgba(255,255,255,1)!important;}

.bg_yellow{background: rgba(240,255,40,1)!important;}
.bg_blue{background: rgba(11,23,97,1)!important;}
.bg_gray{background: rgba(240,240,240,1)!important;}
.bg_white{background: rgba(255,255,255,1)!important;}

.bd_blue{border-color: rgba(11,23,97,1) !important;}

@charset "UTF-8";

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ 共通 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
*{
	font-size: 16px;
	 /*font-family: "hono_maru");,"M PLUS Rounded 1c", sans-serif;*/
	 /* font-family: 'M PLUS Rounded 1c',/*"M_Plus_Round_1c","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; */
	 font-family: YakuHanRPs, "Zen Kaku Gothic New", sans-serif;
	 list-style: none;
	font-weight: 600;
}
a,a:visited,a:hover,a:focus,a:active{text-decoration: none;}

header,
main,
footer{
	width: 100%;
	overflow: hidden;
	position: relative;/* 22-11-30 T.T ADD position */
}
main {
    min-height: 60vh;
}
@media (max-width: 599px){
	main{
		max-width:599px;
		margin-top: 90px;
	}
}
/* PC/SP表示切り替え */
@media (min-width: 600px){
	.sp-on{display: none;}
	.sp-off{display: block;}
}
/* フェードアップ */
.fadeUpTrigger {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}
.fadeUpTrigger.fadeUp {
	opacity: 1;
	transform: translateY(0);
}
*{
	font-family: YakuHanRPs, "Zen Kaku Gothic New", sans-serif;
}
.red { color:#f9320a; }
.blue { color:#236de9; }
.bg-lblue { background-color:#eef5fe; }

/* ボタン */
.btn {
    display: block;
    color: #fff;
    width: 426px;
    height: 79px;
    border-radius: 40px;
    margin: 0 auto 40px;

	transition: .3s;
}
.btn.red{
	background:#f9320a;
	box-shadow: 8px 6px 0px #236de9;
}
.btn.blue{
	background:#236de9;
	box-shadow: 8px 6px 0px #f9320a;
}
.btn.red:hover,
.btn.blue:hover{
	box-shadow: unset;
	transform: translate(4px,4px);
  }
.btn a{
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	font-size: 27px;
    line-height: 2.4;
    letter-spacing: 0.5px;
}
.btn.blue a{
	letter-spacing: -1px;
    text-indent: -0.8em;
}
.btn a.ca:after{
	content:"";
	display:block;
	float: right;
	width:38px;
	height:38px;
	background-image: url(../images/top/icon_circlearrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin: 15px 42px 0 -42px;
}
.btn a.ca_right:after{
	content:"";
	display:block;
	float: right;
	width:38px;
	height:38px;
	background-image: url(../images/top/icon_circlearrow_right.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin: 15px 42px 0 -42px;
}

/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ 共通 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ ヘッダー ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* header{margin: .5em 0} */
header {
    height: 150px;
	margin: 0 auto;
    padding: 40px 0 140px;
	background:#eef5fe;
}
header .phone_wrap{line-height: 1.25em;}
header .contact,
header .favorite{
	width: 6em;
	text-align: center;
	background: #8BB2DE;
	color: #fff;
	padding: 5px 7px 0;
	margin: 0 .25em;
	border-radius: 5px;
}

header .contact a,
header .favorite a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	color: #fff;
}
header .contact{margin-left: 25px;}
header .contact img,header .favorite img{margin-bottom: 4px}
.header_inner {
    width: 100%;
    padding: 0 36px 0 50px;
    margin: 0 auto;
    display: flex;
	position: relative;
    justify-content: space-between;
}
.header_inner .header_logo {
    width: 240px;
}
.header_inner .header_logo:hover {
    opacity:.7;
}
.header_inner .hbg {
	display: none;
}
.header_inner .header_contents {
	width:calc(100% - 275px);
	height:70px;
	max-width: 840px;
    background: #fff;
	border-radius:70px;
	margin-top: -10px;
}
.header_inner .header_contents ul{
	position:relative;
	display: flex;
	max-width: 870px;
}
.header_inner .header_contents ul li{
	margin-right: 5px;
}
.header_inner .header_contents ul li a{
	display: block;
	width:100%;
	height:100%;
	padding: 23px 10px;
    font-size: 16px;
	transition: .3s;
}
.header_inner .header_contents ul li a:hover{
	color:#f9320a;
	transition: .3s;
}
.header_inner .header_contents ul li.entry{
	position:absolute;
	top:0;
	right:0;
	background:#f9320a;
	width: 220px;
    border-radius: 70px;
	margin-right: 0;
	transition: .3s;
}
.header_inner .header_contents ul li.entry:after{
	content:"";
	display:block;
	float: right;
	width:37px;
	height:37px;
	background-image: url(../images/top/icon_circlearrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin: -54px 35px 0 0;
}
.header_inner .header_contents ul li.entry:hover{
	background:#236de9;
	transition: .3s;
}
.header_inner .header_contents ul li.entry a{
	color:#fff;
	padding: 19px 0 19px 40px;
	font-size: 22px;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ ヘッダー ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ フッター ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
footer{
	height:650px;
	background:#236de9;
	position:relative;
	overflow:visible;
	margin:-1px;
}
footer .footer_contents{
	margin:0 auto;
    text-align: center;
    color: #fff;
    padding: 121px 0 0;
}
footer .footer_contents a{
	color: #fff;
}
.footer_contents .access {
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: 1.03px;
}
.footer_contents .tel img{
	margin: 10px auto -13px;
    width: 420px;
}
.footer_contents .links {
    margin: 55px auto -10px;
    display: flex;
    justify-content: center;
}
footer .footer_contents .links a{
	margin-right: 10px;
}
.footer_contents .sns{
	display: flex;
    justify-content: center;
    padding: 30px 0 5px;
    margin: 0 auto;
}
.footer_contents .sns .icon{
	display:block;
	width: 60px;
	height:60px;
    margin: 0 10px;

	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;

	transition: .3s;
}
.footer_contents .sns .icon.ttt{
	background-image:url(../images/footer/icon_x.png);
}
.footer_contents .sns .icon.inst{
	background-image:url(../images/footer/icon_inst.png);
}
.footer_contents .sns .icon.line{
	background-image:url(../images/footer/icon_line.png);
}
.footer_contents .sns .icon:hover{
	opacity:.7;
	transition: .3s;
}
.footer_contents .sns .icon a{
	display:block;
	width:100%;
	height:100%;
	transition: .3s;
}
footer .footer_contents .footer_logo{
	height: 103px;
	padding-bottom: 21px;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
}
.footer_logo span{height: auto;}

.footter_menu{
	line-height: 52px;
	/* position: relative;*/ /* 22-11-30 T.T DELETE */
	font-size: 12px;
}
.footter_menu:before{
	position: absolute;
	background: rgb(11,23,97,1);
	height: 100%;
	width: 100vw;
	padding: 0 100%;
	z-index: -1;
	left: 0;
}
@media (max-width: 599px){
	footer{
		height: 600px;
	}
	footer .footer_contents {
		padding: 70px 0 0;
	}
	footer .footer_contents .links{
		margin: 30px auto 0;
		display:block;
	}
	.footer_contents .tel img {
		margin: 10px auto 0;
        width: 270px;
	}
	.footer_contents .sns .icon{
		margin: 0 5px;
	}
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ フッター ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ パンくずリスト ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
header .breadcrumbs{
	width: 100%;
    height: 50px;
    background-color: #236dea !important;
    margin-top: 30px;
    padding: 0 0 0 30px;
}
header .breadcrumbs > div{width: 1080px;}
header .breadcrumbs .breadcrumb{
	background-color: #236dea!important;
	/* background: rgba(11,23,97,1);
	padding: 0;
	margin: 0;
	align-items: center; */
}
header .breadcrumbs .breadcrumb li{
	color: white!important;
	font-size: 16px;
}
header .breadcrumbs .breadcrumb li a:visited,
header .breadcrumbs .breadcrumb li a{
	color: white;
}
header .breadcrumbs .breadcrumb-item+.breadcrumb-item::before{
	content: ">";color: #fff;font-weight: bolder
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ パンくずリスト ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ ページトップ ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.pagetop {
	width: 3.5rem;
	height: 10rem;
	line-height: 3.5rem;
	position: fixed;
	right: 0;
	bottom: 0;
	background: rgba(11,23,97,1);
	cursor: pointer;
	text-align: right;
	-webkit-writing-mode: vertical-rl;
	padding-bottom: 13px;
	border: 1px solid white;
	z-index:100;
}
.pagetop a {
	position: relative;
	display: block;
	text-decoration: none;
	color: white;
}
.pagetop a::before{
  font-weight: 900;
  content: '';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  top: .5em;
  left: 1em;
  margin: auto;
  text-align: center;
  background: url('/images/top/page_top_allow.svg') no-repeat;
}
#login_error{display: none;}
#panel_loding{
	display: none;
	background: rgba(0,0,0,.8);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: white;
}
.pagetop{
	right: 30px;
    bottom: 30px;
    width: 120px;
    height: 120px;

	background-color:rgba(0,0,0,0);
	border:none;
	background-image:url(../images/top/pagetop_off.png);
	background-position:right bottom;
	background-repeat: no-repeat;
	background-size:contain;
	transition: .3s;
}
.pagetop:hover{
	background-image:url(../images/top/pagetop_on.png);
}
.pagetop a{
	width:100%;
	height:100%;
}
.pagetop a::before{
	display:none;
}
@media (max-width: 599px){
	/* .pagetop {width: 2.5rem;}
	.pagetop a{left: .75em;} */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ ページトップ ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ エントリーボタン ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.entry_btn{
	display:none;
	position:fixed;
	position: fixed;
    right: 30px;
    bottom: 170px;
    width: 160px;
    height: 160px;
	background-color:rgba(0,0,0,0);
	border:none;
	background-image:url(../images/top/entry.png);
	background-position:right bottom;
	background-repeat: no-repeat;
	background-size:contain;
	transition: .3s;
	z-index: 9999;
}
.entry_btn:hover{
	background-image:url(../images/top/entry_aft.png);
}
.entry_btn a{
	display:block;
	width: 120px;
    height: 120px;
    position: absolute;
    bottom: 0;
    right: 0;
}
@media (max-width: 599px){
	.entry_btn a {
    width: 75%;
    height: 90px;
}
}

/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ エントリーボタン ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ 共通クラス ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.section_title{
	color: rgba(11,23,97,1);
	display: inline-block;
	position: relative;
	padding: 0 .5em 12px;
	font-size: 24px !important;
}
.section_title:before{
	position: absolute;
	content: "";
	width: 100%;
	bottom: 0;
	left: 0;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ 共通クラス ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */



/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼  ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲  ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼  ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲  ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼  ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲  ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


@media (min-width: 600px){
	.sp-on{display: none;}
	.sp-off{display: block;}

	header > div.wrapper,
	main > div.wrapper,
	footer >div.wrapper{width: 1140px;margin: 0 auto;padding:0 30px;}
	header > div.wrapper{margin: 15px auto 8px;justify-content: space-between;}
	.footter_menu:before{margin: 0 -100%;}
	.footter_menu{height: 52px;}
	.footter_menu a{
		margin-right: 1em;
		padding-right: 1em;
		border-right: 1px solid white;
	}
	.footter_menu a:last-child{
		margin-right: 0;
		padding-right: 0;
		border-right: none;
	}
	.breadcrumb{
		/* height: 40px; */
		padding: 6px 15px 0;
		border-radius: 0;
		margin-bottom:0;
	}
	.pc_header_icon,.pc_header_phone{}
	.sp_header_icon,.sp_header_phone{display: none!important;}
	.footter_menu:before{content: ""}
}

@media (max-width: 599px){
	.pc_header_icon,.pc_header_phone{display: none!important;}
	.sp_header_icon{}
	.sp_header_icon *{font-size: 8px;color: rgba(1,24,145,1);}
	.sp_header_phone *{font-size: 10px;color: rgba(132,128,121,1);}
	.sp_header_phone .phone_number{font-size: 26px!important;}
	.sp_header_icon > div:nth-child(2){margin: 0 10px }
	header{margin: 0}
	header .wrapper{text-align: center!important;margin: 0 0!important;justify-content: center;padding: 13px 15px 11px;}
	header .wrapper > div:first-child a{justify-content: center;padding: 0 0;}
	header .wrapper > div:first-child a img:first-child{width: 36.5px;margin-right: 9px!important;}
	header .wrapper > div:first-child a img:last-child{width: 108px;}
	header .wrapper > div{width: 100%;}
	header .wrapper > div .phone {width: 100%;justify-content: center;}

	footer .footer_logo span{font-size: 12px;}
	footer .footer_logo img{width: 131px;}
	footer .footer_logo{padding-bottom: 5px;height: 40px;}
	footer .footter_menu{background: rgb(11,23,97,1);line-height: 1rem;padding: 6px 6.5em 18px;}
	footer .footter_menu a{margin: 6px 0;}

	footer .footter_menu a:first-child{}
	footer .footter_menu a:nth-child(2),
	footer .footter_menu a:nth-child(4){margin-left: 1em;padding-left: 1em;border-left: 1px solid white;}

	.sp-on{display: block;}
	.sp-off,.sp_off{display: none!important;}
	.navbar{padding: 0px 15px;}
	.footter_menu{
		height: inherit;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.footter_menu a{font-size: 10px}
	.breadcrumb{}
}

/* .adder_btn_area{}
.adder_btn_area > div{
	display: inline;
	background: #8BB2DE;
	padding: .4em 1em .4em 2.5em;
	color: white;
	margin-left: .2em;
	position: relative;
	z-index: 1;
	border-radius: 0;
}

.adder_btn_area .entry a,
.adder_btn_area .favorite a{color: #fff;}

.adder_btn_area .entry:after,
.adder_btn_area .favorite:after{
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	background-repeat: no-repeat;
}

.adder_btn_area .entry:after{
	content: '';
	background-image: url('/manager/images/icon/icon_checkbox.png');
	top: .5em;
	left: .5em;
	background-size: 1.25em;
} 
.adder_btn_area .favorite:after{
	content: "☆";
	top: 0em;
	left: .1em;
	font-size: 1.5em;
} 
.adder_btn_area .favorite_active:after{
	content: '★';color: yellow;
}
.end_favorite.favorite_active > a:before{
	content: '★';color: yellow;
}
*/
/* 検索BOX */

.form-wrap {
    width: 100%;
    max-width: 920px;
    margin: 55px auto 45px;
	border: 3.5px solid #236de9;
    border-radius: 20px;
	overflow: hidden;
}
.form-wrap .search_title{
	background: #236de9;
    border: 3.5px solid #236de9;
    color: #fff;
    text-align: center;
    font-size: 25.5px;
    line-height: 2;
	margin-bottom: 0;
}
.search_list_box .cell-wrap {
    display: flex;
}
.search_list_box .cell{
	height: 62px;
	display: flex;
	border-bottom: 2px solid #236dea;
}
.search_list_box .cell:nth-child(odd){
	width:49%;
}
.search_list_box .cell:nth-child(even){
	width:51%;
}
.search_list_box .cell.w100 {
	height: auto;
    width: 100%;
}
.search_list_box .cell .ttl{
	border-right: 2px solid #236dea;
	text-align: center;
	position:relative;
}
.search_list_box .cell:nth-child(odd) .ttl{
	width: 35%;
}
.search_list_box .cell:nth-child(even) .ttl{
	width: 43%;
}
.search_list_box .cell.w100 .ttl{
	width: 17.16%;
	position:relative;
}
.search_list_box .cell .ttl p{
	display:block;
	width: 100%;
	font-size: 20px;
	position:absolute;
	left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.search_list_box .cell .select{
	width:65%;
	padding: 12px 15px;
}
.search_list_box .cell .select .tab {
    background: #17a2b8;
    padding: 2px 8px;
    color: #fff;
	white-space: nowrap;
}
.search_list_box .cell:nth-child(odd) .select{
	border-right: 2px solid #236dea;
}
.search_list_box .cell.w100 .select{
	width: 82%;
    font-size: 18px;
    line-height: 1.8;
    border-right: none;
    padding: 6px 15px 5px;
}
.btn-group-sm>.btn, .btn-sm {
	font-size: 1.1rem;
    line-height: 1.6;
}
.search_list_box .bottom{
    width: 100%;
    padding: 15px;
}
.search_list_box .bottom .btns{
	margin:0 auto;
	display: flex;
    justify-content: space-between;
	width: 62%;
}
.search_list_box .bottom .btns button{
	border: none;
    height: 40px;
	border-radius: 40px;
    padding: 0 50px;
	color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.search_list_box .bottom .btns button:nth-child(1){
	background:#fccb00;
}
.search_list_box .bottom .btns button:nth-child(2){
	background:#aaa;
}
/* 開け閉めボタン */
.search_toggle_closed.js-open p {
    text-align: center;
    font-size: 26px;
    line-height: 2.8;
	color:#236dea;
}
.js-accordion {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: max-height 1.0s ease, opacity 0.5s ease;
  }
  .js-accordion.is-open {
	max-height: 2000px;
	opacity: 1;
  }
  .search_toggle_closed {
	position:relative;
	transition: opacity 0.3s ease;
	height: 75px;
  }
  .search_toggle_closed:hover{
	cursor: pointer;
  }
  .search_toggle_closed:after{
	content: "";
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 50%;
    right: 270px;
    transform: translate(0, -50%);
    background-image: url(/images/search_arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .search_toggle_closed.is-hide {
	opacity: 0;
	pointer-events: none;
  }
  .bottom .js-close {
	padding: 60px 0 0;
    text-align: center;
    font-size: 18px;
    margin-left: -1em;
  }
  .js-close span.arrow {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 -0.3em 0 0.3em;
    vertical-align: top;
  }
  .js-close span.arrow img{
	width:100%;
  }
  @media (min-width: 600px) and (max-width: 1199px){
	.form-wrap {
		margin: 15vw auto 45px;
	}
  }
  @media (max-width: 599px){
	.form-wrap .search_title {
		font-size: 18px;
		line-height: 1.7;
	}
	.search_list_box .cell-wrap {
		display: block;
	}
	.search_list_box .cell {
		height: 50px;
	}
	.search_list_box .cell:nth-child(odd),
	.search_list_box .cell:nth-child(even){
		width:100%;
	}
	.search_list_box .cell:nth-child(odd) .ttl,
	.search_list_box .cell:nth-child(even) .ttl {
		width: 28%;
	}
	.search_list_box .cell .ttl p{
		font-size:14px;
	}
	.search_list_box .cell .select {
		width: 80%;
		padding: 5px;
	}
	.search_list_box .cell:nth-child(odd) .select {
		border-right: none;
	}
	.search_list_box .cell.w100 .select {
		width: 79.5%;
		line-height: 1.3;
	}
	.search_list_box .bottom .btns{
		display:block;
		width: 100%;
	}
	.search_list_box .bottom .btns button{
		display: block;
        margin: 0 auto 10px;
	}
	.search_list_box .bottom .btns button:nth-child(2) {
		transform: scale(0.88);
	}
	.bottom .js-close {
		padding: 15px 0 0;
        margin-bottom: 0px;
        transform: scale(0.8);
	}
	.search_toggle_closed {
		height:50px;
	}
	.search_toggle_closed.js-open p{
		font-size:18px;
	}
	.search_toggle_closed:after {
		right: 40px;
	}
}

@media (max-width: 1199px){
	/* .adder_btn_area {text-align: center;margin: 1.5em 0;} */
	#app header {
		padding: 20px 0 0;
        background: #eef5fe;
        position: fixed;
        top: 0;
        left: 0;
        height: 90px;
        z-index: 9999;
	}
	.header_inner {
		/* display: block; */
		padding: 0 20px;
	}
	.header_inner .header_logo {
		width:200px;
	}
	.header_inner .header_logo img{
		width: 100%;
	}
	.header_inner .hbg {
		display: block;
		margin: 10px 0 0 0;
		width: 40px;
		height: 40px;
		cursor: pointer;
		position: relative;
		z-index: 10;
	}
	.header_inner .hbg span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 4px;
		border-radius: 9999px;
		background: #236de9;
		transition: .3s;
	}
	.header_inner .hbg span:nth-child(1) { top: 0; }
	.header_inner .hbg span:nth-child(2) { top: 10px; }
	.header_inner .hbg span:nth-child(3) { top: 20px; }

	/* ドロワー本体 */
	.header_inner .header_contents {
		position: fixed;
		top: 0;
		right: 0;
		width: 60%;
        max-width: 275px;
		transform: translateX(100%);
		transition: transform .4s ease;
		z-index: 1;
		padding-top: 0;
        margin-top: 80px;
	}
	/* 開いた状態 */
	.header_inner .header_contents.open {
		transform: translateX(0);
	}
	.header_inner .header_contents ul {
		flex-direction: column;
		width: 100%;
        background: rgba(255,255,255,0.9);
		padding: 0;
	}
	.header_inner .header_contents ul li {
		margin-right: 0;
		padding: 15px 35px;
		border-bottom: 1px solid #eee;
	}
	.header_inner .header_contents ul li:last-child{
		border-bottom: none;
	}
	.header_inner .hbg.open span:nth-child(1) {transform: rotate(45deg); top: 9px;}
	.header_inner .hbg.open span:nth-child(2) {opacity: 0;}
	.header_inner .hbg.open span:nth-child(3) {transform: rotate(-45deg);top: 9px;}

	.header_inner .header_contents ul li a {
		padding: 5px 0px;
		font-size: 18px;
	}
	.header_inner .header_contents ul li.entry{
		position:relative;
		border-radius: 0;
		width: 100%;
	}
	.header_inner .header_contents ul li.entry:after{
		background-image: url(../images/top/icon_circlearrow_right.png);
		margin: -40px -10px 0 0;
	}
	.header_inner .header_contents ul li.entry a{
		padding: 5px 0;
	}

	/* エントリーボタン */
	.entry_btn {
		right: 0;
        bottom: 100px;
        width: 120px;
	}
	/* pagetop */
	.pagetop{
		right: 0;
        bottom: 5px;
        width: 90px;
		height: 90px;
	}




}
