@charset "utf-8";
/* body */
html {
	font-size: 100%;
} /* font-size　16px*62.5%＝10px */
body {
	font-size: 1.0rem;
} /* 16px　100％ 同*/
body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	-webkit-text-size-adjust:none;
	width:100%;
	margin:auto;
	letter-spacing:1px;
	color:#212121;
}
#wra {
	width:100%;
	position:relative;
	background:url(../images/bac_body_repeat01.jpg) center top repeat;
	overflow:hidden;
}
h1 {
	margin:0;
	padding:0;
}
a, a:focus {
	color:#212121;
	text-decoration:underline;
	outline: none;
 -webkit-transition: all .3s;
 transition: all .3s;
}
a:link, a:visited {
	color:#212121;
}
a:hover, a:active {
	color:#ff5151;
	text-decoration:none;
 -webkit-transition: all .3s;
 transition: all .3s;
}
img {
	display:block;
}
a img {
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
a img:hover {
	opacity: 0.7;
}
h1, h2, h3, h4, h5, h6, img, img a, p, table, tr, td, dt, dl, dd {
	margin: 0px;
	padding: 0px;
	border:0px;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
ul, ol, li, dl, dt, dd {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	font-weight:500;
}
pre {
	word-wrap: break-word;
	white-space: normal;
	word-break:break-all;
}
/* header */
.hea-wra {
	width:100%;
	height:auto;
	min-height:1451px;
	background:#FFF;
	position:relative;
	z-index:30;
	background:url(../images/bac_mai_vis01.jpg) center top / auto 100% no-repeat;
}
.hea-con {
	width:100%;
	height:120px;
	max-width:1200px;
	padding:0;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	position:fixed;
	top: 0%;
	left: 50%;
	min-height: auto;
	min-width: auto;
	-ms-transform: translateX(-50%) translateY(-0%);
	-moz-transform: translateX(-50%) translateY(-0%);
	-webkit-transform: translateX(-50%) translateY(-0%);
	transform: translateX(-50%) translateY(-0%);
	z-index:20;
	pointer-events: none;
}
.hea-lef {
	pointer-events: auto;
}
.hea-log-wra{
	width:160px;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;

}	
.hea-log-wra a img {
	height:auto;
	width:100%;
}
.log-cap {
	display:inline-block;
	width:100%;
	height:auto;
	color:#ffffff;
	font-size:0.7rem;
	letter-spacing:0;
	line-height:120%;
	margin-bottom:3px;
	text-align:center;
	background-color:rgba(3, 101, 176, 0.4);
}
.hea-rig {
	margin-left:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	pointer-events: auto;
	position:relative;
	width:100%;
	max-width:94px;
}
.hum-men-ilst {
	width:100%;
	height:auto;
	position:absolute;
	max-width:94px;

}
.hum-men-ilst img {
	width:100%;
	height:auto;
}
/* navigation */

/* メニューブロック*/

/* スライドインメニュー hide men-wra配置の親要素をpositon:relative必須 */

 .men-wra {
 position:fixed;
 top:100px;
 right:-280px;
 width:280px;
 height:auto;
 text-align:center;
 margin:auto;
 padding:0px 0;
 display:block;
 background-color: rgba( 42, 129, 163, 0.9 );
 z-index:30;
box-shadow:2px 2px 3px 0px #bcbcbc;
 border-radius:0 0 0 0px;
	pointer-events: auto;

}
.men-wra.men-wra-act {
 display:block;
}
.menu {
 min-width:280px;
 width:100%;
 height:auto;
 margin:0px auto;
 text-align:center;
 position:relative;
 display:flex;
 flex-wrap:wrap;
 justify-content:center;
 align-items:center;
}
.menu > li {
 text-align:center;
 width:calc(100% - 0px);
 height:auto;
 border-left:solid 1px #e7e7e7;
 border-top:solid 1px #e7e7e7;
}
.menu > li:last-of-type {
 border-left:solid 1px #e7e7e7;
 border-bottom:solid 1px #e7e7e7;
 border-radius:0 0 0 0px;
}
.menu > li a {
 color:#fff;
 width:calc(100% - 0px);
 font-weight:400;
 display:block;
 text-align:center;
 text-decoration:none;
 font-size:100%;
 letter-spacing:2px;
 margin:auto;
 padding:12px 0px;
 transition: 0.8s;
 
}
.menu > li a:hover {
 color:#212121;
 background:#fff;
 text-decoration:none;
 border-radius:2px;
}
.hum-men-wra {
 position:relative;
}
 .men-ite {
 position:relative;
 display:inline-block;
}
.hum-men, .hum-men span {
 display: inline-block;
 transition: all .4s;
 box-sizing: border-box;
}
.hum-men {
 position: relative;
 width: 24px;
 height: 20px;
 margin-top:5px;
}
.hum-men span {
 position: absolute;
 left: 0;
 width: 100%;
 height: 2px;
 background-color: #2a81a3;
 border-radius: 2px;
}
.hum-men span:nth-of-type(1) {
 top: 0;
}
.hum-men span:nth-of-type(2) {
 top: 9px;
}
.hum-men span:nth-of-type(3) {
 bottom: 0;
}
.hum-men.hum-men-act span:nth-of-type(1) {
 -webkit-transform: translateY(13px) rotate(-45deg);
 transform: translateY(9px) rotate(-45deg);
}
.hum-men.hum-men-act span:nth-of-type(2) {
 opacity: 0;
}
.hum-men.hum-men-act span:nth-of-type(3) {
 -webkit-transform: translateY(-13px) rotate(45deg);
 transform: translateY(-9px) rotate(45deg);
}
/* ENDメニューブロック*/


/* footer */
#foo-wra {
	height:auto;
	width:100%;
	border-top:1px double #212121;
	padding:40px 0;
	background:#fff;
}
.foo-con {
	width:100%;
	height:auto;
	max-width:1080px;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items:center;
}
.foo-men-tit {
	width:100%;
	height:auto;
	max-width:240px;
	margin-bottom:20px;
}
.foo-men-tit img {
	width:100%;
	height:auto;
}
.foo-men {
}
.foo-men-lis {
	width:calc(100% - 0px);
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.foo-men-lis li {
	font-size:0.9rem;
	padding:5px 30px 5px 5px;
	border-bottom:dotted 1px #CCC;
	position:relative;
}
.foo-men-lis li a:after {
	position:absolute;
	content:"";
	display:inline-block;
	width:20px;
	height:20px;
	background:url(../images/chevron-right-red-sma.svg) right top 4px no-repeat;
}
#cop {
	text-align:center;
	font-size:0.9rem;
	background:#212121;
	line-height:130%;
	padding:10px 10px;
	color:#fff;
}
#cop a {
	color:#fff;
}
/* page top */

