@charset "UTF-8";
/*
Theme Name: 株式会社はぴねすせれくと
Description: 株式会社はぴねすせれくとのテーマ
Version: 1.0
Author: Rin.Nakamoto
*/

/*---------------------
header.php
sidebar.php
footer.php
---------------------*/
input {
	all: revert;
}
header{
	color:#ffffff;
	background-color:#e0baad;
	padding:10px 10px 10px 40px;
	position: fixed;
	width:100vw;
	z-index: 1;
}

footer{
	background-color:#e0baad;
	padding:20px 20px 20px 40px;
}

header > div > a > img,
footer > div > a > img{
	width: 300px;
}
	footer > div > a > img {
		display:none;
	}

header li {
	margin-bottom: 20px;
}

#gnav-footer {
	float:right;
}
footer{
	color:#ffffff;
}
footer li {
	float:left;
	margin: 5px;
}
#footer-logo{
	float: left;
}
#footer-nav{
	float: right;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
#footer-nav-gnav{
/*	float: left;*/
}

#footer-nav-copyright{
	margin-bottom: 5px;
}

.float-clear{
	clear:both;
}
#side-nav-gnav{
	z-index:2;
}
#side-nav-gnav > div{
	color:#FFFFFF;
	margin-top:25%;
	text-align:center;
	font-size:1.2vw;
}
#side-nav-gnav > div > img{
	width: 90%;
}
#side-nav-gnav > div > ul{
	margin-top:10%;
	font-size:10pt;
}

/* ハンバーガーアイコンのサイズ感 */
.drawer-hamburger{
	/*padding: 20px;*/
	margin: 5px 80px;
	height:10px;
	width: 20px;
}
/* ハンバーガーアイコンのカラー */
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
	background: #FFF;
}
/* ハンバーガー線の細さ */
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
	height: 2px;
}
/* ナビの背景色 */
.drawer-nav {
	background: #e0baad;
}
/* ナビの背景を前面に出す */
.drawer--left.drawer-open .drawer-nav{
	width: 80%;
}

/* アイコンの位置 */
.drawer--right.drawer-open .drawer-hamburger{
	right:0;
}
.drawer-overlay {
	z-index: 0;
}
/* .drawer--top.drawer-open .drawer-nav {
	top: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
} */

/* .drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
	left: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
} */

/* .drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
	right: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
} */

/*---------------------
- その他設定
---------------------*/
/* menu */
.nav-menu{
	margin:auto;
	padding:50px;
	width:800px;
}
/* アコーディオン */
.acd-menu__box{
	display:none;
	padding-bottom:22px;
}

.drawer--right.drawer-open .drawer-hamburger {
	right: 0px;
}


/************************************
** 投稿・固定ページで使うHTML要素
************************************/
table {
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table th,
table td {
  position: relative;
  padding: 0.5em;
}
table th {
  background-color: var(--cocoon-xx-thin-color);
}
table tr:nth-of-type(2n+1) {
  background-color: var(--cocoon-xxx-thin-color);
}
table:not(.has-border-color) :where(th, td) {
  border: 1px solid var(--cocoon-x-thin-color);
}

.scrollable-table {
  -webkit-overflow-scrolling: touch;
  margin: 0;
}
.scrollable-table.stfc-sticky table:not(.wp-calendar-table) tr > *:first-child {
  background-color: #e9eff2;
  color: var(--cocoon-text-color);
  position: sticky;
  position: -webkit-sticky;
  left: 0;
  z-index: 2;
}

.scrollable-table table {
  border-collapse: collapse;
  max-width: none;
  margin: 0;
}

.scrollable-table th {
  background-color: #eee;
}

.scrollable-table th,
.scrollable-table td {
  white-space: nowrap;
}

.scrollable-table .has-fixed-layout th,
.scrollable-table .has-fixed-layout td {
  white-space: normal;
}

.scrollable-table {
  overflow-x: auto !important;
  overflow-y: hidden !important;
}

figure.wp-block-table table {
  width: auto;
}

figure.wp-block-table.alignwide table,
figure.wp-block-table.alignfull table {
  width: 100%;
}

.main{
	margin: auto;
	width: 100%;
	overflow:hidden;
}

.main figure.wp-block-table {
  width: auto;
  max-width: 100%;
  display: block;
}

figure.wp-block-table table {
  margin-right: auto;
}
figure.wp-block-table.aligncenter table {
  margin-left: auto;
}
figure.wp-block-table.aligncenter figcaption {
  text-align: center;
}
figure.wp-block-table.alignright table {
  margin-left: 0;
}

.scroll-hint-icon-wrap {
  overflow: hidden;
}

.article {
  margin-bottom: 2em;
}
.article dd {
  margin-left: 40px;
}
.article ul li,
.article ol li {
  margin: 0.2em;
}
.article ul ul, .article ul ol,
.article ol ul,
.article ol ol {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}
.article .wp-block-gallery ul {
  padding-left: 0;
}
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  line-height: 1.25;
  font-weight: bold;
}
.article h4,
.article h5,
.article h6 {
  font-size: 20px;
  padding: 9px 10px;
}
.article h2 {
  font-size: 24px;
  padding: 25px;
  background-color: var(--cocoon-xx-thin-color);
  border-radius: var(--cocoon-badge-border-radius);
}
.article h3 {
  border-left: 7px solid var(--cocoon-middle-thickness-color);
  border-right: 1px solid var(--cocoon-thin-color);
  border-top: 1px solid var(--cocoon-thin-color);
  border-bottom: 1px solid var(--cocoon-thin-color);
  font-size: 22px;
  padding: 12px 20px;
}
.article h4 {
  border-top: 2px solid var(--cocoon-thin-color);
  border-bottom: 2px solid var(--cocoon-thin-color);
}
.article h5 {
  border-bottom: 2px solid var(--cocoon-thin-color);
}
.article h6 {
  border-bottom: 1px solid var(--cocoon-thin-color);
}
.article .column-wrap h1, .article .column-wrap h2, .article .column-wrap h3, .article .column-wrap h4, .article .column-wrap h5, .article .column-wrap h6 {
  margin-top: 0;
}


/************************************
** h2-h6の見出し目次に連番を振る
************************************/
.toc.tnt-number-detail ol {
  list-style: none;
  counter-reset: toc;
}
.toc.tnt-number-detail ol li:before {
  margin-right: 6px;
  counter-increment: toc;
  content: counters(toc, ".") ".";
}

.tnt-disc ol {
  list-style-type: disc;
}

.tnt-circle ol {
  list-style-type: circle;
}

.tnt-square ol {
  list-style-type: square;
}

.toc-center {
  margin: 1em auto;
}


/*---------------------
- front-page.php
---------------------*/
.flexbox{
	display:flex;
		justify-content: center;
}
main > section{
	padding:150px 0px 150px 0px;
	/*margin:auto;*/
}
/*---------------------
- section1
---------------------*/

section:nth-of-type(1){
	text-align: center;
}
section:nth-of-type(1) > img{
	width:866px;
}
section:nth-of-type(1) > h2{
	text-align: center;
	color: #8DCE63;
}
section:nth-of-type(1) > h2 > span:nth-of-type(1){
	font-size: 30pt;
	letter-spacing: 20px;
	margin-bottom: 5px;
	display: block;
}
section:nth-of-type(1) > h2 > span:nth-of-type(2){
	font-size: 13pt;
	letter-spacing: 5px;
}
section:nth-of-type(1) > p{
	color: #A67C52;
	font-size: 15pt;
	letter-spacing: 5px;
	line-height: 200%;
}
/*---------------------
- section2
---------------------*/
	section:nth-of-type(1) > h2 > span:nth-of-type(3) {
			display:none;
	}

