@charset "UTF-8";

/*================================================
 *  共通
 ================================================*/

:root {
	--col-Red01: #c60039;
	--col-Green01: #009d94;
	/* 見出しなど */
	--col-Green02: #00aba5;
	/* 見出しなど,少しだけ明度・彩度高い */
	--col-Green03: #4cc6c1;
	--col-Green04: #99dfdc;
	--col-Green--bg: #edf9f9;
	/* 背景など */
	--col-Green--deco: #ccebea;
	/* ボーダーなど、見出しより薄く、背景より濃い */
}

body {
	font-family: 'Noto Sans JP', sans-serif, "Source Sans Pro", Arial, sans-serif;
	font-size: 15px;
	line-height: 1.8;
	color: #000000;
	background: #fff;
	height: 100%;
	position: relative;
}

.txtLink a {
	color: #038c85;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.txtLink_U {
	border-bottom: solid 1px;
}

.txtLink_color {
	color: var(--col-Green01);
}

a:hover,
a:active,
a:focus {
	color: var(--col-Green04);
	outline: none;
}

.bgGreen01 a:visited,
.bgGreen01 a:active,
.bgGreen02 a:visited,
.bgGreen02 a:active {
	color: #fff;
}

::-webkit-selection,
::-moz-selection,
::selection {
	color: #818892;
	background: #f9f6f0;
}

.txt_r {
	text-align: right;
}

.txt_left {
	text-align: left;
}

.caption {
	font-size: 12px;
}

h3 {
	background-image: url("../img/title_icon_h3.png");
	background-position: left 0px bottom 0;
	background-repeat: no-repeat;
	background-size: 50px;
	padding-left: 2em;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 15px;
}

h3.two_l {
	background-image: url("../img/title_icon_h3.png");
	/* background-position: left 0px bottom 0; */
	/* background-repeat: no-repeat; */
	/* background-size: 50px; */
	/* font-weight: bold; */
	/* line-height: 1.3em; */
}

ul.list li {
	background-image: url("../img/list_icon.png");
	background-repeat: no-repeat;
	padding-left: 15px;
	background-size: 10px;
	background-position: 0 8px;
	margin-bottom: 8px;
}

.bk_green {
	background-color: #edfafa !important;
}

.bk_w {
	background-color: #fff;
}

.bk_pankuzu {
	background: rgba(0, 95, 85, 0.7);
}

.bk_gr_plaza {
	background-color: var(--col-Green02);
}

.bk_gr_plaza2 {
	background-color: var(--col-Green03);
}

.bk_gr_plaza3 {
	background-color: var(--col-Green04);
}

.clfix {
	clear: both;
}

.red {
	color: var(--col-Red01);
}

/*ボタン*/
a.bt_main {
	text-align: center;
	padding: 10px 30px 10px 10px;
	display: block;
	border: solid 5px var(--col-Green--deco);
	font-size: 16px;
	color: var(--col-Green01);
	text-align: left;
	background-image: url("../img/arrow_gr.png");
	background-repeat: no-repeat;
	background-position: right 10px top 50%;
	background-size: 10px;
	line-height: 1.3em;
}


a.bt_main:hover {
	background-color: var(--col-Green--deco);
	transition: 0.3s;
}

a.bt_main i {
	margin-right: 5px;
	font-size: 25px;
	vertical-align: middle;
}

a.bt_main img {
	width: 30px;
	height: auto;
	margin-right: 5px;
	vertical-align: middle;
}

a.bt_main img.icon_pc {
	width: 35px;
	height: auto;
	margin-right: 5px;
	vertical-align: text-bottom;
}

/*================================================
 *  英語書体
 ================================================*/

.en {
	font-family: 'Lato', sans-serif;
}

.font_wl {
	font-weight: lighter;
}

/*================================================
 *  メインビジュアル
 ================================================*/

.inner .mainV {
	width: 100%;
	position: relative;
	top: 0;
	max-height: 510px;
	z-index: 9;
	background: rgb(255, 255, 255);
	mix-blend-mode: multiply;
}

.inner .mainV .bgImg {
	max-height: 510px;
	overflow: hidden;
}

.inner .mainV .bgImg img {
	width: 100%;
	height: auto;
}

