@charset "utf-8";

/*Googlefonts*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


.font_sample {
	font-family: "Zen Maru Gothic", sans-serif;
	font-family: "Roboto", sans-serif;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "Noto Sans JP", "Arial", Lato, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	-webkit-text-size-adjust: 100%;
	/* スマホで文字サイズが大きくなるのを防ぐ */
	font-size: 1.5rem;
	max-width: 1920px;
	margin: 0 auto;
	background-color: #fff;
}

html {
	-ms-overflow-style: scrollbar;
	font-size: 62.5%;
}

.serif {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

ul {
	padding: 0;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 100%
}

a {
	transition-property: all;
	transition: 0.2s linear;
	text-decoration: none;
}

_:-ms-lang(x)::-ms-backdrop,
a {
	transition: 0s;
}

/*IE11*/

a:focus,
*:focus {
	outline: none;
}

p {
	margin: 0px;
	padding: 0px
}

.clearfix:after {
	content: " ";
	/* 新しい要素を作る */
	display: block;
	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*/
	/*/
height: auto;
overflow: hidden;
/**/
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

.moa {
	margin: 0 auto;
}

.tac {
	text-align: center;
}

.tal {
	text-align: left
}

@media (min-width: 992px) {
	.tal {
		text-align: center
	}
}

.left {
	float: left;
}

.right {
	float: right;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb5 {
	margin-bottom: .5rem !important;
}

.mb10 {
	margin-bottom: 1rem !important;
}

.mb15 {
	margin-bottom: 1.5rem !important;
}

.mb20 {
	margin-bottom: 2rem !important;
}

.mb25 {
	margin-bottom: 2.5rem !important;
}

.mb30 {
	margin-bottom: 3rem !important;
}

.mb35 {
	margin-bottom: 3.5rem !important;
}

.mb40 {
	margin-bottom: 4rem !important;
}

.mb45 {
	margin-bottom: 4.5rem !important;
}

.mb50 {
	margin-bottom: 5rem !important;
}

.mb55 {
	margin-bottom: 5.5rem !important;
}

.mb60 {
	margin-bottom: 6rem !important;
}

.mb65 {
	margin-bottom: 6.5rem !important;
}

.mb70 {
	margin-bottom: 7rem !important;
}

.mb75 {
	margin-bottom: 7.5rem !important;
}

.mb80 {
	margin-bottom: 8rem !important;
}

.mb85 {
	margin-bottom: 8.5rem !important;
}

.mb90 {
	margin-bottom: 9rem !important;
}

.mb95 {
	margin-bottom: 9.5rem !important;
}

.mb100 {
	margin-bottom: 10rem !important;
}

.fwb {
	font-weight: bold;
}

@media (max-width: 767px) {
	.lh2 {
		line-height: 1.8 !important;
	}

	.lh22 {
		line-height: 1.8 !important;
	}
}

@media (min-width: 768px) {
	.lh2 {
		line-height: 1.8 !important;
	}

	.lh22 {
		line-height: 2 !important;
	}
}

@media (min-width: 992px) {
	.lh2 {
		line-height: 2 !important;
	}

	.lh22 {
		line-height: 2.2 !important;
	}
}

.s11 {
	font-size: 1.1rem !important;
	line-height: 1.6;
}

.s12 {
	font-size: 1.2rem !important;
	line-height: 1.6;
}

.s13 {
	font-size: 1.3rem !important;
	line-height: 1.6;
}

.s14 {
	font-size: 1.4rem !important;
	line-height: 1.6;
}

.s14_c {
	font-size: 1.4rem !important;
	line-height: 1.6;
	text-align: center;
}

@media (max-width: 767px) {
	.s15 {
		font-size: 1.5rem !important;
		line-height: 1.7;
	}

	.s16 {
		font-size: 1.5rem !important;
		line-height: 1.7;
	}

	.s15_c {
		font-size: 1.5rem !important;
		line-height: 1.7;
		text-align: left;
	}

	.s16_c {
		font-size: 1.5rem !important;
		line-height: 1.7;
		text-align: left;
	}
}

@media (min-width: 768px) {
	.s15 {
		font-size: 1.5rem !important;
		line-height: 1.7;
	}

	.s16 {
		font-size: 1.6rem !important;
		line-height: 1.7;
	}

	.s15_c {
		font-size: 1.5rem !important;
		line-height: 1.7;
		text-align: center;
	}

	.s16_c {
		font-size: 1.6rem !important;
		line-height: 1.7;
		text-align: center;
	}
}

@media (min-width: 992px) {
	.s15 {
		font-size: 1.5rem !important;
		line-height: 1.7;
	}

	.s16 {
		font-size: 1.6rem !important;
		line-height: 1.7;
	}

	.s15_c {
		font-size: 1.5rem !important;
		line-height: 1.7;
		text-align: center;
	}

	.s16_c {
		font-size: 1.6rem !important;
		line-height: 1.7;
		text-align: center;
	}
}

.s17 {
	font-size: 1.7rem !important;
	line-height: 1.7;
}

.s18 {
	font-size: 1.8rem !important;
	line-height: 1.7;
}

.s19 {
	font-size: 1.9rem !important;
	line-height: 1.7;
}

.s20 {
	font-size: 2rem !important;
	line-height: 1.7;
}

.s21 {
	font-size: 2.1rem !important;
	line-height: 1.7;
}

.s22 {
	font-size: 2.2rem !important;
	line-height: 1.7;
}

.s23 {
	font-size: 2.3rem !important;
	line-height: 1.7;
}

.s24 {
	font-size: 2.4rem !important;
	line-height: 1.7;
}

.s25 {
	font-size: 2.5rem !important;
	line-height: 1.7;
}

.s26 {
	font-size: 2.6rem !important;
	line-height: 1.7;
}

.s27 {
	font-size: 2.7rem !important;
	line-height: 1.7;
}

.s28 {
	font-size: 2.8rem !important;
	line-height: 1.7;
}

.s29 {
	font-size: 2.9rem !important;
	line-height: 1.7;
}

.s30 {
	font-size: 3rem !important;
	line-height: 1.7;
}

.br10 img {
	border-radius: 10px;
}

.br20 img {
	border-radius: 20px;
}

.br30 img {
	border-radius: 30px;
}

img.br10 {
	border-radius: 10px;
}

img.br20 {
	border-radius: 20px;
}

img.br30 {
	border-radius: 30px;
}

a.underline {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

.pos {
	position: relative;
}

@media (max-width: 767px) {
	.flex_b {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.reverse_sp {
		flex-direction: column-reverse !important;
	}
}

@media (min-width: 768px) {
	.flex_b {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
}

@media (max-width: 767px) {
	.flex_c {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

@media (min-width: 768px) {
	.flex_c {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.flex_s {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}
}

@media (min-width: 768px) {
	.flex_s {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
	}
}

@media (max-width: 767px) {
	.flex_e {
		display: flex;
		flex-direction: column;
	}
}

@media (min-width: 768px) {
	.flex_e {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
	}
}

.stretch {
	align-items: stretch;
}

.center {
	align-items: center;
}

.start {
	align-items: flex-start;
}

.end {
	align-items: flex-end;
}

.baseline {
	align-items: baseline;
}

.wrap {
	flex-wrap: wrap;
}

.dg {
	display: grid;
}

@media (max-width: 767px) {
	.cont20 {
		width: 100%;
	}

	.cont21 {
		width: 100%;
	}

	.cont22 {
		width: 100%;
	}

	.cont23 {
		width: 100%;
	}

	.cont24 {
		width: 100%;
	}

	.cont25 {
		width: 100%;
	}

	.cont26 {
		width: 100%;
	}

	.cont27 {
		width: 100%;
	}

	.cont28 {
		width: 100%;
	}

	.cont29 {
		width: 100%;
	}

	.cont30 {
		width: 100%;
	}

	.cont31 {
		width: 100%;
	}

	.cont32 {
		width: 100%;
	}

	.cont33 {
		width: 100%;
	}

	.cont34 {
		width: 100%;
	}

	.cont35 {
		width: 100%;
	}

	.cont36 {
		width: 100%;
	}

	.cont37 {
		width: 100%;
	}

	.cont38 {
		width: 100%;
	}

	.cont39 {
		width: 100%;
	}

	.cont40 {
		width: 100%;
	}

	.cont41 {
		width: 100%;
	}

	.cont42 {
		width: 100%;
	}

	.cont43 {
		width: 100%;
	}

	.cont44 {
		width: 100%;
	}

	.cont45 {
		width: 100%;
	}

	.cont46 {
		width: 100%;
	}

	.cont47 {
		width: 100%;
	}

	.cont48 {
		width: 100%;
	}

	.cont49 {
		width: 100%;
	}

	.cont50 {
		width: 100%;
	}

	.cont51 {
		width: 100%;
	}

	.cont52 {
		width: 100%;
	}

	.cont53 {
		width: 100%;
	}

	.cont54 {
		width: 100%;
	}

	.cont55 {
		width: 100%;
	}

	.cont56 {
		width: 100%;
	}

	.cont57 {
		width: 100%;
	}

	.cont58 {
		width: 100%;
	}

	.cont59 {
		width: 100%;
	}

	.cont60 {
		width: 100%;
	}

	.cont61 {
		width: 100%;
	}

	.cont62 {
		width: 100%;
	}

	.cont63 {
		width: 100%;
	}

	.cont64 {
		width: 100%;
	}

	.cont65 {
		width: 100%;
	}

	.cont66 {
		width: 100%;
	}

	.cont67 {
		width: 100%;
	}

	.cont68 {
		width: 100%;
	}

	.cont69 {
		width: 100%;
	}

	.cont70 {
		width: 100%;
	}

	.cont71 {
		width: 100%;
	}

	.cont72 {
		width: 100%;
	}

	.cont73 {
		width: 100%;
	}

	.cont74 {
		width: 100%;
	}

	.cont75 {
		width: 100%;
	}

	.cont76 {
		width: 100%;
	}

	.cont77 {
		width: 100%;
	}

	.cont78 {
		width: 100%;
	}

	.cont79 {
		width: 100%;
	}

	.cont80 {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.cont20 {
		width: 20%;
	}

	.cont21 {
		width: 21%;
	}

	.cont22 {
		width: 22%;
	}

	.cont23 {
		width: 23%;
	}

	.cont24 {
		width: 24%;
	}

	.cont25 {
		width: 25%;
	}

	.cont26 {
		width: 26%;
	}

	.cont27 {
		width: 27%;
	}

	.cont28 {
		width: 28%;
	}

	.cont29 {
		width: 29%;
	}

	.cont30 {
		width: 30%;
	}

	.cont31 {
		width: 31%;
	}

	.cont32 {
		width: 32%;
	}

	.cont33 {
		width: 33%;
	}

	.cont34 {
		width: 34%;
	}

	.cont35 {
		width: 35%;
	}

	.cont36 {
		width: 36%;
	}

	.cont37 {
		width: 37%;
	}

	.cont38 {
		width: 38%;
	}

	.cont39 {
		width: 39%;
	}

	.cont40 {
		width: 40%;
	}

	.cont41 {
		width: 41%;
	}

	.cont42 {
		width: 42%;
	}

	.cont43 {
		width: 43%;
	}

	.cont44 {
		width: 44%;
	}

	.cont45 {
		width: 45%;
	}

	.cont46 {
		width: 46%;
	}

	.cont47 {
		width: 47%;
	}

	.cont48 {
		width: 48%;
	}

	.cont49 {
		width: 49%;
	}

	.cont50 {
		width: 50%;
	}

	.cont51 {
		width: 51%;
	}

	.cont52 {
		width: 52%;
	}

	.cont53 {
		width: 53%;
	}

	.cont54 {
		width: 54%;
	}

	.cont55 {
		width: 55%;
	}

	.cont56 {
		width: 56%;
	}

	.cont57 {
		width: 57%;
	}

	.cont58 {
		width: 58%;
	}

	.cont59 {
		width: 59%;
	}

	.cont60 {
		width: 60%;
	}

	.cont61 {
		width: 61%;
	}

	.cont62 {
		width: 62%;
	}

	.cont63 {
		width: 63%;
	}

	.cont64 {
		width: 64%;
	}

	.cont65 {
		width: 65%;
	}

	.cont66 {
		width: 66%;
	}

	.cont67 {
		width: 67%;
	}

	.cont68 {
		width: 68%;
	}

	.cont69 {
		width: 69%;
	}

	.cont70 {
		width: 70%;
	}

	.cont71 {
		width: 71%;
	}

	.cont72 {
		width: 72%;
	}

	.cont73 {
		width: 73%;
	}

	.cont74 {
		width: 74%;
	}

	.cont75 {
		width: 75%;
	}

	.cont76 {
		width: 76%;
	}

	.cont77 {
		width: 77%;
	}

	.cont78 {
		width: 78%;
	}

	.cont79 {
		width: 79%;
	}

	.cont80 {
		width: 80%;
	}
}

.img-responsive {}

@media (max-width: 420px) {
	.mb_mainimg {
		margin-bottom: 3rem !important;
	}

	.mb_cont {
		margin-bottom: 4rem !important;
	}

	.mb_cont2 {
		margin-bottom: 4rem !important;
	}

	.mb_cont3 {
		margin-bottom: 2rem !important;
	}

	.mb_cont4 {
		margin-bottom: 1.5rem !important;
	}
}

@media (min-width: 421px) {
	.mb_mainimg {
		margin-bottom: 4rem !important;
	}

	.mb_cont {
		margin-bottom: 4rem !important;
	}

	.mb_cont2 {
		margin-bottom: 4rem !important;
	}

	.mb_cont3 {
		margin-bottom: 3rem !important;
	}

	.mb_cont4 {
		margin-bottom: 2rem !important;
	}
}

@media (min-width: 768px) {
	.mb_mainimg {
		margin-bottom: 4rem !important;
	}

	.mb_cont {
		margin-bottom: 5rem !important;
	}

	.mb_cont2 {
		margin-bottom: 4rem !important;
	}

	.mb_cont3 {
		margin-bottom: 3rem !important;
	}

	.mb_cont4 {
		margin-bottom: 2.5rem !important;
	}
}

@media (min-width: 992px) {
	.mb_mainimg {
		margin-bottom: 5rem !important;
	}

	.mb_cont {
		margin-bottom: 6rem !important;
	}

	.mb_cont2 {
		margin-bottom: 5rem !important;
	}

	.mb_cont3 {
		margin-bottom: 4rem !important;
	}

	.mb_cont4 {
		margin-bottom: 3rem !important;
	}
}

@media (min-width: 1920px) {
	.mb_mainimg {
		margin-bottom: 7rem !important;
	}

	.mb_cont {
		margin-bottom: 7rem !important;
	}

	.mb_cont2 {
		margin-bottom: 5rem !important;
	}

	.mb_cont3 {
		margin-bottom: 4rem !important;
	}

	.mb_cont4 {
		margin-bottom: 3rem !important;
	}
}

.dn {
	display: none;
}

span.tel_link {
	color: #333;
}

span.tel_link_white {
	color: #fff;
}

@media (min-width: 768px) {
	.smooth {
		clip-path: inset(0 100% 0 0);
		display: inline-block;
		transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
		transition-property: clip-path;
	}

	.smooth.is-animated {
		clip-path: inset(0);
	}

	span.text2 {
		transition-delay: 1s;
	}

	.delay1 {
		animation-delay: 1s;
	}

}



/* header
=========================================================================== */

.inner_body {
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
	background: url(../images/bg_footer.jpg) center bottom /100% auto no-repeat;
}


@media (max-width: 767px) {
	header {
		width: 100%;
		height: 60px;
		position: fixed;
		top: 0;
		right: 50%;
		left: inherit;
		transform: translateY(0) translateX(50%);
		z-index: 9999;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		transition: 0.2s;
		padding: 0 15px 0 10px;
	}

	h1.logo_h {
		width: 130px;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	header {
		width: 100%;
		max-width: 1920px;
		height: 60px;
		position: fixed;
		top: 0;
		right: 50%;
		left: inherit;
		transform: translateY(0) translateX(50%);
		z-index: 9999;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		transition: 0.2s;
		padding: 0 0 0 20px;
	}

	h1.logo_h {
		width: 150px;
	}
}

@media (min-width: 992px) {
header {
	width: 100%;
	max-width: 1920px;
	position: absolute;
	top: 0;
	right: 50%;
	left: inherit;
	transform: translateY(0) translateX(50%);
	z-index: 9999;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	transition: 0.2s;
	padding: 0 20px 0 20px;
}

h1.logo_h {
	width: 180px;
}
}


@media (min-width: 1200px) {
header {
	width: 100%;
	max-width: 1920px;
	position: absolute;
	top: 0;
	right: 50%;
	left: inherit;
	transform: translateY(0) translateX(50%);
	z-index: 9999;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	transition: 0.2s;
	padding: 0 40px 0 40px;
}

h1.logo_h {
	width: 190px;
}
}




/* ドロワー
--------------------------------------------------------- */
@media (max-width: 767px) {
	.drawer_btn {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1000;
		width: 50px;
		height: 50px;
		outline: none !important;
		background-color: transparent;
		transition: background-color .5s;
		-webkit-user-select: none;
		user-select: none;
		border: none;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.drawer_btn {
		position: absolute;
		top: 0;
		right: 10px;
		z-index: 1000;
		width: 50px;
		height: 50px;
		outline: none !important;
		background-color: transparent;
		transition: background-color .5s;
		-webkit-user-select: none;
		user-select: none;
		border: none;
	}
}

.btn_line {
	position: absolute;
	top: 10px;
	right: 15px;
	bottom: 0;
	left: 0;
	z-index: 100;
	display: block;
	width: 30px;
	height: 2px;
	margin: auto;
	background: #014099;
	transition: .5s cubic-bezier(.645, .045, .355, 1);
	pointer-events: none;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
}

.is-drawer-open .btn_line {
	background-color: #fff;
}

.btn_line:nth-child(1) {
	-webkit-transform: translateY(-9px);
	transform: translateY(-9px);
}

.is-drawer-open .btn_line:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.is-drawer-open .btn_line:nth-child(2) {
	opacity: 0;
}

.btn_line:nth-child(3) {
	-webkit-transform: translateY(9px);
	transform: translateY(9px);
}

.is-drawer-open .btn_line:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media (max-width: 767px) {
	.drawer_bg {
		position: fixed;
		top: 0;
		left: 100%;
		z-index: 500;
		overflow-x: hidden;
		width: 90%;
		height: 100vh;
		background-color: #084a68;
		transition: .5s cubic-bezier(.645, .045, .355, 1);
		pointer-events: none;
	}

	.is-drawer-open .drawer_bg {
		overflow-y: auto;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		pointer-events: auto;
	}

	.drawer_inner {
		visibility: hidden;
		padding: 90px 5px 140px;
		opacity: 0;
		transition: .5s cubic-bezier(.645, .045, .355, 1) .25s;
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
		display: flex;
		flex-direction: column-reverse;
	}

	.is-drawer-open .drawer_inner {
		visibility: visible;
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}

	.drawer_overlay {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 400;
		visibility: hidden;
		width: 100%;
		height: 100vh;
		opacity: 0;
		transition: .5s cubic-bezier(.645, .045, .355, 1);
		pointer-events: none;

		/* -webkit-backdrop-filter: blur(1px);
		backdrop-filter: blur(1px); */
	}

	.is-drawer-open .drawer_overlay {
		visibility: visible;
		background: rgba(0, 0, 0, 0.3);
		opacity: 1;
		pointer-events: auto;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.drawer_bg {
		position: fixed;
		top: 0;
		left: 100%;
		z-index: 500;
		overflow-x: hidden;
		width: 80%;
		height: 100vh;
		background-color: #084a68;
		transition: .5s cubic-bezier(.645, .045, .355, 1);
		pointer-events: none;
	}

	.is-drawer-open .drawer_bg {
		overflow-y: auto;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		pointer-events: auto;
	}

	.drawer_inner {
		visibility: hidden;
		padding: 90px 5px 140px;
		opacity: 0;
		transition: .5s cubic-bezier(.645, .045, .355, 1) .25s;
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
		display: flex;
		flex-direction: column-reverse;
	}

	.is-drawer-open .drawer_inner {
		visibility: visible;
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}

	.drawer_overlay {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 400;
		visibility: hidden;
		width: 100%;
		height: 100vh;
		opacity: 0;
		transition: .5s cubic-bezier(.645, .045, .355, 1);
		pointer-events: none;

		/* -webkit-backdrop-filter: blur(1px);
		backdrop-filter: blur(1px); */
	}

	.is-drawer-open .drawer_overlay {
		visibility: visible;
		background: rgba(0, 0, 0, 0.3);
		opacity: 1;
		pointer-events: auto;
	}
}

@media (min-width: 992px) {
	.drawer {
		/* margin-top: 15px; */
	}

	.drawer_btn {
		display: none;
	}

	.drawer_bg {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
		height: 120px;
	}

	.drawer_inner {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		justify-content: center;
	}
}







/* グローバルナビ
  --------------------------------------------------------- */

.gnav_item>a {
	display: block;
	text-decoration: none;
	letter-spacing: .03em;
	font-weight: 500;
	line-height: 1.3;
	transition: background-color .2s, color .2s;
}

@media (max-width: 767px) {
	.gnav_items {
		padding-right: 2vw;
		padding-left: 2vw;
	}

	.gnav_item {
		position: relative;
		border-bottom: 1px dotted #aaa;
	}

	.gnav_item+.gnav_item {
		margin-top: 0;
	}

	.gnav_item>a {
		padding: .7em 0.5em;
		color: #fff;
		text-align: left;
		font-size: 1.6rem;
	}

	.gnav_item.active>a {
		color: #7db6d0;
	}

	.gnav_item>a:hover {
		color: #7db6d0;
		opacity: 1;
	}

	.gnav ul.gnav_item>li a:hover {
		background-color: #7db6d0;
		opacity: 1;
		cursor: pointer;
	}

	p.btn_h a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 230px;
		height: 40px;
		font-size: 1.4rem;
		letter-spacing: 0.05em;
		font-weight: 500;
		color: #fff;
		border-left: 1px solid #fff;
		background-color: #369e11;
		border-radius: 10px;
		margin: 10px 0 0 10px;
	}

	p.btn_h a:before {
		content: '';
		display: block;
		background: url(../images/icon_btn_h.png) 0 0 /contain no-repeat;
		width: 20px;
		height: 17px;
		margin-right: 5px;
	}

	p.btn_h a:hover {
		opacity: 1;
		background-color: #40b615;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.gnav_items {
		padding-right: 2vw;
		padding-left: 2vw;
	}

	.gnav_item {
		position: relative;
		border-bottom: 1px solid #ffffff85;
	}

	.gnav_item+.gnav_item {
		margin-top: 0;
	}

	.gnav_item>a {
		padding: .7em 0.5em;
		color: #fff;
		text-align: left;
		font-size: 1.8rem;
	}

	.gnav_item.active>a {
		color: #7db6d0;
	}

	.gnav_item>a:hover {
		color: #7db6d0;
		opacity: 1;
	}

	.gnav ul.gnav_item>li a:hover {
		background-color: #7db6d0;
		opacity: 1;
		cursor: pointer;
	}

	p.btn_h a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 260px;
		height: 40px;
		font-size: 1.5rem;
		letter-spacing: 0.05em;
		font-weight: 500;
		color: #fff;
		border-left: 1px solid #fff;
		background-color: #369e11;
		border-radius: 10px;
		margin: 10px 0 0 20px;
	}

	p.btn_h a:before {
		content: '';
		display: block;
		background: url(../images/icon_btn_h.png) 0 0 /contain no-repeat;
		width: 25px;
		height: 22px;
		margin-right: 7px;
	}

	p.btn_h a:hover {
		opacity: 1;
		background-color: #40b615;
	}
}

@media (min-width: 992px) {
	.gnav_items {
		position: relative;
		height: 40px;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: flex-end;
		margin-bottom: 0;
	}

	.gnav_item>a {
		font-size: 1.5rem;
		color: #333 !important;
		font-weight: 700;
		letter-spacing: 0;
		line-height: 1;
		padding: 5px 5px 5px;
		min-width: 40px;
		position: relative;
		text-align: center;
		margin-left: 10px;
			text-shadow:
		-1px -1px 0 #fff,
		1px -1px 0 #fff,
		-1px 1px 0 #fff,
		1px 1px 0 #fff;
	}

	.gnav .gnav_items>li.active>a {
		color: #ca171d !important;
	}

	.gnav .gnav_items>li>a:hover {
		color: #ca171d !important;
		opacity: 1;
	}

	.gnav_item>a:after {
		position: absolute;
		bottom: -10px;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		height: 3px;
		border-radius: 5px;
		background-color: #ca171d;
		content: '';
		transition: -webkit-transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: center top;
		transform-origin: center top;
	}

	.gnav_item>a:hover:after,
	.gnav_item>a:focus:after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: center top;
		transform-origin: center top;
	}

	.gnav_item.active>a:after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	p.btn_h a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 260px;
		height: 40px;
		font-size: 1.5rem;
		letter-spacing: 0.05em;
		font-weight: 500;
		color: #fff;
		border-left: 1px solid #fff;
		background-color: #369e11;
		border-radius: 10px;
	}

	p.btn_h a:before {
		content: '';
		display: block;
		background: url(../images/icon_btn_h.png) 0 0 /contain no-repeat;
		width: 25px;
		height: 22px;
		margin-right: 7px;
	}

	p.btn_h a:hover {
		opacity: 1;
		background-color: #40b615;
	}
}

@media (min-width: 1200px) {
	.gnav_items {
		position: relative;
		height: 40px;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: flex-end;
		margin-bottom: 0;
	}

	.gnav_item>a {
		font-size: 1.6rem;
		color: #333 !important;
		font-weight: 700;
		letter-spacing: 0.05em;
		line-height: 1;
		padding: 5px 8px 5px;
		min-width: 80px;
		position: relative;
		text-align: center;
		margin-left: 10px;
			text-shadow:
		-1px -1px 0 #fff,
		1px -1px 0 #fff,
		-1px 1px 0 #fff,
		1px 1px 0 #fff;
	}

	.gnav .gnav_items>li.active>a {
		color: #ca171d !important;
	}

	.gnav .gnav_items>li>a:hover {
		color: #ca171d !important;
		opacity: 1;
	}

	.gnav_item>a:after {
		position: absolute;
		bottom: -10px;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		height: 3px;
		border-radius: 5px;
		background-color: #ca171d;
		content: '';
		transition: -webkit-transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: center top;
		transform-origin: center top;
	}

	.gnav_item>a:hover:after,
	.gnav_item>a:focus:after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: center top;
		transform-origin: center top;
	}

	.gnav_item.active>a:after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	p.btn_h a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 300px;
		height: 40px;
		font-size: 1.7rem;
		letter-spacing: 0.05em;
		font-weight: 500;
		color: #fff;
		border-left: 1px solid #fff;
		background-color: #369e11;
		border-radius: 10px;
	}

	p.btn_h a:before {
		content: '';
		display: block;
		background: url(../images/icon_btn_h.png) 0 0 /contain no-repeat;
		width: 25px;
		height: 22px;
		margin-right: 7px;
	}

	p.btn_h a:hover {
		opacity: 1;
		background-color: #40b615;
	}
}

@media (min-width: 1400px) {
	.gnav_items {
		position: relative;
		height: 40px;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: flex-end;
		margin-bottom: 0;
	}

	.gnav_item>a {
		font-size: 1.6rem;
		color: #333 !important;
		font-weight: 700;
		letter-spacing: 0.05em;
		line-height: 1;
		padding: 5px 8px 5px;
		min-width: 80px;
		position: relative;
		text-align: center;
		margin-left: 20px;
			text-shadow:
		-1px -1px 0 #fff,
		1px -1px 0 #fff,
		-1px 1px 0 #fff,
		1px 1px 0 #fff;
	}

	.gnav .gnav_items>li.active>a {
		color: #ca171d !important;
	}

	.gnav .gnav_items>li>a:hover {
		color: #ca171d !important;
		opacity: 1;
	}

	.gnav_item>a:after {
		position: absolute;
		bottom: -10px;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		height: 3px;
		border-radius: 5px;
		background-color: #ca171d;
		content: '';
		transition: -webkit-transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: center top;
		transform-origin: center top;
	}

	.gnav_item>a:hover:after,
	.gnav_item>a:focus:after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: center top;
		transform-origin: center top;
	}

	.gnav_item.active>a:after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	p.btn_h a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 300px;
		height: 40px;
		font-size: 1.7rem;
		letter-spacing: 0.05em;
		font-weight: 500;
		color: #fff;
		border-left: 1px solid #fff;
		background-color: #369e11;
		border-radius: 10px;
	}

	p.btn_h a:before {
		content: '';
		display: block;
		background: url(../images/icon_btn_h.png) 0 0 /contain no-repeat;
		width: 25px;
		height: 22px;
		margin-right: 7px;
	}

	p.btn_h a:hover {
		opacity: 1;
		background-color: #40b615;
	}
}



/* メインイメージ
=========================================================================== */

.inner_mainimg {
	width: 100%;
	position: relative;
	max-width: 1920px;
}

@media (max-width: 767px) {
.bg_mainimg {
	width: 100%;
	position: relative;
}

.bg_mainimg .inner {
	position: absolute;
	bottom: 0;
	left: 3%;
	width: 90%;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 33;
}
}

@media (min-width: 768px) {
.bg_mainimg {
	width: 100%;
	position: relative;
}

.bg_mainimg .inner {
	position: absolute;
	bottom: 0;
	left: 3%;
	width: 85%;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 33;
}
}

@media (min-width: 992px) {
.bg_mainimg {
	width: 100%;
	position: relative;
}

.bg_mainimg .inner {
	position: absolute;
	bottom: 0;
	left: 3%;
	width: 75%;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 33;
}
}

@media (min-width: 1200px) {
.bg_mainimg {
	width: 100%;
	position: relative;
}

.bg_mainimg .inner {
	position: absolute;
	bottom: 0;
	left: 3%;
	width: 68.229%;
	max-width: 1310px;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 33;
}
}


.swiper-container {
	overflow: visible !important;
}

.swiper-slide img {
	width: 100%;
	height: auto;
	/*	border-radius: 50px;*/
}

.swiper-slide {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-direction: row-reverse;
	overflow: hidden;
	position: relative;
}

@media (max-width: 767px) {

	.swiper-button-next,
	.swiper-button-prev {
		display: none;
	}
}

@keyframes zoomUp {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.05);
	}
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
	animation: zoomUp 4s ease-out 0s 1 normal both;
}


.slide-img img {
	display: block;
}

/*ページネーション　カスタム*/

@media (max-width: 991px) {
	.swiper-pagination-bullets {
		display: none;
	}
}

@media (min-width: 992px) {
	.swiper-pagination-bullets {
		right: 35px !important;
		top: 23% !important;
		left: inherit !important;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}

	.swiper-pagination-bullet {
		border-radius: inherit;
		margin: 0 0 10px 0 !important;
		width: 100px;
		height: 5px;
	}

	.swiper-pagination-bullet {
		width: 9px !important;
		height: 9px !important;
		border-radius: 50% !important;
		background: #fff !important;
		opacity: 0.8 !important;
	}

	.swiper-pagination-bullet-active {
		background: #3579ce !important;
		opacity: 1 !important;
	}
}

@media (min-width: 1200px) {
	.swiper-pagination-bullets {
		right: 35px !important;
		top: 40% !important;
		bottom: inherit !important;
		left: inherit !important;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}

	.swiper-pagination-bullet {
		border-radius: inherit;
		margin: 0 0 15px 0 !important;
		width: 100px;
		height: 5px;
	}

	.swiper-pagination-bullet {
		width: 10px !important;
		height: 10px !important;
		border-radius: 50% !important;
		background: #fff !important;
		opacity: 0.8 !important;
	}

	.swiper-pagination-bullet-active {
		background: #3579ce !important;
		opacity: 1 !important;
	}
}


/* スクロール */

@media (max-width: 991px) {
	.top_scroll {
		display: none;
	}
}

@media (min-width: 992px) {
	.top_scroll {
		position: absolute;
		right: 40px;
		bottom: 0;
		display: flex;
		flex-direction: column;
		z-index: 999;
	}
}

p.ttl_scroll {
	font-size: 1.3rem;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	transform: rotate(90deg);
	transform-origin: left top;
	letter-spacing: 0.2em;
	position: absolute;
	top: -80px;
	left: 12px;
}

.moveline {
	content: '';
	display: block;
	width: 2px;
	height: 120px;
	background-color: rgba(255, 255, 255, 0.3);
}

.moveline:before {
	content: '';
	display: block;
	z-index: 999999;
	animation-name: anime1;
	animation-duration: 2.7s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes anime1 {
	0% {
		width: 2px;
		height: 0;
		background-color: #fff;
	}

	25% {
		width: 2px;
		height: 120px;
		background-color: #fff;
	}

	45% {
		width: 2px;
		height: 120px;
		background-color: transparent;
	}

	100% {
		width: 2px;
		height: 120px;
		background-color: transparent;
	}
}


/* index.html
=========================================================================== */

span.text_blue {
	color: #014099;
	font-weight: 700;
}

p.btn_qr {
	border: 3px solid #ca171d;
	padding: 10px;
}

@media (max-width: 767px) {
.bg_top01 {
	width: 100%;
	padding: 30px 0 30px;
	background-color: #ecf2fd;
	border-radius: 0 0 24px 24px;
}

h2.top {
	font-size: 1.9rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", sans-serif;
	letter-spacing: 0.05em;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 15px;
}

h2.top01 {
	justify-content: center;
}

h2.top:before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	flex-shrink: 0;
	margin: 0 auto 8px;
}

h2.top01:before {
	background: url(../images/ttl_top01.png) 0 0 /contain no-repeat;
}

.inner_top01 {
	background-color: #fff;
	border: 1px solid #084895;
	border-radius: 10px;
	padding: 25px 25px 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
}

.inner_top01 h3 {
	font-size: 1.6rem;
	color: #014099;
	font-weight: 700;
	flex-shrink: 0;
	margin-bottom: 10px;
}

.flow_top01 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.flow_top01 .cont {
	background-color: #014099;
	color: #fff;
	font-weight: 700;
	text-align: center;
	position: relative;
	width: 100%;
	height: 40px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	border-radius: 7px;
	margin-bottom: 20px;
}

.flow_top01 .cont p.number {
	font-size: 1.6rem;
	margin-right: 3px;
}

.flow_top01 .cont:last-child {
	margin-bottom: 0;
}

.flow_top01 .cont p.text {
	font-size: 1.6rem;
}

.flow_top01 .cont:after {
	content: "\f078";
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	position: absolute;
	bottom: -22px;
	left: 50%;
	transform: translateX(-50%);
	color: #014099;
	font-size: 1.6rem;
}

.flow_top01 .cont:last-of-type:after {
	content: '';
}

.flow_top01 p.kome {
	color: #333;
	font-size: 1.2rem;
	text-align: center;
	font-weight: 500;
	margin-top: -10px;
}

.cont_top01_l {
	width: 100%;
}

.cont_top01_l > .flex_s {
	justify-content: center;
}

.bg_top01 .container > .flex_b {
	flex-direction: column;
}

.cont_top01_l p.text {
	font-size: 1.5rem;
	letter-spacing: 0;
	line-height: 1.8;
	margin-bottom: 15px;
	text-align: center;
}

span.bnr_line {
	display: inline-flex;
	margin: 0 5px;
}

span.bnr_line img {
	width: 90px;
}

.cont_top01_l p.text b {
	color: #0a8733;
	font-weight: 500;
}

p.tel_top01 {
	font-size: 2.7rem;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	display: flex;
	flex-direction: row;
	align-items: center;
}

p.tel_top01:before {
	content: '';
	display: block;
	background: url(../images/icon_tel_top01.png) 0 0 /contain no-repeat;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	margin-right: 5px;
}

.cont_top01_l p.hour {
	text-align: center;
	font-size: 1.4rem;
	margin-bottom: 10px;
}

p.btn_top01 a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 240px;
	height: 50px;
	background-color: #ca171d;
	border-radius: 50px;
	font-size: 1.5rem;
	color: #fff;
	font-weight: 500;
	margin-top: 10px;
}

p.btn_top01 a:before {
	content: '';
	display: block;
	background: url(../images/icon_top01.png) 0 0 /contain no-repeat;
	width: 20px;
	height: 16px;
	flex-shrink: 0;
	margin-right: 5px;
}

p.btn_top01 a:hover {
	opacity: 1;
	background-color: #e92027;
}

.cont_top01_r {
	width: 100%;
}

.cont_top01_r .inner {
	padding: 10px 0;
	margin-top: 20px;
}

.cont_top01_r .inner p.ttl {
	color: #ca171d;
	font-size: 1.7rem;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 1.4;
	text-align: center;
}

.cont_top01_r .inner p.text {
	font-size: 1.5rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
}

@media (min-width: 768px) and (max-width:991px) {
.bg_top01 {
	width: 100%;
	padding: 40px 0 40px;
	background-color: #ecf2fd;
	border-radius: 0 0 36px 36px;
}

h2.top {
	font-size: 2.1rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", sans-serif;
	letter-spacing: 0.1em;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 25px;
}

h2.top01 {
	justify-content: center;
}

h2.top:before {
	content: '';
	display: block;
	width: 34px;
	height: 34px;
	flex-shrink: 0;
	margin-right: 15px;
}

h2.top01:before {
	background: url(../images/ttl_top01.png) 0 0 /contain no-repeat;
}

.inner_top01 {
	background-color: #fff;
	border: 1px solid #084895;
	border-radius: 10px;
	padding: 25px 25px 15px;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 30px;
}

.inner_top01 h3 {
	width: 150px;
	font-size: 1.8rem;
	color: #014099;
	font-weight: 700;
	flex-shrink: 0;
}

.flow_top01 {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.flow_top01 .cont {
	background-color: #014099;
	color: #fff;
	font-weight: 700;
	text-align: center;
	position: relative;
	width: 20%;
	height: 70px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 7px;
}

.flow_top01 .cont p.number {
	font-size: 2rem;
}

.flow_top01 .cont p.text {
	font-size: 1.6rem;
}

.flow_top01 .cont:after {
	content: "\f054";
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: -22px;
	transform: translateY(-50%);
	color: #014099;
	font-size: 1.8rem;
}

.flow_top01 .cont:last-of-type:after {
	content: '';
}

.flow_top01 p.kome {
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
	color: #333;
	font-size: 1.2rem;
	text-align: center;
	font-weight: 500;
	width: 140%;
}

.cont_top01_l {
	width: 100%;
}

.cont_top01_l > .flex_s {
	justify-content: center;
}

.bg_top01 .container > .flex_b {
	flex-direction: column;
}

.cont_top01_l p.text {
	font-size: 1.5rem;
	letter-spacing: 0;
	line-height: 1.8;
	margin-bottom: 15px;
	text-align: center;
}

span.bnr_line {
	display: inline-flex;
	margin: 0 5px;
}

span.bnr_line img {
	width: 100px;
}

.cont_top01_l p.text {
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.8;
	margin-bottom: 20px;
	text-align: center;
}

.cont_top01_l p.text b {
	color: #0a8733;
	font-weight: 500;
}

p.tel_top01 {
	font-size: 2.4rem;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-right: 20px;
}

p.tel_top01:before {
	content: '';
	display: block;
	background: url(../images/icon_tel_top01.png) 0 0 /contain no-repeat;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	margin-right: 5px;
}

.cont_top01_l p.hour {
	text-align: center;
	font-size: 1.5rem;
}

p.btn_top01 a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 240px;
	height: 54px;
	background-color: #ca171d;
	border-radius: 50px;
	font-size: 1.5rem;
	color: #fff;
	font-weight: 500;
}

p.btn_top01 a:before {
	content: '';
	display: block;
	background: url(../images/icon_top01.png) 0 0 /contain no-repeat;
	width: 20px;
	height: 16px;
	flex-shrink: 0;
	margin-right: 5px;
}

p.btn_top01 a:hover {
	opacity: 1;
	background-color: #e92027;
}

.cont_top01_r {
	width: 100%;
}

.cont_top01_r .inner {
	background-color: #e1eafa;
	padding: 30px 30px;
	border-radius: 10px;
	margin-top: 30px;
}

.cont_top01_r .inner p.ttl {
	color: #ca171d;
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 1.4;
	text-align: center;
}

.cont_top01_r .inner p.text {
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
}

@media (min-width: 992px) {
.bg_top01 {
	width: 100%;
	padding: 50px 0 50px;
	background-color: #ecf2fd;
	border-radius: 0 0 70px 70px;
}

h2.top {
	font-size: 2.4rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", sans-serif;
	letter-spacing: 0.1em;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 25px;
}

h2.top01 {
	justify-content: center;
}

h2.top:before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	margin-right: 15px;
}

h2.top01:before {
	background: url(../images/ttl_top01.png) 0 0 /contain no-repeat;
}

.inner_top01 {
	background-color: #fff;
	border: 1px solid #084895;
	border-radius: 10px;
	padding: 30px 30px 30px;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 50px;
}

.inner_top01 h3 {
	width: 180px;
	font-size: 2rem;
	color: #014099;
	font-weight: 700;
	flex-shrink: 0;
}

.flow_top01 {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.flow_top01 .cont {
	background-color: #014099;
	color: #fff;
	font-weight: 700;
	text-align: center;
	position: relative;
	width: 20%;
	height: 90px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 7px;
}

.flow_top01 .cont p.number {
	font-size: 2.2rem;
}

.flow_top01 .cont p.text {
	font-size: 1.8rem;
}

.flow_top01 .cont:after {
	content: "\f054";
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: -35px;
	transform: translateY(-50%);
	color: #014099;
	font-size: 2.2rem;
}

.flow_top01 .cont:last-of-type:after {
	content: '';
}

.flow_top01 p.kome {
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
	color: #333;
	font-size: 1.2rem;
	text-align: center;
	font-weight: 500;
	width: 100%;
}

.cont_top01_l {
	width: 50%;
}

.cont_top01_l p.text {
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.8;
	margin-bottom: 30px;
}

.cont_top01_l p.text {
	font-size: 1.5rem;
	letter-spacing: 0;
	line-height: 1.8;
	margin-bottom: 15px;
	text-align: center;
}

span.bnr_line {
	display: inline-flex;
	margin: 0 5px;
}

span.bnr_line img {
	width: 100px;
}

.cont_top01_l p.text b {
	color: #0a8733;
	font-weight: 500;
}

p.tel_top01 {
	font-size: 2.4rem;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-right: 20px;
}

p.tel_top01:before {
	content: '';
	display: block;
	background: url(../images/icon_tel_top01.png) 0 0 /contain no-repeat;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	margin-right: 5px;
}

.cont_top01_l p.hour {
	text-align: center;
	font-size: 1.5rem;
}

p.btn_top01 a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 240px;
	height: 54px;
	background-color: #ca171d;
	border-radius: 50px;
	font-size: 1.5rem;
	color: #fff;
	font-weight: 500;
}

p.btn_top01 a:before {
	content: '';
	display: block;
	background: url(../images/icon_top01.png) 0 0 /contain no-repeat;
	width: 20px;
	height: 16px;
	flex-shrink: 0;
	margin-right: 5px;
}

p.btn_top01 a:hover {
	opacity: 1;
	background-color: #e92027;
}

.cont_top01_r {
	width: 46%;
}

.cont_top01_r .inner {
	background-color: #e1eafa;
	padding: 50px 30px;
	border-radius: 10px;
}

.cont_top01_r .inner p.ttl {
	color: #ca171d;
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.4;
}

.cont_top01_r .inner p.text {
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
}

@media (min-width: 1200px) {
.bg_top01 {
	width: 100%;
	padding: 70px 0 70px;
	background-color: #ecf2fd;
	border-radius: 0 0 100px 100px;
}

h2.top {
	font-size: 2.5rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", sans-serif;
	letter-spacing: 0.1em;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 25px;
}

h2.top01 {
	justify-content: center;
}

h2.top:before {
	content: '';
	display: block;
	width: 44px;
	height: 44px;
	flex-shrink: 0;
	margin-right: 15px;
}

h2.top01:before {
	background: url(../images/ttl_top01.png) 0 0 /contain no-repeat;
}

.inner_top01 {
	background-color: #fff;
	border: 1px solid #084895;
	border-radius: 10px;
	padding: 30px 50px 30px;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 50px;
}

.inner_top01 h3 {
	width: 200px;
	font-size: 2.1rem;
	color: #014099;
	font-weight: 700;
	flex-shrink: 0;
}

.flow_top01 {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.flow_top01 .cont {
	background-color: #014099;
	color: #fff;
	font-weight: 700;
	text-align: center;
	position: relative;
	width: 20%;
	height: 90px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 7px;
}

.flow_top01 .cont p.number {
	font-size: 2.4rem;
}

.flow_top01 .cont p.text {
	font-size: 1.9rem;
}

.flow_top01 .cont:after {
	content: "\f054";
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: -35px;
	transform: translateY(-50%);
	color: #014099;
	font-size: 2.2rem;
}

.flow_top01 .cont:last-child:after {
	content: '';
}

.flow_top01 p.kome {
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
	color: #333;
	font-size: 1.3rem;
	text-align: center;
	font-weight: 500;
	width: 100%;
}

.cont_top01_l {
	width: 55%;
}

.cont_top01_l p.text {
	font-size: 1.7rem;
	letter-spacing: 0;
	line-height: 1.8;
	margin-bottom: 30px;
}

.cont_top01_l p.text b {
	color: #0a8733;
	font-weight: 500;
}

p.tel_top01 {
	font-size: 2.8rem;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-right: 40px;
}

p.tel_top01:before {
	content: '';
	display: block;
	background: url(../images/icon_tel_top01.png) 0 0 /contain no-repeat;
	width: 28px;
	height: 28px;
	flex-shrink: 0;
	margin-right: 5px;
}

.cont_top01_l p.hour {
	text-align: center;
	font-size: 1.5rem;
}

p.btn_top01 a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 270px;
	height: 54px;
	background-color: #ca171d;
	border-radius: 50px;
	font-size: 1.6rem;
	color: #fff;
	font-weight: 500;
}

p.btn_top01 a:before {
	content: '';
	display: block;
	background: url(../images/icon_top01.png) 0 0 /contain no-repeat;
	width: 20px;
	height: 16px;
	flex-shrink: 0;
	margin-right: 5px;
}

p.btn_top01 a:hover {
	opacity: 1;
	background-color: #e92027;
}

.cont_top01_r {
	width: 42%;
}

.cont_top01_r .inner {
	background-color: #e1eafa;
	padding: 50px 40px;
	border-radius: 10px;
}

.cont_top01_r .inner p.ttl {
	color: #ca171d;
	font-size: 1.9rem;
	font-weight: 700;
	margin-bottom: 20px;
}

.cont_top01_r .inner p.text {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.05em;
}
}

@media (min-width: 1400px) {
.bg_top01 {
	width: 100%;
	padding: 70px 0 70px;
	background-color: #ecf2fd;
	border-radius: 0 0 100px 100px;
}

.bg_top01 .container {
	width: 1340px;
}

h2.top {
	font-size: 2.8rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", sans-serif;
	letter-spacing: 0.1em;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 25px;
}

h2.top01 {
	justify-content: center;
}

h2.top:before {
	content: '';
	display: block;
	width: 52px;
	height: 52px;
	flex-shrink: 0;
	margin-right: 15px;
}

h2.top01:before {
	background: url(../images/ttl_top01.png) 0 0 /contain no-repeat;
}

.inner_top01 {
	background-color: #fff;
	border: 1px solid #084895;
	border-radius: 10px;
	padding: 30px 50px 30px;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 50px;
}

.inner_top01 h3 {
	width: 200px;
	font-size: 2.2rem;
	color: #014099;
	font-weight: 700;
	flex-shrink: 0;
}

.flow_top01 {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.flow_top01 .cont {
	background-color: #014099;
	color: #fff;
	font-weight: 700;
	text-align: center;
	position: relative;
	width: 20%;
	height: 110px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 7px;
}

.flow_top01 .cont p.number {
	font-size: 2.7rem;
}

.flow_top01 .cont p.text {
	font-size: 2rem;
}

.flow_top01 .cont:after {
	content: "\f054";
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: -35px;
	transform: translateY(-50%);
	color: #014099;
	font-size: 2.2rem;
}

.flow_top01 .cont:last-child:after {
	content: '';
}

.flow_top01 p.kome {
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
	color: #333;
	font-size: 1.3rem;
	text-align: center;
	font-weight: 500;
	width: 100%;
}

.cont_top01_l {
	width: 52%;
}

.cont_top01_l p.text {
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-bottom: 30px;
}

.cont_top01_l p.text b {
	color: #0a8733;
	font-weight: 500;
}

p.tel_top01 {
	font-size: 3.2rem;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-right: 40px;
}

p.tel_top01:before {
	content: '';
	display: block;
	background: url(../images/icon_tel_top01.png) 0 0 /contain no-repeat;
	width: 30px;
	height: 30px;
	flex-shrink: 0;
	margin-right: 7px;
}

p.btn_top01 a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 320px;
	height: 54px;
	background-color: #ca171d;
	border-radius: 50px;
	font-size: 1.7rem;
	color: #fff;
	font-weight: 500;
}

p.btn_top01 a:before {
	content: '';
	display: block;
	background: url(../images/icon_top01.png) 0 0 /contain no-repeat;
	width: 20px;
	height: 16px;
	flex-shrink: 0;
	margin-right: 5px;
}

p.btn_top01 a:hover {
	opacity: 1;
	background-color: #e92027;
}

.cont_top01_r {
	width: 44%;
}

.cont_top01_r .inner {
	background-color: #e1eafa;
	padding: 50px 35px;
	border-radius: 10px;
}

.cont_top01_r .inner p.ttl {
	color: #ca171d;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 20px;
}

.cont_top01_r .inner p.text {
	font-size: 1.7rem;
	line-height: 2;
	letter-spacing: 0.05em;
}
}



@media (max-width: 1399px) {
	.br1400 {
		display: none !important;
	}
}

@media (min-width: 1400px) {
	.br1400 {
		display: block;
	}
}


p.text_calendar {
	font-size: 1.6rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	text-align: center;
	justify-content: center;
	margin-top: 15px;
}

p.text_calendar span {
	display: block;
	width: 24px;
	height: 24px;
	background-color: #e38185;
	border-radius: 50%;
	display: inline-block;
	margin-right: 3px;
}



@media (max-width: 767px) {
.bg_top02 {
	padding: 40px 0 40px;
}

.bg_top02 > .flex_b {
	flex-direction: column;
}

.top_calendar {
	width: 100%;
	flex-shrink: 0;
	margin-bottom: 50px;
}

h2.top02:before {
	background: url(../images/ttl_top02.png) 0 0 /contain no-repeat;
}

.top_calendar p.time {
	text-align: center;
	color: #fff;
	background-color: #014099;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	padding: 0.3em 1em;
	border-radius: 7px;
	margin-bottom: 25px;
}

.calendar {
	width: 100%;
}
}

@media (min-width: 768px) and (max-width:991px) {
.bg_top02 {
	padding: 80px 0 80px;
}

.bg_top02 > .flex_b {
	flex-direction: column;
}

.top_calendar {
	width: 100%;
	flex-shrink: 0;
	margin-bottom: 50px;
}

h2.top02:before {
	background: url(../images/ttl_top02.png) 0 0 /contain no-repeat;
}

.top_calendar p.time {
	text-align: center;
	color: #fff;
	background-color: #014099;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	padding: 0.3em 1em;
	border-radius: 7px;
	margin-bottom: 25px;
}

.calendar {
	width: 100%;
}
}

@media (min-width: 992px) {
.bg_top02 {
	padding: 80px 0 80px;
}

.top_calendar {
	width: 35%;
	flex-shrink: 0;
	margin-right: 70px;
}

h2.top02:before {
	background: url(../images/ttl_top02.png) 0 0 /contain no-repeat;
}

.top_calendar p.time {
	text-align: center;
	color: #fff;
	background-color: #014099;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	padding: 0.3em 1em;
	border-radius: 7px;
	margin-bottom: 20px;
}

.calendar {
	width: 100%;
}
}

@media (min-width: 1200px) {
.bg_top02 {
	padding: 90px 0 90px;
}

.top_calendar {
	width: 27%;
	flex-shrink: 0;
	margin-right: 70px;
}

h2.top02:before {
	background: url(../images/ttl_top02.png) 0 0 /contain no-repeat;
}

.top_calendar p.time {
	text-align: center;
	color: #fff;
	background-color: #014099;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	padding: 0.3em 1em;
	border-radius: 7px;
	margin-bottom: 25px;
}

.calendar {
	width: 100%;
}
}

@media (min-width: 1400px) {
.bg_top02 {
	padding: 90px 0 90px;
}

.bg_top02 .container {
	width: 1340px;
}

.top_calendar {
	width: 27%;
	flex-shrink: 0;
	margin-right: 70px;
}

h2.top02:before {
	background: url(../images/ttl_top02.png) 0 0 /contain no-repeat;
}

.top_calendar p.time {
	text-align: center;
	color: #fff;
	background-color: #014099;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	padding: 0.3em 1em;
	border-radius: 7px;
	margin-bottom: 25px;
}

.calendar {
	width: 100%;
}
}





@media (max-width: 767px) {
	.calendar_area {
		width: 100%;
		max-width: 300px;
		margin: 0 auto 20px;
	}

	.calendar_area p.year {
		font-size: 18px;
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		text-align: center;
		line-height: 1;
	}

	.calendar_area p.month {
		font-size: 27px;
		color: #888;
		font-family: 'Roboto', sans-serif;
		font-weight: 300;
		text-align: center;
	}

	.calendar_area p.month span {
		display: inline-block;
		color: #e38185;
		margin-right: 7px;
		font-weight: 500;
		font-size: 27px;
	}

	table.calendar {
		border-collapse: separate;
		border-spacing: 5px;
		margin: 0 auto;
	}

	table.calendar th {
		text-align: center;
		font-weight: normal;
		font-size: 13px;
	}

	table.calendar th:after {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background-color: #333;
		margin: 8px 0 8px;
	}

	table.calendar th:nth-of-type(1) {
		color: red;
	}

	table.calendar th:nth-of-type(7) {
		color: #2693FF;
	}

	table.calendar td {
		width: 36px;
		height: 36px;
		border-radius: 50%;
		text-align: center;
		font-size: 14px;
		position: relative;
		z-index: 1;
		color: #333;
		background-color: #f1f1f1;
	}
}

@media (min-width: 768px) and (max-width:991px) {
		.calendar_area {
		width: 100%;
		max-width: 500px;
		margin: 0 auto 20px;
	}

	.calendar_area p.year {
		font-size: 2rem;
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		text-align: center;
		line-height: 1;
	}

	.calendar_area p.month {
		font-size: 3.4rem;
		color: #888;
		font-family: 'Roboto', sans-serif;
		font-weight: 300;
		text-align: center;
	}

	.calendar_area p.month span {
		display: inline-block;
		color: #e38185;
		margin-right: 10px;
		font-weight: 500;
		font-size: 3rem;
	}

	table.calendar {
		border-collapse: separate;
		border-spacing: 15px;
	}

	table.calendar th {
		text-align: center;
		font-weight: normal;
		font-size: 1.5rem;
	}

	table.calendar th:after {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background-color: #333;
		margin: 8px 0 8px;
	}

	table.calendar th:nth-of-type(1) {
		color: red;
	}

	table.calendar th:nth-of-type(7) {
		color: #2693FF;
	}

	table.calendar td {
		width: 54px;
		height: 54px;
		border-radius: 50%;
		text-align: center;
		font-size: 1.8rem;
		position: relative;
		z-index: 1;
		color: #333;
		flex-shrink: 0;
		background-color: #f1f1f1;
	}
}

@media (min-width: 992px) {
		.calendar_area {
		width: 100%;
	}

	.calendar_area p.year {
		font-size: 2rem;
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		text-align: center;
		line-height: 1;
	}

	.calendar_area p.month {
		font-size: 3.4rem;
		color: #888;
		font-family: 'Roboto', sans-serif;
		font-weight: 300;
		text-align: center;
	}

	.calendar_area p.month span {
		display: inline-block;
		color: #e38185;
		margin-right: 10px;
		font-weight: 500;
		font-size: 3rem;
	}

	table.calendar {
		border-collapse: separate;
		border-spacing: 5px;
	}

	table.calendar th {
		text-align: center;
		font-weight: normal;
		font-size: 1.5rem;
	}

	table.calendar th:after {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background-color: #333;
		margin: 8px 0 8px;
	}

	table.calendar th:nth-of-type(1) {
		color: red;
	}

	table.calendar th:nth-of-type(7) {
		color: #2693FF;
	}

	table.calendar td {
		width: 36px;
		height: 36px;
		border-radius: 50%;
		text-align: center;
		font-size: 1.6rem;
		position: relative;
		z-index: 1;
		color: #333;
		flex-shrink: 0;
		background-color: #f1f1f1;
	}
}

@media (min-width: 1200px) {
	.calendar_area {
		width: 100%;
	}

	.calendar_area p.year {
		font-size: 2rem;
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		text-align: center;
		line-height: 1;
	}

	.calendar_area p.month {
		font-size: 3.4rem;
		color: #888;
		font-family: 'Roboto', sans-serif;
		font-weight: 300;
		text-align: center;
	}

	.calendar_area p.month span {
		display: inline-block;
		color: #e38185;
		margin-right: 10px;
		font-weight: 500;
		font-size: 3rem;
	}

	table.calendar {
		border-collapse: separate;
		border-spacing: 5px;
	}

	table.calendar th {
		text-align: center;
		font-weight: normal;
		font-size: 1.5rem;
	}

	table.calendar th:after {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background-color: #333;
		margin: 8px 0 8px;
	}

	table.calendar th:nth-of-type(1) {
		color: red;
	}

	table.calendar th:nth-of-type(7) {
		color: #2693FF;
	}

	table.calendar td {
		width: 32px;
		height: 32px;
		border-radius: 50%;
		text-align: center;
		font-size: 1.6rem;
		position: relative;
		z-index: 1;
		color: #333;
		flex-shrink: 0;
		background-color: #f1f1f1;
	}
}

@media (min-width: 1400px) {
	.calendar_area {
		width: 100%;
	}

	.calendar_area p.year {
		font-size: 2.1rem;
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		text-align: center;
		line-height: 1;
	}

	.calendar_area p.month {
		font-size: 3.8rem;
		color: #888;
		font-family: 'Roboto', sans-serif;
		font-weight: 300;
		text-align: center;
	}

	.calendar_area p.month span {
		display: inline-block;
		color: #e38185;
		margin-right: 10px;
		font-weight: 500;
		font-size: 3.3rem;
	}

	table.calendar {
		border-collapse: separate;
		border-spacing: 5px;
	}

	table.calendar th {
		text-align: center;
		font-weight: normal;
		font-size: 1.5rem;
	}

	table.calendar th:after {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background-color: #333;
		margin: 8px 0 8px;
	}

	table.calendar th:nth-of-type(1) {
		color: red;
	}

	table.calendar th:nth-of-type(7) {
		color: #2693FF;
	}

	table.calendar td {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		text-align: center;
		font-size: 1.6rem;
		position: relative;
		z-index: 1;
		color: #333;
		flex-shrink: 0;
		background-color: #f1f1f1;
	}
}


table.calendar td.holiday {
	background-color: #e38185;
	color: #fff;
}














@media (max-width: 767px) {
	.slider3 .slick-slide {
		margin-left: 0px;
		margin-right: 0px;
	}

	.slider4 .slick-slide {
		margin-left: 25px;
		margin-right: 25px;
	}
}

@media (min-width: 768px) {
	.slider3 .slick-slide {
		margin-left: 20px;
		margin-right: 20px;
	}

	.slider4 .slick-slide {
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media (max-width: 767px) {


	.prev-arrow {
		display: none !important;
	}

	.next-arrow {
		display: none !important;
	}

	.slide_dots {
		display: flex;
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
		margin-top: 10px;
	}

	.slide_dots li {
		margin-right: 5px;
	}

	.slide_dots li button {
		width: 12px;
		height: 12px;
		font-size: 0;
		color: #fff;
		background-color: #e7e7e7;
		border-radius: 50%;
		border: none;
	}

	.slide_dots li.slick-active button {
		background-color: #aaaaaa;
	}
}

@media (min-width: 768px) {
	.prev-arrow {
		position: absolute;
		top: 60%;
		left: -20px;
		transform: translateY(-50%) translateX(0);
	}

	.next-arrow {
		position: absolute;
		top: 60%;
		right: -20px;
		transform: translateY(-50%) translateX(0);
	}
}

.cont_slider p.btn_slider a {
	display: block;
	color: #B81959;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	text-align: right;
	margin-top: 10px;
}

.cont_slider h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	text-align: center;
	margin: 15px 0;
}




@media (max-width: 767px) {
h2.top03:before {
	background: url(../images/ttl_top03.png) 0 0 /contain no-repeat;
}

.news {
	padding-bottom: 15px;
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
	display: flex;
	flex-direction: column;
}

.news .info {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-shrink: 0;
	margin-bottom: 5px;
}

p.news_date {
	color: #014099;
	font-size: 1.6rem;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
}

p.news_icon {
	color: #e41515;
	font-size: 1.2rem;
	font-weight: 700;
	margin-left: 10px;
}

.news_cont {
	line-height: normal;
}

.news_cont p.text {
	font-size: 1.6rem;
	line-height: 1.6;
}
}

@media (min-width: 768px) {
h2.top03:before {
	background: url(../images/ttl_top03.png) 0 0 /contain no-repeat;
}

.news {
	padding-bottom: 15px;
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.news .info {
	width: 140px;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-shrink: 0;
}

p.news_date {
	color: #014099;
	font-size: 1.6rem;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
}

p.news_icon {
	color: #e41515;
	font-size: 1.2rem;
	font-weight: 700;
	margin-left: 10px;
}

.news_cont {
	line-height: normal;
}

.news_cont p.text {
	font-size: 1.6rem;
	line-height: 1.6;
}
}

@media (min-width: 992px) {
h2.top03:before {
	background: url(../images/ttl_top03.png) 0 0 /contain no-repeat;
}

.news {
	padding-bottom: 15px;
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.news .info {
	width: 150px;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-shrink: 0;
}

p.news_date {
	color: #014099;
	font-size: 1.7rem;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
}

p.news_icon {
	color: #e41515;
	font-size: 1.2rem;
	font-weight: 700;
	margin-left: 10px;
}

.news_cont {
	line-height: normal;
}

.news_cont p.text {
	font-size: 1.7rem;
	line-height: 1.6;
}
}

@media (min-width: 1200px) {
h2.top03:before {
	background: url(../images/ttl_top03.png) 0 0 /contain no-repeat;
}

.news {
	padding-bottom: 15px;
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.news .info {
	width: 150px;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-shrink: 0;
}

p.news_date {
	color: #014099;
	font-size: 1.7rem;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
}

p.news_icon {
	color: #e41515;
	font-size: 1.2rem;
	font-weight: 700;
	margin-left: 10px;
}

.news_cont {
	line-height: normal;
}

.news_cont p.text {
	font-size: 1.7rem;
	line-height: 1.6;
}
}








@media (max-width: 767px) {
.bg_top04 {
	padding: 0 0 40px;
}

h2.top04:before {
	background: url(../images/ttl_top04.png) 0 0 /contain no-repeat;
}

.deco_top04 {
	width: 200px;
	margin: 15px auto 15px;
}

h3.top {
	font-size: 1.9rem;
	color: #014099;
	font-family: "Zen Maru Gothic", sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
	line-height: 1.6;
}

.bg_top04 p.text {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.dg_top04 {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	justify-items: center;
	gap: 15px;
}

.cont_top04 a {
	display: block;
	position: relative;
}

.cont_top04 a h4 {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
	text-align: center;
}

.cont_top04 a:hover {
	opacity: 0.85;
}
}

@media (min-width: 768px) {
.bg_top04 {
	padding: 0 0 70px;
}

h2.top04:before {
	background: url(../images/ttl_top04.png) 0 0 /contain no-repeat;
}

.deco_top04 {
	width: 260px;
	margin-left: 30px;
	flex-shrink: 0;
}

h3.top {
	font-size: 2.2rem;
	color: #014099;
	font-family: "Zen Maru Gothic", sans-serif;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
	line-height: 1.4;
}

.bg_top04 p.text {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.deco_top04 {
	margin-top: -40px;
}

.dg_top04 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.cont_top04 a {
	display: block;
	position: relative;
}

.cont_top04 a h4 {
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
	text-align: center;
}

.cont_top04 a:hover {
	opacity: 0.85;
}
}

@media (min-width: 992px) {
.bg_top04 {
	padding: 0 0 70px;
}

h2.top04:before {
	background: url(../images/ttl_top04.png) 0 0 /contain no-repeat;
}

.deco_top04 {
	width: 260px;
	margin-left: 30px;
	flex-shrink: 0;
}

h3.top {
	font-size: 2.2rem;
	color: #014099;
	font-family: "Zen Maru Gothic", sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

.bg_top04 p.text {
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.deco_top04 {
	margin-top: -40px;
}

.dg_top04 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.cont_top04 a {
	display: block;
	position: relative;
}

.cont_top04 a h4 {
	color: #fff;
	font-size: 2.1rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.6;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
	text-align: center;
}

.cont_top04 a:hover {
	opacity: 0.85;
}
}

@media (min-width: 1200px) {
.bg_top04 {
	padding: 0 0 90px;
}

h2.top04:before {
	background: url(../images/ttl_top04.png) 0 0 /contain no-repeat;
}

.deco_top04 {
	width: 260px;
	margin-left: 30px;
	flex-shrink: 0;
}

h3.top {
	font-size: 2.4rem;
	color: #014099;
	font-family: "Zen Maru Gothic", sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 25px;
}

.bg_top04 p.text {
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.deco_top04 {
	margin-top: -80px;
}

.dg_top04 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.cont_top04 a {
	display: block;
	position: relative;
}

.cont_top04 a h4 {
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.6;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
	text-align: center;
}

.cont_top04 a:hover {
	opacity: 0.85;
}
}

@media (min-width: 1400px) {
.bg_top04 {
	padding: 0 0 90px;
}

.bg_top04 .container {
	width: 1340px;
}

h2.top04:before {
	background: url(../images/ttl_top04.png) 0 0 /contain no-repeat;
}

.deco_top04 {
	width: 300px;
	margin-left: 50px;
	flex-shrink: 0;
}

h3.top {
	font-size: 2.6rem;
	color: #014099;
	font-family: "Zen Maru Gothic", sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 25px;
}

.bg_top04 p.text {
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.deco_top04 {
	margin-top: -80px;
}

.dg_top04 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}

.cont_top04 a {
	display: block;
	position: relative;
}

.cont_top04 a h4 {
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.6;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
	text-align: center;
}

.cont_top04 a:hover {
	opacity: 0.85;
}
}











@media (max-width: 767px) {
.bg_top05 {
	width: 100%;
	background: url(../images/bg_top05.jpg) center center /cover no-repeat;
	padding: 40px 0 40px;
}

h2.top05 {
	justify-content: center;
}

h2.top05:before {
	background: url(../images/ttl_top05.png) 0 0 /contain no-repeat;
}

.dg_top05 {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 25px;
}

.cont_top05 a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	padding: 20px 20px;
	border-radius: 7px;
}

.cont_top05 p.icon {
	width: 100px;
	margin-bottom: 5px;
}

h3.top05 {
	text-align: center;
	color: #fff;
	font-size: 1.7rem;
	font-weight: 500;
	font-family: "Zen Maru Gothic", sans-serif;
	background-color: #ca171d;
	border-radius: 7px;
	padding: 0.5em 1em;
	width: 100%;
}

.cont_top05 a:hover {
	opacity: 1;
	background-color: #f7e7e7;
}
}

@media (min-width: 768px) {
.bg_top05 {
	width: 100%;
	background: url(../images/bg_top05.jpg) center center /cover no-repeat;
	padding: 60px 0 60px;
}

h2.top05 {
	justify-content: center;
}

h2.top05:before {
	background: url(../images/ttl_top05.png) 0 0 /contain no-repeat;
}

.dg_top05 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}

.cont_top05 a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	padding: 20px 20px;
	border-radius: 7px;
}

.cont_top05 p.icon {
	width: 120px;
	margin-bottom: 10px;
}

h3.top05 {
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	font-family: "Zen Maru Gothic", sans-serif;
	background-color: #ca171d;
	border-radius: 7px;
	padding: 0.7em 1em;
	width: 100%;
}

.cont_top05 a:hover {
	opacity: 1;
	background-color: #f7e7e7;
}
}

@media (min-width: 992px) {
.bg_top05 {
	width: 100%;
	background: url(../images/bg_top05.jpg) center center /cover no-repeat;
	padding: 80px 0 80px;
}

h2.top05 {
	justify-content: center;
}

h2.top05:before {
	background: url(../images/ttl_top05.png) 0 0 /contain no-repeat;
}

.dg_top05 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}

.cont_top05 a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	padding: 30px 20px;
	border-radius: 7px;
}

.cont_top05 p.icon {
	width: 140px;
	margin-bottom: 10px;
}

h3.top05 {
	text-align: center;
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	font-family: "Zen Maru Gothic", sans-serif;
	background-color: #ca171d;
	width: 250px;
	border-radius: 7px;
	padding: 0.7em 1em;
}

.cont_top05 a:hover {
	opacity: 1;
	background-color: #f7e7e7;
}
}

@media (min-width: 1200px) {
.bg_top05 {
	width: 100%;
	background: url(../images/bg_top05.jpg) center center /cover no-repeat;
	padding: 80px 0 80px;
}

h2.top05 {
	justify-content: center;
}

h2.top05:before {
	background: url(../images/ttl_top05.png) 0 0 /contain no-repeat;
}

.dg_top05 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}

.cont_top05 a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	padding: 30px 20px;
	border-radius: 7px;
}

.cont_top05 p.icon {
	width: 160px;
	margin-bottom: 10px;
}

h3.top05 {
	text-align: center;
	color: #fff;
	font-size: 2.1rem;
	font-weight: 500;
	font-family: "Zen Maru Gothic", sans-serif;
	background-color: #ca171d;
	width: 250px;
	border-radius: 7px;
	padding: 0.7em 1em;
}

.cont_top05 a:hover {
	opacity: 1;
	background-color: #f7e7e7;
}
}

@media (min-width: 1400px) {
.bg_top05 {
	width: 100%;
	background: url(../images/bg_top05.jpg) center center /cover no-repeat;
	padding: 100px 0 100px;
}

.bg_top05 .container {
	width: 1340px;
}

h2.top05 {
	justify-content: center;
}

h2.top05:before {
	background: url(../images/ttl_top05.png) 0 0 /contain no-repeat;
}

.dg_top05 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}

.cont_top05 a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	padding: 30px 20px;
	border-radius: 7px;
}

.cont_top05 p.icon {
	width: 160px;
	margin-bottom: 10px;
}

h3.top05 {
	text-align: center;
	color: #fff;
	font-size: 2.1rem;
	font-weight: 500;
	font-family: "Zen Maru Gothic", sans-serif;
	background-color: #ca171d;
	width: 250px;
	border-radius: 7px;
	padding: 0.7em 1em;
}

.cont_top05 a:hover {
	opacity: 1;
	background-color: #f7e7e7;
}
}








@media (max-width: 767px) {
.bg_top06 {
	width: 100%;
	padding: 40px 0 40px;
}

h2.top06:before {
	background: url(../images/ttl_top06.png) 0 0 /contain no-repeat;
}

p.deco_top06 {
	margin: 20px auto 20px;
	width: 260px;
}

.bg_top06 h3.top {
	text-align: center;
}

.bg_top06 p.text {
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

p.btn_top a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 210px;
	height: 50px;
	background-color: #014099;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	position: relative;
	margin: 20px auto 0;
}

p.btn_top a:after {
content: "\f0da";
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
margin-right: 8px;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%) translateX(0);
	transition: 0.2s;
}

p.btn_top a:hover {
	opacity: 1;
	background-color: #1060cf;
}

p.btn_top a:hover:after {
	right: 15px;
}

.pic_top06 {
	width: 220px;
	margin-top: 30px;
}
}

@media (min-width: 768px) {
.bg_top06 {
	width: 100%;
	padding: 60px 0 60px;
}

h2.top06:before {
	background: url(../images/ttl_top06.png) 0 0 /contain no-repeat;
}

p.deco_top06 {
	margin-bottom: 20px;
	margin-top: 20px;
}

p.deco_top06 img {
	width: 320px;
}

.bg_top06 p.text {
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

p.btn_top a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 240px;
	height: 54px;
	background-color: #014099;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	position: relative;
	margin-top: 30px;
}

p.btn_top a:after {
content: "\f0da";
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
margin-right: 8px;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%) translateX(0);
	transition: 0.2s;
}

p.btn_top a:hover {
	opacity: 1;
	background-color: #1060cf;
}

p.btn_top a:hover:after {
	right: 15px;
}
}

@media (min-width: 992px) {
.bg_top06 {
	width: 100%;
	padding: 70px 0 70px;
}

h2.top06:before {
	background: url(../images/ttl_top06.png) 0 0 /contain no-repeat;
}

p.deco_top06 {
	margin-bottom: 20px;
	margin-top: 20px;
}

p.deco_top06 img {
	width: 400px;
}

.bg_top06 p.text {
	font-size: 1.7rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

p.btn_top a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 240px;
	height: 54px;
	background-color: #014099;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	position: relative;
	margin-top: 30px;
}

p.btn_top a:after {
content: "\f0da";
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
margin-right: 8px;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%) translateX(0);
	transition: 0.2s;
}

p.btn_top a:hover {
	opacity: 1;
	background-color: #1060cf;
}

p.btn_top a:hover:after {
	right: 15px;
}
}

@media (min-width: 1200px) {
.bg_top06 {
	width: 100%;
	padding: 80px 0 80px;
}

h2.top06:before {
	background: url(../images/ttl_top06.png) 0 0 /contain no-repeat;
}

p.deco_top06 {
	margin-bottom: 25px;
	margin-top: 30px;
}

p.deco_top06 img {
	width: 400px;
}

.bg_top06 p.text {
	font-size: 1.7rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

p.btn_top a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 260px;
	height: 54px;
	background-color: #014099;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	position: relative;
	margin-top: 30px;
}

p.btn_top a:after {
content: "\f0da";
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
margin-right: 8px;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%) translateX(0);
	transition: 0.2s;
}

p.btn_top a:hover {
	opacity: 1;
	background-color: #1060cf;
}

p.btn_top a:hover:after {
	right: 15px;
}
}

