@charset "utf-8";

/* Color Scheme


	:link {
		border-color: #dbdbdb;
		background-image: -webkit-linear-gradient(top, #f7f7f7, #ececec);
	}

	:hover {
		border-color: #dbdbdb;
		background-image: -webkit-linear-gradient(top, #fcfcfc, #f2f2f2);
	}

	:focus {
		border-color: #c7c7c7;
		background-image: -webkit-linear-gradient(top, #e2e2e2, #cfcfcf);
	}

-----------------------------------------------------------------------------------------------------------*/




/* General Settings
-----------------------------------------------------------------------------------------------------------*/
.page {
	position: relative;
}

.active {
  display: block;
}

.font-small {
	font-size: 10px !important;
}

.align-center {
	text-align: center !important;
}

.align-right {
	text-align: right !important;
}

.font-bold {
	font-weight: bold !important;
}

#shadow {
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.75);
	z-index: 1;
}

	#shadow .overlay-inner {
		position: relative;
		z-index: 999;
		background: #fff;
		-webkit-border-radius: 4px;
		margin: 10px;
		padding: 0 8px 10px;
	}

	#logo {
		margin-bottom: 10px;
	}

	#shadow .overlay-inner h2 {
		border-width: 1px !important;
		-webkit-border-radius: 4px;
		-webkit-background-clip: padding-box;
		margin-bottom: 10px;
	}

	#btn-close {
		margin: 0;
	}

.message {
	font-weight: bold;
	color: #C00;
}

#thanks-content .message-box {
	font-size: 12px !important;
	line-height: 1.45 !important;
	border: solid 1px #ccc !important;
	margin: 0 2px 10px !important;
	padding: 10px !important;
	-webkit-border-radius: 4px !important;
}



