@charset "utf-8";
*{
	box-sizing: border-box;
	word-break: break-all;
}
html {
	font-size: 16px;
}
body {
	font-size:1rem;
	color: #333;
	line-height: 1.8;
	letter-spacing: 0.02em;
	font-family: "lineseed","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight:500;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-wrap: break-word;
	background-color: white;
	padding: 24px 24px 24px 284px;
}
input,button,select,textarea{
	font-family:"lineseed","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight:500;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, figure {
	margin: 0;
	padding: 0
}
ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size:1rem;
	font-weight: normal;
}
address {
	font-style: inherit
}
a {
	text-decoration: none;
	color: #393327;
	transition: 0.3s ease;
}
a:hover {
	text-decoration: none;
	transition: 0.3s ease;
	opacity: 0.7;
}
p {
	margin-bottom: 1.5em;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
table {
	width: 100%;
	border-collapse: collapse;
}
hr {
	border: none;
	height: 1px;
	background: #1c1c1c;
	margin-bottom: 1em;
}
strong{
	font-weight: bold;
}
.sp_only,
.hide{
	display: none;
}

/*---------------------------------------------------------*/
/* wrapper */
.wrapper_full,
.wrapper_l,
.wrapper_m,
.wrapper_s{
	box-sizing: content-box;
	max-width:1200px;
	padding: 0 2.381%;
	margin:0 auto;
}
.wrapper_full{
	max-width: none;
}
.wrapper_m{
	max-width:1080px;
}
.wrapper_s{
	max-width:560px;
}
.separater{
	margin: 5rem 0 4rem;
	background: #ceb07a;
}

/*---------------------------------------------------------*/
/* font */
/* family */
@font-face{
	font-family: 'lineseed';
	src: url('/fonts/LINESeedJP_A_OTF_Rg.woff');
	font-weight: normal;
}
  
@font-face{
	font-family: 'lineseed';
	src: url('/fonts/LINESeedJP_A_OTF_Bd.woff');
	font-weight: bold;
}

/*
.inter {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	font-variation-settings:
	  "slnt" 0;
}
.notosans {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
}
*/

/* weight */
.light{
	font-weight: normal;
}
.normal{
	font-weight: normal;
}
.medium{
	font-weight: normal;
}
.semibold{
	font-weight: bold;
}
.bold{
	font-weight: bold;
}
/* size */
.size_l{
	font-size: 125%;
}
.size_s{
	font-size: 81.25%;
}
.size_ss{
	font-size: 60%;
}
/* align */
.text_center{
	text-align: center;
}
.text_left{
	text-align: left;
}
.text_right{
	text-align: right;
}
.text_upper{
	vertical-align: super;
	font-size:0.6em;
}
/* color */
.text_brown{
	color: #a98777;
}
.text_red{
	color: #e00;
}
.text_orange{
	color: #F39702;
}
.text_blue{
	color: #4A5FD5;
}
/* decoration */
.underline{
	text-decoration: underline;
}
/* marker */
.marker{
	background:linear-gradient(transparent 60%, #ff6 60%);
}
.marker_orange{
	background:linear-gradient(transparent 60%, #F39702 60%);
}

/*---------------------------------------------------------*/
/* link */
a[target="_blank"]:after{
	background: url(../img/ic_outlink.svg) no-repeat center center;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 0.7em;
	width: 1.5em;	
}

/* link_arrow_white */
a.link_arrow_white{
	position: relative;
}
.link_arrow_white:after{
	background: url(../img/ic_arrow_r_white.svg) no-repeat center center;
	background-size: contain;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0.5em;
	height: 1em;
	width: 1.5em;
	transform: translateY(-50%);
}

/* link_arrow */
a.link_arrow:after{
	background: url(../img/ic_arrow_r_orange.svg) no-repeat center center;
	background-size: contain;
	content: "";
	display: inline-block;
	position: relative;
	top: 0.15em;
	height: 1em;
	width: 1.5em;
}


/*---------------------------------------------------------*/
/* list */
.list_disc{
	margin-left: 2rem;
}
.list_disc li{
	list-style: disc;
}

/*---------------------------------------------------------*/
/* margin & padding */
.pc_mt_20{
	margin-top: 20px;
}
.pc_mt_30{
	margin-top: 30px;
}
.pc_mt_40{
	margin-top: 40px;
}
.pc_mt_50{
	margin-top: 50px;
}
.pc_mt_60{
	margin-top: 60px;
}
.pc_mt_80{
	margin-top: 80px;
}
.pc_mt_90{
	margin-top: 90px;
}
.pc_mt_100{
	margin-top: 100px;
}
.pc_mt_110{
	margin-top: 110px;
}
.pc_mt_130{
	margin-top: 130px;
}
.pc_mt_150{
	margin-top: 150px;
}
.pc_mt_180{
	margin-top: 180px;
}
.pc_mt_200{
	margin-top: 200px;
}

/*---------------------------------------------------------*/
/* width */
.width100per{
	width: 100%;
}

/*---------------------------------------------------------*/
/* flex & float */
.flex_block{
	display: flex;
	justify-content: space-between;
	flex-grow: 1;
}
.justify_start{
	justify-content: flex-start;
}
.justify_center{
	justify-content: center;
}
.justify_between{
	justify-content: space-between;
}
.justify_around{
	justify-content: space-around;
}
.float_right{
	float: right;
}
.float_left{
	float: left;
}
.flex_block.column_3 > div{
	width: 32%;
}

/*---------------------------------------------------------*/
/* box */
.box_white{
	background: #fff;
}
.box_blown{
	background: #fbf7f5;
}
.box_gray{
	background: #f7f7f7;
}
.box_transparent{
	background: transparent !important;
}
.box_border{
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 25px;
}
.box_shadow{
	background-color: rgb(255, 255, 255);
	box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 25px;
	position: relative;
}
.box_shadow + .box_shadow{
	margin-top: 25px;
}
.box_dark{
	background: #000;
	color: #fff;
}
.box_shadow.box_dark{
	box-shadow: 0px 3px 6px 0px rgba(255,255,255, 0.3);

}
.box_dark a{
	color: #fff;
}

/*---------------------------------------------------------*/
/* mark */
.mark_must{
	color: #cc0000;
	font-weight: bold;
	margin-left: 0.1em;
}
.mark_must::before{
	content: "*";
}

/*---------------------------------------------------------*/
/* title */
/* title_A */
.title_A{
	font-size: 24px;
	line-height: 1.25;
	margin-bottom: 30px;
}

/*---------------------------------------------------------*/
/* header */
.header a[target="_blank"]:after{
	display: none;
}
.header{
	position: fixed;
	right: 10px;
	top: 10px;
	height: 40px;
	width: 274px;
	z-index: 10;
}

/* logo */
.header .logo{
	flex: 1;
}
.header .logo img{
	width: 165px;
	height: auto;
}

/* head_info_wrapper */
.head_info_wrapper{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	height: 40px;
}
.head_info_unlead{
	background: #E9580B;
	border-radius: 50%;
	display: none;
	position: absolute;
	top: 5px;
	right: 0;
	height: 12px;
	width: 12px;
}
.head_info_bell{
	background: #F7F7F7 url(../img/ic_bell.svg) no-repeat center center;
	background-size: 20px 22px;
	border-radius: 50%;
	height: 40px;
	width: 40px;
}
.head_info_body{
	display: none;
	padding: 0;
	position: absolute;
	right: 0;
	top: 40px;
	margin: 0;
	width: 274px;
}
.head_info_body a{
	display: block;
	font-weight: bold;
	line-height: 1.25;
	padding: 16px;
}
.head_info_body a:hover{
	background: #F4F4F4;
	opacity: 1;
}
.head_info_body a .date{
	color: #A1A0A3;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0.3em;
}
.head_info_body a.visited,
.head_info_body a.visited .date{
	font-weight: normal;
}
.head_info_body li:not(:first-child){
	border-top:solid 1px #DDDDDD;
}
.head_info_wrapper:hover .head_info_body{
	display: block;
}

/* head_hamburger */
.head_hamburger{
	display: none;
}

/*---------------------------------------------------------*/
/* globalnav */
.globalnav{
	background: #fff;
	padding: 24px 20px 20px;
	position: fixed;
	left: 0;
	top: 0;
	overflow: auto;
	height: 100%;
	width: 284px;
	z-index: 9;
}
.globalnav a{
	background: left 16px center no-repeat;
	background-size: 20px 20px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	padding: 10px 10px 10px 46px;
	height: 52px;
	width: 240px;
}
.globalnav a:hover{
	color: #f39700;
	opacity: 1;
}

/* current */
.cp_dashboard .globalnav .dashboard a,
.cp_enquete .globalnav .enquete a,
.cp_pop .globalnav .pop a,
.cp_coupon .globalnav .coupon a,
.cp_contact .globalnav .contact a,
.cp_contract .globalnav .contract a{
	background-color: #f39700;
	color: #fff !important;
	font-weight: bold;
}

/* detail */
.globalnav .dashboard a{
	background-image: url(../img/ic_dashboard.svg);
}
.cp_dashboard .globalnav .dashboard a{
	background-image: url(../img/ic_dashboard_white.svg);
}
.globalnav .enquete a{
	background-image: url(../img/ic_enquete.svg);
}
.cp_enquete .globalnav .enquete a{
	background-image: url(../img/ic_enquete_white.svg);
}
.globalnav .coupon a{
	background-image: url(../img/ic_coupon.svg);
}
.cp_coupon .globalnav .coupon a{
	background-image: url(../img/ic_coupon_white.svg);
}
.globalnav .help a{
	background-image: url(../img/ic_help.svg);
	margin-top: 24px;
	position: relative;
}
.globalnav .help a::before{
	background: #DDDDDD;
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	top: -12px;
}
.globalnav .contact a{
	background-image: url(../img/ic_contact.svg);
}
.cp_contact .globalnav .contact a{
	background-image: url(../img/ic_contact_white.svg);
}
.globalnav .contract a{
	background-image: url(../img/ic_contract.svg);
}
.cp_contract .globalnav .contract a{
	background-image: url(../img/ic_contract_white.svg);
}
.globalnav .logout a{
	margin-top: 20px;
	padding: 0 16px;
	font-size: 12px;
}
.globalnav .copyright{
	color: #959CA2;
	font-size: 12px;
	padding: 0 16px;
}

/* pagelogo */
.globalnav .pagelogo{
	border: 3px solid #152A3A;
	border-radius: 50%;
	margin: 2em auto 1em;
	padding: 20px;
	height: 168px;
	overflow: hidden;
	width: 168px;
}
.globalnav .pagelogo .imgblock{
	background: no-repeat center center;
	background-size: contain;
	height: 100%;
	width: 100%;
}

.globalnav .name{
	margin: 0 auto 2em;
	text-align: center;
}

/* server_name */
.globalnav .server_name{
	background: #ccc;
	border: 0.1rem solid #333;
	border-radius: 5rem;
	margin: 1em auto;
	padding: 0.1rem 2rem;
	width: fit-content;
}

/* admin_name */
.globalnav .admin_name{
	border: 0.1rem solid #e00;
	color: #e00;
	margin: 1em auto;
	padding: 0.1rem 0.2rem;
	width: fit-content;
}

/*---------------------------------------------------------*/
/* main */
.main_wrapper{
	background: #F4F4F4;
	border-radius: 12px;
	padding: 40px;
}

/*---------------------------------------------------------*/
/* Loading Animation */
/* HTML: <div class="loader"></div> */
.loader {
	width: 50px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: 
	  radial-gradient(farthest-side,#ffa516 94%,#0000) top/8px 8px no-repeat,
	  conic-gradient(#0000 30%,#ffa516);
	-webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
	animation: l13 1s infinite linear;
  }
@keyframes l13{ 
	100%{transform: rotate(1turn)}
}

/*---------------------------------------------------------*/
/* form */
.form_basic ::placeholder{
	color: #c0c0c0;
	opacity: 1;
}
.form_basic .item{
	position: relative;
}
.form_basic label{
	display: inline-block;
	margin: 1%;
	width: 100%;
	cursor: pointer;
}
.form_basic label:last-child{
	margin-right: 0;
}
.form_basic label input{
	margin-right: 0.5em;
}
/* text textarea*/
.form_basic input[type=text],
.form_basic input[type=email],
.form_basic input[type=password],
.form_basic textarea,
.form_basic select{
	width: 100%;
	margin: 1%;
	padding: 0.5em 1em;
	border: 2px solid #dddddd;
	border-radius: 6px;
	line-height: 1.5;
}
.form_basic textarea{
	height: 10em;
}
/* radio & checkbox & file */
.form_basic input[type=radio],
.form_basic input[type=checkbox]{
	visibility: hidden;
	position: absolute;
}
.form_basic input[type=file],
.form_basic input[type=radio] + label,
.form_basic input[type=checkbox] + label{
	background: #fff;
	border: 2px solid #dddddd;
	border-radius: 8px;
	padding: 0.4em 1em;
	text-align: center;
	transition: 0.3s all ease-out;
}
.form_basic input[type=file]{
	margin: 1%;
	position: relative;
	padding: 1em 3em 1em 1em;
	width: 100%;
}
.form_basic input[type=file]:hover,
.form_basic input[type=radio] + label:hover,
.form_basic input[type=checkbox] + label:hover{
	background: #ffdfab;
}
.form_basic input[type=radio]:checked + label,
.form_basic input[type=checkbox]:checked + label,
.form_basic input[type=radio]:checked + label a,
.form_basic input[type=checkbox]:checked + label a{
	color: #fff;
	background: #333;
}
/* star-rating */
.form_basic .star-rating{
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	margin: auto;
}
.form_basic .star-rating input[type='radio']{
	visibility: hidden;
}

.form_basic .star-rating input[type=radio] + label,
.form_basic .star-rating input[type=radio]:checked + label{
	background: none;
	border: none;
	cursor: pointer;
}
.form_basic .star-rating input[type=radio] + label i{
	background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=') no-repeat center center;
	background-size: contain;
	display: block;
	width: 4rem;
	height: 4rem;
}
.form_basic .star-rating input[type=radio] + label:hover i,
.form_basic .star-rating input[type=radio] + label:hover ~ label i,
.form_basic .star-rating input[type=radio]:checked ~ label i{
	background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRjhCODA1IiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
}

/* delete */
.form_basic .input_file_block{
	margin-top: 0.5em;
	position: relative;
}
.form_basic .input_file_reset{
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
}
.form_basic .dbimage_block .delete,
.form_basic .input_file_reset .delete{
	background: #888;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 1.8rem;
	width: 1.8rem;
	position: absolute;
	top: -0.2em;
	right: -0.2em;
}
.form_basic .input_file_reset .delete{
	top: calc(50% - 0.9rem);
	right: 1rem;
}
.form_basic .dbimage_block .delete:hover,
.form_basic .input_file_reset .delete:hover{
	background: #f39700;
}
.form_basic .dbimage_block .delete::before,
.form_basic .dbimage_block .delete::after,
.form_basic .input_file_reset .delete::before,
.form_basic .input_file_reset .delete::after{
	background: #fff;
	content: "";
	position: absolute;
	width: 1rem;
	height: 0.1rem;
	transform: rotate(45deg);
}
.form_basic .dbimage_block .delete::after,
.form_basic .input_file_reset .delete::after{
	transform: rotate(-45deg);
}

/* toggle */
.form_basic .toggle{
	display: flex;
	margin: 1%;
	position: relative;
}
.form_basic .toggle input[type=radio] + label{
	border: none;
	font-size: 0;
	margin: 0;
	height: 2rem;
	width: 2rem;
}
.form_basic .toggle input[type=radio]:first-of-type + label{
	background: #24BF61;
	border-radius: 2rem 0 0 2rem;
}
.form_basic .toggle input[type=radio]:last-of-type + label{
	background: #D5D5D5;
	border-radius: 0 2rem 2rem 0;
}
.form_basic .toggle input[type=radio]:first-of-type:checked + label{
	background: #D5D5D5;
}
.form_basic .toggle input[type=radio]:last-of-type:checked + label{
	background: #24BF61;
}
.form_basic .toggle input[type=radio]:last-of-type + label::before{
	background: #fff;
	border-radius: 50%;
	content: "";
	pointer-events: none;
	position: absolute;
	height: 1.4rem;
	width: 1.4rem;
	top: 0.3rem;
	left: 0.3rem;
	transition: 0.2s all ease-out;
}
.form_basic .toggle input[type=radio]:last-of-type:checked + label::before{
	left: 2.3rem;
}

/* range */
.input_range_block{
	padding-top: 1.8em;
	margin: 0 1%;
	position: relative;
	width: 100%;
}
.input_range{
	width: 100%;
}
.input_range_block .rangenum{
	border-radius: 0.2em;
	border: 1px solid #999;
	display: block;
	font-size: 90%;
	padding: 0.2em 0.5em 0;
	position: absolute;
	top: 0;
	transform: translateX(-48%);
	transition: left 0.2s ease;
	white-space: nowrap;
}
.input_range_block .input_range:disabled + .rangenum{
	opacity: 0.3;
}

/* input_notice_list */
.form_basic .input_notice_list li{
	font-weight: normal;
	line-height: 1.3;
	margin-top: 0.4rem;
}

/* btn_submit */
.btn_submit_block,
.btn_return_block{
	margin: 52px auto;
	width: fit-content;
}
.btn_submit,
.btn_return{
	background: #F39702;
	border: none;
	border-radius: 8px;
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 0.8em 3em;
	line-height: 1.25;
	margin: auto;
	width: fit-content;
	transition: 0.3s all ease-out;
	cursor: pointer;
}
.btn_submit.nomargin,
.btn_return.nomargin{
	margin: 0.5rem 0 0;
}
.btn_submit:hover,
.btn_return:hover{
	opacity: 0.7;
}

/* btn_return */
.btn_return{
	background: #999;
}

/* formError */
.formError{
	top: auto !important;
    bottom: -1em !important;
}
.formError .formErrorContent{
	font-size: 1rem !important;
}

/*---------------------------------------------------------*/
/* cp_login & admin_login */
body.cp_login,
body.admin_login{
	background: #F4F4F4;
	padding: 0;
}
body.cp_login .header,
body.admin_login .header{
	padding: 0;
	position: relative;
}
body.cp_login .server_name,
body.admin_login .server_name{
	margin: 2rem auto 0;
}
body.cp_login .admin_name,
body.admin_login .admin_name{
	margin: 2rem auto 0;
}
body.cp_login .title_A,
body.admin_login .title_A{
	margin-bottom: 0;
}
body.cp_login .globalnav .logo,
body.cp_login .head_info_wrapper,
body.cp_login .globalnav,
body.admin_login .globalnav .logo,
body.admin_login .head_info_wrapper,
body.admin_login .globalnav{
	display: none;
}

/*---------------------------------------------------------*/
/* login_table  */
.login_table{
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}
.login_table tr,
.login_table th,
.login_table td{
	display: block;
	line-height: 1.2;
	text-align: left;
}
.login_table th{
	font-weight: normal;
	padding: 23px 0 10px;
}
.login_table input[type=text],
.login_table input[type=email],
.login_table input[type=password]{
	background: url(../img/ic_contract_orange.svg) no-repeat left 12px center;
	background-size: 20px auto;
	margin: 0;
	padding: 10px 10px 10px 44px;
}
.login_table input[type=email]{
	background-image: url(../img/ic_mail_orange.svg);
}
.login_table input[type=password]{
	background-image: url(../img/ic_password.svg);
}

.login_table .size_s{
	margin-top: 0.5em;
}
.login_btns{
	max-width: 400px;
	width: 100%;
}
.login_btns .btn_submit{
	width: 100%;
}
.login_btns .cookieFlagWrap{
	display: flex;
	margin: 1em auto 0;
	position: relative;
	width: fit-content;
}
.login_btns #cookieFlag{
    visibility: visible;
    width: 20px;
    height: 20px;
	top: calc(50% - 10px);
	left: 15px;
    font-size: 20px;
}
.login_btns input[type=checkbox] + label.cookieFlagLabel{
	padding-left: 40px;
	width: fit-content;
	white-space: nowrap;
}

.miss{
	color: #d00;
	font-weight: bold;
}

/*---------------------------------------------------------*/
/* .admin_login .login_table */
.admin_login .login_table th,
.admin_login .login_table td{
	border: none;
}
.admin_login .btn_submit{
	margin-bottom: 20px;
}
.admin_login input{
	color: #fff;
}
.admin_login .form_basic input[type=checkbox] + label{
	background: #333;
}
.admin_login .form_basic input[type=checkbox]:checked + label{
	background: #f39700;
}


/*---------------------------------------------------------*/
/* basic_table  */
.basic_table{
	border: solid 1px #DDDDDD;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 8px;
	width: 100%;
}
.basic_table tr > *{
	border-bottom: solid 1px #DDDDDD;
	padding: 1rem 1.5rem;
	position: relative;
	text-align: left;
}
.basic_table tr:last-child > *{
	border-bottom: none;
}

/*---------------------------------------------------------*/
/* easytips */
.easytips{
	position: relative;
}
.easytips::before{
	border:0.5rem solid transparent;
	border-top: 0.5rem solid #152A3A;
	content: "";
	display: none;
	height: 0.5rem;
	width: 0;
	position: absolute;
	top: -0.3rem;
	left: -0.1rem;
	z-index: 101;
}
.easytips_icon{
	background: url(../img/ic_info.svg) no-repeat center center;
	background-size: contain;
	display: inline-block;
	height: 0.8rem;
	width: 0.8rem;
	vertical-align: middle;
}
.easytips_body{
	background: #152A3A;
	border-radius: 0.5rem;
	box-shadow: 0.3rem 0.3rem 0.2rem 0 rgba(0,0,0,0.1);
	color: #fff;
	display: none;
	font-size: 80%;
	line-height: 1.5;
	padding: 0.6rem 1rem;
	position: absolute;
	left: calc(50% - 10rem);
	bottom: calc(100% + 0.25rem);
	text-align: left;
	width: 20rem;
	z-index: 100;
}
.easytips_body a{
	color: #fff;
}
.easytips:hover::before,
.easytips:hover .easytips_body{
	display: block;
}
.easytips_body .image{
	display: block;
	margin: 0.5rem 0;
	width: 100%;
}
