@charset "UTF-8";


/* デバッグ用の記述 */

a[href=""] {
	background-color: #EB5E5E;
	color: #fff;
	cursor: default;
}


/* 要素設定*/

body {
	background: #FFF;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	font-size: 14px;
	line-height: 1.6;
}

a {
	color: inherit;
}

a:hover {
	text-decoration: none;
}

a img {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

a:hover img {
	opacity: 0.7;
}

img {}

a[href^="tel:"] {
	cursor: default;
	text-decoration: none;
	color: inherit;
	pointer-events: none;
}

textarea,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="text"] {
	color: #444;
	font-size: 120%;
	padding: 2px 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 1px 0;
	width: 100%;
}

label input[type="checkbox"],
label input[type="radio"] {
	margin: 0 5px 0 0;
}

label {
	display: inline-block;
	vertical-align: middle;
	margin: 0 1em 0 0;
}


/* 汎用ルール */

.u-inner {
	width: 1002px;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}

.u-inner:after {
	content: "";
	display: block;
	clear: both;
}


/* 汎用見出し */

.u-headline01 {
	background: url(../img/bg-main-title.png) center top no-repeat;
	width: 681px;
	height: 91px;
	text-align: center;
	padding: 15px 0 0;
	position: relative;
	z-index: 1;
	margin: 0 auto -6px;
}

.u-headline01 > img {}

.u-headline02 {
	font-size: 18px;
	line-height: 28px;
	padding-left: 42px;
	color: #fff;
	background: url(../img/icn-flower_x2.png) 0 center no-repeat;
	background-size: 32px auto;
}

.isLtIE8 .u-headline02 {
	background-image: url(../img/icn-flower.png);
}

.u-box {
	width: 980px;
	background: url(../img/bg-main-contents-body.png) 0 0 repeat-y;
	position: relative;
	z-index: 1;
	margin: 7px 0;
	padding: 3px 11px;
}

.u-box:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 7px;
	background: url(../img/bg-main-contents-header.png) 0 0 no-repeat;
	top: -7px;
	left: 0;
}

.u-box:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 7px;
	background: url(../img/bg-main-contents-footer.png) 0 bottom no-repeat;
	bottom: -7px;
	left: 0;
}

.u-box_inner {
	position: relative;
	z-index: 1;
	margin: 10px auto;
	background: url(../img/bg-main-inner-body.png) 0 0 repeat-y;
	width: 940px;
	padding: 20px 20px;
}

.u-box_inner:before {
	content: "";
	display: block;
	background: url(../img/bg-main-inner-header.png) 0 0 no-repeat;
	width: 100%;
	height: 10px;
	position: absolute;
	z-index: 1;
	top: -10px;
	left: 0;
}

.u-box_inner:after {
	content: "";
	display: block;
	background: url(../img/bg-main-inner-footer.png) 0 bottom no-repeat;
	width: 100%;
	height: 10px;
	position: absolute;
	z-index: 1;
	bottom: -10px;
	left: 0;
}


/* 汎用テーブル */

.u-table01 {
	width: 100%;
}

.u-table01 > thead > tr > th {
	padding: 7px 10px;
	border: 1px solid #ddd;
	white-space: nowrap;
	background: #efefef;
	font-weight: normal;
	vertical-align: middle;
}

.u-table01 > tbody > tr > th {
	padding: 7px 10px;
	border: 1px solid #ddd;
	white-space: nowrap;
	background: #E5F5D5;
	font-weight: normal;
	text-align: left;
	width: 140px;
	vertical-align: top;
	border-left: none;
}

.u-table01 > tbody > tr > td {
	padding: 7px 10px;
	border: 1px solid #ddd;
	vertical-align: top;
	background: #fff;
	border-right: none;
}

.u-spBreakTable {}

.u-spBreakTable > tbody {}

.u-spBreakTable > tbody > tr {}

.u-spBreakTable > tbody > tr > th {}

.u-spBreakTable > tbody > tr > td {}

.u-mincho {
	font-family: "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.u-tableWrap {
	overflow: auto;
}

.u-tableWrap_caution {
	display: none;
}

.u-tableWrap_caution > .icon {}


/* 汎用リスト */

.u-listCircle {
	list-style: none;
	line-height: 1.3;
	margin-bottom: 1em;
}

.u-listCircle > li {
	margin-top: 5px;
	position: relative;
	z-index: 1;
	padding-left: 11px;
}

.u-listCircle > li:first-child {
	margin-top: 0px;
}

.u-listCircle > li:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 6px;
	height: 6px;
	background-color: #333;
	border-radius: 50%;
	top: 50%;
	left: 0;
	margin-top: -3px;
}


/* 汎用セクション */

.u-section {
	margin-bottom: 50px;
}

.u-sectionSmall {
	margin-bottom: 25px;
}


/* 汎用ボタン */

.u-button {
	line-height: 36px;
	display: block;
	background: #efefef;
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	width: 100%;
	border: 1px solid #999;
}

.u-button:hover {
	opacity: 0.7;
}

.u-button-cancel {
	background: #666;
	color: #fff;
}


/* 汎用テキスト */

.u-text {
	margin-bottom: 1em;
}


/* wysiwygエディタの出力先 */

.u-wysiwyg:after {
	content: "";
	display: block;
	clear: both;
}

.u-wysiwyg div {
	max-width: 100%;
}

.u-wysiwyg img {
	max-width: 100%;
	height: auto;
}

.u-wysiwyg ol,
.u-wysiwyg ul {
	padding-left: 1.5em;
}

.u-wysiwyg blockquote {
	background-color: #f6f6f6;
	padding: 30px;
	position: relative;
	z-index: 1;
}

.u-wysiwyg blockquote:before {
	content: "“";
	font-size: 50px;
	color: #999;
	position: absolute;
	left: 5px;
	top: 5px;
	line-height: 1;
}

.u-wysiwyg blockquote:after {
	content: "”";
	font-size: 50px;
	color: #999;
	position: absolute;
	right: 5px;
	bottom: -15px;
	line-height: 1;
}


/* アイコン */

[class^="icon"] {
	vertical-align: middle;
	display: inline-block;
	margin: 0 3px;
}

[class^="icon"]:before {
	display: block;
}


/* レスポンシブルール */

.allDeviceBlock {
	display: none;
}

.allDeviceInline {
	display: none;
}

.allDeviceNone {}

.spBlock {
	display: none;
}

.spInline {
	display: none;
}

.spNone {}


/* PCボタン */

.changeViewPortForSP {
	display: none;
	opacity: 0.7;
	position: absolute;
	z-index: 10000;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 120px;
	background: #FFE900;
	text-align: center;
	font-size: 70px;
}

.changeViewPortForSP.isShow {
	display: block;
}

.changeViewPortForPC {
	display: none;
}

.changeViewPortForPC.isHidden {
	display: none;
}