@charset "UTF-8";
/* CSS Document */
/* contents---------------
	 1.
	 2.
	 3.
		------------ */
/*----------------------------------------------------------
	reset
--------------------------------------------------------- */
@import url("fonts/style.css");
body, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, form, p, th, td, input, textarea, select {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: normal;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

ul, dl {
	list-style-type: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	word-break: normal;
}

body {
	word-break: break-all;
}

/*----------------------------------------------------------
	base
--------------------------------------------------------- */
html {
	overflow-y: scroll !important;
}

_:lang(x)::-ms-backdrop, body {
	font-family: "Hiragino Kaku Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo,sans-serifsans-serif;
}

.yubold {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.noto {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "ヒラギノ角ゴシック", メイリオ, Meiryo, sans-serif;
}

_:lang(x)::-ms-backdrop, .yubold {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "ヒラギノ角ゴシック", メイリオ, Meiryo, sans-serif;
	font-weight: 400;
}

img {
	height: auto;
	max-width: 100%;
	width: auto;
}

.spDisp {
	display: none !important;
}

.pcDisp {
	display: block !important;
}

.spDisp_flex {
	display: none !important;
}

.pcDisp_flex {
	display: flex !important;
}

@media screen and (max-width: 750px) {
	.spDisp {
		display: block !important;
	}
	.pcDisp {
		display: none !important;
	}
	.spDisp_flex {
		display: flex !important;
	}
	.pcDisp_flex {
		display: none !important;
	}
	.spDispnone {
		display: none !important;
	}
	br.sp {
		display: block;
	}
	br.pc {
		display: none;
	}
}

@media screen and (min-width: 751px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
	br.sp {
		display: none;
	}
	br.pc {
		display: block;
	}
}

.nondisp {
	display: none;
}

small {
	font-size: 85%;
}

a:link {
	color: #333;
	text-decoration: none; 
	transition: .3s;
}

a:visited {
	color: #333;
}

a:hover {
	text-decoration: underline;
}

/*----------------------------------------------------------
	parts
--------------------------------------------------------- */
span.bold {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: bold;
}

a.inline {
	text-decoration: underline;
}

a.inline-popup {
	text-decoration: underline;
}

.inline-popup:after, a.popup:after {
	color: #c00; 
	content: "\e924";
	display: inline-block;
	font-family: "yubin";
	margin-left: .3em;
}

a.inline:hover, .inline-popup:hover {
	text-decoration: none;
}

p.red {
	color: #c00;
}

.gray1 {
	color: #646464;
}

.gray2 {
	color: #a0a0a0;
}

.gray3 {
	color: #c8c8c8;
}

.gray4 {
	color: #dcdcdc;
}

.gray5 {
	color: #eee;
}

.gray6 {
	color: #f7f7f7;
}

.gray7 {
	color: #fafafa;
}

a.opacity {
	transition: .3s;
}

a.opacity:hover {
	opacity: .65;
}

/*----------------------------------------------------------
	bg
--------------------------------------------------------- */
.bgG {
	background: #f7f7f7;
}
.bgG.pd {
	padding: 50px 0;
}

.bgG2 {
	background: #eee;
}
.bgG2.pd {
	padding: 50px 0;
}

.bgW {
	background: #fff;
}
.bgW.pd {
	padding: 30px 0;
}

/* tablet */
@media screen and (min-width: 751px) and (max-width: 1024px) {
	.bgG.pd, .bgG2.pd {
		padding: 3vh 0;
	}
	.bgW.pd {
		padding: 3vh 0;
	}
}

/* yubinpc */
@media screen and (max-width: 750px) {
	.bgG.pd, .bgG2.pd {
		padding: 4vh 0;
	}
	.bgW.pd {
		padding: 4vh 0;
	}
}

/* sp */
@media screen and (max-width: 750px) {
	.pd.innerwidth {
		padding: 30px 3%;
	}
}

/* sp */
/*----------------------------------------------------------
	headline
--------------------------------------------------------- */
h1.photo {
	position: relative;
}
h1.photo.filB {
	background: #000;
}
h1.photo.filB .bgimg {
	opacity: .7;
}
h1.photo.filB .title {
	color: #fff;
}
h1.photo.filW {
	background: #fff;
}
h1.photo.filW .bgimg {
	opacity: .7;
}
h1.photo .bgimg {
	background-repeat: no-repeat; 
	background-size: cover;
	max-height: 470px;
	min-height: 30vw;
}
h1.photo .title {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "ヒラギノ角ゴシック", メイリオ, Meiryo, sans-serif;
	font-size: 2.1rem;
	font-weight: 700;
	opacity: 1;
	position: absolute;
	top: 5vw;
	width: auto;
}
h1.photo .title .lead {
	font-size: 1rem;
	font-weight: 400; 
	margin-top: 1em;
}
h1.photo .title .white {
	color: #fff;
}
h1.photo.sub .innerwidth {
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	/* 銀行サービス一覧、保険サービス一覧 */
	/* 受け取る */
}
h1.photo.sub .innerwidth .flex_sub {
	align-items: flex-start; 
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	justify-content: space-between;
}
h1.photo.sub .innerwidth .flex_sub .title {
	flex-basis: 72%;
	max-width: 72%;
	padding-right: 3%; 
	position: relative;
	width: auto;
}
h1.photo.sub .innerwidth .flex_sub .subArea {
	flex-basis: 25%;
	max-width: 25%;
	position: relative;
	top: 5vw;
}
h1.photo.sub .innerwidth .flex_sub.bank .title, h1.photo.sub .innerwidth .flex_sub.insurance .title {
	flex-basis: 72%;
	max-width: 72%;
}
h1.photo.sub .innerwidth .flex_sub.bank .subArea, h1.photo.sub .innerwidth .flex_sub.insurance .subArea {
	flex-basis: 25%;
	max-width: 25%;
}
h1.photo.sub .innerwidth .flex_sub.receive .block input[type="text"] {
	padding: 16px .8em;
}
h1.photo.sub .innerwidth .subArea {
	/*position:absolute; right:0; top:0; width:25%;*/
}
h1.photo.sub .innerwidth .subArea ul li {
	margin-bottom: 10px;
}
h1.photo.sub .innerwidth .subArea ul li a[target="_blank"]:after {
	content: "\e924";
	font-family: "yubin";
	font-size: 18px;
	right: 3%;
}
h1.photo.sub .innerwidth .subArea .btnMborder, h1.photo.sub .innerwidth .subArea .btnM, h1.photo.sub .innerwidth .subArea .btnL, h1.photo.sub .innerwidth .subArea .btnMint {
	padding-left: 3.2em; 
	text-align: left;
}
h1.photo .subArea.floatingBlock .block {
	display: block; 
	padding: 20px 15px;
}
h1.photo .subArea.floatingBlock .block .head {
	margin-top: 0;
}
h1.photo .subArea.floatingBlock .option ul.arrowLink {
	margin-top: 0;
}
h1.photo .subArea.floatingBlock .option ul.arrowLink li {
	font-size: .85rem;
	font-weight: 400;
	margin-bottom: 0;
}

/* tablet */
@media screen and (min-width: 751px) and (max-width: 1024px) {
	h1.photo.sub .innerwidth {
		/* 送るtop */
	}
	h1.photo.sub .innerwidth .flex_sub .title {
		flex-basis: 58%;
		max-width: 58%;
		padding-right: 2%;
	}
	h1.photo.sub .innerwidth .flex_sub .subArea {
		flex-basis: 40%;
		max-width: 40%;
	}
	h1.photo.sub .innerwidth .flex_sub.send .subArea {
		top: 3vw;
	}
	h1.photo.sub .innerwidth .flex_sub.send .subArea ul li {
		margin-bottom: 8px;
	}
	h1.photo.sub .innerwidth .flex_sub.send .subArea ul li.sp-t20 {
		margin-top: 0 !important;
	}
	h1.photo.sub .innerwidth .flex_sub.send .subArea ul li a.btnMborder {
		font-size: .9rem;
		padding: .8em 2em .8em 3.2em;
	}
	h1.photo.sub .innerwidth .flex_sub.send .subArea ul li a.btnMint {
		padding: .8em 3em .8em 3.4em;
	}
}

/* yubinpc */
@media screen and (max-width: 750px) {
	h1.photo {
		margin-bottom: 30px;
	}
	h1.photo.filB {
		background: linear-gradient(to bottom, #000 50%, #fff 85%);
		background: -webkit-linear-gradient(top, #000 50%, #fff 85%);
		background: -moz-linear-gradient(top, #000 50%, #fff 85%);
		background: #000;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 );
	}
	h1.photo .bgimg {
		background-position: top center;
		background-repeat: no-repeat;
		background-size: cover;
		min-height: 200px;
		top: 0; 
		width: 100%;
	}
	h1.photo .title {
		font-size: 1.5rem;
		position: absolute; 
		top: 30px;
		width: auto;
	}
	h1.photo .title .lead {
		font-size: .8rem;
		position: relative;
	}
	h1.photo .gradient:after {
		background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 35%, white 50%); 
		background-image: -webkit-gradient linear-gradient(-180deg, rgba(0, 0, 0, 0) 35%, white 50%);
		background-image: -moz-linear-gradient(-180deg, rgba(0, 0, 0, 0) 35%, white 50%);
		background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 35%, white 50%);
		content: "";
		display: block;
		min-height: 300px;
		width: 100%;
	}
	h1.photo.sub {
		margin-bottom: 60px;
	}
	h1.photo.sub .bgimg {
		background-size: 140% auto; 
		min-height: 35vh;
		position: absolute;
	}
	h1.photo.sub .title {
		position: relative;
	}
	h1.photo.sub .gradient {
		min-height: 45vh;
	}
	h1.photo.sub .innerwidth {
		position: relative;
	}
	h1.photo.sub .innerwidth .flex_sub {
		display: block;
	}
	h1.photo.sub .innerwidth .flex_sub .title {
		flex-basis: 100% !important;
		max-width: 100% !important;
		padding-right: 0;
	}
	h1.photo.sub .innerwidth .flex_sub .subArea {
		flex-basis: 100% !important;
		margin-top: 5vw; 
		max-width: 100% !important;
	}
	h1.photo + .innerwidth {
		position: relative;
		z-index: 0;
	}
}

/* sp */
.h1lead {
	align-items: center; 
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
}
.h1lead .clm {
	align-items: center; 
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
}
.h1lead .lead {
	align-items: center; 
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	padding: 0 2%;
}
.h1lead .lead .inner {
	background: #fff;
	min-height: 160px; 
	padding: 2.5% 3%;
}
.h1lead .lead .inner .main {
	color: #c00;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: .5em;
}
.h1lead .lead .inner .sub {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: .9rem; 
	font-weight: bold;
}
.h1lead .lead .inner .sub .fontS {
	font-size: 90%;
}

@media screen and (max-width: 750px) {
	.h1lead .lead {
		padding: 0;
	}
	.h1lead .clm2 {
		display: block;
		padding: 0;
	}
	.h1lead .clm2 .clm.img {
		justify-content: center; 
		text-align: center;
	}
	.h1lead .clm2 .clm {
		max-width: 100%;
		width: 100%;
	}
	.h1lead .clm2 .clm .inner {
		margin: 15px auto;
	}
	.h1lead .clm2 .clm.lead {
		padding: 0 3%;
	}
}

/* sp */
h1.simple, .head1-simple {
	color: #c00;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 2.1rem;
	font-weight: bold;
}
h1.simple small, .head1-simple small {
	font-size: 85%;
}
h1.simple p.sub, .head1-simple p.sub {
	color: #333;
	font-size: .9rem;
}

.contWrap h1.simple:first-of-type, .contWrap .head1-simple:first-of-type {
	margin-bottom: .3em; 
	margin-top: .3em;
}

@media screen and (max-width: 750px) {
	h1.simple, .head1-simple {
		font-size: 1.7rem;
		margin: .5em 0;
	}
	.contWrap h1.simple:first-of-type, .contWrap .head1-simple:first-of-type {
		margin: .5em 0;
	}
}

/* sp */
h2.uline, .head2-uline {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: .06em;
	text-align: center;
	/* sp */
}
h2.uline:after, .head2-uline:after {
	background: #c00;
	content: "";
	display: block;
	height: 3px;
	margin: 8px auto 10px; 
	width: 50px;
}
@media screen and (max-width: 750px) {
	h2.uline, .head2-uline {
		font-size: 1.4rem;
		letter-spacing: normal; 
		margin-bottom: 15px;
	}
}

h2.uline2, .head2-uline2 {
	border-bottom: 4px solid #c00;
	color: #c00;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: .06em;
	padding-bottom: .3em;
	/* sp */
}
@media screen and (max-width: 750px) {
	h2.uline2, .head2-uline2 {
		font-size: 1.3rem;
		margin-bottom: 15px;
	}
}

h2.uline-inline, .head2-uline-inline {
	border-bottom: 4px solid #c00;
	color: #c00;
	display: inline-block;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: .06em;
	margin-bottom: 0;
	padding-bottom: .4em;
	/* sp */
}
h2.uline-inline + p.uline-inline, .head2-uline-inline + p.uline-inline {
	color: #c00;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: normal;
	margin-bottom: 15px; 
	margin-top: .8em;
}
@media screen and (max-width: 750px) {
	h2.uline-inline, .head2-uline-inline {
		font-size: 1.4rem;
		letter-spacing: normal;
	}
	h2.uline-inline + p.uline-inline, .head2-uline-inline + p.uline-inline {
		margin-bottom: 15px;
	}
}

h2 + p.sub {
	color: #c00;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: .9rem;
	font-weight: bold;
	letter-spacing: normal;
	margin-bottom: 15px; 
	margin-top: .8em;
}
h2 + p.sub.black {
	color: #333;
}

.bgimg-grT {
	background-size: cover;
	/* sp */
}
.bgimg-grT .gradient {
	background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 40%, white 90%); 
	background-image: -webkit-gradient linear-gradient(-180deg, rgba(255, 255, 255, 0) 40%, white 90%);
	background-image: -moz-linear-gradient(-180deg, rgba(255, 255, 255, 0) 40%, white 90%);
	background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 40%, white 90%);
	min-height: 300px;
	width: 100%;
}
.bgimg-grT h2.uline-inline, .bgimg-grT .head2-uline-inline {
	padding: 60px 0 0;
}
.bgimg-grT h2.uline-inline + p.uline-inline, .bgimg-grT .head2-uline-inline + p.uline-inline {
	color: #c00;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: normal;
	margin-top: .8em;
	padding-bottom: 50px;
}
@media screen and (max-width: 750px) {
	.bgimg-grT {
		background-size: 100% auto;
	}
	.bgimg-grT h2.uline-inline + p.uline-inline, .bgimg-grT .head2-uline-inline + p.uline-inline {
		padding-bottom: 30px;
	}
}

h2.simple, .head2-simple {
	align-items: baseline;
	color: #c00;
	display: -moz-flex;
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -webkit-flex;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.6rem; 
	font-weight: bold;
	font-weight: bold;
	margin: .5em 0;
}
h2.simple span.sub, .head2-simple span.sub {
	color: #333;
	display: inline-block;
	font-size: .9rem;
	padding-left: 2%;
}

@media screen and (max-width: 750px) {
	h2.simple, .head2-simple {
		display: block;
	}
	h2.simple span.sub, .head2-simple span.sub {
		padding-left: 0;
	}
}

/* sp */
h3.lline, .head3 {
	border-left: 4px solid #c00;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.35rem;
	font-weight: bold;
	font-weight: bold;
	line-height: 1.3; 
	margin: .5em 0;
	padding-left: .5em;
}

@media screen and (max-width: 750px) {
	h3.lline, .head3 {
		font-size: 1.2rem;
		line-height: 1.5;
	}
}

/* sp */
h3.arrowR, .head3-arrowR {
	color: #c00;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "ヒラギノ角ゴシック", メイリオ, Meiryo, sans-serif;
	font-size: 1.2rem; 
	font-weight: 700;
}
h3.arrowR:before, .head3-arrowR:before {
	content: "\f105";
	font-family: "yubin";
	margin-right: .5em;
}

h3.bline, .head3-bline {
	border-bottom: 1px solid #c8c8c8;
	color: #c00;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.2rem;
	font-weight: bold;
	font-weight: bold;
	padding-bottom: .9em;
}
h3.bline:before, .head3-bline:before {
	content: "\f105";
	font-family: "yubin";
	margin-right: .5em;
}

h3.simple, .head3-simple {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.25rem; 
	font-weight: bold;
	font-weight: bold;
	margin: .5em 0;
}

h3.simpleR, .head3-simpleR {
	color: #c00; 
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.25rem;
	font-weight: bold;
	font-weight: bold;
	margin: .5em 0;
}

h4.simple, .head4 {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.15rem; 
	font-weight: bold;
	font-weight: bold;
	margin: .5em 0;
}

h4.uline, .head4-uline {
	border-bottom: 2px solid #c00;
	color: #c00;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 0 .5em;
	/* sp */
}
@media screen and (max-width: 750px) {
	h4.uline, .head4-uline {
		font-size: 1.2rem;
		letter-spacing: normal; 
		margin-bottom: 15px;
	}
}

h3.yubold {
	font-size: 1.2rem; 
	margin: .5em 0;
}

/* 2カラムの場合の大きさ調整 */
.contWrap .pageClm2 .mainArea h3.lline, .contWrap .pageClm2 .mainArea .head3 {
	font-size: 1.2rem;
}

/*----------------------------------------------------------
	text
--------------------------------------------------------- */
* em {
	color: #c00;
	font-style: normal;
}

.fontS {
	font-size: 90%;
}

.fontL {
	font-size: 120%;
}

.fontRed {
	color: #c00 !important;
}

/*----------------------------------------------------------
	icon
--------------------------------------------------------- */
.ic_arrowR.icored:before {
	color: #c00;
}

.ic_arrowR:before {
	content: "\f105";
	display: inline-block; 
	font-family: "yubin";
	margin-right: .5em;
}

.ic_arrowL.icored:before {
	color: #c00;
}

.ic_arrowL:before {
	content: "\f104";
	display: inline-block; 
	font-family: "yubin";
	margin-right: .5em;
}

.ic_arrowT.icored:before {
	color: #c00;
}

.ic_arrowT:before {
	content: "\f106";
	display: inline-block; 
	font-family: "yubin";
	margin-right: .5em;
}

.ic_arrowB.icored:before {
	color: #c00;
}

.ic_arrowB:before {
	content: "\f107";
	display: inline-block; 
	font-family: "yubin";
	margin-right: .5em;
}

.ic_popup.icored:before {
	color: #c00;
}

.ic_popup:before {
	content: "\e924";
	display: inline-block; 
	font-family: "yubin";
	margin-right: .5em;
}

.mk-doc:before, .ic-doc:before {
	color: #38609b;
	content: "\64";
	display: inline-block; 
	font-family: "yubin";
	font-size: 140%;
	margin-right: .5em;
	position: relative;
	top: .1em;
}

.mk-pdf:before, .ic-pdf:before {
	color: #b92121;
	content: "\50";
	display: inline-block; 
	font-family: "yubin";
	font-size: 140%;
	margin-right: .5em;
	position: relative;
	top: .1em;
}

.mk-xls:before, .ic-xls:before {
	color: #299b20;
	content: "\58";
	display: inline-block; 
	font-family: "yubin";
	font-size: 140%;
	margin-right: .5em;
	position: relative;
	top: .1em;
}

/* アイコン付きリンク */
.icoLink.icored a:before {
	color: #c00;
}

.icoLink a {
	text-decoration: none;
}

.icoLink a:before {
	color: #c00;
	display: inline-block;
}

/*----------------------------------------------------------
	list
--------------------------------------------------------- */
ul, ol {
	/* sp */
}
ul.sizeL, ol.sizeL {
	font-size: 120%;
}
ul.sizeS, ol.sizeS {
	font-size: 90%;
}
ul.red, ol.red {
	color: #c00;
}
ul.gray, ol.gray {
	color: #646464;
}
ul.li_sp1 li, ol.li_sp1 li {
	margin-bottom: 1em !important;
}
ul.li_sp1-5 li, ol.li_sp1-5 li {
	margin-bottom: 1.5em !important;
}
ul.li_sp2 li, ol.li_sp2 li {
	margin-bottom: 2em !important;
}
ul.li_sp2-5 li, ol.li_sp2-5 li {
	margin-bottom: 2.5em !important;
}
@media screen and (max-width: 750px) {
	ul.li_sp1 li, ol.li_sp1 li {
		margin-bottom: .5em !important;
	}
	ul.li_sp1-5 li, ol.li_sp1-5 li {
		margin-bottom: 1em !important;
	}
	ul.li_sp2 li, ol.li_sp2 li {
		margin-bottom: 1.5em !important;
	}
	ul.li_sp2-5 li, ol.li_sp2-5 li {
		margin-bottom: 2em !important;
	}
	ul.li_borderSP li, ol.li_borderSP li {
		border-bottom: 1px solid #c8c8c8;
		padding-bottom: .5em;
	}
}

ul.nomark li {
	margin-bottom: .5em;
}

ul.basic-m li {
	margin-bottom: .5em; 
	padding-left: 1em;
	text-indent: -.6em;
}
ul.basic-m li:before {
	content: "\30";
	display: inline-block;
	font-family: "yubin";
	margin-right: .5em;
}

ul.basic-l {
	font-size: 120%;
}
ul.basic-l li {
	margin-bottom: .5em; 
	padding-left: 1em;
	text-indent: -.6em;
}
ul.basic-l li:before {
	content: "\30";
	display: inline-block;
	font-family: "yubin";
	margin-right: .5em;
}

ul.basic-s {
	font-size: 90%;
}
ul.basic-s li {
	margin-bottom: .5em; 
	padding-left: 1em;
	text-indent: -.6em;
}
ul.basic-s li:before {
	content: "\30";
	display: inline-block;
	font-family: "yubin";
	margin-right: .5em;
}

ul.notes-l, ul.notes-m, ul.notes-s {
	padding-left: 1em;
}

ul.notes-m li {
	margin-bottom: .5em; 
	padding-left: 1em;
	text-indent: -.6em;
}
ul.notes-m li:before {
	content: "※";
	display: inline-block;
	font-size: 100%; 
	margin-right: .5em;
}

ul.notes-m.en li:before {
	content: "*";
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
}

ul.notes-l {
	font-size: 120%;
}
ul.notes-l li {
	margin-bottom: .5em; 
	padding-left: 1em;
	text-indent: -.6em;
}
ul.notes-l li:before {
	content: "※";
	display: inline-block;
	font-size: 80%; 
	margin-right: .5em;
}
ul.notes-l.en li:before {
	content: "*";
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
}

ul.notes-s {
	font-size: 90%;
}
ul.notes-s li {
	margin-bottom: .5em; 
	padding-left: 1em;
	text-indent: -.6em;
}
ul.notes-s li:before {
	content: "※";
	display: inline-block;
	font-size: 100%; 
	margin-right: .5em;
}
ul.notes-s.en li:before {
	content: "*";
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
}

ul li ul.notes-s li:before {
	content: "※";
	display: inline-block;
	font-size: 80%; 
	margin-right: .5em;
}

ul.icored li:before {
	color: #c00;
}

ul.icoblack li:before {
	color: #333;
}

ul.arrowR li {
	padding-left: 1em; 
	text-indent: -.5em;
}
ul.arrowR li:before {
	content: "\f105";
	display: inline-block;
	font-family: "yubin";
	margin-right: .5em;
}

ul.arrowL li {
	padding-left: 1em; 
	text-indent: -.5em;
}
ul.arrowL li:before {
	content: "\f104";
	display: inline-block;
	font-family: "yubin";
	margin-right: .5em;
}

ul.arrowT li {
	padding-left: 1em; 
	text-indent: -.5em;
}
ul.arrowT li:before {
	content: "\f106";
	display: inline-block;
	font-family: "yubin";
	margin-right: .5em;
}

ul.arrowB li {
	padding-left: 1em; 
	text-indent: -.5em;
}
ul.arrowB li:before {
	content: "\f107";
	display: inline-block;
	font-family: "yubin";
	margin-right: .5em;
}

ul.arrowR li.ic_popup:before, ul.arrowL li.ic_popup:before, ul.arrowT li.ic_popup:before, ul.arrowB li.ic_popup:before {
	content: "\e924";
	font-size: 86%;
	left: -.35em; 
	margin-right: .2em;
	position: relative;
}

ul.arrowR li, ul.arrowL li, ul.arrowT li, ul.arrowB li {
	margin: 0 0 .4em;
}
ul.arrowR li a.ic_popup:before, ul.arrowL li a.ic_popup:before, ul.arrowT li a.ic_popup:before, ul.arrowB li a.ic_popup:before {
	content: none;
}
ul.arrowR li a[target="_blank"]:after, ul.arrowL li a[target="_blank"]:after, ul.arrowT li a[target="_blank"]:after, ul.arrowB li a[target="_blank"]:after {
	color: #c00; 
	content: "\e924";
	font-family: "yubin";
	font-size: 86%;
	margin-left: .3em;
}

ul.uline li {
	border-bottom: 1px solid #ccc;
	padding: 1.1em 0;
	padding-left: 1.5em; 
	text-indent: -.5em;
}
ul.uline li a {
	color: #333;
}

ul li.noline {
	border: none;
}

ul.arrowLink.red a {
	color: #c00;
}

ul.arrowLink li {
	padding: .2em 0 .2em .5em; 
	text-indent: -.2em;
}
ul.arrowLink li a {
	color: #333;
}
ul.arrowLink li a:before {
	content: "\f105";
	display: inline-block;
	font-family: "yubin";
	margin-right: .2em;
}
ul.arrowLink li ul li a:before {
	content: none;
}

ul.inline li {
	display: inline-block;
}

ul.inlineArrowLink.separator li {
	border-right: 1px solid #ccc;
	margin: 0 0em .5em 0; 
	padding: .1em 1.1em .1em 1.7em;
}
ul.inlineArrowLink.separator li:last-child {
	border-right: 0;
}

ul.inlineArrowLink li {
	display: inline-block;
	margin: 0 1em .5em 0;
	padding-left: 1em; 
	text-indent: -.5em;
}
ul.inlineArrowLink li a:before {
	color: #c00; 
	content: "\f105";
	display: inline-block;
	font-family: "yubin";
	margin-right: .5em;
}

ul.inlineArrowLink.clm2 li {
	width: 49%;
}

ul.inlineArrowLink.clm2 li:nth-child(2n) {
	margin-right: 0;
}

ul.inlineArrowLink.clm3 li {
	width: 33%;
}

ul.inlineArrowLink.clm3 li:nth-child(3n) {
	margin-right: 0;
}

ul.inlineArrowLink.clm4 li {
	width: 24.5%;
}

ul.inlineArrowLink.clm4 li:nth-child(4n) {
	margin-right: 0;
}

ul.inlineArrowLink.clm5 li {
	width: 19.5%;
}

ul.inlineArrowLink.clm5 li:nth-child(5n) {
	margin-right: 0;
}

ul.inlineArrowLink.clm6 li {
	width: 15%;
}

ul.inlineArrowLink.clm6 li:nth-child(6n) {
	margin-right: 0;
}

@media screen and (max-width: 750px) {
	ul.inlineArrowLink.inline_clm2sp li {
		margin: 0 1.5% .5em 0; 
		width: 48%;
	}
	ul.inlineArrowLink.inline_clm2sp li:nth-child(2n) {
		margin-right: 0;
	}
	ul.fullLsp {
		text-align: left;
	}
	ul.fullLsp li {
		width: 100%;
	}
	ul.fullCsp {
		text-align: center;
	}
	ul.fullCsp li {
		width: 100%;
	}
	ul.fullRsp {
		text-align: right;
	}
	ul.fullRsp li {
		width: 100%;
	}
}

/* sp */
ol.icored li:before {
	color: #c00;
}

ol.icoblack li:before {
	color: #333;
}

ol.basic-l, ol.basic-m, ol.basic-s {
	padding-left: 2em;
}

ol.paren-l, ol.paren-m, ol.paren-s {
	padding-left: 1.5em;
}

ol.paren {
	counter-reset: item;
}
ol.paren li {
	list-style-type: none; 
	padding-left: 1.7em;
	text-indent: -1.7em;
}
ol.paren li:before {
	content: "(" counters(item, "-") ")";
	counter-increment: item;
	margin-right: .5em;
}

ol.notice-m {
	counter-reset: item;
}
ol.notice-m li {
	list-style-type: none; 
	padding-left: 4.2em;
	text-indent: -4.2em;
}
ol.notice-m li:before {
	content: "（注" counters(item, "-") "）";
	counter-increment: item;
	margin-right: .5em;
}

ol.notice-m2 {
	counter-reset: item;
}
ol.notice-m2 li {
	list-style-type: none; 
	padding-left: 2em;
	text-indent: -2.2em;
}
ol.notice-m2 li:before {
	content: "注" counters(item, "-");
	counter-increment: item;
	margin-right: .5em;
}

ol.notice-m3 {
	counter-reset: item;
}
ol.notice-m3 li {
	list-style-type: none; 
	padding-left: 2em;
	text-indent: -2.2em;
}
ol.notice-m3 li:before {
	content: "※" counters(item, "-");
	counter-increment: item;
	margin-right: .5em;
}

ol.notes-m {
	counter-reset: item;
}
ol.notes-m li {
	list-style-type: none; 
	padding-left: 4.2em;
	text-indent: -4.2em;
}
ol.notes-m li:before {
	content: "（※" counters(item, "-") "）";
	counter-increment: item;
	margin-right: .5em;
}

ol.em1 {
	position: relative;
}
ol.em1 li {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding-left: 1.25em;
}
ol.em1 li span {
	left: 0;
	margin: 0; 
	position: absolute;
}

ol.alpha-u li {
	list-style-type: upper-alpha;
}

ul.btnRed.clm2 {
	flex-wrap: wrap;
	justify-content: space-between;
	/* 2clm均等配置 */
}
ul.btnRed.clm2 li {
	margin-bottom: 14px;
	width: 49%;
}

ul.btnRed.vertical {
	/*　文字縦位置中央そろえ */
}
ul.btnRed.vertical li a {
	padding: 40px 10px;
}
ul.btnRed.vertical li span {
	display: inline-block; 
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0%, -50%);
	width: 100%;
}

ul.btnRed.arrowR {
	/* 右向き矢印付き */
}
ul.btnRed.arrowR li:before {
	content: none; 
	margin: 0;
}
ul.btnRed.arrowR li a {
	position: relative;
}
ul.btnRed.arrowR li a:after {
	color: #c00;
	content: "\f105";
	font-family: "yubin";
	font-size: 22px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(-50%, -50%);
}
ul.btnRed.arrowR li a[target="_blank"]:after {
	content: "\e924"; 
	font-family: "yubin";
}

ul.btnRed li {
	display: flex; 
	line-height: 1.2;
}
ul.btnRed li a {
	border: 1px solid #c00;
	border-radius: 5px;
	color: #333;
	display: block;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "ヒラギノ角ゴシック", メイリオ, Meiryo, sans-serif;
	font-size: 1.18rem;
	font-weight: 400; 
	padding: 1em;
	position: relative;
	width: 100%;
}

/* 郵便PC幅 */
@media screen and (min-width: 751px) and (max-width: 1366px) {
	ul.btnRed li a {
		font-size: 1.1rem;
	}
}

/* yubinpc */
/* tablet */
@media screen and (min-width: 751px) and (max-width: 1024px) {
	ul.btnRed li a {
		font-size: 1rem;
	}
}

/* yubinpc */
@media screen and (max-width: 750px) {
	ul.btnRed.vertical {
		/*　文字縦位置中央そろえ */
	}
	ul.btnRed.vertical li a {
		padding: 0;
	}
	ul.btnRed.vertical li span {
		left: auto;
		margin-left: 0;
		padding-left: 0; 
		position: static;
		top: auto;
		transform: none;
		width: 100%;
	}
	ul.btnRed.arrowR li a {
		padding-right: 3%;
	}
	ul.btnRed.arrowR li a:after {
		right: 2%;
	}
}