section:nth-of-type(2){
	text-align: center;
	background-color:#FFFDF9;
}
section:nth-of-type(2) > h2{
	margin:0px auto 60px auto;
	/*margin-bottom: 60px;*/
	width: 250px;
	color:#736357;
}
section:nth-of-type(2) > h2 > span:nth-of-type(1){
	font-size: 20pt;
	border-bottom: solid 1px #E0BAAC;
	display: block;
	padding-bottom: 15px;
	letter-spacing: 5px;
}
section:nth-of-type(2) > h2 > span:nth-of-type(2){
	/*width: inherit;*/
	display: block;
	font-size: 8pt;
	letter-spacing: 5px;
}

main > section:nth-of-type(2) > div:nth-of-type(1){
	margin:0px auto 85px auto;
	width:fit-content;
}
section:nth-of-type(2) > div:nth-of-type(2){
	margin:0px auto 85px auto;
	width: fit-content;
}

section:nth-of-type(2) > div:nth-of-type(2)> div{
	color:#73AC99;
	font-size: 11pt;
	width: 230px;
	height: 82px;
	padding: 34px;
}

section:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(1){
	background-image:url("./img/policy_1.png");
	background-size: cover;

}
section:nth-of-type(2) > div:nth-of-type(2)> div:nth-of-type(2){
	background-image:url("./img/policy_2.png");
	background-size: cover;

}
section:nth-of-type(2) > div:nth-of-type(2)> div:nth-of-type(3){
	background-image:url("./img/policy_2.png");
	background-size: cover;

}

section:nth-of-type(2) > h3{
	margin:0px auto 30px auto;
	width:fit-content;
	color:#736357;
	font-size: 14pt;
}
section:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) >h3{
	font-size: 18pt;
	letter-spacing: 12px;
	width: fit-content;
	color: #73AC99;
	margin-top:75px;
}
section:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) >img{
	width: 200px;
	margin-left: 10%;
}
section:nth-of-type(2) > ul{
	text-align:left;
	margin:0px auto 60px auto;
	width: fit-content;
	color:#736357;
	list-style-type: disc;
}
section:nth-of-type(2) > ul > li{
	font-size: 10pt;

	margin-bottom:10px;
}
section:nth-of-type(2) > p:nth-of-type(1){
	text-align:left;
	color: #A67C52;
	letter-spacing: 5px;
	width: fit-content;
	margin: 0px auto 120px auto;
	font-size: 10pt;
}
section:nth-of-type(2) > div:nth-of-type(3) {
	margin: auto;
	width: fit-content;
}
section:nth-of-type(2) > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1){
	padding-right: 30px;
}
section:nth-of-type(2) > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) >img{
	width: 115px;
}
section:nth-of-type(2) > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(2) >p{
	text-align:left;
	color: #A67C52;
	letter-spacing: 5px;
	width: fit-content;
	font-size: 10pt;
}


/*---------------------
- section3
---------------------*/
section:nth-of-type(3){
	text-align: center;
	background-color:#E0BAAC;
}
section:nth-of-type(3) > h2{
	margin:0px auto 60px auto;
	width: 250px;
	color:#736357;
}
section:nth-of-type(3) > h2 > span:nth-of-type(1){
	font-size: 20pt;
	border-bottom: solid 1px #534741;
	display: block;
	padding-bottom: 15px;
	letter-spacing: 5px;
}
section:nth-of-type(3) > h2 > span:nth-of-type(2){
	/*width: inherit;*/
	display: block;
	font-size: 8pt;
	letter-spacing: 5px;
}
section:nth-of-type(3) > div:nth-of-type(1){
	margin: auto;
	width: fit-content;

}
section:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2){
	background-color: #e6c8bd;
		border-radius: 15px;
		padding: 25px 40px;
		width:38vw;
		max-width: 745px;
}
section:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > p{
	text-align:left;
	color: #736357;
	/*letter-spacing: 5px;*/
	width: fit-content;
	font-size: 10pt;
	line-height: 150%;
}
section:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) {
	width:34vw;
}
section:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > img{
	width: 15vw;
	margin-bottom:20px;
}
section:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > p{
	color: #FFFFFF;
	font-size: 15pt;
	letter-spacing: 5px;
	line-height: 200%;
}
section:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > p > strong:nth-of-type(1){
	font-size: 18pt;
}
section:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > p > span:nth-of-type(1){
	font-size: 15pt;
}
section:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > p > span:nth-of-type(2){
	text-align:left;
		width: fit-content;
	display: block;
	float: right;
}
section:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > p > span:nth-of-type(2) > span:nth-of-type(1){
	display:block;
	width:100%;
	font-size:8pt;
}

/*---------------------
- SVG波
---------------------*/
main > svg:nth-of-type(1){
	background-color: #e0baac;

}

/*---------------------
- section4
---------------------*/
section:nth-of-type(4){
	text-align: center;
}
section:nth-of-type(4) > h2{
	margin:0px auto 60px auto;
	width: 250px;
	color:#736357;
}
section:nth-of-type(4) > h2 > span:nth-of-type(1){
	font-size: 20pt;
	border-bottom: solid 1px #534741;
	display: block;
	padding-bottom: 15px;
	letter-spacing: 5px;
}
section:nth-of-type(4) > h2 > span:nth-of-type(2){
	display: block;
	font-size: 8pt;
	letter-spacing: 5px;

}
section:nth-of-type(4) > p{
	text-align:center;
	color: #736357;
	letter-spacing: 5px;
	width: fit-content;
	font-size: 10pt;
	margin:auto;
	line-height: 500%;

}
section:nth-of-type(4) > p > span{
	font-size: 15pt;
}
/*---------------------
- SVG波
---------------------*/
main > svg:nth-of-type(2){
	background-color: #FFFFFF;
}

/*---------------------
- section5
---------------------*/
main > section:nth-of-type(5){
	color:#FFFFFF;
	background-color:#9dc5b8;
	text-align: center;
}
section:nth-of-type(5) > h2{
	margin:0px auto 60px auto;
	width: 250px;
	color:#FFFFFF;
}
section:nth-of-type(5) > h2 > span:nth-of-type(1){
	font-size: 20pt;
	border-bottom: solid 1px #FFFFFF;
	display: block;
	padding-bottom: 15px;
	letter-spacing: 5px;
}
section:nth-of-type(5) > h2 > span:nth-of-type(2){
	display: block;
	font-size: 8pt;
	letter-spacing: 5px;
}
section:nth-of-type(5) > p{
	text-align:center;
	letter-spacing: 5px;
	width: fit-content;
	font-size: 10pt;
	margin: 0px auto 80px auto;
	line-height: 400%;

}
section:nth-of-type(5) > ul{
	text-align:left;
	letter-spacing: 5px;
	width: fit-content;
	font-size: 10pt;
	list-style-type:disc;
	margin: auto;
}
section:nth-of-type(5) > ul > li{
	margin-bottom:40px;
}
section:nth-of-type(5) > ul > li::marker{
	font-size:5pt;
}

/*---------------------
- SVG波
---------------------*/
main > svg:nth-of-type(3){
	background-color: #9dc5b8;
}

