@charset "UTF-8";
@import url("grid.css");
body {
	font-family: "游ゴシック", sans-serif;
}
img {
	max-width: 100%;
	height: auto;/*高さ自動*/
}
a {
	display: block;
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
/*ヘッダー
-------------------------------------*/
.header {
	display: flex;
	flex-direction: row;
	padding: 0;
}
.wrap {
	position: relative;
}

@media screen and (min-width: 768px) {
/* PCのみ */
.container_ful {
	position: absolute;
	bottom: -1rem;
}
.container_ful_temp {
	bottom: 3rem;
}
#open, #close {
	display: none !important;
}
#navi {
	display: block !important;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-left: 2rem;
	font-size: 1.8rem;
	line-height: 90%;
}
#navi01 {
	font-size: 0.8rem;
	line-height: 80%;
}
#logo {
	display: none !important;
}
.header-box {
	margin-top: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.create-button {
	background-color: #ff0000;
	color: #fff;
	font-size: 2.6rem;
	text-decoration: none;
	padding: 0.8rem 2rem;
}
.create-button a {
	color: #fff;
	text-decoration: none;
}
.create-button a:hover {
	color: #fff;
	text-decoration: none;
}
nav ul {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	list-style: none;
	margin: 1rem 0 0 0;
}
nav li {
	flex: 1 0 auto;
}
nav li a {
	text-decoration: none;
	text-align: center;
}
nav a {
	color: #000;
	font-family: "游ゴシック", sans-serif;
	padding: 0.5rem 1.4rem 0.5rem 0.5rem;
	font-weight: bold;
}
nav a:hover {
	text-decoration: none;
	color: #555555;
}
/*キャッチコピー
-------------------------------------*/
.catch {
	text-align: center;
	margin: 4rem 0rem;
}
.ca01 {
	color: #c00000;
	font-weight: bold;
	font-size: 4.6rem;
	line-height: 140%;
}
.ca02 {
	font-family: "MS Pゴシック", "メイリオ", sans-serif;
	color: #000;
	font-size: 1.6rem;
	line-height: 140%;
	margin-top: 3rem;
}
.ca03 {
	font-family: "MS Pゴシック", "メイリオ", sans-serif;
	color: #000;
	font-size: 1.4rem;
	line-height: 120%;
	margin: 2rem 0rem 4rem 0rem;
}
.ca04 {
	display: block;
	width: 46rem;
	margin: 3rem auto;
	background-color: red;
	color: #fff;
	padding: 0.8rem 0;
	font-size: 2.0rem;
	font-weight: bold;
}
.ca05 {
	display: block;
	width: 46rem;
	margin: 3rem auto;
	background-color: green;
	color: #fff;
	padding: 0.8rem 0;
	font-size: 2.0rem;
	font-weight: bold;
}
.ca06 {
	display: block;
	width: 46rem;
	margin: 3rem auto;
	background-color:#0000FF;
	color: #fff;
	padding: 0.8rem 0;
	font-size: 2.0rem;
	font-weight: bold;
}
section {
	margin: -2rem 0rem 6rem 0rem;
	padding: 0rem 0rem 3rem 0rem;
}
section h2 {
	height: 8rem;
	font-family: "游ゴシック light", sans-serif;
	font-size: 3rem;
	font-weight: bold;
	text-align: left;
	width: 92%;
	margin: 0px auto 6px auto;
	padding: 3rem 0px 0px 0px;
	border-bottom: dotted 2px #5A5454;
	background-position: bottom 4px right 10px;
	background-repeat: no-repeat;
	background-size: 5.6% auto;
}
section h3 {
	margin-top: 0.5rem;
	font-family: "游ゴシック light", sans-serif;
	color: #c00000;
	font-size: 2rem;
	font-weight: bold;
	text-align: left;
}
.pcwh {
	width: 94%;
	margin: 0px auto;
}
.sec01_txt {
	text-align: left;
	font-size: 1.6rem;
}
.sec01_txt_add {
	text-align: left;
	font-size: 1.2rem;
	margin-bottom: 1.6rem;
}
.sec01_img {
	margin-bottom: 1.2rem;
}
/* 足したやつ 20210516*/
.sec01ico_img {
	margin-bottom: 0.5rem;
	width:10%;
	height:auto;
}
#sec01_kodawari {
	width: 60%;
	margin: 2rem auto 1.2rem auto;
	text-align: left;
	font-size: 1.6rem;
	border: solid 2px #c00000;
	padding: 2rem;
}
.kodawari_line{
	display: inline-block;
	text-indent:-1em;
	padding-left:1em;
	line-height: 140%;
    margin-bottom: 0.8rem;
	}
