@charset "utf-8";
/* @import url("//hello.myfonts.net/count/2e7780");
@font-face {font-family: 'NeueHaasUnicaPro-Thin';src: url('../webfonts/2E7780_0_0.eot');src: url('../webfonts/2E7780_0_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/2E7780_0_0.woff2') format('woff2'),url('../webfonts/2E7780_0_0.woff') format('woff'),url('../webfonts/2E7780_0_0.ttf') format('truetype');} */
 

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

#container {
	text-align: left;
}

#container #main {
	margin: 0 auto 70px;
	width: 960px;
	line-height: 1.5;
}

* html #main {
	zoom: 1;
}

* + html #main {
	zoom: 1;
}

#container #main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}


@media all and (min-width: 0) and (max-width: 640px) {

	#container {
		position: relative;
	}
	#container #main {
		width: auto;
	}
	
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
	text-align: left !important;
}

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

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

.vaTop {
	vertical-align: top !important;
}

.vaMiddle {
	vertical-align: middle !important;
}

/* フォントの大きさ（プラス） */
.fsP1 {
	font-size: 1.08em !important;
}

.fsP2 {
	font-size: 1.16em !important;
}

.fsP3 {
	font-size: 1.24em !important;
}

.fsP4 {
	font-size: 1.32em !important;
}

.fsP5 {
	font-size: 1.4em !important;
}

/* フォントの大きさ（マイナス） */
.fsM1 {
	font-size: 0.92em !important;
}

.fsM2 {
	font-size: 0.84em !important;
}

.fsM3 {
	font-size: 0.76em !important;
}

.fsM4 {
	font-size: 0.68em !important;
}

.fsM5 {
	font-size: 0.6em !important;
}

/* フォントの太さ */
.fwNormal {
	font-weight: normal !important;
}

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

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 {
	margin-top: 0 !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/

li img,
dl img {
	display: block;
	vertical-align: baseline;
}

.pcInline {
	display: inline;
}

.pcInlineBlock {
	display: inline-block;
}

.spInline,
.spInlineBlock {
	display: none;
}

/*------------------------------------------------------------
	mainVisual
------------------------------------------------------------*/
.mainVisual {
	margin: 0 auto 15px;
	height: 200px;
	overflow: hidden;
	position: relative;
}

.mainVisual > img {
	width: 100%;
}

.mainVisual .link {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.mainVisual .link li {
	padding-left: 3px;
	float: left;
}

/*------------------------------------------------------------
	pageLink
------------------------------------------------------------*/
.pageLink {
	margin: 0 auto 23px;
	width: 960px;
	border-right: 1px solid #b5b6b6;
}

.pageLink02 {
	display: none;
}

.pageLink p {
	display: none;
}

.pageLink li {
	width: 119px;
	float: left;
	font-size: 10px;
	line-height: 1.2;
	position: relative;
	text-align: center;
	border-left: 1px solid #b5b6b6;
}

.pageLink li a {
	padding: 2px 0 0;
	display: block;
	text-decoration: none;
}

.pageLink li span {
	margin-bottom: 1px;
	display: block;
	font-size: 14px;
	font-family: "NeueHaasUnicaPro-Thin", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, "Lucida Grande", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Sans-Serif;
}

.pageLink li a:hover span,
.pageLink .on a span {
	color: #69BAB7;
}

.pageLink li ul {
	position: absolute;
	width: 100%;
	left: 0;
	top: 31px;
	display: none;
}

.pageLink li li {
	margin-bottom: 1px;
	font-size: 12px;
	text-align: left;
	border: none;
	background-color: #efefef;
}

.pageLink li li:hover {
	opacity: 0.7;
}

.pageLink li li a {
	padding: 8px 13px;
	display: block;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#main .headLine01 {
	margin-bottom: 38px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

#main .headLine01 span {
	margin-bottom: 10px;
	padding-bottom: 2px;
	display: block;
	font-family: "NeueHaasUnicaPro-Thin", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, "Lucida Grande", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Sans-Serif;
	font-size: 28px;
	background: url(../img/common/head_line01_bg.png) no-repeat center bottom;
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
#main .headLine02 {
	margin-bottom: 56px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
#main .comLink {
	margin: 0 -16px 64px 0;
	margin: 0 -16px 0 0;
	overflow: hidden;
}
#main .BigBanner {
	margin: 64px 0;
}

#main .comLink li {
	margin: 15px 16px 0 0;
	width: 228px;
	float: left;
	position: relative;
}

#main .comLink a {
	width: 100%;
	height: 100%;
	display: block;
	color: #fff;
	font-size: 12px;
	line-height: 1.2;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	text-decoration: none;
	background: url(../img/index/span_bg.png) repeat-x left bottom;
}

