@charset "utf-8";

/*　 inline-block　
-----------------------------------------------------------------------------*/
dl.in_b,
ul.in_b,
.in_b,
.dl_table {
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
	}
dl.in_b dt,
dl.in_b dd,
.in_b li,
.in_b > div,
.in_b > section,
.in_b > .section,
.dl_table > dl > dt,
.dl_table > dl > dd {
	letter-spacing: 0.4px; /* 文字間を通常に戻す */
	display: inline-block;
	vertical-align:top;
	}

/*　section　＆　p
-----------------------------------------------------------------------------*/
#content p {
	}
#content > section, #content > .section {
	margin-bottom: 60px;
	}
	#content > section > section, #content > .section > .section {
	margin-top: 35px;
	}

/*　h1
-----------------------------------------------------------------------------*/
#content h1 {
	color:#32beef;
	font-weight:bold;
	font-size:22px;
	border-bottom:3px solid #32beef;
	margin-bottom:25px;
	padding:10px 0 10px;
	}
.box_ttl {
	position:relative;
	}
	.ttl_sub {
	position:absolute;
	right:0;
	top:0;
	}
/*　h2
-----------------------------------------------------------------------------*/
#content h2 {
	color:#32beef;
	font-weight:bold;
	font-size:22px;
	margin-bottom:10px;
	}
/*　h3
-----------------------------------------------------------------------------*/
#content h3 {
	font-weight:bold;
	font-size:110%;
	margin-bottom:5px;
	}

/*　base_box
-----------------------------------------------------------------------------*/
.box_base {
	background-color:#fff;
	border: solid 1px #e0e0e0;
	padding:25px 30px;
	margin:0 0 20px;
	position:relative;
	}
	
/*　link_arrow
-----------------------------------------------------------------------------*/
a.link_arrow::before {
	content:'';
	display: inline-block;
	width:0;
	height:0;
	border-style:solid;
	border-width:4px 0 4px 6px;
	border-color:transparent  transparent transparent #888;
	margin:0 0.2em 0.15em 0;
	}

/*　ボタン
-----------------------------------------------------------------------------*/
.btn_base {
	text-decoration:none;
	outline:none;
	position:relative;
	display:inline-block;
	text-align:center;
	border-radius:2px;
	border:2px solid #e0e0e0;
	padding:7px 25px;
	min-width:130px;
	margin:3px auto;
	transition:all 0.2s ease;
	font-size:14px;
	}
.btn_close .i {
	position:relative;
	margin-right:20px;
	}
	.btn_close .i::before, .btn_close .i::after {
	content:'';
	display:block;
	width:1px;
	height:18px;
	background-color:#333;
	position:absolute;
	left:50%;
	top:50%;
	margin:-9px 0 0 -1px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	}
	.btn_close .i::after {
	-webkit-transform:rotate(-135deg);
	transform:rotate(-135deg);
	}
.pc .btn_base:hover {
	color:inherit;
	background:#e0e0e0;
	}
button {
	font:inherit;
	outline:none;
	border:none;
	padding: 0 15px;
	margin:0;
	position:relative;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	background-color:#32beef;
	border-radius:3px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	transition:all 0.3s ease;
	line-height:40px;
	height:40px;
	letter-spacing:1px;
	}
	button.hover {
	top:1px;
	background-color:#2AA4D1;
	}
.pc button:hover {
	cursor:pointer;
	background-color:#2AA4D1;
	}

/*　テーブル
-----------------------------------------------------------------------------*/
table {
/*	margin:0 auto;*/
	clear:both;
	margin:0 auto 5px;
	}
.tbl_base {
	width:100%;
	border-left:1px #e0e0e0 solid;
	border-top:1px #e0e0e0 solid;
	background-color:#fff;
	}
	.tbl_base th, .tbl_base td {
	padding:10px 10px;
	border-right:1px #e0e0e0 solid;
	border-bottom:1px #e0e0e0 solid;
	text-align:center;
	vertical-align:middle;
	}
	.tbl_base th {
	background-color: #ebf0f2;
	font-weight:bold;
	white-space:nowrap;
	font-size:92%;
	}
	.tbl_base td {
	}

#clone-header {
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
	z-index:10;
	}

/*　form
-----------------------------------------------------------------------------*/
input, textarea, select { 
	outline:none;
	border: none;
	border-radius: 0;
	font: inherit;
	font-size: 15px;
	font-weight:500;
	line-height: inherit;
	vertical-align:middle;
	}
input:not([type=radio]):not([type=checkbox]), textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	max-width:100%;
	}
input:not([type=radio]):not([type=checkbox]) {	width: 100%;}
textarea { width: 100%; height:100px; resize: vertical;}

