@charset "utf-8";
#header {
	margin-bottom: 0;
}
#contents .subTitle  {
	text-align: left;
	color: #009793;
	border-bottom: 3px solid #009793;
	width: 96%;
	margin: 0 auto 3em;
}
#contents .subTitle h2 {
	text-align: center;
}
#contents h3.formTitle {
	width: 90%;
	color: #00a5a3;
    background-color: #d9f7f3;
    font-size: 2em;
    font-weight: bold;
    padding: 1em 1em 1em 0.5em;
	margin: 0 auto 2em;
	text-align: left;
}
#contents .subTitle.sitemap {
	background-image: url(../../img/sitemap/tit_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFF;
	padding: 1em 2em 0;
	box-sizing: border-box;
	min-height: 161px;
	border: none;
	width: 100%;
}
#contents .subTitle.faq {
	background-image: url(../../img/faq/tit_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFF;
	padding: 1em 2em 0;
	box-sizing: border-box;
	min-height: 161px;
	border: none;
	width: 100%;
}
#contents .subTitle.link {
	background-image: url(../../img/link/tit_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFF;
	padding: 1em 2em 0;
	box-sizing: border-box;
	min-height: 161px;
	border: none;
	width: 100%;
}
#contents .subTitle.privacy {
	background-image: url(../../img/privacy/tit_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFF;
	padding: 1em 2em 0;
	box-sizing: border-box;
	min-height: 161px;
	border: none;
	width: 100%;
}
#contents .subTitle.contact {
	background-image: url(../../img/contact/tit_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFF;
	padding: 1em 2em 0;
	box-sizing: border-box;
	min-height: 161px;
	border: none;
	width: 100%;
}
#contents .subTitle.form {
	background-image: url(../../img/contact/tit_bg_form.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFF;
	padding: 1em 2em 0;
	box-sizing: border-box;
	min-height: 161px;
	border: none;
	width: 100%;
}
#contents .subTitle.volunteer {
	background-image: url(../../img/volunteer/tit_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFF;
	padding: 1em 2em 0;
	box-sizing: border-box;
	min-height: 161px;
	border: none;
	width: 100%;
}

#pan {
	color: #000;
	font-size: 1.2em;
	margin-bottom: 2em;
	padding-top: 1em;
}
#pan a {
	color: #000;
	text-decoration: none;
}
.subTitle.sitemap #pan,
.subTitle.faq #pan,
.subTitle.link #pan,
.subTitle.privacy #pan,
.subTitle.contact #pan,
.subTitle.form #pan,
.subTitle.volunteer #pan {
	color: #FFF;
	text-decoration: none;
	padding-top: 0;
}
.subTitle.sitemap #pan a,
.subTitle.faq #pan a,
.subTitle.link #pan a,
.subTitle.privacy #pan a,
.subTitle.contact #pan a,
.subTitle.form #pan a,
.subTitle.volunteer #pan a {
	color: #FFF;
	text-decoration: none;
}

#contents .subTitle h2 {
	font-size: 3.5em;
}

#contents .lowerInner,
#contents .lowerInner.english {
	margin: auto;
	width: 94%;
	overflow: hidden;
}
#pageMenu {
/*	color: #069c99;
	background-image: url(../../img/index/line_wave.png);
	background-repeat: repeat-x;
	background-position: left bottom;*/
	overflow: hidden;
	padding-bottom: 13px;
	margin: 0 auto 2em;
}
#pageMenu li {
/*	font-size: 1.5em;*/
	float: left;
	width: 20%;
}
/*#pageMenu li a {
	background-image: url(../../img/common/icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 10px;
	margin-right: 2em;
	color: #069c99;
	text-decoration: none;
}*/
#contents .lowerInner .section {
	margin-bottom: 3em;
	text-align: left;
	clear: both;
}
#contents .lowerInner .section:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#contents .lowerInner h3 {
	font-size: 2em;
	color: #4D9D9C;
	background-color: #d9f7f4;
	text-align: left;
	padding: 0.8em;
	font-weight: bold;
	margin-bottom: 1em;
	clear: both;
}
#contents .lowerInner h3.blue {
	color: #06659c;
	background-color: #d4ecfe;
}

