@charset "shift_jis";

/* ======================================================
 * /common-files/css/gecard/nanoha/nanoha.css
====================================================== */
body{
	min-width: 1260px;
	font-family: 'Heebo', 'Noto Sans CJK JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #191616;
	overflow-x: hidden;
} 
/* header
------------------------------------------------------ */
#header {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	border: none;
	background-color: #fff;
}
#headerLogo {
	width: 1260px;
	margin: 0 auto;
	padding: 6px 30px;
}
/* layout
------------------------------------------------------ */
#pageContainer{
	background-color: #fef4e3;
}
#mainContainer {
	margin-top: 0;
}
#mainContents{
	width: 1260px;
	padding: 30px 30px 20px;
}
a:hover,
a:visited,
a:link{
	color: #191616;
}
p,ul,ol,div {
	color: #191616;
}
/* footer
------------------------------------------------------ */
#footer {
	margin-top: 0;
	padding: 0;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	font-size: 1.4rem;
	background: #986840;
}
#copyright {
	color: #191616;
}
/* mainVisual
------------------------------------------------------ */
.mainVisual {
	position: relative;
	left: 50%;
	width: 1920px;
	background-color: #f6ca42;
	transform: translateX(-50%);
}
.mainVisual::before {
	content: '';
	position: absolute;
	bottom: -7px;
	left: 0;
	width: 100%;
	height: 4px;
	background-size: 24px 4px;
	background-image: linear-gradient(to right, #f6ca42, #f6ca42 16px, transparent 16px, transparent 24px);
	background-repeat: repeat-x;
}
.mainVisual .mainVisualBg {
	text-align: center;
}
.mainVisual .mainVisualInner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 1260px;
	margin: 0 auto;
	padding: 45px 30px;
}
.mainVisual .mainVisualText {
	margin-top: 20px;
}

