@charset "utf-8";
/*---------------------------------------

　■ コージェネ財団
　■ base.css
　■ サイト表示用CSS

---------------------------------------*/
/*--------------------------------------
 Reset
---------------------------------------*/
/*===== Universal Reset ===== */

* {
	margin: 0;
	padding: 0;
	box-sizing:border-box;
}
h1, h2, h3, h4, h5, h6, p, address, a {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
a, a:focus {
	outline: none;
}
img, a img {
	border: 0;
	vertical-align: bottom;
	max-width:100%;
	height:auto;
}
ul, dl {
	list-style-type: none;
	list-style-position: outside;
}
ol {
	margin-left:1.5em;
	list-style-position: outside;
}
ol li {
	margin-top:0.5em;
}
ol li:first-child {
	margin-top:0;
}
table {
	table-layout:fixed;
	border-collapse:collapse;
	border-spacing:0;
}
.tx_c table {
	margin: 0 auto;
}
caption, th {
	text-align:left;
	font-weight:normal;
}
strong, .st {
	font-weight:bold;
}
ruby{ margin-top:0.2em; text-align:left;}
.normal { font-weight:normal !important;}

.fromto:before{ content:" ～ "}
.fromto:empty:before{ content:""}
.kakko:before{ content:"（";}
.kakko:after{ content:"）";}
.kakko:empty:before,.kakko:empty:after{ content:"";}
/* ===== Basic Style ===== */


html {
	overflow-y: scroll;
}
html, body {
	width: 100%;
	font:16px/1.618 'Roboto', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
	color: #000;
}
body {
	background:#FFF;
	-webkit-text-size-adjust: none;/*スマホ用文字サイズリセット*/
}
a:link {
	color:#05A;
	text-decoration:none;
}
a:visited {
	color:#05A;
	text-decoration:none;
}
a:active {
	color:#05A;
	text-decoration:underline;
}
a:hover {
	color:#c01649;
	text-decoration:underline;
}
.cf {
/zoom: 1;
}
.cf:after {
	content: '';
	display: block;
	clear: both;
}
.clr {
	clear: both;
}
hr {
	height:0;
	margin-top:1em;
	border:0 none transparent;
	border-bottom:1px dashed #CCC;
}
.numeric{ text-align:right;}
.flexbox {
	display:flex;
}
.flexbox.half {
	flex-wrap: wrap;
	justify-content: space-between;
}
.flexbox.half > * {
	width:49%;
}
.flexbox.vm {
	align-items:center;
}
.flexbox.w100 {
	width:100%
}
dl.flexbox {
	width:100%;
	align-items:center;
	justify-content: space-between;
}
dl.flexbox dt {
	width:2em;
}
dl.flexbox dd {
	width:calc(100% - 2.5em);
}
.scrollY {
	overflow-y:scroll;
	display:block;
	padding: 0 8px;
}
.ios .scrollY {
	padding-right:40px;
	background-image: url(../img/bgIpad.gif);
	background-position:center right;
	background-repeat:no-repeat;
	background-size:contain;
}
ul.scrollY {
	display:flex;
	flex-wrap: wrap;
	padding: 0 0
}
ul.scrollY li {
	width:100%
}
ul.scrollY.half li {
	width:50%
}
/*--------------------------------------
 ■init
---------------------------------------*/
/*HTML5 調整*/
header, footer, section, article, aside, nav {
	display:block;
}
.disnon {
	display: none;
}
.mt05 {
	margin-top:0.5em !important;
}
.mt0 {
	margin-top:0 !important;
}
.mt1 {
	margin-top:1em !important;
}
.mt2 {
	margin-top:2em !important;
}
.mt3 {
	margin-top:3em !important;
}
.mb05 {
	margin-bottom:0.5em !important;
}
.mb0 {
	margin-bottom:0 !important;
}
.mb1 {
	margin-bottom:1em !important;
}
.mb2 {
	margin-bottom:2em !important;
}
.mb3 {
	margin-bottom:3em !important;
}
.mb4 {
	margin-bottom:4em !important;
}
.mb5 {
	margin-bottom:5em !important;
}
.mb10 {
	margin-bottom:10px !important;
}
.ml05 {
	margin-left:0.5em !important;
}
.ml0 {
	margin-left:0 !important;
}
.ml1 {
	margin-left:1em !important;
}
.ml2 {
	margin-left:2em !important;
}
.ml3 {
	margin-left:3em !important;
}
.mr05 {
	margin-right:0.5em !important;
}
.mr0 {
	margin-right:0 !important;
}
.mr1 {
	margin-right:1em !important;
}
.mr2 {
	margin-right:2em !important;
}
.mr3 {
	margin-right:3em !important;
}
.mk1 {
	text-indent:-1em;
	padding-left:1em;
	display:block;
	position:relative;
}
.mk1.kome, .mk1.dot {
	text-indent:0;
	position:relative;
}
.mk1.kome:before {
	content:"※";
	text-align:center;
	width:1em;
	position:absolute;
	left:0;
	top:0;
	color:#c7243a;
	display:inline-block
}
.mk1.dot:before {
	content:"・";
	text-align:center;
	width:1em;
	position:absolute;
	left:0;
	top:0;
	display:inline-block
}
ul.mk15 li {
	display:block;
	position:relative;
	padding-left:1.3em;
	margin-top:0.5em;
}
ul.mk15 li span {
	position:absolute;
	top:0;
	left:0;
	width:1.3em;
	text-align:left;
	display:block;
}
.ib {
	display: inline-block;
}
.ls-1 {
	letter-spacing:-0.5px;
}
.nowrap {
	white-space:nowrap;
}
.nopading {
	padding:0;
}
.tx_c {
	text-align: center !important;
}
.tx_l {
	text-align: left !important;
}
.tx_r {
	text-align: right !important;
}
.vt {
	vertical-align: top !important;
}
.vb {
	vertical-align: bottom !important;
}
.vm {
	vertical-align: middle !important;
}
.bg_yellow {
	background-color:#fFFFF2 !important;
}
.bg_gray {
	background-color:#F3F4F5 !important;
}
.tx_10f {
	font-size: 10px;
	line-height:1.6
}
.tx_12f {
	font-size: 12px;
	line-height:1.6
}
.tx_13f {
	font-size: 13px;
	line-height:1.6
}
.tx_14f {
	font-size: 14px;
	line-height:1.6
}
.tx_15f {
	font-size: 15px;
	line-height:1.6;
}
.tx_16f {
	font-size: 16px;
	line-height:1.6
}
.tx_18f {
	font-size: 18px;
	line-height:1.6
}
.tx_20f {
	font-size: 20px;
	line-height:1.6
}
.tx_24f {
	font-size: 24px;
	line-height:1.6
}
.tx_red {
	color:#cc0500;
}
.tx_green {
	color:#006633;
}
.tx_gray {
	color:#999;
}
.wball {
	word-break:break-all;
}
.udot {
	border-bottom:1px dotted #AAA;
	padding-bottom:2px;
	margin-bottom:2px;
}
/*--------------------------------------
 BUTTON
---------------------------------------*/
.btn, a.btn {
	background-color:#999;
	background-repeat: no-repeat;
	border:1px solid #999;
	color:white;
	display: inline-block;
	line-height:1.3;
	outline:0;
	padding:0 3px;
	position:relative;
	text-decoration:none;
	white-space:nowrap;
	font-size:15px;
	transition: background-color 0.3s, color 0.3s, border 0.3s;
	-webkit-appearance: none;
    border-radius: 4px;
}
.btn.edit, a.btn.edit, .btn.incopy {
	background-color: #1b52b1;
	background-image: url(../img/icon_edit.png);
	background-position: 7px center;
	border-color:#1b52b1;
	padding-left:30px;
	outline:0;
	text-decoration:none;
}
.btn.edit.red, a.btn.edit.red, .btn.incopy {
	background-color: #C03;
	border-color: #C03;
}
.btn.edit.white, a.btn.edit.white {
	background-color: #FFF;
	color:#1b52b1;
	background-image: url(../img/icon_editAD.png);
}
.btn.dl, a.btn.dl {
	background-color: #fff;
	background-image:url(../img/icon_dl.png);
	background-position: 11px center;
	border-color:#1b52b1;
	color: #1b52b2;
	padding-left:30px;
	padding-right:10px;
}
.btn.zip, a.btn.zip, button.btn.zip {
	background-color: #fff;
	background-image:url(../img/icon_zip.png);
	background-position: 11px center;
	border-color:#1b52b1;
	color: #1b52b2;
	padding-left:30px;
	padding-right:10px;
}

.btn.del, a.btn.del {
	background-color: #aa2143;
	border-color: #aa2143;
	color:white;
	padding:0 4px;
}
.btn.alldel {
	background-color: #fff;
	color: #aa2143;
	border-color: #aa2143;
}
.btn_txt, a.btn_txt {
	display: inline-block;
	position:relative;
	padding-left:1.1em;
	color:black;
}
.btn_txt:hover, a.btn_txt:hover {
	color:#c01649;
}
.btn_txt:before {
	display: inline-block;
	width:1em;
	height:1em;
	border-radius:50%;
	background-color:#1b52b1;
	content:"";
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
	background-image:url(../img/arrow_pankuzu.png);
	background-position:center;
	background-repeat:no-repeat;
}
.btn.incopy{ padding:6px 13px 6px 40px; background-position:12px;}
.btn.incopy:hover{ background-color:#9f0128;
}

.flexbox .btn {
	padding:5px 15px;
}
#admin .btn.edit, #admin a.btn.edit {
	background-color:  #4c5f80;
	border-color: #4c5f80;
}
#admin .btn.edit.red, #admin a.btn.edit.red {
	background-color: #aa2143;
	border-color: #aa2143
}
#admin .btn.edit.white, #admin a.btn.edit.white {
	background-color: #FFF;
	color: #999;
	border-color:#999;
	background-image:url(../img/icon_editAD.png)
}
#admin .btn_txt:before {
	background-color:#4c5f80;
}
#admin .btn_dl:hover {
	color: #4c5f80;
}
.btnArea {
	display: flex;
	justify-content: center;
}
.btnArea > * {
	padding:0.8em 0.5em 0
}
/*--------------------------------------------
 INPUT
--------------------------------------------*/
input[type="text"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="number"], input[type="month"], input[type="date"], input[type="datetime"], textarea {
	font-size: 100%;
	padding: 8px 10px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #CCC;
	font:16px/1.618 Verdana, Roboto, "Droid Sans", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}