@media (min-width: 1400px) {
.bg_top06 {
	width: 100%;
	padding: 100px 0 100px;
}

.bg_top06 .container {
	width: 1340px;
}

h2.top06:before {
	background: url(../images/ttl_top06.png) 0 0 /contain no-repeat;
}

p.deco_top06 {
	margin-bottom: 25px;
	margin-top: 30px;
}

p.deco_top06 img {
	width: 480px;
}

.bg_top06 p.text {
	font-size: 1.7rem;
	line-height: 2;
	letter-spacing: 0.05em;
}

p.btn_top a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 260px;
	height: 54px;
	background-color: #014099;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	position: relative;
	margin-top: 30px;
}

p.btn_top a:after {
content: "\f0da";
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
margin-right: 8px;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%) translateX(0);
	transition: 0.2s;
}

p.btn_top a:hover {
	opacity: 1;
	background-color: #1060cf;
}

p.btn_top a:hover:after {
	right: 15px;
}
}







@media (max-width: 767px) {
.bg_top07 {
	width: 100%;
	background-color: #3a6aae;
	padding: 40px 0 40px;
	color: #fff;
}

h2.top07:before {
	background: url(../images/ttl_top07.png) 0 0 /contain no-repeat;
}

.pic_top07 {
	width: 260px;
	flex-shrink: 0;
	margin: 0 auto 30px;
}

.cont_top07 {
	width: 100%;
}

h3.top07 {
	font-size: 1.9rem;
	margin-bottom: 15px;
	font-weight: 500;
	letter-spacing: 0.1em;
	font-family: "Zen Maru Gothic", sans-serif;
	color: #a8cbfd;
	line-height: 1.4;
}

.cont_top07 p.text {
	font-size: 1.6rem;
	letter-spacing: 0.02em;
	line-height: 1.6;
}

p.text_top07 {
	letter-spacing: 0.1em;
	font-family: "Zen Maru Gothic", sans-serif;
	color: #bbd8ff;
	line-height: 1.4;
	font-size: 2rem;
	text-align: center;
	margin-top: 10px;
}

.bg_top08 {
	width: 100%;
	padding: 40px 0 40px;
}

h2.top08:before {
	background: url(../images/ttl_top08.png) 0 0 /contain no-repeat;
}

.bg_contact_f {
	width: 100%;
}

h3.top08 {
	font-size: 1.9rem;
	margin-bottom: 15px;
	font-weight: 500;
	letter-spacing: 0.1em;
	font-family: "Zen Maru Gothic", sans-serif;
	color: #014099;
	line-height: 1.4;
}

.cont_top08 p.text {
	font-size: 1.6rem;
	letter-spacing: 0.02em;
	line-height: 1.6;
}
}

