@charset "utf-8";
/*************************
共通
*************************/
html {
  -webkit-overflow-scrolling: touch;
}
:root {
  --main-color: #066ab7;
	--sub-color: #2a97e3;
	--base-color:#ebf2f7;
}
/*色の代入     color: var(--main-color); */
/* --------▼　MT調整　▼-------- */
*, :after, :before, html , a {box-sizing:border-box;} 
figure {margin:0 0 1rem;}
h1, h2, h3, h4, h5, h6 {margin-top:0; margin-bottom:0.5rem;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {color:inherit; font-family:inherit; font-weight:500; line-height:1.1; margin-bottom:0.5rem;}
/* 商品モジュール調整 (使用しない場合は削除) */
.orihica_main .topicModuleCol2 {max-width: 1000px;margin-top: 30px;margin-bottom: 0px;}
.orihica_main .topicModuleCol2__text {padding-left: 0px;padding-right: 0px;}
.orihica_main .topicModuleCol2 .topicModuleCol2__image {display: none;}
.orihica_main .topicModuleCol2__price + .topicModuleCol2__price {border-top: 1px solid rgba(35, 48, 82, 0.25);}
.orihica_main .topicModuleItem, .orihica_main .topicModuleItem__button {color: #333 !important;}
.orihica_main .topicModuleItem__titleCol {width: 40%;}
.orihica_main .topicModuleItemBtn {color: #fff;background-color: #231815;border: 1px solid #fff;}
.orihica_main .topicModuleItemBtn::after {border-top: 1px solid #fff;border-right: 1px solid #fff;}
.orihica_main .topicModuleCol1 {margin-bottom: 45px;}
.orihica_main .topicModuleCol1__item {margin-top: 13px;}
.orihica_main .topicModuleCol1__image {display: none;}
.orihica_main .topicModuleCol1__priceItem {display: block;width: auto;padding-right: 20px;padding-left: 20px;}
.orihica_main .topicModuleCol1__priceItem + .topicModuleCol1__priceItem {border-top: 1px solid rgba(35, 48, 82, 0.25);}
.orihica_main .topicModuleCol1__text, .orihica_main .topicModuleCol1__priceList {padding: 0;}
@media screen and (min-width:862px) {.orihica_main .topicModuleCol1__item{width: auto;max-width: 475px;}}
@media screen and (max-width: 861px) {.orihica_main .topicModuleCol2, .orihica_main .topicModuleCol2__item {margin-top: 6vw;}
.orihica_main .topicModuleCol1 {margin-top: 6vw;}.orihica_main .topicModuleCol1__priceItem {padding: 0;}.orihica_main .topicModuleItem__titleCol {min-width: 0px;}}
/* --------▲　MT調整　▲-------- */

main .container {
  width: auto;
  max-width: inherit;
  height: auto;
  padding: 0;
}
body .orihica_main img {
  max-width: 100%;
  height: auto;
}
.container .breadcrumbs {
	padding: 12px;
}
.orihica_main p, .orihica_main ul {
	line-height: 2;
	color: #333;
}
.orihica_main .topicModuleCol2__text {
	color: #333 !important;
}
.orihica_main .topicModuleBanner a:hover,#useful_contents img:hover {
	opacity: .7;
	transition: .2s;
}

/* アンカーリンクとび先においてヘッダーが入る高さを考慮した上部の空白
　　※とび先の「id」が入っている箇所に下記classを追加してください*/
.orihica_main .anchorLink-margin {
	margin-top: -35px !important;
	padding-top: 35px !important;
}

/* メインビジュアル */
.orihica_main .mv .mv_img img {
	width: 100%;
	margin: 0 auto;
}

/* リード */
.orihica_main .about {
	margin: 0 0 80px;
	padding-top: 30px;
	font-size: 14px;
	text-align: center;
	line-height: 2.3;
}
.orihica_main .lead_text,.h2-sub {
	font-size: 14px;
	text-align: center;
}
	.orihica_main .about .lead-bold {
		display: block;
		font-size: 16px;
		font-weight: bold;
	}

/*text-link*/
.text-link {
	margin-top: 20px;
}
.text-link span{
	display: block;
}
.text-link a{
	position: relative;
	padding: 0px 30px 5px 5px;
	color: var(--main-color);
	border-bottom: solid 1px var(--main-color);
	font-size: 16px;
}

.text-link a::after {
	position: absolute;
	top: 0;
	right: 12px;
	bottom: 22%;
	transform: rotate(135deg);
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: 1px solid var(--main-color);
	border-right: 1px solid var(--main-color);
	content: "";
}

/* 見出し */
.orihica_main h1 {
	margin-bottom: 0;
}
.orihica_main h2 {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
	color: var(--main-color);
	font-weight: bold;
	font-size: 24px;
	align-items: center;
	line-height: 1;
}
.orihica_main h2 span {
	margin-right: 20px;
	padding: 7px 20px;
	background-color: var(--sub-color);
	color: #fff;
	font-size: 18px;
}
.col02_typeB,.col01 {
	position: relative;
}
.orihica_main h3 {
	position: absolute;
	top: -13px;
	left: -13px;
	padding: 13px 30px;
	background-color: var(--sub-color);
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	font-size: 13px;
	text-align: center;
	content: "";
	z-index :1000;
}

/* コンテンツ */
.orihica_main .contents_inner {
	max-width: 1000px;
	margin: 0 auto;
}
.orihica_main section {
	margin-bottom: 100px;
}
.col01 {
	max-width: 500px;
	margin: auto;
}
.bg {
	padding: 100px 0;
	background-color: #f7faf9;
}
.inner+.inner {
	margin-top: 120px;
}
.scale-active {
	overflow: hidden;
}
.col02_typeB img {
	opacity: 0;
	transform: scale(1.1);
	margin: 0 auto;
}
.col02_typeB .scale-active img {
	opacity: 1;
	transform: scale(1);
	transition-duration: 3s;
}
.text-area {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	align-items: center;
}
.text-area p{
	width: 61%;
	font-size: 13px;
}
.text-area .icon-area {
	width: 33%;
}

.icon-area {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 3%;
	justify-content: center;

}
.icon-area li{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 75px;
	width: 75px;
	background: var(--base-color);
	border-radius: 100%;
	color: var(--main-color);
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	line-height: 1.4;
}
/* button_typeB */
.button-area {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	align-items: center;
}
.button_typeB {
	width: 420px;
	height: stretch;
}
.button_typeB a {
	display: flex;
	position: relative;
	justify-content: center;
	height: 100%;
	max-height: 80px;
	padding: 23px 20px;
	border-radius: 50px;
	background-color: var(--main-color);
	color: #fff;
	font-size: 13px;
	align-items: center;
	text-align: center;
	font-weight: bold;
	transition: .2s;
}
.button_typeB a::after {
	position: absolute;
	top: 0;
	right: 25px;
	bottom: 0;
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
}
.button_typeB+.button_typeB a{
	margin-left: 20px;
	background-color:#fff;
	border: 2px solid var(--main-color);;
	color: var(--main-color);
}
.button_typeB+.button_typeB a::after {
	border-top: 2px solid var(--main-color);
	border-right: 2px solid var(--main-color);
}
.button_typeB a:hover {
	background-color: var(--sub-color);
}
.button_typeB+.button_typeB a:hover {
	background-color: var(--base-color);
}

/* 画像リンク */
/* img-link01*/
.img-link01 a:hover {
	opacity: .7;
	transition: .2s;
}
.img-link01 a {
	display: block;
	position: relative;
}
.img-link01 a::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: var(--main-color);
	width: 50px;
	height: 50px;
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.img-link01 a::before {
	content: "";
	position: absolute;
	right: 12px;
	bottom: 10px;
	width: 8px;
	height: 8px;
	z-index: 2;
	transform: rotate(45deg);
	border-top: #fff 2px solid;
	border-right: #fff 2px solid;
}
#useful_contents ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#useful_contents ul li {
	width: 48%;
}


/*************************
PC only
*************************/
@media screen and (min-width: 862px) {
	.orihica_main .sp {
		display: none;
	}
	
	.col02_typeB {
		display: flex;
		max-width: 1000px;
		margin: 0 auto;
	}
}


/*************************
tablet only
*************************/
@media screen and (min-width: 862px) and (max-width: 1232px) {
	  body .container{
      padding: 0;
   }
	.orihica_main .contents_inner, main .topicModuleBanner {
		padding: 0 16px;
		box-sizing: border-box;
	}
}


/*************************
SP only
*************************/
@media screen and (max-width: 861px) {
	.orihica_main .pc {
		display: none;
	}
	/* アンカーリンクとび先においてヘッダーが入る高さを考慮した上部の空白 */
	.orihica_main .anchorLink-margin {
		margin-top: -50px !important;
		padding-top: 50px !important;
	}
	/* リード */
	.orihica_main .about {
		padding-top: 20px;
	}
	.orihica_main .about .lead_text,.orihica_main .text-link,.h2-sub {
		font-size: 3.2vw;
	}
	.orihica_main .about .lead-bold,.text-link a {
		font-size: 3.46vw;
	}
	.orihica_main .about .lead_text,.h2-sub{
		text-align: left;
	}
	.orihica_main .about .lead-bold {
		text-align: center;
		margin-bottom: 1.86vw;
	}
	/* 見出し */
	.orihica_main h2 {
		margin-bottom: 5.33vw;
		font-size: 5.06vw;
	}
	.orihica_main h2 span {
		margin-right: 3.2vw;
		padding: 1.86vw 4vw;
		font-size: 3.73vw;
	}
	.h2-sub {
		margin-bottom: 5.33vw!important;
	}
	.orihica_main h3 {
		font-size: 3.73vw;
		left: -16px;
		padding: 1.86vw 5.33vw;
	}
	
	/* コンテンツ */
	.orihica_main section {
		margin-bottom : 16vw;
	}
	.bg {
		padding: 16vw 0;
	}
	.orihica_main .contents_inner, main .topicModuleBanner {
		padding: 0 16px;
		box-sizing: border-box;
	}
	.orihica_main .contents_inner {
		width: 100%;
	}
	.inner+.inner{
		margin-top: 18.6vw;
	}
	.button-area {
		display: block;
	}
	.button_typeB {
		width: auto;
	}
	.button_typeB a {
		height: 18.6vw;
	}
	.button_typeB+.button_typeB a {
		margin-top: 4vw;
		margin-left: 0px;
	}
	.button_typeB a {
		padding : 6.13vw 4.8vw 6.13vw 2.66vw;
		font-size: 3.2vw;
	}
	.button_typeB a::after {
		right: 5.06vw;
	}
	.img-link01 a::after {
		width: 40px;
		height: 40px;
	}
	.img-link01 a::before {
		right: 10px;
		bottom: 8px;
		width: 7px;
		height: 7px;
	}
	.text-area {
		display: block;
		margin-top: 3.33vw;
	}
	.text-area p {
		font-size: 3.2vw;
	}
	.text-area .icon-area,.text-area p{
		width: 100%;
	}
	.text-area .icon-area {
		margin-bottom: 3.33vw;
	}
	.icon-area li {
		height: 16.53vw;
		width: 16.53vw;
		font-size: 2.93vw;
	}
	#useful_contents ul li {
		width: 100%;
	}
	#useful_contents ul li + li {
		margin-top: 5vw;
	}
}