input[type="text"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], textarea {
	width:100%;
	box-sizing:border-box;
}
input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="month"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, textarea:focus {
	background: #fff7ea;
}
input[type="text"]::placeholder{ color:#888;} 
input[disabled]{
	color:black;
	background-color:#f2f3f4;
}
textarea{ vertical-align:bottom; }

object {
	outline: none;
}
input[readonly] {
	background-color:#F2F3F4;
}
.select {
	display:inline-block;
	position:relative;
	max-width:100%;
}
.select select {
	max-width:100%;
	padding: 5px 32px 5px 10px;
	border: 1px solid #CCC;
	background-color:white;
	box-sizing:border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font:16px/1.618 Verdana, Roboto, "Droid Sans", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}
.select:after {
	content: '▼';
	display: inline-block;
	width: 1em;
	height: 1em;
	position: absolute;
	right: 10px;
	top: 50%;
	transform:translateY(-50%);
	pointer-events: none;
	line-height:1;
}
.selHidden select {
	width:100%;
	padding: 5px 10px;
	border: 1px solid #CCC;
	background-color:#f2f3f4;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font:16px/1.618 Verdana, Roboto, "Droid Sans", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}
.selHidden select option[value=""] {
	color:#999;
}

.nt input[type="checkbox"], .nt input[type="radio"] {
	display: none;
}
.nt input[type="checkbox"] + label, .nt input[type="radio"] + label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding: 10px 10px 10px 30px;
	border-radius: 5px;
	color: #3e4956;
	line-height: 1.2;
	border:1px solid #FFF;
	box-sizing:border-box;
}
.nt input[type="checkbox"] + label:before, .nt input[type="radio"] + label:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 5px;
	width: 12px;
	height: 12px;
	margin-top: -10px;
	background: #FFF;
	border:4px solid #CCC;
}
.nt input[type="radio"] + label:before {
	border-radius:50%;
}
.nt input[type="checkbox"]:checked + label, .nt input[type="radio"]:checked + label {
	background: #FFC;
	border:1px solid #AAA;
}
.nt input[type="checkbox"]:checked + label:after, .nt input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 11px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #000;
}
.nt input[type="radio"] + label:before, .nt input[type="radio"]:checked + label:after {
	border-radius:50%;
}
.nt input[type="radio"] + label + * {
	display:none;
}
.nt input.kankei[type="radio"]:checked + label + * {
	display:inline-block;
	background:#EEEFF0;
	padding:8px;
	border-radius:8px;
	width:calc(100% - 13em);
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
}
.nt input[type="radio"]:checked + label + *:before {
	content:"";
	display:inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 17.3px 10px 0;
	border-color: transparent #EEEFF0 transparent transparent;
	position:absolute;
	right:100%;
	top:50%;
	transform:translateY(-50%);
}
.none input[type="checkbox"] {
	display: none;
}
.none input[type="checkbox"] + label {
	display: none;
}
.none input[type="checkbox"]:checked + label {
	display:inline-block;
}
/*----------------------------------------
 テーブル
----------------------------------------*/
div.tbl_basic {
	margin-bottom:30px;
}
div.tbl_basic.outer {
	padding:15px;
	background-color:#F7F8F9;
}
.tbl_basic > table {
	table-layout:fixed;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 2px;
	border: 1px solid #CCC;
	background-color:white;
}
.tbl_basic > table > tr > th, .tbl_basic > table > tr > td, .tbl_basic > table > tbody > tr > th, .tbl_basic > table > tbody > tr > td {
	border: #CCC solid 1px;
	text-align: left;
	vertical-align: top;
	box-sizing:border-box;
}
.tbl_basic > table > tr > th, .tbl_basic > table > tbody > tr > th {
	background-color: #F8FDFF;
	padding:12px;
	font-weight: bold;
	box-sizing:border-box;
	letter-spacing:0.5px;
}
.tbl_basic > table thead th {
	background-image: none;
	border-right: 1px solid #CCC;
	border-bottom: 3px double #CCC;
	padding: 8px 0;
	text-align: center;
	vertical-align: middle;
	background-color: #F8FDFF;
	width: auto;
	font-weight:bold;
}
.tbl_basic > table > tr > td, .tbl_basic > table > tbody > tr > td {
	padding: 12px 10px;
	border-left: 1px solid #CCC;
}
.tbl_basic > table > tr > td > table th, .tbl_basic > table > tbody > tr > td > table th {
	padding-right:1em;
	min-width:165px;
}
.tbl_basic > table > tr > td > table td, .tbl_basic > table > tbody > tr > td > table td {
	padding-top:5px;
	padding-left:5px;
}
.tbl_basic > table > tr > td > table tr:first-child td, .tbl_basic > table > tbody > tr > td > table tr:first-child td {
	padding-top:0;
}
.tbl_basic > table > tr > td > table tr td:first-child, .tbl_basic > table > tbody > tr > td > table tr td:first-child {
	padding-left:0;
}
.tbl_basic > table dl.flexbox {
	justify-content: space-between;
	flex-wrap: wrap;
}
.tbl_basic > table dl dt {
	font-weight:bold;
	margin-top:0.5em;
}
.tbl_basic > table dl > *:first-child {
	margin-top:0;
}
.tbl_basic > table dl.flexbox > * {
	margin-top:0.5em;
}
.tbl_basic > table dl.flexbox > *:nth-child(-n+2) {
	margin-top:0;
}
.tbl_basic > table dl.flexbox dt {
	width:5em;
}
.tbl_basic > table dl.flexbox dd {
	width:calc( 100% - 5.2em );
}
#layout .tbl_basic > table dl.flexbox dt {
	width:8em;
}
#layout .tbl_basic > table dl.flexbox dd {
	width:calc( 100% - 8.2em );
}
div.tbl_list {
}
.tbl_list table {
	table-layout:fixed;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 2px;
	border: 1px solid #CCC;
	background-color:white;
	word-break:break-all;
	font-size:15px;
}
.tbl_list th, .tbl_list td {
	border: #CCC solid 1px;
	text-align: center;
	vertical-align: middle;
	box-sizing:border-box;
	padding:5px 8px;
}
.tbl_list th {
	background-color: #F4F5F7;
	padding:12px;
	font-weight: bold;
	box-sizing:border-box;
	letter-spacing:0.5px;
}
.tbl_list thead th {
	background-image: none;
	border-right: 1px solid #CCC;
	border-bottom: 3px double #CCC;
	padding: 5px 0;
	text-align: center;
	vertical-align: middle;
	width: auto;
}
thead th h2 {
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
}
thead th span {
	display: inline-block;
	line-height: 1.4;
	text-align: left;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
}
.tblLink {
	padding-bottom:1px;
	margin-bottom:30px;
}
.tblLink table {
	width:100%;
	border-top:1px solid #CCC;
	table-layout:fixed;
}
.tblLink th {
	vertical-align:middle;
	font-weight:bold;
	padding:10px 5px 10px 30px;
	border-bottom:1px solid #CCC;
	text-align:left;
	background:url(../img/topTopic.gif) no-repeat 10px center;
	box-sizing:border-box;
}
.tblLink td {
	vertical-align:middle;
	text-align:right;
	padding:10px;
	border-bottom:1px solid #CCC;
	box-sizing:border-box;
}
.tblLink td > .title {
	padding-left:20px;
	display:inline-block;
	font-size:18px;
	position:relative;
}
.tblLink td > .title:before {
	background-image:url(../img/topH4.gif);
	background-repeat: no-repeat;
	background-position:center;
	background-size:cover;
	content:"";
	width:14px;
	height:14px;
	position:absolute;
	display:block;
	left:-5px;
	top:7px
}
.tblLink td > a > img {
	border:2px solid #FFF;
}
.tblLink tr:nth-child(2n+1) th, .tblLink tr:nth-child(2n+1) td {
	background-color:#F8FDFF;
}
.tblLink .btn {
	padding:5px 15px;
}
.tblLink .btn.dl {
	padding-left:30px;
}
.w08 {
	width:8% !important;
}
.w10 {
	width:10% !important;
}
.w12 {
	width:12% !important;
}
.w20 {
	width:20% !important;
}
.w225 {
	width:22.5% !important;
}
.w25 {
	width:25% !important;
}
.w30 {
	width:30% !important;
}
.w50 {
	width:50% !important;
}
.w75 {
	width:75% !important;
}
.w100 {
	width:100% !important;
}
.required, .anything {
	display:inline-block;
	padding-left:2.2em;
	position:relative
}
.required:before {
	display:inline-block;
	background-color: #c03;
	content:"必須";
	color:white;
	font-size:12px;
	position:absolute;
	left:0;
	top:1px;
	padding:0 2px;
	border-radius:3px;
}
.anything:before {
	display:inline-block;
	background-color: #1b52b1;
	content:"任意";
	color:white;
	font-size:12px;
	position:absolute;
	left:0;
	top:1px;
	padding:0 2px;
	border-radius:3px;
}
/*----------------------------------------
 Pager
----------------------------------------*/
.pager {
	margin: 0.5em 0 ;
	text-align:center;
	display:flex;
	justify-content:center;
}
.pager:empty {
	display:none;
}
.pager a {
	border: 1px solid #4c5f80;
	border-left: 0 none transparent;
	display: inline-block;
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
	background-color: #ffffff;
}
.pager *:first-child {
	border-left: 1px solid #4c5f80;
	border-radius:4px 0 0 4px;
}
.pager *:last-child {
	border-radius:0 4px 4px 0;
}
.pager span {
	border: 1px solid #4c5f80;
	display:inline-block;
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
	background-color: #4c5f80;
	color:white;
}

