@charset "UTF-8";
/* CSS Document */

/* ページ全体 */
body {
	margin: 0;
}

/* 「ヘッダー」ブロック */
header {
	padding: 30px 15px;
}

/* 「フッター」ブロック */
footer {
	background-color: #006834;
}

/* フォント設定 */
body {
font-family: 'M PLUS Rounded 1c', sans-serif;
	font-feature-settings: "palt" 1 ;
}

/* -----------キャッチ画像の背景----------------------------------------------- */
body {
	background-position: 0 130px;
	background-repeat: no-repeat;
	background-image: url(../img/backimg-01.png);
	background-size: 100% auto;
	max-height: 1000px;
}

/* 画像のオーバーフローを防ぐ設定、指定なしで画面サイズ（100％）いっぱいになる */
img {
	width: 100%;
	height: auto;
}

figure {
	margin: 0;
}

/* デフォルト設定の拒否（青色）＆下線の削除 */
a {
	color: inherit;
	text-decoration: none;
}

/* カーソルを重ねた時、少し薄くなる（透明0〜1、不透明） */
/*a:hover {
	opacity: 0.7;
}
*/

/* ヘッダー */
.logo {
	width: 200px;
}

.nav-rogo {
	width: 200px;
	padding: 20px 0 0 0;
}


/* ======= トグルボタン =========================== */


*, *:before, *:after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: inherit;
}
.cp_cont {
	height: -20vh;
}

.cp_offcm01 {
	position: absolute;
	top: 10px;
	right: 20px;
	display: inline-block;
}


/* menu */

.cp_offcm01 .cp_menu {
	position: fixed;
	top: 0;
	right: -100vw;
	width: 170px;
	height: auto;
	padding-bottom: 10px;
	cursor: pointer;
	-webkit-transition: 0.53s transform;
	        transition: 0.53s transform;
	-webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	        transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	background-color: #006834;
	opacity: 0.8;
}
.cp_offcm01 .cp_menu ul {
	margin: 0;
	padding: 0;
}
.cp_offcm01 .cp_menu li {
	list-style: none;
}
.cp_offcm01 .cp_menu li a {
	display: block;
	padding: 20px;
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	}

.cp_offcm01 #cp_toggle01 {
	position: absolute;
	display: none;
	opacity: 0;
}
.cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
	-webkit-transform: translateX(-100vw);
	        transform: translateX(-100vw);
}

/* menu toggle */

.cp_offcm01 #cp_toggle01 ~ label {
	display: block;
	padding: 0.5em;
	cursor: pointer;
	-webkit-transition: 0.5s transform;
	        transition: 0.5s transform;
	-webkit-transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	        transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	text-align: center;
	color: #333333;
}
.cp_offcm01 #cp_toggle01:checked ~ label {
	-webkit-transform: translateX(-250px);
	        transform: translateX(-155px);
}
.cp_offcm01 #cp_toggle01 ~ label::before {
	font-family: "Font Awesome 5 Free";
	content: '\f0c9';
	font-weight: 900;
	font-size: 2em;
}
.cp_offcm01 #cp_toggle01:checked ~ label::before {
	content: '\f00d';
	font-weight: 900;
}

/* contents */

.cp_contents {
	color: #333333;
	text-align: center;
}

/* ナビゲーションメニュー */

nav {
	display: none;
}


/* --- キャッチ --------------------- */