#sec01_btn {
	display: block;
	width: 80%;
	margin: 0 auto;
	background-color: red;
	color: #fff;
	padding: 1rem 0;
	font-size: 2rem;
}
/* 足したやつ */
#sec02_btn {
	display: block;
	width: 80%;
	margin: 0 auto;
	color: #000;
	padding: 1rem 0;
	font-size: 2rem;
}
/* 足したやつ西平 */
#sec03_btn {
	display: block;
	width: 80%;
	margin: 0 auto;
	background-color:#00bfff;
	color: #fff;
	padding: 1rem 0;
	font-size: 2rem;
}
.section02_h3 {
	width: 90%;
	margin: 2.6rem auto 1rem auto;
	color: #000;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: left;
}
#sec02_txt_01 {
	text-align: left;
	margin-top: 2rem;
	padding: 4rem 0px 1rem 6rem;
	font-size: 2rem;
	background-image: url(../img/sec02_num01.png);
	background-position: left 2% bottom 10%;
	background-repeat: no-repeat;
	background-size: 8% auto;
}
#sec02_txt_02 {
	text-align: left;
	margin-top: 2rem;
	padding: 4rem 0px 1rem 6rem;
	font-size: 2rem;
	background-image: url(../img/sec02_num02.png);
	background-position: left 2% bottom 10%;
	background-repeat: no-repeat;
	background-size: 8% auto;
}
#sec02_txt_03 {
	text-align: left;
	margin-top: 2rem;
	padding: 4rem 0px 1rem 6rem;
	font-size: 2rem;
	background-image: url(../img/sec02_num03.png);
	background-position: left 2% bottom 10%;
	background-repeat: no-repeat;
	background-size: 8% auto;
}
#sec02_txt_04 {
	text-align: left;
	margin-top: 2rem;
	padding: 4rem 0px 1rem 6rem;
	font-size: 2rem;
	background-image: url(../img/sec02_num04.png);
	background-position: left 2% bottom 10%;
	background-repeat: no-repeat;
	background-size: 8% auto;
}
#sec02_txt_05 {
	text-align: left;
	margin-top: 2rem;
	padding: 4rem 0px 1rem 6rem;
	font-size: 2rem;
	background-image: url(../img/sec02_num05.png);
	background-position: left 2% bottom 10%;
	background-repeat: no-repeat;
	background-size: 8% auto;
}
#sec02_txt_06 {
	text-align: left;
	margin-top: 2rem;
	padding: 4rem 0px 1rem 6rem;
	font-size: 2rem;
	background-image: url(../img/sec02_num06.png);
	background-position: left 2% bottom 10%;
	background-repeat: no-repeat;
	background-size: 8% auto;
}
#sec02_txt_07 {
	text-align: left;
	margin-top: 2rem;
	padding: 4rem 0px 1rem 6rem;
	font-size: 2rem;
	background-image: url(../img/sec02_num07.png);
	background-position: left 2% bottom 10%;
	background-repeat: no-repeat;
	background-size: 8% auto;
}
#sec02_txt_08 {
	text-align: left;
	margin-top: 2rem;
	padding: 4rem 0px 1rem 6rem;
	font-size: 2rem;
	background-image: url(../img/sec02_num08.png);
	background-position: left 2% bottom 10%;
	background-repeat: no-repeat;
	background-size: 8% auto;
}