#contents .lowerInner h4 {
	font-size: 2em;
	color: #3664b8;
	font-weight: bold;
	margin-bottom: .3em;
}
#contents .lowerInner h4.pink {
	color: #dc6161;
}

#contents .lowerInner h5 {
	font-size: 1.6em;
	color: #FFF;
	background-image: url(../../img/access/h5_bg.png);
	background-repeat: repeat;
	padding: 0.5em;
	border-radius: 5px;        /* CSS3 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	margin-bottom: 1em;
}

/*営業案内*/
#contents .lowerInner .section table {
	margin-bottom: .5em;
}
#contents .lowerInner .section table tr th {
	font-size: 1.4em;
	font-weight: normal;
	background-color: #D9F7F4;
	padding: .7em 2em;
	border: 1px solid #CCC;
	text-align: center;
}
#contents .lowerInner .section table tr td {
	font-size: 1.4em;
	text-align: center;
	padding: .7em 2em;
	border: 1px solid #CCC;
}
/*アクセス*/
#contents .lowerInner .double {
/*	border-bottom: 3px double #CCC;*/
	margin-bottom: 3em;
	overflow: hidden;
}
#contents .lowerInner .double p {
	margin-bottom: 1em;
}

/*サイトマップ*/
#sitemap {
	text-align: left;
	margin: auto auto 1em;
	width: 90%;
}
#sitemap p {
	font-size: 1.4em;
	font-weight: bold;
	color: #2f99cc;
	background-image: url(../../img/sitemap/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	line-height: 34px;
}
#sitemap dl {
	margin-left: 40px;
}
#sitemap dl dt {
	border-bottom: 3px solid #94cdcc;
	font-size: 1.4em;
	padding: 0.4em;
	margin-bottom: 1em;
	clear: both;
}
#sitemap dl dd {
	font-size: 1.2em;
	float: left;
	margin-right: 3em;
	margin-bottom: 2em;
	padding-left: .6em;
}
#sitemap p a {
	color: #2F99CC;
	text-decoration: none;
}
#sitemap dl dt a {
	color: #2F99CC;
	text-decoration: none;
	font-weight: bold;
}
#sitemap dl dd a {
	color: #2F99CC;
}

/*よくある質問*/
#faq {
	margin: auto auto 3em;
	width: 90%;
}
#faq dl {
	background-image: url(../../img/index/line_wave.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 3em;
	padding-bottom: 1em;
}

#faq dl dt {
	font-size: 1.6em;
	background-image: url(../../img/faq/icon_q.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #00A5A3;
	text-align: left;
	padding-left: 50px;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 13px;
}
#faq dl dd {
	font-size: 1.6em;
	background-image: url(../../img/faq/icon_a.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	padding-left: 50px;
	padding-top: 12px;
	padding-bottom: 13px;
}

/*リンク集*/
#links {
	margin-left: 1em;
	font-size: 1.6em;
	font-weight: bold;
}
#links li {
	clear: both;
	margin-bottom: 1em;
}

#links li a {
	font-weight: normal;
	font-size: .9em;
	background-image: url(../../img/link/icon_link.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 15px;
}

/*プライバシーポリシー*/
#privacy {
	text-align: left;
}
#privacy dt {
	color: #00a5a3;
	background-color: #d9f7f3;
	font-size: 1.8em;
	font-weight: bold;
	padding: 0.4em;
	border-radius: 5px;        /* CSS3 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	margin-bottom: 1em;
}
#privacy dd {
	font-size: 1.6em;
	margin-bottom: 1.5em;
}

/*お問い合わせ*/
#contents .lowerInner form {
	border: 3px solid #a7d0e7;
	padding: 2em;
	margin-bottom: 5em;
}
#contents .lowerInner .contact {
	width: 75%;
	margin: auto;
}
#contents .lowerInner .contact dt {
	float: left;
	font-size: 1.4em;
	clear: both;
	text-align: left;
}
#contents .lowerInner .contact dt span {
	font-size: .9em;
}