/*---------------------
- section6
---------------------*/
main > section:nth-of-type(6){
	color:#FFFFFF;
	background-color:#73AC99;
	text-align: center;
}
section:nth-of-type(6) > h2{
	margin:0px auto 60px auto;
	width: 250px;
	color:#FFFFFF;
}
section:nth-of-type(6) > h2 > span:nth-of-type(1){
	font-size: 20pt;
	border-bottom: solid 1px #FFFFFF;
	display: block;
	padding-bottom: 15px;
	letter-spacing: 5px;
}
section:nth-of-type(6) > h2 > span:nth-of-type(2){
	display: block;
	font-size: 8pt;
	letter-spacing: 5px;
}
main > section:nth-of-type(6) > div:nth-of-type(1){
	margin: auto;
	width: fit-content;
	padding-left: 160px;
}
section:nth-of-type(6) > div:nth-of-type(1) > h3{
	text-align: left;
	margin-bottom: 30px;
}
section:nth-of-type(6) > div:nth-of-type(1)  > ol{
	text-align:left;
	letter-spacing: 5px;
	width: fit-content;
	font-size: 10pt;
	list-style-type:decimal;
	margin: 0px 0px 100px 50px;
}
section:nth-of-type(6)  > div:nth-of-type(1) > ol > li{
	margin-bottom:40px;
}

section:nth-of-type(6) > div:nth-of-type(1)  > ul{
	text-align:left;
	letter-spacing: 5px;
	width: fit-content;
	font-size: 10pt;
	list-style-type:disc;
	margin-left: 50px;
}
section:nth-of-type(6) > div:nth-of-type(1)  > ul > li{
	margin-bottom:40px;
}
section:nth-of-type(6) > div:nth-of-type(1)  > ul > li::marker{
	font-size:5pt;
}
section:nth-of-type(6) > svg{
	width: 330px;
	position:relative;
}
section:nth-of-type(6) > svg:nth-of-type(1){
	left: -4%;
	float: left;
	top: -265px;
}
section:nth-of-type(6) > svg:nth-of-type(2){
	left: 47%;
	top: 215px;
}
section:nth-of-type(6) > svg > text > textpath{
	font-size: 24px;
	/*font-family: 'Glory', sans-serif;*/
	letter-spacing: 2px;
	color:#FFFFFF;
}
/*---------------------
- SVG波
---------------------*/
main > svg:nth-of-type(4){
	background-color: #9dc5b8;
}
/*---------------------
- section7
---------------------*/
section:nth-of-type(7){
	color:#FFFFFF;
	background-color:#9dc5b8;
	text-align: center;
}
section:nth-of-type(7) > h2{
	margin:0px auto 60px auto;
	width: 250px;
	color:#FFFFFF;
}
section:nth-of-type(7) > h2 > span:nth-of-type(1){
	font-size: 20pt;
	border-bottom: solid 1px #FFFFFF;
	display: block;
	padding-bottom: 15px;
	letter-spacing: 5px;
}
section:nth-of-type(7) > h2 > span:nth-of-type(2){
	display: block;
	font-size: 8pt;
	letter-spacing: 5px;
}
section:nth-of-type(7) > p{
	text-align:center;
	letter-spacing: 5px;
	width: fit-content;
	font-size: 10pt;
	margin: 0px auto 80px auto;
	line-height: 400%;

}

/*---------------------
- section8
---------------------*/

section:nth-of-type(8){
	background-image:url("./img/hapisele_bg2.jpg");
	background-size: cover;
	text-align: center;
	color:#FFFFFF;
	text-shadow:#00106D 1px 1px 10px, #00106D -1px 1px 10px , #00106D 1px -1px 10px, #00106D -1px -1px 10px;
	margin-bottom:30px;
}
section:nth-of-type(8) > h2{
	margin:0px auto 60px auto;
	width: 250px;
}
section:nth-of-type(8) > h2 > span:nth-of-type(1){
	background-image:url("./img/hapisele_bg1.png");
	background-size: cover;
	font-size: 9pt;
	letter-spacing: 5px;
	display: block;
	font-size: 8pt;
	letter-spacing: 4px;
	padding: 18px 15px 15px 25px;
	width: 100%;
	box-sizing: border-box;
}
section:nth-of-type(8) > h2 > span:nth-of-type(2){
	font-size: 20pt;
	border-bottom: solid 1px #534741;
	display: block;
	padding-bottom: 15px;
	letter-spacing: 5px;
}
section:nth-of-type(8) > h2 > span:nth-of-type(3){
	display: block;
	font-size: 8pt;
	letter-spacing: 5px;
}
section:nth-of-type(8) > p:nth-of-type(1){
	font-size: 13pt;
	display: block;
	letter-spacing: 10px;
	line-height: 200%;
	margin-bottom: 60px;
}
section:nth-of-type(8) > p:nth-of-type(2){
	font-size: 9pt;
	display: block;
	letter-spacing: 1px;
	line-height: 400%;
	text-align: left;
	width: fit-content;
	margin: auto;
	/* padding-left: 0px; */
	box-sizing: border-box;
}

/*---------------------
- section9
---------------------*/
section:nth-of-type(9){
	text-align: center;
	color:#534741;
}
section:nth-of-type(9) > h2{
	margin:0px auto 20px auto;
	font-size: 16pt;
	letter-spacing: 5px;
	display: block;
	width: 100%;
	box-sizing: border-box;
}
section:nth-of-type(9) > p:nth-of-type(1){
	font-size: 9pt;
	display: block;
	letter-spacing: 1px;
	line-height: 200%;
}
section:nth-of-type(9) > img{
	position:relative;
}
section:nth-of-type(9) > img:nth-of-type(1){
	left: -330px;
	top: 200px;
	width: 140px;
	z-index:-1;
}

section:nth-of-type(9) > img:nth-of-type(2){
	left: 335px;
	top: -65px;
	width: 155px;
	z-index:-1;

}

/*---------------------
- section10
---------------------*/
section:nth-of-type(10){
	text-align: center;
	color:#534741;
}
section:nth-of-type(10) > h2{
	margin:0px auto 20px auto;
	font-size: 16pt;
	letter-spacing: 5px;
	display: block;
	width: 100%;
	box-sizing: border-box;
}
section:nth-of-type(10) > ul:nth-of-type(1){
	font-size: 9pt;
	display: block;
	letter-spacing: 1px;
	line-height: 200%;
	text-align:left;
	width: fit-content;
	margin: auto;
}
/*---------------------
- section11
---------------------*/
section:nth-of-type(11){
	text-align: center;
	color:#534741;
}
section:nth-of-type(11) > h2{
	margin:0px auto 20px auto;
	font-size: 16pt;
	letter-spacing: 5px;
	display: block;
	width: 100%;
	box-sizing: border-box;
}
section:nth-of-type(11) > p:nth-of-type(1){
	font-size: 9pt;
	display: block;
	letter-spacing: 1px;
	line-height: 200%;
}