#sec02_txt_top {
	text-align: center;
	margin-top: 2rem;
	padding: 4rem 0px 1rem 3rem;
	font-size: 2rem;
}
#sec02_txt_top a {
	display: inline;
	color: #334FD1;
	text-decoration: underline;
}
#sec02_txt_top a:hover {
	display: inline;
	color: #334FD1;
	text-decoration: underline;
}



/* 西平追加画像枠線無し */
.sec02_img {
	width: 86%;
	margin: 1rem auto;
	border: solid 1px #3B3939;
}
.sec025_img {
	width: 86%;
	margin: 1rem auto;
	border: solid 1px #ffffff;
}
.sec03_menu {
	border-collapse: collapse;
	margin: 3rem auto 1rem auto;
	width: 97.4%;
}
.sec03_menu td {
	border: solid 2px #E3630D;
	text-align: center;
	width: 33.3%;
	padding: 1rem;
}
.sec03_menu_cl {
	background-color: #fff;
	font-size: 2.0rem;
	font-weight: bold;
	color: #FA8072;
}
.sec03_menu_no {
	background-color: #C5C5C5;
	color: #000;
	line-height: 120%;
}
.sec03_tbl {
	width: 98%;
	margin: 1rem auto;
	clear: both;
}
.sec03_tbl td {
	background-color: #E98278;
	color: #fff;
	text-align: center;
	border-color: #fff;
	line-height: 120%;
	padding: 4px;
	border: solid 2px #fff;
}
.sec03_tbl img {
	width: 94%;
	margin: 4px auto 0px auto;
}
.sec03_tbl a {
	color: #fff;
}
.sec03_tbl a:hover {
	color: #fff;
}
.sec03_btn {
	background-color: #F75400!important;
	padding: 1.4rem 0rem!important;
}
.mgnbtm_add {
	border-bottom: solid 4px #fff!important;
}
.sec03_txt {
	margin: 0 auto;
	text-align: center;
	}
.sec03_txt a {
	display: inline;
	color: #1750E9;
	text-decoration: underline;
}
.sec03_txt a:hover {
	color: #1750E9;
	text-decoration: underline;
}
/* 西平追加210516 */
.section03_h3 {
	width: 90%;
	margin: 2.0rem auto 1rem auto;
	color: red;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: left;
}
#sec04_txt01 {
	margin: 2rem auto;
	width: 94%;
	line-height: 140%;
}
#sec04_txt02 {
	margin: 2rem auto;
	width: 70%;
	line-height: 140%;
}
.m_img_pc {
	width: 70%;
	margin: 0px auto;
}
#koto_lg {
	width: 30%;
	margin: 2rem auto;
}
.sec05_date {
	width: 92%;
	color: #C10F12;
	margin: 2rem auto 0.2rem auto;
}
.sec05_txt {
	width: 92%;
	margin: 0px auto;
	line-height: 140%;
}
.sec05_txt a {
	display: inline;
	color: #AA090C;
	text-decoration: none;
}
.sec05_txt a:hover {
	color: #AA090C;
	text-decoration: none;
}
/* 西平追加210513 */

.section06_h3 {
	width: 96%;
	margin: 1.6rem auto 1rem auto;
	color: #000;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: left;
}
#temp_ly {
	margin: 8rem auto;
}
#temp_ly h2 {
	height: 8rem;
	font-family: "游ゴシック light", sans-serif;
	font-size: 3rem;
	font-weight: bold;
	text-align: left;
	width: 92%;
	margin: 0px auto 6px auto;
	padding: 3rem 0px 0px 0px;
	border-bottom: dotted 2px #5A5454;
}
.temp_ly_txt {
	width: 92%;
	margin: 3rem auto;
	line-height: 140%;
}
.temp_ly_txt a {
	display: inline;
	color: #AA090C;
	text-decoration: none;
}
.temp_ly_txt a:hover {
	color: #AA090C;
	text-decoration: none;
}
#htu h2 {
	height: 8rem;
	font-family: "游ゴシック light", sans-serif;
	font-size: 3rem;
	font-weight: bold;
	text-align: left;
	width: 92%;
	margin: 5rem auto 1rem auto;
	padding: 3rem 0px 0px 0px;
	border-bottom: dotted 2px #5A5454;
	background-image: url(../img/h2_img.png);
	background-position: bottom 4px right 10px;
	background-repeat: no-repeat;
	background-size: 5.6% auto;
}
.htu_txt_01 {
	text-align: left;
	margin-top: 2rem;
	padding: 4rem 0px 1rem 3rem;
	font-size: 2rem;
}
/*西平追加
-------------------------------------*/
.htu_txt_02 {
	text-align: left;
	margin-top: 1rem;
	padding: 4rem 0px 1rem 3rem;
	font-size: 1.8rem;
}
/*西平追加210516
-------------------------------------*/
.htu_txt_03 {
	margin: 0 auto;
	text-align: center;
	}