/* sp */
ul.clm2 {
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
ul.clm2 li {
	flex-basis: 50%; 
	max-width: 50%;
}

ul.clm3 {
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
ul.clm3 li {
	flex-basis: 33%; 
	max-width: 33%;
}

ul.clm4 {
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
ul.clm4 li {
	flex-basis: 25%; 
	max-width: 25%;
}

@media screen and (max-width: 750px) {
	ul.clm2sp {
		display: flex;
		display: -o-flex;
		display: -ms-flex;
		display: -moz-flex;
		display: -webkit-flex;
		flex-wrap: wrap;
	}
	ul.clm2sp li {
		flex-basis: 50%; 
		max-width: 50%;
	}
	ul.clm3sp {
		display: flex;
		display: -o-flex;
		display: -ms-flex;
		display: -moz-flex;
		display: -webkit-flex;
		flex-wrap: wrap;
	}
	ul.clm3sp li {
		flex-basis: 33%; 
		max-width: 33%;
	}
	ul.clm4sp {
		display: flex;
		display: -o-flex;
		display: -ms-flex;
		display: -moz-flex;
		display: -webkit-flex;
		flex-wrap: wrap;
	}
	ul.clm4sp li {
		flex-basis: 25%; 
		max-width: 25%;
	}
}

/* sp */
/* ページ内リンクボックス */
.pagetopLink {
	text-align: right;
}
.pagetopLink a {
	color: #c00;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "ヒラギノ角ゴシック", メイリオ, Meiryo, sans-serif;
	font-size: .9rem; 
	font-weight: 400;
}
.pagetopLink a:before {
	display: inline-block;
}

.inpageLink {
	background: #eee;
	border-radius: 5px;
	margin: auto;
	max-width: 1200px;
	padding: 10px 25px;
	/* sp */
}
@media screen and (max-width: 750px) {
	.inpageLink {
		padding: 0 3%; 
		width: 100%;
	}
}
.inpageLink ul {
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.inpageLink ul li {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.05rem;
	font-weight: bold; 
	margin-bottom: .4em;
	margin-right: 2em;
}
.inpageLink ul li a {
	color: #c00;
	display: block;
	padding: 2px 10px;
	text-decoration: none;
	transition: .3s;
}
.inpageLink ul li a:before {
	content: "\f107";
	font-family: "yubin";
	margin-right: .3em;
	position: relative;
	top: 2px;
}
.inpageLink ul li a:hover {
	background: rgba(255, 255, 255, .6);
	border-radius: 3px;
}

.inpageLink2 {
	background: #eee;
	border-radius: 5px;
	margin: auto;
	max-width: 1200px;
	padding: 12px 25px 4px;
	/* sp */
}
@media screen and (max-width: 750px) {
	.inpageLink2 {
		padding: 0 3%; 
		width: 100%;
	}
}
.inpageLink2 ul {
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inpageLink2 ul li {
	flex-basis: 32%;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1rem;
	font-weight: bold; 
	margin-bottom: .4em;
	max-width: 32%;
}
.inpageLink2 ul li a {
	color: #c00;
	display: block;
	padding: 2px 10px 2px 1em;
	text-decoration: none;
	text-indent: -1em; 
	transition: .3s;
}
.inpageLink2 ul li a:before {
	content: "\f107";
	font-family: "yubin";
	margin-right: .3em;
	position: relative;
	top: 2px;
}
.inpageLink2 ul li a:hover {
	background: rgba(255, 255, 255, .6);
	border-radius: 3px;
}
.inpageLink2 ul:after {
	content: "";
	display: block;
	flex-basis: 32%;
	height: 0; 
	max-width: 32%;
}

.inpageLink_simple {
	/* sp */
	margin: 0 auto; 
	margin: auto;
	max-width: 1200px;
}
@media screen and (max-width: 750px) {
	.inpageLink_simple {
		padding: 0 3%; 
		width: 100%;
	}
}
.inpageLink_simple ul {
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: center;
}
.inpageLink_simple ul li {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: .9rem;
	font-weight: bold;
	/*border-right:1px solid $gray3; */
	margin-bottom: .4em;
}
.inpageLink_simple ul li a {
	color: #c00;
	display: block;
	padding: 5px 13px;
	text-decoration: none;
	text-indent: -1em; 
	transition: .3s;
}
.inpageLink_simple ul li a:before {
	content: "\f107";
	font-family: "yubin";
	margin-right: .3em;
	position: relative;
	top: 2px;
}
.inpageLink_simple ul li a:hover {
	background: rgba(100, 100, 100, .1);
	border-radius: 3px;
}
.inpageLink_simple ul li:last-child {
	border-right: 0;
}

/* tablet */
@media screen and (min-width: 751px) and (max-width: 1024px) {
	.inpageLink ul li {
		flex-basis: 25%;
		font-size: .95rem; 
		margin-right: 0;
		max-width: 25%;
	}
	.inpageLink ul li a {
		padding: 10px 1em 10px 0;
	}
	.inpageLink_simple ul li {
		flex-basis: 25%;
		font-size: .95rem; 
		margin-right: 0;
		max-width: 25%;
	}
	.inpageLink_simple ul li a {
		padding: 10px 1em 10px 0;
	}
}

/* yubinpc */
@media screen and (max-width: 750px) {
	.inpageLink {
		margin: auto; 
		padding: 15px 2%;
		width: 96%;
	}
	.inpageLink ul.flex-alignC {
		justify-content: flex-start;
	}
	.inpageLink ul li {
		flex-basis: 49%;
		font-size: .9rem;
		margin-right: 0;
		max-width: 49%;
		padding-left: 1em;
		text-indent: -1em;
	}
	.inpageLink ul li a {
		padding: 8px 2px;
	}
	.inpageLink2 {
		margin: auto; 
		padding: 15px 2%;
		width: 96%;
	}
	.inpageLink2 ul {
		align-content: flex-start;
		justify-content: flex-start;
	}
	.inpageLink2 ul li {
		flex-basis: 49%;
		font-size: .8rem;
		margin-bottom: 8px; 
		margin-right: 0;
		max-width: 49%;
		padding-left: 1em;
		text-indent: -1em;
	}
	.inpageLink2 ul li a {
		padding: 5px 8px;
	}
	.inpageLink2 ul li:nth-child(even) {
		border-right: none;
	}
	.inpageLink_simple {
		margin: auto; 
		padding: 15px 0;
	}
	.inpageLink_simple ul {
		align-content: flex-start;
		justify-content: flex-start;
	}
	.inpageLink_simple ul li {
		flex-basis: 49%;
		font-size: .8rem;
		margin-bottom: 10px; 
		margin-right: 0;
		max-width: 49%;
		padding-left: 1em;
		text-indent: -1em;
	}
	.inpageLink_simple ul li a {
		padding: 5px 8px;
	}
	.inpageLink_simple ul li:nth-child(even) {
		border-right: none;
	}
}

/* sp */
/* ページ内リンク　ボタン */
.inpageLinkbtn {
	margin: auto;
	max-width: 1200px;
	/* sp */
}
@media screen and (max-width: 750px) {
	.inpageLinkbtn {
		padding: 0 3%; 
		width: 100%;
	}
}
.inpageLinkbtn ul {
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.inpageLinkbtn ul li {
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex: 1; 
	justify-content: space-between;
}
.inpageLinkbtn ul li a {
	background: #c00;
	border-radius: 5px;
	color: #fff;
	display: block;
	flex-basis: 98%;
	max-width: 98%; 
	padding: 1.231em;
	padding-left: 2.2em;
	position: relative;
	text-align: center;
	text-decoration: none;
}
.inpageLinkbtn ul li a:before {
	content: "\f107";
	font-family: "yubin";
	font-size: 130%;
	left: 1em;
	margin-right: .3em;
	position: absolute;
	top: 1em;
}

@media screen and (max-width: 750px) {
	.inpageLinkbtn {
		padding: 0;
	}
	.inpageLinkbtn ul {
		display: block;
	}
	.inpageLinkbtn ul li {
		width: 100%;
	}
	.inpageLinkbtn ul li:nth-child(n + 2) {
		margin-top: 10px;
	}
}

/* sp */
.subnavRed {
	margin: auto;
	max-width: 1200px;
	/* sp */
}
@media screen and (max-width: 750px) {
	.subnavRed {
		padding: 0 3%; 
		width: 100%;
	}
}
.subnavRed ul {
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.subnavRed ul li {
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex: 1; 
	justify-content: space-between;
}
.subnavRed ul li a {
	background: #c00;
	border-radius: 5px;
	color: #fff;
	display: block;
	flex-basis: 98%;
	max-width: 98%; 
	padding: 1.231em;
	padding-left: 2.2em;
	position: relative;
	text-align: center;
	text-decoration: none;
}
.subnavRed ul li a:before {
	content: "\f101";
	font-family: "yubin";
	font-size: 130%;
	left: 1em;
	margin-right: .3em;
	position: absolute;
	top: 1em;
}

@media screen and (max-width: 750px) {
	.subnavRed {
		padding: 0;
	}
	.subnavRed ul {
		display: block;
	}
	.subnavRed ul li {
		width: 100%;
	}
	.subnavRed ul li:nth-child(n + 2) {
		margin-top: 10px;
	}
}

/* sp */
/*----------------------------------------------------------
	img
--------------------------------------------------------- */
img.border {
	border: 1px solid #ccc;
}

/*----------------------------------------------------------
	table
--------------------------------------------------------- */
table.layout table.data {
	border: 1px solid #c8c8c8;
	border-collapse: collapse;
	margin: 10px auto;
	word-break: break-all;
}
table.layout table.data th, table.layout table.data td.h1 {
	background: #eee;
	border-bottom: solid 1px #c8c8c8;
	border-left: solid 1px #c8c8c8;
	border-right: solid 1px #c8c8c8;
	border-top: none;
	color: #333;
	font-size: 1em;
	font-weight: bold; 
	padding: 12px;
}
table.layout table.data th.h2, table.layout table.data td.h2 {
	background: #fafafa;
	font-size: 1em;
}
table.layout table.data td {
	border-bottom: solid 1px #c8c8c8;
	border-left: none; 
	border-right: solid 1px #c8c8c8;
	border-top: none;
	padding: 12px;
	word-break: break-all;
}
table.layout table.data caption {
	background: #eee; 
	font-size: 1.1em;
	font-weight: bold;
	padding: .7em 1em .6em;
	text-align: center;
}
table.layout table.data.full {
	width: 100%;
}

table.data {
	border: 1px solid #c8c8c8;
	border-collapse: collapse;
	margin: 10px auto;
	word-break: break-all;
}
table.data th, table.data td.h1 {
	background: #eee;
	border-bottom: solid 1px #c8c8c8;
	border-left: solid 1px #c8c8c8;
	border-right: solid 1px #c8c8c8;
	border-top: none;
	color: #333;
	font-size: 1em;
	font-weight: bold; 
	padding: 12px;
}
table.data th.h2, table.data td.h2 {
	background: #fafafa;
	font-size: 1em;
}
table.data td {
	border-bottom: solid 1px #c8c8c8;
	border-left: none; 
	border-right: solid 1px #c8c8c8;
	border-top: none;
	padding: 12px;
	word-break: break-all;
}
table.data caption {
	background: #eee; 
	font-size: 1.1em;
	font-weight: bold;
	padding: .7em 1em .6em;
	text-align: center;
}
table.data.full {
	width: 100%;
}

@media screen and (max-width: 750px) {
	table.respTable th {
		background: #eee;
		display: block;
		padding: 6px 0; 
		width: 100%;
	}
	table.respTable th.bgnone {
		background: none;
	}
	table.respTable td {
		display: block;
		padding: 6px 4px; 
		width: 100%;
	}
	table.layout.respTable {
		border: none;
	}
	table.respTable table.layout td {
		padding: 0 0 !important;
	}
	table.respTable table.layout td {
		border: none;
	}
}

/* sp */
table.respTable.data td {
	border-right: none;
}

table.layout {
	border: none;
}
table.layout th {
	border: none;
	font-weight: normal; 
	padding: 5px;
}
table.layout td {
	border: none; 
	padding: 5px;
}

@media screen and (max-width: 750px) {
	table.data {
		border-bottom: 0; 
		font-size: 86%;
		width: 100% !important;
	}
	table.data td {
		padding: 8px;
		/*word-break: keep-all;*/
	}
	body.jp table.data td {
		word-break: break-all;
	}
	table.layout {
		font-size: 86%;
	}
}

/* sp */
@media screen and (max-width: 750px) {
	table.sprotate {
		border-bottom: 0; 
		border-left: solid 1px #c8c8c8;
		border-right: 0;
		border-top: solid 1px #c8c8c8;
		width: 100%;
	}
	table.sprotate tr {
		display: block;
		float: left;
	}
	table.sprotate tr td, table.sprotate table tr th {
		display: block;
		height: 40px;
	}
	table.sprotate thead {
		display: block;
		float: left;
	}
	table.sprotate thead th {
		border-left: 0; 
		display: block;
		width: 100%;
	}
	table.sprotate thead tr {
		width: 100%;
	}
	table.sprotate tbody {
		display: block;
		float: left;
	}
	table.sprotate tbody th {
		border-left: 0; 
		display: block;
		width: 100%;
	}
	table.sprotate tbody tr {
		width: 100%;
	}
}

/* sp */
@media screen and (max-width: 750px) {
	div.scrl {
		margin-bottom: 15px;
		margin-top: 15px;
		overflow: auto;
		-webkit-overflow-scrolling: touch; 
		position: relative;
		width: 94vw;
	}
	div.scrl table {
		margin: 0;
	}
	div.scrl table td, div.scrl table th {
		white-space: nowrap;
	}
	div.scrl table.data td {
		word-break: keep-all;
	}
	div.scrl:before {
		color: #666;
		content: "Scrollable";
		display: block;
		font-size: 1em;
		padding: 8px 0 8px 30px;
	}
	body:lang(ja) div.scrl:before {
		content: "スクロールできます";
	}
	div.scrl:after {
		color: #666;
		content: "\72";
		font-family: "yubin";
		font-size: 2em;
		left: 0;
		line-height: 100% !important; 
		position: absolute;
		top: 0;
	}
	div.scrl::-webkit-scrollbar {
		height: 5px;
	}
	div.scrl::-webkit-scrollbar-track {
		background: #f1f1f1;
		border-radius: 5px;
	}
	div.scrl::-webkit-scrollbar-thumb {
		background: #bcbcbc;
		border-radius: 5px;
	}
	div.scrl::-webkit-scrollbar-thumb {
		background: #bcbcbc;
		border-radius: 5px;
	}
	/*div.scrl table{min-width:600px !important;}

div.scrl.notification table{min-width:1200px !important;}

div.scrlL{position:relative;height:400px;overflow-y: auto;-webkit-overflow-scrolling: touch;}
table.scrlLhead{
	border-bottom:1px solid #CCC !important;
}
*/
}

/* sp */
/*----------------------------------------------------------
	box
--------------------------------------------------------- */
.boxGray {
	background: #eee;
	padding: 15px 20px;
}

.boxGray2 {
	background: #f7f7f7;
	padding: 15px 20px;
}

.boxBorder {
	border: #a0a0a0 1px solid;
	padding: 15px 20px;
}

.boxWhite {
	background: #fff;
	padding: 15px 20px;
}

.boxBorderR {
	border: #c00 1px solid;
	padding: 15px 20px;
}

.boxBorderR2 {
	border: #faecea 1px solid;
	padding: 15px 20px;
}

.boxGradR {
	background: #cf2424;
	color: #fff;
	/*background: rgb(204,0,0);
background: -moz-linear-gradient(top,  rgba(204,0,0,1) 0%, rgba(204,81,81,1) 100%);
background: -webkit-linear-gradient(top,  rgba(204,0,0,1) 0%,rgba(204,81,81,1) 100%);
background: linear-gradient(to bottom,  rgba(204,0,0,1) 0%,rgba(204,81,81,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#cc5151',GradientType=0 );
*/
}

/*----------------------------------------------------------
	hr
--------------------------------------------------------- */
hr.simple {
	border: 0;
	border-top: 1px solid #c8c8c8; 
	height: 0;
	margin: 0;
	padding: 0;
}

/*  layoutbox
----------------------------------------------- */
.boxstyle.simple {
	background: #fff;
	border: 1px solid #ccc;
}

.clm2, .clm3, .clm4 {
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	/* 複数行の場合 */
}
.clm2.multi, .clm3.multi, .clm4.multi {
	align-content: space-between; 
	flex-wrap: wrap;
}
.clm2 span.caption, .clm3 span.caption, .clm4 span.caption {
	display: block;
	margin: .5em 0;
	padding-left: 1.2em;
	text-indent: -1.2em;
}
.clm2 span.caption:before, .clm3 span.caption:before, .clm4 span.caption:before {
	content: "\77";
	font-family: "yubin";
	margin-right: .2em;
}
.clm2 .sp1, .clm3 .sp1, .clm4 .sp1 {
	padding: 1vw;
}
.clm2 .sp2, .clm3 .sp2, .clm4 .sp2 {
	padding: 2vw;
}

.clm2 .clm {
	justify-content: space-between; 
	width: 50%;
}

.clm3 .clm {
	justify-content: space-between; 
	width: 33%;
}

.clm4 .clm {
	justify-content: space-between; 
	width: 25%;
}

.flex {
	display: flex; 
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-between {
	justify-content: space-between;
}

.flex-around {
	justify-content: space-around;
}

.flex-valignT {
	align-items: flex-start;
}

.flex-valignB {
	align-items: flex-end;
}

.flex-valignC {
	align-items: center;
}

.flex-alignL {
	justify-content: flex-start;
}

.flex-alignR {
	justify-content: flex-end;
}

.flex-alignC {
	justify-content: center;
}

.flex1 {
	flex: 1;
}

* .flexbasis01, .flex-between .flexbasis01 {
	flex-basis: 01%;
	max-width: 1%;
}

* .flexbasis02, .flex-between .flexbasis02 {
	flex-basis: 02%;
	max-width: 2%;
}

* .flexbasis03, .flex-between .flexbasis03 {
	flex-basis: 03%;
	max-width: 3%;
}

* .flexbasis04, .flex-between .flexbasis04 {
	flex-basis: 04%;
	max-width: 4%;
}

* .flexbasis05, .flex-between .flexbasis05 {
	flex-basis: 05%;
	max-width: 5%;
}

* .flexbasis06, .flex-between .flexbasis06 {
	flex-basis: 06%;
	max-width: 6%;
}

* .flexbasis07, .flex-between .flexbasis07 {
	flex-basis: 07%;
	max-width: 7%;
}

* .flexbasis08, .flex-between .flexbasis08 {
	flex-basis: 08%;
	max-width: 8%;
}

* .flexbasis09, .flex-between .flexbasis09 {
	flex-basis: 09%;
	max-width: 9%;
}

* .flexbasis10, .flex-between .flexbasis10 {
	flex-basis: 10%;
	max-width: 10%;
}

* .flexbasis11, .flex-between .flexbasis11 {
	flex-basis: 11%;
	max-width: 11%;
}

* .flexbasis12, .flex-between .flexbasis12 {
	flex-basis: 12%;
	max-width: 12%;
}

* .flexbasis13, .flex-between .flexbasis13 {
	flex-basis: 13%;
	max-width: 13%;
}

* .flexbasis14, .flex-between .flexbasis14 {
	flex-basis: 14%;
	max-width: 14%;
}

* .flexbasis15, .flex-between .flexbasis15 {
	flex-basis: 15%;
	max-width: 15%;
}

* .flexbasis16, .flex-between .flexbasis16 {
	flex-basis: 16%;
	max-width: 16%;
}

* .flexbasis17, .flex-between .flexbasis17 {
	flex-basis: 17%;
	max-width: 17%;
}

* .flexbasis18, .flex-between .flexbasis18 {
	flex-basis: 18%;
	max-width: 18%;
}

* .flexbasis19, .flex-between .flexbasis19 {
	flex-basis: 19%;
	max-width: 19%;
}

* .flexbasis20, .flex-between .flexbasis20 {
	flex-basis: 20%;
	max-width: 20%;
}

* .flexbasis21, .flex-between .flexbasis21 {
	flex-basis: 21%;
	max-width: 21%;
}

* .flexbasis22, .flex-between .flexbasis22 {
	flex-basis: 22%;
	max-width: 22%;
}

* .flexbasis23, .flex-between .flexbasis23 {
	flex-basis: 23%;
	max-width: 23%;
}

* .flexbasis24, .flex-between .flexbasis24 {
	flex-basis: 24%;
	max-width: 24%;
}

* .flexbasis25, .flex-between .flexbasis25 {
	flex-basis: 25%;
	max-width: 25%;
}

* .flexbasis26, .flex-between .flexbasis26 {
	flex-basis: 26%;
	max-width: 26%;
}

* .flexbasis27, .flex-between .flexbasis27 {
	flex-basis: 27%;
	max-width: 27%;
}

* .flexbasis28, .flex-between .flexbasis28 {
	flex-basis: 28%;
	max-width: 28%;
}

* .flexbasis29, .flex-between .flexbasis29 {
	flex-basis: 29%;
	max-width: 29%;
}

* .flexbasis30, .flex-between .flexbasis30 {
	flex-basis: 30%;
	max-width: 30%;
}

* .flexbasis31, .flex-between .flexbasis31 {
	flex-basis: 31%;
	max-width: 31%;
}

* .flexbasis32, .flex-between .flexbasis32 {
	flex-basis: 32%;
	max-width: 32%;
}

* .flexbasis33, .flex-between .flexbasis33 {
	flex-basis: 33%;
	max-width: 33%;
}

* .flexbasis34, .flex-between .flexbasis34 {
	flex-basis: 34%;
	max-width: 34%;
}

* .flexbasis35, .flex-between .flexbasis35 {
	flex-basis: 35%;
	max-width: 35%;
}

* .flexbasis36, .flex-between .flexbasis36 {
	flex-basis: 36%;
	max-width: 36%;
}

* .flexbasis37, .flex-between .flexbasis37 {
	flex-basis: 37%;
	max-width: 37%;
}

* .flexbasis38, .flex-between .flexbasis38 {
	flex-basis: 38%;
	max-width: 38%;
}

* .flexbasis39, .flex-between .flexbasis39 {
	flex-basis: 39%;
	max-width: 39%;
}

* .flexbasis40, .flex-between .flexbasis40 {
	flex-basis: 40%;
	max-width: 40%;
}

* .flexbasis41, .flex-between .flexbasis41 {
	flex-basis: 41%;
	max-width: 41%;
}

* .flexbasis42, .flex-between .flexbasis42 {
	flex-basis: 42%;
	max-width: 42%;
}

* .flexbasis43, .flex-between .flexbasis43 {
	flex-basis: 43%;
	max-width: 43%;
}

* .flexbasis44, .flex-between .flexbasis44 {
	flex-basis: 44%;
	max-width: 44%;
}

* .flexbasis45, .flex-between .flexbasis45 {
	flex-basis: 45%;
	max-width: 45%;
}

* .flexbasis46, .flex-between .flexbasis46 {
	flex-basis: 46%;
	max-width: 46%;
}

* .flexbasis47, .flex-between .flexbasis47 {
	flex-basis: 47%;
	max-width: 47%;
}

* .flexbasis48, .flex-between .flexbasis48 {
	flex-basis: 48%;
	max-width: 48%;
}

* .flexbasis49, .flex-between .flexbasis49 {
	flex-basis: 49%;
	max-width: 49%;
}

* .flexbasis50, .flex-between .flexbasis50 {
	flex-basis: 50%;
	max-width: 50%;
}

* .flexbasis51, .flex-between .flexbasis51 {
	flex-basis: 51%;
	max-width: 51%;
}

* .flexbasis52, .flex-between .flexbasis52 {
	flex-basis: 52%;
	max-width: 52%;
}

* .flexbasis53, .flex-between .flexbasis53 {
	flex-basis: 53%;
	max-width: 53%;
}

* .flexbasis54, .flex-between .flexbasis54 {
	flex-basis: 54%;
	max-width: 54%;
}

* .flexbasis55, .flex-between .flexbasis55 {
	flex-basis: 55%;
	max-width: 55%;
}

* .flexbasis56, .flex-between .flexbasis56 {
	flex-basis: 56%;
	max-width: 56%;
}

* .flexbasis57, .flex-between .flexbasis57 {
	flex-basis: 57%;
	max-width: 57%;
}

* .flexbasis58, .flex-between .flexbasis58 {
	flex-basis: 58%;
	max-width: 58%;
}

* .flexbasis59, .flex-between .flexbasis59 {
	flex-basis: 59%;
	max-width: 59%;
}

* .flexbasis60, .flex-between .flexbasis60 {
	flex-basis: 60%;
	max-width: 60%;
}

* .flexbasis61, .flex-between .flexbasis61 {
	flex-basis: 61%;
	max-width: 61%;
}

* .flexbasis62, .flex-between .flexbasis62 {
	flex-basis: 62%;
	max-width: 62%;
}

* .flexbasis63, .flex-between .flexbasis63 {
	flex-basis: 63%;
	max-width: 63%;
}

* .flexbasis64, .flex-between .flexbasis64 {
	flex-basis: 64%;
	max-width: 64%;
}

* .flexbasis65, .flex-between .flexbasis65 {
	flex-basis: 65%;
	max-width: 65%;
}

* .flexbasis66, .flex-between .flexbasis66 {
	flex-basis: 66%;
	max-width: 66%;
}

* .flexbasis67, .flex-between .flexbasis67 {
	flex-basis: 67%;
	max-width: 67%;
}

* .flexbasis68, .flex-between .flexbasis68 {
	flex-basis: 68%;
	max-width: 68%;
}

* .flexbasis69, .flex-between .flexbasis69 {
	flex-basis: 69%;
	max-width: 69%;
}

* .flexbasis70, .flex-between .flexbasis70 {
	flex-basis: 70%;
	max-width: 70%;
}

* .flexbasis71, .flex-between .flexbasis71 {
	flex-basis: 71%;
	max-width: 71%;
}

* .flexbasis72, .flex-between .flexbasis72 {
	flex-basis: 72%;
	max-width: 72%;
}

* .flexbasis73, .flex-between .flexbasis73 {
	flex-basis: 73%;
	max-width: 73%;
}

* .flexbasis74, .flex-between .flexbasis74 {
	flex-basis: 74%;
	max-width: 74%;
}

* .flexbasis75, .flex-between .flexbasis75 {
	flex-basis: 75%;
	max-width: 75%;
}

* .flexbasis76, .flex-between .flexbasis76 {
	flex-basis: 76%;
	max-width: 76%;
}

* .flexbasis77, .flex-between .flexbasis77 {
	flex-basis: 77%;
	max-width: 77%;
}

* .flexbasis78, .flex-between .flexbasis78 {
	flex-basis: 78%;
	max-width: 78%;
}

* .flexbasis79, .flex-between .flexbasis79 {
	flex-basis: 79%;
	max-width: 79%;
}

* .flexbasis80, .flex-between .flexbasis80 {
	flex-basis: 80%;
	max-width: 80%;
}

* .flexbasis81, .flex-between .flexbasis81 {
	flex-basis: 81%;
	max-width: 81%;
}

* .flexbasis82, .flex-between .flexbasis82 {
	flex-basis: 82%;
	max-width: 82%;
}

* .flexbasis83, .flex-between .flexbasis83 {
	flex-basis: 83%;
	max-width: 83%;
}

* .flexbasis84, .flex-between .flexbasis84 {
	flex-basis: 84%;
	max-width: 84%;
}

* .flexbasis85, .flex-between .flexbasis85 {
	flex-basis: 85%;
	max-width: 85%;
}

* .flexbasis86, .flex-between .flexbasis86 {
	flex-basis: 86%;
	max-width: 86%;
}

* .flexbasis87, .flex-between .flexbasis87 {
	flex-basis: 87%;
	max-width: 87%;
}

* .flexbasis88, .flex-between .flexbasis88 {
	flex-basis: 88%;
	max-width: 88%;
}

* .flexbasis89, .flex-between .flexbasis89 {
	flex-basis: 89%;
	max-width: 89%;
}

* .flexbasis90, .flex-between .flexbasis90 {
	flex-basis: 90%;
	max-width: 90%;
}

* .flexbasis91, .flex-between .flexbasis91 {
	flex-basis: 91%;
	max-width: 91%;
}

* .flexbasis92, .flex-between .flexbasis92 {
	flex-basis: 92%;
	max-width: 92%;
}

* .flexbasis93, .flex-between .flexbasis93 {
	flex-basis: 93%;
	max-width: 93%;
}

* .flexbasis94, .flex-between .flexbasis94 {
	flex-basis: 94%;
	max-width: 94%;
}

* .flexbasis95, .flex-between .flexbasis95 {
	flex-basis: 95%;
	max-width: 95%;
}

* .flexbasis96, .flex-between .flexbasis96 {
	flex-basis: 96%;
	max-width: 96%;
}

* .flexbasis97, .flex-between .flexbasis97 {
	flex-basis: 97%;
	max-width: 97%;
}

* .flexbasis98, .flex-between .flexbasis98 {
	flex-basis: 98%;
	max-width: 98%;
}

* .flexbasis99, .flex-between .flexbasis99 {
	flex-basis: 99%;
	max-width: 99%;
}

* .flexbasis100, .flex-between .flexbasis100 {
	flex-basis: 100%;
	max-width: 100%;
}

/* tablet */
@media screen and (min-width: 751px) and (max-width: 1024px) {
	* .tbflexbasis01, .flex-between .tbflexbasis01 {
		flex-basis: 01%;
		max-width: 1%;
	}
	* .tbflexbasis02, .flex-between .tbflexbasis02 {
		flex-basis: 02%;
		max-width: 2%;
	}
	* .tbflexbasis03, .flex-between .tbflexbasis03 {
		flex-basis: 03%;
		max-width: 3%;
	}
	* .tbflexbasis04, .flex-between .tbflexbasis04 {
		flex-basis: 04%;
		max-width: 4%;
	}
	* .tbflexbasis05, .flex-between .tbflexbasis05 {
		flex-basis: 05%;
		max-width: 5%;
	}
	* .tbflexbasis06, .flex-between .tbflexbasis06 {
		flex-basis: 06%;
		max-width: 6%;
	}
	* .tbflexbasis07, .flex-between .tbflexbasis07 {
		flex-basis: 07%;
		max-width: 7%;
	}
	* .tbflexbasis08, .flex-between .tbflexbasis08 {
		flex-basis: 08%;
		max-width: 8%;
	}
	* .tbflexbasis09, .flex-between .tbflexbasis09 {
		flex-basis: 09%;
		max-width: 9%;
	}
	* .tbflexbasis10, .flex-between .tbflexbasis10 {
		flex-basis: 10%;
		max-width: 10%;
	}
	* .tbflexbasis11, .flex-between .tbflexbasis11 {
		flex-basis: 11%;
		max-width: 11%;
	}
	* .tbflexbasis12, .flex-between .tbflexbasis12 {
		flex-basis: 12%;
		max-width: 12%;
	}
	* .tbflexbasis13, .flex-between .tbflexbasis13 {
		flex-basis: 13%;
		max-width: 13%;
	}
	* .tbflexbasis14, .flex-between .tbflexbasis14 {
		flex-basis: 14%;
		max-width: 14%;
	}
	* .tbflexbasis15, .flex-between .tbflexbasis15 {
		flex-basis: 15%;
		max-width: 15%;
	}
	* .tbflexbasis16, .flex-between .tbflexbasis16 {
		flex-basis: 16%;
		max-width: 16%;
	}
	* .tbflexbasis17, .flex-between .tbflexbasis17 {
		flex-basis: 17%;
		max-width: 17%;
	}
	* .tbflexbasis18, .flex-between .tbflexbasis18 {
		flex-basis: 18%;
		max-width: 18%;
	}
	* .tbflexbasis19, .flex-between .tbflexbasis19 {
		flex-basis: 19%;
		max-width: 19%;
	}
	* .tbflexbasis20, .flex-between .tbflexbasis20 {
		flex-basis: 20%;
		max-width: 20%;
	}
	* .tbflexbasis21, .flex-between .tbflexbasis21 {
		flex-basis: 21%;
		max-width: 21%;
	}
	* .tbflexbasis22, .flex-between .tbflexbasis22 {
		flex-basis: 22%;
		max-width: 22%;
	}
	* .tbflexbasis23, .flex-between .tbflexbasis23 {
		flex-basis: 23%;
		max-width: 23%;
	}
	* .tbflexbasis24, .flex-between .tbflexbasis24 {
		flex-basis: 24%;
		max-width: 24%;
	}
	* .tbflexbasis25, .flex-between .tbflexbasis25 {
		flex-basis: 25%;
		max-width: 25%;
	}
	* .tbflexbasis26, .flex-between .tbflexbasis26 {
		flex-basis: 26%;
		max-width: 26%;
	}
	* .tbflexbasis27, .flex-between .tbflexbasis27 {
		flex-basis: 27%;
		max-width: 27%;
	}
	* .tbflexbasis28, .flex-between .tbflexbasis28 {
		flex-basis: 28%;
		max-width: 28%;
	}
	* .tbflexbasis29, .flex-between .tbflexbasis29 {
		flex-basis: 29%;
		max-width: 29%;
	}
	* .tbflexbasis30, .flex-between .tbflexbasis30 {
		flex-basis: 30%;
		max-width: 30%;
	}
	* .tbflexbasis31, .flex-between .tbflexbasis31 {
		flex-basis: 31%;
		max-width: 31%;
	}
	* .tbflexbasis32, .flex-between .tbflexbasis32 {
		flex-basis: 32%;
		max-width: 32%;
	}
	* .tbflexbasis33, .flex-between .tbflexbasis33 {
		flex-basis: 33%;
		max-width: 33%;
	}
	* .tbflexbasis34, .flex-between .tbflexbasis34 {
		flex-basis: 34%;
		max-width: 34%;
	}
	* .tbflexbasis35, .flex-between .tbflexbasis35 {
		flex-basis: 35%;
		max-width: 35%;
	}
	* .tbflexbasis36, .flex-between .tbflexbasis36 {
		flex-basis: 36%;
		max-width: 36%;
	}
	* .tbflexbasis37, .flex-between .tbflexbasis37 {
		flex-basis: 37%;
		max-width: 37%;
	}
	* .tbflexbasis38, .flex-between .tbflexbasis38 {
		flex-basis: 38%;
		max-width: 38%;
	}
	* .tbflexbasis39, .flex-between .tbflexbasis39 {
		flex-basis: 39%;
		max-width: 39%;
	}
	* .tbflexbasis40, .flex-between .tbflexbasis40 {
		flex-basis: 40%;
		max-width: 40%;
	}
	* .tbflexbasis41, .flex-between .tbflexbasis41 {
		flex-basis: 41%;
		max-width: 41%;
	}
	* .tbflexbasis42, .flex-between .tbflexbasis42 {
		flex-basis: 42%;
		max-width: 42%;
	}
	* .tbflexbasis43, .flex-between .tbflexbasis43 {
		flex-basis: 43%;
		max-width: 43%;
	}
	* .tbflexbasis44, .flex-between .tbflexbasis44 {
		flex-basis: 44%;
		max-width: 44%;
	}
	* .tbflexbasis45, .flex-between .tbflexbasis45 {
		flex-basis: 45%;
		max-width: 45%;
	}
	* .tbflexbasis46, .flex-between .tbflexbasis46 {
		flex-basis: 46%;
		max-width: 46%;
	}
	* .tbflexbasis47, .flex-between .tbflexbasis47 {
		flex-basis: 47%;
		max-width: 47%;
	}
	* .tbflexbasis48, .flex-between .tbflexbasis48 {
		flex-basis: 48%;
		max-width: 48%;
	}
	* .tbflexbasis49, .flex-between .tbflexbasis49 {
		flex-basis: 49%;
		max-width: 49%;
	}
	* .tbflexbasis50, .flex-between .tbflexbasis50 {
		flex-basis: 50%;
		max-width: 50%;
	}
	* .tbflexbasis51, .flex-between .tbflexbasis51 {
		flex-basis: 51%;
		max-width: 51%;
	}
	* .tbflexbasis52, .flex-between .tbflexbasis52 {
		flex-basis: 52%;
		max-width: 52%;
	}
	* .tbflexbasis53, .flex-between .tbflexbasis53 {
		flex-basis: 53%;
		max-width: 53%;
	}
	* .tbflexbasis54, .flex-between .tbflexbasis54 {
		flex-basis: 54%;
		max-width: 54%;
	}
	* .tbflexbasis55, .flex-between .tbflexbasis55 {
		flex-basis: 55%;
		max-width: 55%;
	}
	* .tbflexbasis56, .flex-between .tbflexbasis56 {
		flex-basis: 56%;
		max-width: 56%;
	}
	* .tbflexbasis57, .flex-between .tbflexbasis57 {
		flex-basis: 57%;
		max-width: 57%;
	}
	* .tbflexbasis58, .flex-between .tbflexbasis58 {
		flex-basis: 58%;
		max-width: 58%;
	}
	* .tbflexbasis59, .flex-between .tbflexbasis59 {
		flex-basis: 59%;
		max-width: 59%;
	}
	* .tbflexbasis60, .flex-between .tbflexbasis60 {
		flex-basis: 60%;
		max-width: 60%;
	}
	* .tbflexbasis61, .flex-between .tbflexbasis61 {
		flex-basis: 61%;
		max-width: 61%;
	}
	* .tbflexbasis62, .flex-between .tbflexbasis62 {
		flex-basis: 62%;
		max-width: 62%;
	}
	* .tbflexbasis63, .flex-between .tbflexbasis63 {
		flex-basis: 63%;
		max-width: 63%;
	}
	* .tbflexbasis64, .flex-between .tbflexbasis64 {
		flex-basis: 64%;
		max-width: 64%;
	}
	* .tbflexbasis65, .flex-between .tbflexbasis65 {
		flex-basis: 65%;
		max-width: 65%;
	}
	* .tbflexbasis66, .flex-between .tbflexbasis66 {
		flex-basis: 66%;
		max-width: 66%;
	}
	* .tbflexbasis67, .flex-between .tbflexbasis67 {
		flex-basis: 67%;
		max-width: 67%;
	}
	* .tbflexbasis68, .flex-between .tbflexbasis68 {
		flex-basis: 68%;
		max-width: 68%;
	}
	* .tbflexbasis69, .flex-between .tbflexbasis69 {
		flex-basis: 69%;
		max-width: 69%;
	}
	* .tbflexbasis70, .flex-between .tbflexbasis70 {
		flex-basis: 70%;
		max-width: 70%;
	}
	* .tbflexbasis71, .flex-between .tbflexbasis71 {
		flex-basis: 71%;
		max-width: 71%;
	}
	* .tbflexbasis72, .flex-between .tbflexbasis72 {
		flex-basis: 72%;
		max-width: 72%;
	}
	* .tbflexbasis73, .flex-between .tbflexbasis73 {
		flex-basis: 73%;
		max-width: 73%;
	}
	* .tbflexbasis74, .flex-between .tbflexbasis74 {
		flex-basis: 74%;
		max-width: 74%;
	}
	* .tbflexbasis75, .flex-between .tbflexbasis75 {
		flex-basis: 75%;
		max-width: 75%;
	}
	* .tbflexbasis76, .flex-between .tbflexbasis76 {
		flex-basis: 76%;
		max-width: 76%;
	}
	* .tbflexbasis77, .flex-between .tbflexbasis77 {
		flex-basis: 77%;
		max-width: 77%;
	}
	* .tbflexbasis78, .flex-between .tbflexbasis78 {
		flex-basis: 78%;
		max-width: 78%;
	}
	* .tbflexbasis79, .flex-between .tbflexbasis79 {
		flex-basis: 79%;
		max-width: 79%;
	}
	* .tbflexbasis80, .flex-between .tbflexbasis80 {
		flex-basis: 80%;
		max-width: 80%;
	}
	* .tbflexbasis81, .flex-between .tbflexbasis81 {
		flex-basis: 81%;
		max-width: 81%;
	}
	* .tbflexbasis82, .flex-between .tbflexbasis82 {
		flex-basis: 82%;
		max-width: 82%;
	}
	* .tbflexbasis83, .flex-between .tbflexbasis83 {
		flex-basis: 83%;
		max-width: 83%;
	}
	* .tbflexbasis84, .flex-between .tbflexbasis84 {
		flex-basis: 84%;
		max-width: 84%;
	}
	* .tbflexbasis85, .flex-between .tbflexbasis85 {
		flex-basis: 85%;
		max-width: 85%;
	}
	* .tbflexbasis86, .flex-between .tbflexbasis86 {
		flex-basis: 86%;
		max-width: 86%;
	}
	* .tbflexbasis87, .flex-between .tbflexbasis87 {
		flex-basis: 87%;
		max-width: 87%;
	}
	* .tbflexbasis88, .flex-between .tbflexbasis88 {
		flex-basis: 88%;
		max-width: 88%;
	}
	* .tbflexbasis89, .flex-between .tbflexbasis89 {
		flex-basis: 89%;
		max-width: 89%;
	}
	* .tbflexbasis90, .flex-between .tbflexbasis90 {
		flex-basis: 90%;
		max-width: 90%;
	}
	* .tbflexbasis91, .flex-between .tbflexbasis91 {
		flex-basis: 91%;
		max-width: 91%;
	}
	* .tbflexbasis92, .flex-between .tbflexbasis92 {
		flex-basis: 92%;
		max-width: 92%;
	}
	* .tbflexbasis93, .flex-between .tbflexbasis93 {
		flex-basis: 93%;
		max-width: 93%;
	}
	* .tbflexbasis94, .flex-between .tbflexbasis94 {
		flex-basis: 94%;
		max-width: 94%;
	}
	* .tbflexbasis95, .flex-between .tbflexbasis95 {
		flex-basis: 95%;
		max-width: 95%;
	}
	* .tbflexbasis96, .flex-between .tbflexbasis96 {
		flex-basis: 96%;
		max-width: 96%;
	}
	* .tbflexbasis97, .flex-between .tbflexbasis97 {
		flex-basis: 97%;
		max-width: 97%;
	}
	* .tbflexbasis98, .flex-between .tbflexbasis98 {
		flex-basis: 98%;
		max-width: 98%;
	}
	* .tbflexbasis99, .flex-between .tbflexbasis99 {
		flex-basis: 99%;
		max-width: 99%;
	}
	* .tbflexbasis100, .flex-between .tbflexbasis100 {
		flex-basis: 100%;
		max-width: 100%;
	}
}

/* yubinpc */
@media screen and (max-width: 750px) {
	* .spflexbasis01, .flex-between .spflexbasis01 {
		flex-basis: 01%;
		max-width: 1%;
	}
	* .spflexbasis02, .flex-between .spflexbasis02 {
		flex-basis: 02%;
		max-width: 2%;
	}
	* .spflexbasis03, .flex-between .spflexbasis03 {
		flex-basis: 03%;
		max-width: 3%;
	}
	* .spflexbasis04, .flex-between .spflexbasis04 {
		flex-basis: 04%;
		max-width: 4%;
	}
	* .spflexbasis05, .flex-between .spflexbasis05 {
		flex-basis: 05%;
		max-width: 5%;
	}
	* .spflexbasis06, .flex-between .spflexbasis06 {
		flex-basis: 06%;
		max-width: 6%;
	}
	* .spflexbasis07, .flex-between .spflexbasis07 {
		flex-basis: 07%;
		max-width: 7%;
	}
	* .spflexbasis08, .flex-between .spflexbasis08 {
		flex-basis: 08%;
		max-width: 8%;
	}
	* .spflexbasis09, .flex-between .spflexbasis09 {
		flex-basis: 09%;
		max-width: 9%;
	}
	* .spflexbasis10, .flex-between .spflexbasis10 {
		flex-basis: 10%;
		max-width: 10%;
	}
	* .spflexbasis11, .flex-between .spflexbasis11 {
		flex-basis: 11%;
		max-width: 11%;
	}
	* .spflexbasis12, .flex-between .spflexbasis12 {
		flex-basis: 12%;
		max-width: 12%;
	}
	* .spflexbasis13, .flex-between .spflexbasis13 {
		flex-basis: 13%;
		max-width: 13%;
	}
	* .spflexbasis14, .flex-between .spflexbasis14 {
		flex-basis: 14%;
		max-width: 14%;
	}
	* .spflexbasis15, .flex-between .spflexbasis15 {
		flex-basis: 15%;
		max-width: 15%;
	}
	* .spflexbasis16, .flex-between .spflexbasis16 {
		flex-basis: 16%;
		max-width: 16%;
	}
	* .spflexbasis17, .flex-between .spflexbasis17 {
		flex-basis: 17%;
		max-width: 17%;
	}
	* .spflexbasis18, .flex-between .spflexbasis18 {
		flex-basis: 18%;
		max-width: 18%;
	}
	* .spflexbasis19, .flex-between .spflexbasis19 {
		flex-basis: 19%;
		max-width: 19%;
	}
	* .spflexbasis20, .flex-between .spflexbasis20 {
		flex-basis: 20%;
		max-width: 20%;
	}
	* .spflexbasis21, .flex-between .spflexbasis21 {
		flex-basis: 21%;
		max-width: 21%;
	}
	* .spflexbasis22, .flex-between .spflexbasis22 {
		flex-basis: 22%;
		max-width: 22%;
	}
	* .spflexbasis23, .flex-between .spflexbasis23 {
		flex-basis: 23%;
		max-width: 23%;
	}
	* .spflexbasis24, .flex-between .spflexbasis24 {
		flex-basis: 24%;
		max-width: 24%;
	}
	* .spflexbasis25, .flex-between .spflexbasis25 {
		flex-basis: 25%;
		max-width: 25%;
	}
	* .spflexbasis26, .flex-between .spflexbasis26 {
		flex-basis: 26%;
		max-width: 26%;
	}
	* .spflexbasis27, .flex-between .spflexbasis27 {
		flex-basis: 27%;
		max-width: 27%;
	}
	* .spflexbasis28, .flex-between .spflexbasis28 {
		flex-basis: 28%;
		max-width: 28%;
	}
	* .spflexbasis29, .flex-between .spflexbasis29 {
		flex-basis: 29%;
		max-width: 29%;
	}
	* .spflexbasis30, .flex-between .spflexbasis30 {
		flex-basis: 30%;
		max-width: 30%;
	}
	* .spflexbasis31, .flex-between .spflexbasis31 {
		flex-basis: 31%;
		max-width: 31%;
	}
	* .spflexbasis32, .flex-between .spflexbasis32 {
		flex-basis: 32%;
		max-width: 32%;
	}
	* .spflexbasis33, .flex-between .spflexbasis33 {
		flex-basis: 33%;
		max-width: 33%;
	}
	* .spflexbasis34, .flex-between .spflexbasis34 {
		flex-basis: 34%;
		max-width: 34%;
	}
	* .spflexbasis35, .flex-between .spflexbasis35 {
		flex-basis: 35%;
		max-width: 35%;
	}
	* .spflexbasis36, .flex-between .spflexbasis36 {
		flex-basis: 36%;
		max-width: 36%;
	}
	* .spflexbasis37, .flex-between .spflexbasis37 {
		flex-basis: 37%;
		max-width: 37%;
	}
	* .spflexbasis38, .flex-between .spflexbasis38 {
		flex-basis: 38%;
		max-width: 38%;
	}
	* .spflexbasis39, .flex-between .spflexbasis39 {
		flex-basis: 39%;
		max-width: 39%;
	}
	* .spflexbasis40, .flex-between .spflexbasis40 {
		flex-basis: 40%;
		max-width: 40%;
	}
	* .spflexbasis41, .flex-between .spflexbasis41 {
		flex-basis: 41%;
		max-width: 41%;
	}
	* .spflexbasis42, .flex-between .spflexbasis42 {
		flex-basis: 42%;
		max-width: 42%;
	}
	* .spflexbasis43, .flex-between .spflexbasis43 {
		flex-basis: 43%;
		max-width: 43%;
	}
	* .spflexbasis44, .flex-between .spflexbasis44 {
		flex-basis: 44%;
		max-width: 44%;
	}
	* .spflexbasis45, .flex-between .spflexbasis45 {
		flex-basis: 45%;
		max-width: 45%;
	}
	* .spflexbasis46, .flex-between .spflexbasis46 {
		flex-basis: 46%;
		max-width: 46%;
	}
	* .spflexbasis47, .flex-between .spflexbasis47 {
		flex-basis: 47%;
		max-width: 47%;
	}
	* .spflexbasis48, .flex-between .spflexbasis48 {
		flex-basis: 48%;
		max-width: 48%;
	}
	* .spflexbasis49, .flex-between .spflexbasis49 {
		flex-basis: 49%;
		max-width: 49%;
	}
	* .spflexbasis50, .flex-between .spflexbasis50 {
		flex-basis: 50%;
		max-width: 50%;
	}
	* .spflexbasis51, .flex-between .spflexbasis51 {
		flex-basis: 51%;
		max-width: 51%;
	}
	* .spflexbasis52, .flex-between .spflexbasis52 {
		flex-basis: 52%;
		max-width: 52%;
	}
	* .spflexbasis53, .flex-between .spflexbasis53 {
		flex-basis: 53%;
		max-width: 53%;
	}
	* .spflexbasis54, .flex-between .spflexbasis54 {
		flex-basis: 54%;
		max-width: 54%;
	}
	* .spflexbasis55, .flex-between .spflexbasis55 {
		flex-basis: 55%;
		max-width: 55%;
	}
	* .spflexbasis56, .flex-between .spflexbasis56 {
		flex-basis: 56%;
		max-width: 56%;
	}
	* .spflexbasis57, .flex-between .spflexbasis57 {
		flex-basis: 57%;
		max-width: 57%;
	}
	* .spflexbasis58, .flex-between .spflexbasis58 {
		flex-basis: 58%;
		max-width: 58%;
	}
	* .spflexbasis59, .flex-between .spflexbasis59 {
		flex-basis: 59%;
		max-width: 59%;
	}
	* .spflexbasis60, .flex-between .spflexbasis60 {
		flex-basis: 60%;
		max-width: 60%;
	}
	* .spflexbasis61, .flex-between .spflexbasis61 {
		flex-basis: 61%;
		max-width: 61%;
	}
	* .spflexbasis62, .flex-between .spflexbasis62 {
		flex-basis: 62%;
		max-width: 62%;
	}
	* .spflexbasis63, .flex-between .spflexbasis63 {
		flex-basis: 63%;
		max-width: 63%;
	}
	* .spflexbasis64, .flex-between .spflexbasis64 {
		flex-basis: 64%;
		max-width: 64%;
	}
	* .spflexbasis65, .flex-between .spflexbasis65 {
		flex-basis: 65%;
		max-width: 65%;
	}
	* .spflexbasis66, .flex-between .spflexbasis66 {
		flex-basis: 66%;
		max-width: 66%;
	}
	* .spflexbasis67, .flex-between .spflexbasis67 {
		flex-basis: 67%;
		max-width: 67%;
	}
	* .spflexbasis68, .flex-between .spflexbasis68 {
		flex-basis: 68%;
		max-width: 68%;
	}
	* .spflexbasis69, .flex-between .spflexbasis69 {
		flex-basis: 69%;
		max-width: 69%;
	}
	* .spflexbasis70, .flex-between .spflexbasis70 {
		flex-basis: 70%;
		max-width: 70%;
	}
	* .spflexbasis71, .flex-between .spflexbasis71 {
		flex-basis: 71%;
		max-width: 71%;
	}
	* .spflexbasis72, .flex-between .spflexbasis72 {
		flex-basis: 72%;
		max-width: 72%;
	}
	* .spflexbasis73, .flex-between .spflexbasis73 {
		flex-basis: 73%;
		max-width: 73%;
	}
	* .spflexbasis74, .flex-between .spflexbasis74 {
		flex-basis: 74%;
		max-width: 74%;
	}
	* .spflexbasis75, .flex-between .spflexbasis75 {
		flex-basis: 75%;
		max-width: 75%;
	}
	* .spflexbasis76, .flex-between .spflexbasis76 {
		flex-basis: 76%;
		max-width: 76%;
	}
	* .spflexbasis77, .flex-between .spflexbasis77 {
		flex-basis: 77%;
		max-width: 77%;
	}
	* .spflexbasis78, .flex-between .spflexbasis78 {
		flex-basis: 78%;
		max-width: 78%;
	}
	* .spflexbasis79, .flex-between .spflexbasis79 {
		flex-basis: 79%;
		max-width: 79%;
	}
	* .spflexbasis80, .flex-between .spflexbasis80 {
		flex-basis: 80%;
		max-width: 80%;
	}
	* .spflexbasis81, .flex-between .spflexbasis81 {
		flex-basis: 81%;
		max-width: 81%;
	}
	* .spflexbasis82, .flex-between .spflexbasis82 {
		flex-basis: 82%;
		max-width: 82%;
	}
	* .spflexbasis83, .flex-between .spflexbasis83 {
		flex-basis: 83%;
		max-width: 83%;
	}
	* .spflexbasis84, .flex-between .spflexbasis84 {
		flex-basis: 84%;
		max-width: 84%;
	}
	* .spflexbasis85, .flex-between .spflexbasis85 {
		flex-basis: 85%;
		max-width: 85%;
	}
	* .spflexbasis86, .flex-between .spflexbasis86 {
		flex-basis: 86%;
		max-width: 86%;
	}
	* .spflexbasis87, .flex-between .spflexbasis87 {
		flex-basis: 87%;
		max-width: 87%;
	}
	* .spflexbasis88, .flex-between .spflexbasis88 {
		flex-basis: 88%;
		max-width: 88%;
	}
	* .spflexbasis89, .flex-between .spflexbasis89 {
		flex-basis: 89%;
		max-width: 89%;
	}
	* .spflexbasis90, .flex-between .spflexbasis90 {
		flex-basis: 90%;
		max-width: 90%;
	}
	* .spflexbasis91, .flex-between .spflexbasis91 {
		flex-basis: 91%;
		max-width: 91%;
	}
	* .spflexbasis92, .flex-between .spflexbasis92 {
		flex-basis: 92%;
		max-width: 92%;
	}
	* .spflexbasis93, .flex-between .spflexbasis93 {
		flex-basis: 93%;
		max-width: 93%;
	}
	* .spflexbasis94, .flex-between .spflexbasis94 {
		flex-basis: 94%;
		max-width: 94%;
	}
	* .spflexbasis95, .flex-between .spflexbasis95 {
		flex-basis: 95%;
		max-width: 95%;
	}
	* .spflexbasis96, .flex-between .spflexbasis96 {
		flex-basis: 96%;
		max-width: 96%;
	}
	* .spflexbasis97, .flex-between .spflexbasis97 {
		flex-basis: 97%;
		max-width: 97%;
	}
	* .spflexbasis98, .flex-between .spflexbasis98 {
		flex-basis: 98%;
		max-width: 98%;
	}
	* .spflexbasis99, .flex-between .spflexbasis99 {
		flex-basis: 99%;
		max-width: 99%;
	}
	* .spflexbasis100, .flex-between .spflexbasis100 {
		flex-basis: 100%;
		max-width: 100%;
	}
}

/* sp */
.imgBlockT {
	align-items: flex-start;
}

.imgBlockB {
	align-items: flex-end;
}

.imgBlockC {
	align-items: center;
}

.imgBlockB, .imgBlockC, .imgBlockT {
	align-content: space-between; 
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
}

.imgBlockB.imgL .cont, .imgBlockC.imgL .cont, .imgBlockT.imgL .cont {
	order: 2;
}

.imgBlockB.imgL .img, .imgBlockC.imgL .img, .imgBlockT.imgL .img {
	order: 1;
}

.imgBlockB.imgR .cont, .imgBlockC.imgR .cont, .imgBlockT.imgR .cont {
	order: 1;
}

.imgBlockB.imgR .img, .imgBlockC.imgR .img, .imgBlockT.imgR .img {
	order: 2;
}

/* tablet */
@media screen and (min-width: 751px) and (max-width: 1024px) {
	.tbclm1 {
		flex-wrap: wrap;
	}
	.tbclm1 > * {
		flex-basis: 100% !important;
		max-width: 100% !important; 
		width: 100% !important;
	}
	.tbclm2 {
		flex-wrap: wrap;
	}
	.tbclm2 > * {
		flex-basis: 50% !important;
		max-width: 50%;
	}
	.tbclm3 {
		flex-wrap: wrap;
	}
	.tbclm3 > * {
		flex-basis: 33% !important;
		max-width: 33%;
	}
}

/* yubinpc */
@media screen and (max-width: 750px) {
	.clm2, .clm3 {
		display: flex;
		display: -o-flex;
		display: -ms-flex;
		display: -moz-flex;
		display: -webkit-flex;
		/* 複数行の場合 */
	}
	.clm2.multi, .clm3.multi {
		align-content: space-between; 
		flex-wrap: wrap;
	}
	.clm2 span.caption, .clm3 span.caption {
		display: block;
		margin: .5em 0;
		padding-left: 1.2em;
		text-indent: -1.2em;
	}
	.clm2 span.caption:before, .clm3 span.caption:before {
		content: "\77";
		font-family: "yubin";
		margin-right: .2em;
	}
	.clm2 .sp1, .clm3 .sp1 {
		padding: 1vw;
	}
	.clm2 .sp2, .clm3 .sp2 {
		padding: 2vw;
	}
	.clm2 .clm {
		justify-content: space-between; 
		width: 50%;
	}
	.clm3 .clm {
		justify-content: space-between; 
		width: 33%;
	}
	.spclm1 {
		flex-wrap: wrap;
	}
	.spclm1 > * {
		flex-basis: 100% !important;
		max-width: 100% !important; 
		width: 100% !important;
	}
	.spclm2 {
		flex-wrap: wrap;
	}
	.spclm2 > * {
		flex-basis: 50% !important;
		max-width: 50%;
	}
	.spclm3 {
		flex-wrap: wrap;
	}
	.spclm3 > * {
		flex-basis: 33% !important;
		max-width: 33%;
	}
	.imgBlockB, .imgBlockC, .imgBlockT {
		display: block;
	}
	.imgBlockB.flexsp, .imgBlockC.flexsp, .imgBlockT.flexsp {
		display: flex;
	}
	.imgBlockB.imgL .img, .imgBlockB.imgR .img, .imgBlockC.imgL .img, .imgBlockC.imgR .img, .imgBlockT.imgL .img, .imgBlockT.imgR .img {
		margin: 15px auto;
	}
	.imgBlockB .cont a, .imgBlockC .cont a, .imgBlockT .cont a {
		word-break: break-all;
	}
}

/* sp */
.clm2.linkbox {
	/* sp */
}
.clm2.linkbox .clm .btnM {
	min-width: 50%;
}
@media screen and (max-width: 750px) {
	.clm2.linkbox {
		display: block;
	}
	.clm2.linkbox .clm {
		flex-basis: 100%; 
		max-width: 100%;
		width: 100%;
	}
	.clm2.linkbox .clm .btnM {
		min-width: 100%;
	}
	.clm2.linkbox .clm:first-child {
		margin-bottom: 5vh;
	}
}

/* コンテンツボックス　グレー 2列 */
.contbox2 {
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	max-width: 1200px;
	/* sp */
}
@media screen and (max-width: 750px) {
	.contbox2 {
		padding: 0 3%; 
		width: 100%;
	}
}
.contbox2 > .box:nth-child(n + 3) {
	margin-top: 20px;
}
.contbox2 .box {
	background: #f7f7f7;
	color: #333;
	flex-basis: 49%;
	max-width: 49%;
	padding: 30px; 
	text-decoration: none;
	transition: .3s;
}
.contbox2 .box dl {
	display: flex; 
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
}
.contbox2 .box dl dt {
	width: 25%;
}
.contbox2 .box dl dd {
	line-height: 1.7; 
	padding-left: 4%;
	width: 71%;
}
.contbox2 .box dl dd .title {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.15rem;
	font-weight: bold;
	line-height: 1.5; 
	margin-bottom: .5em;
}
.contbox2 .box dl dd p {
	font-size: .9em;
}
.contbox2.clm1 .box {
	flex-basis: 100%;
	margin-bottom: 15px; 
	max-width: 100%;
}
.contbox2.clm1 > .box:nth-child(n + 3) {
	margin-top: 0px;
}

/* コンテンツボックス　グレー 3列 */
.contbox3 {
	align-items: stretch;
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin: auto;
	max-width: 1200px;
	/* sp */
}
@media screen and (max-width: 750px) {
	.contbox3 {
		padding: 0 3%; 
		width: 100%;
	}
}
.contbox3 > .box:nth-child(n + 4) {
	margin-top: 20px;
}
.contbox3 .box {
	background: #f7f7f7;
	color: #333;
	margin-right: 2%;
	padding: 30px; 
	text-decoration: none;
	transition: .3s;
	width: 32%;
}
.contbox3 .box dl {
	display: block;
}
.contbox3 .box dl dt {
	margin-bottom: 10px; 
	width: 100%;
}
.contbox3 .box dl dd {
	line-height: 1.7; 
	width: 100%;
}
.contbox3 .box dl dd .title {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.15rem; 
	font-weight: bold;
	margin-bottom: .5em;
}
.contbox3 .box dl dd p {
	font-size: .9em;
}
.contbox3 .box:nth-child(3n) {
	margin-right: 0;
}

@media screen and (max-width: 750px) {
	.contbox2, .contbox3 {
		display: block;
		width: auto;
	}
	.contbox2 > .box:nth-child(n + 2), .contbox3 > .box:nth-child(n + 2) {
		margin-top: 20px;
	}
	.contbox2 .box, .contbox3 .box {
		margin-right: 0;
		padding: 20px; 
		width: 100%;
	}
	.contbox2 .box dl, .contbox3 .box dl {
		display: flex; 
		display: -o-flex;
		display: -ms-flex;
		display: -moz-flex;
		display: -webkit-flex;
	}
	.contbox2 .box dl dt, .contbox3 .box dl dt {
		width: 30%;
	}
	.contbox2 .box dl dd, .contbox3 .box dl dd {
		font-size: .9rem; 
		line-height: 1.7;
		padding-left: 4%;
		width: 66%;
	}
	.contbox2 .box dl dd .title, .contbox3 .box dl dd .title {
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
		font-size: 1rem; 
		font-weight: bold;
		margin-bottom: .5em;
	}
}

/* sp */
/* リンクボックス 共通 */
div[class^="linkbox"] dt .title {
	background: #f7f7f7;
}

/* リンクボックス　赤枠　2列　*/
.linkbox2_borderR {
	align-items: stretch;
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	/* sp */
	justify-content: space-between; 
	margin: auto;
	max-width: 1200px;
}
@media screen and (max-width: 750px) {
	.linkbox2_borderR {
		padding: 0 3%; 
		width: 100%;
	}
}
.linkbox2_borderR > div:nth-child(n + 3), .linkbox2_borderR > a.box:nth-child(n + 3) {
	margin-top: 20px;
}
.linkbox2_borderR > div.box {
	width: 49%;
}
.linkbox2_borderR > div.box > a.box {
	width: 100%;
}
.linkbox2_borderR a.box {
	border: 1px solid #c00;
	border-radius: 6px;
	color: #333;
	display: block;
	margin-right: 2%;
	min-height: none; 
	padding: 15px;
	text-decoration: none;
	transition: .3s;
	width: 49%;
}
.linkbox2_borderR a.box.arrow {
	padding-right: 40px; 
	position: relative;
}
.linkbox2_borderR a.box.arrow:after {
	color: #c00;
	content: "\f105";
	font-family: "yubin";
	font-size: 22px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(-50%, -50%);
}
.linkbox2_borderR a.box.arrow[target="_blank"]:after {
	content: "\e924";
	font-family: "yubin";
	font-size: 18px;
	right: 5px;
}
.linkbox2_borderR a.box:nth-of-type(2n) {
	margin-right: 0;
}
.linkbox2_borderR a.box:hover {
	background: #faecea; 
	text-decoration: none;
}
.linkbox2_borderR dl .title {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.15rem; 
	font-weight: bold;
	margin-bottom: .5em;
}
.linkbox2_borderR dl .title.red {
	color: #c00;
}
.linkbox2_borderR dl dt {
	text-align: center;
	width: 25%;
}
.linkbox2_borderR dl dt img {
	width: 100%;
}
.linkbox2_borderR dl dd {
	padding: 10px 10px 25px;
	width: 75%;
}
.linkbox2_borderR dl dd p {
	font-size: .9rem;
	line-height: 1.7;
}
.linkbox2_borderR .text {
	padding: 5px 0 5px 5px;
}
.linkbox2_borderR .text .title {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.15rem; 
	font-weight: bold;
	margin-bottom: .4em;
}
.linkbox2_borderR .text .title.red {
	color: #c00;
}
.linkbox2_borderR .text p {
	font-size: .9rem;
	line-height: 1.7;
}

/* リンクボックス　赤枠　3列　*/
.linkbox3_borderR {
	align-items: stretch;
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	/* sp */
	justify-content: space-between; 
	margin: auto;
	max-width: 1200px;
}
@media screen and (max-width: 750px) {
	.linkbox3_borderR {
		padding: 0 3%; 
		width: 100%;
	}
}
.linkbox3_borderR:after {
	content: "";
	display: block;
	height: 0; 
	width: 32.5%;
}
.linkbox3_borderR.slim dl dt {
	width: 20%;
	/*img{position: absolute;max-width: 20%;transform: translate(0%, -50%); left:0;}*/
}
.linkbox3_borderR.slim dl dd {
	padding: 5px 5px; 
	width: 80%;
}
.linkbox3_borderR.slim dl dd .title {
	font-size: 1.1rem;
}
.linkbox3_borderR.slim a.box {
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	padding: 10px;
	/*align-items: center;*/
}
.linkbox3_borderR > div:nth-child(n + 4), .linkbox3_borderR > a.box:nth-child(n + 4) {
	margin-top: 20px;
}
.linkbox3_borderR > div.box {
	width: 32.5%;
}
.linkbox3_borderR > div.box > a.box {
	width: 100%;
}
.linkbox3_borderR a.box {
	align-items: flex-start;
	background: #fff; 
	border: 1px solid #c00;
	border-radius: 6px;
	color: #333;
	display: flex;
	min-height: none;
	padding: 15px;
	text-decoration: none;
	transition: .3s;
	width: 32.5%;
}
.linkbox3_borderR a.box.arrow {
	padding-right: 40px; 
	position: relative;
}
.linkbox3_borderR a.box.arrow:after {
	color: #c00;
	content: "\f105";
	font-family: "yubin";
	font-size: 22px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(-50%, -50%);
}
.linkbox3_borderR a.box.arrow[target="_blank"]:after {
	content: "\e924";
	font-family: "yubin";
	font-size: 18px;
	right: 5px;
}
.linkbox3_borderR a.box.nonbg {
	background: none;
}
.linkbox3_borderR a.box:nth-of-type(2n) {
	margin-right: 0;
}
.linkbox3_borderR a.box:hover {
	background: #faecea; 
	text-decoration: none;
}
.linkbox3_borderR dl {
	width: 100%;
}
.linkbox3_borderR dl .title {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.15rem; 
	font-weight: bold;
	margin-bottom: .5em;
}
.linkbox3_borderR dl .title.red {
	color: #c00;
}
.linkbox3_borderR dl dt {
	text-align: center;
	width: 25%;
}
.linkbox3_borderR dl dt img {
	width: 100%;
}
.linkbox3_borderR dl dd {
	padding: 10px 10px 25px;
	width: 75%;
}
.linkbox3_borderR dl dd p {
	font-size: .9rem;
	line-height: 1.7;
}
.linkbox3_borderR .text {
	padding: 5px 0 5px 5px;
}
.linkbox3_borderR .text .title {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.15rem; 
	font-weight: bold;
	margin-bottom: .4em;
}
.linkbox3_borderR .text .title.red {
	color: #c00;
}
.linkbox3_borderR .text p {
	font-size: .9rem;
	line-height: 1.7;
}

@media screen and (max-width: 750px) {
	.linkbox2_borderR, .linkbox3_borderR {
		display: block;
		width: auto;
	}
	.linkbox2_borderR > div:nth-child(n + 2), .linkbox2_borderR > a.box:nth-child(n + 2), .linkbox3_borderR > div:nth-child(n + 2), .linkbox3_borderR > a.box:nth-child(n + 2) {
		margin-top: 20px;
	}
	.linkbox2_borderR div.box, .linkbox2_borderR a.box, .linkbox3_borderR div.box, .linkbox3_borderR a.box {
		margin-right: 0;
		padding: 10px 10px; 
		width: 100%;
	}
	.linkbox2_borderR a, .linkbox3_borderR a {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	.linkbox2_borderR dl, .linkbox3_borderR dl {
		display: flex; 
		display: -o-flex;
		display: -ms-flex;
		display: -moz-flex;
		display: -webkit-flex;
	}
	.linkbox2_borderR dl dt, .linkbox3_borderR dl dt {
		width: 40%;
	}
	.linkbox2_borderR dl dd, .linkbox3_borderR dl dd {
		padding: 10px 10px 10px;
		width: 60%;
	}
	.linkbox2_borderR dl dd .title, .linkbox3_borderR dl dd .title {
		font-size: 1.1rem; 
		margin-bottom: .3em;
	}
	.linkbox2_borderR dl dd p, .linkbox3_borderR dl dd p {
		font-size: .85rem;
		line-height: 1.7;
	}
	.linkbox2_borderR .text, .linkbox3_borderR .text {
		padding: 5px 0 5px 5px;
	}
	.linkbox2_borderR .text .title, .linkbox3_borderR .text .title {
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
		font-size: 1.1rem; 
		font-weight: bold;
		margin-bottom: .3em;
	}
	.linkbox2_borderR .text .title.red, .linkbox3_borderR .text .title.red {
		color: #c00;
	}
	.linkbox2_borderR .text p, .linkbox3_borderR .text p {
		font-size: .85rem;
		line-height: 1.7;
	}
	.innerwidth .linkbox2_borderR, .innerwidth .linkbox3_borderR {
		padding: 0;
	}
}

/* sp */
.linkbox1 > div.box {
	background: none; 
	border: none;
}
.linkbox1 > div.box > a.box {
	background: #fff;
	border: 1px solid #ccc; 
	color: #333;
	display: block;
	flex-basis: 100%;
	max-width: 100%;
	text-decoration: none;
}

.linkbox1 > * {
	background: #fff;
	border: 1px solid #ccc; 
	color: #333;
	display: block;
	text-decoration: none;
	transition: .3s;
}

.linkbox1.side dl {
	display: flex; 
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
}
.linkbox1.side dl dt {
	flex-basis: 45%;
	max-width: 45%;
}
.linkbox1.side dl dd {
	flex-basis: 55%;
	max-width: 55%;
}
.linkbox1.side dl dt img {
	height: 160px; 
	object-fit: cover;
	width: 100%;
}

/* リンクボックス　2列　*/
.linkbox2 {
	align-items: stretch;
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	/* sp */
	justify-content: space-between; 
	margin: auto;
	max-width: 1200px;
}
@media screen and (max-width: 750px) {
	.linkbox2 {
		padding: 0 3%; 
		width: 100%;
	}
}
.linkbox2 > div:nth-child(n + 3), .linkbox2 > a.box:nth-child(n + 3) {
	margin-top: 20px;
}
.linkbox2 > .boxstyle.simple {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	display: block;
	margin-right: 2%;
	padding: 15px; 
	text-decoration: none;
	transition: .3s;
	width: 49%;
}
.linkbox2 > .boxstyle.simple:nth-of-type(2n) {
	margin-right: 0;
}
.linkbox2 > .boxstyle.borderR {
	border: 1px solid #c00;
	border-radius: 6px; 
	display: block;
	margin-right: 2%;
	padding: 15px;
	text-decoration: none;
	transition: .3s;
	width: 49%;
}
.linkbox2 > .boxstyle.borderR.arrow {
	position: relative;
}
.linkbox2 > .boxstyle.borderR.arrow:after {
	color: #c00;
	content: "\f105";
	font-family: "yubin";
	font-size: 22px;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.linkbox2 > .bottomlink {
	padding-bottom: 56px !important; 
	position: relative;
}
.linkbox2 > .bottomlink .link {
	bottom: 15px; 
	position: absolute;
}
.linkbox2 a[target="_blank"] dl dd .title:after {
	color: #c00;
	content: "\e924";
	font-family: "yubin";
	font-size: 70%;
	font-weight: normal;
	margin-left: .3em;
	position: relative;
	top: -2px;
}
.linkbox2 > div.box {
	background: none; 
	border: none;
	flex-basis: 49%;
	max-width: 49%;
}
.linkbox2 > div.box > a.box {
	background: #fff;
	border: 1px solid #ccc; 
	color: #333;
	display: block;
	flex-basis: 100%;
	max-width: 100%;
	text-decoration: none;
}
.linkbox2 > * {
	background: #fff;
	border: 1px solid #ccc; 
	color: #333;
	display: block;
	flex-basis: 49%;
	max-width: 49%;
	text-decoration: none;
	transition: .3s;
}
.linkbox2 *.box:nth-of-type(2n) {
	margin-right: 0;
}
.linkbox2 a.box:hover {
	opacity: .6;
	text-decoration: none;
}
.linkbox2 dl .title {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.15rem; 
	font-weight: bold;
	margin-bottom: .5em;
}
.linkbox2 dl .title.red {
	color: #c00;
}
.linkbox2 dl dt {
	text-align: center;
}
.linkbox2 dl dt img {
	object-fit: cover;
	width: 100%;
	/* height:270px;*/
}
.linkbox2 dl dd {
	padding: 15px 15px 25px;
}
.linkbox2 dl dd p {
	font-size: .9rem;
}
.linkbox2.side dl {
	display: flex; 
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
}
.linkbox2.side dl dt {
	flex-basis: 45%;
	max-width: 45%;
}
.linkbox2.side dl dd {
	flex-basis: 55%;
	max-width: 55%;
}
.linkbox2.side dl dt img {
	height: 160px; 
	object-fit: cover;
	width: 100%;
}

/* リンクボックス　3列　*/
.linkbox3 {
	align-items: stretch;
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	/* sp */
	justify-content: space-between; 
	margin: auto;
	max-width: 1200px;
}
@media screen and (max-width: 750px) {
	.linkbox3 {
		padding: 0 3%; 
		width: 100%;
	}
}
.linkbox3 > div:nth-child(n + 4), .linkbox3 > a.box:nth-child(n + 4) {
	margin-top: 20px;
}
.linkbox3:after {
	content: "";
	display: block;
	height: 0; 
	width: 32.5%;
}
.linkbox3 > .boxstyle.simple {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	display: block;
	padding: 15px; 
	text-decoration: none;
	transition: .3s;
	width: 32.5%;
}
.linkbox3 > .boxstyle.simple:nth-of-type(2n) {
	margin-right: 0;
}
.linkbox3 > .boxstyle.borderR {
	border: 1px solid #c00;
	border-radius: 6px; 
	display: block;
	margin-right: 2%;
	padding: 15px;
	text-decoration: none;
	transition: .3s;
	width: 32.5%;
}
.linkbox3 > .boxstyle.borderR.arrow {
	position: relative;
}
.linkbox3 > .boxstyle.borderR.arrow:after {
	color: #c00;
	content: "\f105";
	font-family: "yubin";
	font-size: 22px;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.linkbox3 > .bottomlink {
	padding-bottom: 56px !important; 
	position: relative;
}
.linkbox3 > .bottomlink .link {
	bottom: 15px; 
	position: absolute;
}
.linkbox3 a[target="_blank"] dl dd .title:after {
	color: #c00;
	content: "\e924";
	font-family: "yubin";
	font-size: 70%;
	font-weight: normal;
	margin-left: .3em;
	position: relative;
	top: -2px;
}
.linkbox3 > div.box {
	background: none; 
	border: none;
	flex-basis: 32.5%;
	max-width: 32.5%;
}
.linkbox3 > div.box > a.box {
	background: #fff;
	border: 1px solid #ccc; 
	color: #333;
	display: block;
	flex-basis: 100%;
	max-width: 100%;
	text-decoration: none;
}
.linkbox3 > * {
	background: #fff;
	border: 1px solid #ccc; 
	color: #333;
	display: block;
	flex-basis: 32.5%;
	max-width: 32.5%;
	text-decoration: none;
	transition: .3s;
}
.linkbox3 *.box:nth-of-type(2n) {
	margin-right: 0;
}
.linkbox3 a.box:hover {
	opacity: .6;
	text-decoration: none;
}
.linkbox3 dl .title {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.15rem; 
	font-weight: bold;
	margin-bottom: .5em;
}
.linkbox3 dl .title.red {
	color: #c00;
}
.linkbox3 dl dt {
	text-align: center;
}
.linkbox3 dl dt img {
	object-fit: cover;
	width: 100%;
	/* height:270px;*/
}
.linkbox3 dl dd {
	padding: 15px 15px 25px;
}
.linkbox3 dl dd p {
	font-size: .9rem;
}
.linkbox3.side dl {
	display: flex; 
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
}
.linkbox3.side dl dt {
	flex-basis: 45%;
	max-width: 45%;
}
.linkbox3.side dl dd {
	flex-basis: 55%;
	max-width: 55%;
}
.linkbox3.side dl dt img {
	height: 160px; 
	object-fit: cover;
	width: 100%;
}

.bgG .linkbox2 a, .bgG2 .linkbox2 a, .bgG .linkbox3 a, .bgG2 .linkbox3 a {
	border: none;
}

/* tablet */
@media screen and (min-width: 751px) and (max-width: 1024px) {
	.linkbox2 dl dd {
		padding: 13px 13px;
	}
	.linkbox2 dl dd .title {
		font-size: 1rem;
	}
	.linkbox2 dl dd p {
		font-size: .8rem;
	}
	.linkbox2.side dl dt img {
		height: auto;
	}
}

/* yubinpc */
@media screen and (max-width: 750px) {
	.innerwidth .linkbox2, .innerwidth .linkbox3 {
		padding: 0;
	}
	.linkbox2, .linkbox3 {
		width: auto;
	}
	.linkbox2 > div:nth-child(n + 3), .linkbox2 > a.box:nth-child(n + 3), .linkbox3 > div:nth-child(n + 3), .linkbox3 > a.box:nth-child(n + 3) {
		margin-top: 0;
	}
	.linkbox2 > div:nth-child(n + 4), .linkbox2 > a.box:nth-child(n + 4), .linkbox3 > div:nth-child(n + 4), .linkbox3 > a.box:nth-child(n + 4) {
		margin-top: 0;
	}
	.linkbox2 > div.box, .linkbox2 > *, .linkbox3 > div.box, .linkbox3 > * {
		flex-basis: 100%;
		margin-bottom: 10px;
		margin-right: 0; 
		max-width: 100%;
	}
	.linkbox2 > .boxstyle.simple, .linkbox3 > .boxstyle.simple {
		margin-right: 0; 
		transition: .3s;
		width: 100%;
	}
	.linkbox2 a, .linkbox3 a {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	.linkbox2 dl dt, .linkbox3 dl dt {
		text-align: center;
	}
	.linkbox2 dl dt img, .linkbox3 dl dt img {
		/*height:160px;*/
		height: auto; 
		width: 100%;
	}
	.linkbox2 dl dd, .linkbox3 dl dd {
		background: #fff;
		padding: 15px;
	}
	.linkbox2 dl dd .title, .linkbox3 dl dd .title {
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
		font-size: .9rem; 
		font-weight: bold;
		margin-bottom: .5em;
	}
	.linkbox2 dl dd p, .linkbox3 dl dd p {
		font-size: .75rem;
	}
	.linkbox2.side dl dt, .linkbox3.side dl dt {
		flex-basis: 50%;
		max-width: 50%;
	}
	.linkbox2.side dl dd, .linkbox3.side dl dd {
		flex-basis: 50%;
		max-width: 50%;
	}
	.linkbox2.side dl dt img, .linkbox3.side dl dt img {
		height: auto;
	}
	.linkbox2.side dl dd, .linkbox3.side dl dd {
		padding: 6px;
	}
	.linkbox2.side dl dd .title, .linkbox3.side dl dd .title {
		font-size: .85rem;
		line-height: 1.5;
	}
}

@media screen and (max-width: 750px) and (orientation: landscape) {
	.linkbox2, .linkbox3 {
		display: flex; 
		display: -o-flex;
		display: -ms-flex;
		display: -moz-flex;
		display: -webkit-flex;
	}
	.linkbox2 a.box, .linkbox3 a.box {
		flex-basis: 49%;
		max-width: 49%;
	}
	.linkbox2 dl dt img, .linkbox3 dl dt img {
		height: auto;
	}
}

/* sp */
/* 4カラムリンクボックス　*/
.linkbox4 {
	align-items: stretch;
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	/* sp */
	justify-content: space-between; 
	margin: auto;
	max-width: 1200px;
}
@media screen and (max-width: 750px) {
	.linkbox4 {
		padding: 0 3%; 
		width: 100%;
	}
}
.linkbox4::before {
	content: "";
	display: block;
	order: 1; 
	width: 23.5%;
}
.linkbox4::after {
	content: "";
	display: block;
	width: 23.5%;
}
.linkbox4 > div:nth-child(n + 5), .linkbox4 > a.box:nth-child(n + 5) {
	margin-top: 20px;
}
.linkbox4 > .boxstyle.simple {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	display: block;
	flex-basis: 23.5%;
	margin-right: 2%;
	max-width: 23.5%;
	padding: 15px; 
	text-decoration: none;
	transition: .3s;
}
.linkbox4 > .boxstyle.simple:nth-of-type(4n) {
	margin-right: 0;
}
.linkbox4 > .bottomlink {
	padding-bottom: 56px !important; 
	position: relative;
}
.linkbox4 > .bottomlink .link {
	bottom: 15px; 
	position: absolute;
}
.linkbox4 > .bottomlink .link a[target="_blank"]:before {
	content: "\e924"; 
	font-family: "yubin";
}
.linkbox4 a[target="_blank"] dl dd .title:after {
	color: #c00;
	content: "\e924";
	font-family: "yubin";
	font-size: 70%;
	font-weight: normal;
	margin-left: .3em;
	position: relative;
	top: -2px;
}
.linkbox4 > * {
	width: 23.5%;
}
.linkbox4 > * > a.box {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	display: block;
	margin-right: 2%; 
	text-decoration: none;
	width: 100%;
}
.linkbox4 > * {
	background: #fff;
	border: 1px solid #ccc; 
	color: #333;
	display: block;
	flex-basis: 23.5%;
	max-width: 23.5%;
	text-decoration: none;
	transition: .3s;
}
.linkbox4 a.box:nth-of-type(4n) {
	margin-right: 0;
}
.linkbox4 a.box:hover {
	opacity: .6;
	text-decoration: none;
}
.linkbox4 dl .title {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.15rem; 
	font-weight: bold;
	margin-bottom: .5em;
}
.linkbox4 dl dt {
	text-align: center;
}
.linkbox4 dl dt img {
	width: 100%;
}
.linkbox4 dl dd {
	padding: 15px;
}
.linkbox4 dl dd p {
	font-size: .9rem;
}
.linkbox4 ul.notes-s li {
	padding-left: 1em;
	text-indent: -.7em;
}
.linkbox4 ul.notes-s li:before {
	margin-right: 0em;
}

.bgG .linkbox4 a, .bgG2 .linkbox4 a {
	border: none;
}

@media screen and (max-width: 750px) {
	.innerwidth .linkbox4, .bgG .linkbox4, .bgG2 .linkbox4 {
		padding: 0;
	}
	.linkbox4 {
		flex-wrap: wrap;
		width: auto;
	}
	.linkbox4 > div:nth-child(n + 5), .linkbox4 > a.box:nth-child(n + 5) {
		margin-top: 0;
	}
	.linkbox4 > div, .linkbox4 > a.box {
		flex-basis: 100%;
		margin-bottom: 10px;
		margin-right: 0; 
		max-width: 100%;
	}
	.linkbox4 > .boxstyle.simple {
		flex-basis: 100%;
		margin-right: 0; 
		max-width: 100%;
		transition: .3s;
	}
	.linkbox4 a {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	.linkbox4 a.box:nth-of-type(2n), .linkbox4 div.boxstyle:nth-of-type(2n) {
		margin-right: 0;
	}
	.linkbox4 dl dt {
		text-align: center;
	}
	.linkbox4 dl dt img {
		width: 100%;
	}
	.linkbox4 dl dd {
		background: #fff;
		padding: 12px 8px;
	}
	.linkbox4 dl dd .title {
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
		font-size: .8rem; 
		font-weight: bold;
		margin-bottom: .5em;
	}
	.linkbox4 dl dd p {
		font-size: .78rem;
	}
	.linkbox4.spclm2 {
		align-content: space-between;
		justify-content: space-between;
	}
	.linkbox4.spclm2 > div, .linkbox4.spclm2 > a.box {
		flex-basis: 49%;
		margin-bottom: 10px;
		margin-right: 0; 
		max-width: 49%;
	}
}

/* sp */
/* 4列　赤枠バナー */
.borderbnr4 {
	/* sp */
	margin: 60px auto; 
	margin: auto;
	max-width: 1200px;
}
@media screen and (max-width: 750px) {
	.borderbnr4 {
		padding: 0 3%; 
		width: 100%;
	}
}
.borderbnr4 ul {
	align-items: center;
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.borderbnr4 ul:before {
	content: "";
	display: block;
	flex-basis: 23.5%;
	height: 0;
	order: 1;
}
.borderbnr4 ul:after {
	content: "";
	display: block;
	flex-basis: 23.5%;
	height: 0;
}
.borderbnr4 ul li {
	border: 1px solid #c00;
	border-radius: 6px;
	flex-basis: 24%;
	height: 80px;
	margin-bottom: 15px; 
	max-width: 24%;
	position: relative;
	text-align: center;
	transition: .3s;
}
.borderbnr4 ul li a {
	color: #333;
	display: block;
	font-size: 15px;
	height: 100%; 
	text-decoration: none;
	width: 100%;
}
.borderbnr4 ul li a span {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "ヒラギノ角ゴシック", メイリオ, Meiryo, sans-serif;
	font-weight: 400;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translate(10%, -50%);
}
.borderbnr4 ul li a.jpf span {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "ヒラギノ角ゴシック", メイリオ, Meiryo, sans-serif;
	font-weight: 400;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-40%, -50%);
}
.borderbnr4 ul li a.icon:before {
	left: 15%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}
.borderbnr4 ul li a.icon:after {
	color: #c00;
	content: "\f105";
	font-family: "yubin";
	font-size: 22px;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.borderbnr4 ul li a.icon[target="_blank"]:after {
	content: "\e924";
	font-family: "yubin";
	font-size: 18px;
	right: 3%;
}
.borderbnr4 ul li a.icon.jpf:before {
	color: #c00; 
	font-family: "yubin";
	font-size: 50px;
}
.borderbnr4 ul li:nth-of-type(4n) {
	margin-right: 0;
}
.borderbnr4 ul li:hover {
	background: #faecea;
}
.borderbnr4 .pcDisp {
	height: 100%;
}
.borderbnr4 .spDisp {
	height: auto;
}

/* tablet */
@media screen and (min-width: 751px) and (max-width: 1024px) {
	.borderbnr4 ul li a.icon[target="_blank"] span {
		left: 0;
		text-align: left; 
		transform: translate(6%, -50%);
		width: 10em;
	}
	.borderbnr4 ul li a.icon[target="_blank"]:after {
		font-size: 16px;
		right: 0;
	}
}

/* yubinpc */
@media screen and (max-width: 750px) {
	.borderbnr4 {
		padding: 0;
	}
	.borderbnr4.spclm2 ul {
		flex-basis: 100% !important;
		max-width: 100%;
	}
	.borderbnr4.spclm2 ul li {
		border: none;
		flex-basis: 48.5%;
		height: auto; 
		margin-bottom: 20px;
		max-width: 48.5%;
	}
	.borderbnr4.spclm2 ul li a {
		border: 1px solid #c00;
		border-radius: 6px;
		display: block;
		font-size: .85rem;
		padding: 70px 0 30px;
		transition: .3s;
	}
	.borderbnr4.spclm2 ul li a span {
		font-weight: 400;
		left: 0; 
		margin-top: 22px;
		transform: translate(0%, -50%);
		width: 100%;
	}
	.borderbnr4.spclm2 ul li a:hover {
		background: #faecea;
	}
	.borderbnr4.spclm2 ul li a.icon:before {
		display: block;
		left: 0;
		margin: auto;
		right: 0;
		top: 5px;
		transform: none;
	}
	.borderbnr4.spclm2 ul li a.icon:after {
		right: 3%;
	}
	.borderbnr4.spclm2 ul li:nth-of-type(n + 2) {
		margin-top: 0;
	}
	.borderbnr4 > ul.spclm2 li {
		flex-basis: 48.5%;
		max-width: 48.5%;
	}
	.borderbnr4 .pcDisp {
		height: auto;
	}
	.borderbnr4 .spDisp {
		height: 100%;
	}
}

/* sp */
/* IE11向けのhack */
/*@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, :root .borderbnr4.spclm2 ul li a span {
       width:auto;
    }
}*/
/* 3列　赤枠バナー */
.borderbnr3 {
	/* sp */
	margin: 60px auto; 
	margin: auto;
	max-width: 1200px;
}
@media screen and (max-width: 750px) {
	.borderbnr3 {
		padding: 0 3%; 
		width: 100%;
	}
}
.borderbnr3 ul {
	align-items: center;
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.borderbnr3 ul:before {
	content: "";
	display: block;
	flex-basis: 32.5%;
	height: 0;
	order: 1;
}
.borderbnr3 ul:after {
	content: "";
	display: block;
	flex-basis: 32.5%;
	height: 0;
}
.borderbnr3 ul li {
	border: 1px solid #c00;
	border-radius: 6px;
	flex-basis: 32.5%;
	height: 80px;
	margin-bottom: 15px; 
	max-width: 32.5%;
	position: relative;
	text-align: center;
	transition: .3s;
}
.borderbnr3 ul li a {
	color: #333;
	display: block;
	font-size: 15px;
	height: 100%; 
	text-decoration: none;
	width: 100%;
}
.borderbnr3 ul li a span {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "ヒラギノ角ゴシック", メイリオ, Meiryo, sans-serif;
	font-weight: 400;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translate(10%, -50%);
}
.borderbnr3 ul li a.jpf span {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "ヒラギノ角ゴシック", メイリオ, Meiryo, sans-serif;
	font-weight: 400;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-40%, -50%);
}
.borderbnr3 ul li a.icon:before {
	left: 12%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}
.borderbnr3 ul li a.icon:after {
	color: #c00;
	content: "\f105";
	font-family: "yubin";
	font-size: 22px;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.borderbnr3 ul li a.icon[target="_blank"]:after {
	content: "\e924";
	font-family: "yubin";
	font-size: 18px;
	right: 3%;
}
.borderbnr3 ul li a.icon.jpf:before {
	color: #c00; 
	font-family: "yubin";
	font-size: 50px;
}
.borderbnr3 ul li:nth-of-type(4n) {
	margin-right: 0;
}
.borderbnr3 ul li:hover {
	background: #faecea;
}
.borderbnr3 .pcDisp {
	height: 100%;
}
.borderbnr3 .spDisp {
	height: auto;
}

/* tablet */
@media screen and (min-width: 751px) and (max-width: 1024px) {
	.borderbnr3 ul li a.icon[target="_blank"] span {
		left: 0;
		text-align: left; 
		transform: translate(6%, -50%);
		width: 10em;
	}
	.borderbnr3 ul li a.icon[target="_blank"]:after {
		font-size: 16px;
		right: 0;
	}
}

/* yubinpc */
@media screen and (max-width: 750px) {
	.borderbnr3 {
		padding: 0;
	}
	.borderbnr3.spclm2 ul {
		flex-basis: 100% !important;
		max-width: 100%;
	}
	.borderbnr3.spclm2 ul li {
		border: none;
		flex-basis: 48.5%;
		height: auto; 
		margin-bottom: 20px;
		max-width: 48.5%;
	}
	.borderbnr3.spclm2 ul li a {
		border: 1px solid #c00;
		border-radius: 6px;
		display: block;
		font-size: .85rem;
		padding: 70px 0 30px;
		transition: .3s;
	}
	.borderbnr3.spclm2 ul li a span {
		font-weight: 400;
		left: 0; 
		margin-top: 22px;
		transform: translate(0%, -50%);
		width: 100%;
	}
	.borderbnr3.spclm2 ul li a:hover {
		background: #faecea;
	}
	.borderbnr3.spclm2 ul li a.icon:before {
		display: block;
		left: 0;
		margin: auto;
		right: 0;
		top: 5px;
		transform: none;
	}
	.borderbnr3.spclm2 ul li a.icon:after {
		right: 3%;
	}
	.borderbnr3.spclm2 ul li:nth-of-type(n + 2) {
		margin-top: 0;
	}
	.borderbnr3 > ul.spclm2 li {
		flex-basis: 48.5%;
		max-width: 48.5%;
	}
	.borderbnr3 .pcDisp {
		height: auto;
	}
	.borderbnr3 .spDisp {
		height: 100%;
	}
}

/* sp */
/*  kitte
----------------------------------------------- */
div[class^="kitteList"] {
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
div[class^="kitteList"] .box {
	position: relative;
}
div[class^="kitteList"] .box dt {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: bold;
	padding: 10px;
}
div[class^="kitteList"] .box dt span {
	display: block;
	font-size: 90%;
}
div[class^="kitteList"] dl.box {
	background: #eee;
}
div[class^="kitteList"] a.box {
	background: #fff; 
	border: 1px solid #ccc;
	color: #333;
}
div[class^="kitteList"] a:hover {
	opacity: .7;
	text-decoration: none;
}
div[class^="kitteList"] p.sub {
	background: #c00;
	color: #fff;
	display: inline-block;
	font-size: .8rem;
	margin-bottom: 4px; 
	min-width: 6em;
	padding: .2em 1em;
	text-align: center;
}
div[class^="kitteList"] a[target="_blank"] .title:after {
	color: #c00;
	content: "\e924";
	font-family: "yubin";
	font-size: 90%; 
	font-weight: normal;
	margin-left: .2em;
}

.kitteList5 {
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	justify-content: flex-start;
}
.kitteList5 .box, .kitteList5 .empty {
	font-size: 0;
	letter-spacing: normal; 
	margin-bottom: 20px;
}
.kitteList5 .box {
	flex-basis: 19%;
	margin-right: 1.2%; 
	max-width: 19%;
	vertical-align: top;
}
.kitteList5 .box:nth-child(5n) {
	margin-right: 0;
}
.kitteList5 dl {
	font-size: 1rem;
}
.kitteList5 dl dt {
	font-size: 1rem;
}
.kitteList5 dl dt p.sub {
	font-size: .7rem;
}
.kitteList5 dl dd {
	font-size: 1rem;
}
.kitteList5 .title {
	font-size: .9rem;
	min-height: 5em;
}

.kitteList4::before {
	content: "";
	display: block;
	order: 1; 
	width: 23%;
}

.kitteList4::after {
	content: "";
	display: block;
	width: 23%;
}

.kitteList4 .box {
	flex-basis: 23%;
	margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
	.kitteList5 {
		display: flex !important;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.kitteList5 .box {
		display: block; 
		flex-basis: 49%;
		margin-bottom: 12px;
		margin-right: 0;
		max-width: 49%;
		min-height: auto;
		width: auto;
	}
	.kitteList5 a.box {
		min-height: auto;
	}
	.kitteList5 a {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	.kitteList5 .box:nth-child(2n) {
		margin-right: 0;
	}
	.kitteList5 .empty {
		width: 45vw;
	}
	.kitteList5 .title {
		min-height: auto;
	}
	.kitteList4::before {
		content: "";
		display: block;
		order: 1; 
		width: 49%;
	}
	.kitteList4::after {
		content: "";
		display: block;
		width: 49%;
	}
	.kitteList4 .box {
		flex-basis: 49%;
		margin-bottom: 20px;
	}
	.kitteList4 a {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
}

/* sp */
.page_kitte_detail h1.simple {
	font-size: 2rem;
	/*&:before{content: "\e96b";font-family: "yubin";margin-right: .1em;font-size: 140%;font-weight: normal;position: relative;top: 0.19em;}*/
}

.kitte_detailArea {
	margin: 30px auto 60px; 
	width: 80%;
}
.kitte_detailArea .thumb a {
	border: 1px solid #ccc;
	display: block;
	padding: 10% 15%;
	position: relative;
	text-align: center;
}
.kitte_detailArea .thumb a:after {
	background: rgba(100, 100, 100, .4);
	border-radius: 25px;
	bottom: 8px;
	color: #fff;
	content: "\f002";
	display: inline-block; 
	font-family: "yubin";
	font-size: 27px;
	line-height: 1;
	padding: 13px;
	position: absolute;
	right: 8px;
}
.kitte_detailArea .thumb a:hover {
	text-decoration: none;
}
.kitte_detailArea .cont {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: bold;
}
.kitte_detailArea .cont .point dt {
	border-bottom: 1px solid #ccc;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "ヒラギノ角ゴシック", メイリオ, Meiryo, sans-serif;
	font-size: 90%;
	font-weight: 700;
	padding-bottom: 1em;
}
.kitte_detailArea .cont .point dd {
	border-bottom: 1px solid #ccc; 
	padding: 1.8em 0;
}
.kitte_detailArea .cont .issue {
	border-bottom: 1px solid #ccc; 
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	font-size: 90%;
	padding: 1em 0;
}
.kitte_detailArea .cont .issue dt {
	flex-basis: 15%;
}
.kitte_detailArea .cont .link {
	margin-top: 15px;
}
.kitte_detailArea .cont .link li {
	font-size: 90%;
	margin: .4em 0;
	padding: .2em 0 .6em;
}
.kitte_detailArea .cont .link a::before {
	content: "\f105";
	font-family: "yubin";
	margin-right: .5em;
	padding-left: .8em;
}
.kitte_detailArea .cont .link a[href$=".pdf"]::before {
	color: #c00;
	content: "\50";
	display: inline-block;
	font-family: "yubin";
	font-size: 21px;
	font-weight: normal;
	margin-right: .3em;
	padding-left: 0; 
	position: relative;
	top: 4px;
}
.kitte_detailArea .cont a.yic:before {
	font-weight: normal;
}
.kitte_detailArea.tate {
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	justify-content: space-between;
	width: 70%;
}
.kitte_detailArea.tate .thumb {
	flex-basis: 47%; 
	max-width: 47%;
}
.kitte_detailArea.tate .thumb img {
	max-height: 700px;
}
.kitte_detailArea.tate .cont {
	flex-basis: 48%; 
	max-width: 48%;
}
.kitte_detailArea.yoko .thumb a {
	padding: 4%;
}
.kitte_detailArea.yoko .thumb a img {
	max-height: 350px;
}
.kitte_detailArea.yoko .cont {
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	margin-top: 20px;
}
.kitte_detailArea.yoko .cont .point {
	flex-basis: 50%;
}
.kitte_detailArea.yoko .cont .detail {
	flex-basis: 50%;
	padding-left: 5%;
}
.kitte_detailArea.yoko .cont .detail .issue {
	padding-top: 0;
}

/*　切手zoom（photoswipe.css）　IE対応 */
_:-ms-fullscreen, :root .pswp--zoom-allowed .pswp__img {
	cursor: crosshair;
}

_:-ms-fullscreen, :root .pswp--zoomed-in .pswp__img {
	/* autoprefixer: off */
	cursor: move;
}

_:-ms-fullscreen, :root .pswp--dragging .pswp__img {
	cursor: move;
}

.page_kitte_detail .kitteList5 dl dd.img {
	background: -moz-radial-gradient(center, ellipse cover, white 55%, white 55%, #f7f7f7 100%);
	background: -webkit-radial-gradient(center, ellipse cover, white 55%, white 55%, #f7f7f7 100%);
	background: radial-gradient(ellipse at center, white 55%, white 55%, #f7f7f7 100%);
	/*background: white;*/
	display: block;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=1 );
	min-height: 196px;
	position: relative;
	text-align: center;
	width: 100%;
}
.page_kitte_detail .kitteList5 dl dd.img img {
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
}

@media screen and (max-width: 750px) {
	.kitte_detailArea {
		width: 100%;
	}
	.kitte_detailArea .thumb a {
		padding: 5% 10%;
	}
	.kitte_detailArea .cont .point {
		margin-top: 10px;
	}
	.kitte_detailArea.tate {
		display: block;
		width: 100%;
	}
	.kitte_detailArea.tate .thumb {
		flex-basis: 100%; 
		max-width: 100%;
	}
	.kitte_detailArea.tate .thumb img {
		max-height: 50vh;
	}
	.kitte_detailArea.tate .cont {
		flex-basis: 100%; 
		max-width: 100%;
		padding-left: 0;
	}
	.kitte_detailArea.yoko .cont {
		display: block;
	}
	.kitte_detailArea.yoko .cont .detail {
		padding-left: 0;
	}
	.kitte_detailArea.yoko .cont .detail .issue {
		padding: 1em 0;
	}
}

/* sp */
/*----------------------------------------------------------
	link
--------------------------------------------------------- */
a.red {
	color: #c00;
}

/*----------------------------------------------------------
	button
--------------------------------------------------------- */
.iconbtn {
	font-family: "yubin","Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "ヒラギノ角ゴシック", メイリオ, Meiryo, sans-serif;
}
.iconbtn.icon1st:first-letter {
	font-size: 200px;
}

a[class^="btn"] {
	border-radius: 5px;
	display: inline-block;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "ヒラギノ角ゴシック", メイリオ, Meiryo, sans-serif;
	font-weight: 400;
	position: relative;
	text-decoration: none;
	transition: .3s;
	z-index: auto;
	/* sp */
}
a[class^="btn"]:hover {
	opacity: .7;
}
a[class^="btn"].full {
	display: block;
}
a[class^="btn"].slim {
	font-size: .9rem;
	line-height: 1.2; 
	padding: 1.1em 1.5em .9em;
}
a[class^="btn"].arrowR {
	padding-right: 3em;
}
a[class^="btn"].arrowR:after {
	content: "\f105";
	font-family: "yubin";
	font-size: 130%; 
	position: absolute;
	right: .5em;
	top: 50%;
	transform: translate(-50%, -50%);
}
a[class^="btn"].arrowR[target="_blank"]:after {
	content: "\e924" !important; 
	font-family: "yubin";
}
a[class^="btn"].plusR {
	padding-right: 3em;
}
a[class^="btn"].plusR:after {
	content: "\e90e";
	font-family: "yubin";
	font-size: 130%; 
	position: absolute;
	right: .5em;
	top: 50%;
	transform: translate(-50%, -50%);
}
a[class^="btn"].arrowL {
	padding-left: 3em;
}
a[class^="btn"].arrowL:after {
	content: "\f104";
	font-family: "yubin";
	font-size: 130%; 
	left: 1em;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}
a[class^="btn"][target="_blank"]:before {
	content: "\e924"; 
	font-family: "yubin";
}
a[class^="btn"]:hover {
	text-decoration: none;
}
@media screen and (max-width: 750px) {
	a[class^="btn"].arrowR {
		padding-right: 0;
	}
}

a.btn {
	position: relative;
}
a.btn.arrowR {
	padding-right: 2em !important;
}
a.btn.arrowR:after {
	color: #fff; 
	content: "\f105";
	font-family: "yubin";
	font-size: 1em;
	position: absolute;
	right: 5%;
	top: 47%;
	transform: translate(-50%, -50%);
}

a.btnL {
	background: #c00;
	color: #fff !important;
	font-size: 1.18rem;
	padding: 26px 2em;
	/* sp */
}
a.btnL.bank {
	background: #090;
	position: relative;
}
a.btnL.bank span {
	padding-left: 40px;
}
a.btnL.bank span:before {
	content: "\e92f";
	font-family: "yubin";
	font-size: 46px;
	font-weight: normal;
	margin-left: -40px; 
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}
a.btnL.insurance {
	background: #009;
	position: relative;
}
a.btnL.insurance span {
	padding-left: 40px;
}
a.btnL.insurance span:before {
	content: "\e93a";
	font-family: "yubin";
	font-size: 46px;
	font-weight: normal;
	margin-left: -40px; 
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}
a.btnL.yic {
	padding-left: 3.5em;
}
a.btnL.yic:before {
	color: #c00; 
	font-size: 2rem;
	left: .9em;
	position: absolute;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}
a.btnL[target="_blank"]:after {
	content: "\f105";
	content: "\e924" !important;
	font-family: "yubin";
	font-size: .9rem;
	position: absolute;
	right: .5em;
	top: 50%;
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
	a.btnL {
		text-align: center;
		width: 100%;
	}
}

a.btnS {
	background: #c00;
	color: #fff !important;
	font-size: .8rem;
	min-width: 30%;
	padding: 1em 1.5em;
	/* sp */
}
a.btnS.yic {
	padding-left: 3.5em;
}
a.btnS.yic:before {
	color: #c00; 
	font-size: 2rem;
	left: .9em;
	position: absolute;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}
a.btnS.arrowR {
	/*padding-right:0;*/
}
a.btnS[target="_blank"]:after {
	content: "\f105";
	content: "\e924" !important;
	font-family: "yubin";
	font-size: .9rem;
	position: absolute;
	right: .5em;
	top: 50%;
	transform: translate(-50%, -50%);
}
a.btnS[target="_blank"]:before {
	content: none;
}
@media screen and (max-width: 750px) {
	a.btnS {
		font-weight: 500;
		padding: 1.1em 0;
		text-align: center;
		width: 100%;
	}
}

a.btnM {
	background: #c00;
	color: #fff !important;
	font-size: 1rem;
	min-width: 30%;
	padding: 1.1em 2em;
	/* sp */
}
a.btnM.yic {
	padding-left: 3.5em;
}
a.btnM.yic:before {
	color: #fff;
	font-size: 2rem;
	font-weight: normal; 
	left: .9em;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}
a.btnM.arrowR {
	/*padding-right:0;*/
}
a.btnM[target="_blank"]:after {
	content: "\f105";
	content: "\e924" !important;
	font-family: "yubin";
	font-size: .9rem;
	position: absolute;
	right: .5em;
	top: 50%;
	transform: translate(-50%, -50%);
}
a.btnM[target="_blank"]:before {
	content: none;
}
@media screen and (max-width: 750px) {
	a.btnM {
		font-weight: 500;
		padding: 1.1em 0;
		text-align: center;
		width: 100%;
	}
	a.btnM[class^="btn"].slim {
		padding: 1.1em 0;
	}
}

div.btnMgray {
	background-color: #c8c8c8;
	border: none;
	border-radius: 5px;
	color: #7f7f7f !important;
	display: inline-block; 
	font-size: 1rem;
	min-width: 30%;
	padding: 1.1em 2em;
}

a.btnMborder {
	background: #fff;
	border: 1px solid #c00;
	color: #333;
	font-size: 1rem;
	min-width: 30%;
	padding: 1.1em 2em;
	/* sp */
}
a.btnMborder.arrowR:after {
	color: #c00;
}
a.btnMborder.yic {
	padding-left: 3.5em;
}
a.btnMborder.yic:before {
	color: #c00; 
	font-size: 2rem;
	left: .9em;
	position: absolute;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}
a.btnMborder[target="_blank"]:after, a.btnMborder.popup:after {
	color: #c00;
	content: "\e924" !important;
	font-family: "yubin";
	font-size: .9rem;
	position: absolute;
	right: .5em;
	top: 50%;
	transform: translate(-50%, -50%);
}
a.btnMborder[class^="btn"][target="_blank"]:before {
	content: none;
}
a.btnMborder[class^="btn"][target="_blank"] {
	padding-right: 3em;
}
@media screen and (max-width: 750px) {
	a.btnMborder {
		font-weight: 500;
		padding: 1.1em 0;
		text-align: center;
		width: 100%;
	}
	a.btnMborder[class^="btn"][target="_blank"] {
		padding-right: 0;
	}
}
a.btnMborder:hover {
	background: #faecea;
	opacity: 1;
}

a.btnMint {
	background: #fff;
	border: 1px solid #fa812f;
	border-radius: 2em;
	color: #333;
	font-size: 1rem;
	min-width: 30%;
	padding: 1.1em 3em 1.1em 3.4em;
	/* sp */
}
a.btnMint.arrowR:after {
	color: #fa812f;
}
a.btnMint:before {
	color: #fa812f; 
	content: "\e93b";
	font-family: "yubin";
	font-size: 2rem;
	left: .9em;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}
a.btnMint[target="_blank"]:after {
	content: "\e924" !important;
	font-family: "yubin";
	font-size: .9rem;
}
@media screen and (max-width: 750px) {
	a.btnMint {
		font-weight: 500;
		padding: 1.1em 0;
		text-align: center;
		width: 100%;
	}
}

.btnArea.clm2 .clm {
	padding: 0 30px;
}

@media screen and (max-width: 750px) {
	.btnArea.clm2 .clm {
		margin-bottom: 20px; 
		padding: 0;
	}
	.btnArea.clm2 .clm a.btnL {
		padding: 26px 3em 26px 2em;
	}
	.btnArea.clm2 .clm:last-child {
		margin-bottom: 0;
	}
	.btnArea.spclm1 > * {
		margin-bottom: 10px;
	}
}

/* sp */
/*----------------------------------------------------------
	module
--------------------------------------------------------- */
/*  背景写真付きボックスモジュール
----------------------------------------------- */
/* wide */
.visualblockA a[href$=".pdf"]:after, .visualblockB a[href$=".pdf"]:after {
	color: #c00;
	content: "\50";
	display: inline-block; 
	font-family: "yubin";
	font-size: 21px;
	font-weight: normal;
	padding-left: .5em;
	position: relative;
	top: 3px;
}

.visualblockA .sphead, .visualblockB .sphead {
	display: none;
}

.visualblockA.wide .contBox.clm2, .visualblockB.wide .contBox.clm2 {
	background: #fff;
	padding: 0;
	width: 80%;
}
.visualblockA.wide .contBox.clm2 .clm, .visualblockB.wide .contBox.clm2 .clm {
	padding: 30px;
	position: relative;
}
.visualblockA.wide .contBox.clm2 .clm .clm, .visualblockB.wide .contBox.clm2 .clm .clm {
	padding: 0;
	width: 50%;
}
.visualblockA.wide .contBox.clm2 .clm .clm:last-child:before, .visualblockB.wide .contBox.clm2 .clm .clm:last-child:before {
	content: none;
}
.visualblockA.wide .contBox.clm2 .clm:last-child:before, .visualblockB.wide .contBox.clm2 .clm:last-child:before {
	border-left: 1px solid #ccc; 
	content: "";
	height: calc(100% - 100px);
	left: 0;
	position: absolute;
	top: 50px;
	width: 1px;
}
.visualblockA.wide .contBox.clm2 .clm.linklist, .visualblockB.wide .contBox.clm2 .clm.linklist {
	background: #f7f7f7;
	padding: 30px;
	position: relative;
	width: 60%;
}
.visualblockA.wide .contBox.clm2 .clm.linklist ul.arrowR li:before, .visualblockB.wide .contBox.clm2 .clm.linklist ul.arrowR li:before {
	content: none;
}
.visualblockA.wide .contBox.clm2 .clm.linklist ul.arrowR li a:before, .visualblockB.wide .contBox.clm2 .clm.linklist ul.arrowR li a:before {
	content: "\f105";
	display: inline-block;
	font-family: "yubin";
	margin-right: .5em;
}
.visualblockA.wide .contBox.clm2 .clm.linklist ul.arrowR li a[target="_blank"]:after, .visualblockB.wide .contBox.clm2 .clm.linklist ul.arrowR li a[target="_blank"]:after {
	color: #c00; 
	content: "\e924";
	font-family: "yubin";
	margin-left: .2em;
	position: relative;
	top: 1px;
}
.visualblockA.wide .contBox.clm2 .clm.linklist ul.arrowR li a, .visualblockB.wide .contBox.clm2 .clm.linklist ul.arrowR li a {
	display: block;
	transition: .3s;
}
.visualblockA.wide .contBox.clm2 .clm.linklist ul.arrowR li a:hover, .visualblockB.wide .contBox.clm2 .clm.linklist ul.arrowR li a:hover {
	background: white;
}
.visualblockA.wide .contBox.clm2 .clm.linklist ul.uline li, .visualblockB.wide .contBox.clm2 .clm.linklist ul.uline li {
	padding: 0;
}
.visualblockA.wide .contBox.clm2 .clm.linklist ul.uline li a, .visualblockB.wide .contBox.clm2 .clm.linklist ul.uline li a {
	padding: 1.1em .4em 1.1em 1.4em;
	text-indent: -.5em;
}
.visualblockA.wide .contBox.clm2 .clm.linklist + .clm, .visualblockB.wide .contBox.clm2 .clm.linklist + .clm {
	width: 40%;
}
.visualblockA.wide .contBox.clm2 .clm.linklist:before, .visualblockB.wide .contBox.clm2 .clm.linklist:before {
	content: none;
}
.visualblockA.wide .contBox.clm2 .clm.wide, .visualblockB.wide .contBox.clm2 .clm.wide {
	width: 100%;
}
.visualblockA.wide .contBox.clm2 a.btnM, .visualblockB.wide .contBox.clm2 a.btnM {
	min-width: 70%;
}

.visualblockA .contBox, .visualblockB .contBox {
	padding: 30px;
}
.visualblockA .contBox ul.uline, .visualblockB .contBox ul.uline {
	/*li:last-child{border-bottom:none;}*/
}
.visualblockA .contBox ul.uline li, .visualblockB .contBox ul.uline li {
	padding-left: 2em;
	text-indent: -.5em;
}
.visualblockA .contBox ul.arrowR.clm2 li, .visualblockB .contBox ul.arrowR.clm2 li {
	flex-basis: 48.5%;
}
.visualblockA .contBox ul.arrowR li, .visualblockB .contBox ul.arrowR li {
	padding-left: 0;
	text-indent: 0;
}
.visualblockA .contBox ul.arrowR li a[target="_blank"]:after, .visualblockB .contBox ul.arrowR li a[target="_blank"]:after {
	color: #c00; 
	content: "\e924";
	font-family: "yubin";
	margin-left: .2em;
	position: relative;
	top: 1px;
}

@media screen and (max-width: 750px) {
	.visualblockA .sphead, .visualblockB .sphead {
		display: block;
	}
	.visualblockA .sphead + .bgimg, .visualblockB .sphead + .bgimg {
		background-image: none !important;
		padding-top: 0;
	}
	.visualblockA .sphead + .bgimg > .gradient > .innerwidth, .visualblockB .sphead + .bgimg > .gradient > .innerwidth {
		margin-top: 0;
	}
	.visualblockA.wide .contBox.clm2, .visualblockB.wide .contBox.clm2 {
		display: block; 
		width: 100%;
	}
	.visualblockA.wide .contBox.clm2 div[class*="0p"], .visualblockB.wide .contBox.clm2 div[class*="0p"] {
		width: 100% !important;
	}
	.visualblockA.wide .contBox.clm2 .clm, .visualblockB.wide .contBox.clm2 .clm {
		padding: 0 3%; 
		width: 100%;
	}
	.visualblockA.wide .contBox.clm2 .clm .clm2, .visualblockB.wide .contBox.clm2 .clm .clm2 {
		display: block;
	}
	.visualblockA.wide .contBox.clm2 .clm .clm:first-child, .visualblockA.wide .contBox.clm2 .clm .clm:last-child, .visualblockB.wide .contBox.clm2 .clm .clm:first-child, .visualblockB.wide .contBox.clm2 .clm .clm:last-child {
		margin: 0 auto; 
		padding: 0;
		width: 100%;
	}
	.visualblockA.wide .contBox.clm2 .clm:last-child:before, .visualblockB.wide .contBox.clm2 .clm:last-child:before {
		border-left: none;
		border-top: 1px solid #ccc; 
		content: "";
		height: 1px;
		left: 0;
		margin: auto;
		position: absolute;
		right: 0;
		top: 0;
		width: calc(100% - 6%);
	}
	.visualblockA.wide .contBox.clm2 .clm:last-child, .visualblockB.wide .contBox.clm2 .clm:last-child {
		margin: 30px auto;
		padding-top: 30px;
	}
	.visualblockA.wide .contBox.clm2 .clm.linklist, .visualblockB.wide .contBox.clm2 .clm.linklist {
		background: #fff; 
		padding: 0px 3%;
		width: 100%;
	}
	.visualblockA.wide .contBox.clm2 .clm.linklist:before, .visualblockB.wide .contBox.clm2 .clm.linklist:before {
		border-top: 0; 
		content: none;
	}
	.visualblockA.wide .contBox.clm2 a.btnM, .visualblockB.wide .contBox.clm2 a.btnM {
		width: 100%;
	}
	.visualblockA.wide .contBox.clm2 ul.uline li:first-child, .visualblockB.wide .contBox.clm2 ul.uline li:first-child {
		border-top: 0;
	}
	.visualblockA .contBox, .visualblockB .contBox {
		width: 100% !important;
	}
	.visualblockA .contBox.clm2, .visualblockB .contBox.clm2 {
		padding-top: 10px !important;
	}
	.visualblockA .bgimg.align-rSP, .visualblockB .bgimg.align-rSP {
		background-position: right center;
	}
	.visualblockA .bgimg.spall, .visualblockB .bgimg.spall {
		background-size: 100%;
		padding-top: 25vh;
	}
}

/* sp */
/* base */
.visualblockA {
	background: #f1ece9;
}
.visualblockA.bottomover {
	margin-bottom: 100px !important;
	padding: 0;
}
.visualblockA.bottomover .contBox {
	bottom: -50px; 
	position: relative;
}
.visualblockA.bottomover .innerwidth {
	padding: 0;
}
.visualblockA .bgimg {
	background: #f1ece9;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 90% auto; 
	height: 100%;
	width: 100%;
}
.visualblockA .bgimg .gradient {
	background-image: linear-gradient(90deg, rgba(241, 236, 233, 0) 40%, #f1ece9 50%); 
	background-image: -webkit-gradient linear-gradient(90deg, rgba(241, 236, 233, 0) 40%, #f1ece9 50%);
	background-image: -moz-linear-gradient(90deg, rgba(241, 236, 233, 0) 40%, #f1ece9 50%);
	background-image: linear-gradient(90deg, rgba(241, 236, 233, 0) 40%, #f1ece9 50%);
}
.visualblockA .innerwidth {
	padding: 50px 0;
}
.visualblockA .contBox {
	background: #fff;
	box-shadow: 0px 0px 15px -5px #9d9690; 
	margin-left: auto;
	margin-right: 0;
	width: 58%;
}
.visualblockA .contBox h3 {
	font-size: 1.4rem;
	margin-bottom: .4em;
}
.visualblockA .contBox p {
	margin-bottom: .8em;
}
.visualblockA .contBox div.clm2 {
	justify-content: space-between; 
	margin-bottom: -20px;
}
.visualblockA .contBox div.clm2 .clm {
	flex-basis: 48.5%;
	margin-bottom: 20px;
}
.visualblockA .contBox .head {
	font-size: 1.25rem;
	margin-bottom: .4em;
}
.visualblockA .contBox ul.arrowLink.clm2 li {
	flex-basis: 48.5%;
}
.visualblockA .contBox ul.arrowLink li {
	padding-left: 0;
	text-indent: 0;
}
.visualblockA .contBox ul.uline.clm2 li:nth-child(odd) {
	flex-basis: 48.5%;
}
.visualblockA .contBox ul.uline.clm2 li:nth-child(even) {
	flex-basis: 48.5%;
}
.visualblockA .contBox a.btnM {
	min-width: 50%;
}

/* 郵便PC幅 */
@media screen and (min-width: 751px) and (max-width: 1366px) {
	.visualblockA .bgimg {
		background-size: 90% auto;
	}
	.visualblockA .contBox {
		padding: 30px 3%; 
		width: 60%;
	}
}

/* yubinpc */
@media screen and (max-width: 750px) {
	.visualblockA {
		background: none;
	}
	.visualblockA .bgimg {
		background-color: #fff; 
		background-position: top center;
		background-size: cover;
		padding-top: 25vh;
	}
	.visualblockA .bgimg.spnone {
		background: none !important;
		padding-top: 0;
	}
	.visualblockA .bgimg.spnone + .innerwidth {
		margin-top: 0;
	}
	.visualblockA .bgimg .gradient {
		background: none;
	}
	.visualblockA .innerwidth {
		margin-top: 30px; 
		padding: 0;
	}
	.visualblockA .contBox {
		box-shadow: none; 
		padding: 15px 3% 0;
		width: 100%;
	}
	.visualblockA .contBox ul.arrowR.clm2 li {
		padding-right: 0; 
		width: 100%;
	}
	.visualblockA .contBox ul.uline li:first-child {
		border-top: 1px solid #ccc;
	}
	.visualblockA .contBox ul.uline.clm2 li:nth-child(odd) {
		margin-right: 0%; 
		width: 100%;
	}
	.visualblockA .contBox ul.uline.clm2 li:nth-child(even) {
		margin-left: 0%; 
		width: 100%;
	}
	.visualblockA .contBox a.btnM {
		width: 100%;
	}
}

/* sp */
.visualblockB {
	background: #f1ece9;
}
.visualblockB.bottomover {
	margin-bottom: 100px !important;
	padding: 0;
}
.visualblockB.bottomover .contBox {
	bottom: -50px; 
	position: relative;
}
.visualblockB.bottomover .innerwidth {
	padding: 0;
}
.visualblockB .bgimg {
	background: #f1ece9;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 60% auto; 
	height: 100%;
	width: 100%;
}
.visualblockB .bgimg .gradient {
	background-image: linear-gradient(90deg, #f1ece9 50%, rgba(241, 236, 233, 0) 60%); 
	background-image: -webkit-gradient linear-gradient(90deg, #f1ece9 50%, rgba(241, 236, 233, 0) 60%);
	background-image: -moz-linear-gradient(90deg, #f1ece9 50%, rgba(241, 236, 233, 0) 60%);
	background-image: linear-gradient(90deg, #f1ece9 50%, rgba(241, 236, 233, 0) 60%);
}
.visualblockB .innerwidth {
	padding: 50px 0;
}
.visualblockB .contBox {
	background: #fff;
	box-shadow: 0px 0px 15px -5px #9d9690; 
	margin-left: 0;
	margin-right: auto;
	width: 60%;
}
.visualblockB .contBox h3 {
	font-size: 1.4rem;
	margin-bottom: .4em;
}
.visualblockB .contBox p {
	margin-bottom: .8rem;
}
.visualblockB .contBox div.clm2 {
	margin-bottom: -20px;
}
.visualblockB .contBox div.clm2 .clm {
	flex-basis: 48%;
	margin-bottom: 20px; 
	max-width: 48%;
}
.visualblockB .contBox div.clm2 .clm:nth-child(odd) {
	margin-right: 3%;
}
.visualblockB .contBox .head {
	font-size: 1.25rem;
	margin-bottom: .4em;
}
.visualblockB .contBox a.btnM {
	min-width: 50%;
}

/* 郵便PC幅 */
@media screen and (min-width: 751px) and (max-width: 1366px) {
	.visualblockB .bgimg {
		background-size: 90% auto;
	}
	.visualblockB .contBox {
		padding: 30px 3%; 
		width: 60%;
	}
}

/* yubinpc */
@media screen and (max-width: 750px) {
	.visualblockB {
		background: none;
	}
	.visualblockB.bottomover {
		margin-bottom: 50px !important;
	}
	.visualblockB.bottomover .contBox {
		bottom: 0; 
		position: static;
	}
	.visualblockB .bgimg {
		background-color: #fff; 
		background-position: top center;
		background-size: cover;
		padding-top: 25vh;
	}
	.visualblockB .bgimg.spnone {
		background: none !important;
		padding-top: 0;
	}
	.visualblockB .bgimg.spnone + .innerwidth {
		margin-top: 0;
	}
	.visualblockB .bgimg .gradient {
		background: none;
	}
	.visualblockB .innerwidth {
		margin-top: 30px; 
		padding: 0;
	}
	.visualblockB .contBox {
		box-shadow: none; 
		padding: 15px 3% 0;
		width: 100%;
	}
	.visualblockB .contBox h3 {
		font-size: 1.2rem;
	}
	.visualblockB .contBox p {
		font-size: .9rem;
	}
	.visualblockB .contBox div.clm2 {
		margin-bottom: -20px;
	}
	.visualblockB .contBox div.clm2 .clm {
		width: 100%;
	}
	.visualblockB .contBox div.clm2 .clm:nth-child(odd) {
		margin-right: 0;
	}
	.visualblockB .contBox ul.arrowR.clm2 li {
		padding-right: 0; 
		width: 100%;
	}
	.visualblockB .contBox ul.uline.clm2 li:nth-child(odd) {
		margin-right: 0%; 
		width: 100%;
	}
	.visualblockB .contBox ul.uline.clm2 li:nth-child(even) {
		margin-left: 0%; 
		width: 100%;
	}
	.visualblockB .contBox a.btnM {
		width: 100%;
	}
}

/* sp */
/* ニュース一覧 */
.arrange-r.more {
	/* sp */
}
.arrange-r.more a {
	color: #c00;
	text-decoration: none;
}
@media screen and (max-width: 750px) {
	.arrange-r.more a {
		color: #c00;
		font-size: 1rem;
		margin: .5em 0; 
		text-decoration: none;
	}
}

.arrange-l.back {
	/* sp */
}
.arrange-l.back a {
	color: #c00;
	text-decoration: none;
}
@media screen and (max-width: 750px) {
	.arrange-l.back a {
		color: #c00;
		font-size: .8rem; 
		text-decoration: none;
	}
}

.newsList dl {
	border-bottom: 1px solid #ccc;
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	padding: 18px 2%;
}

.newsList dl:first-child {
	border-top: 1px solid #ccc;
}

@media screen and (max-width: 750px) {
	.newsList dl {
		display: block;
		padding: 14px 2% 10px;
	}
}

/* sp */
.newsList li, .noticeList li {
	border-bottom: 1px solid #ccc;
}
.newsList li a, .noticeList li a {
	color: #333;
	display: block;
	text-decoration: none;
	transition: .3s;
}
.newsList li a:hover, .noticeList li a:hover {
	background: #faecea;
}

.newsList li:first-child, .noticeList li:first-child {
	border-top: 1px solid #ccc;
}

.newsList a[target="_blank"]:after, .noticeList a[target="_blank"]:after {
	color: #c00;
	content: "\e924";
	display: inline-block; 
	font-family: "yubin";
	font-size: 90%;
	font-weight: normal;
	margin-left: .3em;
	position: relative;
	top: 0px;
}

.newsList a[target="_blank"]:hover:after, .noticeList a[target="_blank"]:hover:after {
	text-decoration: none;
}

.newsreleaseList a[target="_blank"]:after {
	color: #c00;
	content: "\e924";
	font-family: "yubin";
	font-size: 90%; 
	font-weight: normal;
	margin-left: .3em;
	position: relative;
	top: 0px;
}

/* お知らせ-ご注意ください */
.careful .noticeList li {
	position: relative;
}
.careful .noticeList li a {
	display: block; 
	padding: 18px 15px 18px 60px;
}

.careful .noticeList li:before {
	bottom: 0;
	color: #c00;
	content: "\e92d";
	font-family: "yubin";
	font-size: 30px;
	font-weight: normal; 
	height: 30px;
	left: 20px;
	margin: auto;
	position: absolute;
	top: 0;
}

@media screen and (max-width: 750px) {
	.careful .noticeList li a {
		font-size: .9rem; 
		padding: 18px 10px 18px 54px;
	}
	.careful .noticeList li:before {
		left: 10px;
	}
}

/* sp */
/* お知らせ-カテゴリ付き */
.newsList dl dd {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "ヒラギノ角ゴシック", メイリオ, Meiryo, sans-serif; 
	width: 16em;
}
.newsList dl dd .date {
	color: #676767;
	margin-right: 1em;
}
.newsList dl dd .cat {
	border: 1px solid #c00;
	color: #c00;
	display: inline-block;
	font-size: .8rem;
	font-weight: 500;
	line-height: 1;
	min-width: 10em;
	padding: .3em .8em;
	text-align: center;
}

.newsList dl dt {
	flex: 1;
}

@media screen and (max-width: 750px) {
	.newsList dl dd {
		font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "ヒラギノ角ゴシック", メイリオ, Meiryo, sans-serif; 
		width: 100%;
	}
	.newsList dl dd .date {
		font-size: .8rem;
	}
	.newsList dl dt {
		font-size: .9rem; 
		margin: .5em 0;
	}
}

/* sp */
/* スライドバナー（ノーマルバナー画像） */
.slidebnr.swiper-container .swiper-pagination-bullets {
	margin-top: 30px; 
	position: relative;
}

.slidebnr.swiper-container .swiper-button-prev {
	margin-top: -22px;
}

.slidebnr.swiper-container .swiper-button-next {
	margin-top: -22px;
}

/* スライドバナー（ワイド画像） */
.slidebnr-wide .swiper-slide {
	opacity: .5;
}

.slidebnr-wide .swiper-slide-active {
	opacity: 1;
}

.slidecontainer_wide {
	overflow: hidden; 
	width: 100%;
}
.slidecontainer_wide .inner {
	margin: 0 auto 30px;
	max-width: 1200px; 
	position: relative;
}
.slidecontainer_wide .inner .swiper-container {
	height: 100%;
	overflow: visible;
	width: 100%;
	z-index: 1;
}
.slidecontainer_wide .inner .swiper-container .swiper-pagination {
	bottom: -30px !important;
}

/* リンク付きカルーセル（画像・テキスト） */
.slidepanel .swiper-container {
	margin: 40px auto 0;
	width: 100%;
}
.slidepanel .swiper-container .swiper-slide {
	text-align: center !important;
}
.slidepanel .swiper-container .swiper-pagination-bullets {
	margin-top: 30px; 
	position: relative;
}
.slidepanel .swiper-container .swiper-button-prev {
	top: 50%;
	transform: translate(0%, 0%);
	/*left:30px;*/
}
.slidepanel .swiper-container .swiper-button-next {
	top: 50%;
	transform: translate(0%, 0%);
	/*right:30px;*/
}

.slidepanel .swiper-wrapper {
	align-items: stretch;
}
.slidepanel .swiper-wrapper .swiper-slide {
	background: #fff; 
	border: 1px solid #ccc;
	height: auto;
}
.slidepanel .swiper-wrapper .swiper-slide a {
	height: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.slidepanel a {
	color: #333;
	display: block;
	text-decoration: none;
	transition: .3s;
}

.slidepanel a[target="_blank"] dl dd .title:after {
	color: #c00;
	content: "\e924";
	font-family: "yubin";
	font-size: 70%; 
	font-weight: normal;
	margin-left: .3em;
	position: relative;
	top: -2px;
}

.slidepanel a:hover {
	opacity: .7;
}

.slidepanel dl dt {
	text-align: center;
}
.slidepanel dl dt img {
	width: 100%;
}

.slidepanel dl dd {
	background: #fff;
	min-height: 140px; 
	padding: 20px 15px;
	text-align: left;
}
.slidepanel dl dd .title {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.15rem;
	font-weight: bold;
	line-height: 1.4; 
	margin-bottom: .5em;
}
.slidepanel dl dd p {
	font-size: .9rem;
}
.slidepanel dl dd p.sub {
	background: #c00;
	color: #fff;
	display: inline-block;
	font-size: .8rem;
	min-width: 6em;
	padding: .2em 1em;
	text-align: center;
}

.slidepanel.bgG a, .slidepanel.bgG2 a {
	border: none;
}

.slidepanel.sizeB dl dd {
	min-height: 160px;
}

/* tablet */
@media screen and (min-width: 751px) and (max-width: 1024px) {
	.slidepanel dl dd {
		padding: 16px 15px;
	}
	.slidepanel dl dd .title {
		font-size: 1rem;
	}
	.slidepanel dl dd p {
		font-size: .8rem;
	}
}

/* yubinpc */
@media screen and (max-width: 750px) {
	.slidepanel .swiper-container {
		margin: 30px auto 0;
	}
	.slidepanel dl dd {
		padding: 13px 15px;
	}
	.slidepanel dl dd .title {
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
		font-size: 1rem; 
		font-weight: bold;
		margin-bottom: .3em;
	}
	.slidepanel dl dd p {
		font-size: .8rem;
	}
}

/* sp */
/* リンク無しカルーセル（テキスト） */
.slidepanel.contslide .swiper-wrapper {
	align-items: stretch;
}
.slidepanel.contslide .swiper-wrapper dl.swiper-slide {
	border: none;
}
.slidepanel.contslide .swiper-wrapper dl.swiper-slide dd {
	background: none;
	min-height: auto; 
	padding: 0;
}

.slidepanel.contslide .swiper-container .swiper-button-prev, .slidepanel.contslide .swiper-container .swiper-button-next {
	top: 50%;
	transform: translate(-50%, -50%);
}

.slidepanel.contslide .swiper-container .swiper-pagination-bullets {
	margin-top: 0;
}

/* トップ　フローティングボックス */
.contWrap {
	position: relative;
}
.contWrap .floatingBlock {
	position: absolute;
	right: 0;
	top: 120px;
	z-index: 5;
}
.contWrap .floatingBlock .block {
	background: #fff;
	margin-bottom: 10px;
	padding: 20px 25px;
}
.contWrap .floatingBlock .block .head {
	color: #c00;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: .7em;
}
.contWrap .floatingBlock .block input[type="text"] {
	min-width: 160px;
	padding: 14px .8em;
	width: calc(100% - 58px);
}
.contWrap .floatingBlock .block input[type="button"] {
	background: #c00;
	border: none;
	color: #fff;
	font-family: "yubin";
	font-size: 28px;
	padding: 10px;
	vertical-align: bottom;
}
.contWrap .floatingBlock .block ul {
	margin-top: 10px;
}
.contWrap .floatingBlock .block ul li {
	padding-left: 0; 
	text-indent: 0;
}
.contWrap .floatingBlock .postsearch .head:before {
	content: "\e93f";
	font-family: "yubin";
	font-size: 48px;
	font-weight: normal;
	line-height: 0;
	margin-right: 8px; 
	position: relative;
	top: 14px;
}
.contWrap .floatingBlock .zipsearch .head:before {
	content: "\e945";
	font-family: "yubin";
	font-size: 48px;
	font-weight: normal;
	line-height: 0;
	margin-right: 8px; 
	position: relative;
	top: 14px;
}
.contWrap .floatingBlock .zipsearch dl dt select:after {
	content: "\e93f"; 
	font-family: "yubin";
}
.contWrap .yubinpc {
	display: none;
}
.contWrap .sidefixed {
	background: #c00;
	border-radius: 5px 0 0 5px;
	box-shadow: -1px 1px 5px 0px #a5a5a5; 
	position: fixed;
	right: -250px;
	transition: .3s;
}
.contWrap .sidefixed a {
	color: #fff;
	display: block;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "ヒラギノ角ゴシック", メイリオ, Meiryo, sans-serif;
	font-size: 15px;
	font-weight: 400; 
	height: 60px;
	padding: 0 10px;
	text-align: center;
	transition: .3s;
}
.contWrap .sidefixed a span {
	align-items: center;
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	padding: 5px 10px 5px 0;
}
.contWrap .sidefixed a:nth-child(2):before {
	border-top: 1px solid #fff;
	content: "";
	display: block;
	width: 100%;
}
.contWrap .sidefixed a:hover {
	background: rgba(255, 255, 255, .4); 
	text-decoration: none;
}
.contWrap .sidefixed span.postsearch-fixed:before {
	content: "\e93f";
	font-family: "yubin";
	font-size: 48px;
	font-weight: normal;
	margin-right: 10px;
}
.contWrap .sidefixed span.zipsearch-fixed:before {
	content: "\e945";
	font-family: "yubin";
	font-size: 48px;
	font-weight: normal;
	margin-right: 10px;
}
.contWrap .sidefixed:hover {
	right: 0 !important;
}

/* 郵便PC幅 */
@media screen and (min-width: 751px) and (max-width: 1366px) {
	.contWrap .floatingBlock .postsearch {
		display: none;
	}
	.contWrap .floatingBlock .zipsearch {
		display: none;
	}
	.contWrap .yubinpc {
		background: #c00;
		border-radius: 5px 0 0 5px;
		box-shadow: 0 0px 5px 2px #7b7b7b; 
		display: block;
		position: fixed;
		right: -160px;
		transition: .3s;
	}
	.contWrap .yubinpc a {
		color: #fff;
		display: block;
		font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "ヒラギノ角ゴシック", メイリオ, Meiryo, sans-serif;
		font-size: 15px;
		font-weight: 400; 
		height: 60px;
		padding: 0 10px;
		text-align: center;
		transition: .3s;
	}
	.contWrap .yubinpc a span {
		align-items: center;
		display: flex;
		display: -o-flex;
		display: -ms-flex;
		display: -moz-flex;
		display: -webkit-flex;
		padding: 5px 10px 5px 0;
	}
	.contWrap .yubinpc a:nth-child(2):before {
		border-top: 1px solid #fff;
		content: "";
		display: block;
		width: 100%;
	}
	.contWrap .yubinpc a:hover {
		background: rgba(255, 255, 255, .4); 
		text-decoration: none;
	}
	.contWrap .yubinpc span.postsearch-fixed:before {
		content: "\e93f";
		font-family: "yubin";
		font-size: 48px;
		font-weight: normal;
		margin-right: 10px;
	}
	.contWrap .yubinpc span.zipsearch-fixed:before {
		content: "\e945";
		font-family: "yubin";
		font-size: 48px;
		font-weight: normal;
		margin-right: 10px;
	}
	.contWrap .yubinpc:hover {
		right: 0 !important;
	}
	.contWrap .sidefixed {
		display: none;
	}
}

/* yubinpc */
@media screen and (max-width: 750px) {
	/* floating nav */
	/*.floatingBlock{display:none;}*/
	.sidefixed {
		display: none;
	}
}

/* sp */
.faqList a {
	text-decoration: underline;
}

.faqList a:hover {
	text-decoration: none;
}

.faqList dl.qa {
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.faqList dl.qa dt, .faqList dl.qa dd {
	padding-left: 28px; 
	position: relative;
}
.faqList dl.qa dt:before {
	color: #a0a0a0;
	content: "Q";
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "ヒラギノ角ゴシック", メイリオ, Meiryo, sans-serif;
	font-size: 22px;
	font-weight: 700;
	left: 0;
	line-height: .8; 
	position: absolute;
	top: 0;
}
.faqList dl.qa dd:before {
	color: #c00;
	content: "A";
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "ヒラギノ角ゴシック", メイリオ, Meiryo, sans-serif;
	font-size: 22px;
	font-weight: 700;
	left: 2px;
	line-height: .8; 
	position: absolute;
	top: 0;
}
.faqList dl.qa dt {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1rem; 
	font-weight: bold;
	margin-bottom: 8px;
}
.faqList dl.qa dt .category {
	border: 1px solid #c00;
	color: #c00;
	display: inline-block;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-right: .5em; 
	padding: 0 .5em;
}

/* タブボックス */
.tabBoxArea .nav-tab, .tabBoxArea_static .nav-tab {
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin: auto;
	/*margin:20px 0;*/
	max-width: 1200px;
	/* sp */
}
@media screen and (max-width: 750px) {
	.tabBoxArea .nav-tab, .tabBoxArea_static .nav-tab {
		padding: 0 3%; 
		width: 100%;
	}
}
.tabBoxArea .nav-tab li, .tabBoxArea_static .nav-tab li {
	background: #eee;
	border-radius: 5px 5px 0 0;
	color: #a0a0a0;
	cursor: pointer;
	flex: 1;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: bold;
	font-weight: bold;
	margin-right: 8px; 
	order: -1;
	padding: 1.3em .5em 1em;
	position: relative;
	text-align: center;
	transition: .3s;
	white-space: nowrap;
	z-index: 1;
}
.tabBoxArea .nav-tab li a:hover, .tabBoxArea_static .nav-tab li a:hover {
	text-decoration: none;
}
.tabBoxArea .nav-tab li:last-child, .tabBoxArea_static .nav-tab li:last-child {
	margin-right: 0;
}
.tabBoxArea .nav-tab li:hover, .tabBoxArea_static .nav-tab li:hover {
	color: #000; 
	opacity: .7;
}
.tabBoxArea .nav-tab li.active, .tabBoxArea_static .nav-tab li.active {
	background: #c00;
	color: #fff;
}
.tabBoxArea .nav-tab li.active:hover, .tabBoxArea_static .nav-tab li.active:hover {
	color: #fff;
}

.tabBoxArea .tab-wrap:after, .tabBoxArea_static .tab-wrap:after {
	background: #c00;
	content: "";
	display: block;
	height: 10px;
	order: -1; 
	width: 100%;
}

.tabBoxArea .tab_cont, .tabBoxArea_static .tab_cont {
	padding-top: 15px;
}
.tabBoxArea .tab_cont > .section.show, .tabBoxArea_static .tab_cont > .section.show {
	height: auto;
	opacity: 1;
	overflow: auto;
	transition: .5s opacity;
}
.tabBoxArea .tab_cont > .section, .tabBoxArea_static .tab_cont > .section {
	height: 0;
	opacity: 0; 
	overflow: hidden;
	width: 100%;
}

.tabBoxArea_static .nav-tab li a {
	display: block;
}

.tabBoxArea_static .nav-tab li.active {
	background: #c00;
	color: #fff;
}
.tabBoxArea_static .nav-tab li.active:hover {
	opacity: 1;
}

.tabBoxArea_static .tab_cont {
	padding-top: 15px;
}
.tabBoxArea_static .tab_cont > .section {
	height: auto;
	opacity: 1;
	overflow: auto;
	transition: .5s opacity;
}

@media screen and (max-width: 750px) {
	.tabBoxArea .nav-tab li {
		margin-right: 1vw; 
		margin-top: 5px;
	}
}

/* sp */
/*----------------------------------------------------------
	form
--------------------------------------------------------- */
input, button, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.errorMsg {
	background: #fff3f3;
	border: 1px solid #c00; 
	margin: 30px auto 20px;
	padding: 0 1.5% .8rem;
	position: relative;
}
.errorMsg:before {
	background: #fff;
	border: 1px solid #c00;
	border-radius: 1.5rem;
	color: #c00;
	content: "ご確認ください";
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "ヒラギノ角ゴシック", メイリオ, Meiryo, sans-serif;
	font-size: .9rem;
	font-weight: 400;
	padding: 5px 14px;
	position: relative;
	top: -.7rem;
}
.errorMsg li {
	padding-left: 2em;
	text-indent: -.5em;
}
.errorMsg li:before {
	color: #c00; 
	content: "\f105";
	display: inline-block;
	font-family: "yubin";
	margin-right: .5em;
}

.errorMsg:lang(en):before {
	content: "please confirm";
}

.formArea .indent {
	padding-left: 35px;
}

.formArea .disabledArea {
	background: #f7f7f7;
}
.formArea .disabledArea input:disabled {
	background: none !important;
}

.formArea input[type="radio"], .formArea input[type="checkbox"] {
	display: none;
}

.formArea .extra {
	font-size: 80%;
	margin: .5em 0;
}

.formArea dl.basic {
	border-bottom: 1px solid #ccc;
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	padding: 15px 0;
}
.formArea dl.basic dt {
	flex-basis: 30%;
}
.formArea dl.basic dt:before {
	color: #c00;
	content: "\f105";
	font-family: "yubin";
	margin-right: .4em;
}
.formArea dl.basic dd {
	flex-basis: 70%;
}

.formArea dl.box {
	border: 1px solid #646464;
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.formArea dl.box dt {
	align-items: center;
	background: #a0a0a0;
	color: #fff;
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: -moz-flex;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: bold; 
	justify-content: center;
	min-width: 10em;
	padding: 15px;
}
.formArea dl.box dd {
	background: #fff;
	flex: 1;
	padding: 15px;
}

.formArea dl.form1line {
	display: flex; 
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
}
.formArea dl.form1line dt.full {
	flex: 1;
}
.formArea dl.form1line dt.multi {
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex: 1;
	justify-content: space-between;
}
.formArea dl.form1line dd.btn {
	padding-left: 6px;
}

.formArea dl .fixedsub {
	position: relative;
}
.formArea dl .fixedsub .sub {
	position: absolute;
	right: 15px; 
	top: 15px;
}
.formArea dl .fixedsub .sub a.btn {
	background: #c00;
	border-radius: 5px; 
	color: #fff;
	font-size: .8rem;
	padding: .2em 1em;
}

.formArea dl.compact {
	align-items: flex-start; 
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
}
.formArea dl.compact .head {
	background: #fff; 
	border: 1px solid #c00;
	color: #c00;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "ヒラギノ角ゴシック", メイリオ, Meiryo, sans-serif;
	font-weight: 700;
	margin-right: 8px;
	padding: .6em 0;
	text-align: center;
	width: 5em;
}
.formArea dl.compact dt, .formArea dl.compact dd {
	flex-basis: auto;
	min-width: 0; 
	padding: 0;
}
.formArea dl.compact dd {
	flex: 1;
}
.formArea dl.compact ul.flex {
	align-items: flex-start;
}

.formArea .btnArea {
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	justify-content: center;
	margin: 15px auto;
}
.formArea .btnArea input, .formArea .btnArea button {
	margin: 0 1%;
}

.formArea .btnArea.both-end {
	justify-content: space-between;
}

.formArea textarea, .formArea input[type="text"], .formArea input[type="email"], .formArea input[type="tel"], .formArea input[type="date"], .formArea input[type="password"], .formArea input[type="time"] {
	background: #ededed;
	border: none;
	color: #333;
	padding: .9rem;
}
.formArea textarea:disabled, .formArea input[type="text"]:disabled, .formArea input[type="email"]:disabled, .formArea input[type="tel"]:disabled, .formArea input[type="date"]:disabled, .formArea input[type="password"]:disabled, .formArea input[type="time"]:disabled {
	background: #fff; 
	border: 1px dashed #aaa;
	color: #aaa;
}
.formArea textarea.slim, .formArea input[type="text"].slim, .formArea input[type="email"].slim, .formArea input[type="tel"].slim, .formArea input[type="date"].slim, .formArea input[type="password"].slim, .formArea input[type="time"].slim {
	padding: .5em .8em;
}

.formArea input[type="button"].searchicon, .formArea input[type="submit"].searchicon {
	background: #c00;
	border: none;
	color: #fff;
	font-family: "yubin";
	font-size: 22px;
	line-height: 1; 
	padding: .7rem;
	vertical-align: bottom;
}

.formArea input[type="submit"], .formArea input[type="button"], .formArea input[type="reset"], .formArea button[type="submit"], .formArea button[type="button"], .formArea button[type="reset"] {
	appearance: none;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "ヒラギノ角ゴシック", メイリオ, Meiryo, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	outline: none;
	padding: 1.1em 2em;
}
.formArea input[type="submit"]:hover, .formArea input[type="button"]:hover, .formArea input[type="reset"]:hover, .formArea button[type="submit"]:hover, .formArea button[type="button"]:hover, .formArea button[type="reset"]:hover {
	opacity: .7;
}
.formArea input[type="submit"]:disabled, .formArea input[type="button"]:disabled, .formArea input[type="reset"]:disabled, .formArea button[type="submit"]:disabled, .formArea button[type="button"]:disabled, .formArea button[type="reset"]:disabled {
	background: #c8c8c8 !important;
	color: #7f7f7f !important;
	/*text-decoration: line-through;*/
}
.formArea input[type="submit"]:disabled:hover, .formArea input[type="button"]:disabled:hover, .formArea input[type="reset"]:disabled:hover, .formArea button[type="submit"]:disabled:hover, .formArea button[type="button"]:disabled:hover, .formArea button[type="reset"]:disabled:hover {
	opacity: 1;
}
.formArea input[type="submit"].borderR, .formArea input[type="button"].borderR, .formArea input[type="reset"].borderR, .formArea button[type="submit"].borderR, .formArea button[type="button"].borderR, .formArea button[type="reset"].borderR {
	background: #fff;
	border: 1px solid #c00;
	color: #c00;
}
.formArea input[type="submit"].slim, .formArea input[type="button"].slim, .formArea input[type="reset"].slim, .formArea button[type="submit"].slim, .formArea button[type="button"].slim, .formArea button[type="reset"].slim {
	font-size: .9rem; 
	padding: .7em 2.5em;
}

.formArea input[type="submit"], .formArea button[type="submit"], .formArea input.btnRed {
	background: #c00;
	color: #fff;
}

.formArea input[type="reset"], .formArea button[type="reset"], .formArea input.back, .formArea button.back {
	background: #494949;
	color: #fff;
}

.formArea ul.item {
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.formArea ul.item li {
	margin: 0 10px 20px 0;
}
.formArea ul.item li:last-child {
	margin-right: 0;
}

.formArea ul.item.vertical {
	display: block;
}
.formArea ul.item.vertical li {
	margin-bottom: 18px;
}
.formArea ul.item.vertical li:last-child {
	margin-bottom: 0;
}

.formArea input[type="radio"] + label {
	border-radius: 5px; 
	cursor: pointer;
	padding: .5em;
}

.formArea input[type="radio"] + label:before {
	color: #737373; 
	content: "\e949";
	display: inline-block;
	font-family: "yubin";
	font-size: 25px;
	margin: -1px 3px 0 0;
	vertical-align: middle;
}

.formArea input[type="radio"]:checked + label:before {
	color: #c00; 
	content: "\e949";
	font-family: "yubin";
}

.formArea input[type="radio"]:checked + label {
	background: #faecea;
	font-weight: bold;
}

.formArea input[type="checkbox"] + label {
	border-radius: 5px; 
	cursor: pointer;
	padding: .5em;
}

.formArea input[type="checkbox"] + label:before {
	color: #737373; 
	content: "\e92b";
	display: inline-block;
	font-family: "yubin";
	font-size: 25px;
	margin: -1px 3px 0 0;
	vertical-align: middle;
}

.formArea input[type="checkbox"]:checked + label:before {
	color: #c00; 
	content: "\e92a";
	font-family: "yubin";
}

.formArea input[type="checkbox"]:checked + label {
	background: #faecea;
	font-weight: bold;
}

.formArea .sizeFull {
	width: 100%;
}

.formArea .sizeHalf {
	width: 50%;
}

.formArea .sizeShort {
	width: 30%;
}

.selectWrap {
	background: #ededed; 
	display: inline-block;
	/*width: auto;*/
	position: relative;
}
.selectWrap::after {
	border: 0px;
	border-bottom: solid 2px #b4b3b3;
	border-right: solid 2px #b4b3b3;
	content: "";
	height: 6px;
	margin-top: -4px; 
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 6px;
}
.selectWrap .select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 2px; 
	padding: .9em 40px .9em 10px;
	position: relative;
	width: 100%;
	z-index: 1;
}
.selectWrap select::-ms-expand {
	display: none;
}

@media screen and (max-width: 750px) {
	.formArea textarea, .formArea input[type="text"], .formArea input[type="email"], .formArea input[type="tel"], .formArea input[type="date"], .formArea input[type="password"], .formArea input[type="time"] {
		border-radius: 0;
	}
	.formArea dl.box dt {
		width: 100%;
	}
	.formArea dl.box .fixedsub .sub {
		position: static;
	}
	.formArea dl.box .fixedsub .sub a {
		display: block; 
		width: 100%;
	}
	.formArea input[type="radio"] + label, .formArea input[type="checkbox"] + label {
		padding: .8em .5em;
	}
	.formArea input[type="radio"] + label.tooltip
	input[type="checkbox"] + label.tooltip {
		display: inline-block;
	}
	.selectWrap .select {
		padding: 1.2em 40px 1.2em 10px;
	}
	.formArea.spfull dl.basic {
		display: block;
		/*input[type="radio"] + label,input[type="checkbox"] + label{
				display:block;
			}*/
	}
	.formArea.spfull dl.basic dt, .formArea.spfull dl.basic dd {
		flex-basis: 100%; 
		max-width: 100%;
	}
	.formArea.spfull dl.basic dt {
		margin-bottom: .5em;
	}
	.formArea.spfull dl.basic textarea, .formArea.spfull dl.basic .selectWrap, .formArea.spfull dl.basic select, .formArea.spfull dl.basic input[type="text"], .formArea.spfull dl.basic input[type="email"], .formArea.spfull dl.basic input[type="tel"], .formArea.spfull dl.basic input[type="date"], .formArea.spfull dl.basic input[type="password"], .formArea.spfull dl.basic input[type="time"] {
		border-radius: 0;
		width: 100%;
	}
	.formArea.spfull dl.basic input[type="radio"] + label, .formArea.spfull dl.basic input[type="checkbox"] + label {
		display: inline-block;
	}
	.formArea.spfull dl.basic ul.item li {
		margin: 8px 0 8px 0;
	}
}

/* sp */
/* Chrome */
::-webkit-input-placeholder {
	color: #666;
}

/* Firefox */
::-moz-placeholder {
	color: #666;
}

/* IE */
:-ms-input-placeholder {
	color: #666;
}

/*----------------------------------------------------------
	margin / position
--------------------------------------------------------- */
*.arrange-c {
	text-align: center;
}

*.arrange-l {
	text-align: left;
}

*.arrange-r {
	text-align: right;
}

@media screen and (max-width: 750px) {
	*.arrange-csp {
		text-align: center;
	}
	*.arrange-lsp {
		text-align: left;
	}
	*.arrange-rsp {
		text-align: right;
	}
}

/* sp */
*.bl-center {
	margin: auto;
}

*.bl-left {
	margin-left: 0 !important; 
	margin-right: auto;
}

*.bl-right {
	margin-left: auto;
	margin-right: 0 !important;
}

*.height1em {
	min-height: 1em;
}

*.height1_5em {
	min-height: 1.5em;
}

*.height2em {
	min-height: 2em;
}

*.height2_5em {
	min-height: 2.5em;
}

*.height3em {
	min-height: 3em;
}

*.height3_5em {
	min-height: 3.5em;
}

*.height4em {
	min-height: 4em;
}

*.height4_5em {
	min-height: 4.5em;
}

*.height5em {
	min-height: 5em;
}

*.sp0 {
	margin: 0px !important;
}

*.sp5 {
	margin: 5px !important;
}

*.sp10 {
	margin: 10px !important;
}

*.sp15 {
	margin: 15px !important;
}

*.sp20 {
	margin: 20px !important;
}

*.sp25 {
	margin: 25px !important;
}

*.sp30 {
	margin: 30px !important;
}

*.sp40 {
	margin: 40px !important;
}

*.sp50 {
	margin: 50px !important;
}

*.sp60 {
	margin: 60px !important;
}

*.sp70 {
	margin: 70px !important;
}

*.sp80 {
	margin: 80px !important;
}

*.sp90 {
	margin: 90px !important;
}

*.sp-b1em {
	margin-bottom: 1em;
}

*.sp-b2em {
	margin-bottom: 2em;
}

*.sp-b3em {
	margin-bottom: 3em;
}

*.sp-t1em {
	margin-top: 1em;
}

*.sp-t2em {
	margin-top: 2em;
}

*.sp-t3em {
	margin-top: 3em;
}

*.sp-r1em {
	margin-right: 1em;
}

*.sp-r2em {
	margin-right: 2em;
}

*.sp-r3em {
	margin-right: 3em;
}

*.sp-l1em {
	margin-left: 1em;
}

*.sp-l2em {
	margin-left: 2em;
}

*.sp-l3em {
	margin-left: 3em;
}

*.sp-v0 {
	margin-bottom: 0px !important; 
	margin-top: 0px !important;
}

*.sp-v5 {
	margin-bottom: 5px !important; 
	margin-top: 5px !important;
}

*.sp-v10 {
	margin-bottom: 10px !important; 
	margin-top: 10px !important;
}

*.sp-v15 {
	margin-bottom: 15px !important; 
	margin-top: 15px !important;
}

*.sp-v20 {
	margin-bottom: 20px !important; 
	margin-top: 20px !important;
}

*.sp-v25 {
	margin-bottom: 25px !important; 
	margin-top: 25px !important;
}

*.sp-v30 {
	margin-bottom: 30px !important; 
	margin-top: 30px !important;
}

*.sp-v40 {
	margin-bottom: 40px !important; 
	margin-top: 40px !important;
}

*.sp-v50 {
	margin-bottom: 50px !important; 
	margin-top: 50px !important;
}

*.sp-v60 {
	margin-bottom: 60px !important; 
	margin-top: 60px !important;
}

*.sp-v70 {
	margin-bottom: 70px !important; 
	margin-top: 70px !important;
}

*.sp-v80 {
	margin-bottom: 80px !important; 
	margin-top: 80px !important;
}

*.sp-v90 {
	margin-bottom: 90px !important; 
	margin-top: 90px !important;
}

*.sp-t0 {
	margin-top: 0px !important;
}

*.sp-t5 {
	margin-top: 5px !important;
}

*.sp-t10 {
	margin-top: 10px !important;
}

*.sp-t15 {
	margin-top: 15px !important;
}

*.sp-t20 {
	margin-top: 20px !important;
}

*.sp-t25 {
	margin-top: 25px !important;
}

*.sp-t30 {
	margin-top: 30px !important;
}

*.sp-t40 {
	margin-top: 40px !important;
}

*.sp-t50 {
	margin-top: 50px !important;
}

*.sp-t60 {
	margin-top: 60px !important;
}

*.sp-t70 {
	margin-top: 70px !important;
}

*.sp-t80 {
	margin-top: 80px !important;
}

*.sp-t90 {
	margin-top: 90px !important;
}

*.sp-b0 {
	margin-bottom: 0px !important;
}

*.sp-b5 {
	margin-bottom: 5px !important;
}

*.sp-b10 {
	margin-bottom: 10px !important;
}

*.sp-b15 {
	margin-bottom: 15px !important;
}

*.sp-b20 {
	margin-bottom: 20px !important;
}

*.sp-b25 {
	margin-bottom: 25px !important;
}

*.sp-b30 {
	margin-bottom: 30px !important;
}

*.sp-b40 {
	margin-bottom: 40px !important;
}

*.sp-b50 {
	margin-bottom: 50px !important;
}

*.sp-b60 {
	margin-bottom: 60px !important;
}

*.sp-b70 {
	margin-bottom: 70px !important;
}

*.sp-b80 {
	margin-bottom: 80px !important;
}

*.sp-b90 {
	margin-bottom: 90px !important;
}

*.sp-r0 {
	margin-right: 0px !important;
}

*.sp-r5 {
	margin-right: 5px !important;
}

*.sp-r10 {
	margin-right: 10px !important;
}

*.sp-r15 {
	margin-right: 15px !important;
}

*.sp-r20 {
	margin-right: 20px !important;
}

*.sp-r25 {
	margin-right: 25px !important;
}

*.sp-r30 {
	margin-right: 30px !important;
}

*.sp-r40 {
	margin-right: 40px !important;
}

*.sp-r50 {
	margin-right: 50px !important;
}

*.sp-r60 {
	margin-right: 60px !important;
}

*.sp-r70 {
	margin-right: 70px !important;
}

*.sp-r80 {
	margin-right: 80px !important;
}

*.sp-r90 {
	margin-right: 90px !important;
}

*.sp-l0 {
	margin-left: 0px !important;
}

*.sp-l5 {
	margin-left: 5px !important;
}

*.sp-l10 {
	margin-left: 10px !important;
}

*.sp-l15 {
	margin-left: 15px !important;
}

*.sp-l20 {
	margin-left: 20px !important;
}

*.sp-l25 {
	margin-left: 25px !important;
}

*.sp-l30 {
	margin-left: 30px !important;
}

*.sp-l40 {
	margin-left: 40px !important;
}

*.sp-l50 {
	margin-left: 50px !important;
}

*.sp-l60 {
	margin-left: 60px !important;
}

*.sp-l70 {
	margin-left: 70px !important;
}

*.sp-l80 {
	margin-left: 80px !important;
}

*.sp-l90 {
	margin-left: 90px !important;
}

*.sp-mt5 {
	margin-top: -5px !important;
}

*.sp-mt10 {
	margin-top: -10px !important;
}

*.sp-mt15 {
	margin-top: -15px !important;
}

*.sp-mt20 {
	margin-top: -20px !important;
}

*.sp-mt25 {
	margin-top: -25px !important;
}

*.sp-mt30 {
	margin-top: -30px !important;
}

*.sp-mt40 {
	margin-top: -40px !important;
}

*.sp-mt50 {
	margin-top: -50px !important;
}

*.sp-mb5 {
	margin-bottom: -5px !important;
}

*.sp-mb10 {
	margin-bottom: -10px !important;
}

*.sp-mb15 {
	margin-bottom: -15px !important;
}

*.sp-mb20 {
	margin-bottom: -20px !important;
}

*.sp-mb25 {
	margin-bottom: -25px !important;
}

*.sp-mb30 {
	margin-bottom: -30px !important;
}

*.sp-mb40 {
	margin-bottom: -40px !important;
}

*.sp-mb50 {
	margin-bottom: -50px !important;
}

*.sp-lr0 {
	margin-left: 0px !important; 
	margin-left: 0px !important;
}

*.sp-lr5 {
	margin-left: 5px !important; 
	margin-left: 5px !important;
}

*.sp-lr10 {
	margin-left: 10px !important; 
	margin-left: 10px !important;
}

*.sp-lr15 {
	margin-left: 15px !important; 
	margin-left: 15px !important;
}

*.sp-lr20 {
	margin-left: 20px !important; 
	margin-left: 20px !important;
}

*.sp-lr25 {
	margin-left: 25px !important; 
	margin-left: 25px !important;
}

*.sp-lr30 {
	margin-left: 30px !important; 
	margin-left: 30px !important;
}

*.sp-lr40 {
	margin-left: 40px !important; 
	margin-left: 40px !important;
}

*.sp-lr50 {
	margin-left: 50px !important; 
	margin-left: 50px !important;
}

*.sp-lr60 {
	margin-left: 60px !important; 
	margin-left: 60px !important;
}

*.sp-lr70 {
	margin-left: 70px !important; 
	margin-left: 70px !important;
}

*.sp-lr80 {
	margin-left: 80px !important; 
	margin-left: 80px !important;
}

*.sp-lr90 {
	margin-left: 90px !important; 
	margin-left: 90px !important;
}

*.sp-lr3p {
	margin-left: 3%; 
	margin-right: 3%;
}

*.sp-lr4p {
	margin-left: 4%; 
	margin-right: 4%;
}

*.sp-lr5p {
	margin-left: 5%; 
	margin-right: 5%;
}

*.sp-lr10p {
	margin-left: 10%; 
	margin-right: 10%;
}

*.sp-lr15p {
	margin-left: 15%; 
	margin-right: 15%;
}

*.sp-lr20p {
	margin-left: 20%; 
	margin-right: 20%;
}

*.sp-lr30p {
	margin-left: 30%; 
	margin-right: 30%;
}

* .w10p {
	width: 10% !important;
}

* .w20p {
	width: 20% !important;
}

* .w30p {
	width: 30% !important;
}

* .w40p {
	width: 40% !important;
}

* .w50p {
	width: 50% !important;
}

* .w60p {
	width: 60% !important;
}

* .w70p {
	width: 70% !important;
}

* .w80p {
	width: 80% !important;
}

* .w90p {
	width: 90% !important;
}

* .w100p {
	width: 100% !important;
}

*.pd0 {
	padding: 0px !important;
}

*.pd5 {
	padding: 5px;
}

*.pd10 {
	padding: 10px;
}

*.pd15 {
	padding: 15px;
}

*.pd20 {
	padding: 20px;
}

*.pd25 {
	padding: 25px;
}

*.pd30 {
	padding: 30px;
}

*.pd40 {
	padding: 40px;
}

*.pd50 {
	padding: 50px;
}

*.pd-lr5 {
	padding-left: 5px !important; 
	padding-right: 5px !important;
}

*.pd-lr10 {
	padding-left: 10px !important; 
	padding-right: 10px !important;
}

*.pd-lr15 {
	padding-left: 15px !important; 
	padding-right: 15px !important;
}

*.pd-lr20 {
	padding-left: 20px !important; 
	padding-right: 20px !important;
}

*.pd-lr25 {
	padding-left: 25px !important; 
	padding-right: 25px !important;
}

*.pd-lr30 {
	padding-left: 30px !important; 
	padding-right: 30px !important;
}

*.pd-lr40 {
	padding-left: 40px !important; 
	padding-right: 40px !important;
}

*.pd-lr50 {
	padding-left: 50px !important; 
	padding-right: 50px !important;
}

*.pd-lr3p {
	padding-left: 3%; 
	padding-right: 3%;
}

*.pd-lr4p {
	padding-left: 4%; 
	padding-right: 4%;
}

*.pd-lr5p {
	padding-left: 5%; 
	padding-right: 5%;
}

*.pd-lr10p {
	padding-left: 10%; 
	padding-right: 10%;
}

*.pd-lr15p {
	padding-left: 15%; 
	padding-right: 15%;
}

*.pd-lr20p {
	padding-left: 20%; 
	padding-right: 20%;
}

*.pd-lr30p {
	padding-left: 30%; 
	padding-right: 30%;
}

*.pd-v5 {
	padding-bottom: 5px !important; 
	padding-top: 5px !important;
}

*.pd-v10 {
	padding-bottom: 10px !important; 
	padding-top: 10px !important;
}

*.pd-v15 {
	padding-bottom: 15px !important; 
	padding-top: 15px !important;
}

*.pd-v20 {
	padding-bottom: 20px !important; 
	padding-top: 20px !important;
}

*.pd-v25 {
	padding-bottom: 25px !important; 
	padding-top: 25px !important;
}

*.pd-v30 {
	padding-bottom: 30px !important; 
	padding-top: 30px !important;
}

*.pd-v40 {
	padding-bottom: 40px !important; 
	padding-top: 40px !important;
}

*.pd-v50 {
	padding-bottom: 50px !important; 
	padding-top: 50px !important;
}

*.pd-t0 {
	padding-top: 0px !important;
}

*.pd-t5 {
	padding-top: 5px !important;
}

*.pd-t10 {
	padding-top: 10px !important;
}

*.pd-t15 {
	padding-top: 15px !important;
}

*.pd-t20 {
	padding-top: 20px !important;
}

*.pd-t25 {
	padding-top: 25px !important;
}

*.pd-t30 {
	padding-top: 30px !important;
}

*.pd-t40 {
	padding-top: 40px !important;
}

*.pd-t50 {
	padding-top: 50px !important;
}

*.pd-t60 {
	padding-top: 60px !important;
}

*.pd-t70 {
	padding-top: 70px !important;
}

*.pd-t80 {
	padding-top: 80px !important;
}

*.pd-t90 {
	padding-top: 90px !important;
}

*.pd-b0 {
	padding-bottom: 0px !important;
}

*.pd-b5 {
	padding-bottom: 5px !important;
}

*.pd-b10 {
	padding-bottom: 10px !important;
}

*.pd-b15 {
	padding-bottom: 15px !important;
}

*.pd-b20 {
	padding-bottom: 20px !important;
}

*.pd-b25 {
	padding-bottom: 25px !important;
}

*.pd-b30 {
	padding-bottom: 30px !important;
}

*.pd-b40 {
	padding-bottom: 40px !important;
}

*.pd-b50 {
	padding-bottom: 50px !important;
}

*.pd-b60 {
	padding-bottom: 60px !important;
}

*.pd-b70 {
	padding-bottom: 70px !important;
}

*.pd-b80 {
	padding-bottom: 80px !important;
}

*.pd-b90 {
	padding-bottom: 90px !important;
}

*.pd-r0 {
	padding-right: 0px !important;
}

*.pd-r5 {
	padding-right: 5px !important;
}

*.pd-r10 {
	padding-right: 10px !important;
}

*.pd-r15 {
	padding-right: 15px !important;
}

*.pd-r20 {
	padding-right: 20px !important;
}

*.pd-r25 {
	padding-right: 25px !important;
}

*.pd-r30 {
	padding-right: 30px !important;
}

*.pd-r40 {
	padding-right: 40px !important;
}

*.pd-r50 {
	padding-right: 50px !important;
}

*.pd-r60 {
	padding-right: 60px !important;
}

*.pd-r70 {
	padding-right: 70px !important;
}

*.pd-r80 {
	padding-right: 80px !important;
}

*.pd-r90 {
	padding-right: 90px !important;
}

*.pd-l0 {
	padding-left: 0px !important;
}

*.pd-l5 {
	padding-left: 5px !important;
}

*.pd-l10 {
	padding-left: 10px !important;
}

*.pd-l15 {
	padding-left: 15px !important;
}

*.pd-l20 {
	padding-left: 20px !important;
}

*.pd-l25 {
	padding-left: 25px !important;
}

*.pd-l30 {
	padding-left: 30px !important;
}

*.pd-l40 {
	padding-left: 40px !important;
}

*.pd-l50 {
	padding-left: 50px !important;
}

*.pd-l60 {
	padding-left: 60px !important;
}

*.pd-l70 {
	padding-left: 70px !important;
}

*.pd-l80 {
	padding-left: 80px !important;
}

*.pd-l90 {
	padding-left: 90px !important;
}

.radius3 {
	border-radius: 3px;
}

.radius5 {
	border-radius: 5px;
}

.radius10 {
	border-radius: 10px;
}

.radius15 {
	border-radius: 15px;
}

.radius20 {
	border-radius: 20px;
}

.radius30 {
	border-radius: 30px;
}

.radius40 {
	border-radius: 40px;
}

.radius50 {
	border-radius: 50px;
}

.o-hidden {
	overflow: hidden;
}

.indent {
	margin-left: 1em;
}

.nominW {
	min-width: auto !important;
}

.nominH {
	min-height: auto !important;
}

.nomaxW {
	max-width: auto !important;
}

.nomaxH {
	max-height: auto !important;
}

/* tablet */
@media screen and (min-width: 751px) and (max-width: 1024px) {
	.w10p-tb {
		width: 10% !important;
	}
	.w20p-tb {
		width: 20% !important;
	}
	.w30p-tb {
		width: 30% !important;
	}
	.w40p-tb {
		width: 40% !important;
	}
	.w50p-tb {
		width: 50% !important;
	}
	.w60p-tb {
		width: 60% !important;
	}
	.w70p-tb {
		width: 70% !important;
	}
	.w80p-tb {
		width: 80% !important;
	}
	.w90p-tb {
		width: 90% !important;
	}
	.w100p-tb {
		width: 100% !important;
	}
	*.sp0tb {
		margin: 0px !important;
	}
	*.sp5tb {
		margin: 5px !important;
	}
	*.sp10tb {
		margin: 10px !important;
	}
	*.sp15tb {
		margin: 15px !important;
	}
	*.sp20tb {
		margin: 20px !important;
	}
	*.sp25tb {
		margin: 25px !important;
	}
	*.sp30tb {
		margin: 30px !important;
	}
	*.sp40tb {
		margin: 40px !important;
	}
	*.sp50tb {
		margin: 50px !important;
	}
	*.sp60tb {
		margin: 60px !important;
	}
	*.sp70tb {
		margin: 70px !important;
	}
	*.sp80tb {
		margin: 80px !important;
	}
	*.sp90tb {
		margin: 90px !important;
	}
	*.sp-v0tb {
		margin-bottom: 0px !important; 
		margin-top: 0px !important;
	}
	*.sp-v5tb {
		margin-bottom: 5px !important; 
		margin-top: 5px !important;
	}
	*.sp-v10tb {
		margin-bottom: 10px !important; 
		margin-top: 10px !important;
	}
	*.sp-v15tb {
		margin-bottom: 15px !important; 
		margin-top: 15px !important;
	}
	*.sp-v20tb {
		margin-bottom: 20px !important; 
		margin-top: 20px !important;
	}
	*.sp-v25tb {
		margin-bottom: 25px !important; 
		margin-top: 25px !important;
	}
	*.sp-v30tb {
		margin-bottom: 30px !important; 
		margin-top: 30px !important;
	}
	*.sp-v40tb {
		margin-bottom: 40px !important; 
		margin-top: 40px !important;
	}
	*.sp-v50tb {
		margin-bottom: 50px !important; 
		margin-top: 50px !important;
	}
	*.sp-v60tb {
		margin-bottom: 60px !important; 
		margin-top: 60px !important;
	}
	*.sp-v70tb {
		margin-bottom: 70px !important; 
		margin-top: 70px !important;
	}
	*.sp-v80tb {
		margin-bottom: 80px !important; 
		margin-top: 80px !important;
	}
	*.sp-v90tb {
		margin-bottom: 90px !important; 
		margin-top: 90px !important;
	}
	*.sp-t0tb {
		margin-top: 0px !important;
	}
	*.sp-t5tb {
		margin-top: 5px !important;
	}
	*.sp-t10tb {
		margin-top: 10px !important;
	}
	*.sp-t15tb {
		margin-top: 15px !important;
	}
	*.sp-t20tb {
		margin-top: 20px !important;
	}
	*.sp-t25tb {
		margin-top: 25px !important;
	}
	*.sp-t30tb {
		margin-top: 30px !important;
	}
	*.sp-t40tb {
		margin-top: 40px !important;
	}
	*.sp-t50tb {
		margin-top: 50px !important;
	}
	*.sp-t60tb {
		margin-top: 60px !important;
	}
	*.sp-t70tb {
		margin-top: 70px !important;
	}
	*.sp-t80tb {
		margin-top: 80px !important;
	}
	*.sp-t90tb {
		margin-top: 90px !important;
	}
	*.sp-b0tb {
		margin-bottom: 0px !important;
	}
	*.sp-b5tb {
		margin-bottom: 5px !important;
	}
	*.sp-b10tb {
		margin-bottom: 10px !important;
	}
	*.sp-b15tb {
		margin-bottom: 15px !important;
	}
	*.sp-b20tb {
		margin-bottom: 20px !important;
	}
	*.sp-b25tb {
		margin-bottom: 25px !important;
	}
	*.sp-b30tb {
		margin-bottom: 30px !important;
	}
	*.sp-b40tb {
		margin-bottom: 40px !important;
	}
	*.sp-b50tb {
		margin-bottom: 50px !important;
	}
	*.sp-b60tb {
		margin-bottom: 60px !important;
	}
	*.sp-b70tb {
		margin-bottom: 70px !important;
	}
	*.sp-b80tb {
		margin-bottom: 80px !important;
	}
	*.sp-b90tb {
		margin-bottom: 90px !important;
	}
	*.sp-mt5tb {
		margin-top: -5px !important;
	}
	*.sp-mt10tb {
		margin-top: -10px !important;
	}
	*.sp-mt15tb {
		margin-top: -15px !important;
	}
	*.sp-mt20tb {
		margin-top: -20px !important;
	}
	*.sp-mt25tb {
		margin-top: -25px !important;
	}
	*.sp-mt30tb {
		margin-top: -30px !important;
	}
	*.sp-mt40tb {
		margin-top: -40px !important;
	}
	*.sp-mt50tb {
		margin-top: -50px !important;
	}
	*.sp-mb5tb {
		margin-bottom: -5px !important;
	}
	*.sp-mb10tb {
		margin-bottom: -10px !important;
	}
	*.sp-mb15tb {
		margin-bottom: -15px !important;
	}
	*.sp-mb20tb {
		margin-bottom: -20px !important;
	}
	*.sp-mb25tb {
		margin-bottom: -25px !important;
	}
	*.sp-mb30tb {
		margin-bottom: -30px !important;
	}
	*.sp-mb40tb {
		margin-bottom: -40px !important;
	}
	*.sp-mb50tb {
		margin-bottom: -50px !important;
	}
	*.sp-lr0tb {
		margin-left: 0px !important; 
		margin-left: 0px !important;
	}
	*.sp-lr5tb {
		margin-left: 5px !important; 
		margin-left: 5px !important;
	}
	*.sp-lr10tb {
		margin-left: 10px !important; 
		margin-left: 10px !important;
	}
	*.sp-lr15tb {
		margin-left: 15px !important; 
		margin-left: 15px !important;
	}
	*.sp-lr20tb {
		margin-left: 20px !important; 
		margin-left: 20px !important;
	}
	*.sp-lr25tb {
		margin-left: 25px !important; 
		margin-left: 25px !important;
	}
	*.sp-lr30tb {
		margin-left: 30px !important; 
		margin-left: 30px !important;
	}
	*.sp-lr40tb {
		margin-left: 40px !important; 
		margin-left: 40px !important;
	}
	*.sp-lr50tb {
		margin-left: 50px !important; 
		margin-left: 50px !important;
	}
	*.sp-lr60tb {
		margin-left: 60px !important; 
		margin-left: 60px !important;
	}
	*.sp-lr70tb {
		margin-left: 70px !important; 
		margin-left: 70px !important;
	}
	*.sp-lr80tb {
		margin-left: 80px !important; 
		margin-left: 80px !important;
	}
	*.sp-lr90tb {
		margin-left: 90px !important; 
		margin-left: 90px !important;
	}
	*.sp-lr3p-tb {
		margin-left: 3% !important; 
		margin-right: 3% !important;
	}
	*.sp-lr4p-tb {
		margin-left: 4% !important; 
		margin-right: 4% !important;
	}
	*.sp-lr5p-tb {
		margin-left: 5% !important; 
		margin-right: 5% !important;
	}
	*.sp-lr10p-tb {
		margin-left: 10% !important; 
		margin-right: 10% !important;
	}
	*.sp-lr15p-tb {
		margin-left: 15% !important; 
		margin-right: 15% !important;
	}
	*.sp-lr20p-tb {
		margin-left: 20% !important; 
		margin-right: 20% !important;
	}
	*.sp-lr30p-tb {
		margin-left: 30% !important; 
		margin-right: 30% !important;
	}
	*.pd0tb {
		padding: 0px !important;
	}
	*.pd5tb {
		padding: 5px !important;
	}
	*.pd10tb {
		padding: 10px !important;
	}
	*.pd15tb {
		padding: 15px !important;
	}
	*.pd20tb {
		padding: 20px !important;
	}
	*.pd25tb {
		padding: 25px !important;
	}
	*.pd30tb {
		padding: 30px !important;
	}
	*.pd40tb {
		padding: 40px !important;
	}
	*.pd50tb {
		padding: 50px !important;
	}
	*.pd-lr5tb {
		padding-left: 5px !important; 
		padding-right: 5px !important;
	}
	*.pd-lr10tb {
		padding-left: 10px !important; 
		padding-right: 10px !important;
	}
	*.pd-lr15tb {
		padding-left: 15px !important; 
		padding-right: 15px !important;
	}
	*.pd-lr20tb {
		padding-left: 20px !important; 
		padding-right: 20px !important;
	}
	*.pd-lr25tb {
		padding-left: 25px !important; 
		padding-right: 25px !important;
	}
	*.pd-lr30tb {
		padding-left: 30px !important; 
		padding-right: 30px !important;
	}
	*.pd-lr40tb {
		padding-left: 40px !important; 
		padding-right: 40px !important;
	}
	*.pd-lr50tb {
		padding-left: 50px !important; 
		padding-right: 50px !important;
	}
	*.pd-lr3ptb {
		padding-left: 3% !important; 
		padding-right: 3% !important;
	}
	*.pd-lr4ptb {
		padding-left: 4% !important; 
		padding-right: 4% !important;
	}
	*.pd-lr5ptb {
		padding-left: 5% !important; 
		padding-right: 5% !important;
	}
	*.pd-lr10ptb {
		padding-left: 10% !important; 
		padding-right: 10% !important;
	}
	*.pd-lr15ptb {
		padding-left: 15% !important; 
		padding-right: 15% !important;
	}
	*.pd-lr20ptb {
		padding-left: 20% !important; 
		padding-right: 20% !important;
	}
	*.pd-lr30ptb {
		padding-left: 30% !important; 
		padding-right: 30% !important;
	}
	*.pd-v5tb {
		padding-bottom: 5px !important; 
		padding-top: 5px !important;
	}
	*.pd-v10tb {
		padding-bottom: 10px !important; 
		padding-top: 10px !important;
	}
	*.pd-v15tb {
		padding-bottom: 15px !important; 
		padding-top: 15px !important;
	}
	*.pd-v20tb {
		padding-bottom: 20px !important; 
		padding-top: 20px !important;
	}
	*.pd-v25tb {
		padding-bottom: 25px !important; 
		padding-top: 25px !important;
	}
	*.pd-v30tb {
		padding-bottom: 30px !important; 
		padding-top: 30px !important;
	}
	*.pd-v40tb {
		padding-bottom: 40px !important; 
		padding-top: 40px !important;
	}
	*.pd-v50tb {
		padding-bottom: 50px; 
		padding-top: 50px !important;
	}
	*.pd-t0tb {
		padding-top: 0px !important;
	}
	*.pd-t5tb {
		padding-top: 5px !important;
	}
	*.pd-t10tb {
		padding-top: 10px !important;
	}
	*.pd-t15tb {
		padding-top: 15px !important;
	}
	*.pd-t20tb {
		padding-top: 20px !important;
	}
	*.pd-t25tb {
		padding-top: 25px !important;
	}
	*.pd-t30tb {
		padding-top: 30px !important;
	}
	*.pd-t40tb {
		padding-top: 40px !important;
	}
	*.pd-t50tb {
		padding-top: 50px !important;
	}
	*.pd-t60tb {
		padding-top: 60px !important;
	}
	*.pd-t70tb {
		padding-top: 70px !important;
	}
	*.pd-t80tb {
		padding-top: 80px !important;
	}
	*.pd-t90tb {
		padding-top: 90px !important;
	}
	*.pd-b0tb {
		padding-bottom: 0px !important;
	}
	*.pd-b5tb {
		padding-bottom: 5px !important;
	}
	*.pd-b10tb {
		padding-bottom: 10px !important;
	}
	*.pd-b15tb {
		padding-bottom: 15px !important;
	}
	*.pd-b20tb {
		padding-bottom: 20px !important;
	}
	*.pd-b25tb {
		padding-bottom: 25px !important;
	}
	*.pd-b30tb {
		padding-bottom: 30px !important;
	}
	*.pd-b40tb {
		padding-bottom: 40px !important;
	}
	*.pd-b50tb {
		padding-bottom: 50px !important;
	}
	*.pd-b60tb {
		padding-bottom: 60px !important;
	}
	*.pd-b70tb {
		padding-bottom: 70px !important;
	}
	*.pd-b80tb {
		padding-bottom: 80px !important;
	}
	*.pd-b90tb {
		padding-bottom: 90px !important;
	}
	*.pd-r0tb {
		padding-right: 0px !important;
	}
	*.pd-r5tb {
		padding-right: 5px !important;
	}
	*.pd-r10tb {
		padding-right: 10px !important;
	}
	*.pd-r15tb {
		padding-right: 15px !important;
	}
	*.pd-r20tb {
		padding-right: 20px !important;
	}
	*.pd-r25tb {
		padding-right: 25px !important;
	}
	*.pd-r30tb {
		padding-right: 30px !important;
	}
	*.pd-r40tb {
		padding-right: 40px !important;
	}
	*.pd-r50tb {
		padding-right: 50px !important;
	}
	*.pd-r60tb {
		padding-right: 60px !important;
	}
	*.pd-r70tb {
		padding-right: 70px !important;
	}
	*.pd-r80tb {
		padding-right: 80px !important;
	}
	*.pd-r90tb {
		padding-right: 90px !important;
	}
	*.pd-l0tb {
		padding-left: 0px !important;
	}
	*.pd-l5tb {
		padding-left: 5px !important;
	}
	*.pd-l10tb {
		padding-left: 10px !important;
	}
	*.pd-l15tb {
		padding-left: 15px !important;
	}
	*.pd-l20tb {
		padding-left: 20px !important;
	}
	*.pd-l25tb {
		padding-left: 25px !important;
	}
	*.pd-l30tb {
		padding-left: 30px !important;
	}
	*.pd-l40tb {
		padding-left: 40px !important;
	}
	*.pd-l50tb {
		padding-left: 50px !important;
	}
	*.pd-l60tb {
		padding-left: 60px !important;
	}
	*.pd-l70tb {
		padding-left: 70px !important;
	}
	*.pd-l80tb {
		padding-left: 80px !important;
	}
	*.pd-l90tb {
		padding-left: 90px !important;
	}
}

/* yubinpc */
@media screen and (max-width: 750px) {
	.w10p-sp {
		width: 10% !important;
	}
	.w20p-sp {
		width: 20% !important;
	}
	.w30p-sp {
		width: 30% !important;
	}
	.w40p-sp {
		width: 40% !important;
	}
	.w50p-sp {
		width: 50% !important;
	}
	.w60p-sp {
		width: 60% !important;
	}
	.w70p-sp {
		width: 70% !important;
	}
	.w80p-sp {
		width: 80% !important;
	}
	.w90p-sp {
		width: 90% !important;
	}
	.w100p-sp {
		width: 100% !important;
	}
	*.sp0sp {
		margin: 0px !important;
	}
	*.sp5sp {
		margin: 5px !important;
	}
	*.sp10sp {
		margin: 10px !important;
	}
	*.sp15sp {
		margin: 15px !important;
	}
	*.sp20sp {
		margin: 20px !important;
	}
	*.sp25sp {
		margin: 25px !important;
	}
	*.sp30sp {
		margin: 30px !important;
	}
	*.sp40sp {
		margin: 40px !important;
	}
	*.sp50sp {
		margin: 50px !important;
	}
	*.sp60sp {
		margin: 60px !important;
	}
	*.sp70sp {
		margin: 70px !important;
	}
	*.sp80sp {
		margin: 80px !important;
	}
	*.sp90sp {
		margin: 90px !important;
	}
	*.sp-v0sp {
		margin-bottom: 0px !important; 
		margin-top: 0px !important;
	}
	*.sp-v5sp {
		margin-bottom: 5px !important; 
		margin-top: 5px !important;
	}
	*.sp-v10sp {
		margin-bottom: 10px !important; 
		margin-top: 10px !important;
	}
	*.sp-v15sp {
		margin-bottom: 15px !important; 
		margin-top: 15px !important;
	}
	*.sp-v20sp {
		margin-bottom: 20px !important; 
		margin-top: 20px !important;
	}
	*.sp-v25sp {
		margin-bottom: 25px !important; 
		margin-top: 25px !important;
	}
	*.sp-v30sp {
		margin-bottom: 30px !important; 
		margin-top: 30px !important;
	}
	*.sp-v40sp {
		margin-bottom: 40px !important; 
		margin-top: 40px !important;
	}
	*.sp-v50sp {
		margin-bottom: 50px !important; 
		margin-top: 50px !important;
	}
	*.sp-v60sp {
		margin-bottom: 60px !important; 
		margin-top: 60px !important;
	}
	*.sp-v70sp {
		margin-bottom: 70px !important; 
		margin-top: 70px !important;
	}
	*.sp-v80sp {
		margin-bottom: 80px !important; 
		margin-top: 80px !important;
	}
	*.sp-v90sp {
		margin-bottom: 90px !important; 
		margin-top: 90px !important;
	}
	*.sp-t0sp {
		margin-top: 0px !important;
	}
	*.sp-t5sp {
		margin-top: 5px !important;
	}
	*.sp-t10sp {
		margin-top: 10px !important;
	}
	*.sp-t15sp {
		margin-top: 15px !important;
	}
	*.sp-t20sp {
		margin-top: 20px !important;
	}
	*.sp-t25sp {
		margin-top: 25px !important;
	}
	*.sp-t30sp {
		margin-top: 30px !important;
	}
	*.sp-t40sp {
		margin-top: 40px !important;
	}
	*.sp-t50sp {
		margin-top: 50px !important;
	}
	*.sp-t60sp {
		margin-top: 60px !important;
	}
	*.sp-t70sp {
		margin-top: 70px !important;
	}
	*.sp-t80sp {
		margin-top: 80px !important;
	}
	*.sp-t90sp {
		margin-top: 90px !important;
	}
	*.sp-b0sp {
		margin-bottom: 0px !important;
	}
	*.sp-b5sp {
		margin-bottom: 5px !important;
	}
	*.sp-b10sp {
		margin-bottom: 10px !important;
	}
	*.sp-b15sp {
		margin-bottom: 15px !important;
	}
	*.sp-b20sp {
		margin-bottom: 20px !important;
	}
	*.sp-b25sp {
		margin-bottom: 25px !important;
	}
	*.sp-b30sp {
		margin-bottom: 30px !important;
	}
	*.sp-b40sp {
		margin-bottom: 40px !important;
	}
	*.sp-b50sp {
		margin-bottom: 50px !important;
	}
	*.sp-b60sp {
		margin-bottom: 60px !important;
	}
	*.sp-b70sp {
		margin-bottom: 70px !important;
	}
	*.sp-b80sp {
		margin-bottom: 80px !important;
	}
	*.sp-b90sp {
		margin-bottom: 90px !important;
	}
	*.sp-mt5sp {
		margin-top: -5px !important;
	}
	*.sp-mt10sp {
		margin-top: -10px !important;
	}
	*.sp-mt15sp {
		margin-top: -15px !important;
	}
	*.sp-mt20sp {
		margin-top: -20px !important;
	}
	*.sp-mt25sp {
		margin-top: -25px !important;
	}
	*.sp-mt30sp {
		margin-top: -30px !important;
	}
	*.sp-mt40sp {
		margin-top: -40px !important;
	}
	*.sp-mt50sp {
		margin-top: -50px !important;
	}
	*.sp-mb5sp {
		margin-bottom: -5px !important;
	}
	*.sp-mb10sp {
		margin-bottom: -10px !important;
	}
	*.sp-mb15sp {
		margin-bottom: -15px !important;
	}
	*.sp-mb20sp {
		margin-bottom: -20px !important;
	}
	*.sp-mb25sp {
		margin-bottom: -25px !important;
	}
	*.sp-mb30sp {
		margin-bottom: -30px !important;
	}
	*.sp-mb40sp {
		margin-bottom: -40px !important;
	}
	*.sp-mb50sp {
		margin-bottom: -50px !important;
	}
	*.sp-lr0sp {
		margin-left: 0px !important; 
		margin-left: 0px !important;
	}
	*.sp-lr5sp {
		margin-left: 5px !important; 
		margin-left: 5px !important;
	}
	*.sp-lr10sp {
		margin-left: 10px !important; 
		margin-left: 10px !important;
	}
	*.sp-lr15sp {
		margin-left: 15px !important; 
		margin-left: 15px !important;
	}
	*.sp-lr20sp {
		margin-left: 20px !important; 
		margin-left: 20px !important;
	}
	*.sp-lr25sp {
		margin-left: 25px !important; 
		margin-left: 25px !important;
	}
	*.sp-lr30sp {
		margin-left: 30px !important; 
		margin-left: 30px !important;
	}
	*.sp-lr40sp {
		margin-left: 40px !important; 
		margin-left: 40px !important;
	}
	*.sp-lr50sp {
		margin-left: 50px !important; 
		margin-left: 50px !important;
	}
	*.sp-lr60sp {
		margin-left: 60px !important; 
		margin-left: 60px !important;
	}
	*.sp-lr70sp {
		margin-left: 70px !important; 
		margin-left: 70px !important;
	}
	*.sp-lr80sp {
		margin-left: 80px !important; 
		margin-left: 80px !important;
	}
	*.sp-lr90sp {
		margin-left: 90px !important; 
		margin-left: 90px !important;
	}
	*.sp-lr3p-sp {
		margin-left: 3% !important; 
		margin-right: 3% !important;
	}
	*.sp-lr4p-sp {
		margin-left: 4% !important; 
		margin-right: 4% !important;
	}
	*.sp-lr5p-sp {
		margin-left: 5% !important; 
		margin-right: 5% !important;
	}
	*.sp-lr10p-sp {
		margin-left: 10% !important; 
		margin-right: 10% !important;
	}
	*.sp-lr15p-sp {
		margin-left: 15% !important; 
		margin-right: 15% !important;
	}
	*.sp-lr20p-sp {
		margin-left: 20% !important; 
		margin-right: 20% !important;
	}
	*.sp-lr30p-sp {
		margin-left: 30% !important; 
		margin-right: 30% !important;
	}
	*.pd0sp {
		padding: 0px !important;
	}
	*.pd5sp {
		padding: 5px !important;
	}
	*.pd10sp {
		padding: 10px !important;
	}
	*.pd15sp {
		padding: 15px !important;
	}
	*.pd20sp {
		padding: 20px !important;
	}
	*.pd25sp {
		padding: 25px !important;
	}
	*.pd30sp {
		padding: 30px !important;
	}
	*.pd40sp {
		padding: 40px !important;
	}
	*.pd50sp {
		padding: 50px !important;
	}
	*.pd-lr5sp {
		padding-left: 5px !important; 
		padding-right: 5px !important;
	}
	*.pd-lr10sp {
		padding-left: 10px !important; 
		padding-right: 10px !important;
	}
	*.pd-lr15sp {
		padding-left: 15px !important; 
		padding-right: 15px !important;
	}
	*.pd-lr20sp {
		padding-left: 20px !important; 
		padding-right: 20px !important;
	}
	*.pd-lr25sp {
		padding-left: 25px !important; 
		padding-right: 25px !important;
	}
	*.pd-lr30sp {
		padding-left: 30px !important; 
		padding-right: 30px !important;
	}
	*.pd-lr40sp {
		padding-left: 40px !important; 
		padding-right: 40px !important;
	}
	*.pd-lr50sp {
		padding-left: 50px !important; 
		padding-right: 50px !important;
	}
	*.pd-lr3psp {
		padding-left: 3% !important; 
		padding-right: 3% !important;
	}
	*.pd-lr4psp {
		padding-left: 4% !important; 
		padding-right: 4% !important;
	}
	*.pd-lr5psp {
		padding-left: 5% !important; 
		padding-right: 5% !important;
	}
	*.pd-lr10psp {
		padding-left: 10% !important; 
		padding-right: 10% !important;
	}
	*.pd-lr15psp {
		padding-left: 15% !important; 
		padding-right: 15% !important;
	}
	*.pd-lr20psp {
		padding-left: 20% !important; 
		padding-right: 20% !important;
	}
	*.pd-lr30psp {
		padding-left: 30% !important; 
		padding-right: 30% !important;
	}
	*.pd-v5sp {
		padding-bottom: 5px !important; 
		padding-top: 5px !important;
	}
	*.pd-v10sp {
		padding-bottom: 10px !important; 
		padding-top: 10px !important;
	}
	*.pd-v15sp {
		padding-bottom: 15px !important; 
		padding-top: 15px !important;
	}
	*.pd-v20sp {
		padding-bottom: 20px !important; 
		padding-top: 20px !important;
	}
	*.pd-v25sp {
		padding-bottom: 25px !important; 
		padding-top: 25px !important;
	}
	*.pd-v30sp {
		padding-bottom: 30px !important; 
		padding-top: 30px !important;
	}
	*.pd-v40sp {
		padding-bottom: 40px !important; 
		padding-top: 40px !important;
	}
	*.pd-v50sp {
		padding-bottom: 50px !important; 
		padding-top: 50px !important;
	}
	*.pd-t0sp {
		padding-top: 0px !important;
	}
	*.pd-t5sp {
		padding-top: 5px !important;
	}
	*.pd-t10sp {
		padding-top: 10px !important;
	}
	*.pd-t15sp {
		padding-top: 15px !important;
	}
	*.pd-t20sp {
		padding-top: 20px !important;
	}
	*.pd-t25sp {
		padding-top: 25px !important;
	}
	*.pd-t30sp {
		padding-top: 30px !important;
	}
	*.pd-t40sp {
		padding-top: 40px !important;
	}
	*.pd-t50sp {
		padding-top: 50px !important;
	}
	*.pd-t60sp {
		padding-top: 60px !important;
	}
	*.pd-t70sp {
		padding-top: 70px !important;
	}
	*.pd-t80sp {
		padding-top: 80px !important;
	}
	*.pd-t90sp {
		padding-top: 90px !important;
	}
	*.pd-b0sp {
		padding-bottom: 0px !important;
	}
	*.pd-b5sp {
		padding-bottom: 5px !important;
	}
	*.pd-b10sp {
		padding-bottom: 10px !important;
	}
	*.pd-b15sp {
		padding-bottom: 15px !important;
	}
	*.pd-b20sp {
		padding-bottom: 20px !important;
	}
	*.pd-b25sp {
		padding-bottom: 25px !important;
	}
	*.pd-b30sp {
		padding-bottom: 30px !important;
	}
	*.pd-b40sp {
		padding-bottom: 40px !important;
	}
	*.pd-b50sp {
		padding-bottom: 50px !important;
	}
	*.pd-b60sp {
		padding-bottom: 60px !important;
	}
	*.pd-b70sp {
		padding-bottom: 70px !important;
	}
	*.pd-b80sp {
		padding-bottom: 80px !important;
	}
	*.pd-b90sp {
		padding-bottom: 90px !important;
	}
	*.pd-r0sp {
		padding-right: 0px !important;
	}
	*.pd-r5sp {
		padding-right: 5px !important;
	}
	*.pd-r10sp {
		padding-right: 10px !important;
	}
	*.pd-r15sp {
		padding-right: 15px !important;
	}
	*.pd-r20sp {
		padding-right: 20px !important;
	}
	*.pd-r25sp {
		padding-right: 25px !important;
	}
	*.pd-r30sp {
		padding-right: 30px !important;
	}
	*.pd-r40sp {
		padding-right: 40px !important;
	}
	*.pd-r50sp {
		padding-right: 50px !important;
	}
	*.pd-r60sp {
		padding-right: 60px !important;
	}
	*.pd-r70sp {
		padding-right: 70px !important;
	}
	*.pd-r80sp {
		padding-right: 80px !important;
	}
	*.pd-r90sp {
		padding-right: 90px !important;
	}
	*.pd-l0sp {
		padding-left: 0px !important;
	}
	*.pd-l5sp {
		padding-left: 5px !important;
	}
	*.pd-l10sp {
		padding-left: 10px !important;
	}
	*.pd-l15sp {
		padding-left: 15px !important;
	}
	*.pd-l20sp {
		padding-left: 20px !important;
	}
	*.pd-l25sp {
		padding-left: 25px !important;
	}
	*.pd-l30sp {
		padding-left: 30px !important;
	}
	*.pd-l40sp {
		padding-left: 40px !important;
	}
	*.pd-l50sp {
		padding-left: 50px !important;
	}
	*.pd-l60sp {
		padding-left: 60px !important;
	}
	*.pd-l70sp {
		padding-left: 70px !important;
	}
	*.pd-l80sp {
		padding-left: 80px !important;
	}
	*.pd-l90sp {
		padding-left: 90px !important;
	}
}

/* sp */
.lineh0 {
	line-height: 0;
}

.lineh1 {
	line-height: 1;
}

.lineh2 {
	line-height: 2;
}

.lineh3 {
	line-height: 3;
}

/* tablet */
@media screen and (min-width: 751px) and (max-width: 1024px) {
	.tb-block {
		display: block;
	}
	.tb-inline-block {
		display: inline-block;
	}
	.tb-inline {
		display: inline;
	}
}

/* yubinpc */
@media screen and (max-width: 750px) {
	.sp-block {
		display: block;
	}
	.sp-inline-block {
		display: inline-block;
	}
	.sp-inline {
		display: inline;
	}
}

/* sp */
/*----------------------------------------------------------
	animation
--------------------------------------------------------- */
a.hov_ul, .hov_ul a {
	display: inline-block;
	position: relative;
	text-decoration: none;
}

a.hov_ul::after, .hov_ul a:after {
	background: #aaa;
	bottom: -4px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s; 
	width: 100%;
}

a.hov_ul:hover::after, .hov_ul a:hover:after {
	transform: scale(1, 1);
}

/*----------------------------------------------------------
	script
--------------------------------------------------------- */
.simpletoggle .parent {
	border-bottom: 1px solid #c8c8c8;
	border-top: 1px solid #c8c8c8;
	cursor: pointer;
	padding: 14px 60px 14px 10px;
	position: relative;
	transition: .3s;
}
.simpletoggle .parent:hover {
	background: #faecea;
}
.simpletoggle .parent:before {
	bottom: 0;
	color: #c00;
	content: "\e910";
	font-family: "yubin";
	font-size: 40px;
	height: 40px;
	line-height: 1; 
	margin: auto;
	position: absolute;
	right: 10px;
	top: 0;
}

.simpletoggle .parent + * {
	display: none;
}

.simpletoggle .parent.active:before {
	content: "\e915";
}

.simpletoggle.hovWhite .parent:hover {
	background: #fff;
}

.simpletoggle + .simpletoggle .parent {
	border-top: 0;
	margin-top: 0;
}

.simpletoggleUP .child {
	display: none;
}

.simpletoggleUP .parent .btnM {
	background: #c00;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	margin: 15px auto;
	min-width: 30%;
	padding: 1.1em 2em;
	position: relative;
}
.simpletoggleUP .parent .btnM:before {
	bottom: 0;
	color: #fff;
	content: "\2b";
	font-family: "yubin";
	font-size: 24px;
	height: 24px;
	line-height: 1; 
	margin: auto;
	position: absolute;
	right: 10px;
	top: 0;
}

.simpletoggleUP .parent.active .btnM {
	background: #646464;
}
.simpletoggleUP .parent.active .btnM:before {
	content: "\2d";
}

@media screen and (max-width: 750px) {
	.simpletoggle .parent .btnM, .simpletoggleUP .parent .btnM {
		min-width: auto;
		width: 80%;
	}
	.simpletoggle .parent .btnM:before, .simpletoggleUP .parent .btnM:before {
		font-size: 1.3em;
		height: 1.3em;
		top: .2em;
	}
}

/* sp */
/* tooltip */
.tooltipBox {
	position: relative;
}
.tooltipBox label {
	display: inline-block !important;
}
.tooltipBox .label {
	cursor: pointer;
}
.tooltipBox .label:before {
	color: #c00;
	content: "\e991";
	font-family: "yubin";
	font-size: 25px;
	position: relative; 
	top: 5px;
}
.tooltipBox .tooltip {
	background: #fff;
	border: #c00 1px solid;
	cursor: pointer; 
	display: none;
	font-size: .8rem;
	padding: 16px 12px 14px;
	position: absolute;
	transform: translate(0, 5px);
	white-space: normal !important;
	width: 35vw;
	z-index: 10;
}
.tooltipBox .tooltip p:last-of-type {
	margin-bottom: 0;
}
.tooltipBox .tooltip a:hover {
	text-decoration: underline;
}
.tooltipBox .tooltip:after {
	background: #a0a0a0;
	border-radius: 12px;
	color: #fff;
	content: "\e912";
	cursor: pointer;
	display: block;
	font-family: "yubin";
	font-size: 15px; 
	height: 20px;
	line-height: 1;
	margin-top: -8px;
	padding: 3px 0 0 4px;
	position: absolute;
	right: -7px;
	top: 2px;
	width: 20px;
}

@media screen and (max-width: 750px) {
	.tooltipBox .tooltip {
		left: 0;
		width: 70vw;
	}
	.tooltipBox .arrange-r.more a {
		font-size: inherit;
	}
}

/* sp */
/*----------------------------------------------------------
	Font
--------------------------------------------------------- */
/*  iconfont
----------------------------------------------- */
.yic:before {
	font-family: "yubin";
	font-size: 170%;
	margin-right: .2em; 
	position: relative;
	top: .15em;
}

.yic.sizeS:before {
	font-size: 150% !important;
}

.yic-jpf-postsearch:before {
	color: #be1a20; 
	content: "\e989" !important;
}

.yic-jpf-tracking2:before {
	color: #be1a20; 
	content: "\e98a" !important;
}

.yic-jpf-zipsearch:before {
	color: #be1a20; 
	content: "\e98b" !important;
}

.yic-jpf-receive2:before {
	color: #be1a20; 
	content: "\e98c" !important;
}

.yic-jpf-send2:before {
	color: #be1a20; 
	content: "\e98d" !important;
}

.yic-jpf-compare2:before {
	color: #be1a20; 
	content: "\e98e" !important;
}

.yic-jpf-delidays:before {
	color: #be1a20; 
	content: "\e98f" !important;
}

.yic-jpf-redeli:before {
	color: #be1a20; 
	content: "\e990" !important;
}

.yic-minus:before {
	content: "\f068" !important;
}

.yic-search1:before {
	content: "\f002" !important;
}

.yic-star:before {
	content: "\f005" !important;
}

.yic-caret-down:before {
	content: "\f0d7" !important;
}

.yic-caret-up:before {
	content: "\f0d8" !important;
}

.yic-caret-left:before {
	content: "\f0d9" !important;
}

.yic-caret-right:before {
	content: "\f0da" !important;
}

.yic-angle-double-left:before {
	content: "\f100" !important;
}

.yic-angle-double-right:before {
	content: "\f101" !important;
}

.yic-angle-double-up:before {
	content: "\f102" !important;
}

.yic-angle-double-down:before {
	content: "\f103" !important;
}

.yic-angle-left:before {
	content: "\f104" !important;
}

.yic-angle-right:before {
	content: "\f105" !important;
}

.yic-angle-up:before {
	content: "\f106" !important;
}

.yic-angle-down:before {
	content: "\f107" !important;
}

.yic-long-arrow-down:before {
	content: "\f175" !important;
}

.yic-long-arrow-up:before {
	content: "\f176" !important;
}

.yic-long-arrow-left:before {
	content: "\f177" !important;
}

.yic-long-arrow-right:before {
	content: "\f178" !important;
}

.yic-jpf-kitte_hagaki:before {
	color: #c00; 
	content: "\e93c" !important;
}

.yic-jpf-yp-hagaki:before {
	color: #c00; 
	content: "\e951" !important;
}

.yic-jpf-yp-hukusu:before {
	color: #c00; 
	content: "\e952" !important;
}

.yic-jpf-yp-keizoku:before {
	color: #c00; 
	content: "\e953" !important;
}

.yic-jpf-yp-kitte:before {
	color: #c00; 
	content: "\e954" !important;
}

.yic-jpf-yp-lp:before {
	color: #c00; 
	content: "\e955" !important;
}

.yic-jpf-yp-mochikomi:before {
	color: #c00; 
	content: "\e956" !important;
}

.yic-jpf-yp-office:before {
	color: #c00; 
	content: "\e957" !important;
}

.yic-jpf-yp-pack:before {
	color: #c00; 
	content: "\e958" !important;
}

.yic-jpf-yp-send:before {
	color: #c00; 
	content: "\e959" !important;
}

.yic-jpf-yp-sl:before {
	color: #c00; 
	content: "\e95a" !important;
}

.yic-jpf-cat6:before {
	color: #c00; 
	content: "\e95b" !important;
}

.yic-jpf-yp-animal:before {
	color: #c00; 
	content: "\e95c" !important;
}

.yic-jpf-yp-app:before {
	color: #c00; 
	content: "\e95d" !important;
}

.yic-jpf-yp-baku:before {
	color: #c00; 
	content: "\e95e" !important;
}

.yic-jpf-yp-doku:before {
	color: #c00; 
	content: "\e95f" !important;
}

.yic-jpf-yp-douitsu:before {
	color: #c00; 
	content: "\e960" !important;
}

.yic-jpf-yp-genkin:before {
	color: #c00; 
	content: "\e961" !important;
}

.yic-jpf-yp-kin:before {
	color: #c00; 
	content: "\e962" !important;
}

.yic-jpf-yp-kinshi:before {
	color: #c00; 
	content: "\e963" !important;
}

.yic-jpf-yp-kojin:before {
	color: #c00; 
	content: "\e964" !important;
}

.yic-jpf-yp-shinsho:before {
	color: #c00; 
	content: "\e965" !important;
}

.yic-jpf-50on:before {
	color: #c00; 
	content: "\e966" !important;
}

.yic-jpf-cat1:before {
	color: #c00; 
	content: "\e967" !important;
}

.yic-jpf-cat2:before {
	color: #c00; 
	content: "\e968" !important;
}

.yic-jpf-cat3:before {
	color: #c00; 
	content: "\e969" !important;
}

.yic-jpf-cat4:before {
	color: #c00; 
	content: "\e96a" !important;
}

.yic-jpf-cat5:before {
	color: #c00; 
	content: "\e96b" !important;
}

.yic-jpf-koushin:before {
	color: #c00; 
	content: "\e96c" !important;
}

.yic-jpf-new:before {
	color: #c00; 
	content: "\e96d" !important;
}

.yic-jpf-old:before {
	color: #c00; 
	content: "\e96e" !important;
}

.yic-jpf-other:before {
	color: #c00; 
	content: "\e96f" !important;
}

.yic-jpf-rss:before {
	color: #c00; 
	content: "\e970" !important;
}

.yic-jpf-service:before {
	color: #c00; 
	content: "\e971" !important;
}

.yic-jpf-weight_size:before {
	color: #c00; 
	content: "\e972" !important;
}

.yic-jpf-benri:before {
	color: #c00; 
	content: "\e973" !important;
}

.yic-jpf-biz5:before {
	color: #c00; 
	content: "\e974" !important;
}

.yic-jpf-biz6:before {
	color: #c00; 
	content: "\e975" !important;
}

.yic-jpf-daibiki:before {
	color: #c00; 
	content: "\e976" !important;
}

.yic-jpf-honningentei:before {
	color: #c00; 
	content: "\e977" !important;
}

.yic-jpf-internet:before {
	color: #c00; 
	content: "\e978" !important;
}

.yic-jpf-jikantai:before {
	color: #c00; 
	content: "\e979" !important;
}

.yic-jpf-kimitsu:before {
	color: #c00; 
	content: "\e97a" !important;
}

.yic-jpf-kokunai_hassou:before {
	color: #c00; 
	content: "\e97b" !important;
}

.yic-jpf-make_1:before {
	color: #c00; 
	content: "\e97c" !important;
}

.yic-jpf-pack:before {
	color: #c00; 
	content: "\e97d" !important;
}

.yic-jpf-security:before {
	color: #c00; 
	content: "\e97e" !important;
}

.yic-jpf-tenkyo:before {
	color: #c00; 
	content: "\e97f" !important;
}

.yic-jpf-toukan:before {
	color: #c00; 
	content: "\e980" !important;
}

.yic-jpf-uketoru:before {
	color: #c00; 
	content: "\e981" !important;
}

.yic-jpf-biz1:before {
	color: #c00; 
	content: "\e982" !important;
}

.yic-jpf-biz2:before {
	color: #c00; 
	content: "\e983" !important;
}

.yic-jpf-biz3:before {
	color: #c00; 
	content: "\e984" !important;
}

.yic-jpf-biz4:before {
	color: #c00; 
	content: "\e985" !important;
}

.yic-jpf-process:before {
	color: #c00; 
	content: "\e986" !important;
}

.yic-jpf-soudan:before {
	color: #c00; 
	content: "\e987" !important;
}

.yic-jpf-kids:before {
	color: #c00; 
	content: "\e988" !important;
}

.yic-jpf-fuyasu:before {
	color: #be1a20; 
	content: "\e94a" !important;
}

.yic-jpf-junbi:before {
	color: #be1a20; 
	content: "\e94b" !important;
}

.yic-jpf-nokosu:before {
	color: #be1a20; 
	content: "\e94c" !important;
}

.yic-jpf-sonaeru:before {
	color: #be1a20; 
	content: "\e94d" !important;
}

.yic-jpf-bank:before {
	color: #c00; 
	content: "\e92f" !important;
}

.yic-jpf-biz:before {
	color: #c00; 
	content: "\e930" !important;
}

.yic-jpf-buy:before {
	color: #c00; 
	content: "\e931" !important;
}

.yic-jpf-campaign:before {
	color: #c00; 
	content: "\e932" !important;
}

.yic-jpf-cm:before {
	color: #c00; 
	content: "\e933" !important;
}

.yic-jpf-company:before {
	color: #c00; 
	content: "\e934" !important;
}

.yic-jpf-compare:before {
	color: #c00; 
	content: "\e935" !important;
}

.yic-jpf-conveni:before {
	color: #c00; 
	content: "\e936" !important;
}

.yic-jpf-day:before {
	color: #c00; 
	content: "\e937" !important;
}

.yic-jpf-deli:before {
	color: #c00; 
	content: "\e938" !important;
}

.yic-jpf-fee:before {
	color: #c00; 
	content: "\e939" !important;
}

.yic-jpf-insurance:before {
	color: #c00; 
	content: "\e93a" !important;
}

.yic-jpf-int:before {
	color: #c00; 
	content: "\e93b" !important;
}

.yic-jpf-make:before {
	color: #c00; 
	content: "\e93d" !important;
}

.yic-jpf-pickup:before {
	color: #c00; 
	content: "\e93e" !important;
}

.yic-jpf-post:before {
	color: #c00; 
	content: "\e93f" !important;
}

.yic-jpf-posukuma:before {
	color: #c00; 
	content: "\e940" !important;
}

.yic-jpf-recruit1:before {
	color: #c00; 
	content: "\e941" !important;
}

.yic-jpf-send1:before {
	color: #c00; 
	content: "\e942" !important;
}

.yic-jpf-sns:before {
	color: #c00; 
	content: "\e943" !important;
}

.yic-jpf-tracking:before {
	color: #c00; 
	content: "\e944" !important;
}

.yic-jpf-zip:before {
	color: #c00; 
	content: "\e945" !important;
}

.yic-icon-32:before {
	content: "\76" !important;
}

.yic-icon-33:before {
	content: "\7a" !important;
}

.yic-icon-doc:before {
	content: "\64" !important;
}

.yic-icon-xls:before {
	content: "\58" !important;
}

.yic-ico_-15:before {
	content: "\79" !important;
}

.yic-ico_-14-02:before {
	content: "\65" !important;
}

.yic-ico_-13:before {
	content: "\53" !important;
}

.yic-ico_-04:before {
	content: "\49" !important;
}

.yic-flick-b:before {
	content: "\73" !important;
}

.yic-flick-r:before {
	content: "\72" !important;
}

.yic-flick:before {
	content: "\66" !important;
}

.yic-icon-25_en:before {
	color: #bf1a20; 
	content: "\6b" !important;
}

.yic-icon-24_en:before {
	color: #bf1a20; 
	content: "\6a" !important;
}

.yic-icon-03_en:before {
	color: #c11920; 
	content: "\7e" !important;
}

.yic-pc_tab:before {
	content: "\3f" !important;
}

.yic-icon-25:before {
	content: "\4b" !important;
}

.yic-icon-01:before {
	content: "\21" !important;
}

.yic-icon-02:before {
	content: "\22" !important;
}

.yic-icon-03:before {
	content: "\23" !important;
}

.yic-icon-12:before {
	content: "\61" !important;
}

.yic-icon-13:before {
	content: "\62" !important;
}

.yic-icon-14:before {
	content: "\63" !important;
}

.yic-icon-15:before {
	content: "\41" !important;
}

.yic-icon-16:before {
	content: "\42" !important;
}

.yic-icon-17:before {
	content: "\43" !important;
}

.yic-icon-18:before {
	content: "\44" !important;
}

.yic-icon-19:before {
	content: "\45" !important;
}

.yic-icon-20:before {
	content: "\50" !important;
}

.yic-icon-21:before {
	content: "\3e" !important;
}

.yic-icon-22:before {
	content: "\2d" !important;
}

.yic-icon-23:before {
	content: "\2b" !important;
}

.yic-icon-24:before {
	content: "\4a" !important;
}

.yic-icon-26:before {
	content: "\2a" !important;
}

.yic-icon-27:before {
	content: "\2f" !important;
}

.yic-icon-29:before {
	content: "\26" !important;
}

.yic-icon-30:before {
	content: "\24" !important;
}

.yic-icon-31:before {
	content: "\3d" !important;
}

.yic-required2:before {
	content: "\74" !important;
}

.yic-li_basic:before {
	content: "\30" !important;
}

.yic-li_border:before {
	content: "\71" !important;
}

.yic-li_notice:before {
	content: "\31" !important;
}

.yic-error:before {
	content: "\e900" !important;
}

.yic-error_outline:before {
	content: "\e901" !important;
}

.yic-play_circle_filled:before {
	content: "\e904" !important;
}

.yic-play_circle_outline:before {
	content: "\e905" !important;
}

.yic-skip_next:before {
	content: "\e906" !important;
}

.yic-stop:before {
	content: "\e94e" !important;
}

.yic-video_collection:before {
	content: "\e907" !important;
}

.yic-fiber_manual_record:before {
	content: "\e908" !important;
}

.yic-chat_bubble:before {
	content: "\e946" !important;
}

.yic-chat_bubble_outline:before {
	content: "\e947" !important;
}

.yic-mail_outline:before {
	content: "\e90c" !important;
}

.yic-alternate_email:before {
	content: "\e90d" !important;
}

.yic-add:before {
	content: "\e90e" !important;
}

.yic-add_box:before {
	content: "\e90f" !important;
}

.yic-add_circle:before {
	content: "\e910" !important;
}

.yic-content_paste:before {
	content: "\e913" !important;
}

.yic-forward:before {
	content: "\e914" !important;
}

.yic-remove_circle_outline:before {
	content: "\e916" !important;
}

.yic-save_alt:before {
	content: "\e917" !important;
}

.yic-attach_file:before {
	content: "\e918" !important;
}

.yic-vertical_align_bottom:before {
	content: "\e919" !important;
}

.yic-vertical_align_top:before {
	content: "\e91a" !important;
}

.yic-linear_scale:before {
	content: "\e91b" !important;
}

.yic-attachment:before {
	content: "\e91c" !important;
}

.yic-file_upload:before {
	content: "\e91e" !important;
}

.yic-folder:before {
	content: "\e91f" !important;
}

.yic-folder_open:before {
	content: "\e920" !important;
}

.yic-desktop_windows:before {
	content: "\e921" !important;
}

.yic-phone_iphone:before {
	content: "\e922" !important;
}

.yic-tablet_mac:before {
	content: "\e923" !important;
}

.yic-filter_none:before {
	content: "\e924" !important;
}

.yic-wb_sunny:before {
	content: "\e925" !important;
}

.yic-pin_drop:before {
	content: "\e926" !important;
}

.yic-trip_origin:before {
	content: "\e949" !important;
}

.yic-priority_high:before {
	content: "\e927" !important;
}

.yic-notifications:before {
	content: "\e928" !important;
}

.yic-notifications_none:before {
	content: "\e929" !important;
}

.yic-check_box:before {
	content: "\e92a" !important;
}

.yic-check_box_outline_blank:before {
	content: "\e92b" !important;
}

.yic-info:before {
	content: "\e92c" !important;
}

.yic-info_outline:before {
	content: "\e92d" !important;
}

.yic-copyright:before {
	content: "\e92e" !important;
}

.yic-search:before {
	content: "\78" !important;
}

.yic-download:before {
	content: "\ff5a" !important;
}

.yic-cancel-circle:before {
	content: "\75" !important;
}

.yic-checkmark-circle:before {
	content: "\77" !important;
}

.yic-spam:before {
	content: "\ff59" !important;
}

.yic-bars:before, .yic-navicon:before, .yic-reorder:before {
	content: "\f0c9" !important;
}

.yic-warning:before, .yic-report_problem:before {
	content: "\e902" !important;
}

.yic-not_interested:before, .yic-do_not_disturb:before {
	content: "\e903" !important;
}

.yic-email:before, .yic-mail:before, .yic-markunread:before, .yic-local_post_office:before {
	content: "\e909" !important;
}

.yic-location_on:before, .yic-place:before, .yic-room:before {
	content: "\e90a" !important;
}

.yic-phone:before, .yic-local_phone:before {
	content: "\e90b" !important;
}

.yic-stay_current_landscape:before, .yic-stay_primary_landscape:before {
	content: "\e94f" !important;
}

.yic-stay_current_portrait:before, .yic-stay_primary_portrait:before, .yic-smartphone:before {
	content: "\e950" !important;
}

.yic-add_circle_outline:before, .yic-control_point:before {
	content: "\e911" !important;
}

.yic-clear:before, .yic-close:before {
	content: "\e912" !important;
}

.yic-remove_circle:before, .yic-do_not_disturb_on:before {
	content: "\e915" !important;
}

.yic-file_download:before, .yic-get_app:before {
	content: "\e91d" !important;
}

.yic-panorama_fish_eye:before, .yic-radio_button_unchecked:before {
	content: "\e948" !important;
}

.yic-jpf-help:before {
	content: "\e991" !important;
}

.yic-jpf-goods:before {
	content: "\e992" !important;
}

.yic-jpf-hakohagaki:before {
	content: "\e993" !important;
}

/*----------------------------------------------------------
	script style
--------------------------------------------------------- */
/* lity modalwindow */
.lity {
	background: rgba(0, 0, 0, .6) !important;
}

/* swriper */
.bgG.pd .swiper-container, .bgG2.pd .swiper-container {
	padding-bottom: 0;
}

.swiper-container {
	padding: 0 0 40px 0;
}
.swiper-container .swiper-wrapper .swiper-slide {
	text-align: center;
}
.swiper-container .swiper-pagination {
	bottom: 0 !important;
}
.swiper-container .swiper-pagination-bullet {
	background: #c7c7c7;
	height: 10px;
	opacity: 1; 
	width: 10px;
}

.swiper-container .swiper-pagination-bullet-active {
	background: #c00 !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 7px !important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: none !important;
	top: calc((100% - 50px) * .5) !important;
}
.swiper-button-prev:before, .swiper-container-rtl .swiper-button-next:before {
	background: #c00;
	border-radius: 30px;
	color: #fff;
	content: "\f104";
	display: block;
	font-family: "yubin";
	font-size: 30px;
	height: 30px;
	padding: 8px 3px 12px 17px; 
	width: 30px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: none !important;
	top: calc((100% - 50px) * .5) !important;
	width: auto !important;
}
.swiper-button-next:before, .swiper-container-rtl .swiper-button-prev:before {
	background: #c00;
	border-radius: 30px;
	color: #fff;
	content: "\f105";
	display: block;
	font-family: "yubin";
	font-size: 30px;
	height: 30px;
	padding: 8px 0 12px 20px; 
	width: 30px;
}

.swiper-container.pagenationBottom {
	padding-bottom: 30px;
}
.swiper-container.pagenationBottom .swiper-pagination {
	bottom: 0;
}

.slide_pagewidth {
	margin: auto;
	max-width: 1200px;
	position: relative;
	/* sp */
}
@media screen and (max-width: 750px) {
	.slide_pagewidth {
		padding: 0 3%; 
		width: 100%;
	}
}
.slide_pagewidth .swiper-container {
	box-sizing: content-box; 
	padding-bottom: 50px;
	width: calc(100% - 120px);
}
.slide_pagewidth .swiper-button-prev, .slide_pagewidth .swiper-button-next {
	margin-top: -22px; 
	top: calc((100% - 50px) * .5) !important;
}
.slide_pagewidth .swiper-button-prev {
	left: 0;
}
.slide_pagewidth .swiper-button-next {
	right: 0;
	width: auto;
}

@media screen and (max-width: 750px) {
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		background-image: none !important;
	}
	.swiper-button-prev:before, .swiper-container-rtl .swiper-button-next:before {
		background: #c00;
		border-radius: 24px;
		color: #fff;
		content: "\f104";
		display: block;
		font-family: "yubin";
		font-size: 24px;
		height: 24px;
		padding: 8px 3px 12px 17px; 
		width: 24px;
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
		background-image: none !important;
	}
	.swiper-button-next:before, .swiper-container-rtl .swiper-button-prev:before {
		background: #c00;
		border-radius: 24px;
		color: #fff;
		content: "\f105";
		display: block;
		font-family: "yubin";
		font-size: 24px;
		height: 24px;
		padding: 8px 0 12px 20px; 
		width: 24px;
	}
}

/* sp */
/* modal */
.modalBox + div.boxinner {
	display: none;
}