#main .comLink li:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .comLink a span {
	margin: 180px 0 2px;
	display: block;
	font-family: "NeueHaasUnicaPro-Thin", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, "Lucida Grande", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Sans-Serif;
	font-size: 22px;
	letter-spacing: 1px;
}

#main .comLink li ul {
	position: absolute;
	display: none;
	width: 190px;
	left: 19px;
	top: 38px;
}

#main .comLink li ul li {
	height: 30px;
	float: none;
	width: 100%;
	margin: 0 0 10px;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .comLink li ul li:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

#main .comLink li ul li a {
	display: block;
	text-align: center;
	height: 30px;
	background: #fff;
	color: #231815;
	line-height: 30px;
	position: relative;
}

#main .comLink li ul li a:after {
	content: "";
	background: url("../img/common/icon10.png") no-repeat left top;
	position: absolute;
	width: 6px;
	height: 10px;
	right: 10px;
	top: 50%;
	margin-top: -5px;
}

/*------------------------------------------------------------
	wedLink
------------------------------------------------------------*/
#main .wedLink {
	margin-top: 88px;
	clear: both;
	text-align: center;
}

#main .wedLink li {
	color: #231916;
	display: inline;
	font-size: 12px;
}

#main .wedLink li a {
	margin: 0 2px 0 12px;
	text-decoration: none;
}

#main .wedLink li a:hover {
	color: #69BAB7;
}

/*------------------------------------------------------------
	silderPage
------------------------------------------------------------*/
#main .silderPage {
	margin-top: 12px;
	clear: both;
	text-align: center;
}

#main .silderPage a {
	margin: 0 4px;
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 3px;
	background: #9f9fa0;
}

#main .silderPage a span {
	display: none;
}

#main .silderPage .selected {
	background: #333;
}

.switch .disabled {
	display: none !important;
}

/*------------------------------------------------------------
	anchorLink
------------------------------------------------------------*/
#main .anchorLink {
	margin-bottom: 41px;
	border: 1px solid #b5b6b6;
}

#main .anchorLink li {
	width: 25%;
	float: left;
	font-family: "NeueHaasUnicaPro-Thin", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, "Lucida Grande", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Sans-Serif;
	font-size: 16px;
	letter-spacing: 1px;
	text-align: center;
}

#main .anchorLink li a {
	padding: 8px 0 7px;
	display: block;
	font-family: "NeueHaasUnicaPro-Thin", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, "Lucida Grande", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Sans-Serif;
	border-left: 1px solid #b5b6b6;
}

#main .anchorLink li a:hover {
	text-decoration: none;
	opacity: 0.7;
}

#main .anchorLink li:first-child a {
	border: none;
}

/*------------------------------------------------------------
	textLink
------------------------------------------------------------*/
#main a.textLink:link, #main a.textLink:visited {
	color: #69BAB7;
	text-decoration: underline;
	font-weight: bold;
}
#main a.textLink:hover, #main a.textLink:active {
	color: #69BAB7;
	text-decoration: none;
	font-weight: bold;
}

/*------------------------------------------------------------
	mailForm
------------------------------------------------------------*/
.mailForm {
	margin: 0 auto;
	padding: 12px;
	width: 676px;
	background-color: #f5f5f4;
	border: 1px solid #edeeee;
}

.mailForm table {
	margin-bottom: 18px;
	width: 100%;
	border-collapse: collapse;
	background-color: #fff;
}

.mailForm th,
.mailForm td {
	padding: 10px 10px 9px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px dotted #ccc;
}

.mailForm th {
	width: 21%;
}

.mailForm td {
	width: 79%;
}

.mailForm .tableA th {
	width: 30%;
}

.mailForm .tableA td {
	width: 70%;
}

.mailForm select {
	width: 45px;
	font-size: 12px;
}

.mailForm .year {
	width: 60px;
}

.mailForm input[type="text"] {
	margin-bottom: 2px;
	width: 240px;
	height: 13px;
	font-size: 12px;
	vertical-align: middle;
	border: 1px solid #a6a6a7;
}

.mailForm .wid01 {
	width: 140px !important;
}

.mailForm .wid02 {
	width: 70px !important;
}

.mailForm .wid03 {
	width: 90px !important;
}

.mailForm span {
	width: 76px;
	display: inline-block;
}

.mailForm .notes {
	padding-bottom: 5px;
	width: auto;
	font-size: 10px;
}

.mailForm .radioList {
	width: 380px;
}

.mailForm .radioList li {
	padding: 1px 4px 4px 0;
	float: left;
}

.mailForm .radioList li input {
	margin-top: -3px;
	vertical-align: middle;
}

.mailForm textarea {
	margin-bottom: 2px;
	width: 315px;
	height: 60px;
	font-size: 12px;
	vertical-align: middle;
	border: 1px solid #a6a6a7;
}