.pager a:hover, .pager a:focus{
	background-color: #4c5f80;
	color:white;
}
/*.pager {
	margin: 0.5em 0 ;
	text-align:center;
}
.pager ul {
	display:flex;
	justify-content:center;
	margin:0 auto;
}
.pager ul > li {
	display: inline-block;
	border: 1px solid #4c5f80;
	border-left: 0 none transparent;
}
.pager ul > li:first-child {
	border-left: 1px solid #4c5f80;
	border-radius:4px 0 0 4px;
}
.pager ul > li:last-child {
	border-radius:0 4px 4px 0;
}
.pager ul > li > a, .pager ul > li > span {
	display:inline-block;
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
	background-color: #ffffff;
}
.pager ul > li > a:hover, .pager ul > li > a:focus, .pager ul > .active > a, .pager ul > .active > span {
	background-color: #4c5f80;
	color:white;
}*/
/*---------------------------------------------
 Header Area 
---------------------------------------------*/
#header {
	padding-bottom:1px;
	border-bottom:1px double #1b52b1;
}
#header .inner {
	width:960px;
	padding:0 10px;
	display:flex;
	height:82px;
	align-items:center;
	margin:0 auto;
}
#header .inner > div {
	display: inline-block;
}
/*---------------------------------------------
 GNAV
---------------------------------------------*/
#globalNav {
	background-color:#4c5f80;
	text-align:center;
}
.dropmenu {
	list-style-type: none;
	width: 940px;
	height: 50px;
	display:flex;
	margin:0 auto;
}
.dropmenu:before, .dropmenu:after {
	content: "";
	display: table;
}
.dropmenu:after {
	clear: both;
}
.dropmenu li {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
	width:calc( 100% / 4 );
	border-right: 1px solid rgba(255, 255, 255, .5);
}
.dropmenu li:first-child {
	border-left: 1px solid rgba(255, 255, 255, .5);
}
.dropmenu li a {
	display: block;
	height: 50px;
	margin: 0;
	padding: 19px 0 0;
	background: #4c5f80;
	color: #fff;
	line-height: 1;
	text-decoration: none;
}
.dropmenu li ul {
	width: 100%;
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: -1px;
	margin: 0;
	padding: 0;
}
.dropmenu li.navi_07 ul {
	width: 100%;
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: auto;
	right: -1px;
	margin: 0;
	padding: 0;
}
.dropmenu li ul li {
	width: 100%;
}
.dropmenu li ul li a {
	width: 100%;
	padding: 19px 10px 0 28px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #fff;
	/*background-image: url(../img/topNav.png);
  background-repeat: no-repeat;
  background-position: 10px center;*/
  color: #000;
	text-align: left;
	position:relative;
}
.dropmenu li ul li a:before {
	position:absolute;
	display:inline-block;
	width:11px;
	height:11px;
	border-radius:50%;
	content:"";
	background-color:#4c5f80;
	background-image: url(../img/arrow_pankuzu.png);
	background-position:center;
	background-repeat:no-repeat;
	top:50%;
	transform:translateY(-50%);
	left:10px;
}
.dropmenu li ul li a:hover:before {
	background-color:#38adf2;
}
.dropmenu li ul li:last-child a {
	height: 55px;
	border-bottom: 5px solid #4c5f80;
}
.dropmenu li ul li a:hover {
	background-color: #F4F5F7;
}
.dropmenu li:hover > a {
	background-color: #4c5f80;
}
.dropmenu li a:hover {
	background-color: #1b52b1;
}
#motion li ul li {
	overflow: hidden;
	height: 0;
	transition: .3s;
}
#motion li:hover ul li {
	overflow: visible;
	height: 50px;
}
/*----------------------------------------
 Panks
----------------------------------------*/
#panks {
	background-color:#1b52b1;
	color:white;
	font-size:12px;
}
#panks a {
	color:white;
}
#panks ul {
	width:960px;
	padding:0 10px;
	display:flex;
	align-items:center;
	margin:0 auto;
	line-height:1.6;
	height:3em;
}
#panks ul li {
	position:relative;
	padding-left:3em;
}
#panks ul li:before {
	content:"";
	display:inline-block;
	width:3em;
	height:1.6em;
	background-image: url(../img/arrow_pankuzu.png);
	background-position:center;
	background-repeat:no-repeat;
	color:white;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
}
#panks ul li:first-child {
	padding-left:0;
}
#panks ul li:first-child:before {
	display:none;
}
/*---------------------------------------------
 Footer
---------------------------------------------*/