#contents .lowerInner .contact dd {
	font-size: 1.2em;
	padding-left: 17em;
	text-align: left;
	margin-bottom: 2em;
}
#contents .lowerInner .contact dd input {
	padding: 0.2em;
}
#contents .lowerInner .checkbtn {
	background-color: #3664B8;
	color: #FFF;
	font-size: 2em;
	font-weight: bold;
	padding: .4em 2em;
	border: none;
	cursor: pointer;
}
#aform_result a.checkbtn {
	background-color: #3664B8;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	padding: .4em 2em;
	border: none;
	cursor: pointer;
	width: 9em;
	margin: 1em auto;
	text-decoration: none;
}

/*AForm*/
.aform-header{
	display: none;
}
.aform .aform-content dl {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px dotted #CCC;
	margin-bottom:1em;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
.aform-content dl dt {
	width: 38% !important;
}
.aform-content dl dd {
	padding-left: 40% !important;
}
.aform .aform-content dl,
.aform .aform-content dl dt {
	background: none !important;
}
.aform .aform-content dl dt,
.aform .aform-content dl dd {
	border: none;
	font-size: 1.4em;
	text-align: left;
}
.aform .aform-content dl dt span.required {
	font-size: 1em;
	padding: .2em
}
.aform-content dl dt .required {
	/*top: 10px !important;*/
}
.aform-content .submit {
	background: none !important;
}
.aform-content .submit input {
	background-color: #3664B8;
	color: #FFF;
	font-size: 2em !important;
	font-weight: bold;
	padding: .4em 2em !important;
	border: none;
	cursor: pointer;
	margin-bottom: .5em !important;
}
#aform_result {
	font-size: 1.4em !important;
}
#aform_result a {
	display: block;
	margin-bottom:2em !important;
}
.validation-advice img {
	vertical-align: baseline !important;
}
#aform_confirm_msg {
	font-size: 1.4em;
}

/*概要*/
.green_tit {
	font-size: 1.6em;
	font-weight: bold;
	color: #069C99;
	margin-bottom: 0em;
}
.green_ban {
	font-size: 1.4em;
	color: #FFF;
	padding: 0.8em;
	border-radius: 5px;        /* CSS3 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	display: inline-block;
	margin-bottom: 1em;
	background-color: #069C99;
}
p.nickname {
	font-size: 1.4em;
	color: #000;
	padding: 0.8em;
	margin-bottom: 1em;
}
.accordion { display: none;}
.onlysp {display: none;}
@media screen and (max-width: 680px) {
.onlysp {display: block;}
.accordion {
	display: block;
	background: #D9F7F4;
	border-radius: 5px;        /* CSS3 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	padding: 1em 0;
	font-size: 1.4em;
	color: #4D9D9C;
	font-weight: bold;
	margin-bottom: .5em;
}
#contents .subTitle  {
	margin: 0 auto 1em;
	width: 94%;
}
#contents .subTitle h2 {
	font-size: 2.7em;
}
#contents .subTitle.sitemap,
#contents .subTitle.faq,
#contents .subTitle.link,
#contents .subTitle.privacy,
#contents .subTitle.contact,
#contents .subTitle.volunteer {
	margin: auto;
	width: 100%;
}
#pan {
	margin-bottom: 2em;
}
#pageMenu li {
	float: left;
	margin-bottom: 1em;
}


#privacy dt {
	text-indent: -2em;
	padding-left: 2.5em;
}

#contents .lowerInner .contact {
	width: 100%;
}
#contents .lowerInner .contact dt {
	float: none;
	text-align: left;
}
#contents .lowerInner .contact dd {
	padding-left: 0;
}
#contents .lowerInner .contact dd input,
#contents .lowerInner .contact dd textarea {
	width: 100%;
}

/*AForm*/
.aform .aform-content dl {
	width: 100% !important;
}
.aform .aform-content dl dt {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	width: 100% !important;
}
.aform-content dl dt {
	width: 100% !important;
}
.aform-content dl dt .aform-label {
    padding-right: 0 !important;
}
.aform-content dl dd {
	padding-left: 0 !important;
}
.aform-content .submit input {
	margin-bottom: .5em !important;
}

}