@charset "utf-8";

@media screen and (min-width:737px){ .disp_smp { display: none !important;}}
@media screen and (max-width:736px){ .disp_pc  { display: none !important;}}

@keyframes fadein          { 0% { opacity: 0;} 100% { opacity: 1;}}
@keyframes fadeout         { 0% { opacity: 1;} 100% { opacity: 0;}}
@-webkit-keyframes fadein  { 0% { opacity: 0;} 100% { opacity: 1;}}
@-webkit-keyframes fadeout { 0% { opacity: 1;} 100% { opacity: 0;}}
.js-fadein {
	animation        : fadein 0.3s ease 0s 1 forwards;
	-webkit-animation: fadein 0.3s ease 0s 1 forwards;
}
.js-fadeout {
	animation        : fadeout 0.3s ease 0s 1 forwards;
	-webkit-animation: fadeout 0.3s ease 0s 1 forwards;
}

@keyframes header_slideup   { 0% { transform: translate(0%, 0%);} 100% { transform: translate(0%, -100%);}}
@keyframes header_slidedown { 0% { transform: translate(0%, -100%);} 100% { transform: translate(0%, 0%);}}
@-webkit-keyframes header_slideup   { 0%  { -webkit-transform: translate(0%, 0%);} 100% { -webkit-transform: translate(0%, -100%);}}
@-webkit-keyframes header_slidedown { 0% { -webkit-transform: translate(0%, -100%);} 100% { -webkit-transform: translate(0%, 0%);}}
.js-header_slide_up {
  animation        : header_slideup 0.5s ease forwards;
  -webkit-animation: header_slideup 0.5s ease forwards;
  /* transition: all 0.4s ease; */
}
.js-header_slide_down {
  animation        : header_slidedown 0.5s ease forwards;
  -webkit-animation: header_slidedown 0.5s ease forwards;
}

@keyframes footer_slideup   { 0% { transform: translate(0%, 100%);} 100% { transform: translate(0%, 0%);}}
@keyframes footer_slidedown { 0% { transform: translate(0%, 0%);} 100% { transform: translate(0%, 100%);}}
@-webkit-keyframes footer_slideup   { 0%  { -webkit-transform: translate(0%, 100%);} 100% { -webkit-transform: translate(0%, 0%);}}
@-webkit-keyframes footer_slidedown { 0% { -webkit-transform: translate(0%, 0%);} 100% { -webkit-transform: translate(0%, 100%);}}
.js-footer_slide_up {
  animation        : footer_slideup 0.5s ease forwards;
  -webkit-animation: footer_slideup 0.5s ease forwards;
  /* transition: all 0.4s ease; */
}
.js-footer_slide_down {
  animation        : footer_slidedown 0.5s ease forwards;
  -webkit-animation: footer_slidedown 0.5s ease forwards;
}