#footer {
	text-align:center;
	border-top: 1px solid #CCC;
	padding:15px 0;
	font-size:12px;
}
#footer .inner {
	width:960px;
	padding:0 10px;
	margin: 0 auto;
 padding:;
}
#footer .flexbox {
	justify-content: space-between !important;
}
#pageTop a {
	background-position: left top;
	background-repeat: no-repeat;
	background-image:url(../img/pagetop.png);
	display: block;
	height: 20px;
	line-height: 20px;
	padding-left: 15px;
	text-align: right;
	color:#444;
}
#pageTop a:hover {
	color:#c01649;
	text-decoration:none;
}
#footer small#copyright {
	display: inline-block;
	font-size:12px;
	text-align:center;
	padding:20px 0 30px;
}
/*--------------------------------------
 Body Area
---------------------------------------*/
#contents {
	width:960px;
	padding:20px 10px;
	margin: 0 auto;
}
#con_list {
	width:100%;
	min-width:960px;
	padding:20px 10px;
	margin: 0 auto;
}
.bArea {
	background-color: #FFFFFF;
	background-position: center top;
	background-repeat: repeat-x;
	border: 1px solid #CCC;
	margin-bottom: 15px;
	padding: 10px 15px;
	text-align: left;
	box-sizing:border-box;
 /zoom: 1;
}
.bArea:last-child {
	margin-bottom:0;
}
.notes {
	position: relative;
	background: #f5f5f5;
	border-radius:6px;
	overflow:hidden;
	border: 1px solid #999;
}
.ntitle {
	position: relative;
	padding: 10px 10px 10px 53px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	background: #999 url(../img/icon_help.png) no-repeat;
	background-position: 20px center;
	border-radius: 6px 6px 0 0;
}
.notes .inner {
	padding:15px;
}
button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.list_btn {
	display:flex;
	justify-content:space-around;
	margin-bottom:20px;
}
.list_btn > li > button:empty {
	display:none;
}