/*---------------------
- section12
---------------------*/
section:nth-of-type(12){
	text-align: center;
	padding:120px 0px;
}
section:nth-of-type(12) > h2{
	margin:0px auto 60px auto;
	width: 250px;
	color: #736357;
}
section:nth-of-type(12) > h2 > span:nth-of-type(1){
	font-size: 20pt;
	border-bottom: solid 1px ;
	display: block;
	padding-bottom: 15px;
	letter-spacing: 5px;
}
section:nth-of-type(12) > h2 > span:nth-of-type(2){
	display: block;
	font-size: 8pt;
	letter-spacing: 5px;
}
section:nth-of-type(12) > p{
	text-align:center;
	letter-spacing: 5px;
	width: fit-content;
	font-size: 10pt;
	margin: 0px auto 80px auto;
	line-height: 400%;

}
section:nth-of-type(12) > section{
	width:1024px;
	border-radius:30px;
	margin:8.5vw auto;
	padding-bottom:30px;
	overflow:hidden;
}
section:nth-of-type(12) > section:nth-of-type(even){
	background: linear-gradient(to right, #f6eeeb, #E0BAAC);
	background: -moz-linear-gradient(left, #f6eeeb, #E0BAAC);
	background: -webkit-linear-gradient(left, #f6eeeb, #E0BAAC);
}
section:nth-of-type(12) > section:nth-of-type(odd){
	background: linear-gradient(to left, #f6eeeb, #E0BAAC);
	background: -moz-linear-gradient(rightt, #f6eeeb, #E0BAAC);
	background: -webkit-linear-gradient(tight, #f6eeeb, #E0BAAC);
}


section:nth-of-type(12) > section:nth-of-type(odd) > h3{
	background-color: #FFFFFF;
	width: fit-content;
	border-radius: 0px 25px 25px 0px;
	float: left;
	text-align: center;
	padding: 10px 56px;
	margin: 50px 0px;
	font-size: 16pt;
	letter-spacing: 3px;
	color: #736357;
}

section:nth-of-type(12) > section:nth-of-type(odd) > h3{
	background-color: #FFFFFF;
	width: fit-content;
	border-radius: 25px 0 0 25px;
	float: right;
	text-align: center;
	padding: 10px 56px;
	margin-top: 40px;
	font-size: 16pt;
	letter-spacing: 3px;
	color: #736357;
}

section:nth-of-type(12) > section:nth-of-type(even) > h3{
	background-color: #FFFFFF;
	width: fit-content;
	border-radius: 0px 25px 25px 0px;
	float: left;
	text-align: center;
	padding: 10px 56px;
	margin: 50px 0px;
	font-size: 16pt;
	letter-spacing: 3px;
	color: #736357;
}

section:nth-of-type(12) > section:nth-of-type(odd) > img:nth-of-type(1){
	float: left;
	width: 33%;
	margin-right: 80px;
}
section:nth-of-type(12) > section:nth-of-type(odd) > img:nth-of-type(2){
	float: left;
	width:33%;
}
section:nth-of-type(12) > section:nth-of-type(even) > img:nth-of-type(1){
	float: right;
	width: 26%;
	margin: 5px 100px 25px 0px;
}
section:nth-of-type(12) > section:nth-of-type(even) > img:nth-of-type(2){
	float: right;
	width:33%;
}
section:nth-of-type(12) > section:nth-of-type(odd) > div:nth-of-type(1){
	clear:both;
	float: left;
	width: 63%;
}
section:nth-of-type(12) > section:nth-of-type(even) > div:nth-of-type(1){
	clear:both;
	float: right;
	width: 63%;
}
section:nth-of-type(12) > section > div:nth-of-type(1) > p:nth-of-type(1){
text-align: center;
	color: #483a31;
	font-size: 22pt;
	margin-bottom: 15px;
	letter-spacing: 4px;
	
}
section:nth-of-type(12) > section > div:nth-of-type(1) > p:nth-of-type(2){
	background-color: #FFFFFF;
	text-align:center;
		padding: 11px 0px;
	color: #d5b9a9;
	letter-spacing: 1px;
}
section:nth-of-type(12) > section > div:nth-of-type(1) > div:nth-of-type(1) > p:nth-of-type(1){
	padding: 20px 0px 20px 0px;
	width: fit-content;
	margin: auto;
	text-align: left;
	color: #705d51;
	line-height: 165%;
	font-size: 16px;
	letter-spacing: 1px;
}
section:nth-of-type(12) > section > div:nth-of-type(1) > div:nth-of-type(2){
	background-color: #fdf9f8;
	width: fit-content;
	line-height: 180%;
	margin: auto;
	padding: 15px 40px;
	font-size: 8pt;
	color: #91857c;
	text-align:left;
}
/*---------------------
- section12-1
---------------------*/
section:nth-of-type(12) > section:nth-of-type(1) > img:nth-of-type(1){
	margin-top: 25px;
	width: 23%;
}
/*---------------------
- section12-1
---------------------*/
section:nth-of-type(12) > section:nth-of-type(2) > img:nth-of-type(2) {
	margin: 20px 0px 0px 0px;
}
/*---------------------
- section12-3
---------------------*/
section:nth-of-type(12) > section:nth-of-type(3) > div:nth-of-type(1) > p:nth-of-type(1){
   letter-spacing: 7px;
}
section:nth-of-type(12) > section:nth-of-type(3) > img:nth-of-type(1){
	margin: 10px 10px 0px 0px;
}
/*---------------------
- section12-5
---------------------*/
section:nth-of-type(12) > section:nth-of-type(5) > div:nth-of-type(1) > p:nth-of-type(1){
	letter-spacing: 0px;
}
/*---------------------
- section12-6
---------------------*/
section:nth-of-type(12) > section:nth-of-type(6) > div:nth-of-type(1) > p:nth-of-type(1){
   letter-spacing: 7px;
}
section:nth-of-type(12) > section:nth-of-type(6) > img:nth-of-type(1){
	margin: 10px 10px 0px 0px;
}

/*---------------------
- section13
---------------------*/
section:nth-of-type(13){
	text-align: center;
}
section:nth-of-type(13) >div:nth-of-type(1) > p:nth-of-type(1) {
	background-color: #FFFFFF;
	color: #524741;
}
section:nth-of-type(13) > h2{
	margin:0px auto 60px auto;
	width: 250px;
	color:#736357;
}
section:nth-of-type(13) > table{
	margin:0px auto;
	color:#736357;
	width: 1024px;
	z-index:-1;
}
section:nth-of-type(13) > table > caption{
	text-align:center;
}
section:nth-of-type(13) > table > caption > h3 > span:nth-of-type(1){
font-size: 15pt;
	letter-spacing: 13pt;
	font-weight:700;
}
section:nth-of-type(13) > table > caption > h3 > span:nth-of-type(2){
letter-spacing: 4pt;
	display: block;
	margin: 10px 0px;
}
section:nth-of-type(13) > table > thead > tr > th,
section:nth-of-type(13) > table > tbody > tr > th{
	border-collapse:collapse;
	border:solid 2px#FFFFFF;
	background-color:#e6e6e6;
	padding: 15px;
	width:fit-content;
	font-weight: 500;
	text-align: center;
	font-size: 10pt;
}
section:nth-of-type(13) > h2 > span:nth-of-type(1){
	font-size: 22pt;
	border-bottom: solid 1px #534741;
	display: block;
	padding-bottom: 15px;
	letter-spacing: 4pt;
	font-weight: 700;
}
section:nth-of-type(13) > h2 > span:nth-of-type(2){
	display: block;
	font-size: 16px;
	   letter-spacing: 3pt;
	display: block;
}
section:nth-of-type(13) > small{
	text-align: right;
	width: 1024px;
	display: block;
	margin: auto;
}

section:nth-of-type(13) > div:nth-of-type(1){
	margin: 40px auto;
	display: inline-block;
	background-color: #FFFFFF;
	margin: 30px auto 30px auto;
	width: fit-content;
	border: solid 2px #524741;
}

section:nth-of-type(13) >div > p{
	width: 1024px;
	color: #ffffff;
	margin: auto;
	background-color: #524741;
	padding: 20px;
	text-align: left;
	line-height: 200%;
}
section:nth-of-type(13) > div > h3{
	color: #524741;
	margin: 15px;
}

section:nth-of-type(13) >div{
	margin: 75px auto;
}

section:nth-of-type(13) >div:nth-of-type(1) > p:nth-of-type(1) {
	background-color: #FFFFFF;
	color: #524741;
}
section:nth-of-type(13) >div:nth-of-type(1) > div:nth-of-type(1){
	padding: 20px;
	color: #524741;
	display: inline-block;
	margin-bottom: 20px;
	transition: all 0.5s 0s ease;
}
section:nth-of-type(13) >div:nth-of-type(1) > div:nth-of-type(1):hover{
	background-color: #524741;
	color:#FFFFFF;
}

/*---------------------
- section14 よくあるご質問
---------------------*/
section:nth-of-type(14){
	text-align: center;
	padding:0px;
}
section:nth-of-type(14) > h2{
	margin:0px auto 60px auto;
	width: 250px;
	color:#736357;
}
section:nth-of-type(14) > table{
	margin:0px auto;
	color:#736357;
	width:50%;
}



/*---------------------
- section15 お客様の声・導入事例
---------------------*/
section:nth-of-type(15){
	text-align: center;
	padding:120px 0px;
	background-color: #bad5cc;
	color:#FFFFFF;
}
section:nth-of-type(15) > h2{
	margin:0px auto 60px auto;
	width: 250px;
}
section:nth-of-type(15) > h2 > span:nth-of-type(1){
	font-size: 20pt;
	border-bottom: solid 1px ;
	display: block;
	padding-bottom: 15px;
	letter-spacing: 5px;
}
section:nth-of-type(15) > h2 > span:nth-of-type(2){
	display: block;
	font-size: 8pt;
	letter-spacing: 5px;
}
section:nth-of-type(15) > p:nth-of-type(1){
	margin-bottom:20px;
}
section:nth-of-type(15) > p:nth-of-type(2){
	text-align: left;
	letter-spacing: 1px;
	width: 1024px;
	font-size: 10pt;
	margin: 0px auto 20px auto;
	line-height: 170%;
	background-image: url(./img/speech_bubble_1.png);
	background-size: 100%;
	padding: 55px 0vw 0vw 180px;
	box-sizing: border-box;
	/* width: 50vw; */
	background-size: 100%;
	background-repeat: no-repeat;
	color: #000000;
	height: 200px;
}
section:nth-of-type(15) > p:nth-of-type(2) > span:nth-of-type(1){
	color:#645a4e;
}
section:nth-of-type(15) > p:nth-of-type(3){
	text-align: left;
	letter-spacing: 1px;
	width: 1024px;
	font-size: 10pt;
	margin: 0px auto 20px auto;
	line-height: 170%;
	background-image: url(./img/speech_bubble_2.png);
	background-size: 100%;
	padding: 55px 0vw 0vw 180px;
	box-sizing: border-box;
	/* width: 50vw; */
	background-size: 100%;
	background-repeat: no-repeat;
	color: #000000;
	height: 200px;
}
section:nth-of-type(15) > p:nth-of-type(3) > span:nth-of-type(1){
	color:#645a4e;
}
section:nth-of-type(15) > p:nth-of-type(4){
	text-align: left;
	letter-spacing: 1px;
	width: 1024px;
	font-size: 10pt;
	margin: 0px auto 20px auto;
	line-height: 170%;
	background-image: url(./img/speech_bubble_3.png);
	background-size: 100%;
	padding: 55px 0vw 0vw 180px;
	box-sizing: border-box;
	/* width: 50vw; */
	background-size: 100%;
	background-repeat: no-repeat;
	color: #000000;
	height: 200px;
}
section:nth-of-type(15) > p:nth-of-type(4) > span:nth-of-type(1){
	color:#645a4e;
}
section:nth-of-type(15) > div:nth-of-type(1){
	margin: 0px auto 80px auto;
	width: fit-content;
}
section:nth-of-type(15) > div:nth-of-type(1) > p:nth-of-type(1){
	text-align:left;
	letter-spacing: 1px;
	width: fit-content;
	font-size: 9pt;
	line-height: 150%;
	margin-left:430px;
	color:#645a4e;

}
section:nth-of-type(15) > p:nth-of-type(5){
	color:#645a4e;
	
}
/*---------------------
- section16 コーチ・講師
---------------------*/
section:nth-of-type(16){
	text-align: center;
	padding:120px 0px;
}
section:nth-of-type(16) > h2{
	margin:0px auto 60px auto;
	width: 320px;
	color: #736357;
}
section:nth-of-type(16) > h2 > span:nth-of-type(1){
	font-size: 20pt;
	border-bottom: solid 1px ;
	display: block;
	padding-bottom: 15px;
	letter-spacing: 5px;
}
section:nth-of-type(16) > h2 > span:nth-of-type(2){
	display:inline-block;
	font-size: 8pt;
	letter-spacing: 5px;
}
section:nth-of-type(16) > div > div{
	text-align: center;
	width: 17vw;
}
section:nth-of-type(16) > div > div > img{
	width:7vw;
}

section:nth-of-type(16) > div > div > span{
	display:inline-block;
	width:100%;
}
section:nth-of-type(16) > div > div > span:nth-of-type(1){
	font-size: 18pt;
	letter-spacing: 12px;
	margin: 20px 0 10px 0;
}
section:nth-of-type(16) > div > div > span:nth-of-type(2){
font-size: 8pt;
	letter-spacing: 3px;
	margin: 0px 0 25px 0;
}
section:nth-of-type(16) > div > div > ul:nth-of-type(1){
font-size: 8pt;
	letter-spacing: 3px;
	margin: 0px 0 25px 0;
}
section:nth-of-type(16) > div:nth-of-type(1){
	text-align:left;
	letter-spacing: 1px;
	width: fit-content;
	font-size: 10pt;
	margin: 0px auto 20px auto;
	line-height: 150%;
	box-sizing: border-box;
	width: 50vw;
	background-repeat: no-repeat;
	color:#645a4e;
}


/*---------------------
- section17 コンタクト
---------------------*/
section:nth-of-type(17){
	text-align: center;
background-color: #f5e3df;
}

section:nth-of-type(17) > h2{
	margin:0px auto 60px auto;
	/*margin-bottom: 60px;*/
	width: 250px;
	color:#736357;
}
section:nth-of-type(17) > h2 > span:nth-of-type(1){
	font-size: 20pt;
	border-bottom: solid 1px #E0BAAC;
	display: block;
	padding-bottom: 15px;
	letter-spacing: 5px;
}
section:nth-of-type(17) > h2 > span:nth-of-type(2){
	display: block;
	font-size: 8pt;
	letter-spacing: 5px;
}
section:nth-of-type(17) > div:nth-of-type(1){
	width: 35vw;
	margin:0px auto 100px auto;
	color:#76655d;
}
section:nth-of-type(17) > div:nth-of-type(1) > p:nth-of-type(1){
	font-size: 9.5pt;
	letter-spacing: 2px;
	margin: 0 0 50px 0;
	line-height: 150%;
}
section:nth-of-type(17) > div:nth-of-type(1) > div:nth-of-type(1){
	text-align: left;
	font-size: 8pt;
	letter-spacing: 2px;
	margin-left: 5.5vw;
	width: fit-content;
	line-height: 200%;
}
section:nth-of-type(17) > div:nth-of-type(1) > div:nth-of-type(1) > p:nth-of-type(1){
	margin-left: 0.5vw;
}
section:nth-of-type(17) > div:nth-of-type(1) > div:nth-of-type(1) > ul:nth-of-type(1){
	list-style: disc;
	margin: 0 0 50px 2vw;
}
section:nth-of-type(17) > div:nth-of-type(2){
	width: 30vw;
	margin:0px auto 100px auto;
	color:#76655d;
}
section:nth-of-type(17) > div:nth-of-type(2) > div:nth-of-type(1){
	width: 100%;
}
section:nth-of-type(17) > div:nth-of-type(2) > h3:nth-of-type(1){
	font-size: 14pt;
	font-weight: 700;
	margin-bottom: 30px;
	letter-spacing: 3px;
}
section:nth-of-type(17) > div:nth-of-type(2) > p:nth-of-type(1){
	font-size: 8pt;
	letter-spacing: 3px;
	margin-bottom: 30px;
}
section:nth-of-type(17) > div:nth-of-type(2) >  div:nth-of-type(1) > a:nth-of-type(1){
	display: inline-block;
	background-color: #06c755;
	margin: 0px auto 30px auto;
	width: fit-content;
	border-radius: 30px;
	padding: 10px 30px;
}
section:nth-of-type(17) > div:nth-of-type(2) > img:nth-of-type(1){
  width: 240px;
}

section:nth-of-type(17) > div:nth-of-type(3){
	width: 40vw;
	margin:0px auto 100px auto;
	color:#76655d;
}
section:nth-of-type(17) > div:nth-of-type(3) > div:nth-of-type(1){
	width: 100%;
}
section:nth-of-type(17) > div:nth-of-type(3) > h3:nth-of-type(1){
	font-size: 14pt;
	font-weight: 700;
	margin-bottom: 30px;
}
   section:nth-of-type(17) > div:nth-of-type(3) > p:nth-of-type(1){
font-size: 8pt;
	letter-spacing: 3px;
	margin-bottom: 30px;
} 
section:nth-of-type(17) > div:nth-of-type(3) > a:nth-of-type(1){
display:inline-block;
width:100%;
}
section:nth-of-type(17) > div:nth-of-type(3) >  div:nth-of-type(1) > a:nth-of-type(1){
	display: inline-block;
	background-color: #FFFFFF;
	margin: 0px auto 30px auto;
	width: fit-content;
	padding: 20px 50px;
}

section:nth-of-type(17) > div:nth-of-type(4){
	width: 35vw;
	margin:0px auto 50px auto;
	color:#76655d;
}
section:nth-of-type(17) > div:nth-of-type(4) > h3:nth-of-type(1){
font-size: 14pt;
	font-weight: 700;
	margin-bottom: 30px;
}
section:nth-of-type(17) > div:nth-of-type(4) > p:nth-of-type(1){
display:inline-block;
width:100%;
}
section:nth-of-type(17) > div:nth-of-type(4) > p:nth-of-type(1){
	font-size: 8pt;
	letter-spacing: 3px;
	margin-bottom: 30px;
}
section:nth-of-type(17) > div:nth-of-type(4) > a:nth-of-type(1){
display:inline-block;
width:100%;
}
section:nth-of-type(17) > div:nth-of-type(4) >  div:nth-of-type(1) > a:nth-of-type(1){
	display: inline-block;
	background-color: #998676;
	color:#FFFFFF;
	margin: 0px auto 30px auto;
	width: fit-content;
	border-radius: 30px;
	padding: 10px 30px;
}


/*---------------------
- section18 よくある質問
---------------------*/
section:nth-of-type(18){
	text-align: left;
}
section:nth-of-type(18) > h2{
	margin:0px auto 60px auto;
	width: 280px;
	color:#736357;
	font-size: 18pt;
	font-weight: 700;
}
section:nth-of-type(18) > dl,
section:nth-of-type(18) > p:nth-of-type(1){
	margin: 0 auto 45px auto;
	display: block;
	width: 1024px;
	line-height: 280%;
	font-size: 8.5pt;
	letter-spacing: 5px;
}
section:nth-of-type(18) > dl{
	overflow:hidden;
	padding: 20px;
}
section:nth-of-type(18) > dl > dt{
	color:#71b09b;
}
section:nth-of-type(18) > dl > dd,
section:nth-of-type(18) > p:nth-of-type(1){
	color:#76655d;
		width: fit-content;

}
section:nth-of-type(18) > dl > dd > span:nth-of-type(1){
	width:fit-content;
	float:left;
}
section:nth-of-type(18) > dl > dd > span:nth-of-type(2){
	width:fit-content;
	float:left;
	width:95%;

}

/*---------------------
- section19 アクセス
---------------------*/
section:nth-of-type(19){
	text-align: center;
}

section:nth-of-type(19) > h2{
	margin:0px auto 60px auto;
	/*margin-bottom: 60px;*/
	width: 250px;
	color:#736357;
}
section:nth-of-type(19) > h2 > span:nth-of-type(1){
	font-size: 20pt;
	border-bottom: solid 1px #E0BAAC;
	display: block;
	padding-bottom: 15px;
	letter-spacing: 5px;
}
section:nth-of-type(19) > h2 > span:nth-of-type(2){
	display: block;
	font-size: 8pt;
	letter-spacing: 5px;
}
section:nth-of-type(19) > div:nth-of-type(1) >  div:nth-of-type(1) > iframe:nth-of-type(1){
	border: 0;
	width: 35vw;
	height: 30vw;
}
section:nth-of-type(19) > div:nth-of-type(1) >  div:nth-of-type(2) > p:nth-of-type(1){
	text-align:left;
	color:#76655d;
	letter-spacing: 2px;
	line-height: 170%;
	margin: 3vw 3vw 3vw 3vw;
}
section:nth-of-type(19) > div:nth-of-type(1) >  div:nth-of-type(2) > a:nth-of-type(1){
	display: inline-block;
	background-color: #998676;
	color:#FFFFFF;
	margin: 0px auto 30px auto;
	width: fit-content;
	border-radius: 30px;
	padding: 10px 30px;
}

/*---------------------
- 問い合わせフォーム
---------------------*/
#wpcf7-f24-o1{
	text-align:left;
	background-color: #f3e3de;
	margin-top: -85px;
	padding: 50px
}
#wpcf7-f24-o1 p{
	margin-bottom: 30px;
}
#wpcf7-f24-o1 span{
	margin-top: 10px;
	display: inline-block;
}

.wpcf7-text,
#wpcf7-f24-o1 textarea{
	border: 2px #A67C52 solid;
	border-radius: 7px;
	width: 100%;
	padding:5px;
	box-sizing:border-box;
}

#wpcf7-f24-o1 input[type="submit"]{
	text-align: center;
	width: 65px;
	border-radius: 5px;
   padding: 1px;
	height:30px;
}
#wpcf7-f24-o1 input[type="text"],
#wpcf7-f24-o1 input[type="email"],
#wpcf7-f24-o1 input[type="tel"]{
	height: 50px;
	font-size: 16px;
}
#wpcf7-f24-o1 input[type="submit"]:hover{
transition-duration: 300ms;
color:#FFFFFF;
background-color: #A67C52;
/*	animation: bt-color 0.8s infinite;
	animation-iteration-count:1;*/
}

