@charset "UTF-8";


/* 要素設定*/

body {
	background: #FFF;
	color: #333;
	font-size: 14px;
	line-height: 1.6;
}

*[lang="ja"] {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

*[lang="en"] {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

*[lang="zh-CN"] {
	font-family: 'Noto Sans SC', sans-serif;
}

*[lang="zh-TW"] {
	font-family: 'Noto Sans TC', sans-serif;
}

*[lang="ko"] {
	font-family: 'Noto Sans KR', sans-serif;
}

*[lang="th"] {
	font-family: 'Noto Sans Thai', sans-serif;
}

a {
	color: #002D8F;
}

p {
	line-height: 1.4;
}

a:hover {
	text-decoration: none;
}

a img {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

a:hover img {
	opacity: 0.7;
}

iframe{
	border:none;
}

img {
	vertical-align: top;
}

a[href^="tel:"] {
	cursor: default;
	text-decoration: none;
	color: inherit;
	pointer-events: none;
}

hr {
	margin: 35px 0;
	width: 100%;
	height: 1px;
	background: #ccc;
	border: 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: 990px;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}

.u-inner:after {
	content: "";
	display: block;
	clear: both;
}


/* 汎用見出し */

.u-headline01 {
	border-bottom: 1px dashed #999;
	font-size: 25px;
	font-weight: normal;
	padding: 0 0 10px;
	margin-bottom: 25px;
}

.u-headline02 {
	background: #0AB875;
	font-size: 23px;
	font-weight: normal;
	color: #fff;
	padding: 16px 20px;
	margin-bottom: 25px;
}

.u-headline02 > a {
	display: block;
	color: #fff;
}

.u-headline03 {
	font-weight: normal;
	font-size: 18px;
	color: #0054B3;
	margin-bottom: 0.5em;
}

.u-headline03-black {
	color: inherit;
}

.u-headline04 {
	position: relative;
	z-index: 1;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 0.7em;
	padding-left: 16px;
}

.u-headline04:before {
	border-radius: 50%;
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 8px;
	height: 8px;
	background: #00A3D9;
	margin-top: -4px;
	left: 0;
}

.u-headline05 {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 0.5em;
}


/* 汎用テーブル */

.u-table01 {
	width: 100%;
}

.u-table01 > thead > tr > th {
	padding: 7px 10px;
	border: 1px solid #ddd;
	white-space: nowrap;
	background: #efefef;
	font-weight: normal;
	text-align: left;
}

.u-table01 > tbody > tr > th {
	padding: 7px 10px;
	border: 1px solid #ddd;
	background: #efefef;
	font-weight: normal;
	text-align: left;
	width: 140px;
}

.u-table01 > tbody > tr > td {
	padding: 7px 10px;
	border: 1px solid #ddd;
}

.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-list01 {
	list-style: outside disc;
	padding-left: 1.7em;
}

.u-list02 {
	list-style: outside decimal;
	padding-left: 1.7em;
}

.u-listInBlock {
	list-style: none;
	margin-bottom: 1em;
}

.u-listInBlock > li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 1em;
}

.u-circleList {
	list-style: none;
}

.u-circleList > li {
	text-indent: -13px;
	padding-left: 13px;
}

.u-circleList > li.-separate {
	margin-bottom: 10px;
}

.u-circleList > li.-separate > a {
	color: #E34646;
}

.u-circleList > li > a > strong {
	font-weight: normal;
}

.u-circleList > li > a.-strong {
	color: #E34646;
}

.u-circleList-hasGap > li {
	margin-bottom: 1em;
}

.u-circleList > li > b {
	color: #E03939;
	font-weight: normal;
}

.u-circleList > li:before {
	content: "";
	background: #00A3D9;
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-right: 5px;
}

.u-floatImages {
	list-style: none;
}

.u-floatImages:after {
	content: "";
	display: block;
	clear: both;
}

.u-floatImages > li {
	float: left;
}

.u-floatImages-multiRow > li {
	margin-bottom: 15px;
}

.u-floatImages-2col > li {
	float: left;
	width: 49%;
	margin-left: 2%;
}

.u-floatImages-2col > li:nth-child(2n + 1) {
	margin-left: 0;
	clear: both;
}

.u-floatImages-3col > li {
	float: left;
	width: 32%;
	margin-left: 2%;
}

.u-floatImages-3col > li:nth-child(3n + 1) {
	margin-left: 0;
	clear: both;
}

.u-floatImages-4col > li {
	float: left;
	width: 24.25%;
	margin-left: 1%;
}

.u-floatImages-4col > li:nth-child(4n + 1) {
	margin-left: 0;
	clear: both;
}

[class^="icon"],
[class*=" icon"] {
	vertical-align: middle;
	display: inline-block;
}

[class^="icon"]:before {
	display: block;
}

.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-tableWrap {
	overflow: auto;
}

.u-tableWrap_caution {
	display: none;
}

.u-tableWrap_caution > .icon {}


/* レスポンシブルール */

.allDeviceBlock {
	display: none;
}

.allDeviceInline {
	display: none;
}

.allDeviceNone {}

.spBlock {
	display: none;
}

.spInline {
	display: none;
}

.spNone {}

.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;
}


/* カラム */

.u-col300 {
	width: 300px;
}

.u-col330 {
	width: 330px;
}

.u-col360 {
	width: 360px;
}

.u-col390 {
	width: 390px;
}

.u-includeImage:after {
	content: "";
	display: block;
	clear: both;
}


/* 図 */

.u-fig {}

.u-fig_image {}

.u-fig > figcaption {
	margin-top: 0.7em;
	line-height: 1.2;
	font-size: 13px;
}

.u-fig > figcaption > b {
	color: #CC0000;
	font-weight: normal;
}

.u-floatImage {}

.u-floatImage-right {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

.u-floatImage-left {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}


/* 旧ボタン */

.u-buttonOld {
	line-height: 1.2;
	background: #00AA82;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	font-size: 18px;
	display: block;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	position: relative;
	z-index: 1;
	padding-right: 40px;
	padding-left: 10px;
	padding-top: 14px;
	padding-bottom: 14px;
}

.u-buttonOld:after {
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	z-index: 1;
	width: 10px;
	height: 10px;
	border: 2px solid #FFFF26;
	margin-top: -6px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-bottom: none;
	border-left: none;
}

.is-ltIE8 .u-buttonOld:after {
	display: none;
}

.u-buttonOld:hover {
	opacity: 0.8;
}

.u-buttonOld-skyblue {
	background-color: #00A3D9;
}

.u-buttonOld-blue {
	background-color: #5372C1;
}

.u-buttonOld-gray {
	background-color: #777;
}

.u-buttonOld-pink {
	background-color: #F975A5;
}
.u-buttonOld.-close{
	pointer-events: none;
}


/* 汎用セクション */

.uInfoSect {
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
}

.uInfoSect_title {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 9px;
}

.uInfoSect_text {
	margin-bottom: 1em;
}

.uInfoSect_title > img {
	vertical-align: middle;
	margin-right: 5px;
}

.uInfoSect_title > small {
	color: #317FD8;
	font-size: 14px;
	margin-left: 0.7em;
}

.uInfoSect_sect {
	border: 1px solid #ccc;
	border-bottom: none;
}

.uInfoSect_sect_title {
	background: #eee;
	font-size: 14px;
	font-weight: normal;
	padding: 10px 15px;
}

.uInfoSect_sect_inner {
	padding: 15px;
}

.uInfoSect_sect_text {
	margin-bottom: 1em;
}

.uInfoSect_sect_images {
	margin-bottom: 1em;
}

.uInfoSect_sect_caution {
	margin-bottom: 1em;
	color: #E34646;
}

/* 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;
}




/* タブレット以下設定 */

@media screen and (max-width:989px) {
	body {
		font-size: 13px;
	}
	
	a {}
	
	a:hover {}
	
	a img {}
	
	a:hover img {}
	
	img {
		max-width: 100%;
		height: auto;
	}
	
	iframe {
		max-width: 100%;
	}
	
	a[href^="tel:"] {
		pointer-events: auto;
	}
	
	hr {
		margin: 30px 0;
	}
	
	textarea,
	input[type="email"],
	input[type="number"],
	input[type="password"],
	input[type="text"] {}
	
	label input[type="checkbox"],
	label input[type="radio"] {}
	
	label {}
	
	.u-inner {
		padding: 0 2%;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.u-headline01 {
		font-size: 20px;
		padding-bottom: 7px;
		margin-bottom: 20px;
	}
	
	.u-headline02 {
		font-size: 18px;
		padding: 12px 16px;
		margin-bottom: 20px;
	}
	
	.u-headline03 {
		font-size: 17px;
	}
	
	.u-headline04 {
		font-size: 15px;
	}
	
	.u-headline04:before {}
	
	.u-table01 {
		font-size: 12px;
	}
	
	.u-table01 > thead > tr > th {
		padding: 5px;
	}
	
	.u-table01 > tbody > tr > th {
		padding: 5px 7px;
	}
	
	.u-table01 > tbody > tr > td {
		padding: 5px 7px;
	}
	
	.u-spBreakTable {}
	
	.u-spBreakTable > tbody {}
	
	.u-spBreakTable > tbody > tr {}
	
	.u-spBreakTable > tbody > tr > th {}
	
	.u-spBreakTable > tbody > tr > td {}
	
	.u-mincho {}
	
	.u-list01 {}
	
	.u-list02 {}
	
	.u-floatImages {}
	
	.u-floatImages:after {}
	
	.u-floatImages > li {}
	
	.u-floatImages-multiRow > li {}
	
	.u-floatImages-2col > li {}
	
	.u-floatImages-2col > li:nth-child(2n + 1) {}
	
	.u-floatImages-3col > li {}
	
	.u-floatImages-3col > li:nth-child(3n + 1) {}
	
	.u-floatImages-4col > li {}
	
	.u-floatImages-4col > li:nth-child(4n + 1) {}
	
	[class^="icon"] {}
	
	.u-button {}
	
	.u-button:hover {}
	
	.u-button-cancel {}
	
	.u-tableWrap {}
	
	.u-tableWrap_caution {}
	
	.u-tableWrap_caution > .icon {}
	
	.allDeviceBlock {
		display: block;
	}
	
	.allDeviceInline {
		display: inline;
	}
	
	.allDeviceNone {
		display: none;
	}
	
	.spBlock {}
	
	.spInline {}
	
	.spNone {}
	/* カラム */
	.u-col300 {
		width: 41.7%;
	}
	
	.u-col330 {
		width: 45.8%;
	}
	
	.u-col360 {
		width: 50%;
	}
	
	.u-col390 {
		width: 54.2%;
	}
	/* 図 */
	.u-fig {}
	
	.u-fig_image {}
	
	.u-fig > figcaption {
		font-size: 90%;
		margin-top: 0.5em;
	}
	
	.u-floatImage {
		max-width: 200px;
		margin-bottom: 0.5em;
	}
	
	.u-floatImage-left {
		margin-right: 0.5em;
	}
	
	.u-floatImage-right {
		margin-left: 0.5em;
	}
	/* 旧ボタン */
	.u-buttonOld {
		border-radius: 4px;
		font-size: 16px;
	}
	/* 汎用セクション */
	.uInfoSect {}
	
	.uInfoSect_title {
		font-size: 15px;
	}
	
	.uInfoSect_title > img {}
	
	.uInfoSect_title > small {
		font-size: 12px;
	}
	
	.uInfoSect_sect {}
	
	.uInfoSect_sect_title {}
	
	.uInfoSect_sect_inner {
		padding: 10px;
	}
	
	.uInfoSect_sect_text {
		margin-bottom: 0.8em;
	}
	
	.uInfoSect_sect_images {}
	
	.uInfoSect_sect_caution {}
}


/* スマホ設定 */

@media screen and (max-width:699px) {
	body {
		font-size: 14px;
	}
	
	a {}
	
	a:hover {}
	
	a img {}
	
	a:hover img {}
	
	img {}
	
	a[href^="tel:"] {}
	
	hr {
		margin: 25px 0;
	}
	
	textarea,
	input[type="email"],
	input[type="number"],
	input[type="password"],
	input[type="text"] {}
	
	label input[type="checkbox"],
	label input[type="radio"] {}
	
	label {}
	
	.u-inner {}
	
	.u-headline01 {
		font-size: 16px;
		padding-bottom: 5px;
		margin-bottom: 15px;
	}
	
	.u-headline02 {
		font-size: 16px;
		padding: 8px 10px;
		margin-bottom: 15px;
	}
	
	.u-headline03 {
		font-size: 15px;
		margin-bottom: 0.3em;
	}
	
	.u-headline04 {
		font-size: 14px;
		margin-bottom: 0.5em;
		padding-left: 11px;
	}
	
	.u-headline04:before {
		width: 6px;
		height: 6px;
		margin-top: -3px;
	}
	
	.u-table01 {
		width: auto;
		font-size: 11px;
	}
	
	.u-table01 > thead > tr > th {
		padding: 3px;
	}
	
	.u-table01 > tbody > tr > th {
		width: auto;
		padding: 3px 5px;
	}
	
	.u-table01 > tbody > tr > td {
		padding: 3px;
	}
	
	.u-spBreakTable {
		display: block;
	}
	
	.u-spBreakTable > tbody {
		display: block;
	}
	
	.u-spBreakTable > tbody > tr {
		display: block;
		margin-bottom: 15px;
	}
	
	.u-spBreakTable > tbody > tr > th {
		display: block;
		white-space: normal;
		padding: 3px 5px;
		margin-bottom: 5px;
		width: auto;
	}
	
	.u-spBreakTable > tbody > tr > td {
		display: block;
		border: none;
		padding: 0;
	}
	
	.u-mincho {}
	
	.u-list01 {}
	
	.u-list02 {}
	
	.u-floatImages {}
	
	.u-floatImages:after {}
	
	.u-floatImages > li {}
	
	.u-floatImages-multiRow > li {}
	
	.u-floatImages-2col > li {}
	
	.u-floatImages-2col > li:nth-child(2n + 1) {}
	
	.u-floatImages-3col > li {
		width: 49%;
		margin-left: 2%;
		margin-bottom: 10px;
	}
	
	.u-floatImages-3col > li:nth-child(3n + 1) {
		margin-left: 2%;
		clear: none;
	}
	
	.u-floatImages-3col > li:nth-child(2n + 1) {
		margin-left: 0;
		clear: both;
	}
	
	.u-floatImages-4col > li {
		width: 49%;
		margin-left: 2%;
		margin-bottom: 15px;
	}
	
	.u-floatImages-4col > li:nth-child(4n + 1) {}
	
	.u-floatImages-4col > li:nth-child(2n + 1) {
		clear: both;
		margin-left: 0;
	}
	
	[class^="icon"] {}
	
	.u-button {
		width: 100%;
	}
	
	.u-tableWrap {}
	
	.u-tableWrap_caution {
		display: block;
		font-size: 10px;
		color: #f00;
		margin-bottom: 4px;
	}
	
	.u-tableWrap_caution > .icon {
		margin: 0 5px 0 0;
		font-size: 13px;
	}
	
	.u-button:hover {}
	
	.u-button-cancel {}
	
	.allDeviceBlock {}
	
	.allDeviceInline {}
	
	.allDeviceNone {}
	
	.spBlock {
		display: block;
	}
	
	.spInline {
		display: inherit;
	}
	
	.spNone {
		display: none;
	}
	
	.changeViewPortForPC {
		display: block;
	}
	
	.u-col300,
	.u-col330,
	.u-col360,
	.u-col390 {
		width: 100%;
	}
	/* 図 */
	.u-fig {}
	
	.u-fig_image {}
	
	.u-fig > figcaption {
		font-size: 80%;
	}
	
	.u-floatImage {
		display: block;
		float: none;
		margin: 10px auto;
	}
	
	.u-floatImage-left {}
	
	.u-floatImage-right {}
	
	.u-buttonOld {
		border-radius: 2px;
		font-size: 14px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 20px;
	}
	
	.u-buttonOld:after {
		width: 6px;
		height: 6px;
		margin-top: -4px;
		right: 10px;
	}
	/* 汎用セクション */
	.uInfoSect {}
	
	.uInfoSect_title {
		font-size: 14px;
	}
	
	.uInfoSect_title > img {}
	
	.uInfoSect_title > small {
		font-size: 11px;
		margin-left: 0.4em;
	}
	
	.uInfoSect_sect {}
	
	.uInfoSect_sect_title {
		padding: 5px 10px;
	}
	
	.uInfoSect_sect_inner {
		padding: 8px;
	}
	
	.uInfoSect_sect_text {}
	
	.uInfoSect_sect_images {}
	
	.uInfoSect_sect_caution {
		font-size: 13px;
	}
}