.htu_txt_03 a {
	display: inline;
	color: #1750E9;
	text-decoration: underline;
}
.htu_txt_03 a:hover {
	color: #1750E9;
	text-decoration: underline;
}
/*西平追加
-------------------------------------*/
.htu_txt_04 {
	text-align: left;
	margin-top: 1rem;
	padding: 4rem 0px 1rem 3rem;
	color: red;
	font-size: 1.8rem;
}
footer a {
	display: inline-block;
	margin-left: 1rem;
}
.foot_txt{
	margin-bottom: 1rem;
	font-size: 1.3rem;
	color: #D77041;
	}
/*コピーライト
-------------------------------------*/
.copyright {
	display: block;
	padding: 2rem;
	text-align: center;
}
.copyright img {
	width: 12%;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
}
.dash {
	letter-spacing: -4px;
	margin: 0 4px 0 2px;
	font-family: Meiryo;
}

/* ====SP幅表示==== */
@media screen and (max-width: 768px) {
.header {
	flex-direction: column;
	margin-bottom: 0px;
	width: 100%;
}
.header #open, #close {
	position: absolute;
	top: 0px;
}
nav ul {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	list-style: none;
	margin: 1rem 0 0 0;
}
nav ul {
	flex-direction: column;
}
nav li {
	flex: 1 0 auto;
}
nav li a {
	text-decoration: none;
	text-align: center;
	width: 100%;
}
nav a:hover {
	background-color: #F56A51;
}
nav a {
	padding: 0.5rem;
}
.header li {
	padding-top: 0;
}
.header-box {
	margin-left: auto;
	margin-top: -40px;
}
.create-button {
	background-color: #ff0000;
	color: #fff;
	text-decoration: none;
	padding: 0.5rem 1.5rem;
}
.create-button a {
	color: #fff;
	text-decoration: none;
}
.create-button a:hover {
	color: #fff;
	text-decoration: none;
}
h1 {
	margin: 2px auto 0px auto;
}
#logo {
	height: 22px;
	margin: 2px 0px;
}
/* スマホ時はMENUボタンを表示 */
#open, #close {
	display: block;
	width: 40px;
	border: none;
	position: absolute;
}
/* スマホ時はメニューを非表示 */
#navi {
	display: none;
}
/*キャッチコピー
-------------------------------------*/
.catch {
	text-align: center;
}
.ca01 {
	color: #c00000;
	font-weight: bold;
	font-size: 2rem;
}
.ca02 {
	font-family: "MS Pゴシック", "メイリオ", sans-serif;
	color: #000;
	font-size: 1.2rem;
}
.ca03 {
	font-family: "MS Pゴシック", "メイリオ", sans-serif;
	color: #000;
	font-size: 1rem;
	line-height: 120%;
	margin-bottom: 6px;
}
.ca04 {
	display: block;
	width: 80%;
	margin: 3rem auto 1rem auto;
	background-color: red;
	color: #fff;
	padding: 0.8rem 0;
	font-size: 1.0rem;
}
.ca05 {
	display: block;
	width: 80%;
	margin: 3rem auto 1rem auto;
	background-color: green;
	color: #fff;
	padding: 0.8rem 0;
	font-size: 1.0rem;
}
.ca06 {
	display: block;
	width: 80%;
	margin: 3rem auto 1rem auto;
	background-color: #0000FF;
	color: #fff;
	padding: 0.8rem 0;
	font-size: 1.0rem;
}
section {
	margin: 6rem 0;
	padding: 0;
}
section h2 {
	height: 4.2rem;
	font-family: "游ゴシック light", sans-serif;
	font-size: 2rem;
	font-weight: bold;
	text-align: left;
	width: 92%;
	margin: 0px auto 6px auto;
	padding: 0.4rem 0px 0px 0px;
	border-bottom: dotted 2px #5A5454;
	background-image: url(../img/h2_img.png);
	background-position: bottom 3px right 10px;
	background-repeat: no-repeat;
	background-size: 10% auto;
}
section h3 {
	margin-top: 1.6rem;
	margin-bottom: 1.6rem;
	font-family: "游ゴシック light", sans-serif;
	color: #c00000;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: left;
}
.sec01_txt {
	text-align: left;
	font-size: 1.4rem;
	margin-bottom: 1.6rem;
}
.sec01_txt_add {
	text-align: left;
	font-size: 1.2rem;
	margin-bottom: 1.6rem;
}
.sec01_img {
	margin-bottom: 1.2rem;
}
/* 足したやつ 20210516*/
.sec01ico_img {
	margin-bottom: 0.5rem;
	width:10%;
	height:auto;
}
.#sec01_kodawari {
	width: 90%;
	margin: 2rem auto 1.2rem auto;
	text-align: left;
	font-size: 1.4rem;
	border: solid 2px #c00000;
	padding: 2rem;
}
.kodawari_line{
	display: inline-block;
	text-indent:-1em;
	padding-left:1em;
	line-height: 140%;
    margin-bottom: 0.8rem;
	}