.wpcf7-not-valid-tip:before{
	white-space: pre;
  	content: '\A';
}
.wpcf7-form init label{
	width: 100%;
	display: inline-block;
}

.wpcf7-form-control-wrap{
	width: 100%;
}

.wpcf7-not-valid-tip{
	line-height:10%;
}

#contact_form{
	margin:auto;
	width:50vw;
	text-align:left;
}
#contact_form table{
	width:100%;
	border-collapse:collapse;
	text-align: left;
}
#contact_form table td,
#contact_form table th{
	border:solid 1px #000000;
}
#contact_form table th{
	width:250px;
}

#contact_form table td{
}
#contact_form p{
	font-size: 16px;
	letter-spacing: 0px;
	color:#000000;
}
#contact_form p{
	font-size: 16px;
	letter-spacing: 0px;
	color:#000000;
}
section#contact_form a{
	text-decoration:underline;
}

section#contact_form textarea{
	background-color:#FFFFFF;
}

/*
@keyframes bt-color {
  0% {
	background-color: #FFFFFF;
  }
  100% {
	background-color: #A67C52;
  }
}
*/

/*---------------------
- プライバシーポリシー
---------------------*/

#post-3 > div:nth-of-type(1){
	text-align: left;
	margin: auto;
	width: 60vw;
}