/* Header
-----------------------------------------------------------------------------------------------------------*/
header.heading {
	position: relative;
	border-color: #000;
	background-image: -moz-linear-gradient(center top , #666, #000);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
}

.heading {
	border-style: solid;
	border-width: 1px 0;
	padding: 0;
	width: auto;
	height: 48px;
	overflow: hidden;
}

.heading .heading-title {
	font-size: 16px;
	line-height: 48px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -100px;
	font-size: 16px;
	width: 210px;
	height: 48px;
	text-shadow: 0 1px 1px #000000;
}

.heading-image-title {
	position: absolute;
	left: 50%;
	margin-left: -90px;
	width: 180px;
}

/* Content
-----------------------------------------------------------------------------------------------------------*/
h2 {
		padding: 0.7em 0.5em 0.5em;
		font-size: 14px !important;
		line-height: 1.3;
		border: solid #1884FF;
		border-width: 1px 0;
		background: #1382FF;
		color: #ffffff;
		font-weight: bold;
		text-shadow: 0 -1px 0px rgba(255,255,255,0.3);
		background-image: -moz-linear-gradient(top, #5DA9FF, #1382FF);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#5DA9FF), to(#1382FF));
}

h3 {
	position: relative;
	vertical-align: baseline;
	padding: 0.5em 0.35em 0.5em 3em;
	font-size: 14px;
	border: solid #0099CB;
	border-width: 1px 0;
	background: #0099CB;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 -1px 0px rgba(0,0,0,0.3);
	background-image: -webkit-linear-gradient(top, #6BC4E1, #0099CB);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6BC4E1), to(#0099CB));
}

h3:not(.subIcon) {
	padding: 0.5em !important;
}

h3 span {
	position: absolute;
	top: 50%;
	left: 7px;
	width: 3em;
	height: 20px;
	margin-top: -10px;
	line-height: 20px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.25), inset 0 1px 1px 0 rgba(0,0,0,0.25) !important;
	font-size: 10px !important;
	display: inline-block;
	-webkit-border-radius: 0.35em;
}

/* 必須アイコン */
.form-icon-hissu {
	background: #FF0033;
	background-image: -webkit-linear-gradient(top, #FF6A88, #FF0033);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FF6A88), to(#FF0033));
}
/* 任意アイコン */
.form-icon-ninni {
	background: #0099CC;
	background-image: -webkit-linear-gradient(top, #80CAE1, #279DC5);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#80CAE1), to(#279DC5));
}


	.content p {
		line-height: 1.45;
		padding: 1em 0.25em;
	}


/* general-parts
-----------------------------------------------------------------------------------------------------------*/
.button-block {
	display: block;
	text-align: center;
	margin: 0 2px;
}

header.heading a {
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
}

/* 左側ボタン */
header.heading .nav-l {
	float: left;
	margin-top: 3px;
	margin-left: 3px;
}

/* 右側ボタン */
header.heading .nav-r {
	float: right;
	margin-top: 3px;
	margin-right: 3px;
}

/* 角丸の設定 */
header.heading .button.corner-all {
	-webkit-border-radius: 3px;
}

.button.corner-all {
	-webkit-border-radius: 4px;
}

.button.corner-all-max {
	height: 40px;
	line-height: 40px;
	-webkit-border-radius: 20px;
}

header.heading .nav-r img {
	display: block;
}

.icon-info {
	height: 38px;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1 !important;
	background: url(../images/icon_info.png) no-repeat center 3px;
	background-size: 16px 20px;
	font-size: 8px !important;
	text-align: center !important;
	color: #fff !important;
	text-decoration: none;
	border-left: solid 1px #000;
}

.icon-info span {
	display: block;
	height: 38px;
	padding: 0 5px;
	border-left: solid 1px #343434;
}

.icon-info span {
	padding-top: 25px;
}


/* グラデーションオレンジ */
.grad-orange {
	color: #fff !important;
	background: #FF7417;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFA620), to(#FF7417));
	-webkit-box-shadow: 0px 0px 1px 0px #fff, inset 0 -1px 1px 0 rgba(0,0,0,0.25) !important;
}

	article .button.grad-orange {
		-webkit-background-clip: padding-box;
		border: solid 1px #FF7417;
	}

	article .button.grad-orange:hover {
	color: #fff !important;
	background: #E05400;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E68100), to(#E05400));
	-webkit-box-shadow: 0px 0px 1px 0px #fff, inset 0 -1px 1px 0 rgba(0,0,0,0.25) !important;
	}

/* グラデーション赤 */
.grad-red {
	color: #fff !important;
	background: #A70000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#DD6464), to(#A70000));
	-webkit-box-shadow: inset 0px 0px 1px 0px #AA0505;
}

	header .button.grad-red {
		-webkit-background-clip: padding-box;
	}

	header .button.grad-red:hover {
		color: #fff !important;
		background: #AE0C0C;
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CA4D45), to(#AE0C0C));
	}

	header .button.grad-red:hover:before  {
		border-color: #fff !important;
	}

.grad-black {
	color: #fff !important;
	background: #111;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#666), to(#111));
	-webkit-box-shadow: inset 0px 0px 1px 0px #000;
}

.grad-gray {
	color: #333 !important;
	background: #ccc;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#e7e7e7));
}

	article .button.grad-gray {
		-webkit-background-clip: padding-box;
		border: solid 1px #aeaeae;
	}

	article .button.grad-gray:hover {
	color: #000 !important;
	background: #aaa;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cecece), to(#aeaeae));
	-webkit-box-shadow: 0px 0px 1px 0px #fff, inset 0 -1px 1px 0 rgba(0,0,0,0.25) !important;
	}


.grad-lightgray {
	color: #333 !important;
	background: #dedede;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), color-stop(0.5, #f2f2f2), to(#eaeaea));
}

	article .button.grad-gray {
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0px 0px 1px 0px #aaa;
	}


/* すべてのホバー時共通 */
.button:hover,
.custom-input:focus,
.custom-select select:focus {
	/*
	background: #FFBA53;
	color: #F60 !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFBA53), to(#FFF9E0));
	*/
}

.button:hover:before,
.button:hover:after,
a:hover:after { /*border-color: #FF6501;*/ }



header .button { border: 1px solid #111; }
.icon-w:before,
.icon-w:after { border-color: #fff; }
.icon-o:before,
.icon-o:after { border-color: #FF6501; }
.icon-b:before,
.icon-b:after { border-color: #1683FF; }
.icon-g:before,
.icon-g:after { border-color: #969696; }


/* 矢印アイコン */
.button-arw-l,
.button-arw-r,
.button-delete {
	/*display: inline-block;*/
	position: relative;
	text-decoration: none;
}

header .icon-no {
	padding: 0 15px;
}

article .icon-no {
	padding: 10px 20px;
	text-decoration: none;
}

/* 右矢印つきボタン */
header .button-arw-r { padding: 0 18px 0 10px; }
article .button-arw-r { padding: 10px 28px 10px 10px; }
article .button-arw-r.corner-all-max {
	padding: 0px 38px 0px 20px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0px 0px 1px 0px #f60;

}

.button-arw-r:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  border-top-style: solid;
  border-right-style: solid;
  -webkit-transform: rotate(45deg);
}

	header .button-arw-r:after {
		right: 8px;
		width: 5px;
		height: 5px;
		border-top-width: 2px;
		border-right-width: 2px;
		margin-top: -3px;
	}

	article .button-arw-r:after {
		right: 10px;
		width: 6px;
		height:6px;
		border-top-width: 3px;
		border-right-width: 3px;
		margin-top: -4px;
	}

/* 左矢印つきボタン */
header .button-arw-l { padding: 0 10px 0 18px; }
article .button-arw-l { padding: 10px 10px 10px 28px; }

.button-arw-l:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  border-top-style: solid;
  border-left-style: solid;
  -webkit-transform: rotate(-45deg);
}

	header .button-arw-l:before {
		left: 8px;
		width: 5px;
		height: 5px;
		border-top-width: 2px;
		border-left-width: 2px;
		margin-top: -3px;
	}

	article .button-arw-l:before {
		left: 10px;
		width: 6px;
		height:6px;
		border-top-width: 3px;
		border-left-width: 3px;
		margin-top: -4px;
	}

/* 下矢印つきボタン※右側のみ */
.button-arw-d {
	display: inline-block;
	position: relative;
	padding: 10px 38px 10px 20px;
	text-decoration: none;
}

.button-arw-d:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  width: 9px;
  height:9px;
  margin-top: -8px;
  border-top: solid 3px #FF6501;
  border-right: solid 3px #FF6501;
  -webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
}

/* 削除アイコン */
header .button-delete {
	padding: 0 10px 0 21px;
}

.button-delete:hover:before,
.button-delete:hover:after {
	background: #FF6501;
}

.button-delete:before {
		position: absolute;
		content: "";
		top: 50%;
    left:10px;
    width:2px;
    height:10px;
    margin-top:-5px;
    background:#fff;
    -webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
}

.button-delete:after {
		position: absolute;
		content: "";
		top: 50%;
    left:6px;
    width:10px;
    height:2px;
    margin-top:-1px;
    background:#fff;
    -webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
}

/* PCサイトアイコン */
a.pc-link {
	text-align: left;
	text-decoration: none !important;
	position: relative;
	padding: 10px 28px 10px 10px;
}

a.pc-link:after {
	content: "";
  position: absolute;
  top: 50%;
	display: block;
	right: 10px;
	margin-top: -8px;
	width: 18px;
	height: 15px;
	background: url(/smartphone/images/pc_link.png) no-repeat;
	background-size: 18px 15px;
}

/* プライバシーロゴ */
.privacy {
	margin: 10px 0;
	border: solid 1px #ccc;
	-webkit-border-radius: 4px;
	background: #EFEEE9;
	-webkit-background-clip: padding-box;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.privacy img {
	margin: 10px 0;
}

.privacy-logo {
	width: 60px;
	text-align: center;
}

footer {
	margin-top: 10px;
	padding: 10px 0;
}


/*	グリッドレイアウト※同じ横幅で均等に配置したい時に有効
-----------------------------------------------------------------------------------------------------------*/
.box-grid {
	position: relative;
	overflow: visible;
	display: -webkit-box;
	display: -moz-box;
	width: 100%;
}

.box-grid .box {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

.box-a {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	}
.box-b {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
}
.box-c {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-box-ordinal-group: 3;
	-moz-box-ordinal-group: 3;
}
.box-d {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-box-ordinal-group: 4;
	-moz-box-ordinal-group: 4;
}

/*.lp_shashu用
------------------------------------------*/
.mt_5px { margin-top:5px; }
.lp_shashu {
  font-size: 12px;
  line-height: 1.3;
}
.lp_shashu h2 {
	margin-top: 10px;
}
.lp_shashu div span {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	background: #1988f2;
	padding: 2px;
	margin: 0 3px;
}
.lp_shashu .btn_box {
	background: #eee;
	margin: 10px 0 0 0;
  border: 1px solid #ccc;
}

#zinfo-accordion {
  width: 100%;
  margin: 0;
}

#zinfo-accordion label h2{
  display: block;
  padding: 10px;
  margin: 0;
  cursor: pointer;
  background: #e6e6e6;
  border-radius: 3px;
  color: #555555;
  position: relative;
  z-index: 1;
  font-size: 14px;
  text-align: left;
  border: 1px solid #aaaaaa;
}
#zinfo-accordion .zinfo-content {
  background: #fff;
  padding: 10px;
  border: 1px solid #A7A7A7;
  margin: 0;
  border-radius: 3px;
  line-height: 1.7;
}

#zinfo-accordion input + label + .zinfo-content {
  -webkit-transition: max-height 0.25s, border-width 0.25s ease-out;
  -moz-transition: max-height 0.25s, border-width 0.25s ease-out;
  -ms-transition: max-height 0.25s, border-width 0.25s ease-out;
  -o-transition: max-height 0.25s, border-width 0.25s ease-out;
  transition: max-height 0.25s, border-width 0.25s ease-out;
  font-size: 14px;
  padding: 0;
  color: #222222;
  max-height: 0;
  overflow: hidden;
  border-width: 0;
}

#zinfo-accordion input:checked + label h2{
  background-color: transparent;
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#zinfo-accordion input:checked + label + .zinfo-content {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-width: 1px;
  max-height: 240px;
  padding: 10px;
  -webkit-transition: max-height 0.25s, border-width 0.25s ease-in;
  -moz-transition: max-height 0.25s, border-width 0.25s ease-in;
  -ms-transition: max-height 0.25s, border-width 0.25s ease-in;
  -o-transition: max-height 0.25s, border-width 0.25s ease-in;
  transition: max-height 0.25s, border-width 0.25s ease-in;
}

#zinfo-accordion input {
  display: none;
}