#sec01_btn {
	display: block;
	width: 96%;
	margin: 0 auto;
	background-color: red;
	color: #fff;
	padding: 0.8rem 0;
	font-size: 1.6rem;
}
/* 足したやつ */
#sec02_btn {
	display: block;
	width: 96%;
	margin: 0 auto;
	color: #000;
	padding: 0.8rem 0;
	font-size: 1.6rem;
}
/* 足したやつ西平 */
#sec03_btn {
	display: block;
	width: 96%;
	margin: 0 auto;
	background-color: #00bfff;
	color: #fff;
	padding: 0.8rem 0;
	font-size: 1.6rem;
}
.section02_h3 {
	width: 90%;
	margin: 2.6rem auto 1rem auto;
	color: #000;
	font-size: 2.0
rem;
	font-weight: bold;
	text-align: left;
}
#sec02_txt_01 {
	font-size: 1.8rem;
	text-align: left;
	margin-top: 2rem;
	padding: 3rem 0px 1rem 4.5rem;
	background-image: url(../img/sec02_num01.png);
	background-position: left 2% bottom 10%;
	background-repeat: no-repeat;
	background-size: 9% auto;
}
#sec02_txt_02 {
	font-size: 1.8rem;
	text-align: left;
	margin-top: 2rem;
	padding: 3rem 0px 1rem 4.5rem;
	background-image: url(../img/sec02_num02.png);
	background-position: left 2% bottom 10%;
	background-repeat: no-repeat;
	background-size: 9% auto;
}
#sec02_txt_03 {
	font-size: 1.8rem;
	text-align: left;
	margin-top: 2rem;
	padding: 3rem 0px 1rem 4.5rem;
	background-image: url(../img/sec02_num03.png);
	background-position: left 2% bottom 10%;
	background-repeat: no-repeat;
	background-size: 9% auto;
}
#sec02_txt_04 {
	font-size: 1.8rem;
	text-align: left;
	margin-top: 2rem;
	padding: 3rem 0px 1rem 4.5rem;
	background-image: url(../img/sec02_num04.png);
	background-position: left 2% bottom 10%;
	background-repeat: no-repeat;
	background-size: 9% auto;
}
#sec02_txt_05 {
	font-size: 1.8rem;
	text-align: left;
	margin-top: 2rem;
	padding: 3rem 0px 1rem 4.5rem;
	background-image: url(../img/sec02_num05.png);
	background-position: left 2% bottom 10%;
	background-repeat: no-repeat;
	background-size: 9% auto;
}
#sec02_txt_06 {
	font-size: 1.8rem;
	text-align: left;
	margin-top: 2rem;
}
#sec02_txt_08 {
	text-align: left;
	margin-top: 2rem;
}
#sec02_txt_top {
	font-size: 1.2rem;
	text-align: center;
	margin-top: 2rem;
}
#sec02_txt_top a {
	display: inline;
	color: #334FD1;
	text-decoration: underline;
}
#sec02_txt_top a:hover {
	display: inline;
	color: #334FD1;
	text-decoration: underline;
}
.sec02_img {
	width: 86%;
	margin: 1rem auto;
	border: solid 1px #3B3939;
}
/* 西平追加画像枠線無し */
.sec025_img {
	width: 86%;
	margin: 1rem auto;
	border: solid 1px #ffffff;
}
.sec03_menu {
	border-collapse: collapse;
	margin: 3rem auto 1rem auto;
	width: 97.4%;
}
.sec03_menu td {
	border: solid 2px #E3630D;
	text-align: center;
	width: 33.3%;
	padding: 1rem 0.5rem;
	font-size: 1.4rem;
}
.sec03_menu_cl {
	background-color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	color: #FA8072;
}
.sec03_menu_no {
	background-color: #C5C5C5;
	color: #000;
	line-height: 120%;
}
.sec03_tbl {
	width: 98%;
	margin: 1rem auto;
	clear: both;
}
.sec03_tbl td {
	background-color: #E98278;
	color: #fff;
	text-align: center;
	border-color: #fff;
	line-height: 120%;
	padding: 4px;
	border: solid 2px #fff;
}
.sec03_tbl img {
	width: 94%;
	margin: 4px auto 0px auto;
}
.sec03_tbl a {
	color: #fff;
}
.sec03_tbl a:hover {
	color: #fff;
}
.sec03_btn {
	background-color: #F75400!important;
	padding: 1.4rem 0rem!important;
}
.mgnbtm_add {
	border-bottom: solid 4px #fff!important;
}
.sec03_txt {
	margin: 0 auto;
	text-align: center;
	font-size: 1.4rem;
	}