@media (min-width: 768px) {
.bg_top07 {
	width: 100%;
	background-color: #3a6aae;
	padding: 60px 0 60px;
	color: #fff;
}

h2.top07:before {
	background: url(../images/ttl_top07.png) 0 0 /contain no-repeat;
}

.pic_top07 {
	width: 320px;
	flex-shrink: 0;
	margin-right: 60px;
}

.cont_top07 {
	width: 100%;
}

h3.top07 {
	font-size: 2.1rem;
	margin-bottom: 15px;
	font-weight: 500;
	letter-spacing: 0.1em;
	font-family: "Zen Maru Gothic", sans-serif;
	color: #a8cbfd;
	line-height: 1.4;
}

.cont_top07 p.text {
	font-size: 1.6rem;
	letter-spacing: 0.02em;
	line-height: 1.6;
}

p.text_top07 {
	letter-spacing: 0.1em;
	font-family: "Zen Maru Gothic", sans-serif;
	color: #bbd8ff;
	line-height: 1.4;
	font-size: 2.1rem;
	margin-top: 10px;
}

.bg_top08 {
	width: 100%;
	padding: 60px 0 60px;
}

h2.top08:before {
	background: url(../images/ttl_top08.png) 0 0 /contain no-repeat;
}

.pic_top08 {
	width: 320px;
	flex-shrink: 0;
	margin-left: 50px;
}

.cont_top08 {
	width: 100%;
}

h3.top08 {
	font-size: 2.1rem;
	margin-bottom: 15px;
	font-weight: 500;
	letter-spacing: 0.1em;
	font-family: "Zen Maru Gothic", sans-serif;
	color: #014099;
	line-height: 1.4;
}

.cont_top08 p.text {
	font-size: 1.6rem;
	letter-spacing: 0.02em;
	line-height: 1.6;
}
}