/*---------------------
- メディアクエリ
---------------------*/
@media screen and (max-width: 1920px) {
	#contact_form {
		width: 60vw;
	}
}
@media screen and (max-width: 1024px) {
	section:nth-of-type(13) > table {
	  width: 95vw;
	}
	
	section:nth-of-type(13) >div > p {
		width: 95vw;
	}
	section:nth-of-type(2) > p:nth-of-type(1) {
		width: 95vw;
	}
	section:nth-of-type(12) > section:nth-of-type(odd) > img:nth-of-type(1){
		width: 20%;
	}
	section:nth-of-type(12) > section:nth-of-type(even) > img:nth-of-type(1){
		width: 20%;
	}
	section:nth-of-type(12) > section > div:nth-of-type(1) > div:nth-of-type(2) {
		width: 50vw;
	}
	section:nth-of-type(12) > section {
		width: 100%;
	}
	section:nth-of-type(12) > section > div:nth-of-type(1) > div:nth-of-type(1) > p:nth-of-type(1) {
		padding: 10px;
		font-size: 1.7vw;
	}
	section:nth-of-type(12) > section > div:nth-of-type(1) > p:nth-of-type(1) {
		font-size: 2.5vw;
	}
	section:nth-of-type(12) > section > div:nth-of-type(1) > p:nth-of-type(2) {
		font-size: 1.5vw;
	}
	section:nth-of-type(13) > small {
		width: 95vw;
	}
	section:nth-of-type(12),
	section:nth-of-type(13),
	section:nth-of-type(14),
	section:nth-of-type(15),
	section:nth-of-type(16),
	section:nth-of-type(17),
	section:nth-of-type(18) {
		margin:auto;
	}
	section:nth-of-type(15) > p:nth-of-type(2) {
		width: 95vw;
		padding: 4vw 0vw 0vw 6vw;
	}
	section:nth-of-type(15) > p:nth-of-type(3) {
		width: 95vw;
		padding: 3.5vw 0vw 0vw 6vw;
	}
	section:nth-of-type(15) > p:nth-of-type(4) {
		width: 95vw;
		padding: 4.5vw 0vw 0vw 6vw;
	}
	section:nth-of-type(18) > dl{
		width: 100%;
	}
	section:nth-of-type(15) > div:nth-of-type(1) > p:nth-of-type(1) {
		margin:0px;
	}
}
@media screen and (max-width: 768px) {
svg{
	display:none;
}
	section:nth-of-type(1) > img {
		width: 100%;
	}
	section:nth-of-type(1) > h2 > span:nth-of-type(1) {
		font-size: 6vw;
	}
	section:nth-of-type(1) > h2 > span:nth-of-type(2) {
		font-size: 10pt;
	}
	section:nth-of-type(1) > p {
		font-size: 11pt;
	}
	main > section:nth-of-type(2) > div:nth-of-type(1)  > div:nth-of-type(1){
		width: 100vw;
	}
	section:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) >h3 {
		font-size: 14pt;
		margin-top: 40px;
	}
	section:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) >img {
		width: 120px;
		margin: 0px;
	}
	section:nth-of-type(2) > p:nth-of-type(1) {
		padding: 30px;
	}