.sec03_txt a {
	display: inline;
	color: #1750E9;
	text-decoration: underline;
}
.sec03_txt a:hover {
	color: #1750E9;
	text-decoration: underline;
}
/* 西平追加210516 */
.section03_h3 {
	width: 90%;
	margin: 2.0rem auto 1rem auto;
	color: red;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: left;
}
#sec04_txt01 {
	margin: 2rem auto;
	width: 98%;
	line-height: 140%;
}
#sec04_txt02 {
	margin: 2rem auto;
	width: 98%;
	line-height: 140%;
}
#koto_lg {
	width: 60%;
	margin: 2rem auto;
}
.sec05_date {
	width: 94%;
	color: #C10F12;
	margin: 2rem auto 0.2rem auto;
}
.sec05_txt {
	width: 94%;
	margin: 0px auto;
	line-height: 140%;
}
.sec05_txt a {
	display: inline;
	color: #AA090C;
	text-decoration: none;
}
.sec05_txt a:hover {
	color: #AA090C;
	text-decoration: none;
}
/* 西平追加210513 */

.section06_h3 {
	width: 96%;
	margin: 1.6rem auto 1rem auto;
	color: #000;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: left;
}
#temp_ly {
	margin: 4rem auto;
}
.temp_ly_h2 {
	height: 8rem;
	font-family: "游ゴシック light", sans-serif;
	font-size: 3rem;
	font-weight: bold;
	text-align: left;
	width: 92%;
	margin: 0px auto 6px auto;
	padding: 3rem 0px 0px 0px;
	border-bottom: dotted 2px #5A5454;
}
.temp_ly_txt {
	width: 96%;
	margin: 2rem auto;
	line-height: 140%;
}
.temp_ly_txt a {
	display: inline;
	color: #AA090C;
	text-decoration: none;
}
.temp_ly_txt a:hover {
	color: #AA090C;
	text-decoration: none;
}
.htu_txt_01 {
	text-align: left;
	padding: 4rem 0px 0rem 1.6rem;
	font-size: 2rem;
}
/*西平追加
-------------------------------------*/
.htu_txt_02 {
	text-align: left;
	margin-top: 1rem;
	padding: 4rem 0px 0rem 1.6rem;
	font-size: 1.8rem;
}
/*西平追加210516
-------------------------------------*/
.htu_txt_03 {
	margin: 0 auto;
	text-align: center;
	}