.btn_area {
	display:flex;
	justify-content:center;
	margin-bottom:20px;
}
.btn_area li {
	margin-left:20px;
}
.btn_area li:first-child {
	margin-left:0;
}
.list_btn li, .btn_area li {
	width:calc( ( 100% - 60px ) / 3 );
}
.list_btn.force li {
	width:calc( ( 100% - 90px ) / 4 );
}
.list_btn li button, .btn_area li button, .list_btn li a, .btn_area li a {
	display:inline-block;
	width:100%;
	background-color:#1b52b1;
	color:white;
	font-size:18px;
	font-weight:bold;
	border-radius:8px;
	text-align:center;
	padding:8px;
	transition: background-color 0.2s;
	text-decoration:none;
}
.list_btn li button.back, .btn_area li button.back {
	background-color:#999;
}
.list_btn li button:hover, .list_btn li button:focus, .btn_area li button:hover, .btn_area li button:focus, .list_btn li a:hover, .btn_area li a:hover {
	background: #357dfe;
}
/*----------------------------------------
 タイトル
----------------------------------------*/
.ctitle {
	padding: 15px 0;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #1b52b1;
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	position:relative;
}
.ctitle .btn {
	position:absolute;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;
	left:0;
	top:50%;
	transform:translateY(-50%)
}

