@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;}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ 共通 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
*{
	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;
	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 */}

/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ 共通 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ ヘッダー ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
header{margin: .5em 0}
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}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ ヘッダー ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ フッター ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.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;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ フッター ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ パンくずリスト ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
#breadcrumbs{
	background: rgba(11,23,97,1);
	height: inherit;
}
#breadcrumbs > div{width: 1080px;}
.breadcrumb{
	background: rgba(11,23,97,1);
	padding: 0;
	margin: 0;
	align-items: center;
}
.breadcrumb li{color: white!important;font-size: 14px;}
.breadcrumb li a:visited,
.breadcrumb li a{color: white;}
.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;
}
@media (max-width: 770px){
	.pagetop {width: 2.5rem;}
	.pagetop a{left: .75em;}
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ ページトップ ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ 共通クラス ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.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;
	border-bottom: 3px dashed rgba(11,23,97,1);
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ 共通クラス ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */



/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼  ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲  ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼  ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲  ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼  ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲  ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


@media (min-width: 770px){
	.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;}
	.pc_header_icon,.pc_header_phone{}
	.sp_header_icon,.sp_header_phone{display: none!important;}
	.footter_menu:before{content: ""}
}

@media (max-width: 770px){
	.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{}
}

@media screen and (min-width: 480px){
	.pagetop {
		bottom: 5.5em;
	}
}


.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;
}

@media (min-width: 770px){
	.adder_btn_area{text-align: right;}
}

@media (max-width: 770px){
	.adder_btn_area {text-align: center;margin: 1.5em 0;}
}