section:nth-of-type(2) > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) {
	padding: 0px;
}
section:nth-of-type(2) > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(2) >p {
	padding:20px;
}
section:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > img {
	width: 35vw;
	margin:0px;
}
	section:nth-of-type(3) > div:nth-of-type(1) {
		margin: auto;
		width: fit-content;
	}
	section:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1)  {
		display:block;
	}
section:nth-of-type(2) > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) >img {
	display:none;
}
	section:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) {
	width: 100%;
	margin: auto;
}
section:nth-of-type(3) > h2 {
	margin: 0px auto 25px auto;
}
section:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > p {
	margin: 20px 0px;
}
section:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) {
	padding: 25px;
	width: 95%;
	margin: auto;
}
section:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > p > strong:nth-of-type(1) {
	width: 100%;
	display: block;
}
section:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > p {
	overflow:hidden;
}

	section:nth-of-type(12),
	section:nth-of-type(13),
	section:nth-of-type(15),
	section:nth-of-type(16),
	section:nth-of-type(17) {
		margin:auto;
	}
	section:nth-of-type(15),
	section:nth-of-type(16),
	section:nth-of-type(17) {
		width:100vw;
	}

	section:nth-of-type(12) > section {
		width: 100%;
		margin: 10vw auto;
	}
	section:nth-of-type(15) > p:nth-of-type(2) {
		width: 480px;
		font-size: 7pt;
		margin: 0px auto 20px auto;
		padding: 21px 0vw 0vw 35px;
	}
	section:nth-of-type(15) > p:nth-of-type(3) {
		width: 480px;
		font-size: 7pt;
		margin: 0px auto 20px auto;
		padding: 21px 0vw 0vw 35px;
	}
	section:nth-of-type(15) > p:nth-of-type(4) {
		width: 480px;
		font-size: 7pt;
		margin: 0px auto 20px auto;
		padding: 21px 0vw 0vw 35px;
	}
	section:nth-of-type(15) > div:nth-of-type(1) > p:nth-of-type(1) {
		width: 70vw;
		margin:0px;
	}
	section:nth-of-type(15) > p:nth-of-type(2),
	section:nth-of-type(15) > p:nth-of-type(3),
	section:nth-of-type(15) > p:nth-of-type(4) {
		height: 100px;
		background-color: #cfe2db;
		border-radius: 9px;
	}
section:nth-of-type(15) > p:nth-of-type(2) {
	background-image: none;
}
section:nth-of-type(15) > p:nth-of-type(3) {
	background-image: none;
}
section:nth-of-type(15) > p:nth-of-type(4) {
	background-image: none;
}
	section:nth-of-type(16) > div > div {
		margin: auto auto 50px auto;
		width:fit-content;
	}
	section:nth-of-type(17) > div:nth-of-type(1) {
		width: 70vw;
	}

	section:nth-of-type(17) > div:nth-of-type(2) {
		width: 70vw;
	}
	section:nth-of-type(17) > div:nth-of-type(3) {
		width: 70vw;
	}
	section:nth-of-type(17) > div:nth-of-type(4) {
		width: 70vw;
	}
	section:nth-of-type(18) > dl {
		width: 100%;
	}
	section:nth-of-type(18) > dl, section:nth-of-type(18) > p:nth-of-type(1) {
		width:100%;
	}
	section:nth-of-type(12) > section:nth-of-type(odd) > img:nth-of-type(1) {
		display:none;
		}
   	section:nth-of-type(12) > section:nth-of-type(even) > img:nth-of-type(1) {
		display:none;
		}
	section:nth-of-type(12) > section:nth-of-type(odd) > img:nth-of-type(2) {
		display:none;
		}
   	section:nth-of-type(12) > section:nth-of-type(even) > img:nth-of-type(2) {
		display:none;
		}
		section:nth-of-type(12) > section:nth-of-type(odd) > div:nth-of-type(1) {
		width: 100%;
	}
		section:nth-of-type(12) > section:nth-of-type(even) > div:nth-of-type(1) {
		width: 100%;
	}
		section:nth-of-type(12) > section:nth-of-type(odd) > h3 {
	font-size: 2.5vw;
		margin: 4vw 0px;
	}
		section:nth-of-type(12) > section:nth-of-type(even) > h3 {
	font-size: 2.5vw;
		margin: 4vw 0px;
	}

	section:nth-of-type(12) > section > div:nth-of-type(1) > div:nth-of-type(2) {
		width: 90vw;
	}
	section:nth-of-type(13) > small {
	width: 100%;
	}

	section:nth-of-type(15) > p:nth-of-type(2){
	height: fit-content;
	padding: 2vw;
	width: 65vw;
	}
	section:nth-of-type(15) > p:nth-of-type(3){
		height: fit-content;
		padding: 2vw;
		width: 65vw;
	}
	section:nth-of-type(15) > p:nth-of-type(4){
		height: fit-content;
		padding: 2vw;
		width: 65vw;
	}
	section:nth-of-type(16) > div > div > img {
		width: 12vw;
	}
	section:nth-of-type(16) > div > div > span:nth-of-type(1) {
		font-size: 10pt;
		letter-spacing: 5px;
		margin: 10px 0 5px 0;
	}
	section:nth-of-type(16) > div > div > span:nth-of-type(2) {
		font-size: 8pt;
		letter-spacing: 1px;
		margin: 0px 0 12px 0;
	}
	section:nth-of-type(16) > div > div > img {
		width: 20vw;
	}
	section:nth-of-type(16) > div:nth-of-type(1) {
		display:block;
	}
	section:nth-of-type(18) > p:nth-of-type(1) {
			padding: 20px;
		}
	section:nth-of-type(19) > div:nth-of-type(1) > div:nth-of-type(1) > iframe:nth-of-type(1) {
		border: 0;
		width: 35vw;
		height: 35vw;
	}
	section:nth-of-type(19) > div:nth-of-type(1) > div:nth-of-type(2) > p:nth-of-type(1) {
		font-size: 2vw;
	}
	section:nth-of-type(19) > div:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(1) {
		font-size: 2.5vw;
	}
	#post-3 > div:nth-of-type(1) {

	#post-3 > div:nth-of-type(1) {
		width: 90vw;
	}
}