.title {
	padding: 5px 0 5px 12px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	border-left: 6px solid #1b52b1;
	margin-bottom: 10px;
	position:relative;
}
.title .btn {
	margin-left:1em;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:0;
	background-color: #1b52b1;
	font-weight:bold;
	font-size:16px;
	line-height:28px;
	padding:0 10px;
	border:0 none transparent;
}
.title .btn:hover {
	background-color:#C03
}
.stitle {
	font-size:18px;
	text-align:left;
	font-weight:bold;
	padding-left:18px;
	position:relative;
}
.stitle:before {
	content:"";
	display:inline-block;
	background-color:#1b52b1;
	width:15px;
	height:15px;
	position:absolute;
	left:0;
	top:0.3em;
	border-radius:50%;
}

/*---------------------------------------------------
 ■REMIND
---------------------------------------------------*/
input.act {
	ime-mode: active;
}
input.dis {
	ime-mode: disabled;
}
#remind {
	overflow-y:scroll;
	height:250px;
	display:block;
	border:1px solid #CCC;
	padding:0 15px;
}
.ios #remind {
	padding-right:40px;
	background-image: url(../img/bgIpad.gif);
	background-position:center right;
	background-repeat:no-repeat;
	background-size:contain;
}
#remind ul {
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 10px 0
}
#remind ul li {
	width:49.5%
}
/*------------------------------------------
　■アコーディオン
------------------------------------------*/
.acd-check {
	display: none;
}
.acd-label {
	background-color:#1b52b1;
	color: white;
	font-size:18px;
	font-weight:bold;
	display: block;
	margin-bottom: 1px;
	padding: 10px;
	cursor: pointer;
	transition: background-color 0.2s;
}
.acd-label:hover {
	background: #357dfe;
}
label.acd-label:after {
	content: " を追加 ▼"
}
.acd-check:checked + label.acd-label, .acd-label.on {
	border:1px solid #CCC;
	background-color:#f4fDFF;
	color:black;
}
.acd-check:checked + label.acd-label:after {
	content: " ※必要ない場合は閉じてください";
}
.acd-content {
	height: 0;
	opacity: 0;
	/*padding:0;*/
	padding:0 15px;
	transition: .5s;
	visibility: hidden;
	overflow:hidden;
	margin-bottom:1px !important;
}
.acd-content > .tbl_basic {
	padding: 0 15px 1px;
	margin-bottom:0;
}
.acd-content > .tbl_basic table {
	margin-bottom:14px;
}
.acd-check:checked + .acd-label + .acd-content {
	opacity: 1;
	/*padding:15px 0 0;*/
	padding:15px 15px;
	visibility: visible;
	overflow:auto;
	background-color:#F5F6F8;
	height:auto;
}
/*.acd-check + .acd-label + .acd-content + .acd-check + .acd-label {
	display:none;
}
.acd-check:checked + .acd-label + .acd-content + .acd-check + .acd-label {
	display: block;
}*/