.catch {
	margin-top: 10vw;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.toptitle {
	font-weight: normal;
	font-size: 5vw;
	color: #006834;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-bottom: solid 5px #8ec31e;
	padding-bottom: 10px;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	}



.comment {
	margin: 50px 30px 40px 30px;
}


/* --- 本文 --------------------- */

.contents {
	margin-top: 15vw;
	margin-left: 20px;
	margin-right: 20px;
}

h2 {
	font-size: 4.5vW;
	color: #006834;
	border-bottom: solid 1px #006834;
	padding-bottom: 8px;
	font-weight: normal;
}

.subcopy {
	margin-top: 2vw;
	margin-bottom: 10vw;
	color: #333;
 }
 

table {
	margin-bottom: 10vw;
	color: #333;
	width: auto;
}


.syusyo {
	border: 1px solid #333;
	padding: 10px;
	margin: -7vw auto 3vw 4vw;
}

.signature {
	text-align: right;
	width: 100%;
	margin: 0 0 0 auto;
}
	
/* フッター --------------------------------------*/

footer {
	width: auto;
	font-size: 14px;
	margin: 50px 0 20px;
	color: #FFF;
	padding: 0 25px 20px 25px;
}

.address {
	border-bottom: solid 1px #ffffff;
	padding-bottom: 50px;
	padding-top: 50px;
	margin-bottom: 10px;
}

.this a {
	color: #FFFF99;
	line-height: 2;
}

footer li a:hover {
	color: #FFCCFF;
}

footer p {
	text-align: end;
	font-size: 12px;
}

.footblock-center {
	padding: 20px 0;
	border-top: 1px dashed #FFF;
	border-bottom: 1px dashed #FFF;
	margin: 20px 0;
}


@media (min-width: 820px) {
	
/* PC トグルボタン非表示 */
.cp_cont {
	display: none;
}

nav {
	display: block;
}

/* PC版：コンテナ、ヘッダーの幅 */
.container {
	max-width: 767px;
	margin-left: auto;
	margin-right: auto;
}

/* PC版：「ヘッダー」ブロック内のコンテナ：横一列に並べる */
header .container {
	display: flex;
	justify-content: space-between;
}


body {
	background-position: 0 130px;
	background-repeat: no-repeat;
	background-image: url(../img/backimg-01.png);
	background-size: 100% auto;
	max-height: 1000px;
}


	
/* PC ナビゲーションメニュー */

nav li {
	display: inline;
	font-size: 14px;
}

nav li:not(:last-child) {
	margin-right: 10px;
}

nav {
	margin-top: 50px;
}

nav ul {
	list-style-type: none;
	padding: 0;
}

nav a {
	color: #333333;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}

nav a:hover {
	color: #ef9504;
	border-bottom: 5px solid #8EC31E;
	padding-bottom: 8px;
}


/* PC ナビゲーションメニューend */


/* -----------キャッチ画像の背景----------------------------------------------- */
body {
	background-position: 0 130px;
	background-repeat: no-repeat;
	background-image: url(../img/backimg-01.png);
	background-size: 100% auto;
	max-height: 1000px;
}

/* --- キャッチ --------------------- */

.catch {
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.toptitle {
	font-weight: normal;
	font-size: 4vw;
	color: #006834;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-bottom: solid 5px #8ec31e;
	padding-bottom: 10px;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	}

.comment {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

/* --- 本文 --------------------- */

.contents {
	width: 850px;
	margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
}

h2 {
	font-size: 30px;
	color: #006834;
	border-bottom: solid 1px #006834;
	padding-bottom: 8px;
	font-weight: normal;
}

.subcopy {
	margin-top: 20px;
	margin-bottom: 100px;
	color: #333;
	line-height: 30px;
 }
 

table {
	margin-bottom: 50px;
	color: #333;
	width: auto;
	line-height: 30px;	
}


.syusyo {
	border: 1px solid #333;
	padding: 10px;
	margin: -25px auto 25px 50px;
}

	
/* フッター --------------------------------------*/

footer {
	width: auto;
	font-size: 14px;
	margin: 50px 0 20px;
	color: #FFF;
	padding: 0 25px 20px 25px;
}

.address {
	border-bottom: solid 1px #ffffff;
	padding-bottom: 30px;
	padding-top: 50px;
	margin-bottom: 10px;
}
	
.leftblock {
	margin-left: 100px;
}
}

@media (min-width: 1024px) {

/* PC版：コンテナ、ヘッダーの幅 */
.container {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

/* PC ナビゲーションメニュー */

nav li:not(:last-child) {
	margin-right: 20px;
}

nav a {
	color: #333333;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
}
	
	
/* -----------キャッチ画像の背景----------------------------------------------- */
body {
	background-position: 0 130px;
	background-repeat: no-repeat;
	background-image: url(../img/backimg-01.png);
	background-size: 100% auto;
	max-height: 1000px;
}


/* --- キャッチ --------------------- */

.catch {
	margin-top: 70px;
	width: 1000px;
	margin-left: auto;
	text-align: center;
}

.toptitle {
	font-weight: normal;
	font-size: 40px;
	color: #006834;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-bottom: solid 5px #8ec31e;
	padding-bottom: 10px;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	}

.title {
margin-top: 30px;
}

/* --- フッター --------------------- */

.address div {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	justify-content: space-between;
}

.footblock-center {
	padding: 0;
	margin: 0;
	border-top-style: none;
	border-bottom-style: none;
}


.footblock-left {
	width: auto;
}

.footblock-right {
	width: auto;
}

.footblock-center {
	width: auto;
	margin: 0 50px;
}

}

@media (max-width: 350px) {
	
table {
width: 100%;
word-break: break-all;
word-wrap: break-all;
}


}