/* common --------------- */
body {
  position: relative;
  height: 100%;
  font-feature-settings: "palt";

  /* word-break: keep-all; */
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
body, input, select, textarea {
  color: #333;
  font-size: 1rem;
  font-family: "メイリオ", Meiryo, Verdana, Helvetica, sans-serif;

  -webkit-tap-highlight-color: rgba(0,0,0,0);
  tap-highlight-color: rgba(0,0,0,0);
}
@media screen and (max-width:520px){
	html { font-size: 3.5vw;}
  body, input, select, textarea {
    font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","メイリオ", Meiryo, Verdana, Helvetica, sans-serif;
  }
}
a:hover {
	text-decoration: none;
	opacity: 0.5;
	transition: all 0.3s ease;
}
em { font-style: normal;}
img { vertical-align: top;}

/* header --------------- */
@media screen and (min-width:737px){
	.header {
		display: flex;
		align-items: center;
		max-width: 960px;
		height: 80px;
		font-family: 'Noto Sans JP', sans-serif;
		line-height: 1;
		padding: 0 10px;
		margin: 0 auto;
	}
	.header_logo img {
		height: 52px;
		width: auto;
	}
	.header_menu {
		flex-grow: 1;
	}
	.header_menu_list {
		display: flex;
		height: 80px;
		padding-left: 15px;
	}
	.header_menu_list li {
		display: table;
	}
	.header_menu_list a {
		display: table-cell;
		color: #000;
		text-decoration: none;
		vertical-align: middle;
		padding: 0 15px;
	}
	.header_menu_list li.header_menu_list_sample,
	.header_menu_list li.header_menu_list_siryo { display: none;}
	.header_login a {
		display: block;
		color: #000;
		font-size: 90%;
		text-decoration: none;
		border: 1px solid #1b4285;
		background-image: url(/service/img/ico_login4.png);
		background-repeat: no-repeat;
		background-position: 12px center;
		background-size: 30px auto;
		padding: 13px 15px 14px 55px;
	}
}
@media screen and (max-width:736px){
	.header_menu_list li { display: none;}
	.header_menu_list li.header_menu_list_sample,
	.header_menu_list li.header_menu_list_siryo { display: block;}
	.header_login { display: none;}
	.header {
		display: flex;
		align-items: center;
		height: 50px;
		font-size: 1rem;
		font-family: 'Noto Sans JP', sans-serif;
		line-height: 1;
	}
	.header_logo {
		padding-left: 10px;
	}
	.header_logo img {
		height: 35px;
		width: auto;
	}
	.header_menu {
		display: flex;
		justify-content: right;
		align-items: center;
		flex-grow: 1;
		height: 50px;
	}
	.header_menu_list {
		display: flex;
		height: 50px;
		border-right: 1px solid #b0c1c7;
	}
	.header_menu_list li {
		border-left: 1px solid #b0c1c7;
	}
	.header_menu_list li.header_menu_list_sample,
	.header_menu_list li.header_menu_list_siryo {
		display: table;
		line-height: 110%;
	}
	.header_menu_list li.header_menu_list_sample,
	.header_menu_list li.header_menu_list_sample + li.header_menu_list_siryo {
		border-left: 0;
	}
	.header_menu_list li.header_menu_list_sample a {
		color: #fff;
		background-color: #f8500d;
	}
	.header_menu_list a {
		display: table-cell;
		color: #000;
		font-size: 80%;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
		padding: 0 1em;
	}
}

/* burger menu --------------- */
@media screen and (min-width:737px){
	.header_nav {
		display: none;
		float: left;
		padding-left: 2.3em;
	}
	.header_nav-list {
		padding-top: .9em;
		padding-right: .5em;
	}
	.header_nav-list li {
		float: left;
		padding-right: 1.5em;
	}
	.header_nav-list a {
		display: inline-block;
		color: #0071bc;
		font-weight: bold;
		text-decoration: none;
	}
	.header_nav-disp,
	.header_nav_label,
	.header_nav_back,
	.header_nav_btn-close,
	.header_nav-copy {
		display: none;
	}
}
@media screen and (max-width:736px){
	/* burger menu animation */
	.header_nav-disp { display: none;}
	.header_nav_back {
		position: fixed;
		left: 0;
		top: 0;
		display: none;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.7);
		z-index: 100;
	}
	.header_nav-disp:checked + .header_nav_disp .header_nav_back { display: block;}
	.header_nav_wrap {
		position: fixed;
		right: -100%;
		top: 0;
		width: 75%;
		height: 100%;
		background-color: #fff;
		z-index: 105;
	
		transition        : all ease 0.3s;
		-webkit-transition: all ease 0.3s;
	}
	.header_nav-disp:checked + .header_nav_disp .header_nav_wrap { right: 0;}
	.header_nav_body {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		/* scroll */
		overflow: auto;
		overflow-scrolling        : touch;
		-webkit-overflow-scrolling: touch;
	}
	/* burger menu btn */
	.header_nav_label {
		position: relative;
		display: block;
		width: 50px;
		height: 50px;
		cursor: pointer;
	}
	.header_nav_label span {
		position: absolute;
		top: 50%;
		left: 50%;
		display: block;
		width: 16px;
		height: 2px;
		margin-top: -1px;
		margin-left: -8px;

		background-color: #1b4285;
		border-radius: 10px;
	}
	.header_nav_label span:before,
	.header_nav_label span:after {
		content:"";
		position: absolute;
		top: -6px;
		left: 0;
		display: block;
		width: 100%;
		height: 2px;

		background-color: #1b4285;
		border-radius: 10px;
	}
	.header_nav_label span:after {
		top: 6px;
	}
	.header_nav_btn-close {
		position: absolute;
		top: 0;
		left: -60px;
		z-index: 10;
	}
	.header_nav_btn-close label {
		position: relative;
		top: 0;
		left: 0;
		display: block;
		width: 60px;
		height: 60px;
		z-index: 12;
	}
	.header_nav_btn-close:before,
	.header_nav_btn-close:after {
		content:"";
		position: absolute;
		top: 50%;
		left: 50%;
		display: block;
		width: 4px;
		height: 23px;
		margin-top: -12px;
		margin-left: -2px;
		background-color: #fff;
		border: 0;
		border-radius: 1px;
		z-index: 11;
	}
	.header_nav_btn-close:before {
		transform        : rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	.header_nav_btn-close:after {
		transform        : rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	/* burger menu list */
	.header_nav-list {
		line-height: 1;
		vertical-align: baseline;
		border-bottom: 1px solid #dadada;
		list-style-type: none;
	}
	.header_nav-list li {
		color: #000;
		font-weight: bold;
	}
	.header_nav-list li + li {
		border-top: 1px solid #dadada;
	}
	.header_nav-list a {
		position: relative;
		display: block;
		color: #000;
		font-size: 1.1rem;
		text-decoration: none;
		padding: 1.2em 10px 1.2em 20px;
	}
	.header_nav-copy {
		padding: 20px 10px 50px 20px;
	}
	.header_nav-copy_title {
		display: block;
		font-size: .9rem;
		font-weight: bold;
		padding-bottom: 10px;
	}
	.header_nav-copy_txt {
		display: block;
		font-size: .75rem;
		font-family: sans-serif;
		line-height: 140%;
	}
}
/* burger menu end */

/* footer ----------------------------- */
/* jump top */
.footer_jump-top {
	max-width: 960px;
	text-align: right;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0 auto;
	padding: 10px 0;
	
	display: none;
}
.footer_jump-top a {
	position: relative;
	display: inline-block;
	color: #333;
	text-decoration: none;
	padding: 10px 26px 10px 0;
}
.footer_jump-top a:before {
	content:"";
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 0;
	height: 0;
	margin-top: -10px;
	border: 8px solid transparent;
	border-bottom-color: #333;
}
/* crumb list */
/* crumb touch scroll */
.footer_crumb {
  height: 35px;
  overflow-y: hidden;
  box-sizing: border-box;
	
	display: none;
}
.footer_crumb_scroll {
  height: 55px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  overflow-scrolling        : touch;
  -webkit-overflow-scrolling: touch;

	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.footer_crumb li {
  width: auto;
  display: inline-block;
}
.footer_crumb li:first-child a {
	position: relativee;
  width: 30px;
  height: 30px;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
.footer_crumb li:first-child a:before {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	display: block;
	width: 8px;
	height: 8px;
	background-color: #333;
}
.footer_crumb li:first-child a:after {
	content: "";
	position: absolute;
	top: 3px;
	left: 12px;
	display: block;
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-bottom-color: #333;
}
/* crumb style */
.footer_crumb {
  color: #333;
  background-color: #fff;
  box-shadow: 0 -1px 0 0 #ccc inset;
}
.footer_crumb ol {
  position: relative;
  zoom: 1;
}
.footer_crumb ol:after{content:"";display:block;clear:both;height:0;visibility:hidden;}
.footer_crumb li {
  position: relative;
  vertical-align: top;
  list-style-type: none;
}
.footer_crumb li:last-child {
  margin-right: 20px;
}
/* crumb arrow */
.footer_crumb li:after {
  content:"";
  position: absolute;
  top: 50%;
  left: 2px;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-top: -1px;
  transform:         rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.footer_crumb li:first-child:after {
  display: none;
}
/* crumb link */
.footer_crumb a,
.footer_crumb span {
  position: relative;
  display: block;
  height: 30px;
  white-space: nowrap;
  box-sizing: border-box;

  color: #333;
  font-size: 0.75rem;
  text-decoration: none;
  padding: 10px 5px 0 20px;
}
.footer_crumb li:first-child a {
  padding-left: 10px;
}
.footer_crumb a span {
  padding: 0;
}
/* footer */
.footer {
	font-weight: bold;
}
.footer_corp {
	display: table;
	max-width: 960px;
	padding: 30px 0;
	margin: 0 auto;
}
.footer_logo {
	display: table-cell;
	width: 13%;
}
.footer_logo img {
	width: 100%;
	max-width: 182px;
	height: auto;
}
.footer_copy {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	padding-left: 1em;
}
.footer_copy a {
	color: #333;
	text-decoration: none;
}
.footer_copy_company {
	display: block;
	font-size: 1rem;
}
.footer_copy_copyright {
	display: block;
	font-size: .7rem;
	padding-top: .5em;
}
.footer_nav {
	display: table-cell;
	width: 35%;
	text-align: right;
	vertical-align: middle;
	list-style-type: none;
}
.footer_nav li {
	display: inline-block;
}
.footer_nav li + li {
	border-left: 1px solid #333;
	padding-left: .6em;
	margin-left: .6em;
}
.footer_nav a {
	position: relative;
	color: #333;
	font-size: .95rem;
	text-decoration: none;
}
@media screen and (max-width:990px){
	.footer_copy_company { font-size: 1.5vw;}
	.footer_copy_copyright { font-size: 1vw;}
	.footer_nav a { font-size: 1.3vw;}
	.footer_corp { margin-left: 15px; margin-right: 15px;}
}
@media screen and (max-width:736px){
	.footer_corp {
		position: relative;
		display: block;
		padding-top: 5em;
	}
	.footer_logo {
		display: block;
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}
	.footer_logo img {
		width: 40%;
		max-width: 120px;
	}
	.footer_copy {
		display: block;
		width: auto;
		text-align: center;
		padding: 1em 0 5em;
	}
	.footer_copy_company {
		font-size: 3.4vw;
	}
	.footer_copy_copyright {
		font-size: 2.2vw;
		padding-top: .8em;
	}
	.footer_nav {
		position: absolute;
		top: 1.4em;
		left: 0;
		display: block;
		width: 100%;
		text-align: center;
	}
	.footer_nav a {
		font-size: 3.2vw;
	}
}

/* kaiyaku_sec ---------------- */
.kaiyaku_sec {
	background-color: #fff;
	border-radius: 10px;
	padding: 25px;
	margin-top: 50px;
}
.kaiyaku_sec_ttl {
	font-size: 1.1rem;
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: 1em;
}
.kaiyaku_sec_txt {
	font-size: .95rem;
	line-height: 140%;
}
.kaiyaku_sec_wrap {
	display: flex;
	margin-top: 25px;
}
.kaiyaku_sec_list {
	line-height: 150%;
	margin-right: 50px;
}
.kaiyaku_sec_list dt {
	margin-bottom: 5px;
}
.kaiyaku_sec_list span {
	display: inline-block;
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-left-color: #3f6d53;
	margin-left: 9px;
}
.kaiyaku_sec_img {
	flex-grow: 1;
	text-align: center;
}
.kaiyaku_sec_img img {
	width: 100%;
	max-width: 500px;
	height: auto;
}
@media screen and (max-width:820px){
	.kaiyaku_sec_wrap { flex-direction: column;}
	.kaiyaku_sec_list { margin-right: 50px;}
	.kaiyaku_sec_img img { margin-top: 30px; max-width: 600px;}
}

/* other-service_sec ----------------------------- */
.other-service_sec {
	padding: 40px 0;
}
.other-service_sec_ttl {
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
	border-left: 5px solid #1b4285;
	padding: 3px 0 3px 15px;
	margin-bottom: 30px;
}
.other-service_sec_item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

	font-family: 'Noto Sans JP', sans-serif;
	border: 1px solid #ccc;
	padding: 20px 20px 20px 0;
	box-shadow: 0 0 0 3px inset #f3f3f3;
}
.other-service_sec_item + .other-service_sec_item {
	margin-top: 20px;
}
.other-service_sec_item_txt_wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;

	width: 52%;
	line-height: 170%;
	padding-left: 5%;
	box-sizing: border-box;
}
.other-service_sec_item_ttl {
	color: #1b4285;
	font-size: 1.1rem;
	padding-top: 5px;
	margin-bottom: 20px;
}
.other-service_sec_item_ttl em {
	display: block;
	color: #000;
	font-size: 1.8rem;
	padding-top: 10px;
}
.other-service_sec_item_txt {
	font-size: 1.2rem;
	padding-bottom: 1em;
}
.other-service_sec_item_link a {
	display: block;
	color: #000;
	font-size: 1.2rem;
	line-height: 140%;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #b0c1c7;
	border-radius: 5px;
	padding: 18px 14px;
	box-shadow: 0 -4px 0 0 inset #e2e9ec;
}
.other-service_sec_item_img {
	width: 45%;
	max-width: 420px;
}
.other-service_sec_item_img img {
	width: 100%;
	height: auto;
}
.other-service_satei .other-service_sec_item_ttl { color: #3f6d53;}
.other-service_satei .other-service_sec_item_link a { color: #fff; border: 0; background-color: #3f6d53; box-shadow: 0 -4px 0 0 inset rgba(0,0,0,0.15);}
.other-service_pamphletter .other-service_sec_item_ttl { color: #1a8ab8;}
.other-service_pamphletter .other-service_sec_item_link a { color: #fff; border: 0; background-color: #1a8ab8; box-shadow: 0 -4px 0 0 inset rgba(0,0,0,0.15);}
.other-service_knowledgeup .other-service_sec_item_ttl { color: #015232;}
.other-service_knowledgeup .other-service_sec_item_link a { color: #fff; border: 0; background-color: #015232; box-shadow: 0 -4px 0 0 inset rgba(0,0,0,0.15);}
@media screen and (max-width:820px){
	.other-service_sec_ttl { font-size: 1.3rem;}
	.other-service_sec_item { flex-direction: column; padding-left: 20px;}
	.other-service_sec_item_txt_wrap { order: 2; width: auto; padding-left: 0; margin-top: 20px;}
	.other-service_sec_item_img { order: 1; width: auto; max-width: none;}
	.other-service_sec_item_link a { font-size: 1.2rem; padding: 18px 10px 19px;}
}

/* contents footer ----------------------------- */
.service_footer {
	background-color: #f3f3f3;
}
.service_footer_contact {
	max-width: 960px;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	margin: 0 auto;
	padding: 40px 10px 30px;
}
.service_footer_contact_ttl {
	display: block;
	font-size: 1.25rem;
	line-height: 150%;
	margin-bottom: 40px;
}
.service_footer_contact_wrap {
	display: flex;
	justify-content: center;
}
.service_footer_contact_wrap dl {
	width: 400px;
	font-size: 1.1rem;
	white-space: nowrap;
	background-color: #fff;
	box-sizing: border-box;
	padding: 25px 20px 20px;
	margin: 0 15px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.02);
}
.service_footer_contact_wrap dt {
	color: #1b4285;
	padding-bottom: 25px;
}
.service_footer_contact_wrap dd {
	display: inline-block;
	text-align: left;
	line-height: 180%;
}
.service_footer_contact_tel a {
	position: relative;
	display: inline-block;
	color: #333;
	font-size: 1.5rem;
	text-decoration: none;
	padding-left: 1.25em;
}
.service_footer_contact_tel a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 1em;
	height: 1em;
	margin-top: -.5em;
	background-image: url(/service/img/ico_tel.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.service_footer_contact_mail dd {
	width: 85%;
}
.service_footer_contact_mail a {
	display: block;
	color: #333;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #b0c1c7;
	border-radius: 5px;
	padding: 14px 14px 15px;
	box-shadow: 0 -4px 0 0 #e2e9ec inset;
}
@media screen and (max-width:736px){
	.service_footer_contact { padding: 20px 20px 30px;}
	.service_footer_contact_ttl { margin-bottom: 0;}
	.service_footer_contact_wrap { flex-direction: column;}
	.service_footer_contact_wrap dl {width: 90%; margin: 20px auto 0;}
}

/* ------------------------------------------------------
   スクロールするとサイドに固定表示され、マウスオーバーで伸びるメニュー
--------------------------------------------------------- */
.fix_menu {
	position: fixed;
	bottom: 60px;
	right: 0;
	opacity: 0;
	transform: translate(100%, 24%);
	transition: all 0.5s ease;

	background-color: #000;
	list-style-type: none;
	z-index: 3;
}
.fix_menu.js-disp_show { opacity: 1; transform: translate(0%, 24%);}
.fix_menu a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	opacity: 1;
	transition: all 0.5s ease;

	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background-color: #fff;
	white-space: nowrap;
}
.fix_menu a:hover {
	opacity: 1;
}
.fix_menu a:before {
	content:"";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
	z-index: 2;
	transition: all 0.5s ease;
}
.fix_menu .fix_menu1 a:before { background-image:url(/service/img/fix_menu_sample.svg); background-size: 48%;}
.fix_menu .fix_menu2 a:before { background-image:url(/service/img/fix_menu_contact.svg); background-size: 48%;}
.fix_menu .fix_menu3 a:before { background-image:url(/service/img/fix_menu_mail.svg); background-size: 46%;}
.fix_menu a:hover:before { background-color: #333;}
.fix_menu .fix_menu1 a:hover:before { background-color: #f8500d;}
.fix_menu span {
	position: absolute;
	display: block;
	transform: translateX(100%);
	transition: all 0.5s ease;
	z-index: 1;
	
	height: 50px;
	background-color: #333;
	padding: 18px 50px 0 20px;
	box-sizing: border-box;
}
.fix_menu a:hover span {
	transform: translateX(-100%);
}
.fix_menu .fix_menu1 span { background-color: #f8500d;}
@media screen and (max-width:736px){
	.fix_menu li { position: relative;}
	.fix_menu li:before {
		content:"";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 50px;
		background-color: transparent;
		z-index: 3;
	}
	.fix_menu .fix_menu1.selected a:before { background-color: #f8500d;}
	.fix_menu .selected a span { transform: translateX(-100%);}
}

/* ------------------------------------------------------
  custom checkbox & radio & select
---------------------------------------------------------
  class="custom_checkbox" 配下の全ての
  input type="checkbox / radio" / select に反映
  
  注意：labelはinputの直後に置くこと
  例　：○<input ～ /><label>～</label>
  　　　×<label><input ～ /></label>
--------------------------------------------------------- */
/* css3非対応ブラウザ退避処理(IE8以下は普通のinputを表示) */
@media(min-width: 1px){
  .custom_checkbox input[type=radio] + label,
  .custom_checkbox input[type=checkbox] + label {
    display: inline-block ;
    position: relative ;
    line-height: 120% ;
    cursor: pointer ;
  }
  /* input radio/input checkbox 本体を非表示 */
  .custom_checkbox input[type=radio],
  .custom_checkbox input[type=checkbox] {
    display: none ;
    margin: 0 ;
  }
  /* チェックボタン表示用スペース */
  .custom_checkbox input[type=radio] + label,
  .custom_checkbox input[type=checkbox] + label {
    padding: 5px 0 5px 30px ;
  }
  /* input radio/input checkbox 枠線 */
  .custom_checkbox input[type=radio] + label::before,
  .custom_checkbox input[type=checkbox] + label::before {
    content:"";
    display: block ;
    position: absolute ;
    top: 50% ;
    left: 0 ;
    margin-top: -11px ;
    background-color: #FFF ;
    border: 2px solid #d7d7d7 ;
    box-sizing: border-box ;
    -moz-box-sizing: border-box ;
  }
  .custom_checkbox input[type=radio] + label::before {
    width: 22px ;
    height: 22px ;
    border-radius: 34px ;
  }
  .custom_checkbox input[type=checkbox] + label::before {
    width: 21px ;
    height: 21px ;
    border-radius: 3px ;
  }
  /* input radio/input checkbox チェックマーク */
  .custom_checkbox input[type=radio] + label::after,
  .custom_checkbox input[type=radio]:checked + label::after,
  .custom_checkbox input[type=checkbox] + label::after,
  .custom_checkbox input[type=checkbox]:checked + label::after {
    content:"";
    display: block ;
    position: absolute ;
    -moz-box-sizing: border-box ;
    box-sizing: border-box ;
  }
  .custom_checkbox input[type=radio] + label::after,
  .custom_checkbox input[type=radio]:checked + label::after {
    top: 50% ;
    left: 6px ;
    width: 10px ;
    height: 10px ;
    margin-top: -5px ;
    border-radius: 8px ;
  }
  .custom_checkbox input[type=radio] + label::after {
    background-color: #eee ;
  }
  .custom_checkbox input[type=radio]:checked + label::before {
    background-color: #ff7917 ;
    border-color: #ff7917 ;
  }
  .custom_checkbox input[type=radio]:checked + label::after {
    left: 5px ;
    width: 12px ;
    height: 12px ;
    margin-top: -6px ;
    background-color: #fff ;
  }
  .custom_checkbox input[type=checkbox] + label::after,
  .custom_checkbox input[type=checkbox]:checked + label::after {
    top: 50% ;
    left: 4px ;
    width: 13px ;
    height: 9px ;
    margin-top: -7px ;
    border-style: solid ;
    border-width: 0 0 3px 3px ;
    -webkit-transform: rotate(-45deg) ;
    -ms-transform: rotate(-45deg) ;
    transform: rotate(-45deg) ;
  }
  .custom_checkbox input[type=checkbox] + label::after {
    border-color: #e4e4e4 ;
  }
  .custom_checkbox input[type=checkbox]:checked + label::before {
    border-color: #ff7917 ;
    background-color: #ff7917 ;
  }
  .custom_checkbox input[type=checkbox]:checked + label::after {
    left: 3px ;
    width: 15px ;
    height: 10px ;
    margin-top: -8px ;
    border-color: #fff ;
  }
  /* custom select menu */
  .custom_checkbox select {
    background-color: #fff ;
    background-image: url(/smp/img/custom_select_arrow.png);
    background-position: 100% 50% ;
    background-repeat: no-repeat ;
    background-size: 22px auto ;
    padding: 7px 22px 6px 7px ;
    border: 2px solid #d7d7d7 ;
    border-radius: 3px ;
  
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  .custom_checkbox select::-ms-expand {
    display: none;
  }
  :root .custom_checkbox select { padding-right: 6px \0/IE9;}
}
/* /custom checkbox end */

/* clearfix
.clearfix:after{content:"";display:block;clear:both;height:0;visibility:hidden;}
*/