/*------------------------------------------
　■ステップバー
------------------------------------------*/
#stepBar {
	display:flex;
	width:100%;
	margin-bottom:1.5em;
}
#stepBar li {
	position: relative;
	display: inline-block;
	line-height: 40px;
	padding: 0 10px 0 0;
	background-color: #CCC;
	color:#FFF;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight:bold;
	font-size:16px;
	width: calc( 100% / 3 );
	text-align:center;
}
#stepBar.half li {
	width: calc( 100% / 2 );
}
#stepBar li:before, #stepBar li:after {
	position: absolute;
	left: -8px;
	display: block;
	content: '';
	background-color: #CCC;
	border-left: 4px solid #F4F4F4;
	width: 13px;
	height: 20px;
}
#stepBar li:after {
	top: 0;
	-moz-transform: skew(30deg);
	-ms-transform: skew(30deg);
	-webkit-transform: skew(30deg);
	transform: skew(30deg);
}
#stepBar li:before {
	bottom: 0;
	-moz-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	-webkit-transform: skew(-30deg);
	transform: skew(-30deg);
}
#stepBar li:first-child {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
#stepBar li:first-child:before, #stepBar li:first-child:after {
	content: none;
}
#stepBar li:last-child {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
#stepBar li.now {
	color: #FFF;
	background-color: #1b52b1;
}
#stepBar li.now:before, #stepBar li.now:after {
	background-color: #1b52b1;
}
/*---------------------------------------------------
 ■ADMIN
---------------------------------------------------*/
#admin .anything:before {
	background-color: #1b52b1;
}
#admin #header {
	border-bottom:1px double #4c5f80;
}
#admin #panks {
	background-color: #4c5f80;
}
#admin .btn.dl {
	border-color: #4c5f80;
	color: #4c5f80;
}
#admin .list_btn li button, #admin .btn_area li button {
	background-color:#4c5f80;
}
#admin .list_btn li button.back, #admin .btn_area li button.back {
	background-color:#999;
}
#admin .ctitle {
	color:#4c5f80;
}
#admin .title {
	border-left: 6px solid #4c5f80;
}
#admin .title .btn {
	background-color: #4c5f80;
}
#admin .title .btn:hover {
	background-color: #aa2143;
}
#admin .tbl_basic > table > tr > th, #admin .tbl_basic > table > thead > tr > th, #admin .tbl_basic > table > tbody > tr > th {
	background-color: #F4F5F7;
}
#admin .tblLink tr:nth-child(2n+1) th, #admin .tblLink tr:nth-child(2n+1) td {
	background-color:#F4F5F7;
}
#admin #stepBar li.now {
	background-color: #4c5f80;
}
#admin #stepBar li.now:before, #admin #stepBar li.now:after {
	background-color: #4c5f80;
}
#admin .acd-label {
	background-color:#4c5f80;
}
#admin .acd-label:hover {
	background-color:#1b52b1;
}
#admin .acd-check:checked + label.acd-label, #admin .acd-label.on {
	background-color:#DDDEE1;
	border:1px solid #CCC;
	color:black;
}
#searchbox {
	display:flex;
	align-items:center;
	background-color: #EEEFF0;
	font-weight:bold;
	padding:10px 15px;
	border:0;
	outline:0;
	margin-bottom:5px;
}
#searchbox input[type="search"] {
	font-size:16px;
	border:0;
	outline:0;
	padding:7px 10px;
	width:300px;
	background-color:white;
}
#searchbox button {
	background-color:#555;
	font-size:16px;
	font-weight:bold;
	padding:4px 10px 5px;
	border:0;
	outline:0;
	color:white;
}
#admin .menubox {
	width:940px;
	margin: 0 auto 10px;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#admin .menubox > * {
	display:inline-block;
	width: calc( ( 100% - 2em ) / 3 );
	margin-left:1em;
	margin-bottom:5px;
}
#admin .menubox > *:nth-child(3n+1) {
	margin-left:0;
}
#admin .menubox > * a {
	display:inline-block;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	padding-top:6px;
	padding-bottom:6px;
	width:100%;
}
#admin .menubox > * > a.btn.edit {
	padding-left:40px;
	background-position:12px;
}
.tabnav {
	display:flex;
	width:100%;
	border-bottom:3px solid #4c5f80;
	margin-bottom:20px;
	justify-content: space-between;
	position:relative;
}
.tabnav > * {
	display:inline-block;
	width:calc(( 100% - 6px ) /4 )
}
.tabnav > * > .btn {
	background-color:white;
	border-bottom:0 none tranparent;
	border-color:#4c5f80;
	border-radius: 5px 5px 0 0;
	display:block;
	font-size:18px;
	width:100%;
	padding: 5px;
	margin-bottom:-1px;
	text-align:center;
	color:#999;
}
.tabnav > * > .btn {
	background-color:white;
	border-bottom:0 none tranparent;
	border-color:#4c5f80;
	border-radius: 5px 5px 0 0;
	display:block;
	font-size:18px;
	width:100%;
	padding: 7px 7px 5px;
	margin-bottom:-1px;
	text-align:center;
	color:#999;
}
.sem .tabnav > *:nth-child(1) > .btn,
.app .tabnav > *:nth-child(2) > .btn,
.inv .tabnav > *:nth-child(3) > .btn,
.enq .tabnav > *:nth-child(4) > .btn{
	font-weight:bold;
}
.sem .tabnav > *:nth-child(1) > .btn:after,
.app .tabnav > *:nth-child(2) > .btn:after,
.inv .tabnav > *:nth-child(3) > .btn:after,
.enq .tabnav > *:nth-child(4) > .btn:after{
	content:"";
	display:inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15.6px 9px 0 9px;
	border-color: #4c5f80 transparent transparent transparent;
	left:50%;
	transform:translateX(-50%);
	top:100%;
	position:absolute;
}

