@charset "utf-8";
/* CSS Document */

/*PC*/
@media print, screen and (min-width: 769px) {
.hedObiIn_pc {
display: inline;
}

.hedObiIn_sp {
display: none;
}

.comPd {
padding: 70px 0;
}

.comPdB {
padding: 70px 0 0;
}

.bg01 {
background-color: #f5f2e9;
}

/*--------------------*/
.btnList {
width: 100%;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}

.btnList li{
	-ms-flex-preferred-size: 23%;
	flex-basis: 23%;
	width: 23%;
}

.btnList li a {
text-align: center;
padding: 13px 10px;
font-weight: 500;
}
.idxHedTxt {
margin-bottom: 80px;
}

.nhBtnWrap {
padding: 100px 0 50px;
}

.nhBtnList2c {
/*margin-bottom: 30px;*/
}

.nhBtnList2c,
.nhBtnList3c {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.nhBtnList2c li {
-ms-flex-preferred-size: 48%;
flex-basis: 48%;
width: 48%;
}

.nhBtnList2c li:nth-child(n+3) {
margin-top: 30px;
}

.nhBtnList3c li {
-ms-flex-preferred-size: 31%;
flex-basis: 31%;
width: 31%;
}

.nhBtnList2c li a,
.nhBtnList3c li a {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
box-sizing: border-box;
letter-spacing: normal;
}

.nhBtnList2c li a h4,
.nhBtnList3c li a h4 {
text-align: left;
padding-left: 20px;
}

/*-------------*/
.nhBox {
margin-bottom: 100px;
}

.nhBox a {
color: #252525;
text-decoration: underline;
}

.nhBox a:hover {
color: #fabe00;
text-decoration: underline;
/* cursor: default; */
}

.nhBox:last-child {
margin-bottom: 0px;
}

.nhBox__tit {
margin-bottom: 50px;
background-color: #f5f2e9;
padding: 50px 0;
}

.nhBox__titIn {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}

.nhBox__titIn-d {
background-color: #ec6d68;
color: #fff;
font-family: 'M PLUS Rounded 1c', sans-serif;
font-weight: 500;
font-size: 2.1rem;
text-align: center;
padding: 5px 15px;
border-radius: 6px;
}

.nhBox__titIn h4 {
font-family: 'M PLUS Rounded 1c', sans-serif;
font-size: 3.2rem;
letter-spacing: 0.1em;
font-weight: 700;
padding-left: 20px;
}

.nhBox__titIn h4 span{
	margin-top: 10px;
	display: block;
	font-size: 2.0rem;
}

.nhBox__list {
width: 100%;
}

.nhBox__list li {
padding: 20px 0;
}

.nhBox__list li:nth-child(even) {
background-color: #fffcd1;
}

.nhBox__list-in {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}

.nhBox__list-icon {
text-align: center;
-ms-flex-preferred-size: 115px;
flex-basis: 115px;
}

.nhBox__list-tit {
-ms-flex-preferred-size: 385px;
flex-basis: 385px;
width: 385px;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.nhBox__list-tit h5 {
font-family: 'M PLUS Rounded 1c', sans-serif;
font-size: 2.1rem;
padding-left: 20px;
}

.nhBox__list-tit h5.txtB {
font-size: 2.5rem;
}

.nhBox__list-txt {
box-sizing: border-box;
-ms-flex-preferred-size: 300px;
flex-basis: 300px;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 300px;
border-left: #ec6d68 2px dotted;
margin-left: 20px;
padding-left: 20px;
}

.nhBox__list-txt p {
font-size: 2rem;
line-height: 1.5;
font-family: 'M PLUS Rounded 1c', sans-serif;
font-weight: 700;
}
		.nhBox__list-txt p.pFieldName {
			font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
			font-weight: 400;
		}
.nhBox__list-txt p span {
font-size: 1.5rem;
font-family: 'M PLUS Rounded 1c', sans-serif;
font-weight: 700;
display: inline-block;
text-indent: -0.5em;
}

		.nhBox__list-txt p.pFieldName span {
			font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
			font-weight: 400;
		}
.w90p {
width: 80%;
}

.nhBox__list2 {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}

.nhBox__list2 li {
width: 48%;
padding: 30px 0;
border-bottom: #ec6d68 2px dotted;
}

.nhBox__list2 li h5 {
text-align: center;
font-size: 2.6rem;
letter-spacing: 0.1em;
font-family: 'M PLUS Rounded 1c', sans-serif;
font-weight: 700;
}

.flexCenter li{
	margin: 0 25%;
}


.pcCenter{
	text-align: center;
}

.comingSoon dt {
	text-align: center;
	margin: 40px 0 20px;
}

.comingSoon dt h4 {
	overflow: hidden;
	text-align: center;
	color: #ec6d68;
	font-size: 2.1rem;
}
.comingSoon dt h4 span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 2px 1em 0;
	text-align: left;
}
.comingSoon dt h4 span::before,
.comingSoon dt h4 span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 100%;
	max-width: 100px;
	height: 2px;
	background-color: #ec6d68;
}
.comingSoon dt h4 span::before {
	right: 100%;
}
.comingSoon dt h4 span::after {
	left: 100%;
}

.c_ore { color: #ec6d68;}
.fs20rem { font-size: 2.0rem;}
.fs35rem {display: inline-block; margin-bottom: 6px; vertical-align:text-bottom; font-size: 3.5rem; letter-spacing: 0.05em; margin-right: 5px;}
.cycleOre { margin-bottom: 6px; vertical-align:text-bottom; background: #252525; color: #FFF; border-radius: 50%; width: 32px; height: 32px; text-align: center; line-height: 32px; font-size: 2.0rem; display: inline-block;}
.cycleOre.sat{background: #ec6d68;}
.fs35remRd { font-size: 3.5rem; letter-spacing: 0.05em; color: #F00; margin-right: 5px;}
.cycleBrk { background: #000; color: #FFF; border-radius: 13px; width: 72px; height: 26px; text-align: center; line-height: 26px; font-size: 1.6rem; display: inline-block;}





}





/*----------------------------------------------------*/





/*sp*/
@media only screen and (max-width: 768px) {
.hedObiIn_pc {
display: none;
}

.hedObiIn_sp {
display: block;
text-align: center;
color: #ec6d68;
font-size: 2.8rem;
line-height: 1.5;
letter-spacing: 0.05em;
padding: 20px 10px;
}

.comPd {
padding: 40px 0;
}

.comPdB {
padding: 40px 0 0;
}

.bg01 {
background-color: #f5f2e9;
}

/*--------------------*/
.btnList {
width: 100%;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.btnList li {
-ms-flex-preferred-size: 48%;
flex-basis: 48%;
width: 48%;
}

.btnList li:nth-child(n+3) {
margin-top: 20px;
}

.btnList li a {
text-align: center;
padding: 13px 10px;
font-weight: 500;
font-size: 1.8rem;
}

.btnBox {
margin-bottom: 30px;
}

.idxHedTxt {
margin-bottom: 40px;
}

.idxHedTxt p.comTxt2 {
text-align: left;
}

.nhBtnWrap {
padding-top: 40px;
/* padding-bottom: 20px; */
}

.nhBtnList2c {
margin-bottom: 0px;
}

.nhBtnList2c,
.nhBtnList3c {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.nhBtnList2c li {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
width: 100%;
margin-bottom: 20px;
}

.nhBtnList2c li:nth-child(n+3) {
margin-top: 0px;
}

.nhBtnList3c li {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
width: 100%;
margin-bottom: 20px;
margin-top: 0 !important;
}

.nhBtnList2c li a,
.nhBtnList3c li a {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
box-sizing: border-box;
letter-spacing: normal;
}

.nhBtnList2c li a h4,
.nhBtnList3c li a h4 {
-ms-flex-preferred-size: 85%;
flex-basis: 85%;
text-align: center;
padding: 0 10px;
}

.nhBtnList__icon {
box-sizing: border-box;
-ms-flex-preferred-size: 15%;
flex-basis: 15%;
width: 15%;
}

.tate1 img {
width: 50%;
}

.tate2 img {
width: 70%;
}


/*-------------*/
.nhBox {
margin-bottom: 60px;
}

.nhBox a {
color: #252525;
}

.nhBox a:hover {
color: #fabe00;
text-decoration: underline;
/* cursor: default; */
}

.nhBox:last-child {
margin-bottom: 0px;
}

.nhBox__tit {
margin-bottom: 20px;
background-color: #f5f2e9;
padding: 30px 0;
}

.nhBox__titIn {
/*display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;*/
}

.nhBox__titIn-d {
background-color: #ec6d68;
color: #fff;
font-family: 'M PLUS Rounded 1c', sans-serif;
font-weight: 500;
font-size: 1.9rem;
text-align: center;
padding: 5px 15px;
border-radius: 6px;
margin-bottom: 15px;
}

.nhBox__titIn h4 {
font-family: 'M PLUS Rounded 1c', sans-serif;
/* font-size: 2.5rem; */
font-size: 2.3rem;
line-height: 1.2;
text-align: center;
/* letter-spacing: 0.1em; */
font-weight: 700;
}

.nhBox__titIn h4 span{
	display: block;
	margin-top: 4px;
	font-size: 1.8rem;
}

.nhBox__list {
width: 100%;
}

.nhBox__list li {
padding: 20px 0;
}

.nhBox__list li:nth-child(even) {
background-color: #fffcd1;
}

.nhBox__list-in {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.nhBox__list-icon {
text-align: center;
-ms-flex-preferred-size: 20%;
flex-basis: 20%;
width: 20%;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.nhBox__list-tit {
-ms-flex-preferred-size: 80%;
flex-basis: 80%;
width: 80%;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.nhBox__list-tit h5 {
font-family: 'M PLUS Rounded 1c', sans-serif;
font-size: 2.3rem;
line-height: 1.2;
padding-left: 20px;
}

.nhBox__list-tit h5.txtB {
font-size: 2.8rem;
}

.nhBox__list-txt {
box-sizing: border-box;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
border-top: #ec6d68 2px dotted;
margin-top: 10px;
padding-top: 10px;
}

.nhBox__list-txt p {
font-size: 1.8rem;
line-height: 1.5;
font-family: 'M PLUS Rounded 1c', sans-serif;
font-weight: 700;
}

.nhBox__list-txt p span {
font-size: 1.5rem;
font-family: 'M PLUS Rounded 1c', sans-serif;
font-weight: 700;
display: inline-block;
text-indent: -0.5em;
}

.w90p {
width: 90%;
}

.nhBox__list2 {

}

.nhBox__list2 li {
padding: 30px 0;
border-bottom: #ec6d68 2px dotted;
}

.nhBox__list2 li h5 {
text-align: center;
font-size: 2rem;
letter-spacing: 0.1em;
font-family: 'M PLUS Rounded 1c', sans-serif;
font-weight: 700;
}


.comingSoon{
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.comingSoon dt {
	text-align: left;
	margin: 40px 0 15px;
}

.comingSoon dt h4 {
	background-color: #fff;
	padding: 10px 10px 10px 15px;
	border-top: #ec6d68 2px solid;
	border-bottom: #ec6d68 2px solid;
	color: #ec6d68;
	line-height: 1;
	font-weight: normal;
	letter-spacing: 0.1em;
	font-size: 1.9rem;
	margin-bottom: 10px;
}

.c_ore { color: #ec6d68;}
.fs20rem { font-size: 1.4rem;}
.fs35rem {vertical-align:text-bottom; font-size: 2rem; letter-spacing: 0.05em; margin-right: 5px; }
.cycleOre {vertical-align:text-bottom; background: #252525; color: #FFF; border-radius: 50%; width: 2rem; height: 2rem; text-align: center; line-height: 2rem; font-size: 1.4rem; display: inline-block;}
.cycleOre.sat{background: #ec6d68;}
.fs35remRd { font-size: 3.5rem; letter-spacing: 0.05em; color: #F00; margin-right: 5px;}
.cycleBrk { background: #000; color: #FFF; border-radius: 13px; width: 72px; height: 26px; text-align: center; line-height: 26px; font-size: 1.6rem; display: inline-block;}


}