.inner .mainV .box01 {
	position: absolute;
	top: 50%;
	left: 0%;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	color: #FFF;
	width: 100%;
	transform: translate(0, -50%);
}

.inner .mainV .box01 .box {
	width: 160px;
	min-height: 160px;
	margin: 0 auto;
	padding: 20px;
}

.inner .mainV .box01 .txt01 {
	font-size: 16px;
}

.inner .mainV .box01 .txt02 {
	font-size: 20px;
}

.inner .mainV .box01 .boder {
	width: 50px;
	height: 3px;
	margin: 10px auto;
	background: #FFF;
}

.inner .mainV .box01 .subTit {
	margin: 0 auto;
}

.inner .mainV ul.navbar {
	width: 100%;
	position: absolute;
	bottom: 0px;
	padding: 5px 20px;
	z-index: 9;
	color: #FFF;
}

.inner .mainV ul.navbar li {
	display: inline;
	white-space: nowrap;
	float: left;
	line-height: 1.2em;
	font-size: 14px;
}

.subMenu {
	width: 100%;
	min-height: 45px;
	text-align: center;
	border-top: #fff solid 1px;
}

.subMenu ul {
	width: 100%;
	list-style: none;
	margin: auto;
}

.subMenu li {
	width: 33.333%;
	padding: 10px;
	color: #FFF;
	border-right: solid #fff 1px;
	background-color: var(--col-Green04);
}

.subMenu:has(>:nth-child(2)) li {
	width: 50%;
}

.subMenu li:last-child {
	border-right: none;
}

.subMenu li.active {
	background-color: var(--col-Green02);
}

.subMenu li:hover {
	background-color: var(--col-Green02);
	transition: 0.3s
}

.subMenu li a {
	display: block;
}

.subMenu .fa-chevron-right:before {
	padding-left: 0.25em;
}

.subMenu2 {
	width: 100%;
	min-height: 45px;
	text-align: center;
	border-top: #fff solid 1px;
}

.subMenu2 ul {
	width: 100%;
	list-style: none;
	margin: auto;
}

.subMenu2 li {
	width: 50%;
	padding: 10px;
	color: #FFF;
	border-right: solid #fff 1px;
	background-color: var(--col-Green04);
}

.subMenu2 li:nth-child(2) {
	border-right: none;
}

.subMenu2 li.active {
	background-color: var(--col-Green02);
}

.subMenu2 li:hover {
	background-color: var(--col-Green02);
	transition: 0.3s
}

.subMenu2 li a i {
	margin-left: 5px;
}

.subMenu2 li a {
	display: block;
}

.bt_nav {
	width: 100%;
	height: 45px;
	text-align: center;
	border-top: #fff solid 1px;
	margin-bottom: 100px;
}

.bt_nav ul {
	width: 100%;
	list-style: none;
	margin: auto;
}

.bt_nav li {
	width: 32%;
	margin-right: 2%;
	color: #000;
	border: solid #ccefed 5px;
	background-color: #fff;
	line-height: 1.3em;
	text-align: left;
	background-image: url("../img/bt_arrowpng");
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 10px;
}

.bt_nav li:nth-child(4) {
	margin-right: 0;
}

.bt_nav li.active {
	background-color: #ccefed;
}

.bt_nav li:hover {
	background-color: #ccefed;
	transition: 0.3s
}

.bt_nav li a {
	font-size: 15px;
	display: block;
	padding: 15px 25px 15px 15px;
}

.bt_nav li a:hover {
	color: #000;
}


.bt_keisan {
	width: 100%;
	height: 45px;
	text-align: center;

}

.bt_keisan ul {
	width: 100%;
	list-style: none;
	margin: auto;
	display: inline-block;
}

.bt_keisan li {
	width: 150px;
	margin-right: 2%;
	color: #fff;
	flex-wrap: wrap;
	display: inline-block;
	text-align: center;
}

.bt_keisan li:nth-child(2) {
	margin-right: 0;
}

.bt_keisan li:hover {
	opacity: 0.6;
	transition: 0.3s;
}

.bt_keisan li a {
	font-size: 15px;
	display: block;
	padding: 15px;
}

.bt_keisan li a:hover {
	color: #fff;
}