@media screen and (max-width: 480px) {
	body {
		font-size: 18px;
	}
	.drawer-hamburger {
		margin: 5px 5px;
	}
	#side-nav-gnav > div > ul {
		font-size:1rem;
	}
	#side-nav-gnav > div {
		font-size:1rem;
	}
	section:nth-of-type(1) {
		margin-top: 70px;
	}
	header {
		padding: 10px;
	}
	header > div > a > img{
		position:relative;
		z-index:3;
	}

	#footer-nav-copyright {
		margin: auto;
		font-size: 3vw;
		display: block;
	}
	main > section {
		padding: 50px 0px;
	}
	section:nth-of-type(1) > h2 > span:nth-of-type(2) {
		   display:none;
		}
		section:nth-of-type(1) > h2 > span:nth-of-type(1) {
			font-size: 7vw;
		}
		section:nth-of-type(1) > h2 > span:nth-of-type(2) {
		font-size: 1.9vw;
	}
	section:nth-of-type(1) > p {
		font-size: 3vw;
	}
		section:nth-of-type(1) > h2 > span:nth-of-type(3) {
			display: inline-block;
			font-size: 3.5vw;
			line-height: 200%;
		margin-top: -30px;
		}
		section:nth-of-type(1) > h2 > span:nth-of-type(1) {
		letter-spacing: 8px;
}
	section:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) >h3 {
		font-size: 3.5vw;
		margin-top: 25px;
		letter-spacing: 4px;
	}
	section:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) >img {
		width: 80px;
		margin: 0px;
	}
	main > section:nth-of-type(2) > div:nth-of-type(1) {
	margin: auto;
}
	section:nth-of-type(2) > p:nth-of-type(1) {
		padding: 15px;
	}
		section:nth-of-type(2) > p:nth-of-type(1) {
			margin: 0px auto 50px auto;
			letter-spacing: 1px;
		}
	section:nth-of-type(2) > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(2) >p {
		padding: 15px;
	}
	section:nth-of-type(2) > h2 {
	margin: 0px auto 30px auto;
}
	section:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > p > strong:nth-of-type(1) {
	font-size: 5vw;
}
	section:nth-of-type(2) > div:nth-of-type(2) {
	   display:block;
	}
	section:nth-of-type(4) > p {
		letter-spacing: 1px;
		line-height:300%;
		font-size: 3vw;
	}

	section:nth-of-type(4) > p > span {
		font-size: 4vw;
	}
	section:nth-of-type(5) > p {
		letter-spacing: 2px;
	}
	section:nth-of-type(5) > ul {
			letter-spacing: 1px;
			font-size: 2.8vw;
		}
	section:nth-of-type(5) > h2 {
	margin: 0px auto 35px auto;
}
section:nth-of-type(5) > p {
			font-size: 2.8vw;
		}
		section:nth-of-type(6) > div:nth-of-type(1) > ol {
	font-size: 3vw;
}
section:nth-of-type(6) > div:nth-of-type(1) > h3 {
	text-align: center;
}
section:nth-of-type(6) > div:nth-of-type(1) > ul {
	font-size: 3vw;
}
section:nth-of-type(7) > h2 {
	margin: 0px auto 30px auto;
}
	main > section:nth-of-type(6) > div:nth-of-type(1) {
		 padding:0px;
	}
	section:nth-of-type(5) > p {
		line-height: 300%;
	}
	section:nth-of-type(6) > div:nth-of-type(1) > ol > li {
		margin-bottom: 15px;
	}
	section:nth-of-type(6) > div:nth-of-type(1) > ul > li {
		margin-bottom: 15px;
	}
	section:nth-of-type(7) > p {
		margin: 0px;
		line-height: 300%;
	}
	 section:nth-of-type(7) > p {
			line-height: 250%;
			padding: 15px;
			letter-spacing: 3px;
		}
	section:nth-of-type(8) > p:nth-of-type(1) {
		letter-spacing: 2px;
			font-size: 3.5vw;
				margin-bottom: 20px;
	}
	section:nth-of-type(8) > p:nth-of-type(2) {
		line-height: 300%;
	}
	section:nth-of-type(8) > h2 {
	margin: 0px auto 30px auto;
}
section:nth-of-type(8) > p:nth-of-type(2) {
			padding: 15px;
		}
	section:nth-of-type(12) > section > div:nth-of-type(1) > p:nth-of-type(1) {
		font-size: 4vw;
	}
	section:nth-of-type(12) > section:nth-of-type(odd) > h3 {
		letter-spacing: 0px;
	}
	section:nth-of-type(12) > section:nth-of-type(even) > h3 {
		letter-spacing: 3px;
	}
	section:nth-of-type(12) > section > div:nth-of-type(1) > p:nth-of-type(2) {
		padding: 10px;
		font-size: 2vw;
	}
section:nth-of-type(12) > section {
	border-radius: 0px;
}
	section:nth-of-type(12) > section > div:nth-of-type(1) > div:nth-of-type(1) > p:nth-of-type(1) {
		padding: 10px;
		font-size: 2.5vw;
	}
   section:nth-of-type(13) > small {
		font-size: 3vw;
	}
	section:nth-of-type(13) > div {
	margin: 10vw auto;
}
	section:nth-of-type(13) > div > h3 {
	font-size: 4vw;
}
	section:nth-of-type(13) > table > thead > tr > th,
	section:nth-of-type(13) > table > tbody > tr > th {
		font-size: 2.5vw;
	}
	section:nth-of-type(13) >div > p {
		font-size: 2.5vw;
		padding: 10px;
	}
	section:nth-of-type(13) > table > caption > h3 > span:nth-of-type(1) {
		font-size: 5vw;
		letter-spacing: 6pt;
	   }
	section:nth-of-type(13) > table > caption > h3 > span:nth-of-type(2) {
		letter-spacing: 2pt;
		font-size: 3vw;
	}
	section:nth-of-type(13) >div:nth-of-type(1) > div:nth-of-type(1) {
		color: #FFFFFF;
		background-color:#524741;
		font-size: 3vw;
	}
	section:nth-of-type(15) > p:nth-of-type(1) {
		font-size: 3vw;
	}
	section:nth-of-type(19) > div:nth-of-type(1) > div:nth-of-type(2) > p:nth-of-type(1) {
		font-size: 2vw;
	}
	section:nth-of-type(19) > div:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(1) {
		font-size: 2.5vw;
	}
	#post-3 > div:nth-of-type(1) {
		width: 90vw;
	}
}