#pag-top {
	display:none;
	position:fixed;
	bottom:30px;
	right:30px;
	z-index:100;
}
#pag-top a {
	display:block;
	width:46px;
	height:46px;
	border-radius:2px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
#pag-top a:hover {
	-webkit-transform:translate(-0%, -20%) scale(1) rotate(0deg);
	transform:translate(-0%, -20%) scale(1) rotate(0deg);
	display:block;
	width:46px;
	height:46px;
	text-decoration:none;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
#pag-top a img {
	width:100%;
	height:auto;
	max-width:46px;
}
/* メイン画像 main visual */
.mai-vis-wra {
	width:100%;
	height:auto;
	max-width:1200px;
	margin:auto;
	padding:140px 0 0 0;
	overflow:hidden;
	-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.mai-vis {
	text-align:center;
	width:100%;
	height:auto;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
.mai-vis-copy {
	font-size:1.4rem;
	font-weight:700;
	color:#ffffff;
	margin:0px auto;
	line-height:140%;
	font-weight:700;
}
.mai-vis-copy br{
	display:block;
}
.mai-vis-catch {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	font-size:4.8rem;
	font-weight:700;
	color:#ffffff;
}
.mai-vis-log {
	width:100%;
	height:auto;
	max-width:820px;
	margin:30px auto;
}
.mai-vis-log img >{
	height:auto;
	width:100%;
}
.mai-vis-sub-copy {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	font-size:3.0rem;
	font-weight:700;
	color:#644e0c;
	letter-spacing:8px;
	text-shadow: 2px 3px 3px #fff, -2px 3px 3px #fff, 3px 2px 3px #fff, 3px -2px 3px #fff, 2px 2px 3px #fff, -2px -2px 3px #fff, 2px -2px 3px #fff, -2px 2px 3px #fff;
}
.mai-be-psychic {
	width:100%;
	height:auto;
	margin:26% auto 0;
	max-width:1200px;
	text-align:center;
}
.be-psychic-wra {
	position:relative;
	width:100%;
	height:auto;
	max-width:658px;
	margin:0 auto;
	text-align:center;
	z-index:5;
	display:none;
}
.be-psychic-ilst{
	width:100%;
	height:auto;
}
.be-psychic-ilst > img{
	width:100%;
	height:auto;
}
.be-psychic-cap {
	position:absolute;
	width:100%;
	height:auto;
	width:100%;
	height:auto;
	top: 50%;
	left: 50%;
	min-height: auto;
	min-width: 100%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.be-psychic-cap {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	font-size:1.6rem;
	font-weight:700;
	letter-spacing:0;
}
.be-psychic-xsma {
	font-size:0.8rem;
	font-weight:700;
}
.be-psychid-large {
	font-size:2.2rem;
	font-weight:700;
}
/* common */
#mai-con-wra {
	width:100%;
	margin:0 auto;
}
#mai-con {
	width:100%;
	height:auto;
	max-width:1080px;
	margin:60px auto;
	padding:40px 3.7% 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:flex-start;
	background:#ffffff;
}
.sec-tit-wra {
	width:100%;
	height:auto;
	max-width:1000px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	margin-bottom:40px;
	z-index:0;
}
.sec-tit-back{
	width:100%;
	height:auto;
	max-width:1000px;
}
.sec-tit-back img{
	width:100%;
	height:auto;
}

.sec-tit {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	color:#212121;
	font-size:2.0rem;
	font-weight:700;
	line-height:130%;
	width:100%;
	height:auto;
	position:absolute;
	text-align:center;
}
.sec-tit br{
	display:none;
}
.sec-tit-xsma {
	font-size:1.0rem;
	font-weight:700;
	line-height:130%;
}
.fst-sec-flex {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:center;
	margin-bottom:60px;
}
.fst-flex-para {
	width:100%;
	height:auto;
	max-width:54%;
}
.fst-flex-para p {
	font-size:1.1rem;
	font-weight:700;
	line-height:2.3rem;
	letter-spacing:2px;
}
.fst-flex-pic {
	width:100%;
	height:auto;
	max-width:42%;
}
.fst-flex-pic img {
	width:100%;
	height:auto;
}
.sec-sub-tit-wra {
	width:100%;
	height:auto;
	max-width:1000px;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	margin-bottom:30px;
	z-index:0;
}
.sec-sub-tit-back{
	width:100%;
	height:auto;
	max-width:694px;
}
.sec-sub-tit-back img{
	width:100%;
	height:auto;
}
.sec-sub-tit {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	color:#212121;
	font-size:2.0rem;
	font-weight:700;
	line-height:130%;
	width:100%;
	height:auto;
	position:absolute;
	left:5%;
	text-align:left;
}
.fst-profile-flex {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:flex-stretch;
	margin-bottom:40px;
}
.fst-profile-para {
	width:100%;
	height:auto;
	min-height:320px;
	max-width:70%;
	background:url(../images/ilst_dragon01.png) right bottom /auto 90% no-repeat;
	position:relative;
}
.fst-profile-para p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	font-size:1.2rem;
}
.fst-profile-pic{
	width:100%;
	height:auto;
	max-width:27.4%;
}
.fst-profile-pic img{
	width:100%;
	height:auto;
	max-width:274px;

}