.txt_center {
	text-align: center;
}

/*================================================
 *  汎用パーツ
 ================================================*/


/*カラー*/
.bgGreen01 {
	background-color: var(--col-Green01);
}

.bgGreen02 {
	background-color: var(--col-Green04);
}

.bgGreen03 {
	background-color: #edf9f9;
}

.txtGreen01 {
	color: var(--col-Green01);
}

.txtGreen02 {
	color: var(--col-Green04);
}

.txtGreen03 {
	color: #edf9f9;
}

.txtFFF {
	color: #fff;
}

/*フレックス*/
.flex {
	display: flex;
}

.flex_box {
	display: flex;
}

.flAlignS {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.flAlignC {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.flAlignE {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.flJustifyS {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.flJustifyB {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flJustifyC {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flJustifyE {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}



.contentWapper {
	margin: 0 auto;
	max-width: 1215px;
	padding: 0 20px;
}

.box_main {
	padding: 0 0 40px;
}

.bk_w {
	background-color: #fff;
}

.box_img {
	padding: 40px 20px;
	text-align: center;
}

.acrobat_icon {
	width: 300px;
	margin-right: 20px;
}

.acrobat_box {
	margin-bottom: 80px;
}

.acrobat_icon img {
	width: 100%;
	height: auto;
}

.innertop {
	margin-top: 88px;
}

/*================================================
 *  見出し
 ================================================*/
h1,
h2,
.h2,
h4 {
	color: var(--col-Green01);
	font-family: "Source Sans Pro", Arial, sans-serif;
	line-height: 1.35;
}

.h1 {
	text-align: center;
	margin: 0;
	padding: 50px 0;
}

.h1 .tit01 p,
.h1 .txt01 h1 {
	border-bottom: solid 1px var(--col-Green02);
}

.h1 .txt01 {
	font-size: 16px;
}

.h1 .tit01 p {
	display: inline;
}

.h1 .subTit {
	margin-top: 0.85em;
	margin-bottom: 60px;
}

.h1 .tit01 {
	position: relative;
	display: inline;

}

h1 {
	display: inline;
	padding: 0px;
	font-size: 46px;
	margin: 90px 0px 90px 0px;
}

h1 span.title_en {
	display: inline-block;
	color: var(--col-Green01);
	font-size: 46px;
	padding: 0 0.5em 0 1em;
}

h1 span {
	display: block;
	font-size: 17px;
	color: #000;
}

.h1 .border {
	display: inline;
	border-bottom: solid 1px var(--col-Green01);
}

.h1 div.icon {
	position: absolute;
	right: -15px;
	bottom: -1px;
	display: inline;
	width: 26px;
	height: 22px;
	background-image: linear-gradient(-45deg, transparent 44%, var(--col-Green01) 44%, var(--col-Green01) 56%, transparent 56%);
}

.h1 div.before {
	left: -1px;
}

.h1 div.after {
	background-color: #fff;
}

.h1 div.after2 {
	background-color: #edfafa;
}

.h1 did.border {
	border-bottom: solid 2px var(--col-Green01);
}

h2 {
	display: inline-block;
	border-bottom: var(--col-Green01) solid 1px;
	padding: 10px 0.25em 0 0;
}


.h2 {
	position: relative;
	display: inline;
}

.h2 {
	/* display: inline; */
	display: inline-block;
	padding: 0 1.5em 0 0;
	margin-right: 5px;
	font-size: 22px;
	/* border-bottom: solid 1px var(--col-Green02); */
}

.h2 div.after {
	position: absolute;
	right: 0.25em;
	bottom: -0em;
	display: inline;
	width: 1.35em;
	height: 1.35em;
	background-image: linear-gradient(-45deg, transparent 42%, var(--col-Green01) 42%, var(--col-Green01) 50%, transparent 50%);
}

.box_two .h2 {
	/* padding: 0 20px 0 0; */
	margin: 20px 0;
}

.boxWrap .boxL {
	position: relative;
	min-height: 500px;
}

.boxWrap .boxL .img {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 55%;
}

.boxWrap .boxL .img img {
	width: 100%;
	height: auto;
}

.boxWrap .boxL .txt01 {
	position: absolute;
	top: 80px;
	max-width: 610px;
	width: 60%;
	min-height: 150px;
	padding: 20px;
	background: #FFF;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.boxWrap .boxR {
	position: relative;
	min-height: 500px;
}

.boxWrap .boxR .h2 {
	position: absolute;
	top: 0;
	right: 0px;
	min-height: 24px;
	z-index: 99
}

/* 
.boxWrap .boxR .h2 div.after {
	position: absolute;
	right: -3px;
	bottom: 0px;
	display: inline;
	width: 28px;
	height: 25px;
	background-image: linear-gradient(-45deg, transparent 44%, var(--col-Green01) 44%, var(--col-Green01) 56%, transparent 56%);
} */

.boxWrap .boxR .img {
	width: 55%;
	position: absolute;
	top: 20px;
	left: 0px;
}

.boxWrap .boxR .img img {
	width: 100%;
	height: auto;
}

.boxWrap .boxR .txt01 {
	position: absolute;
	top: 70px;
	right: 0;
	max-width: 610px;
	width: 60%;
	min-height: 150px;
	padding: 20px;
	background: #FFF;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.Tit_en {
	font-size: 16px;
	line-height: 1.5em;
}



/*テーブル*/

.scroll_div {
	overflow: auto;
	margin-bottom: 5px;
	width: 100%;
}

.hyo_h01 {
	/* height: 420px; */
	height: 100%;
}

.hyo_h02 {
	/* height: 205px; */
	height: 100%;
}

.hyo_h03 {
	/* height: 355px; */
	height: 100%;
}

.hyo_h04 {
	/* height: 250px; */
	height: 100%;
}

.hyo_h05 {
	/* height: 450px; */
	height: 100%;
}

.tbl-r05 .thead {
	background-color: var(--col-Green02);
	text-align: center;
	color: #fff;
}

.tbl-r05 .thead th {
	text-align: center;
	padding: 5px;
}

.line_w_r {
	border-right: solid 1px #fff;
}

.line_w_r2 {
	border-right: solid 3px #fff;
}

.tbl-r05 td {
	padding: 5px;
	vertical-align: middle;
	line-height: 1.3em;
	border-top: solid 1px var(--col-Green02);
	border-left: solid 1px var(--col-Green02);
}


section.table table {
	width: 100%;
	max-width: 950px;
	margin: auto;
	border: solid 1px var(--col-Green02);
}

.bk_table_title {
	background-color: #74d7d3;
}

section.table {
	padding: 0 15px 0;
	table-layout: fixed;
	margin-bottom: 80px;
}

section table td {
	box-sizing: initial;
}

.bk_table_01 {
	background-color: #dbf3f1;
}

.bk_table_02 {
	background-color: var(--col-Green04);
}

.table_pt table {
	width: 100%;
	border: solid 1px var(--col-Green02);
}

.table_pt table td {
	padding: 10px;
	border-bottom: solid 1px var(--col-Green02);
	vertical-align: middle;
	line-height: 1.3em
}

.table_title {
	margin: 40px auto 5px;
	max-width: 950px;
	font-size: 18px;
	color: var(--col-Green02);
	line-height: 1.3em;
}

.table p.chu {
	font-size: 12px;
	max-width: 950px;
	margin: 0px auto 20px;
}

p.chu {
	font-size: 12px;
}

.min400 {
	min-height: 400px !important;
}

.min550 {
	min-height: 550px !important;
}

.min600 {
	min-height: 600px !important;
}

.ptpc60 {
	padding-top: 60px;
}

.line_w_btm {
	border-bottom: solid 3px #fff;
}

.font_l {
	font-size: 16px;
}



/*カラム*/
.box_l {
	flex-wrap: wrap;
	padding-right: 3%;
	width: 50%;
	margin-bottom: 50px;
}

.box_r {
	flex-wrap: wrap;
	padding-left: 3%;
	width: 50%;
	margin-bottom: 50px;
}

.box_r img {
	width: 100%;
	height: auto;
}

.img_box img {
	width: 100%;
	height: auto;
	margin: 10px 0;
}


footer .box02 section p.corp_info {
	line-height: 1.3em;
	margin-bottom: 5px;
}


@media screen and (max-width: 1215px) {
	p {
		font-size: 1.3vw;
	}

	.innertop {
		margin-top: 5.5vw;
	}

}

@media screen and (max-width: 900px) {
	a.bt_main {
		font-size: 2vw;
	}

	.boxWrap .boxL {
		min-height: 45vw;
	}

	body {
		font-size: 1.5vw;
	}

	p {
		font-size: 1.7vw;
	}

	.innertop {
		margin-top: 9.5vw;
	}

	.boxWrap .img {
		width: 60%;
	}

	.hyo_h_nomal {
		height: 47vw;
	}
}

@media screen and (min-width: 769px) {
	.spOnly {
		display: none !important;
	}
}


@media screen and (max-width: 768px) {
	.sppd20 {
		padding: 0 20px;
	}

	p {
		font-size: 3.5vw;
	}

	a.bt_main {
		font-size: 3.75vw;
	}

	.bk_green_sp {
		background-color: #edfafa !important;
	}

	.innertop {
		margin-top: 0px;
		padding-top: 55px;
	}

	body {
		font-size: 3.5vw;
	}



	.bt_nav .flex {
		display: block;
	}

	.icon_img {
		width: 80px;
	}

	h3.two_l {
		font-size: 3.65vw;
	}

	.acrobat_box {
		display: block !important;
		text-align: center;
		width: 100%;
	}

	.acrobat_icon {
		margin: 0 auto;
	}

	.acrobat_box img {
		width: 100%;
		margin-bottom: 20px;
	}

	.acrobat_box p {
		padding: 0 10px;
		text-align: left;
	}

	.bt_nav li a {
		font-size: 15px;
		display: block;
		padding: 15px 15px;
	}

	.bt_keisan li a {
		font-size: 14px;
		display: block;
		padding: 10px;
	}

	img {
		width: 100%;
		height: auto;
	}

	.pcOnly {
		display: none !important;
	}

	.flex_box {
		display: block;
	}

	.inner_box {
		padding: 0 20px;
	}


	/*comon*/
	img {
		width: 100%;
		height: auto;
	}

	.inner .mainV {
		height: auto;
	}

	/*================================================
	 *  見出し
	 ================================================*/
	.h1 {
		text-align: center;
		margin: 40px 0;
	}

	.h1 .tit01 p,
	.h1 .txt01 h1 {
		border-bottom: solid 1px var(--col-Green02);
	}

	.h1 .txt01 {
		font-size: 3.5vw;
		padding: 0 10px;
	}

	.h1 .tit01 p {
		display: inline;
	}

	.h1 .subTit {
		margin-bottom: 0px;
	}

	.h1 .tit01 {
		position: relative;
		display: inline;

	}

	h1 {
		display: inline;
		padding: 0px;
		font-size: 7vw;
		margin: 90px 0px 90px 0px;
	}

	h1 span.title_en {
		/* padding: 0 20px 0 40px; */
		font-size: 8vw;
	}

	h1 span {
		display: block;
		font-size: 4vw;
		color: #000;
	}

	.h1 .border {
		display: inline;
		border-bottom: solid 1px var(--col-Green01);
	}

	.h1 div.icon {
		position: absolute;
		right: -16px;
		bottom: -1px;
		display: inline;
		width: 26px;
		height: 22px;
		background-image: linear-gradient(-45deg, transparent 44%, var(--col-Green01) 44%, var(--col-Green01) 56%, transparent 56%);
	}

	.h1 div.before {
		left: 0px;
	}

	.h1 div.after {
		background-color: #fff;
	}

	.h1 div.after2 {
		background-color: #edfafa;
	}

	.h1 did.border {
		border-bottom: solid 2px var(--col-Green01);
	}

	h2 {
		padding: 10px 0px 0 0;
		/* margin-bottom: 20px; */
		/* margin-top: 30px; */
	}

	.h2 {
		font-size: 4.75vw;
		margin-bottom: 20px;
	}

	.h2 div.after {
		right: -0em;
		bottom: -0em;
		width: 1.5em;
		height: 1.5em;
	}

	h3 {
		font-size: 4.25vw;
		margin-bottom: 15px;
	}

	.subMenu ul {
		flex-wrap: wrap;
	}

	.subMenu li {
		width: 50%;
		border-bottom: solid #fff 1px;
	}

	.subMenu li:last-child {
		border-right: none;
	}

	.subMenu li:last-child:nth-child(odd) {
		width: 100%;
	}

	/*================================================
	 *  汎用パーツ
    ================================================*/
	.inner .mainV .box01 .box {
		width: 36vw;
		min-height: 35vw;
		padding: 3vw;
	}

	.inner .mainV .box01 .boder {
		width: 50px;
		height: 3px;
		margin: 5px auto;
		background: #FFF;
	}

	.inner .mainV ul.navbar li {
		display: inline;
		white-space: nowrap;
		float: left;
		line-height: 1.2em;
		font-size: 3vw;
	}


	.boxWrap .img {
		width: 100%
	}

	.boxWrap .boxR .h2 {
		right: 0px;
		min-height: 24px;
	}

	.boxWrap .boxR .h2,
	.boxWrap .boxR,
	.boxWrap .boxL {
		position: relative;
	}

	.boxWrap .boxR .txt01,
	.boxWrap .boxL .txt01 {
		position: relative;
		width: 100%;
		max-width: unset;
		top: 0px;
		/* min-height: 150px; */
		padding: 5vw;
		/* background: #FFF; */
	}

	.boxWrap .boxR .img,
	.boxWrap .boxL .img {
		position: relative;
		top: 0px;
		right: 0px;
		width: 100%;
	}

	.boxWrap .boxR .txt01 {
		width: 100%;
		min-height: 150px;
		padding: 5vw;
		background: #FFF;
	}



	/*  ボタン */
	.bt_nav li {
		width: 100%;
		padding: 0;
		margin-right: 0;
		color: #000;
		border: solid #ccefed 5px;
		background-color: #fff;
		line-height: 1.3em;
		text-align: center;
		background-image: url("../img/bt_arrowpng");
		background-repeat: no-repeat;
		background-position: center bottom 5px;
		background-size: 10px;
		margin-bottom: 10px
	}

	.bt_nav {
		width: 100%;
		height: auto;
		text-align: center;
		border-top: #fff solid 1px;
		margin-bottom: 50px;
	}

	.bt_nav li:nth-child(2) {
		margin-right: 0;
	}

	.bt_nav li:nth-child(4) {
		margin-right: 0;
	}

	.bt_nav li a {
		font-size: 3vw;
		text-align: center;
	}


	.Tit_en {
		font-size: 3vw;
		line-height: 1em;
	}

	/*  ボタン */
	.bt_nav li {
		width: 100%;
		padding: 0;
		margin-right: 0;
		color: #000;
		border: solid #ccefed 5px;
		background-color: #fff;
		line-height: 1.3em;
		text-align: center;
		background-image: url("../img/bt_arrowpng");
		background-repeat: no-repeat;
		background-position: right 5px center;
		background-size: 10px;
		margin-bottom: 10px;
	}

	.pd20sp {
		padding: 20px;
	}

	h2.two_l {
		font-size: 4.5vw;
		line-height: 1.3em;
		padding: 0 10px 5px 0;
	}

	.min550 {
		min-height: auto !important;
	}

	.line_w_btm,
	.line_w_r2 {
		border: none;
	}

	.ptpc60 {
		padding-top: 0px;
	}

	.hyo_h01 {
		height: 100%;
	}

	.hyo_h02 {
		height: 100%;
	}

	.hyo_h03 {
		height: 100%;
	}

	.hyo_h04 {
		height: 110vw;
	}
	section.table {
		padding: 0;
	}

	section.table table {
		width: 800px;
	}

	.pb50sp {
		padding-bottom: 50px !important;
	}

	.box_two {
		padding: 0 20px 0;
	}

	.contentWapper>.box_two {
		padding: 0;
	}

	.box_l {
		flex-wrap: nowrap;
		padding-right: 0;
		width: 100%;
		margin-bottom: 50px;
	}

	.box_r {
		flex-wrap: nowrap;
		padding-left: 0;
		width: 100%;
		margin-bottom: 50px;
	}

	/* フッター*/
	footer .logo {
		text-align: center;
		margin-top: 30px
	}

	footer .logo img {
		width: 80%;
	}

	footer .box02 {
		padding: 20px;
	}

}