@media (min-width: 992px) {
.bg_top07 {
	width: 100%;
	background-color: #3a6aae;
	padding: 60px 0 60px;
	color: #fff;
}

h2.top07:before {
	background: url(../images/ttl_top07.png) 0 0 /contain no-repeat;
}

.pic_top07 {
	width: 320px;
	flex-shrink: 0;
	margin-right: 60px;
}

.cont_top07 {
	width: 100%;
}

h3.top07 {
	font-size: 2.1rem;
	margin-bottom: 20px;
	font-weight: 500;
	letter-spacing: 0.1em;
	font-family: "Zen Maru Gothic", sans-serif;
	color: #a8cbfd;
}

.cont_top07 p.text {
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

p.text_top07 {
	letter-spacing: 0.1em;
	font-family: "Zen Maru Gothic", sans-serif;
	color: #bbd8ff;
	line-height: 1.4;
	font-size: 2.1rem;
	margin-top: 10px;
}


.bg_top08 {
	width: 100%;
	padding: 60px 0 60px;
}

h2.top08:before {
	background: url(../images/ttl_top08.png) 0 0 /contain no-repeat;
}

.pic_top08 {
	width: 320px;
	flex-shrink: 0;
	margin-left: 90px;
}

.cont_top08 {
	width: 100%;
}

h3.top08 {
	font-size: 2.1rem;
	margin-bottom: 20px;
	font-weight: 500;
	letter-spacing: 0.1em;
	font-family: "Zen Maru Gothic", sans-serif;
	color: #014099;
}

.cont_top08 p.text {
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
}
}

@media (min-width: 1200px) {
.bg_top07 {
	width: 100%;
	background-color: #3a6aae;
	padding: 80px 0 80px;
	color: #fff;
}

h2.top07:before {
	background: url(../images/ttl_top07.png) 0 0 /contain no-repeat;
}

.pic_top07 {
	width: 320px;
	flex-shrink: 0;
	margin-right: 90px;
}

.cont_top07 {
	width: 100%;
}

h3.top07 {
	font-size: 2.2rem;
	margin-bottom: 25px;
	font-weight: 500;
	letter-spacing: 0.1em;
	font-family: "Zen Maru Gothic", sans-serif;
	color: #a8cbfd;
}

.cont_top07 p.text {
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

p.text_top07 {
	letter-spacing: 0.1em;
	font-family: "Zen Maru Gothic", sans-serif;
	color: #bbd8ff;
	line-height: 1.4;
	font-size: 2.2rem;
	margin-top: 15px;
}


.bg_top08 {
	width: 100%;
	padding: 80px 0 80px;
}

h2.top08:before {
	background: url(../images/ttl_top08.png) 0 0 /contain no-repeat;
}

.pic_top08 {
	width: 320px;
	flex-shrink: 0;
	margin-left: 90px;
}

.cont_top08 {
	width: 100%;
}

h3.top08 {
	font-size: 2.2rem;
	margin-bottom: 25px;
	font-weight: 500;
	letter-spacing: 0.1em;
	font-family: "Zen Maru Gothic", sans-serif;
	color: #014099;
}

.cont_top08 p.text {
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
}
}

@media (min-width: 1400px) {
.bg_top07 {
	width: 100%;
	background-color: #3a6aae;
	padding: 100px 0 100px;
	color: #fff;
}

.bg_top07 .container {
	width: 1340px;
}

h2.top07:before {
	background: url(../images/ttl_top07.png) 0 0 /contain no-repeat;
}

.pic_top07 {
	width: 320px;
	flex-shrink: 0;
	margin-right: 90px;
}

.cont_top07 {
	width: 100%;
}

h3.top07 {
	font-size: 2.4rem;
	margin-bottom: 30px;
	font-weight: 500;
	letter-spacing: 0.1em;
	font-family: "Zen Maru Gothic", sans-serif;
	color: #a8cbfd;
}

.cont_top07 p.text {
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.bg_top08 {
	width: 100%;
	padding: 100px 0 100px;
}

.bg_top08 .container {
	width: 1340px;
}

h2.top08:before {
	background: url(../images/ttl_top08.png) 0 0 /contain no-repeat;
}

.pic_top08 {
	width: 320px;
	flex-shrink: 0;
	margin-left: 90px;
}

.cont_top08 {
	width: 100%;
}

h3.top08 {
	font-size: 2.4rem;
	margin-bottom: 30px;
	font-weight: 500;
	letter-spacing: 0.1em;
	font-family: "Zen Maru Gothic", sans-serif;
	color: #014099;
}

.cont_top08 p.text {
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
}
}








/* フッター
=========================================================================== */

@media (max-width: 767px) {
.bg_contact_f {
	width: 100%;
	background: url(../images/bg_contact_f.jpg) center center /cover no-repeat;
	padding: 50px 0 50px;
}

.bg_contact_f p.en {
	text-align: center;
	font-size: 4.4rem;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 30px;
}

.bg_contact_f p.text {
	text-align: center;
	line-height: 1.6;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	margin-bottom: 25px;
}

.bg_contact_f p.text b {
	font-weight: 700;
	color: #13b94b;
}

p.btn_sns a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 260px;
	height: 54px;
	background-color: #0ca43e;
	border-radius: 50px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 20px;
}

p.btn_sns a:before {
	content: '';
	display: block;
	background: url(../images/icon_btn_line.png) 0 0 /contain no-repeat;
	width: 31px;
	height: 29px;
	flex-shrink: 0;
	margin-right: 7px;
}

p.btn_sns a:hover {
	opacity: 1;
	background-color: #11c44c;
}
}

@media (min-width: 768px) {
.bg_contact_f {
	width: 100%;
	background: url(../images/bg_contact_f.jpg) center center /cover no-repeat;
	padding: 80px 0 50px;
}

.bg_contact_f p.en {
	text-align: center;
	font-size: 6rem;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 40px;
}

.bg_contact_f p.text {
	text-align: center;
	line-height: 1.8;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	margin-bottom: 40px;
}

.bg_contact_f p.text b {
	font-weight: 700;
	color: #13b94b;
}

p.btn_sns a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 300px;
	height: 65px;
	background-color: #0ca43e;
	border-radius: 50px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	margin-right: 30px;
}

p.btn_sns a:before {
	content: '';
	display: block;
	background: url(../images/icon_btn_line.png) 0 0 /contain no-repeat;
	width: 41px;
	height: 39px;
	flex-shrink: 0;
	margin-right: 10px;
}

p.btn_sns a:hover {
	opacity: 1;
	background-color: #11c44c;
}
}

@media (min-width: 992px) {
.bg_contact_f {
	width: 100%;
	background: url(../images/bg_contact_f.jpg) center center /cover no-repeat;
	padding: 100px 0 70px;
}

.bg_contact_f p.en {
	text-align: center;
	font-size: 7rem;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 40px;
}

.bg_contact_f p.text {
	text-align: center;
	line-height: 1.8;
	font-size: 1.9rem;
	letter-spacing: 0.1em;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	margin-bottom: 40px;
}

.bg_contact_f p.text b {
	font-weight: 700;
	color: #13b94b;
}

p.btn_sns a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 300px;
	height: 65px;
	background-color: #0ca43e;
	border-radius: 50px;
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	margin-right: 30px;
}

p.btn_sns a:before {
	content: '';
	display: block;
	background: url(../images/icon_btn_line.png) 0 0 /contain no-repeat;
	width: 41px;
	height: 39px;
	flex-shrink: 0;
	margin-right: 10px;
}

p.btn_sns a:hover {
	opacity: 1;
	background-color: #11c44c;
}
}

@media (min-width: 1200px) {
.bg_contact_f {
	width: 100%;
	background: url(../images/bg_contact_f.jpg) center center /cover no-repeat;
	padding: 140px 0 100px;
}

.bg_contact_f p.en {
	text-align: center;
	font-size: 8rem;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 40px;
}

.bg_contact_f p.text {
	text-align: center;
	line-height: 1.8;
	font-size: 2rem;
	letter-spacing: 0.1em;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	margin-bottom: 40px;
}

.bg_contact_f p.text b {
	font-weight: 700;
	color: #13b94b;
}

p.btn_sns a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 390px;
	height: 65px;
	background-color: #0ca43e;
	border-radius: 50px;
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	margin-right: 50px;
}

p.btn_sns a:before {
	content: '';
	display: block;
	background: url(../images/icon_btn_line.png) 0 0 /contain no-repeat;
	width: 41px;
	height: 39px;
	flex-shrink: 0;
	margin-right: 10px;
}

p.btn_sns a:hover {
	opacity: 1;
	background-color: #11c44c;
}
}




@media (max-width: 767px) {
h1.logo_ookawa_h {
	font-size: 1.9rem;
	font-weight: 700;
				text-shadow:
		-1px -1px 0 #fff,
		1px -1px 0 #fff,
		-1px 1px 0 #fff,
		1px 1px 0 #fff;
}

h1.logo_ookawa_h span {
	font-size: 1.4rem;
	font-weight: 700;
				text-shadow:
		-1px -1px 0 #fff,
		1px -1px 0 #fff,
		-1px 1px 0 #fff,
		1px 1px 0 #fff;
	display: inline-block;
	margin-right: 7px;
	letter-spacing: 0;
}

p.logo_ookawa_f {
	font-size: 1.9rem;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: center;
}
}