.profile-more-view-wra {
	position:absolute;
	bottom:0;
}
.more-view-blo {
	position:relative;
	width:100%;
	height:auto;
	max-width:260px;
	margin:0 0 40px auto;
}
.more-view-ico {
	width:100%;
	height:33px;
	cursor:pointer;
}
.more-view-ico img {
	width:100%;
	height:auto;
}
.more-view-cap {
	font-size:1.0rem;
	font-weight:700;
	position:absolute;
	width:auto;
	height:auto;
	top: 40%;
	left: 55%;
	-ms-transform: translateX(-0%) translateY(-50%);
	-moz-transform: translateX(-0%) translateY(-50%);
	-webkit-transform: translateX(-0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
	caret-color: transparent;
	cursor:pointer;
	-webkit-appearance: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	user-select: none;
	pointer-events: none;
}
.more-view-blo:hover .more-view-cap, .more-view-blo:hover .close-cap {
	font-size:1.0rem;
	font-weight:700;
	color:#2a81a3;
	-webkit-appearance: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.close-cap {
	font-size:1.0rem;
	font-weight:700;
	position:absolute;
	width:auto;
	height:auto;
	top: 40%;
	left: 65%;
	-ms-transform: translateX(-0%) translateY(-50%);
	-moz-transform: translateX(-0%) translateY(-50%);
	-webkit-transform: translateX(-0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
	caret-color: transparent;
	cursor:pointer;
	-webkit-appearance: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	user-select: none;
	pointer-events: none;
	display:none;
}
.more-blo-wra {
	width:100%;
	height:auto;
}
.more-blo-profile-pic {
	width:100%;
	height:auto;
	max-width:1000px;
}
.more-blo-profile-pic img{
	width:100%;
	height:auto;
}

.more-blo {
	width:100%;
	height:auto;
	max-width:1000px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	margin-bottom:60px;
	background:url(../images/ilst_sensu01.png) right top 0%/ auto auto repeat-y, url(../images/ilst_sensu02.png) left top 0%/ auto auto repeat-y, #fcf6da;
}
.more-blo-top {
	width:100%;
	height:auto;
	max-width:1000px;
}
.more-blo-top img{
	width:100%;
	height:auto;
}
.more-blo-bottom {
	width:100%;
	height:auto;
	max-width:1000px;
}
.more-blo-bottom img{
	width:100%;
	height:auto;
}


.more-contents {
	width:100%;
	height:auto;
	max-width:1000px;
	padding:3% 8%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.more-blo-close {
	position:absolute;
	width:auto;/* 横幅に合わせて自動縮尺　object-fitはIE11でバグ */
	height:auto;
	bottom: 0%;
	left: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(50%);
	z-index:10;
	cursor:pointer;
	-webkit-appearance: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.more-blo-close:hover {
	opacity:0.7;
	-webkit-appearance: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.more-contents.fon-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	font-size:1.1rem;
	font-weight:700;
}
.more-fon-large {
	font-size:1.4rem;
	font-weight:700;
}
.but-entry-wra {
	max-width:100%;
	width:100%;
	height:auto;
	padding:0;
	margin:30px auto 60px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.but-entry-wra-sp {
	max-width:640px;
	width:100%;
	height:auto;
	padding:0;
	margin:30px auto 30px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	-webkit-box-sizing: border-box;
box-sizing: border-box;
display:block;

}
.but-line-wra {
	width:100%;
	height:auto;
	margin:30px auto 30px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.but-entry {
	border: none;
	outline: none;
	background: transparent;
	cursor:pointer;
	-webkit-appearance: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	max-width:772px;
	width:100%;
	height:auto;

}
.but-entry:hover {
	opacity:1.0;
	-webkit-appearance: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.but-entry img{
	width:100%;
	height:auto;
	margin:0 auto;

}

.snd-sec-flex {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:center;
	margin-bottom:60px;
}
.snd-flex-para {
	width:43.8%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
.snd-flex-para p {
	font-size:1.2rem;
	font-weight:400;
	line-height:160%;
	text-align:center;
}
.ico-mark {
	width:100%;
	height:auto;
	max-width:290px;
	margin:0 auto 20px;
}
.ico-mark img {
	width:100%;
	height:auto;
}
.snd-flex-pic {
	width:100%;
	height:auto;
	max-width:43.8%;
	background:url(../images/waku_pic_soushoku01.png) center center /auto auto no-repeat;
	position:relative;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.snd-pic-soushoku1 {
	width:100%;
	height:auto;
	max-width:187px;
	position:absolute;
	left:-30px;
	bottom:-30px;
}
.snd-pic-soushoku1 img {
	width:100%;
	height:auto;
}
.snd-pic-inn {
	width:100%;
	height:auto;
	max-width:426px;
	margin:8px 6px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.snd-pic-inn img {
	width:100%;
	height:auto;
}
.snd-dragon-blo {
	width:100%;
	height:auto;
	position:relative;
}
.snd-dragon-cap {
	position:absolute;
	width:100%;
	height:auto;
	top: 50%;
	left: 50%;
	min-height: auto;
	min-width: 100%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.snd-dragon-cap p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	font-size:1.5rem;
	font-weight:700;
	line-height:200%;
	letter-spacing:4px;
}
.dragon-min-lar-bol {
	font-size:2.0rem;
	font-weight:700;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}
.snd-dragon-ilst {
	width:100%;
	height:auto;
	max-width:438px;
	margin-left:auto;
}
.snd-dragon-ilst img {
	width:100%;
	height:auto;
}
.snd-merit-flex {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	margin-bottom:60px;
}
.snd-merit-pic{
	width:100%;
	height:auto;
	max-width:40.3%;
}
.snd-merit-pic img{
	width:100%;
	height:auto;
}

.snd-merit-cap {
	width:54%;
	height:auto;
}
.rhombus-lis {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
	height:auto;
}
.rhombus-lis li {
	width:100%;
	position:relative;
	padding:0px 0px 20px 30px;
	font-size:1.2rem;
}
.rhombus-lis li:last-of-type {
	padding:0px 0px 0px 30px;
}
.rhombus-lis li:before {
	position:absolute;
	left:0px;
	top:0px;
	content:"◆";
	color:#c69042;
	display:inline-block;
	transform: rotate(0deg);
}
.snd-privelege-flex {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:flex-start;
	margin-bottom:30px;
}
.snd-privelege-ite {
	width:24%;
	height:auto;
	max-width:100%;
}
.snd-privelege-pic {
	width:100%;
	height:auto;
	max-width:240px;
	margin-bottom:15px;
}
.snd-privelege-pic img {
	width:100%;
	height:auto;
}
.snd-privelege-cap {
	font-size:0.9rem;
	font-weight:400;
	line-height:140%;
	text-align:center;
}
.snd-privelege-cap br{
	display:block;
}
.privelege-lar-bol {
	font-size:1.1rem;
	font-weight:700;
	line-height:140%;
}
.trd-one-blo {
	width:100%;
	height:auto;
	max-width:1000px;
	margin:0 auto 60px;
	text-align:center;
}

.cen-min-tit {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	font-size:1.6rem;
	font-weight:700;
	line-height:200%;
	letter-spacing:4px;
	padding:30px 0 60px;
}
.cen-min-tit .fon-min-lar-bol {
	font-size:2.2rem;
	font-weight:700;
}
.trd-one-cap {
	font-size:1.2rem;
	font-weight:700;
}
.sec-ident-tit {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
	margin-bottom:40px;
}
.ident-tit-sma {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	width:20%;
	height:auto;
	text-align:right;
	font-size:1.5rem;
	font-weight:700;
	letter-spacing:4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right:20px;
}
.ident-tit-ilst {
	width:100%;
	height:auto;
	max-width:40px;
}
.ident-tit-ilst img {
	width:100%;
	height:auto;
}
.ident-tit {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	width:calc(100% - 20% - 40px);
	height:auto;
	text-align:left;
	font-size:2.3rem;
	font-weight:700;
	line-height:140%;
	letter-spacing:4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left:20px;
}
.snd-merit-cap p {
	font-weight:700;
	line-height:180%;
}
.sec-ident-good {
	font-size:1.5rem;
	font-weight:700;
	background:url(../images/obi_green01.jpg) bottom repeat-x;
	padding:0 0 10px 6%;
	letter-spacing:2px;
	margin-bottom:20px;
}
.trd-two-lis {
	padding:20px 0 20px 20%;
}
.sec-ident-nogood {
	font-size:1.5rem;
	font-weight:700;
	background:url(../images/obi_red01.jpg) bottom repeat-x;
	padding:0 0 10px 6%;
	letter-spacing:2px;
	margin-bottom:20px;
}
.more-rhombus-lis {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
	height:auto;
	margin-bottom:20px;
}
.more-rhombus-lis li {
	font-weight:700;
	width:100%;
	position:relative;
	padding:0px 0px 5px 30px;
	font-size:1.2rem;
}
.more-rhombus-lis li:last-of-type {
	padding:0px 0px 0px 30px;
}
.more-rhombus-lis li:before {
	position:absolute;
	left:0px;
	top:0px;
	content:"◆";
	color:#c69042;
	display:inline-block;
	transform: rotate(0deg);
}
.trd-ident-three-blo {
	font-size:1.1rem;
	width:100%;
	height:auto;
	margin:0 auto;
	max-width:800px;
	background:url(../images/bac_ilst_aube01.jpg) center bottom /auto auto no-repeat;
}
.fth-one-blo {
	font-size:1.1rem;
	width:100%;
	height:auto;
	margin:0 auto;
	max-width:800px;
	background:url(../images/bac_ilst_aube01.jpg) center bottom /auto auto no-repeat;
	text-align:center;
}
.more-pur-tit {
	font-size:1.4rem;
	font-weight:700;
	color:#6d3696;
	margin-bottom:10px;
}
.label-lis-ite {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:flex-start;
	margin-bottom:10px;
}
.lis-ite-label {
	font-size:1.2rem;
	font-weight:700;
	color:#ffffff;
	display:inline-block;
	position: relative;
	width:100%;
	height:auto;
	max-width:16%;
	padding:5px;
	margin-right:20px;
	background-color: #9c69c2;
	z-index:0;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.lis-ite-label:before {
	content: '';
	display: block;
	position: absolute;
	left:0%;
	bottom: 0;
	border-top: 25px solid transparent;
	border-left: 35px solid #6d3696;
	border-right: 35px solid transparent;
	border-bottom: 25px solid #6d3696;
	z-index:-1;
}
.lis-ite-cap {
	font-size:1.2rem;
	font-weight:700;
	display:inline-block;
	padding-top:5px;
}
.more-caution {
	display:flex;
	flex-wrap:nowrap;
	justify-content:flex-start;
	align-items:flex-start;
	line-height:140%;
	margin-top:20px;
}
.more-caution a {
	color:#6d3696;
	font-weight:700;
	text-decoration:underline;
	-webkit-appearance: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.more-caution a:hover {
	color:#6d3696;
	font-weight:700;
	text-decoration:none;
	-webkit-appearance: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.vth-one-blo {
	width:100%;
	height:auto;
	margin:0 auto;
	max-width:800px;
	text-align:center;
}
.vth-fuki-purple {
	font-size:1.5rem;
	font-weight:700;
	width:100%;
	height:auto;
	margin:0 auto 60px;
	max-width:900px;
	text-align:center;
	border:solid 2px #9c69c2;
	border-radius:8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:20px 20px;
	position:relative;
}
.vth-fuki-purple:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -40px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #2f5f66 transparent transparent transparent;
	border-width: 34px 20px 0 20px;
}
.vth-fuki-gold {
	font-size:1.5rem;
	font-weight:700;
	width:100%;
	height:auto;
	margin:0 auto 60px;
	max-width:900px;
	text-align:center;
	border:solid 2px #ad9850;
	border-radius:8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:20px 20px;
	position:relative;
}
.vth-fuki-gold:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -40px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #9c69c2 transparent transparent transparent;
	border-width: 34px 20px 0 20px;
}
.vth-crystal-blo {
	width:100%;
	height:auto;
	margin:0 auto;
	max-width:800px;
	text-align:center;
	position:relative;
}
.vth-crystal-inn{
	position:absolute;
	width:100%;/* 横幅に合わせて自動縮尺　object-fitはIE11でバグ */
	height:auto;
	top: 50%;
	left: 51%;
	min-height: auto;
	min-width: 100%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	
}
.vth-crystal-ilst{
	width:100%;
	height:auto;
	max-width:595px;
	margin:0 auto;
}
.vth-crystal-ilst img{
	width:100%;
	height:auto;
}

.six-one-sec {
	padding:60px 0 0px;
	background:url(../images/bac_greeting01.jpg) center top /auto 100% no-repeat;
}
.six-one-sec > p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	font-size:1.1rem;
	padding:0 20% 40px 0;
	font-weight:700;
}
.six-more-view-blo {
	padding:0 20px 20px 0;
	height:33px;
}
.six-more-contents p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	font-size:1.1rem;
	padding:0 0% 40px 0;
	font-weight:700;
}

.sth-sec-wra .sec-ident-tit {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
	margin-bottom:0px;
}
.sth-one-cap {
	padding:20px 0 40px 21%;
}
.sec-flow-tit-wra {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
	padding-bottom:0px;
	margin-bottom:0px;
	background:url(../images/obi_green01.jpg) bottom repeat-x;
}
.sec-flow-tit {
	width:100%;
	height:auto;
	text-align:right;
	margin-bottom:10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	max-width:198px;
}
.sec-flow-ilst{
	width:100%;
	height:auto;
}
.sec-flow-ilst img{
	width:100%;
	height:auto;
}

.sec-flow-cap {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	font-size:1.3rem;
	font-weight:700;
	letter-spacing:4px;
	width:100%;
	height:auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	position:absolute;
	width:100%;
	height:auto;
	top: 57%;
	left: 58%;
	min-height: auto;
	min-width: 100%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);	
}
.sec-flow-sen {
	width:calc(100% - 198px);
	height:auto;
	text-align:left;
	font-size:1.4rem;
	font-weight:700;
	line-height:140%;
	letter-spacing:2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left:30px;
}
.sec-flow-arrow {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:flex-start;
}
.flow-arrow {
	width:24%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
	align-items:flex-start;
	position:relative;
}
.flow-arrow-cap {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	font-size:1.6rem;
	color:#e7e7e7;
	padding-top:20px;
	width:76%;
	height:auto;
	text-align:right;
}
.eth-more-contents {
	width:100%;
	height:auto;
	max-width:1000px;
	padding:3% 3%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.eth-more-blo {
	width:100%;
	height:auto;
	max-width:1000px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	margin-bottom:0px;
	background:url(../images/ilst_pic_soushoku01.png) right top 0%/ auto auto repeat,#fff;
}
.publish-more-blo {
	width:100%;
	height:auto;
	max-width:1000px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	margin-bottom:0px;
	background:url(../images/bac_publish_book01.jpg) top center/ auto auto repeat,#fff;
}

.eth-more-blo2 {
	width:100%;
	height:auto;
	max-width:1000px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	margin-bottom:0px;
	background:url(../images/ilst_dragon01.png) left center/ auto auto no-repeat,url(../images/bac_greeting01.jpg) right top 0%/ auto auto no-repeat,#fff;
}
.eth-sec-flex {
	border-top:dotted 1px #212121;
	padding:40px 0 0px;
}

.eth-red-belt {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	color:#fff;
	font-size:2.0rem;
	line-height:140%;
	font-weight:700;
	max-width:640px;
	width:100%;
	height:auto;
	margin:0 auto 30px;
	text-align:center;
	border:solid 3px #ad9850;
	border-radius:0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:10px 20px;
	position:relative;
	background:#c7293e;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.eth-red-belt:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -30px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #ad9850 transparent transparent transparent;
	border-width: 34px 20px 0 20px;
}
.eth-blk-belt {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	color:#fff;
	font-size:2.0rem;
	line-height:140%;
	font-weight:700;
	max-width:640px;
	width:100%;
	height:auto;
	margin:0 auto 30px;
	text-align:center;
	border:solid 3px #ad9850;
	border-radius:0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:10px 20px;
	position:relative;
	background:#252525;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.eth-blk-belt:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -30px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #ad9850 transparent transparent transparent;
	border-width: 34px 20px 0 20px;
}

.eth-fuki-gold {
	font-size:1.6rem;
	line-height:140%;
	font-weight:700;
	max-width:640px;
	width:100%;
	height:auto;
	margin:0 auto 30px;
	text-align:center;
	border:double 3px #ad9850;
	border-radius:0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:10px 10px 20px;
	position:relative;
	background:#fff;
}
.0000eth-fuki-gold:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -40px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #9c69c2 transparent transparent transparent;
	border-width: 34px 20px 0 20px;
}
.eth-more-contents p br{
	display:block;
}

.eth-more-contents .paragraph {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	font-size:1.3rem;
	padding:10px;
	margin-bottom:20px;
	font-weight:700;
	text-align:center;
	background:rgba(255,255,255,0.8);
	border:solid 1px #212121;
}
.eth-more-contents p.bot-none {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	font-size:1.3rem;
	padding:10px;
	margin-bottom:0px;
	font-weight:700;
	text-align:center;
	background:rgba(255,255,255,0.8);
	border:solid 1px #212121;

}
.eth-man-ilst{
	max-width:380px;
	width:100%;
	height:auto;
	margin:20px auto;
}
.eth-man-ilst img{
	width:100%;
	height:auto;
}
.eth-red-back {
	color:#FFF;
	font-size:1.8rem;
	line-height:140%;
	font-weight:700;
	padding:3px 8px;
	background:#c7293e;
}
.eth-red-bol-lar {
	color:#FFF;
	font-size:1.4rem;
	line-height:140%;
	font-weight:700;
	padding:0px 5px;
	margin:0 5px;
	background:#c7293e;
}

.eth-flex-left {
	width:100%;
	height:auto;
	max-width:54%;
}
.eth-flex-right {
	width:100%;
	height:auto;
	max-width:42%;
}
.eth-flex-pic {
	width:100%;
	height:auto;
	max-width:420px;
}
.eth-main-banner{
	max-width:1000px;
	width:100%;
	height:auto;

}
.eth-main-banner img {
	width:100%;
	height:auto;
}
.eth-flex-tit-wra {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
	margin-bottom:20px;
}
.eth-flex-tit-ico {
	width:100%;
	height:auto;
	max-width:60px;
	margin-right:20px;
}
.eth-flex-tit-ico img {
	width:100%;
	height:auto;
}
.eth-flex-tit {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	font-size:1.6rem;
	font-weight:700;
	border-bottom:2px #c7293e solid;
	display:inline-block;
	width:calc(100% - 80px);
	height:auto;
}
.thoughts-lis-tit {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	font-size:1.5rem;
	font-weight:700;
	line-height:140%;
	letter-spacing:4px;
	padding:18px 10px 18px 20px;
	margin-bottom:30px;
	background:#fff;
	background:url(../images/obi_green01.jpg) top / auto auto repeat-x, url(../images/obi_green01.jpg) bottom / auto auto repeat-x, -moz-linear-gradient(top, #fff 15%, #f1f7f8 15%, #f1f7f8 85%, #fff 85%); /* FF3.6-15 */
	background:url(../images/obi_green01.jpg) top / auto auto repeat-x, url(../images/obi_green01.jpg) bottom / auto auto repeat-x, -webkit-linear-gradient(top, #fff 15%, #f1f7f8 15%, #f1f7f8 85%, #fff 85%); /* Chrome10-25,Safari5.1-6 */
	background:url(../images/obi_green01.jpg) top / auto auto repeat-x, url(../images/obi_green01.jpg) bottom / auto auto repeat-x, linear-gradient(to bottom, #fff 15%, #f1f7f8 15%, #f1f7f8 85%, #fff 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.thoughts-descript-flex {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-start;
}
.thoughts-descript-left {
	width:100%;
	height:auto;
	max-width:26%;
	text-align:center;
}
.thoughts-descript-pic {
	width:100%;
	height:auto;
	max-width:160px;
	margin:0 auto 20px;
}
.thoughts-descript-pic img {
	width:100%;
	height:auto;
}
.thoughts-descript-name {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	font-size:1.5rem;
	font-weight:700;
	line-height:160%;
	letter-spacing:2px;
}
.thoughts-descript-gene {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	font-size:1.1rem;
	font-weight:700;
	line-height:140%;
	letter-spacing:2px;
}
.thoughts-descript-right {
	width:100%;
	height:auto;
	max-width:74%;
	-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.thoughts-descript-right p {
	font-size:1.1rem;
	font-weight:400;
	line-height:140%;
	padding-bottom:30px;
}
.thoughts-lis-more {
	border-bottom:dotted 1px #212121;
	margin-bottom:40px;
}
.thoughts-lis-more .more-view-blo {
	margin-bottom:15px;
}
.ten-one-blo {
	border-bottom:dotted 1px #212121;
	padding-bottom:0px;
	margin-bottom:60px;
}
/* FAQ よくある質問　*/
.faq-lis {
	width:calc(100% - 0px);
	height:auto;
	margin:auto;
	padding:0px 0;
}
.faq-lis-tit {
	width:calc(100% - 0px);
	height:auto;
	display:flex;
	flex-wrap:nowrap;
	justify-content:flex-start;
	align-items:center;
	cursor:pointer;
	background:url(../images/obi_green01.jpg) bottom /auto auto repeat-x;
	padding:15px 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.faq-lis-iconq {
	display:inline-block;
	width:100%;
	height:auto;
	max-width:13%;
}
.faq-lis-iconq img {
	width:100%;
	height:auto;
	max-width:60px;
}
.faq-que-tit {
	width:calc(100% - 0px);
	line-height:130%;
	color:#2f5f66;
	font-weight:700;
	font-size:1.3rem;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
}
.faq-lis-sen {
	padding:15px 0 15px calc(13% + 5px);
	border-bottom:dotted 1px #212121;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom:5px;
}
.faq-sen {
	font-size:1.2rem;
	font-weight:700;
}
.faq-lis-flex {
	width:calc(100% - 0px);
	height:auto;
	display:flex;
	flex-wrap:nowrap;
	justify-content:flex-start;
	align-items:flex-start;
	padding:20px 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.faq-flex-righ{

}
.faq-lis-icona {
	display:inline-block;
	width:100%;
	height:auto;
	max-width:13%;
}
.faq-lis-icona img {
	width:100%;
	height:auto;
	max-width:60px;
}
.faq-flex-right p {
	padding-bottom:20px;
}
.ten-sec-flex {
	width:calc(100% - 0px);
	height:auto;
	display:flex;
	flex-wrap:nowrap;
	justify-content:space-between;
	align-items:center;
	margin-bottom:40px;
}
.ten-flex-ico {
	width:100%;
	height:auto;
	max-width:35%;
}
.ten-flex-ico img {
	width:100%;
	height:auto;
	max-width:290px;
	margin:auto;
}
.ten-flex-right {
	width:100%;
	max-width:60%;
}
.ten-rhombus-lis {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
	height:auto;
}
.ten-rhombus-lis li {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	width:100%;
	position:relative;
	padding:0px 0px 15px 30px;
	font-size:1.3rem;
	font-weight:700;
}
.ten-rhombus-lis li:last-of-type {
	padding:0px 0px 0px 30px;
}
.ten-rhombus-lis li:before {
	position:absolute;
	left:0px;
	top:0px;
	content:"◆";
	color:#c69042;
	display:inline-block;
	transform: rotate(0deg);
}
.ten-sec-info p {
	font-size:1.2rem;
	font-weight:400;
	padding-bottom:40px;
}
.sp-680{
	display:block;
}
.sp-480{
	display:block;
}

/* 共通セレクタ */
.bre-cru {
	text-align: left;
	height: auto;
	line-height:140%;
	font-size:90%;
	margin:0 auto 20px;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
}
.bre-cru li:after {
	content:"〉";
	padding:0 0 0px 5px;
	font-size:90%;
}
.bre-cru li:last-child:after {
	content:"";
}
.ali-rig {
	text-align: right;
}
.ali-lef {
	text-align:left;
}
.ali-cen {
	text-align:center;
}
.pad-top-sma {
	padding-top:10px;
}
.pad-bot-tal {
	padding-bottom:40px;
}
.pad-lef-mid {
	padding-left:20px;
}
.pad-rig-mid {
	padding-right:20px;
}
.pad-top-bot-mid {
	padding-top:20px;
	padding-bottom:20px;
}
.pad-top-mid {
	padding-top:20px;
}
.pad-bot-mid {
	padding-bottom:20px;
}
.pad-top-bot-tal {
	padding-top:40px;
	padding-bottom:40px;
}
.mar-top-mid {
	margin-top:20px;
}
.mar-bot-mid {
	margin-bottom:20px;
}
.mar-top-bot-mid {
	margin-top:20px;
	margin-bottom:20px;
}
.mar-bot-tal {
	margin-bottom:40px;
}
.mar-bot-xtal {
	margin-bottom:80px;
}
.mar-top-tal {
	margin-top:40px;
}
.mar-top-bot-tal {
	margin-top:40px;
	margin-bottom:40px;
}
.mar-rig-mid {
	margin-right:20px;
}
.mar-lef-mid {
	margin-left:17px;
}
.pad-top-tal {
	padding-top:28px;
}
.col-yel-har {
	color:#b7b23c;
}
.col-red, .red_txt {
	color:#D52A32;
}
.col-kah {
	color:#d7ac7c;
}
.col-ore {
	color:#ff5151;
}
.col-ore-har {
	color:#e07979;
}
.col-pin-har {
	color:#EA6097;
}
.col-yel {
	color:#ffb320;
}
.col-green {
	color:#2f5f66;
}
.col-green-har {
	color:#2f5f66;
}
.col-whi {
	color:#ffffff;
}
.col-blu {
	color:#376499;
}
.col-blu-bol {
	color:#376499;
	font-weight:600;
	display:block;
	padding-bottom:10px;
	line-height:130%;
}
.col-red-bol {
	color:#D52A32;
	font-weight:700;
}
.col-gre-bol {
	color:#066;
	font-weight:700;
}
.col-yel-har-bol {
	color:#b7b23c;
	font-weight:600;
	display:block;
	padding-bottom:10px;
	line-height:130%;
}
.col-bro {
	color:#3b1d02;
}
.fon-lar {
	font-size:1.5rem;
}
.fon-lar-bol {
	font-size:1.5rem;
	font-weight:700;
}
.fon-min-lar-bol {
	font-size:1.5rem;
	font-weight:700;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}
.fon-min-xlar-bol {
	font-size:2.4rem;
	font-weight:700;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

.fon-mid {
	font-size:110%;
}
.fon-mid-bol {
	font-size:1.3rem;
	font-weight:700;
}
.fon-sma {
	font-size:90%;
}
.fon-xsma {
	font-size:80%;
}
.fon-bol {
	font-weight:bold;
	font-weight:700;
}
.ima-sor {
	width:100%;
	height:auto;
	margin:30px auto;
	text-align:center;
}
.ima-sor img {
	display:inline;
	max-width:100%;
	height:auto;
}
.pc-580{
	display:block;
}
.sp-580{
	display:none;
}