input:not([type=radio]):not([type=checkbox]):not([type=file]),
textarea,
select {
	border:1px solid #cecece;
	background-color:#fff;
	padding: 0 10px;
	border-radius:3px;
	}
	input:not([type=radio]):not([type=checkbox]):not([type=file]),
	select {
	line-height:40px;
	height:40px;
	}
	textarea { 
	padding: 10px 15px;
	line-height:1.4;
	}
	input:focus, textarea:focus, select:focus {
	border-color:#666 !important;
	transition: border-color 0.4s ease;
	}
	
/*　formError　*/
input.formError:not([type=radio]):not([type=checkbox]):not([type=file]),
textarea.formError,
select.formError {
	background-color:#fee;
	border-color:#e22;
	}
/*　select　*/
select {
	display:inline-block;
	position: relative;
	padding-right:25px;
	padding-left:15px;
	border-width:2px;
	width:100%;
	}
select::-ms-expand {
	display: none;
	}
label.type_select {
	position:relative;
	display:inline-block;
	min-width:180px;
	}
	label.type_select::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 6px 0 6px;
	border-color: #777 transparent transparent transparent; 
	pointer-events: none;
	}
/*　checkbox ＆ radio　*/
.type_check, .type_radio {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	}
.type_check label, .type_radio label {
	position:relative;
	display: inline-block;
	}
.type_check input,
.type_radio input {
	display:none;
	}
.type_check input + span,
.type_radio input + span {
	position: relative;
	padding-left: 27px;
	display:inline-block;
	}
	.type_check input + span::before,
	.type_radio input + span::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #e0e0e0;
	background-color:#fff;
	transition:all 0.3s ease;
	}
		.type_check input + span::before { border-radius: 2px;}
		.type_radio input + span::before { border-radius: 50%;}
	/*　checked　*/
	.type_check input:checked + span {
	color:#32beef;
	font-weight:bold;
	}
	.type_check input:checked + span::before {
	border: none;
	background-color:#32beef;
	}
	.type_check input:checked + span::after {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 7px;
	width: 7px;
	height: 14px;
	-webkit-transform:rotate(-40deg);
	transform: rotate(40deg);
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	}
	.type_radio input:checked + span::before {
	border-color: #32beef;
	}
	.type_radio input:checked + span::after {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color:#32beef;
	}
.type_check span:hover, .type_radio span:hover { cursor:pointer;}

/*　type_file　*/
.type_file {
	position: relative;
	text-align: center;
	display: inline-block;
	}
	.type_file input[type=file] {
		display:none;
	}
	.type_file {
	font:inherit;
	outline:none;
	color:#777;
	border:1px solid #aaa;
	padding: 0 10px;
	margin:0 10px;
	position:relative;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	background-color:#fff;
	border-radius:12px;
	font-size:13px;
	font-weight:bold;
	transition:all 0.3s ease;
	line-height:24px;
	height:24px;
	letter-spacing:0;
	min-width:60px;
	}
	.type_file.hover {
	top:1px;
	background-color:#eee;
	}
	.pc .type_file:hover {
	cursor:pointer;
	background-color:#eee;
	}

/*　placeholder 　*/
::-webkit-input-placeholder {
	color: #999;
	opacity: 1;
	}
/* Firefox 19 以降 */
::-moz-placeholder {
	color: #999;
	opacity: 1;
	}
/* IE 10 以降 */
:-ms-input-placeholder {
	color: #999;
	}
:placeholder-shown {
	color: #999;
	}

:focus::-webkit-input-placeholder {
	color: #ddd;
	opacity: 1;
	}
/* Firefox 19 以降 */
:focus::-moz-placeholder {
	color: #ddd;
	opacity: 1;
	}
/* IE 10 以降 */
:focus:-ms-input-placeholder {
	color: #ddd;
	}
:focus:placeholder-shown {
	color: #ddd;
	}

/*　リストスタイル
-----------------------------------------------------------------------------*/
ul.list_dot {
	padding-left:1.7em;
	}
	ul.list_dot li { list-style-type:disc;}

ol.list_num {
	padding-left:1.7em;
	}
	ol.list_num li { list-style-type:decimal;}

ul.list_square {
	padding-left:1.7em;
	}
	ul.list_square li { list-style-type: square;}

ol.list_alpha {
	padding-left:2em;
	}
	ol.list_alpha li { list-style-type: upper-alpha;}

ul.list_nijumaru li {
	text-indent:-1.3em;
	padding-left:1.5em;
	}
	ul.list_nijumaru li:before {
	content:"◎";
	width:1em;
	margin-right:0.3em;
	}
.list_note {
	font-size:93%;
	}
	.list_note li {
	text-indent:-1em;
	padding-left:1em;
	}