@media (min-width: 768px) {
h1.logo_ookawa_h {
	font-size: 1.9rem;
	font-weight: 700;
				text-shadow:
		-1px -1px 0 #fff,
		1px -1px 0 #fff,
		-1px 1px 0 #fff,
		1px 1px 0 #fff;
}

h1.logo_ookawa_h span {
	font-size: 1.4rem;
	font-weight: 700;
				text-shadow:
		-1px -1px 0 #fff,
		1px -1px 0 #fff,
		-1px 1px 0 #fff,
		1px 1px 0 #fff;
	display: inline-block;
	margin-right: 7px;
	letter-spacing: 0;
}

p.logo_ookawa_f {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 20px;
}
}

@media (min-width: 992px) {
h1.logo_ookawa_h {
	font-size: 2.1rem;
	font-weight: 700;
				text-shadow:
		-1px -1px 0 #fff,
		1px -1px 0 #fff,
		-1px 1px 0 #fff,
		1px 1px 0 #fff;
}

h1.logo_ookawa_h span {
	font-size: 1.4rem;
	font-weight: 700;
				text-shadow:
		-1px -1px 0 #fff,
		1px -1px 0 #fff,
		-1px 1px 0 #fff,
		1px 1px 0 #fff;
	display: block;
	margin-bottom: 5px;
	letter-spacing: 0;
}

p.logo_ookawa_f {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 15px;
}
}

@media (min-width: 1200px) {
h1.logo_ookawa_h {
	font-size: 1.9rem;
	font-weight: 700;
				text-shadow:
		-1px -1px 0 #fff,
		1px -1px 0 #fff,
		-1px 1px 0 #fff,
		1px 1px 0 #fff;
}

h1.logo_ookawa_h span {
	font-size: 1.4rem;
	font-weight: 700;
				text-shadow:
		-1px -1px 0 #fff,
		1px -1px 0 #fff,
		-1px 1px 0 #fff,
		1px 1px 0 #fff;
	display: inline-block;
	margin-right: 7px;
	letter-spacing: 0;
}

p.logo_ookawa_f {
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 20px;
}
}

@media (min-width: 1400px) {
h1.logo_ookawa_h {
	font-size: 2.4rem;
	font-weight: 700;
				text-shadow:
		-1px -1px 0 #fff,
		1px -1px 0 #fff,
		-1px 1px 0 #fff,
		1px 1px 0 #fff;
		letter-spacing: 0.1em;
}

h1.logo_ookawa_h span {
	font-size: 1.8rem;
	font-weight: 700;
				text-shadow:
		-1px -1px 0 #fff,
		1px -1px 0 #fff,
		-1px 1px 0 #fff,
		1px 1px 0 #fff;
	display: inline-block;
	margin-right: 7px;
	letter-spacing: 0;
}

p.logo_ookawa_f {
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 20px;
}
}





@media (max-width: 767px) {
footer {
	padding: 60px 0 30px;
	position: relative;
}

footer .container {
	display: flex;
	flex-direction: column;
}

footer .container > .flex_b {
	order: 1;
}
.footer_r {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
}

footer .container ul.fnav {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 40px;
	order: 2;
}

ul.fnav {
	margin: 20px 0 0;
}

ul.fnav li {
	margin-right: 20px;
	margin-bottom: 5px;
}

ul.fnav li a {
	font-size: 1.6rem;
	font-family: "Zen Maru Gothic", sans-serif;
	letter-spacing: 0.05em;
	color: #333;
}

p.logo_f {
	width: 220px;
	margin: 0 auto 15px;
}

p.text_f {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
	text-align: center;
	line-height: 1.8;
}

span.btn_map_f a {
	display: inline-block;
	margin-left: 10px;
}

span.btn_map_f a img {
	width: 16px;
}

p.tel_f {
	color: #014099;
	font-size: 1.9rem;
	font-weight: 700;
	text-align: center;
}

p.tel_f span.tel_link {
	color: #014099;
}

p.copyright {
	font-size: 12px;
	color: #555;
	  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
}

@media (min-width: 768px) {
footer {
	padding: 60px 0 30px;
}

.footer_r {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
}

ul.fnav {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

ul.fnav li {
	margin-right: 70px;
	margin-bottom: 15px;
}

ul.fnav li a {
	font-size: 1.6rem;
	font-family: "Zen Maru Gothic", sans-serif;
	letter-spacing: 0.1em;
	color: #333;
}

p.logo_f {
	width: 260px;
	margin-bottom: 20px;
}

p.text_f {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}

span.btn_map_f a {
	display: inline-block;
	margin-left: 10px;
}

span.btn_map_f a img {
	width: 20px;
}

p.tel_f {
	color: #014099;
	font-size: 1.9rem;
	font-weight: 700;
}

p.tel_f span.tel_link {
	color: #014099;
}

p.copyright {
	font-size: 12px;
	color: #555;
	width: 100%;
}
}

@media (min-width: 992px) {
footer {
	padding: 90px 0 90px;
}

.footer_r {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
}

ul.fnav {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-bottom: 80px;
}

ul.fnav li {
	margin-right: 25px;
}

ul.fnav li a {
	font-size: 1.7rem;
	font-family: "Zen Maru Gothic", sans-serif;
	letter-spacing: 0.1em;
	color: #333;
}

p.logo_f {
	width: 300px;
	margin-bottom: 20px;
}

p.text_f {
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}

span.btn_map_f a {
	display: inline-block;
	margin-left: 10px;
}

span.btn_map_f a img {
	width: 20px;
}

p.tel_f {
	color: #014099;
	font-size: 2rem;
	font-weight: 700;
}

p.tel_f span.tel_link {
	color: #014099;
}

p.copyright {
	font-size: 12px;
	color: #555;
	width: 100%;
}
}

@media (min-width: 1200px) {
footer {
	padding: 110px 0 100px;
}

.footer_r {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
}

ul.fnav {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-bottom: 100px;
}

ul.fnav li {
	margin-right: 40px;
}

ul.fnav li a {
	font-size: 1.8rem;
	font-family: "Zen Maru Gothic", sans-serif;
	letter-spacing: 0.05em;
	color: #333;
}

p.logo_f {
	width: 300px;
	margin-bottom: 20px;
}

p.text_f {
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}

span.btn_map_f a {
	display: inline-block;
	margin-left: 10px;
}

span.btn_map_f a img {
	width: 20px;
}

p.tel_f {
	color: #014099;
	font-size: 2rem;
	font-weight: 700;
}

p.tel_f span.tel_link {
	color: #014099;
}

p.copyright {
	font-size: 12px;
	color: #555;
	width: 100%;
}
}

@media (min-width: 1400px) {
footer {
	padding: 110px 0 100px;
}

footer .container {
	width: 1340px;
}

.footer_r {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
}

ul.fnav {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-bottom: 100px;
}

ul.fnav li {
	margin-right: 50px;
}

ul.fnav li a {
	font-size: 1.8rem;
	font-family: "Zen Maru Gothic", sans-serif;
	letter-spacing: 0.1em;
	color: #333;
}

p.logo_f {
	width: 300px;
	margin-bottom: 20px;
}

p.text_f {
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}

span.btn_map_f a {
	display: inline-block;
	margin-left: 10px;
}

span.btn_map_f a img {
	width: 20px;
}

p.tel_f {
	color: #014099;
	font-size: 2rem;
	font-weight: 700;
}

p.tel_f span.tel_link {
	color: #014099;
}

p.text_parking_f {
	color: #014099;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	font-weight: 500;
	margin-left: 50px;
}

p.copyright {
	font-size: 12px;
	color: #555;
	width: 100%;
}
}










@media (max-width: 767px) {
	p.pagetop a {
		position: fixed;
		bottom: 30px;
		right: 15px;
		width: 30px;
		height: 30px;
		z-index: 999;
	}

	p.pagetop a img {
		width: 30px;
		height: 30px;
	}
}

@media (min-width: 768px) {
	p.pagetop a {
		position: fixed;
		bottom: 70px;
		right: 40px;
		width: 40px;
		height: 40px;
		z-index: 999;
	}

	p.pagetop a img {
		width: 40px;
		height: 40px;
	}
}

@media (min-width: 1200px) {
	p.pagetop a {
		position: fixed;
		bottom: 25px;
		right: 40px;
		width: 52px;
		height: 52px;
		z-index: 999;
	}

	p.pagetop a img {
		width: 52px;
		height: 52px;
	}
}

@media (min-width: 1400px) {
	p.pagetop a {
		position: fixed;
		bottom: 70px;
		right: 40px;
		width: 52px;
		height: 52px;
		z-index: 999;
	}

	p.pagetop a img {
		width: 52px;
		height: 52px;
	}
}

@media (min-width: 1921px) {
	p.pagetop a {
		position: fixed;
		bottom: 70px;
		right: calc(50% - 920px);
		width: 52px;
		height: 52px;
		z-index: 99;
	}

	p.pagetop a img {
		width: 52px;
		height: 52px;
	}
}

@media (max-width: 767px) {
	p.btn_side a {
		position: fixed;
		top: 40px;
		right: 0;
		width: 3.6458%;
		/* height: 190px; */
		z-index: 999;
	}
}

@media (min-width: 768px) {
	p.btn_side a {
		position: fixed;
		top: 80px;
		right: 0;
		width: 3.6458%;
		/* height: 190px; */
		z-index: 999;
	}

	/* p.btn_side a img {
		width: 70px;
		height: 190px;
	} */
}

@media (min-width: 992px) {
	p.btn_side a {
		position: fixed;
		top: 150px;
		right: 0;
		width: 3.6458%;
		/* height: 190px; */
		z-index: 999;
	}

	/* p.btn_side a img {
		width: 70px;
		height: 190px;
	} */
}

@media (min-width: 1200px) {
	p.btn_side a {
		position: fixed;
		top: 200px;
		right: 0;
		width: 3.6458%;
		/* height: 190px; */
		z-index: 999;
	}

	/* p.btn_side a img {
		width: 70px;
		height: 190px;
	} */
}

@media (min-width: 1921px) {
	p.btn_side a {
		position: fixed;
		top: 200px;
		right: calc(50% - 960px);
		width: 70px;
		height: 190px;
		z-index: 999;
	}

	p.btn_side a img {
		width: 70px;
		height: 190px;
	}
}

p.btn_side a:hover {
	opacity: 0.85;
}





/* サブページ共通
=========================================================================== */

@media (max-width: 767px) {
.bg_sub {
	width: 100%;
	height: 240px;
	background: url(../images/bg_about_sp.jpg) center center /cover no-repeat;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 50px;
}

h2.sub {
	font-size: 2.2rem;
	font-weight: 900;
	color: #111;
	text-shadow:
		-2px -2px 0 #fff,
		2px -2px 0 #fff,
		-2px 2px 0 #fff,
		2px 2px 0 #fff;
	text-align: center;
}

.bg_sub p.en {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	font-weight: 900;
	color: #111;
	text-shadow:
		-2px -2px 0 #fff,
		2px -2px 0 #fff,
		-2px 2px 0 #fff,
		2px 2px 0 #fff;
	text-align: center;
}

#ookawa h2.sub {
	font-size: 1.8rem;
	line-height: 1.4;
}

#ookawa .bg_sub p.en {
	font-size: 1rem;
	margin-bottom: 10px;
		text-shadow:
		-1px -1px 0 #fff,
		1px -1px 0 #fff,
		-1px 1px 0 #fff,
		1px 1px 0 #fff;
}

}

@media (min-width: 768px) {
.bg_sub {
	width: 100%;
	height: 300px;
	background: url(../images/bg_about.jpg) center center /cover no-repeat;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 50px;
}

h2.sub {
	font-size: 3.2rem;
	font-weight: 900;
	color: #111;
	text-shadow:
		-3px -3px 0 #fff,
		3px -3px 0 #fff,
		-3px 3px 0 #fff,
		3px 3px 0 #fff;
	text-align: center;
}

.bg_sub p.en {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	font-weight: 900;
	color: #111;
	text-shadow:
		-3px -3px 0 #fff,
		3px -3px 0 #fff,
		-3px 3px 0 #fff,
		3px 3px 0 #fff;
	text-align: center;
}
}

@media (min-width: 992px) {
.bg_sub {
	width: 100%;
	height: 360px;
	background: url(../images/bg_about.jpg) center center /cover no-repeat;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 100px;
}

h2.sub {
	font-size: 3.9rem;
	font-weight: 900;
	color: #111;
	text-shadow:
		-3px -3px 0 #fff,
		3px -3px 0 #fff,
		-3px 3px 0 #fff,
		3px 3px 0 #fff;
	text-align: center;
}

.bg_sub p.en {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	font-weight: 900;
	color: #111;
	text-shadow:
		-3px -3px 0 #fff,
		3px -3px 0 #fff,
		-3px 3px 0 #fff,
		3px 3px 0 #fff;
	text-align: center;
}
}

@media (min-width: 1200px) {
.bg_sub {
	width: 100%;
	height: 390px;
	background: url(../images/bg_about.jpg) center center /cover no-repeat;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 100px;
}

h2.sub {
	font-size: 4.6rem;
	font-weight: 900;
	color: #111;
	text-shadow:
		-3px -3px 0 #fff,
		3px -3px 0 #fff,
		-3px 3px 0 #fff,
		3px 3px 0 #fff;
	text-align: center;
}

.bg_sub p.en {
	font-size: 2rem;
	letter-spacing: 0.1em;
	font-weight: 900;
	color: #111;
	text-shadow:
		-3px -3px 0 #fff,
		3px -3px 0 #fff,
		-3px 3px 0 #fff,
		3px 3px 0 #fff;
	text-align: center;
}
}




@media (max-width: 767px) {
.bg_sub01 {
	padding: 30px 0 30px;
}

.bg_sub02 {
	padding: 0 0 30px;
}

.bg_sub_blue {
	background-color: #ecf2fd;
	padding: 30px 0 30px;
}

.bg_blue {
	background-color: #3a6aae;
	padding: 40px 0 40px;
	color: #fff;
}
}

@media (min-width: 768px) {
.bg_sub01 {
	padding: 40px 0 40px;
}

.bg_sub02 {
	padding: 0 0 40px;
}

.bg_sub_blue {
	background-color: #ecf2fd;
	padding: 40px 0 40px;
}

.bg_blue {
	background-color: #3a6aae;
	padding: 40px 0 40px;
	color: #fff;
}
}

@media (min-width: 992px) {
.bg_sub01 {
	padding: 50px 0 50px;
}

.bg_sub02 {
	padding: 0 0 50px;
}

.bg_sub_blue {
	background-color: #ecf2fd;
	padding: 50px 0 50px;
}

.bg_blue {
	background-color: #3a6aae;
	padding: 70px 0 70px;
	color: #fff;
}
}

@media (min-width: 1200px) {
.bg_sub01 {
	padding: 70px 0 70px;
}

.bg_sub02 {
	padding: 0 0 70px;
}

.bg_sub_blue {
	background-color: #ecf2fd;
	padding: 70px 0 70px;
}

.bg_blue {
	background-color: #3a6aae;
	padding: 90px 0 90px;
	color: #fff;
}
}




/* about.html　福岡市立中学校
=========================================================================== */

@media (max-width: 991px) {
#about03 {
	margin-top: -80px;
	padding-top: 80px;
}
}

@media (min-width: 992px) {
#about03 {
	margin-top: -50px;
	padding-top: 50px;
}
}

@media (max-width: 767px) {
ul.nav_sub {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 10px;
	margin: 0;
}

ul.nav_sub li a {
	display: block;
	font-size: 1.5rem;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.05em;
	position: relative;
	color: #014099;
	border: 1px solid #014099;
	padding: 10px 0;
}

ul.nav_sub li a:after {
	content: "\f0d7";
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}

ul.nav_sub li a:hover {
	opacity: 1;
	background-color: #014099;
	color: #fff;
}

h3.sub {
	font-size: 1.9rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", sans-serif;
	letter-spacing: 0.05em;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 25px;
}

h3.sub:before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	flex-shrink: 0;
	margin: 0 auto 8px;
}
}

@media (min-width: 768px) {
ul.nav_sub {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin: 0;
}

ul.nav_sub li a {
	display: block;
	font-size: 1.6rem;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.05em;
	position: relative;
	color: #014099;
	border: 1px solid #014099;
	padding: 15px 0;
}

ul.nav_sub li a:after {
	content: "\f0d7";
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}

ul.nav_sub li a:hover {
	opacity: 1;
	background-color: #014099;
	color: #fff;
}

h3.sub {
	font-size: 2.1rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", sans-serif;
	letter-spacing: 0.1em;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 25px;
}

h3.sub:before {
	content: '';
	display: block;
	width: 34px;
	height: 34px;
	flex-shrink: 0;
	margin-right: 10px;
}
}

@media (min-width: 992px) {
ul.nav_sub {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin: 0;
}

ul.nav_sub li a {
	display: block;
	font-size: 1.8rem;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.05em;
	position: relative;
	color: #014099;
	border: 1px solid #014099;
	padding: 18px 0;
}

ul.nav_sub li a:after {
	content: "\f0d7";
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}

ul.nav_sub li a:hover {
	opacity: 1;
	background-color: #014099;
	color: #fff;
}

h3.sub {
	font-size: 2.4rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", sans-serif;
	letter-spacing: 0.1em;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 25px;
}

h3.sub:before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	margin-right: 15px;
}
}

@media (min-width: 1200px) {
ul.nav_sub {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin: 0;
}

ul.nav_sub li a {
	display: block;
	font-size: 2rem;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.05em;
	position: relative;
	color: #014099;
	border: 1px solid #014099;
	padding: 20px 0;
}

ul.nav_sub li a:after {
	content: "\f0d7";
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}

ul.nav_sub li a:hover {
	opacity: 1;
	background-color: #014099;
	color: #fff;
}

h3.sub {
	font-size: 2.8rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", sans-serif;
	letter-spacing: 0.1em;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 25px;
}

h3.sub:before {
	content: '';
	display: block;
	width: 52px;
	height: 52px;
	flex-shrink: 0;
	margin-right: 15px;
}
}


h3.about01:before {
	background: url(../images/ttl_about01.png) 0 0 /contain no-repeat;
}

h3.about02:before {
	background: url(../images/ttl_about02.png) 0 0 /contain no-repeat;
}

h3.about03:before {
	background: url(../images/ttl_about03.png) 0 0 /contain no-repeat;
}

h3.about04:before {
	background: url(../images/ttl_about04.png) 0 0 /contain no-repeat;
}

h3.about05:before {
	background: url(../images/ttl_about05.png) 0 0 /contain no-repeat;
}

h3.about06:before {
	background: url(../images/ttl_about06.png) 0 0 /contain no-repeat;
}




@media (max-width: 767px) {
ul.about01 {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 0 10px;
}

ul.about01 li {
	width: 98%;
	margin-bottom: 30px;
}

ul.about02 {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 0 10px;
}

ul.about03 {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 0 10px;
}

#about03 p.text_c {
	text-align: center;
}

p.ttl_group {
	text-align: center;
	background-color: #ea5414;
	color: #fff;
	font-size: 1.7rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	padding: 0.3em 0.5em;
	margin-top: 30px;
	border-radius: 7px;
}

p.btn_group a {
	display: block;
	width: 200px;
	margin: 5px auto 0;
}

h3.about04:before {
	background: url(../images/ttl_about04.png) 0 0 /contain no-repeat;
}

.bg_blue p.text {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

p.text_about05 {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-bottom: 30px;
}

ul.pic_about05 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.pic_about06 {
	width: 100%;
	margin-bottom: 20px;
}

.cont_about06 {
	width: 100%;
	flex-shrink: 0;
}

.cont_about06 p.text {
	font-size: 1.6rem;
	line-height: 1.6;
}
}

@media (min-width: 768px) {
ul.about01 {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 0 10px;
}

ul.about01 li {
	width: 98%;
	margin-bottom: 30px;
}

ul.about02 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 10px;
}

ul.about03 {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	align-items: center;
	gap: 0 10px;
}

#about03 p.text_c {
	text-align: center;
}

p.ttl_group {
	text-align: center;
	background-color: #ea5414;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding: 0.3em 1em;
	margin-top: 30px;
	border-radius: 7px;
}

p.btn_group a {
	display: block;
	width: 200px;
	margin: 5px auto 0;
}

h3.about04:before {
	background: url(../images/ttl_about04.png) 0 0 /contain no-repeat;
}

.bg_blue p.text {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

p.text_about05 {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-bottom: 30px;
}

ul.pic_about05 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.pic_about06 {
	width: 45%;
}

.cont_about06 {
	width: 52%;
	flex-shrink: 0;
}

.cont_about06 p.text {
	font-size: 1.6rem;
	line-height: 1.6;
}
}

@media (min-width: 992px) {
ul.about01 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 10px;
}

ul.about01 li {
	width: 98%;
	margin-bottom: 30px;
}

ul.about02 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 10px;
}

ul.about03 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
	gap: 0 10px;
}

#about03 p.text_c {
	text-align: center;
}

p.ttl_group {
	text-align: center;
	background-color: #ea5414;
	color: #fff;
	font-size: 1.9rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding: 0.3em 1em;
	border-radius: 7px;
	max-width: 400px;
	margin: 0 auto;
}

p.btn_group a {
	display: block;
	width: 200px;
	margin: 0 auto 0;
}

h3.about04:before {
	background: url(../images/ttl_about04.png) 0 0 /contain no-repeat;
}

.bg_blue p.text {
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

p.text_about05 {
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-bottom: 30px;
}

ul.pic_about05 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.pic_about06 {
	width: 45%;
}

.cont_about06 {
	width: 52%;
	flex-shrink: 0;
}

.cont_about06 p.text {
	font-size: 1.7rem;
	line-height: 1.6;
}
}

@media (min-width: 1200px) {
ul.about01 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 10px;
}

ul.about01 li {
	width: 98%;
	margin-bottom: 30px;
}

ul.about02 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 10px;
}

ul.about03 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 10px;
}

#about03 p.text_c {
	text-align: center;
}