.htu_txt_03 a {
	display: inline;
	color: #1750E9;
	text-decoration: underline;
}
.htu_txt_03 a:hover {
	color: #1750E9;
	text-decoration: underline;
}
/*西平追加
-------------------------------------*/
.htu_txt_04 {
	text-align: left;
	margin-top: 1rem;
	padding: 4rem 0px 1rem 3rem;
	color: red;
	font-size: 1.8rem;
}
.foot_txt{
	margin-bottom: 1rem;
	font-size: 1.3rem;
	color: #D77041;
	}
/*コピーライト
-------------------------------------*/
.copyright {
	display: block;
	padding: 2rem;
	text-align: center;
}
.copyright img {
	width: 30%;
}
/* スマホのみ表示 */
.pc {
	display: none;
}
.sp {
	display: block;
}
}
/*共通
-------------------------------------*/
.mainimg img {
	width: 100vw;
}
/*メインコンテンツ
-------------------------------------*/
main {
	margin: 1rem 0 0 0;
}
.center {
	text-align: center;
	padding-top: 30px;

}
/* 2023_2_22 追記 */
.notice1{
	color: #008000;
	font-weight: bold;
}
.notice2{
	color: #FF0000;
	font-weight: bold;
}
/* 2023_2_22 追記 */
/*フッター
-------------------------------------*/
footer {
	width: 94%;
	margin: 0px auto;
	background-color: #fff;
	padding: 2rem 0;
	border-top: solid 1px #5A5252;
}
footer a:hover {
	color: #666;
}
footer h4 {
	border-bottom: 3px solid #ccc;
}
/*お問い合わせ
-------------------------------------*/
.contact-box {
	border: 1px solid #ccc;
	text-align: center;
	padding: 2rem 0;
}
.table {
	margin: 4rem 0;
}
.table th {
	width: 250px;
}
/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
	position: fixed;
	bottom: 15px;
	right: 15px;
}
#pagetop a {
	display: block;
	background: #FC813E;
	color: #fff;
	width: 50px;
	padding: 10px 5px;
	text-align: center;
}
#pagetop a:hover {
	background: #FC813E;
}

/*ページトップへ戻るボタン（位置変更）
-------------------------------------*/
#pagetop2 {
	position: fixed;
	bottom: 80px;
	right: 15px;
}
#pagetop2 a {
	display: block;
	background: #FC813E;
	color: #fff;
	width: 50px;
	padding: 10px 5px;
	text-align: center;
}
#pagetop2 a:hover {
	background: #FC813E;
}

/*ページ戻るボタン
-------------------------------------*/
#pageret {
	position: fixed;
	bottom: 15px;
	right: 15px;
}
#pageret a {
	display: block;
	background: #FC813E;
	color: #fff;
	width: 50px;
	padding: 10px 5px;
	text-align: center;
}
#pageret a:hover {
	background: #FC813E;
}

/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px) {
/*ヘッダー
-------------------------------------*/
}
/*お問い合わせ
-------------------------------------*/
.table th {
	width: 100%;
	display: block;
}
.table td {
	display: block;
}
}