/* news
------------------------------------------------------ */
.newsBox {
	position: relative;
	width: 100%;
	height: 155px;
	overflow-y: hidden;
	margin-top: 42px;
	padding: 0 30px 25px;
	color: #191616;
	background: #fff;
	border-radius: 20px
}
.newsBox .newsHdg {
	padding: 15px 0 6px;
	border-bottom: 2px solid #523139;
	font-size: 2.0rem;
	font-weight: bold;
	color: #e72c1a;
	line-height: 1.0;
}
.newsBox .content {
	overflow: auto;
	position: relative;
	padding: 0px;
	height: 85px;
}
.newsBox .contentbox {
	padding: 15px 0 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
}
.newsBox .contentbox li {
	display: table;
	margin-bottom: 10px;
}
.newsBox .contentbox li .date {
	display: table-cell;
	padding-right: 10px;
	width: 130px;
}
.newsBox .contentbox li .txt {
	display: table-cell;
}
.newsBox .contentbox li a ,
.newsBox .contentbox li a .txt,
.newsBox .contentbox li a:visited ,
.newsBox .contentbox li a:hover {
	text-decoration:underline;
}
.newsBox .mCSB_container {
	padding-right: 0px !important;
}
.newsBox .mCSB_inside > .mCSB_container{
	margin-right: 20px;
}
.mCSB_scrollTools a+.mCSB_draggerContainer{
	margin: 15px 0 10px;
}
.newsBox .mCS-my-theme.mCSB_scrollTools{
	width: 18px;
	background-color: inherit;
	padding: 4px 3px;
	opacity: 1;
}
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail{
	width: 15px;
	background-color: #e72c1a;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { 
	width: 15px;
	margin: 3px 0;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 3px;
	right: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
}
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonUp,
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonDown { 
	width: 16px;
	height:18px;
	opacity: 1;
}
 .newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::before{
	width: 0;
	height: 0;
	border-bottom: 9px solid #e72c1a;
	border-right: 7.5px solid transparent;
	border-left: 7.5px solid transparent;
	position:absolute;
	top: 2px;
	left: 0;
	display: block;
	content: "";
}
.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before{ 
	width: 0;
	height: 0;
	border-top: 9px solid #e72c1a;
	border-right: 7.5px solid transparent;
	border-left: 7.5px solid transparent;
	position:absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
}
/* card
------------------------------------------------------ */
.koinu-cardWrap {
	position: relative;
	left: 50%;
	width: 1920px;
	margin-top: 30px;
	padding-bottom: 55px;
	background-color: #f9dcb9;
	transform: translateX(-50%)
}
.koinu-cardWrap .koinu-cardWrapInner {
	display: flex;
	justify-content: space-between;
	width: 1260px;
	margin: 0 auto;
	padding: 0 30px;
}
.koinu-card {
	width: 582px;
	padding: 54px 40px 40px;
	background: url("/gecard/koinunokoinu/img-files/pc_index_bg01.png") no-repeat;
	text-align: center;
}
.koinu-card .koinu-cardTitle {
	display: flex;
	align-items: center;
	justify-content: center;
}
.koinu-card .koinu-cardImage {
	margin-top: 63px;
	text-align: center;
}
.koinu-card .koinu-cardText {
	margin-top: 40px;
	text-align: center;
	font-size: 2.6rem;
	font-weight: bold;
	color: #733e21;
}
/* flow
------------------------------------------------------ */
.flow--wrap {
	margin-top: 15px;
}
.flow > li {
	float: left;
	width: 290px;
	min-height: 306px;
	margin-right: 13px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	text-align: center;
}
.flow > li:last-child {margin-right: 0;}
.flow > li.list01 {background-image: url("/gecard/koinunokoinu/img-files/pc_index_flow01.png");}
.flow > li.list02 {background-image: url("/gecard/koinunokoinu/img-files/pc_index_flow02.png");}
.flow > li.list03 {background-image: url("/gecard/koinunokoinu/img-files/pc_index_flow03.png");}
.flow > li.list04 {background-image: url("/gecard/koinunokoinu/img-files/pc_index_flow04.png");}
.flow > li a {color: #000;}
.flow > li .num {
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 42px;
}
.flow .flowDesc dd {
	padding-top: 185px;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}
.flow .flowDesc dd a {
	color: #191616;
}
/* module
------------------------------------------------------ */

/* heading */
.koinu-heading02 {
	position: relative;
	left: 50%;
	width: 1920px;
	margin-top: 50px;
	transform: translateX(-50%);
}
.koinu-heading02 + * {
	position: relative;
}
.koinu-heading02::before {
	content: '';
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	height: 4px;
	background-size: 24px 4px;
	background-image: linear-gradient(to right, #f9dcb9, #f9dcb9 16px, transparent 16px, transparent 24px);
	background-repeat: repeat-x;
}
.koinu-heading02::after {
	content: '';
	position: absolute;
	bottom: -74px;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: #f9dcb9;
}
.koinu-heading02 .koinu-heading02Inner {
	position: relative;
	width: 1260px;
	margin: 0 auto;
	padding: 0 30px;
}
.koinu-heading02 .koinu-heading02Title {
	text-align: center;
}
.koinu-heading02 .koinu-heading02Image01 {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0 0 10px;
	z-index: 3;
}
.koinu-heading02 .koinu-heading02Image02 {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0 0 10px;
	z-index: 3;
}
.koinu-heading02-02 {
	margin-top: 50px;
}
/* btn */
.applyBtn {
	margin-top: 40px;
}
.applyBtn > li > a:hover {
	opacity: 0.7;
}

.koinu-btnWrap {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 110px;
	padding: 0 30px ;
}
.koinu-btn {
	width: calc(50% - 15px);
}
.koinu-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 86px;
	padding: 5px 60px;
	border-radius: 20px;
	background-color: #b45b5d;
	font-size: 2.8rem;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.koinu-btn a:hover {
	opacity: 0.7;
}
.koinu-btn a::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 22px;
	width: 34px;
	height: 34px;
	margin-top: -17px;
	background: url("/gecard/koinunokoinu/img-files/index_ic01.png") no-repeat;
}
/* media */
.koinu-media {
	display: flex;
	flex-flow: row wrap;
	margin-top: 30px;
}
.koinu-media .koinu-mediaHead {
	width: 49%;
	margin-right: 2%;
}
.koinu-media .koinu-mediaBody {
	width: 49%;
}
.koinu-media .koinu-mediaTxt {
	font-size: 2rem;
	line-height: 1.6;
}
.koinu-media .koinu-mediaImage {
	text-align: center;
}
.koinu-media .koinu-mediaImage img {
	width: 380px;
}
.koinu-media .koinu-mediaImage02 {
	margin-top: -10px;
	text-align: right;
}
.koinu-media .koinu-mediaImage02 img {
	width: 209px;
}
.koinu-media .koinu-mediaTxt02 {
	margin-top: 10px;
	font-size: 2.8rem;
	line-height: 1.2;
	font-weight: bold;
}
.koinu-media .koinu-mediaTxt02 .colorRed {
	color: #b12724;
}
.koinu-media .koinu-mediaTxt03 {
	margin-top: 15px;
	font-size: 1.6rem;
}
.koinu-media .koinu-mediaNoteList {
	margin-top: 20px;
}
.koinu-media .koinu-mediaNoteList li {
	position: relative;
	padding-left: 16px;
	font-size: 1.6rem;
}
.koinu-media .koinu-mediaNoteList li .mark {
	position: absolute;
	top: 0;
	left: 0;
}
/* box */
.koinu-box {
	margin-top: 60px;
	border-radius: 20px;
	background-color: #fff;
}
.koinu-box + .koinu-box {
	margin-top: 30px;
}
.koinu-box .koinu-boxInner {
	padding: 55px 60px;
}
.koinu-box .koinu-boxInner >:first-child {
	margin-top: 0;
}
.koinu-box .koinu-boxTitle {
	margin-top: 55px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 2rem;
	color: #b12724;
	font-weight: bold;
}
.koinu-box .koinu-boxText {
	margin-top: 15px;
}
.koinu-box .koinu-boxList {
	margin-top: 15px;
}
.koinu-box .koinu-boxList02 {
	margin-top: 15px;
}
.koinu-box .koinu-boxList > li {
	position: relative;
	padding-left: 16px;
}
.koinu-box .koinu-boxList02 > li {
	position: relative;
	padding-left: 16px;
}
.koinu-box .koinu-boxList > li + li {
	margin-top: 10px;
}
.koinu-box .koinu-boxList02 > li + li {
	margin-top: 0;
}
.koinu-box .koinu-boxList > li a {
	color: #191616;
}
.koinu-box .koinu-boxList > li .mark {
	position: absolute;
	top: 0;
	left: 0;
}
.koinu-box .koinu-boxList02 > li .mark {
	position: absolute;
	top: 0;
	left: 0;
}
.koinu-box .koinu-boxHr {
	width: calc(100% + 80px);
	height: 3px;
	margin: 55px 0 55px -40px;
	background-image: linear-gradient(to right, #b12724, #b12724 3px, transparent 3px, transparent 12px);
	background-size: 12px 3px;
}
.koinu-box .koinu-boxInquiry {
	text-align: center;
}
.koinu-box .koinu-boxInquiry >:first-child {
	margin-top: 0!important;
}
.koinu-box .koinu-boxInquiry .koinu-boxInquiryTxt {
	margin-top: 3px;
	font-size: 1.6rem;
}
.koinu-box .koinu-boxInquiry .koinu-boxInquiryTel {
	margin-top: 3px;
	font-size: 1.6rem;
}
.koinu-box .koinu-boxInquiry .koinu-boxInquiryTel a {
	color: #191616;
	text-decoration: none;
}
.koinu-box .koinu-boxImage {
	margin-top: 15px;
	text-align: center;
}
/* text */
.koinu-text01 {
	margin-top: 15px;
	font-size: 1.6rem;
}
.koinu-lead {
	margin-top: 30px;
	text-align: center;
	font-size: 3.5rem;
	font-weight: bold;
}
.koinu-noteText {
	position: relative;
	margin-top: 20px;
	padding-left: 18px;
	font-size: 1.8rem;
}
.koinu-noteText .mark {
	position: absolute;
	top: 0;
	left: 0;
}
/* list */
.koinu-orderList {
	margin-top: 20px;
}
.koinu-orderList > li {
	position: relative;
	padding-left: 18px;
	font-size: 1.8rem;
}
.koinu-orderList > li .mark {
	position: absolute;
	top: 0;
	left: 0;
}
.koinu-noteList {
	margin-top: 30px;
	text-align: center;
}
.koinu-noteList > li {
	font-size: 1.8rem;
}
/* image */
.koinu-image {
	margin-top: 30px;
	text-align: center;
}
.koinu-image02 {
	display: flex;
	justify-content: center;
	margin-top: 35px;
}

@media screen and (max-width: 750px) {
	body{
		min-width: 100%;
		font-size: 13px;
		font-size: 1.3rem;
	}
	#pageContainer{
		overflow-x: hidden;
	}
	#mainContents{
		width: 100%;
		padding-top: 20px;
	}
	/* header
	------------------------------------------------------ */
	#header {
		padding: 0 10px;
		height: 35px;
	}
	#headerLogo {
		width: auto;
		padding: 5px 0 7px;
	}
	#headerLogo img {
		height: 23px;
	}
	/* layout
	------------------------------------------------------ */
	#mainContainer {
		margin-top: 0;
	}
	#mainContents{
		padding-right: 10px;
		padding-left: 10px;
		padding-bottom: 37px;
	}
	/* footer
	------------------------------------------------------ */
	#footer {
		height: auto;
		padding: 7px 10px;
		font-size: 8px;
		font-size: 0.8rem;
	}
	#copyright {
		display: flex;
		font-size: 8px;
		font-size: 0.8rem;
	}
	#copyright img {
		max-height: 17px;
	}
	/* mainVisual
	------------------------------------------------------ */
	.mainVisual {
		position: relative;
		left: auto;
		width: 100vw;
		background-color: #f6ca42;
		transform: none;
	}
	.mainVisual::before {
		content: '';
		position: absolute;
		bottom: -4px;
		left: 0;
		width: 100%;
		height: 2px;
		background-size: 12px 2px;
		background-image: linear-gradient(to right, #f6ca42, #f6ca42 8px, transparent 8px, transparent 12px);
		background-repeat: repeat-x;
	}
	.mainVisual .mainVisualBg {
		text-align: center;
	}
	.mainVisual .mainVisualInner {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		margin: 0 auto;
		padding: 15px 10px;
	}
	.mainVisual .mainVisualText {
		margin-top: 15px;
	}

	/* news
	------------------------------------------------------ */
	.newsBox{
		width: auto;
		height: 104px;
		margin: 10px 0 0;
		padding: 15px;
		background-size: 73px auto;
		background-position: right 16px bottom -11px;
		border-radius: 10px;
	}
	.newsBox .newsHdg {
		padding: 0 0 2px;
		font-size: 18px;
		font-size: 1.8rem;
	}
	.newsBox .content {
		padding: 0px;
		height: 65px;
	}
	.newsBox .contentbox {
		padding: 10px 0;
		font-size: 10px;
		font-size: 1.0rem;
	}
	.newsBox .contentbox li {
		margin-bottom: 2px;
	}
	.newsBox .contentbox li .date {
		width: 80px;
		padding-left: 0;
	}
	.newsBox .contentbox li .txt {
		display: table-cell;
	}
	.newsBox .mCSB_inside > .mCSB_container{
		margin-right: 15px;
	}
	.mCSB_scrollTools a+.mCSB_draggerContainer{
		margin: 11px 0 8px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools{
		width: 18px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail{
		width: 12px;
		border-radius: 2px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_dragger{
		min-height: 9px !important;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { 
		width: 12px;
		margin: 3px 0;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonUp,
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonDown { 
		width: 12px;
		height:11px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before,
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::before{
		position:absolute;
		left: 0;
		border-right-width: 6px;
		border-left-width: 6px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::before{
		top: 0;
		border-bottom-width: 8px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before{
		bottom: 0;
		border-top-width: 8px;
	}
	.newsBox .mCustomScrollBox{
		height: calc(100% - 15px);
	}
	
	/* card
	------------------------------------------------------ */
	.koinu-cardWrap {
		position: relative;
		left: auto;
		width: 100vw;
		margin-top: 25px;
		margin-left: -10px;
		padding-bottom: 25px;
		background-color: #f9dcb9;
		transform: none;
	}
	.koinu-cardWrap .koinu-cardWrapInner {
		display: block;
		width: 100%;
		margin: 0 auto;
		padding: 0 10px;
		text-align: center;
	}
	.koinu-card {
		width: 100%;
		max-width: 340px;
		height: auto;
		margin: 0 auto;
		padding: min(10%, 34px) min(7%, 23px) min(7%, 23px);
		background: url("/gecard/koinunokoinu/img-files/sp_index_bg01.png") no-repeat top / contain;
		text-align: center;
	}
	.koinu-card + .koinu-card {
		margin-top: 30px;
	}
	.koinu-card .koinu-cardTitle {
		display: block;
	}
	.koinu-card .koinu-cardTitle img {
		max-height: 25px;
	}
	.koinu-card .koinu-cardImage {
		display: flex;
		justify-content: center;
		align-items: center;
		height: auto;
		margin-top: min(15%, 44px);
	}
	.koinu-card .koinu-cardText {
		margin-top: min(4%, 13px);
		text-align: center;
		font-size: 1.5rem;;
		font-weight: bold;
	}
	.koinu-card.vertical .koinu-cardText {
		margin-top: 12%;
	}
	.koinu-card.horizontal .koinu-cardText {
		margin-top: 15%;
	}
	/* flow
	------------------------------------------------------ */
	.flow--wrap{
		margin: 10px -10px 15px;
		padding: 2px 10px 18px;
	}
	.flow {
		font-size: 13px;
		font-size: 1.3rem;
	}
	.flow > li {
		position: relative;
		float: none;
		width: 100%;
		min-height: inherit;
		padding-top: 0;
		background: none !important;
	}
	.flow > li,
	.flow > li:nth-of-type(2),
	.flow > li:nth-of-type(3){margin: 21px 0 0;}
	.flow > li:first-child{margin: 0;}
	.flow > li + li:after {
		position: absolute;
		content: "";
		width: 17px;
		height: 17px;
		top: -20px;
		right: 50%;
		margin-right: -8px;
		background: url("/gecard/koinunokoinu/img-files/index_ic02.png") no-repeat top left / cover;
		-webkit-background-size: 17px auto;
		background-size: 17px auto;
	}
	.flow > li .num {display: none;}
	.flow .flowDesc {
		display: table;
		width: 100%;
		height: 76px;
		margin-top: 0;
	}
	.flow .flowDesc dt {
		display: table-cell !important;
		width: 26.5%;
		height: auto;
		padding: 0;
		background-size: 100px auto !important;
		background-repeat: no-repeat;
		background-position: 0 50%;
		vertical-align: middle;
	}
	.flow .flowDesc dt span {display: inline;}
	.flow .flowDesc dd {
		display: table-cell;
		width: 74.5%;
		padding: 0 0 0 13px;
		vertical-align: middle;
		font-size: 13px;
		font-size: 1.3rem;
		text-align: left;
		z-index: -1;
		line-height: 1.7;
	}
	/* module
	------------------------------------------------------ */
	
	/* heading */
	.koinu-heading02 {
		position: relative;
		left: auto;
		width: 100vw;
		margin-top: 40px;
		transform: none;
		margin-left: -10px;
	}
	.koinu-heading02 + * {
		position: relative;
	}
	.koinu-heading02::before {
		content: '';
		position: absolute;
		bottom: 11px;
		left: 0;
		width: 100%;
		height: 2px;
		background-size: 12px 2px;
		background-image: linear-gradient(to right, #f9dcb9, #f9dcb9 8px, transparent 8px, transparent 12px);
		background-repeat: repeat-x;
	}
	.koinu-heading02::after {
		content: '';
		position: absolute;
		bottom: -41px;
		left: 0;
		width: 100%;
		height: 50px;
		background-color: #f9dcb9;
	}
	.koinu-heading02 .koinu-heading02Inner {
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	.koinu-heading02 .koinu-heading02Title {
		text-align: center;
	}
	.koinu-heading02 .koinu-heading02Image01 {
		position: absolute;
		left: 10px;
		bottom: 0;
		margin: 0 0 5px;
		z-index: 3;
	}
	.koinu-heading02 .koinu-heading02Image02 {
		position: absolute;
		right: 10px;
		bottom: 0;
		margin: 0 0 5px;
		z-index: 3;
	}
	.koinu-heading02-02 {
		margin-top: 40px;
	}
	/* btn */
	.applyBtn {
		margin-top: min(5%, 15px);
	}
	.applyBtn > li > a:hover {
		opacity: 1;
	}
	.koinu-btnWrap {
		display: block;
		margin-top: 20px;
		margin-bottom: 50px;
		padding: 0 15px;
	}
	.koinu-btn {
		width: 100%;
	}
	.koinu-btn + .koinu-btn {
		margin-top: 15px;
	}
	.koinu-btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		height: 50px;
		padding: 5px 40px;
		background-color: #b45b5d;
		border-radius: 10px;
		font-size: 1.7rem;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
	.koinu-btn a:hover {
		opacity: 1;
	}
	.koinu-btn a::before{
		content: '';
		position: absolute;
		top: 50%;
		right: 15px;
		width: 17px;
		height: 17px;
		margin-top: -8.5px;
		background: url("/gecard/koinunokoinu/img-files/index_ic01.png") no-repeat 0 0 / cover;
	}
	/* koinu-media */
	.koinu-media {
		display: block;
		margin-top: 30px;
	}
	.koinu-media .koinu-mediaHead {
		width: auto;
		margin-right: 0;
	}
	.koinu-media .koinu-mediaBody {
		width: auto;
		margin-top: 20px;
	}
	.koinu-media .koinu-mediaImage {
		margin: 0 22%;
	}
	.koinu-media .koinu-mediaImage img {
		width: auto;
	}
	.koinu-media .koinu-mediaImage02 {
		margin-top: 10px;
		text-align: right;
	}
	.koinu-media .koinu-mediaImage02 img {
		width: 125px;
	}
	.koinu-media .koinu-mediaTxt {
		font-size: 1.3rem;
		line-height: 1.6;
	}
	.koinu-media .koinu-mediaTxt02 {
		margin-top: 10px;
		font-size: 1.6rem;
		line-height: 1.2;
		font-weight: bold;
	}
	.koinu-media .koinu-mediaTxt02 .colorRed {
		color: #e70012;
	}
	.koinu-media .koinu-mediaTxt03 {
		margin-top: 10px;
		font-size: 1.2rem;
	}
	.koinu-media .koinu-mediaNoteList {
		margin-top: 15px;
	}
	.koinu-media .koinu-mediaNoteList li {
		position: relative;
		padding-left: 12px;
		font-size: 1.2rem;
	}
	.koinu-media .koinu-mediaNoteList li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* box */
	.koinu-box {
		margin: 40px 0 0;
		border-radius: 10px;
		background-color: #fff;
	}
	.koinu-box + .koinu-box {
		margin-top: 20px;
	}
	.koinu-box .koinu-boxInner {
		padding: 25px 10px;
	}
	.koinu-box .koinu-boxInner >:first-child {
		margin-top: 0;
	}
	.koinu-box .koinu-boxTitle {
		margin-top: 40px;
		margin-bottom: 15px;
		text-align: center;
		font-size: 1.5rem;
		color: #b12724;
		font-weight: bold;
	}
	.koinu-box .koinu-boxText {
		margin-top: 10px;
	}
	.koinu-box .koinu-boxList {
		margin-top: 10px;
	}
	.koinu-box .koinu-boxList02 {
		margin-top: 10px;
	}
	.koinu-box .koinu-boxList > li {
		position: relative;
		padding-left: 13px;
	}
	.koinu-box .koinu-boxList02 > li {
		position: relative;
		padding-left: 13px;
	}
	.koinu-box .koinu-boxList > li + li {
		margin-top: 10px;
	}
	.koinu-box .koinu-boxList02 > li + li {
		margin-top: 0;
	}
	.koinu-box .koinu-boxList > li a {
		color: #191616;
	}
	.koinu-box .koinu-boxList > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.koinu-box .koinu-boxList02 > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.koinu-box .koinu-boxHr {
		width: 100%;
		height: 2px;
		margin: 35px 0 35px 0;
		background-image: linear-gradient(to right, #b12724, #b12724 2px, transparent 2px, transparent 6px);
		background-size: 6px 2px;
	}
	.koinu-box .koinu-boxInquiry {
		text-align: center;
	}
	.koinu-box .koinu-boxInquiry >:first-child {
		margin-top: 0!important;
	}
	.koinu-box .koinu-boxInquiry .koinu-boxInquiryTxt {
		margin-top: 0;
		font-size: 1.3rem;
	}
	.koinu-box .koinu-boxInquiry .koinu-boxInquiryTel {
		margin-top: 0;
		font-size: 1.3rem;
	}
	.koinu-box .koinu-boxInquiry .koinu-boxInquiryTel a {
		color: #191616;
		text-decoration: none;
	}
	.koinu-box .koinu-boxImage {
		margin: 10px 5% 0;
		text-align: center;
	}
	/* text */
	.koinu-text01 {
		margin-top: 10px;
		font-size: 1.3rem;
	}
	.koinu-lead {
		margin-top: 15px;
		text-align: center;
		font-size: 2rem;
		font-weight: bold;
	}
	.koinu-noteText {
		position: relative;
		margin-top: 10px;
		padding-left: 12px;
		font-size: 1.2rem;
	}
	.koinu-noteText .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* list */
	.koinu-orderList {
		margin-top: 10px;
	}
	.koinu-orderList > li {
		position: relative;
		padding-left: 14px;
		font-size: 1.2rem;
	}
	.koinu-orderList > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.koinu-noteList {
		margin-top: 30px;
		text-align: left;
	}
	.koinu-noteList > li {
		position: relative;
		padding-left: 12px;
		font-size: 1.2rem;
	}
	.koinu-noteList > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* image */
	.koinu-image {
		margin-top: 15px;
		text-align: center;
	}
	.koinu-image02 {
		display: flex;
		justify-content: center;
		margin-top: 20px;
	}

}
/* Cleafix
------------------------------------------------------ */
.contentsWrap:after,
.flow:after {
	display: block;
	clear: both;
	content: "";
}