.sem .tabnav > *:nth-child(1) > .btn,
.app .tabnav > *:nth-child(2) > .btn,
.inv .tabnav > *:nth-child(3) > .btn,
.enq .tabnav > *:nth-child(4) > .btn,
.tabnav > * > .btn:hover {
	background-color: #4c5f80;
	color:white;
}

#enq .flexbox.ul > li { width:calc( 33.33% - 0.5em) ; padding-right:0.5em; display:inline-block;}

/*-----------------------------------------------
　■会員一覧
-----------------------------------------------*/
.memList{ border:1px solid #CCC; position:relative; margin-bottom:2em;}
.memList ul{ display:flex; flex-wrap: wrap; width:100%; position:relative; margin-bottom:-1px; line-height:1; }
.memList li{ display: inline-block; width:50%; border-bottom:1px solid #CCC; padding:18px 12px 18px 34px; position:relative; vertical-align:bottom;}
.memList li:before{ content:""; display: inline-block; width:0.8em; height:0.8em; border-radius:50%; background-color:#38adf2; background-image:url(../img/allowWH.svg); background-position:center; background-repeat:no-repeat; background-size:66%; position:absolute; left:15px; top:18px;}
.memList li:nth-child(2n+1){ border-right:1px solid #CCC;}
.memList li:nth-child(4n+3),.memList li:nth-child(4n+4){ background-color:#f3faff;}