p.ttl_group {
	text-align: center;
	background-color: #ea5414;
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding: 0.3em 1em;
	border-radius: 7px;
	max-width: 440px;
	margin: 0 auto;
}

p.btn_group a {
	display: block;
	width: 200px;
	margin: 10px auto 0;
}

h3.about04:before {
	background: url(../images/ttl_about04.png) 0 0 /contain no-repeat;
}

.bg_blue p.text {
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

p.text_about05 {
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-bottom: 30px;
}

ul.pic_about05 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.pic_about06 {
	width: 45%;
}

.cont_about06 {
	width: 52%;
	flex-shrink: 0;
}

.cont_about06 p.text {
	font-size: 1.7rem;
	line-height: 1.6;
}
}

@media (max-width: 767px) {
ul.text_about02 {
	margin-bottom: 15px;
}

ul.text_about02 li {
	font-size: 1.9rem;
	line-height: 1.4;
	margin-bottom: 15px;
	letter-spacing: 0.05em;
	font-weight: 500;
	color: #143d81;
}

ul.text_about02 li b {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background-color:#e60012;
	color: #fff;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	font-size: 1.8rem;
	border-radius: 50%;
	margin-right: 10px;
}
}

@media (min-width: 768px) {
ul.text_about02 {
	margin-bottom: 20px;
}

ul.text_about02 li {
	font-size: 2.2rem;
	line-height: 1.4;
	margin-bottom: 15px;
	letter-spacing: 0.05em;
	font-weight: 500;
	color: #143d81;
}

ul.text_about02 li b {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background-color:#e60012;
	color: #fff;
	width: 34px;
	height: 34px;
	flex-shrink: 0;
	font-size: 1.8rem;
	border-radius: 50%;
	margin-right: 15px;
}
}

@media (min-width: 992px) {
ul.text_about02 {
	margin-bottom: 20px;
}

ul.text_about02 li {
	font-size: 2.6rem;
	line-height: 1.4;
	margin-bottom: 15px;
	letter-spacing: 0.05em;
	font-weight: 500;
	color: #143d81;
}

ul.text_about02 li b {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background-color:#e60012;
	color: #fff;
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	font-size: 2.2rem;
	border-radius: 50%;
	margin-right: 15px;
}

}

@media (min-width: 1200px) {
ul.text_about02 {
	margin-bottom: 20px;
}

ul.text_about02 li {
	font-size: 2.8rem;
	line-height: 1.4;
	margin-bottom: 15px;
	letter-spacing: 0.05em;
	font-weight: 500;
	color: #143d81;
}

ul.text_about02 li b {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background-color:#e60012;
	color: #fff;
	width: 44px;
	height: 44px;
	flex-shrink: 0;
	font-size: 2.6rem;
	border-radius: 50%;
	margin-right: 15px;
}

}


/* buy.html　ご購入ガイド
=========================================================================== */

@media (max-width: 991px) {
#buy01,#buy02,#buy03 {
	margin-top: -60px;
	padding-top: 60px;
}
}

#nav_buy ul.nav_sub {
	margin-bottom: 0;
}

h3.buy01:before {
	background: url(../images/ttl_ookawa01.png) 0 0 /contain no-repeat;
}

h3.buy02:before {
	background: url(../images/ttl_buy02.png) 0 0 /contain no-repeat;
}

h3.buy03:before {
	background: url(../images/ttl_top01.png) 0 0 /contain no-repeat;
}


@media (min-width: 1400px) {
.bg_sub_w .container {
	width: 1340px;
}
}


@media (min-width: 768px) and (max-width:991px) {
#buy01 .cont_top01_l > .flex_s {
	justify-content: center;
}

#buy01 .container > .flex_b {
	flex-direction: column;
}
}





@media screen and (max-width: 767px) {
	.qa_list {
		margin-bottom: 40px;
	}

	.qa_list h4 {
		font-size: 1.7rem;
		font-weight: 700;
		letter-spacing: 0.1em;
		color: #014099;
		margin-bottom: 10px;
		line-height: 1.4;
	}

	.qa_list dl {
		position: relative;
		margin: 0;
		padding: 18px 0 18px 0px;
		cursor: pointer;
		border-bottom: 1px solid #ccc;
	}

	.qa_list dl:first-child {
		border-top: 1px solid #ccc;
	}

	.qa_list dt:after {
		position: absolute;
		top: calc(50% - 5px);
		right: 0;
		display: block;
		width: 10px;
		height: 10px;
		margin: auto;
		content: '';
		transform: rotate(135deg);
		border-top: 3px solid #f1a736;
		border-right: 3px solid #f1a736;
	}

	.qa_list dl.open dt:after {
		transform: rotate(-45deg);
	}

	.qa_list dl dt {
		position: relative;
		margin: 0;
		padding: 0 15px 0 0;
		font-weight: bold;
		font-size: 1.5rem;
		letter-spacing: 0.03em;
		display: flex;
		flex-direction: row;
		align-items: center;
		line-height: 1.6;
	}

	.qa_list dl dt:before {
		font-size: 1.8rem;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		content: 'Q';
		color: #fff;
		background-color: #f1a736;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		margin-right: 10px;
		flex-shrink: 0;
	}

	.qa_list dl dd:before {
		font-size: 1.8rem;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		content: 'A';
		color: #fff;
		background-color: #2359a7;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		margin-right: 10px;
		flex-shrink: 0;
	}

	.qa_list dl dd {
		position: relative;
		display: none;
		height: auto;
		margin: 20px 0 0;
		padding: 0 0 0 0;
		display: flex;
		flex-direction: row;
		align-items: center;
		font-size: 1.5rem;
		line-height: 1.8;
		letter-spacing: 0.02em;
	}

	.qa_list dl dd span.fz12 {
		font-size: 1.3rem;
		display: block;
		margin-top: 20px;
	}


	table.qa_tbl {
		border-top: 1px solid #aaa;
		border-left: 1px solid #aaa;
		width: 100%;
	}

		table.qa_tbl th {
		width: 100%;
		display: block;
		border-bottom: 1px solid #aaa;
		border-right: 1px solid #aaa;
		padding: 8px 15px;
		font-size: 1.5rem;
		background-color: #f5f5f5;
	}

		table.qa_tbl td {
		display: block;
border-bottom: 1px solid #aaa;
		border-right: 1px solid #aaa;
		padding: 8px 15px;
		font-size: 1.5rem;
	}

	.qa_list .inner p.text {
		margin-bottom: 15px;
	}

	.qa_list p.ttl {
		font-size: 1.6rem;
		font-weight: 700;
		letter-spacing: 0.05em;
	}

	.qa_list p.text {
		font-size: 1.6rem;
		border-bottom: 1px dotted #aaa;
		padding-bottom: 15px;
	}

	.nobdr {
		border: none!important;
	}

	.qa_list .nobdr {
		padding-bottom: 5px!important;
	}
}

@media (min-width: 768px) {
		.qa_list {
		margin-bottom: 50px;
	}

	.qa_list h4 {
		font-size: 1.9rem;
		font-weight: 700;
		letter-spacing: 0.1em;
		color: #014099;
		margin-bottom: 10px;
	}

	.qa_list dl {
		position: relative;
		margin: 0;
		padding: 28px 40px 28px 10px;
		cursor: pointer;
		border-bottom: 1px solid #ccc;
	}

	.qa_list dl:first-child {
		border-top: 1px solid #ccc;
	}

	.qa_list dl::before {
		position: absolute;
		top: 35px;
		right: 15px;
		display: block;
		width: 10px;
		height: 10px;
		margin: auto;
		content: '';
		transform: rotate(135deg);
		border-top: 3px solid #f1a736;
		border-right: 3px solid #f1a736;
	}

	.qa_list .open::before {
		transform: rotate(-45deg);
	}

	.qa_list dl dt {
		position: relative;
		margin: 0;
		padding: 0 0 0 0;
		font-weight: bold;
		font-size: 1.6rem;
		letter-spacing: 0.03em;
		display: flex;
		flex-direction: row;
		align-items: center;
		line-height: 1.6;
	}

	.qa_list dl dt::before {
		font-size: 1.8rem;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		content: 'Q';
		color: #fff;
		background-color: #f1a736;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		margin-right: 15px;
		flex-shrink: 0;
	}

	.qa_list dl dd::before {
		font-size: 1.8rem;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		content: 'A';
		color: #fff;
		background-color: #2359a7;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		margin-right: 15px;
		flex-shrink: 0;
	}

	.qa_list dl dd {
		position: relative;
		display: none;
		height: auto;
		margin: 20px 0 0;
		padding: 0 0 0 0;
		display: flex;
		flex-direction: row;
		align-items: center;
		font-size: 1.6rem;
		line-height: 2;
		letter-spacing: 0.02em;
	}

	.qa_list dl dd span.fz12 {
		font-size: 1.3rem;
		display: block;
		margin-top: 20px;
	}

		table.qa_tbl {
		width: 100%;
		
	}

	table.qa_tbl th {
		width: 240px;
		border: 1px solid #aaa;
		padding: 10px 25px;
		font-size: 1.6rem;
		background-color: #f5f5f5;
	}

		table.qa_tbl td {
		border: 1px solid #aaa;
		padding: 10px 25px;
		font-size: 1.6rem;
	}

	.qa_list .inner p.text {
		margin-bottom: 15px;
	}

	.qa_list p.ttl {
		font-size: 1.7rem;
		font-weight: 700;
		letter-spacing: 0.05em;
	}

	.qa_list p.text {
		font-size: 1.6rem;
		border-bottom: 1px dotted #aaa;
		padding-bottom: 15px;
	}

	.nobdr {
		border: none!important;
	}

	.qa_list .nobdr {
		padding-bottom: 5px!important;
	}
}

@media (min-width: 992px) {
	.qa_list {
		margin-bottom: 60px;
	}

	.qa_list h4 {
		font-size: 2rem;
		font-weight: 700;
		letter-spacing: 0.1em;
		color: #014099;
		margin-bottom: 10px;
	}

	.qa_list dl {
		position: relative;
		margin: 0;
		padding: 20px 60px 20px 30px;
		cursor: pointer;
		border-bottom: 1px solid #ccc;
	}

	.qa_list dl:first-child {
		border-top: 1px solid #ccc;
	}

	.qa_list dl::before {
		position: absolute;
		top: 25px;
		right: 35px;
		display: block;
		width: 12px;
		height: 12px;
		margin: auto;
		content: '';
		transform: rotate(135deg);
		border-top: 3px solid #f1a736;
		border-right: 3px solid #f1a736;
	}

	.qa_list .open::before {
		transform: rotate(-45deg);
	}

	.qa_list dl dt {
		position: relative;
		margin: 0;
		padding: 0 0 0 0;
		font-weight: bold;
		font-size: 1.9rem;
		display: flex;
		letter-spacing: 0.03em;
		flex-direction: row;
		align-items: center;
		line-height: 1.6;
	}

	.qa_list dl dt::before {
		font-size: 2.2rem;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		content: 'Q';
		color: #fff;
		font-weight: 500;
		background-color: #f1a736;
		width: 32px;
		height: 32px;
		border-radius: 50%;
		margin-right: 20px;
		flex-shrink: 0;
	}

	.qa_list dl dd::before {
		font-size: 2.2rem;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		content: 'A';
		color: #fff;
		font-weight: 500;
		background-color: #2359a7;
		width: 32px;
		height: 32px;
		border-radius: 50%;
		margin-right: 20px;
		flex-shrink: 0;
	}

	.qa_list dl dd {
		position: relative;
		display: none;
		height: auto;
		margin: 20px 0 0;
		padding: 0 0 0 0;
		display: flex;
		flex-direction: row;
		align-items: center;
		font-size: 1.7rem;
		line-height: 1.8;
		letter-spacing: 0.02em;
	}

	.qa_list dl dd span.fz12 {
		font-size: 1.3rem;
		display: block;
		margin-top: 20px;
	}

	table.qa_tbl {
		width: 100%;
		
	}

	table.qa_tbl th {
		width: 240px;
		border: 1px solid #aaa;
		padding: 10px 25px;
		font-size: 1.6rem;
		background-color: #f5f5f5;
	}

		table.qa_tbl td {
		border: 1px solid #aaa;
		padding: 10px 25px;
		font-size: 1.6rem;
	}

	.qa_list .inner p.text {
		margin-bottom: 15px;
	}

	.qa_list p.ttl {
		font-size: 1.8rem;
		font-weight: 700;
		letter-spacing: 0.05em;
	}

	.qa_list p.text {
		font-size: 1.7rem;
		border-bottom: 1px dotted #aaa;
		padding-bottom: 15px;
	}

	.nobdr {
		border: none!important;
	}

	.qa_list .nobdr {
		padding-bottom: 5px!important;
	}
}






@media (max-width: 767px) {
.cont_buy03 {
	width: 100%;
	margin-bottom: 30px;
}

.size_male {
	border-color: #b9d0ee;
}

.size_female {
	border-color: #f5c6c2;
}

h4.buy03 {
	margin: 0 0 12px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
}

.size_male h4.buy03 {
	color: #2b6cb0;
}

.size_female h4.buy03 {
	color: #e23b3b;
}

p.pic_buy03 {
	width: 80px;
	flex-shrink: 0;
	margin-right: 10px;
}

.panel_note {
	background: #dceeff;
	border-radius: 10px;
	padding: 16px 18px;
	margin-bottom: 18px;
}

.size_female .panel_note {
	background: #fdebea;
}

.note_lead {
	margin: 0 0 6px;
	font-weight: 700;
	font-size: 1.7rem;
}

.note_body {
	margin: 0;
	color: #d12a2a;
	font-weight: 700;
	font-size: 1.7rem;
}

.panel_content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 18px;
}

.size-table {
	width: 100%;
	text-align: center;
	font-feature-settings: "palt";
	border-radius: 10px;
	overflow: hidden;
}

.size-table thead th {
	padding: 13px 5px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	font-size: 1.5rem;
}

.size-table-male thead th {
	background: #2b6cb0;
}

.size-table-female thead th {
	background: #e23b3b;
}

.size-table tbody th {
	text-align: center;
	padding: 12px 5px;
	white-space: nowrap;
	font-weight: 700;
	color: #233;
}

.size-table td {
	padding: 12px 5px;
	font-variant-numeric: tabular-nums;
}

.size-table-male tbody th {
	background: #dfeaf7
}

.size-table-male tbody td {
	background: #fff;
	border-left: 1px solid #d4e3f8
}

.size-table-male tbody tr+tr th,
.size-table-male tbody tr+tr td {
	border-top: 1px solid #d4e3f8
}

.size-table-female tbody th {
	background: #fde0df
}

.size-table-female tbody td {
	background: #fff;
	border-left: 1px solid #f7d3d1
}

.size-table-female tbody tr+tr th,
.size-table-female tbody tr+tr td {
	border-top: 1px solid #f7d3d1
}
}

@media (min-width: 768px) and (max-width:991px) {
.cont_buy03 {
	width: 49%;
	border: 2px solid #e5e7eb;
	border-radius: 12px;
	padding: 20px;
	background: #fff;
}

.size_male {
	border-color: #b9d0ee;
}

.size_female {
	border-color: #f5c6c2;
}

h4.buy03 {
	margin: 0 0 12px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
}

.size_male h4.buy03 {
	color: #2b6cb0;
}

.size_female h4.buy03 {
	color: #e23b3b;
}

p.pic_buy03 {
	width: 80px;
	flex-shrink: 0;
	margin-right: 10px;
}

.panel_note {
	background: #e9f2fb;
	border-radius: 10px;
	padding: 16px 18px;
	margin-bottom: 18px;
}

.size_female .panel_note {
	background: #fdebea;
}

.note_lead {
	margin: 0 0 6px;
	font-weight: 700;
	font-size: 1.7rem;
}

.note_body {
	margin: 0;
	color: #d12a2a;
	font-weight: 700;
	font-size: 1.7rem;
}

.panel_content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 18px;
}

.size-table {
	width: 100%;
	text-align: center;
	font-feature-settings: "palt";
	border-radius: 10px;
	overflow: hidden;
}

.size-table thead th {
	padding: 13px 5px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	font-size: 1.5rem;
}

.size-table-male thead th {
	background: #2b6cb0;
}

.size-table-female thead th {
	background: #e23b3b;
}

.size-table tbody th {
	text-align: center;
	padding: 12px 5px;
	white-space: nowrap;
	font-weight: 700;
	color: #233;
}

.size-table td {
	padding: 12px 5px;
	font-variant-numeric: tabular-nums;
}

.size-table-male tbody th {
	background: #dfeaf7
}

.size-table-male tbody td {
	background: #eaf2fb;
	border-left: 1px solid #d4e3f8
}

.size-table-male tbody tr+tr th,
.size-table-male tbody tr+tr td {
	border-top: 1px solid #d4e3f8
}

.size-table-female tbody th {
	background: #fde0df
}

.size-table-female tbody td {
	background: #fdebea;
	border-left: 1px solid #f7d3d1
}

.size-table-female tbody tr+tr th,
.size-table-female tbody tr+tr td {
	border-top: 1px solid #f7d3d1
}
}

@media (min-width: 992px) {

.cont_buy03 {
	width: 49%;
	border: 2px solid #e5e7eb;
	border-radius: 12px;
	padding: 20px;
	background: #fff;
}

.size_male {
	border-color: #b9d0ee;
}

.size_female {
	border-color: #f5c6c2;
}

h4.buy03 {
	margin: 0 0 12px;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.2;
}

.size_male h4.buy03 {
	color: #2b6cb0;
}

.size_female h4.buy03 {
	color: #e23b3b;
}

p.pic_buy03 {
	width: 80px;
	flex-shrink: 0;
	margin-right: 10px;
}

.panel_note {
	background: #e9f2fb;
	border-radius: 10px;
	padding: 16px 18px;
	margin-bottom: 18px;
}

.size_female .panel_note {
	background: #fdebea;
}

.note_lead {
	margin: 0 0 6px;
	font-weight: 700;
	font-size: 1.8rem;
}

.note_body {
	margin: 0;
	color: #d12a2a;
	font-weight: 700;
	font-size: 1.8rem;
}

.panel_content {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 18px;
}

.size-table {
	width: 100%;
	text-align: center;
	font-feature-settings: "palt";
	border-radius: 10px;
	overflow: hidden;
}

.size-table thead th {
	padding: 13px 5px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	font-size: 1.5rem;
}

.size-table-male thead th {
	background: #2b6cb0;
}

.size-table-female thead th {
	background: #e23b3b;
}

.size-table tbody th {
	text-align: center;
	padding: 12px 5px;
	white-space: nowrap;
	font-weight: 700;
	color: #233;
}

.size-table td {
	padding: 12px 5px;
	font-variant-numeric: tabular-nums;
}

.size-table-male tbody th {
	background: #dfeaf7
}

.size-table-male tbody td {
	background: #eaf2fb;
	border-left: 1px solid #d4e3f8
}

.size-table-male tbody tr+tr th,
.size-table-male tbody tr+tr td {
	border-top: 1px solid #d4e3f8
}

.size-table-female tbody th {
	background: #fde0df
}

.size-table-female tbody td {
	background: #fdebea;
	border-left: 1px solid #f7d3d1
}

.size-table-female tbody tr+tr th,
.size-table-female tbody tr+tr td {
	border-top: 1px solid #f7d3d1
}

}

@media (min-width: 1200px) {

.cont_buy03 {
	width: 49%;
	border: 2px solid #e5e7eb;
	border-radius: 12px;
	padding: 20px;
	background: #fff;
}

.size_male {
	border-color: #b9d0ee;
}

.size_female {
	border-color: #f5c6c2;
}

h4.buy03 {
	margin: 0 0 12px;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.2;
}

.size_male h4.buy03 {
	color: #2b6cb0;
}

.size_female h4.buy03 {
	color: #e23b3b;
}

p.pic_buy03 {
	width: 140px;
	flex-shrink: 0;
	margin-right: 20px;
}

.panel_note {
	background: #e9f2fb;
	border-radius: 10px;
	padding: 16px 18px;
	margin-bottom: 18px;
}

.size_female .panel_note {
	background: #fdebea;
}

.note_lead {
	margin: 0 0 6px;
	font-weight: 700;
	font-size: 1.8rem;
}

.note_body {
	margin: 0;
	color: #d12a2a;
	font-weight: 700;
	font-size: 1.8rem;
}

.panel_content {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 18px;
}

.size-table {
	width: 100%;
	text-align: center;
	font-feature-settings: "palt";
	border-radius: 10px;
	overflow: hidden;
}

.size-table thead th {
	padding: 13px 5px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	font-size: 1.5rem;
}

.size-table-male thead th {
	background: #2b6cb0;
}

.size-table-female thead th {
	background: #e23b3b;
}

.size-table tbody th {
	text-align: center;
	padding: 12px 5px;
	white-space: nowrap;
	font-weight: 700;
	color: #233;
}

.size-table td {
	padding: 12px 5px;
	font-variant-numeric: tabular-nums;
}

.size-table-male tbody th {
	background: #dfeaf7
}

.size-table-male tbody td {
	background: #eaf2fb;
	border-left: 1px solid #d4e3f8
}

.size-table-male tbody tr+tr th,
.size-table-male tbody tr+tr td {
	border-top: 1px solid #d4e3f8
}

.size-table-female tbody th {
	background: #fde0df
}

.size-table-female tbody td {
	background: #fdebea;
	border-left: 1px solid #f7d3d1
}

.size-table-female tbody tr+tr th,
.size-table-female tbody tr+tr td {
	border-top: 1px solid #f7d3d1
}

}

















/* list.html　取扱い校一覧
=========================================================================== */

.inner_list01 p.kome {
	margin-top: 10px;
}