.mailForm .submit {
	text-align: center;
}

.mailForm .submit li {
	display: inline;
}

.mailForm .submit li input {
	font-size: 14px;
	padding: 10px 15px;
	border: solid 1px #a6a6a7;
	background: #a6a6a7;
	border-radius: 5px;
	cursor: pointer;
}

.errorMsg {
	margin: 0 auto 10px;
	width: 704px;
	color: #f00;
	font-size: 12px;
}

.thanks {
	margin-bottom: 30px;
	font-size: 12px;
	line-height: 1.8;
	text-align: center;
}

.mailForm span.required {
	width: auto;
	color: #FFF;
	font-size: 10px;
	line-height: 1;
	padding: 4px 5px;
	background-color: #C33;
	margin-left: 5px
}

.fixLink {
	display: none;
}

.banner {
	margin-top: 60px;
}

.banner li {
	float: left;
	width: 310px;
	margin-left: 15px;
}

.banner li img {
	width: 100%;
	height: auto;
}

.banner li:first-child {
	margin-left: 0;
}

@media all and (min-width: 641px) {
	.pageLink > ul {
		display: block !important;
	}
}

@media all and (min-width: 0) and (max-width: 640px) {
	body {
		min-width: inherit;
	}

	#container {
		padding-bottom: 32px;
	}

	.pageTop {
		width: auto;
	}

	.pcInline,
	.pcInlineBlock {
		display: none;
	}

	.spInline {
		display: inline;
	}

	.spInlineBlock {
		display: inline-block;
	}

	#container #main {
		margin: 0 15px;
	}

	/*------------------------------------------------------------
		mainVisual
	------------------------------------------------------------*/
	.mainVisual {
		margin: 0;
		width: auto;
		height: auto;
	}

	.mainVisual img {
		width: 100%;
	}

	.mainVisual .link {
		display: none;
	}

	/*------------------------------------------------------------
		pageLink
	------------------------------------------------------------*/
	.pageLink {
		margin-bottom: 15px;
		width: auto;
		border: none;
	}

	.pageLink02 {
		display: block;
		margin: 15px -15px;
	}

	.pageLink p {
		padding: 8px 12px 9px;
		display: block;
		color: #fff;
		font-weight: bold;
		font-size: 12px;
		background: #69BAB7 url(../img/common/icon04.png) no-repeat 95% center;
		background-size: 10px 7px;
		font-family: "NeueHaasUnicaPro-Thin", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, "Lucida Grande", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Sans-Serif;
	}

	.pageLink p.on {
		background: #69BAB7 url(../img/common/icon05.png) no-repeat 95% center;
		background-size: 10px 7px;
	}

	.pageLink ul {
		padding: 0 13px 7px;
		display: none;
		background-color: #f6f7f7;
	}

	.pageLink02 ul {
		display: block;
	}

	.pageLink li {
		width: auto;
		float: none;
		font-size: 9px;
		position: relative;
		overflow: hidden;
		text-align: left;
		border-bottom: 1px solid #b5b6b6;
		border-left: none;
	}

	.pageLink li:last-child {
		border-bottom: none;
	}

	.pageLink li a {
		padding: 8px 0;
		display: block;
		color: #221814;
		background: url(../img/common/icon06.png) no-repeat right center;
		background-size: 7px 12px;
	}

	.pageLink li span {
		color: #221814;
		font-size: 13px;
	}

	.pageLink li ul {
		margin-top: -43px;
		padding: 0;
		width: 64%;
		display: block !important;
		float: right;
		position: relative;
		left: 0;
		top: 0;
	}

	.pageLink li ul li {
		margin: 0;
		font-size: 13px;
		background: none;
		font-family: "NeueHaasUnicaPro-Thin", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, "Lucida Grande", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Sans-Serif;
	}

	.pageLink li ul li {
		border-bottom: 1px solid #b5b6b6;
	}

	.pageLink li ul li:last-child {
		border-bottom: none;
	}

	.pageLink li ul li a {
		padding: 10px 0;
	}

	/*------------------------------------------------------------
		comLink
	------------------------------------------------------------*/
	#main .comLink {
		margin: 0 -7px 27px;
		margin: 0 -7px 0px;
	}
	#main .BigBanner {
		margin: 7px 0 27px;
	}
	#main .BigBanner img {
		width: 100%;
		height: auto;
	}

	#main .comLink li {
		margin: 0 2% 10px;
		width: 46%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	#main .comLink li a {
	}

	#main .comLink li img {
		width: 100%;
	}

	#main .comLink li a span {
		margin-top: 72%;
		font-size: 18px;
	}
	#main .comLink li a span.Text2Line {
		margin-top: 60%;
	}

	#main .comLink li ul {
		width: 100%;
		position: absolute;
		left: 0;
		top: 10%;
	}

	#main .comLink li ul li {
		width: 80%;
		height: auto;
		margin: 0 auto 4%;
		filter: alpha(opacity=70);
		opacity: 0.7;
	}

	#main .comLink li ul li:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}

	#main .comLink li ul li a {
		display: block;
		text-align: center;
		font-size: 10px;
		padding: 6% 0;
		background: #fff;
		color: #231815;
		height: auto;
		line-height: 1.0;
		position: relative;
	}

	#main .comLink li ul li a:after {
		background-image: url("../img/common/icon11.png");
		width: 5px;
		height: 8px;
		right: 5px;
		margin-top: -4px;
		background-size: 5px 8px;
	}

	/*------------------------------------------------------------
		headLine01
	------------------------------------------------------------*/
	#main .headLine01 {
		margin-bottom: 26px;
		font-size: 12px;
	}

	#main .headLine01 span {
		margin-bottom: 6px;
		padding-bottom: 5px;
		font-size: 19px;
	}

	/*------------------------------------------------------------
		headLine02
	------------------------------------------------------------*/
	#main .headLine02 {
		margin-bottom: 28px;
		font-size: 17px;
		font-weight: normal;
	}

	/*------------------------------------------------------------
		wedLink
	------------------------------------------------------------*/
	#main .wedLink {
		margin: 35px 0 0;
	}

	#main .wedLink li {
		padding-bottom: 5px;
		display: inline-block;
		font-size: 10px;
	}

	/*------------------------------------------------------------
		anchorLink
	------------------------------------------------------------*/
	#main .anchorLink {
		margin-bottom: 48px;
		border-bottom: none;
	}

	#main .anchorLink li {
		width: 50%;
		font-size: 13px;
		border-bottom: 1px solid #b5b6b6;
	}

	#main .anchorLink li a {
		border: none;
		padding: 8px 0 6px;
	}

	#main .anchorLink li:nth-child(2n) a {
		border-left: 1px solid #b5b6b6;
	}

	/*------------------------------------------------------------
		mailForm
	------------------------------------------------------------*/
	.mailForm {
		padding: 8px;
		width: auto;
		background-color: #f5f5f4;
		border: 1px solid #edeeee;
	}

	.mailForm table {
		margin-bottom: 18px;
		width: 100%;
		border-collapse: collapse;
		background-color: #fff;
	}

	.mailForm th {
		padding-bottom: 0;
		width: 100%;
		float: left;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border-bottom: none;
	}

	.mailForm td {
		clear: both;
		width: 100%;
		float: left;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	.mailForm .tableA th {
		width: 100%;
	}

	.mailForm .tableA td {
		width: 100%;
	}

	.mailForm tr .back {
		border: none;
	}

	.mailForm input[type="text"] {
		margin-bottom: 2px;
		width: 100%;
		height: 13px;
		font-size: 12px;
		vertical-align: middle;
		border: 1px solid #a6a6a7;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	.mailForm .wid01 {
		width: 140px !important;
	}

	.mailForm .wid02 {
		width: 70px !important;
	}

	.mailForm .wid03 {
		width: 90px !important;
	}

	.mailForm span {
		width: 76px;
		display: inline-block;
	}

	.mailForm .notes {
		padding-bottom: 5px;
		width: auto;
		font-size: 10px;
	}

	.mailForm .radioList {
		width: auto;
	}

	.mailForm .radioList li {
		padding: 1px 4px 4px 0;
		float: left;
	}

	.mailForm .radioList li input {
		margin-top: -3px;
		vertical-align: middle;
	}

	.mailForm textarea {
		margin-bottom: 2px;
		width: 100%;
		height: 60px;
		font-size: 12px;
		vertical-align: middle;
		border: 1px solid #a6a6a7;
	}

	.errorMsg {
		width: auto;
	}

	/*------------------------------------------------------------
		fixLink
	------------------------------------------------------------*/
	.fixLink {
		width: 100%;
		display: block;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 1200;
		background-color: #f7f7f8;
	}

	.fixLink li {
		width: 33.3%;
		float: left;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}

	.fixLink li:last-child a {
		border: none;
	}

	.fixLink li a {
		padding: 7px 0;
		display: block;
		border-right: 1px solid #b5b6b6;
	}

	.fixLink li img {
		margin: -1px 5px 0 0;
		display: inline-block;
		vertical-align: middle;
	}

	.banner {
		margin-top: 39px;
	}

	.banner li {
		float: none;
		width: 100%;
		margin-top: 9px;
		margin-left: 0;
	}

	.banner li img {
		width: 100%;
		height: auto;
	}

	.banner li:first-child {
		margin-top: 0;
	}
}