@media (max-width: 360px) {
h3.list01 {
	justify-content: center;
}

h3.list01:before {
	background: url(../images/ttl_list01.png) 0 0 /contain no-repeat;
}

.inner_list01 {
	background-color: #fff;
	padding: 35px 20px 15px;
	border: 1px solid #084895;
	border-radius: 10px;
}

h4.list01 {
	color: #014099;
	font-size: 1.9rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 25px;
	border-left: 5px solid #014099;
	padding-left: 10px;
}

h5.list01 {
	font-size: 1.7rem;
	color: #fff;
	font-weight: 500;
	margin-bottom: 15px;
	background-color: #014099;
	padding: 0.3em 0.7em;
}

.inner_list01 .cont {
	margin-bottom: 15px;
}

.inner_list01 .cont:last-child {
	margin-bottom: 0;
}

p.ttl_list01 {
	color: #014099;
	margin-right: 0.3em;
	background-color: #e5f0ff;
	padding: 0.3em 1em;
	margin-bottom: 10px;
}

ul.list01 {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	margin: 0;
	gap: 10px 10px;
}

ul.list01 li {
	font-size: 1.6rem;
	letter-spacing: 0;
	margin-bottom: 0.3em;
	border-bottom: 1px dashed #014099;
	padding-bottom: 5px;
}

ul.list01 li.ttl {
	color: #014099;
	margin-right: 0.3em;
	background-color: #e5f0ff;
	padding: 0.7em 1em;
	width: 100%;
}

ul.list01 li a {
	color: #e40202;
	text-decoration: underline;
}
}



@media (min-width: 361px) and (max-width: 767px) {
h3.list01 {
	justify-content: center;
}

h3.list01:before {
	background: url(../images/ttl_list01.png) 0 0 /contain no-repeat;
}

.inner_list01 {
	background-color: #fff;
	padding: 35px 20px 15px;
	border: 1px solid #084895;
	border-radius: 10px;
}

h4.list01 {
	color: #014099;
	font-size: 1.9rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 25px;
	border-left: 5px solid #014099;
	padding-left: 10px;
}

h5.list01 {
	font-size: 1.7rem;
	color: #fff;
	font-weight: 500;
	margin-bottom: 15px;
	background-color: #014099;
	padding: 0.3em 0.7em;
}

.inner_list01 .cont {
	margin-bottom: 15px;
}

.inner_list01 .cont:last-child {
	margin-bottom: 0;
}

p.ttl_list01 {
	color: #014099;
	margin-right: 0.3em;
	background-color: #e5f0ff;
	padding: 0.3em 1em;
	margin-bottom: 10px;
}

ul.list01 {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	margin: 0;
	gap: 10px 10px;
}

#list ul.list01 {
	grid-template-columns: repeat(2,1fr);
}

ul.list01 li {
	font-size: 1.6rem;
	letter-spacing: 0;
	margin-bottom: 0.3em;
	border-bottom: 1px dashed #014099;
	padding-bottom: 5px;
}

ul.list01 li a {
	color: #e40202;
	text-decoration: underline;
}
}

@media (min-width: 768px) {
h3.list01 {
	justify-content: center;
}

h3.list01:before {
	background: url(../images/ttl_list01.png) 0 0 /contain no-repeat;
}

.inner_list01 {
	background-color: #fff;
	padding: 50px 40px;
	border: 1px solid #084895;
	border-radius: 10px;
}

h4.list01 {
	color: #014099;
	font-size: 2.1rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 25px;
	border-left: 5px solid #014099;
	padding-left: 10px;
}

h5.list01 {
	font-size: 1.7rem;
	color: #fff;
	font-weight: 500;
	margin-bottom: 15px;
	background-color: #014099;
	padding: 0.3em 0.7em;
}

.inner_list01 .cont {
	margin-bottom: 20px;
}

.inner_list01 .cont:last-child {
	margin-bottom: 0;
}

ul.list01 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0;
	max-width: 640px;
}

#list ul.list01 {
	max-width: inherit;
}

p.ttl_list01 {
	color: #014099;
	margin-right: 0.3em;
	background-color: #e5f0ff;
	padding: 0.3em 0.7em;
	margin-bottom: 10px;
	font-size: 1.7rem;
}

ul.list01 li {
	font-size: 1.7rem;
	letter-spacing: 0.03em;
	margin-right: 1em;
	margin-bottom: 0.5em;
	border-bottom: 1px dashed #014099;
	padding-bottom: 5px;
}

ul.list01 li.ttl {
	color: #014099;
	margin-right: 0.3em;
}

ul.list01 li a {
	color: #e40202;
	text-decoration: underline;
}
}

@media (min-width: 992px) {
h3.list01 {
	justify-content: center;
}

h3.list01:before {
	background: url(../images/ttl_list01.png) 0 0 /contain no-repeat;
}

.inner_list01 {
	background-color: #fff;
	padding: 50px 50px;
	border: 1px solid #084895;
	border-radius: 10px;
}

h4.list01 {
	color: #014099;
	font-size: 2.1rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 25px;
	border-left: 5px solid #014099;
	padding-left: 10px;
}

h5.list01 {
	font-size: 1.7rem;
	color: #fff;
	font-weight: 500;
	margin-bottom: 15px;
	background-color: #014099;
	padding: 0.3em 0.7em;
}

.inner_list01 .cont {
	margin-bottom: 20px;
}

.inner_list01 .cont:last-child {
	margin-bottom: 0;
}

p.ttl_list01 {
	color: #014099;
	margin-right: 0.3em;
	background-color: #e5f0ff;
	padding: 0.3em 0.7em;
	margin-bottom: 15px;
	font-size: 1.7rem;
}

ul.list01 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0;
	max-width: 700px;
}

ul.list01 li {
	font-size: 1.7rem;
	letter-spacing: 0.03em;
	margin-right: 1em;
	margin-bottom: 0.5em;
}

ul.list01 li.ttl {
	color: #014099;
	margin-right: 0.3em;
}

ul.list01 li a {
	color: #e40202;
	text-decoration: underline;
}
}

@media (min-width: 1200px) {
h3.list01 {
	justify-content: center;
}

h3.list01:before {
	background: url(../images/ttl_list01.png) 0 0 /contain no-repeat;
}

.inner_list01 {
	background-color: #fff;
	padding: 50px 50px;
	border: 1px solid #084895;
	border-radius: 10px;
}

h4.list01 {
	color: #014099;
	font-size: 2.1rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 25px;
	border-left: 5px solid #014099;
	padding-left: 10px;
}

h5.list01 {
	font-size: 1.9rem;
	color: #fff;
	font-weight: 500;
	margin-bottom: 20px;
	background-color: #014099;
	padding: 0.3em 0.7em;
}

p.ttl_list01 {
	color: #014099;
	margin-right: 0.3em;
	background-color: #e5f0ff;
	padding: 0.3em 0.7em;
	margin-bottom: 15px;
	font-size: 1.7rem;
}

.inner_list01 .cont {
	margin-bottom: 35px;
}

.inner_list01 .cont:last-child {
	margin-bottom: 0;
}

ul.list01 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0;
	max-width: 740px;
}

ul.list01 li {
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	margin-right: 2em;
	margin-bottom: 0.5em;
}

ul.list01 li.ttl {
	color: #014099;
	margin-right: 0.5em;
}

ul.list01 li a {
	color: #e40202;
	text-decoration: underline;
}
}







/* shop.html　会社案内
=========================================================================== */

@media (max-width: 767px) {
h3.shop {
	font-size: 1.9rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", sans-serif;
	letter-spacing: 0.1em;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 15px;
}

h3.shop:before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	flex-shrink: 0;
	margin-bottom: 10px;
}

h3.shop span {
	font-size: 1.2rem;
	margin-top: 5px;
}

p.text_shop01 {
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

p.text_shop01 b {
	font-size: 2rem;
	color: #014099;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 2.6;
	display: block;
	margin-bottom: 0;
}

p.name_shop01 {
	font-size: 1.6rem;
	margin-top: 10px;
	line-height: 1.2;
	text-align: right;
}

p.name_shop01 span {
	display: block;
	margin-bottom: 10px;
}
}

@media (min-width: 768px) {
h3.shop {
	font-size: 2.4rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", sans-serif;
	letter-spacing: 0.1em;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 15px;
}

h3.shop:before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	margin-right: 20px;
}

h3.shop span {
	font-size: 1.4rem;
	margin-left: 30px;
}

p.text_shop01 {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.05em;
}

p.text_shop01 b {
	font-size: 2rem;
	color: #014099;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 2.6;
	display: block;
	margin-bottom: 0;
}

p.name_shop01 {
	font-size: 1.6rem;
	margin-top: 10px;
}

p.name_shop01 span {
	display: block;
	margin-bottom: 10px;
}
}

@media (min-width: 992px) {
h3.shop {
	font-size: 2.6rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", sans-serif;
	letter-spacing: 0.1em;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 25px;
}

h3.shop:before {
	content: '';
	display: block;
	width: 46px;
	height: 46px;
	flex-shrink: 0;
	margin-right: 30px;
}

h3.shop span {
	font-size: 1.4rem;
	margin-left: 30px;
}

p.text_shop01 {
	font-size: 1.7rem;
	line-height: 2;
	letter-spacing: 0.05em;
}

p.text_shop01 b {
	font-size: 2rem;
	color: #014099;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 2.6;
	display: block;
	margin-bottom: 0;
}

p.name_shop01 {
	font-size: 1.6rem;
	margin-top: 10px;
}

p.name_shop01 span {
	display: block;
	margin-bottom: 10px;
}
}

@media (min-width: 1200px) {
h3.shop {
	font-size: 2.8rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", sans-serif;
	letter-spacing: 0.1em;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 25px;
}

h3.shop:before {
	content: '';
	display: block;
	width: 52px;
	height: 52px;
	flex-shrink: 0;
	margin-right: 30px;
}

h3.shop span {
	font-size: 1.4rem;
	margin-left: 30px;
}

p.text_shop01 {
	font-size: 1.7rem;
	line-height: 2;
	letter-spacing: 0.05em;
}

p.text_shop01 b {
	font-size: 2.4rem;
	color: #014099;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 2.6;
	display: block;
	margin-bottom: 0;
}

p.name_shop01 {
	font-size: 1.8rem;

}

p.name_shop01 span {
	display: block;
	margin-bottom: 10px;
}
}

h3.shop01:before {
	background: url(../images/ttl_shop01.png) 0 0 /contain no-repeat;
}

h3.shop02:before {
	background: url(../images/ttl_shop02.png) 0 0 /contain no-repeat;
}

h3.shop03:before {
	background: url(../images/ttl_shop03.png) 0 0 /contain no-repeat;
}


@media (max-width: 767px) {
	table.sub {
		width: 100%;
	}

	table.sub th {
		display: block;
		width: 100%;
		background-color: #195897;
		font-size: 1.6rem;
		color: #fff;
		letter-spacing: 0.05em;
		padding: 6px 10px;
	}

	table.sub td {
		display: block;
		width: 100%;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		padding: 6px 10px 18px;
		line-height: 1.7;
	}

	table.sub .flex_b {
		flex-direction: column;
		align-items: flex-start;
		border-bottom: 1px dotted #aaa;
		padding-bottom: 25px;
	}

	.access_map iframe {
		width: 100%;
		height: 300px;
	}

	.access ul {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin: 20px 0 0;
	}

	.access ul li {
		width: 100%;
		margin-bottom: 15px;
		font-size: 1.6rem;
		letter-spacing: 0.02em;
		display: flex;
		flex-direction: row;
		border-bottom: 1px solid #a8a8a8;
		padding-bottom: 10px;
	}

	.access ul li:before {
		content: '';
		display: block;
		background: url(../images/icon_shop03_1.png) 0 0 /contain no-repeat;
		width: 38px;
		height: 38px;
		flex-shrink: 0;
		margin-right: 10px;
	}

	.access ul li:nth-of-type(2):before {
		background: url(../images/icon_shop03_2.png) 0 0 /contain no-repeat;
	}

	.access ul li:nth-of-type(3):before {
		background: url(../images/icon_shop03_3.png) 0 0 /contain no-repeat;
	}

	p.btn_map a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 160px;
		height: 40px;
		border: 1px solid #195897;
		font-size: 1.4rem;
		margin: 5px auto 0;
	}

	p.btn_map a:before {
		content: "\f3c5";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 8px;
	}
}

@media (min-width: 768px) {
	table.sub {
		width: 100%;
	}

	table.sub th {
		color: #195897;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		width: 140px;
		padding: 15px 30px 15px 0;
		border-bottom: 1px solid #aaa;
	}

	table.sub td {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		padding: 15px 0 15px 0;
		border-bottom: 1px solid #aaa;
		line-height: 1.8;
	}

	.access_map iframe {
		width: 100%;
		height: 380px;
	}

	.access ul {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin: 20px 0 0;
	}

	.access ul li {
		width: 45%;
		margin-bottom: 20px;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		display: flex;
		flex-direction: row;
		border-bottom: 1px solid #a8a8a8;
		padding-bottom: 10px;
		margin-right: 5%;
	}

	.access ul li:nth-of-type(even) {
		margin-right: 0;
	}

	.access ul li:before {
		content: '';
		display: block;
		background: url(../images/icon_shop03_1.png) 0 0 /contain no-repeat;
		width: 38px;
		height: 38px;
		flex-shrink: 0;
		margin-right: 10px;
	}

	.access ul li:nth-of-type(2):before {
		background: url(../images/icon_shop03_2.png) 0 0 /contain no-repeat;
	}

	.access ul li:nth-of-type(3):before {
		background: url(../images/icon_shop03_3.png) 0 0 /contain no-repeat;
	}

	p.btn_map a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 200px;
		height: 46px;
		border: 1px solid #195897;
		font-size: 1.4rem;
		margin: 20px auto 0;
	}

	p.btn_map a:before {
		content: "\f3c5";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 8px;
	}
}

@media (min-width: 992px) {
	table.sub {
		width: 100%;
	}

	table.sub th {
		color: #195897;
		font-size: 1.7rem;
		letter-spacing: 0.05em;
		width: 140px;
		padding: 25px 30px 25px 0;
		border-bottom: 1px solid #aaa;
	}

	table.sub td {
		font-size: 1.7rem;
		letter-spacing: 0.05em;
		padding: 25px 0 25px 0;
		border-bottom: 1px solid #aaa;
		line-height: 1.8;
	}

	.access_map iframe {
		width: 100%;
		height: 460px;
	}

	.access ul {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin: 20px 0 0;
	}

	.access ul li {
		width: 45%;
		margin-bottom: 20px;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		display: flex;
		flex-direction: row;
		border-bottom: 1px solid #a8a8a8;
		padding-bottom: 10px;
		margin-right: 5%;
	}

	.access ul li:nth-of-type(even) {
		margin-right: 0;
	}

	.access ul li:before {
		content: '';
		display: block;
		background: url(../images/icon_shop03_1.png) 0 0 /contain no-repeat;
		width: 38px;
		height: 38px;
		flex-shrink: 0;
		margin-right: 10px;
	}

	.access ul li:nth-of-type(2):before {
		background: url(../images/icon_shop03_2.png) 0 0 /contain no-repeat;
	}

	.access ul li:nth-of-type(3):before {
		background: url(../images/icon_shop03_3.png) 0 0 /contain no-repeat;
	}

	p.btn_map a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 200px;
		height: 46px;
		border: 1px solid #195897;
		font-size: 1.4rem;
		margin: 20px auto 0;
	}

	p.btn_map a:before {
		content: "\f3c5";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 8px;
	}
}

@media (min-width: 1200px) {
	table.sub {
		width: 100%;
	}

	table.sub th {
		color: #195897;
		font-size: 1.8rem;
		letter-spacing: 0.05em;
		width: 200px;
		padding: 25px 30px 25px 20px;
		border-bottom: 1px solid #aaa;
	}

	table.sub td {
		font-size: 1.8rem;
		letter-spacing: 0.05em;
		padding: 25px 30px 25px 20px;
		border-bottom: 1px solid #aaa;
		line-height: 1.8;
	}

	.access_map iframe {
		width: 100%;
		height: 500px;
	}

	.access ul {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin: 20px 0 0;
	}

	.access ul li {
		width: 47%;
		margin-bottom: 20px;
		font-size: 1.7rem;
		letter-spacing: 0.05em;
		display: flex;
		flex-direction: row;
		border-bottom: 1px solid #a8a8a8;
		padding-bottom: 10px;
		margin-right: 6%;
	}

	.access ul li:nth-of-type(even) {
		margin-right: 0;
	}

	.access ul li:before {
		content: '';
		display: block;
		background: url(../images/icon_shop03_1.png) 0 0 /contain no-repeat;
		width: 38px;
		height: 38px;
		flex-shrink: 0;
		margin-right: 10px;
	}

	.access ul li:nth-of-type(2):before {
		background: url(../images/icon_shop03_2.png) 0 0 /contain no-repeat;
	}

	.access ul li:nth-of-type(3):before {
		background: url(../images/icon_shop03_3.png) 0 0 /contain no-repeat;
	}

	p.btn_map a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 200px;
		height: 46px;
		border: 1px solid #195897;
		font-size: 1.4rem;
		margin: 20px 0 0 30px;
		flex-shrink: 0;
	}

	p.btn_map a:before {
		content: "\f3c5";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 8px;
	}
}



/* ookawa.html　大川店
=========================================================================== */
@media (max-width: 767px) {
.bg_for_open {
	padding: 40px 0 40px;
}

.bg_for_open p.text {
	font-size: 1.7rem;
	line-height: 1.8;
}
}

@media (min-width: 768px) {
.bg_for_open {
	padding: 50px 0 50px;
}

.bg_for_open p.text {
	font-size: 1.8rem;
	line-height: 2;
}
}

@media (min-width: 992px) {
.bg_for_open {
	padding: 80px 0 80px;
}

.bg_for_open p.text {
	font-size: 2rem;
	line-height: 2;
}
}

@media (min-width: 1200px) {
.bg_for_open {
	padding: 90px 0 90px;
}

.bg_for_open p.text {
	font-size: 2.2rem;
	line-height: 2;
}
}


@media (max-width: 767px) {
p.ttl_ookawa01 {
	text-align: center;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}

h3.ookawa01 {
	justify-content: center;
	text-align: center;
}

p.text_ookawa01 {
	text-align: left;
	font-size: 1.5rem;
	letter-spacing: 0.02em;
	line-height: 1.6;
	margin-bottom: 30px;
}

p.text_ookawa01_b {
	text-align: center;
	font-size: 1.7rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 20px;
	color: #084895;
}

h4.ookawa01 {
	font-size: 1.8rem;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
	background-color: #084895;
	padding: 0.3em 1em;
	text-align: center;
	border-radius: 7px;
}

.inner_ookawa01 {
	background-color: #fff;
	padding: 20px 15px;
	border: 1px solid #084895;
	border-radius: 16px;
}

.inner_ookawa01:first-child {
	margin-bottom: 15px;
}

.inner_ookawa01 p.ttl {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 15px;
	color: #084895;
}

.inner_ookawa01 p.text b {
	display: block;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 5px;
	font-size: 1.7rem;
}

.inner_ookawa01 p.text {
	font-size: 1.6rem;
	line-height: 1.7;
}

.pic_about05 p.text {
	text-align: center;
	margin-top: 5px;
	letter-spacing: 0.05em;
	font-size: 1.4rem;
}
}

@media (min-width: 768px) {
p.ttl_ookawa01 {
	text-align: center;
	font-size: 1.7rem;
	letter-spacing: 0.3em;
	margin-bottom: 20px;
}

h3.ookawa01 {
	justify-content: center;
}

p.text_ookawa01 {
	text-align: left;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-bottom: 30px;
}

p.text_ookawa01_b {
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin-bottom: 20px;
	color: #084895;
}

h4.ookawa01 {
	font-size: 2rem;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
	background-color: #084895;
	padding: 0.3em 1em;
	text-align: center;
	border-radius: 7px;
}

.inner_ookawa01 {
	background-color: #fff;
	padding: 25px 25px;
	border: 1px solid #084895;
	border-radius: 16px;
}

.inner_ookawa01:first-child {
	margin-right: 15px;
}

.inner_ookawa01 p.ttl {
	font-size: 1.7rem;
	font-weight: 700;
	margin-bottom: 15px;
	color: #084895;
}

.inner_ookawa01 p.text b {
	display: block;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 5px;
	font-size: 1.7rem;
}

.inner_ookawa01 p.text {
	font-size: 1.6rem;
	line-height: 1.7;
}

.pic_about05 p.text {
	text-align: center;
	margin-top: 5px;
	letter-spacing: 0.05em;
	font-size: 1.5rem;
}
}

@media (min-width: 992px) {
p.ttl_ookawa01 {
	text-align: center;
	font-size: 1.7rem;
	letter-spacing: 0.3em;
	margin-bottom: 20px;
}

h3.ookawa01 {
	justify-content: center;
}

p.text_ookawa01 {
	text-align: center;
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-bottom: 40px;
}

p.text_ookawa01_b {
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin-bottom: 20px;
	color: #084895;
}

h4.ookawa01 {
	font-size: 2rem;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
	background-color: #084895;
	padding: 0.3em 1em;
	text-align: center;
	border-radius: 7px;
}

.inner_ookawa01 {
	background-color: #fff;
	padding: 30px 30px;
	border: 1px solid #084895;
	border-radius: 16px;
}

.inner_ookawa01:first-child {
	margin-right: 20px;
}

.inner_ookawa01 p.ttl {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 15px;
	color: #084895;
}

.inner_ookawa01 p.text b {
	display: block;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 5px;
	font-size: 1.7rem;
}

.inner_ookawa01 p.text {
	font-size: 1.6rem;
	line-height: 1.7;
}

.pic_about05 p.text {
	text-align: center;
	margin-top: 5px;
	letter-spacing: 0.05em;
	font-size: 1.6rem;
}
}

@media (min-width: 1200px) {
p.ttl_ookawa01 {
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: 0.3em;
	margin-bottom: 20px;
}

h3.ookawa01 {
	justify-content: center;
}

p.text_ookawa01 {
	text-align: center;
	font-size: 1.7rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin-bottom: 40px;
}

p.text_ookawa01_b {
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin-bottom: 20px;
	color: #084895;
}

h4.ookawa01 {
	font-size: 2.1rem;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
	background-color: #084895;
	padding: 0.3em 1em;
	text-align: center;
}

.inner_ookawa01 {
	background-color: #fff;
	padding: 30px 30px;
	border: 1px solid #084895;
	border-radius: 16px;
}

.inner_ookawa01 p.ttl {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 15px;
	color: #084895;
}

.inner_ookawa01 p.text b {
	display: block;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 5px;
	font-size: 1.7rem;
}

.inner_ookawa01 p.text {
	font-size: 1.6rem;
	line-height: 1.7;
}
}







h3.ookawa01:before {
	background: url(../images/ttl_ookawa01.png) 0 0 /contain no-repeat;
}

h3.ookawa02:before {
	background: url(../images/ttl_top03.png) 0 0 /contain no-repeat;
}

h3.ookawa03:before {
	background: url(../images/ttl_top08.png) 0 0 /contain no-repeat;
}












/* contact.html　お問い合わせ
=========================================================================== */

@media (max-width: 767px) {
.bg_contact01 {
		padding: 35px 0 35px;
	}

	h3.contact {
		text-align: center;
		font-size: 1.7rem;
		color: #333;
		letter-spacing: 0;
		font-weight: 500;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #e41515;
	}

	#contact01 .flex_c .info:first-child {
		margin-bottom: 15px;
	}

	p.tel_contact01 {
		font-size:2.8rem;
		font-weight: 500;
		font-family: "Roboto Condensed", sans-serif;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	p.tel_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_1.png) 0 0 /contain no-repeat;
		width: 30px;
		height: 30px;
		margin-right: 10px;
		flex-shrink: 0;
	}

	p.tel_contact01 span.tel_link {
		color: #333;
	}

	.bg_contact01 p.hour {
		text-align: center;
		font-size: 1.4rem;
		letter-spacing: 0.05em;
	}

	p.text_contact02 {
		font-size: 1.5rem;
		line-height: 1.6;
		margin-bottom: 15px;
		font-weight: 400;
	}

	span.hissu {
		display: inline-block;
		font-size: 1.4rem;
		line-height: 1;
		color: #fff;
		background-color: #ff0000;
		padding: 0.2em 0.5em;
		border-radius: 3px;
		margin-right: 5px;
	}
}

@media (min-width: 768px) {
.bg_contact01 {
		padding: 50px 0 50px;
	}

	h3.contact {
		text-align: center;
		font-size: 2rem;
		color: #333;
		letter-spacing: 0.1em;
		font-weight: 500;
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #e41515;
	}

	#contact01 .flex_c .info:first-child {
		margin-right: 80px;
	}

	p.tel_contact01 {
		font-size: 3.3rem;
		font-weight: 500;
		font-family: "Roboto Condensed", sans-serif;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	p.tel_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_1.png) 0 0 /contain no-repeat;
		width: 36px;
		height: 36px;
		margin-right: 10px;
	}

	p.tel_contact01 span.tel_link {
		color: #333;
	}

	p.fax_contact01 {
		font-size: 3.3rem;
		font-weight: 500;
		font-family: "Roboto Condensed", sans-serif;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	p.fax_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_2.png) 0 0 /contain no-repeat;
		width: 36px;
		height: 36px;
		margin-right: 10px;
	}

	.bg_contact01 p.hour {
		text-align: center;
		font-size: 1.5rem;
		letter-spacing: 0.05em;
		margin-top: 5px;
	}

	p.text_contact02 {
		font-size: 1.6rem;
		line-height: 1.8;
		margin-bottom: 15px;
		font-weight: 400;
	}

	span.hissu {
		display: inline-block;
		font-size: 1.4rem;
		line-height: 1;
		color: #fff;
		background-color: #ff0000;
		padding: 0.2em 0.5em;
		border-radius: 3px;
		margin-right: 5px;
	}
}

@media (min-width: 992px) {
	.bg_contact01 {
		padding: 60px 0 60px;
	}

	h3.contact {
		text-align: center;
		font-size: 2.1rem;
		color: #333;
		letter-spacing: 0.1em;
		font-weight: 500;
		margin-bottom: 20px;
		padding-bottom: 15px;
		border-bottom: 1px solid #e41515;
	}

	#contact01 .flex_c .info:first-child {
		margin-right: 80px;
	}

	p.tel_contact01 {
		font-size: 3.8rem;
		font-weight: 500;
		font-family: "Roboto Condensed", sans-serif;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	p.tel_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_1.png) 0 0 /contain no-repeat;
		width: 42px;
		height: 42px;
		margin-right: 10px;
	}

	p.tel_contact01 span.tel_link {
		color: #333;
	}

	p.fax_contact01 {
		font-size: 3.8rem;
		font-weight: 500;
		font-family: "Roboto Condensed", sans-serif;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	p.fax_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_2.png) 0 0 /contain no-repeat;
		width: 42px;
		height: 42px;
		margin-right: 10px;
	}

	.bg_contact01 p.hour {
		text-align: center;
		font-size: 1.5rem;
		letter-spacing: 0.05em;
		margin-top: 5px;
	}

	p.text_contact02 {
		font-size: 1.6rem;
		line-height: 1.8;
		margin-bottom: 15px;
		font-weight: 400;
	}

	span.hissu {
		display: inline-block;
		font-size: 1.4rem;
		line-height: 1;
		color: #fff;
		background-color: #ff0000;
		padding: 0.2em 0.5em;
		border-radius: 3px;
		margin-right: 5px;
	}
}

@media (min-width: 1200px) {
	.bg_contact01 {
		padding: 70px 0 70px;
	}

	h3.contact {
		text-align: center;
		font-size: 2.2rem;
		color: #333;
		letter-spacing: 0.1em;
		font-weight: 500;
		margin-bottom: 25px;
		padding-bottom: 15px;
		border-bottom: 1px solid #e41515;
	}

	#contact01 .flex_c .info:first-child {
		margin-right: 80px;
	}

	p.tel_contact01 {
		font-size: 4.2rem;
		font-weight: 500;
		font-family: "Roboto Condensed", sans-serif;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	p.tel_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_1.png) 0 0 /contain no-repeat;
		width: 50px;
		height: 50px;
		margin-right: 10px;
	}

	p.tel_contact01 span.tel_link {
		color: #333;
	}

	p.fax_contact01 {
		font-size: 4.2rem;
		font-weight: 500;
		font-family: "Roboto Condensed", sans-serif;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	p.fax_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_2.png) 0 0 /contain no-repeat;
		width: 50px;
		height: 50px;
		margin-right: 10px;
	}

	.bg_contact01 p.hour {
		text-align: center;
		font-size: 1.5rem;
		letter-spacing: 0.05em;
		margin-top: 5px;
	}

	p.text_contact02 {
		font-size: 1.6rem;
		line-height: 1.8;
		margin-bottom: 15px;
		font-weight: 400;
	}

	span.hissu {
		display: inline-block;
		font-size: 1.4rem;
		line-height: 1;
		color: #fff;
		background-color: #ff0000;
		padding: 0.2em 0.5em;
		border-radius: 3px;
		margin-right: 5px;
	}
}

@media (max-width: 991px) {
	#contact02 {
		margin-top: -80px;
		padding-top: 80px;
	}
}

@media (min-width: 992px) {
	#contact02 {
		margin-top: -30px;
		padding-top: 30px;
	}
}

label {
	margin-bottom: 0;
	font-weight: 400;
}

span.red {
	color: #D80C0C;
}

@media (max-width: 767px) {
	table.contact {
		width: 100%;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
	}

	table.contact th {
		display: block;
		width: 100%;
		margin-bottom: 8px;
		font-size: 1.6rem;
		font-weight: 400;
		color: #333;
		background-color: #e6eef9;
		padding: 0.4em 0.8em;
		border-radius: 5px;
	}

	table.contact td {
		display: block;
		margin-bottom: 10px;
		font-size: 1.6rem;
		padding-bottom: 10px;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	table.contact {
		width: 100%;
		border-top: 1px solid #ccc;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
	}

	table.contact th {
		width: 31%;
		padding: 10px 10px 10px 10px;
		font-size: 1.6rem;
		border-bottom: 1px solid #ccc;
		font-weight: 400;
	}

	table.contact td {
		padding: 10px 10px 10px 20px;
		margin: 0 15px;
		font-size: 1.6rem;
		border-bottom: 1px solid #ccc;
		font-weight: 300;
	}

	table.contact td.bgc {
		width: 130px;
	}

	table.contact th span {
		font-size: 1.5rem;
	}

	table.contact span.mini {
		font-size: 1.3rem;
	}
}

@media (min-width: 992px) {
	table.contact {
		width: 100%;
		border-top: 1px solid #ccc;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
	}

	table.contact th {
		width: 27%;
		padding: 15px 10px 15px 20px;
		font-size: 1.7rem;
		border-bottom: 1px solid #ccc;
		font-weight: 400;
	}

	table.contact td {
		padding: 15px 10px 15px 20px;
		margin: 0 15px;
		font-size: 1.7rem;
		border-bottom: 1px solid #ccc;
		font-weight: 300;
	}

	table.contact td.bgc {
		width: 130px;
	}

	table.contact th span {
		font-size: 1.5rem;
	}

	table.contact span.mini {
		font-size: 1.3rem;
	}
}

@media (min-width: 1200px) {
	table.contact {
		width: 100%;
		border-top: 1px solid #ccc;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
	}

	table.contact th {
		width: 27%;
		padding: 15px 10px 15px 20px;
		font-size: 1.8rem;
		border-bottom: 1px solid #ccc;
		font-weight: 400;
	}

	table.contact td {
		padding: 15px 10px 15px 20px;
		margin: 0 15px;
		font-size: 1.8rem;
		border-bottom: 1px solid #ccc;
		font-weight: 300;
	}

	table.contact td.bgc {
		width: 130px;
	}

	table.contact th span {
		font-size: 1.5rem;
	}

	table.contact span.mini {
		font-size: 1.3rem;
	}
}

@media (max-width: 767px) {
	p.ttl_contact02 {
		font-size: 1.5rem;
		color: #D80C0C;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		line-height: 1.4;
		margin: 40px 0 20px;
		border-bottom: 2px solid #D80C0C;
		padding-bottom: 10px;
	}
}

@media (min-width: 768px) {
	p.ttl_contact02 {
		font-size: 1.8rem;
		color: #D80C0C;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		line-height: 1.4;
		margin: 40px 0 15px;
		border-bottom: 2px solid #D80C0C;
		padding-bottom: 10px;
	}
}

@media (min-width: 992px) {
	p.ttl_contact02 {
		font-size: 1.9rem;
		color: #D80C0C;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		line-height: 1.4;
		margin: 40px 0 15px;
		border-bottom: 2px solid #D80C0C;
		padding-bottom: 10px;
	}
}

@media (max-width: 767px) {
	table.contact th.must:after {
		content: '必須';
		display: inline-block;
		width: 32px;
		height: 16px;
		background-color: #ff0000;
		text-align: center;
		color: #fff;
		font-size: 1rem;
		line-height: 16px;
		margin-left: 10px;
		float: right;
		margin-top: 4px;
		border-radius: 3px;
	}
}

@media (min-width: 768px) {
	table.contact th.must:after {
		content: '必須';
		display: inline-block;
		width: 36px;
		height: 16px;
		background-color: #ff0000;
		text-align: center;
		color: #fff;
		font-size: 1.2rem;
		line-height: 16px;
		margin-left: 15px;
		float: right;
		margin-right: 5px;
		border-radius: 3px;
		margin-top: 4px;
	}
}

@media (max-width: 767px) {
	table.contact td input.write {
		padding: 0.4em 0.5em;
		width: 100%;
		border-radius: 4px;
		border: 1px solid #ccc;
		font-size: 1.6rem;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	table.contact td input.write {
		padding: 0.4em 0.8em;
		width: 100%;
		border: 1px solid #ccc;
		background-color: #fff;
		border-radius: 4px;
		font-size: 1.6rem;
	}
}

@media (min-width: 992px) {
	table.contact td input.write {
		padding: 0.4em 0.8em;
		width: 100%;
		border: 1px solid #ccc;
		background-color: #fff;
		border-radius: 4px;
		font-size: 1.7rem;
	}
}

a.text_blue {
	color: #1f7cff !important;
	margin-bottom: 3px;
}

@media (max-width: 767px) {
	table.contact td input.form50 {
		width: 50px !important;
	}

	table.contact td input.form100 {
		width: 100px !important;
	}

	table.contact td input.form130 {
		width: 130px !important;
	}

	table.contact td input.form150 {
		width: 150px !important;
	}

	table.contact td input.form250 {
		width: 250px !important;
	}

	select {
		padding: 0.3em 0.2em;
		font-size: 1.6rem;
	}

	table.contact label {
		font-size: 1.6rem;
		font-weight: normal;
	}

	table.contact ::placeholder {
		color: #bbb;
		font-size: 1.6rem;
	}

	.place_mini ::placeholder {
		color: #fff !important;
	}

	table.contact .place_mini input.form130 {
		width: 55px !important;
		margin-bottom: 5px;
		padding: 0.4em 0.5em !important;
	}
}

@media (min-width: 768px) {
	table.contact td input.form50 {
		width: 50px !important;
	}

	table.contact td input.form100 {
		width: 100px !important;
	}

	table.contact td input.form130 {
		width: 100px !important;
	}

	table.contact td input.form150 {
		width: 200px !important;
	}

	table.contact td input.form250 {
		width: 250px !important;
	}

	select {
		padding: 0.5em 0.5em;
		font-size: 1.6rem;
	}

	table.contact label {
		font-size: 1.6rem;
		font-weight: 300;
		line-height: 1.8;
	}

	table.contact ::placeholder {
		color: #aaa;
		font-size: 1.6rem;
		font-weight: 300;
	}

	.place_mini ::placeholder {
		font-size: 1.8rem !important;
	}
}

@media (min-width: 992px) {
	table.contact td input.form50 {
		width: 50px !important;
	}

	table.contact td input.form100 {
		width: 100px !important;
	}

	table.contact td input.form130 {
		width: 100px !important;
	}

	table.contact td input.form150 {
		width: 200px !important;
	}

	table.contact td input.form250 {
		width: 250px !important;
	}

	select {
		padding: 0.5em 0.5em;
		font-size: 1.7rem;
	}

	table.contact label {
		font-size: 1.7rem;
		font-weight: 300;
		line-height: 1.8;
	}

	table.contact ::placeholder {
		color: #aaa;
		font-size: 1.8rem;
		font-weight: 300;
	}

	.place_mini ::placeholder {
		font-size: 1.8rem !important;
	}
}

@media (min-width: 1200px) {
	table.contact td input.form50 {
		width: 50px !important;
	}

	table.contact td input.form100 {
		width: 100px !important;
	}

	table.contact td input.form130 {
		width: 100px !important;
	}

	table.contact td input.form150 {
		width: 200px !important;
	}

	table.contact td input.form250 {
		width: 250px !important;
	}

	select {
		padding: 0.5em 0.5em;
		font-size: 1.8rem;
	}

	table.contact label {
		font-size: 1.8rem;
		font-weight: 300;
		line-height: 1.8;
	}

	table.contact ::placeholder {
		color: #aaa;
		font-size: 1.8rem;
		font-weight: 300;
	}

	.place_mini ::placeholder {
		font-size: 1.8rem !important;
	}
}

@media (max-width: 767px) {
	.mt_form {
		margin-top: 10px;
	}
}

@media (min-width: 768px) {
	.mt_form {
		margin-top: 15px;
	}
}

.radio_mb {
	margin: 10px 0;
}

@media (max-width: 500px) {
	select {
		max-width: 250px;
	}
}

@media (max-width: 767px) {
	textarea {
		width: 100%;
		padding: 0.2em 0.5em;
		border: 1px solid #ccc;
		background-color: #fff;
	}
}

@media (min-width: 768px) {
	textarea {
		width: 100%;
		padding: 0.2em 0.5em;
		border: 1px solid #ccc;
		background-color: #fff;
		font-size: 1.8rem;
	}
}

@media (max-width: 767px) {
	h4.privacy {
		font-size: 1.4rem;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		margin-bottom: 5px;
		line-height: 1.6;
		margin-top: 10px;
	}

	.inner_privacy {
		height: 160px;
		overflow: auto;
		overflow-y: scroll;
		font-size: 1.3rem;
		line-height: normal;
		padding: 15px 15px 10px;
		border: solid 1px #ccc;
		border-radius: 4px;
		background-color: #ededed;
		margin-bottom: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
	}

	.inner_privacy h5 {
		font-size: 1.3rem;
		font-weight: bold;
		padding-bottom: 10px;
		border-bottom: 1px dotted #aaa;
		margin-bottom: 10px;
	}

	p.ttl_privacy {
		font-size: 1.3rem;
		font-weight: bold;
		margin-bottom: 5px;
	}

	.inner_privacy p.text {
		font-size: 1.3rem;
		line-height: 1.6;
		margin-bottom: 15px;
	}

	.inner_privacy p.text span.tel_link {
		border-bottom: 1px solid #333;
	}

	ul.privacy li {
		list-style-type: decimal;
		margin-left: 20px;
		margin-bottom: 5px;
		font-size: 1.3rem;
	}
}

@media (min-width: 768px) {
	h4.privacy {
		font-size: 1.8rem;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
		margin-bottom: 5px;
		line-height: 1.6;
		margin-top: 30px;
	}

	.inner_privacy {
		height: 180px;
		overflow: auto;
		overflow-y: scroll;
		font-size: 1.4rem;
		line-height: normal;
		padding: 20px;
		border: solid 1px #ccc;
		border-radius: 4px;
		background-color: #f7f7f7;
		margin-bottom: 25px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
	}

	.inner_privacy h5 {
		font-size: 1.5rem;
		font-weight: 400;
		padding-bottom: 10px;
		border-bottom: 1px dotted #aaa;
		margin-bottom: 10px;
	}

	p.ttl_privacy {
		font-size: 1.4rem;
		font-weight: 400;
		margin-bottom: 5px;
	}

	.inner_privacy p.text {
		font-size: 1.5rem;
		line-height: 1.6;
		margin-bottom: 15px;
		font-weight: 300;
	}

	ul.privacy li {
		list-style-type: decimal;
		margin-left: 20px;
		margin-bottom: 5px;
		font-size: 1.4rem;
		font-weight: 300;
	}
}

@media (max-width: 767px) {
	button.comfirm {
		width: 100%;
		max-width: 240px;
		height: 42px;
		text-align: center;
		background-color: #da1515;
		color: #fff;
		outline: none;
		border: none;
		cursor: pointer;
		font-weight: bolder;
		font-size: 1.3rem;
		line-height: 42px;
		padding: 0 !important;
		font-weight: 500;
		border-radius: 10px;
	}

	button.comfirm:hover {
		background-color: #f52e2e;
	}

	.btn_space {
		width: 100%;
		max-width: 240px;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	button.back {
		width: 47%;
		height: 42px;
		text-align: center;
		background-color: #aaa;
		color: #fff;
		outline: none;
		border: none;
		cursor: pointer;
		font-size: 1.3rem;
		line-height: 42px;
		padding: 0 !important;
		display: inline-block;
		margin-right: 4%;
		font-weight: 400;
		border-radius: 10px;
	}

	button.back:hover {
		background-color: #bbb;
	}

	button.send {
		width: 47%;
		height: 42px;
		text-align: center;
		background-color: #da1515;
		color: #fff;
		outline: none;
		border: none;
		cursor: pointer;
		font-size: 1.3rem;
		line-height: 42px;
		padding: 0 !important;
		display: inline-block;
		font-weight: 400;
		border-radius: 10px;
	}

	button.send:hover {
		background-color: #f52e2e;
	}
}

@media (min-width: 768px) {
	button.comfirm {
		width: 400px;
		height: 46px;
		text-align: center;
		background-color: #da1515;
		color: #fff;
		outline: none;
		border: none;
		cursor: pointer;
		font-size: 1.5rem;
		line-height: 46px;
		padding: 0 !important;
		font-weight: 400;
		border-radius: 10px;
	}

	button.comfirm:hover {
		background-color: #f52e2e;
	}

	.btn_space {
		width: 400px;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	button.back {
		width: 180px;
		height: 46px;
		text-align: center;
		background-color: #aaa;
		color: #fff;
		outline: none;
		border: none;
		cursor: pointer;
		font-size: 1.5rem;
		line-height: 46px;
		padding: 0 !important;
		display: inline-block;
		margin-right: 30px;
		font-weight: 400;
		border-radius: 10px;
	}

	button.back:hover {
		background-color: #bbb;
	}

	button.send {
		width: 180px;
		height: 46px;
		text-align: center;
		background-color: #da1515;
		color: #fff;
		outline: none;
		border: none;
		cursor: pointer;
		font-size: 1.5rem;
		line-height: 46px;
		padding: 0 !important;
		display: inline-block;
		font-weight: 400;
		border-radius: 10px;
	}

	button.send:hover {
		background-color: #f52e2e;
	}
}

select {
	border: 1px solid #ddd;
}

@media (max-width: 767px) {
	table.contact label {
		font-weight: normal;
		line-height: 1.8;
		font-size: 1.5rem;
	}
}

@media (max-width: 767px) {
	.agreebox label {
		font-size: 1.3rem;
	}
}

@media (max-width: 767px) {
	::-webkit-input-placeholder {
		/* WebKit, Blink, Edge */
		color: #aaa;
		font-size: 1.5rem;
	}

	:-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		color: #aaa;
		font-size: 1.5rem;
	}

	::placeholder {
		/* Others */
		color: #aaa;
		font-size: 1.5rem;
	}

	p.tbl_hosoku {
		font-size: 1.5rem;
		margin-top: 5px;
		color: #555;
	}
}

@media (min-width: 768px) {
	::-webkit-input-placeholder {
		/* WebKit, Blink, Edge */
		color: #aaa;
		font-size: 1.5rem;
	}

	:-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		color: #aaa;
		font-size: 1.5rem;
	}

	::placeholder {
		/* Others */
		color: #aaa;
		font-size: 1.5rem;
	}

	p.tbl_hosoku {
		font-size: 1.5rem;
		margin-top: 5px;
		color: #555;
	}
}

@media (min-width: 992px) {
	::-webkit-input-placeholder {
		/* WebKit, Blink, Edge */
		color: #aaa;
		font-size: 1.5rem;
	}

	:-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		color: #aaa;
		font-size: 1.5rem;
	}

	::placeholder {
		/* Others */
		color: #aaa;
		font-size: 1.5rem;
	}

	p.tbl_hosoku {
		font-size: 1.4rem;
		margin-top: 5px;
		color: #555;
	}
}











/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */