/*
 * ------- additional css elements  ---------------------
 */

/*===========================
main-vis
===========================*/

.vis1 .catch {
	text-align: left;
	margin-top: 12%;
	margin-left: 2%;
	font-size: 2.7vw;
	line-height:1.3em;
	color:#7d3c1c;
	letter-spacing: 0;
	font-family: 'Noto Sans Japanese';
	font-weight: 600;
	position: relative;
	text-shadow: 1px 1px 0px #d6d5d4;
}

.indent {
	text-indent: -0.5em;
}
@media screen and (max-width: 768px) {
.vis1 .catch {
	margin-top: 20%;
	font-size: 4.5vw;
}

}
@media screen and (max-width: 500px) {
.vis1 .catch {
	margin-left: 3%;
	font-size: 4.8vw;
	line-height: 1.6em;
	 font-feature-settings: "palt" 1;
	 text-align:center;
}

}


/*===========================
home layout
===========================*/

.home-bg2 {
	background-color: #f6fce8;
}
.home-inner ul.circle {
	position: relative;
}
.home-inner ul.circle li {
	padding: 0 0 0.5em 1.2em;
	margin-bottom: 0.7em;
	border-bottom: 1px dashed #CCC;
}
.home-inner ul.circle li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #333;
	border-radius: 50%;
	left: 0.5em;
	margin-top: 0.6em;
}
.intro {
	background-color: rgba(255, 255, 255, 0.85);
	padding: 40px;
	margin: 0 auto;
	z-index: 999;
	position: relative;
	/* min-height: 150px; */
}
.intro h1 {
	font-size: 1.8em !important;
}
.intro h2 {
	font-size: 1.8em;
	font-weight: 900;
	line-height: 1.3em;
	text-align: center;
	margin-bottom: 2em;
	position: relative;
}
.intro h2::after {
	position: absolute;
	bottom: -16px;
	left: 50%;
	z-index: 1;
	content: '';
	display: block;
	height: 2px;
	background: #cb807d;
	width: 240px;
	margin-left: -120px;
}
.intro .catch {
	font-weight:bold !important;
	transform: rotate(.03deg);
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.intro .two_third {
	margin-left: 0;
}
.intro img {
	width: 100%;
	height:auto;
}
.intro ul.li_pdf {
	position: relative;
}
.intro ul.li_pdf li {
	padding: 0;
	margin-bottom: 0.7em;
	float: left;
	margin-right: 35px;
}
.intro ul.li_pdf li:before {
	position: relative;
	content: "\f1c1";
	font-family: FontAwesome;
	left: -0.3em;
	font-size: 1.2em;
}
/*===========================
pickup
===========================*/

.pickup1 .pick-a1 {
	width: 48%;
	float: left;
	margin-right: 2%;
}
.pickup1 .pick-b1 {
	width: 48%;
	float: left;
}
 @media screen and (max-width: 500px) {
.pickup1 .pick-a1 {
	width: 100%;
	float: none;
	margin-right: 0;
}
.pickup1 .pick-b1 {
	width: 100%;
	float: none;
}
}
/*===========================
list
===========================*/

ul.circle, ul.check {
	position: relative;
}
ul.circle li {
	padding: 0 0 0.5em 1.2em;
	margin-bottom: 0.7em;
	border-bottom: 1px dashed #CCC;
}
ul.check li {
	padding: 0 0 0.5em 2em;
	margin-bottom: 0.7em;
	border-bottom: 1px dashed #CCC;
}
ul.circle li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #333;
	border-radius: 50%;
	left: 0.5em;
	margin-top: 0.6em;
}
ul.check li::before {
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	left: 0.3em;
	font-size: 1.3em;
}
ul.nb_circle li {
	padding: 0 0 0.2em 1.2em;
	margin-bottom: 0.2em;
}
ul.nb_circle li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	left: 0.3em;
	margin-top: 0.5em;
}
ul.nb_circle, ul.circle2, ul.circle3, ul.check2, ul.check3 {
	position: relative;
}
ul.circle2 li, ul.check2 li {
	float: left;
	width: 45%;
	padding: 0 0 0.5em 1.8em;
	margin: 0 1% 0.5em;
	border-bottom: 1px dashed #CCC;
}
.two_third ul.circle2 li {
	float: left;
	width: 43%;
	padding: 0 0 0.5em 1.8em;
	margin: 0 1%;
	border-bottom: none;
}
ul.circle2 li:before, .two_third ul.circle2 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}

ul.circle2 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}
ul.check2 li::before {
	display: block;
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}
ul.circle3 li, ul.check3 li {
	float: left;
	width: 30%;
	margin: 0 1.5% 0.5em;
	padding-bottom: 0.5em;
}
ul.circle3 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}
ul.check3 li::before {
	display: block;
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}
ul.circle4 li, ul.check4 li {
	float: left;
	padding: 0 0 0.5em 1.8em;
	margin: 0 1.5% 0.5em;
	width: 22%;
}
ul.circle4 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}
ul.check4 li::before {
	display: block;
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}

ul.circle5 li {
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1.8em;
	margin-right: 35px;
}
ul.circle5 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}
ul.point2 li{
	background: #C93232;
	padding: 0.4em 0;
	margin: 0 1%;
	margin-bottom:10px;
	font-size:1rem;
	color:#FFF;
	text-align:center;
	border-radius: 2px;        /* CSS3草案 */
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 2px;   /* Firefox用 */
	float: left;
	width: 48%;
}
ul.li_pdf {
	position: relative;
}

ul.li_pdf li {
	padding: 0 0 0.5em 1.8em;
	margin-bottom: 0.5em;
}
ul.li_pdf li:before {
	display: block;
	position: absolute;
	content: "\f1c1";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}

ul.li_pdf2 {
	position: relative;
}

ul.li_pdf2 li {
	float: left;
	width: 45%;
	padding: 0 0 0.5em 1.8em;
	margin: 0 1% 0.5em;
}
ul.li_pdf2 li:before {
	display: block;
	position: absolute;
	content: "\f1c1";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}
ol.num-list {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
}
ol.num-list li{
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}

ol.num-list li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #ee8800;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align:center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);

}

 @media screen and (max-width: 768px) {
.content ul.circle2 li, .content ul.check2 li {
	float: none;
	padding: 0 0 0.5em 1.8em;
	margin: 0 1% 0.7em;
	width: 90%;
}
ul.circle5 li {
	width: 90%;
}
ul.li_pdf2 li {
	float: none;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 0.5em;
}

}
/*===========================
table
===========================*/

table th {
	padding: 12px;
	text-align: center;
	vertical-align:middle;
	border-color: #ccc;
	background-color: #F7EBE3;
	color:#333;
}
table td {
	padding: 12px;
	vertical-align:middle;
	background-color:#FFF;
	border-color:#ccc;
}
table td.tdcolor {
	background-color: #f7f6f5;
}
.menu table th {
	padding: 9px 5px;
	border: none;
	font-size: 15px;
	color: #AD5845;
	border-bottom: 1px #ddd solid;
	background-color: inherit;
	text-align: left;
}
.menu table th span {
	font-size: 13px !important;
	color: #333;
	font-weight: normal;
	padding-top: 0.3em;
	display: block;
}
.menu table td {
	padding: 9px 5px;
	border: none;
	font-weight: bold;
	border-bottom: 1px #ddd solid;
	background-color: transparent;
}

table.table-various1 td.td_right {
	text-align:right;
}
table.table-various1 th, table.table-various1 td {
	padding: 10px;
}

/*
.content table th {
	padding: 12px;
	vertical-align:middle;
	border-color:#768065;
	background-color: #ddd;
	color:#333;
}
 */

/* 線のtable */

table.table-various3 th {
	text-align:center;
	vertical-align:middle;
}
/*tableをスクロールさせる*/
/* 	スクロール用テーブル  */

.scroll table th {
	text-align:center;
	vertical-align:middle;
}
/*tableのセル内にある文字の折り返しを禁止*/
.scroll {
	overflow: auto;
	white-space: nowrap;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar {
 height: 5px;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-track {
 background: #F1F1F1;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
 @media only screen and (max-width: 768px) {
.scroll table {
	min-width:768px;
	overflow:scroll;
}
.scroll table th {
	width:auto;
	display:table-cell;
	vertical-align:middle;
	border-top: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
}
.scroll table td {
	width:auto;
	display:table-cell;
}
table th {
	width:100%;
	box-sizing: border-box;
}
table td {
	width:100%;
	border-collapse:collapse;
	box-sizing: border-box;
}
.menu table {
	border-top: none;
}
.menu table th {
	background-color: transparent;
	width:auto;
	display:table-cell;
}
.menu table td {
	width:auto;
	display:table-cell;
}

}
 @media only screen and (max-width: 500px) {
.menu table {
	position: relative;
	border-bottom: 1px #ddd solid;
}
.menu table th {
	display: block;
	border-bottom: none !important;
	background-color: #f3efec;
	box-sizing: border-box;
	padding: 5px;
}
.menu table td {
	display: block;
	border-bottom: none !important;
	box-sizing: border-box;
	padding: 5px 5px 20px;
	text-align: left;
}
 }


/*===========================
faq
===========================*/

.content .faq h3::before {
	background-color: #CCA57A;
}
.content .faq .answer::before {
	background-color: #E6D0A1;
}

/*===========================
flow
===========================*/

.content .flow-down h4, .content .flow-end h4 {
	border-bottom: none !important;
}
/*===========================
subnavi
===========================*/

.addnav {
}
.subnavi {
	text-align: center;
	width: 100%;
	border-bottom: 1px solid #EEE;
	margin-top: 0!important;
}
.subnavi ul {
	margin: 0 auto;
	max-width: 1000px;
}
.subnavi ul li {
	display: inline-block;
	line-height: 1;
	margin: 0;
	padding: 0;
	margin: 0 15px 0;
}
.subnavi ul li a {
	text-decoration: none;
	padding: 13px 0 11px;
	display: block;
	color: #B0203F;
}
.subnavi ul li a:hover {
	color: #e69373;
}
 @media screen and (max-width: 768px) {
.addnav {
	margin-bottom: 15vw !important;
}
.subnavi {
	border-bottom: none;
}
.subnavi ul li {
	width: 100%;
	box-sizing: border-box;
	display: block;
	border: none;
	margin: 0;
}
.subnavi ul li a {
	box-sizing: border-box;
	margin: 0;
	border: none;
	border-bottom: 1px dotted #DDD;
}
.subnavi ul li.first {
	border-top: none;
}
}

/*===========================
others
===========================*/

/* 見出し */

h3.small {
	font-size: 1.1em;
}

h3.h3_various1 {
	position: relative;
	padding: 1em 0;
}
h3.h3_various1::before, h3.h3_various1::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
}
h3.h3_various1::before {
	top: 0;
	border-top: 2px solid #D9D0C3;
	border-bottom: 1px solid #D9D0C3;
}
h3.h3_various1::after {
	bottom: 0;
	border-top: 1px solid #D9D0C3;
	border-bottom: 2px solid #D9D0C3;
}
.content h4 {
	border-bottom: none;
	margin-bottom: 0.3em;
}
h4.various4 {
	font-size: 1rem;
	margin: 0 0 1em 0;
	padding: .5em .75em;
	background-color: #ede8e2;
	border-bottom: none;
	margin-bottom: 0.7em !important;
}
/* テキスト */

.tx-signature {
	font-weight:bold;
	transform: rotate(.03deg);
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.2rem;
}
.mb25 {
	margin-bottom:25px !important;
}
.mb35 {
	margin-bottom:35px !important;
}
.mb45 {
	margin-bottom:45px !important;
}
.mb55 {
	margin-bottom:55px !important;
}
.txtsize1 {
	font-size:1.2rem;
	line-height: 1.5em;
}
.txtsize2 {
	font-size:1.4rem;
}
.tx-right {
	text-align: right;
}
.catchcopy {
	font-size:1.7rem;
	font-family: 'Noto Sans Japanese';
	font-weight:normal;
	line-height:1.3em;
	color: #bd1e1e;
}
.catchcopy2 {
	font-size:1.3rem;
	font-family: 'Noto Sans Japanese';
	font-weight:normal;
	line-height:1.3em;
	color: #bd1e1e;
}
.orange {
	color: #DE3F00;
}
.indent-1 {
	padding-left: 1em; /*1em（1文字）分、右に動かす*/
	text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
	line-height: 1.5em;
}
#anchor1, #anchor2 {
	padding-top:160px;
	margin-top: -160px;
}
/* ボックス */

.Boxwrap {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.Boxwrap .box {
	width: 43%;
	border: 4px solid #e5d9c0;
	background-color: #FFF;
	box-shadow: none;
	list-style: none;
	padding: 20px;
	margin-bottom: 40px;
	position: relative;
	margin-left:2%;
	-moz-border-radius:8px; /* Firefox */
	-webkit-border-radius:8px; /* Google Chrome、Safari  */
	-o-border-radius:8px; /* Opera  */
	-ms-border-radius:8px; /* Internet Explorer  */
	border-radius:8px;
}
.Boxwrap .box1-1 {
	width: 43%;
	border: none;
	background-color: #fbf3e7;
	box-shadow: 0 0 5px 1px #ccc;
	list-style: none;
	padding: 20px;
	margin-bottom: 40px;
	position: relative;
	margin-left:2%;
	-moz-border-radius:2px; /* Firefox */
	-webkit-border-radius:2px; /* Google Chrome、Safari  */
	-o-border-radius:2px; /* Opera  */
	-ms-border-radius:2px; /* Internet Explorer  */
	border-radius:2px;
}
.Boxwrap .box1-1 h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
}

.Boxwrap .first {
	margin-left: 0 !important;
}

.box {
	background-color: #e5efdc;
	border: 2px dashed #fff;
	border-radius: 8px;
	box-shadow: 0 0 0 8px #e5efdc;
	padding: 2em;
}
.box h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
}
.box h3::after {
	position: relative;
	background: none;
	bottom: 0;
}
.box2 {
	background-color: #f2f7e8;
	border: 2px solid #fff;
	box-shadow: 0 0 0 2px #f2f7e8;
	padding: 2em 2em 2em 11em;
	float: left;
}
.box2 h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
}
.box2 h3::after {
	position: relative;
	background: none;
	bottom: 0;
}
.box3 {
	/* border: 4px double #a0c47f; */
	border: 4px double #ccc;
	padding: 2em;
}
.box3 h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
}
.box3 h3::after {
	position: relative;
	background: none;
	bottom: 0;
}
ul.box4 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
ul.box4 li {
	border: 2px solid #e5d9c0;
	padding: 2em 1.5em;
	border-radius: 10px;
	width: 31%;
	margin: 1%;
}

ul.box4 h3 {
	font-size: 1.2rem;
}
ul.box5 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
ul.box5 li {
	border: 2px solid #b8e1a6;
	padding: 2em 1.5em;
	border-radius: 10px;
	width: 45%;
	margin: 0 1.5%;
}
.small-writeup {
	margin-bottom: 0;
}
.small-writeup h3 {
	font-size: 1.3rem;
	margin-bottom: 1em;
}
/* ボタン */

.btn2 a {
	text-decoration: none;
	text-align:center;
	color: #FFF !important;
	position: relative;
	display: inline-block;
	padding: 0.25em 1em;
	background: #C09F71;
	border-radius: 2px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.btn2 a:hover {
	background: #d0b794;
}
.btn3 a {
	text-decoration: none;
	text-align:center;
	color: #FFF !important;
	line-height: 35px;
	font-size:1.1rem;
	position: relative;
	display: inline-block;
	padding: 0.2em 2em;
	background: #C09F71;
	border-radius: 2px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.btn3 a:hover {
	background: #d0b794;
}
.btn_fb a {
	text-decoration: none;
	text-align:center;
	color: #FFF !important;
	line-height: 35px;
	font-size: 1.2rem;
	position: relative;
	display: inline-block;
	padding: 0.2em 2em;
	background: #3664a2;
	border-radius: 2px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.btn_fb a:hover {
	background: #5586c6;
}

/* others */

.pc {
}
.comingsoon {
	border: 1px solid #ddd;
	padding: 5em 2em;
	text-align: center;
}
.pdf a:hover {
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
	opacity:0.6;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.insta {
	text-align: center;
}
iframe[src*="https://instawidget.net/embed"] {
  height: 650px !important;
}

 @media screen and (max-width: 768px) {
.pc {
	display:none
}
}
/* subnavi */


.subnavi {
	text-align: center;
	width: 100%;
	border-bottom: 1px solid #EEE;
	margin-top: 140px;
}
.subnavi ul {
	margin: 0 auto;
	max-width: 1000px;
}
.subnavi ul li {
	display: inline-block;
	line-height: 1;
	margin: 0;
	padding: 0;
	margin: 0 15px 0;
}
.subnavi ul li a {
	text-decoration: none;
	padding: 13px 0 11px;
	display: block;
}
.subnavi ul li a:hover {
	color: #999;
}
 @media screen and (max-width: 768px) {
.subnavi {
	border-bottom: none;
}
.subnavi ul li {
	width: 100%;
	box-sizing: border-box;
	display: block;
	border: none;
	margin: 0;
}
.subnavi ul li a {
	box-sizing: border-box;
	margin: 0;
	border: none;
	border-bottom: 1px dotted #DDD;
}
.subnavi ul li.first {
	border-top: none;
}
}
/* 画像とテキストを交互に表示 */


.contents-wrap {
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	-webkit-box-pack: justify; /*Android4.3*/
	-moz-box-pack: justify;    /*Firefox21*/
	-ms-flex-pack: justify;    /*IE10*/
	-webkit-justify-content: space-between; /*PC-Safari,iOS8.4*/
	justify-content: space-between;
}
.contents-wrap:nth-child(odd) {
	-ms-flex-direction:row-reverse; /*IE10*/
	-webkit-flex-direction:row-reverse; /*old webkit browser*/
	flex-direction:row-reverse;
}
.contents-text {
	width: 47.5%; /*flex: 2;*/
}
.contents-img {
	width: 47.5%; /*flex: 1;*/
}
.contents-text h3 {
	margin-bottom: 2rem;
	font-size: 1.8em;
}
.contents-img img {
	display: block;
	width: auto;
	max-width: 100%;
}
 @media screen and (max-width: 768px) {
.contents-wrap, .contents-wrap:nth-child(odd) {
	-ms-flex-direction:row-reverse; /*IE10*/
	-webkit-flex-direction:row-reverse; /*old webkit browser*/
	flex-direction: column-reverse;
}
.contents-text, .contents-img {
	width: 100%; /*flex: 1;*/
	margin-bottom:3em;
}
.contents-text h2 {
	text-align: center;
}
}
.red99 {
    color: #FF9872!important;
    font-weight: bold;
}
.wd60{
    width: 60%!important;
}
.clear{
	clear: both;
}
.extent{
    background: #FF9872!important;
    color: white;
    padding: 0.5em;
}

.extent2 {
    background: #e4d0a2!important;
    color: white;
    padding: 0.5em;
}

.wd100{
	width: 100%!important;
}


.fs80p {
	font-size:80% !important;
}

.fs90p {
	font-size:90% !important;
}

.fs110p {
	font-size:110% !important;
}

.fs120p {
	font-size:120% !important;
	line-height:1.4em !important;
}

.fs130p {
	font-size:130%;
	line-height:1.4em !important;
}

.fs140p {
	font-size:140%;
	line-height:1.4em !important;
}

.fs140pM {
	font-size:140%;
	line-height:1.8em !important;
}

.fs150p {
	font-size:150%;
	line-height:1.4em !important;
}

.fs200p {
	font-size:200%;
	line-height:1.4em !important;
}
.sp-2 {
    display: none;
}

@media screen and (max-width: 768px) {
ul.circle3 li, ul.check3 li {
    float: none;
    width: 100%;
    margin: 0 1.5% 0.5em;
    padding-bottom: 0.5em;
}
.box2 {
    background-color: #f2f7e8;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #f2f7e8;
    padding: 1.5em;
	width:86%;
	margin:0 auto;
    /* float: left; */
}
.sp-2 {
    display: block;
}
.fix_bnr .telicn a {
    background-color: #545454;
    padding: 5px;
    position: fixed;
    bottom: 0px;
    width: 50%;
    font-weight: 700;
    color: #FFF !important;
    left: 0%;
    text-align: center;
    z-index: 9999;
    height: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 2em;
    border-left: 1px solid #666;
    text-decoration: none;
}
.fix_bnr .mailicn a {
    background-color: #545454;
    padding: 5px;
    position: fixed;
    bottom: 0px;
    width: 50%;
    font-weight: 700;
    color: #FFF !important;
    right: 0px;
    text-align: center;
    z-index: 9999;
    height: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 2em;
    border-left: 1px solid #666;
    text-decoration: none;
}
.content img {
    /*width: 100% !important;*/
    max-width: 100%;
}
.one_half {
    margin: 0 0 0.2em 0;
}
.mb20 {
    margin-bottom: 10px!important;
}
.mb40 {
    margin-bottom: 20px!important;
}
.secondary .content {
    padding: 1em 0;
}
footer .copyright2 {
    width: 150px;
    margin: 10px auto 5em;
}
}


@media screen and (max-width: 440px) {
.homeNavArea .logo-sp,.secondaryNavArea .logo {
    width: 60vw !important;
}
.homeNavArea .logo-sp img,.secondaryNavArea .logo img {
    width:100%;
}
}



/*===========================
wp
===========================*/
ul.blog li{
   margin-bottom:20px;
   padding-bottom:10px;
   border-bottom:1px dotted #999;
}
.tx-right {
	text-align:right;
}
.titleWrap {
	display: flex;
  align-items: center;
}
.data {
    margin-left: 15px;
    display: inline-block;
}
.title {
    margin-left: 15px;
	display: inline-block;
}

.imghover:hover{
	opacity:0.6;
	transition:0.6s;
}
@media only screen and (max-width: 480px) {
.titleWrap {
    display: block;
    align-items: center;
}
span.txtCenter {
    display: block;
    text-align:center;
}	
.data {
    margin-left: 0;
	display: block;
    text-align:center;
}
.title {
    margin-left: 0;
	display: block;
    text-align:center;
}	
}

@media only screen and (min-width: 480px) {
.footer_tel a, .footer_mail a {
    display: none;
}
}

@media only screen and (max-width: 736px) {
footer {
    padding-bottom: 100px;
}
.footer_tel a {
    box-sizing: border-box;
    background-color: #545454;
    padding: 5px;
    position: fixed;
    bottom: 0px;
    width: calc(100% / 2);
    /*font-weight: 700;*/
    color: #FFF!important;
    text-align: center;
    z-index: 9999;
    height: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 2em;
    border-right: 1px solid #3B3B3B;
    text-decoration: none;
}
.footer_mail a {
	box-sizing: border-box;
    background-color: #545454;
    padding: 5px;
    position: fixed;
    bottom: 0px;
    width: calc(100% / 2) ;
    /*font-weight: 700;*/
    color: #FFF!important;
    text-align: center;
    z-index: 10000;
    height: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 2em;
    right: 0px;
    border-left: 1px solid #828282;
    text-decoration: none;
}
.footer_line a {
	box-sizing: border-box;
    background-color: #545454;
    padding: 5px;
    position: fixed;
    bottom: -25px;
    width: calc(100% / 3) ;
    /*font-weight: 700;*/
    color: #FFF!important;
    text-align: center;
    z-index: 10000;
    height: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 2em;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
    border-left: 1px solid #828282;
	border-right: 1px solid #3B3B3B;
    text-decoration: none;
}	
}
@media (min-width: 769px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}
.dataInner .data a {
    color: #fff !important;
    text-decoration: none;
}
.dataInner .data a:hover {
    cursor: pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    zoom: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.tel-a a {
    color:#fff !important;
	text-decoration:none;
}
.tel-a a:hover {
    cursor: pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    zoom: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.wrap-h2 {
  width:96%;
  margin:4% auto 6%;
}
.wrap-h3 {
  width:96%;
  margin:2% auto 5%;
}
.wrap-h4 {
  width:96%;
  margin:2% auto 5%;
} 
.flex {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}
.flex-2col {
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
}
.flex-2col > li{
  width:49%;
  margin:2% 0% 0 1%; 
}
.flex-2col > li:nth-of-type(odd){
  width:47.5%;
  margin:2% 2.5% 0 0%; 
}
.flex-2col > li:nth-of-type(even){
  width:47.5%;
  margin:2% 0 0 2.5%;
}
.flex-2col-start {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-2col-start > li{
  width:48%;
  margin:2% 0 0 2%; 
}
.flex-2col-start > li:nth-of-type(odd){
  width:47.5%;
  margin:2% 2.5% 0 0%; 
}
.flex-2col-start > li:nth-of-type(even){
  width:47.5%;
  margin:2% 0 0 2.5%; 
}
.flex-list2 {
  width:18% !important;
  margin:0 0 0 0% !important;  
}
.flex-list3 {
  width:28% !important;
  margin:0 0 0 2% !important;  
}
.flex-list4 {
  width:38% !important;
  margin:0 0 0 2% !important;  
}
.flex-list5 {
  width:49% !important;
  margin:0% 1% 0 0% !important;  
}
.flex-list6 {
  width:58% !important;
  margin:0% 0 0 2% !important;  
}
.flex-list7 {
  width:68% !important;
  margin:0% 0 0 2% !important;  
}
.flex-list8 {
  width:78% !important;
  margin:0% 0 0 2% !important;  
}
.flex-list9 {
  width:88% !important;
  margin:0% 0 0 2% !important;  
}
.flex-3col {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-3col > li{
  width:32%;
  margin:2% 0 0 1.3%; 
}
.flex-3col-column {
  display:flex;
  justify-content:start;
   flex-direction: column;
  align-items:start;
  flex-wrap:wrap;
}
.flex-3col-column > li{
  width:100%;
  margin:0% 0 0%; 
}

@media only screen and (max-width: 768px) {
.flex-2col > li,.flex-2col-start > li{
  width:100% !important;
  margin:2% auto !important; 
}
.flex-3col > li{
  width:100%;
  margin:2% auto !important; 
}
.flex-list2,.flex-list3,.flex-list4,.flex-list5,.flex-list6,.flex-list7,.flex-list8,.flex-list9 {
  width:100% !important;
  margin:2% auto !important;  
}

}

/* フローCenter */

.area_flowC {
	padding:0 1em;
}

.area_flowC2 {
	padding:0 1em;
}

.area_flowC .inner_flow {
	border:1px solid #E1E1E1;
	padding:24px 30px;
	border-radius:5px;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
	min-height:1em;
	background: rgba(250,250,250,.85);
    
}





.area_flowC .inner_flow .largeTxt {
	font-size:1.6em;
	text-align:center;
	color: #7d3c1c;
    border-bottom: 1px dotted #CCC;
	padding-bottom:0.2em;
	margin-bottom:0.5em;

}
.txtPCcenterSPLeft {
    text-align: center !important;
}
.area_flowC .inner_flow .txtWrap {
	/* padding:24px 30px; */ 
	padding:0 2em;
}

.area_flowC .inner_flow p.flowImg {
	text-align:center;
	margin:0.5em auto;
}


.area_flowC .arrow {
	margin:5px auto;
	display:block;
	width:40px;
	height:26px;
	background:url(../img/common/arrow_down_s.png) center bottom no-repeat;
	text-indent:-9999px;
	margin-top:0px;
}
.area_flowC .inner_flow .largeTxt {
    font-size: 1.6em;
    text-align: center;
    border-bottom: 1px dotted #CCC;
    padding-bottom: 0.2em;
    margin-bottom: 0.5em;
}


@media screen and (max-width: 768px) {
.area_flowC .inner_flow .largeTxt {
    font-size: 1.4em;
    padding-bottom: 0.2em;
    margin-bottom: 0.4em;
}
.area_flowC .inner_flow {
    padding: 1em 2em;
}
.area_flowC {
    padding: 0 1em;
}
.area_flowC .inner_flow .txtWrap {
    /* padding: 24px 30px; */
    padding: 0 1em;
}
}
@media only screen and (max-width: 600px){
.area_flowC .inner_flow .largeTxt {
    font-size: 1.2em;
    padding-bottom: 0.1em;
    margin-bottom: 0.2em;
}
.area_flowC .inner_flow .txtWrap {
    padding: 0 0.5em;
}
.area_flowC {
    padding: 0;
}
.area_flowC .inner_flow {
    padding: 0.5em 1em;
}
.txtPCcenterSPLeft {
    text-align: left !important;
}
}

ol.num_order {
 padding-left:20px;
}
ol.num_order li {
    padding: 5px 0 4px 0;
    list-style-type: decimal;
}
.pc-disp {
    display:block;
}
.sp-disp {
    display:none; 
}
@media only screen and (max-width: 768px) {
.pc-disp {
    display:none;
}
.sp-disp {
    display:block; 
}
}

.box-h4 {
    margin: 0.8em 0;
	border:1px dotted #999;
}
.box-h4 .h4-title {
    font-size: 1.2em;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
	
	background: #77665e !important;
    padding: 0.5em;
}
.box-h4 p {
    padding: 15px 20px;
    margin: 0;
}
.box-h4 p:nth-of-type(2) {
    padding: 0px 20px;
    margin: 0;
}

.h4-ttl {
    font-size: 1.2em;
    padding: 4px;
    text-align: center !important;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
	
	background: #77665e !important;
    padding: 0.5em;
}

.line-both {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-align: center;
}

.line-both::before,
.line-both::after {
	content: '';
	width: 70px;
	height: 1px;
	background-color: #333;
}

.line-both::before {
	margin-right: 20px;
}
.line-both::after {
	margin-left: 20px;
}

.bg-line {
  position:relative;
  z-index:1;
}
.bg-line:before {
    content: "";
    background-color: #e5eaee;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(50px) skew(0, 
-8deg);
    -moz-transform: translateY(50px) skew(0, -8deg);
    -ms-transform: translateY(50px) skew(0, -8deg);
    transform: translateY(50px) skew(0, 
-8deg);
}

.box-sd {
    padding: 2rem 2rem 1.26rem;
    background-color: #fff;
    border: 1px solid #999;
    box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
.line-both {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4em;
	text-align: center;
}

.line-both::before,
.line-both::after {
	content: '';
	width: 40px;
	height: 1px;
	background-color: #333;
}

.line-both::before {
	margin-right: 20px;
}
.line-both::after {
	margin-left: 20px;
}

.box-sd {
    padding: 1.2rem;
    box-sizing: border-box;
}

}
.tbl-1 td {
    text-align:center;
}

.res-img90 {
    width:90% !important;
	height:auto !important;
}
.res-img80 {
    width:80% !important;
	height:auto !important;
}
.res-img70 {
    width:70% !important;
	height:auto !important;
}
.res-img60 {
    width:60% !important;
	height:auto !important;
}
.res-img50 {
    width:50% !important;
	height:auto !important;
}
.res-img40 {
    width:40% !important;
	height:auto !important;
}
.res-img30 {
    width:30% !important;
	height:auto !important;
}
.res-img20 {
    width:20% !important;
	height:auto !important;
}
@media only screen and (max-width: 768px) {
.res-img90,.res-img80,.res-img70,.res-img60{
     width:100% !important;
	height:auto !important;  
}
}
.tx-flex {
    text-align:center;
}
@media only screen and (max-width: 768px) {
.tx-flex {
    text-align:left;
}
}
/* txt */
.txt2 {
   font-size:1.2rem;
   font-weight:800;
}
.txtbold {
   font-weight:bold;
}
.tx-center {
   text-align:center
}
.tx-left {
   text-align:left;
}
.tx-right {
   text-align:right;
}
.tx_marker {
   background:linear-gradient(transparent 75%, #fff799 75%);
   font-weight:bold;
   display:inline;
}
/* color */

.red {
	color: #bc2d2d;
}
.green {
	color: #3b7a28;
}
.brown {
	color: #a67435;
}
.blue {
	color: #325f99;
}
.catchcopy {
    font-size: 2rem;
    font-family: 'Noto Sans Japanese';
    font-weight: 400;
    line-height: 1.3em;
    color: #E0625E;
}
.catchcopy2 {
    font-size: 2.2rem;
    font-family: 'Noto Sans Japanese';
    font-weight: 600;
    line-height: 1.3em;
    color: #E0625E;
}
.col_red {
	color:#F33;
}
.col_green {
	color: #1a9651 !important;
}
.col_blue {
	color: #06C;
}
.col_orange {
	color: #F06000;
}
.tx-70p  {
	font-size:70% !important;
	letter-spacing:normal;
}	
.tx-80p  {
	font-size:80% !important;
	letter-spacing:normal;
}
.tx-90p  {
	font-size:90% !important;
	letter-spacing:normal;
}
.tx100p    {
	font-size:100% !important;
	letter-spacing:normal;
}
.tx-110p {
    font-size: 110% !important;
	letter-spacing:normal;
}
.tx-120p    {
	font-size:120% !important;
	letter-spacing:normal;
}
.tx-130p    {
	font-size:130% !important;
	letter-spacing:normal;
}
.tx-140p    {
	font-size:140% !important;
	letter-spacing:normal;
	line-height:1.4em;
}
.tx-150p    {
	font-size:150% !important;
	letter-spacing:normal;
}
.tx-160p    {
	font-size:160% !important;
	letter-spacing:normal;
}
.tx-170p    {
	font-size:170% !important;
	letter-spacing:normal;
}
.tx-180p    {
	font-size:180% !important;
	letter-spacing:normal;
}
.tx-230p    {
	font-size:230% !important;
	letter-spacing:normal;
}
.tx-300p    {
	font-size:300% !important;
	letter-spacing:normal;
}
.mar0 {
    margin:0 auto;
}
.txsize1 {
   font-size:1.2rem;
   font-weight:800;
   color:#F33;
   text-align:center;
}
.txtstyle1 {
	font-size: 1.16em;
	font-weight: bold;
}
.txtstyle2 {
	font-size: 1.24em;
	font-weight: bold;
}
.ex {
    padding-left:1em;
    text-indent:-1em;
}

@media only screen and (max-width: 768px) {
.tx-230p {
    font-size: 120% !important;
    letter-spacing: nomal;
}
.tx-180p {
    font-size: 110% !important;
    letter-spacing: nomal;
}	


}


@media only screen and (max-width: 600px) {
.line-h2 {
    line-height: 1.5;
}
.tx-230p {
    font-size: 130% !important;
    letter-spacing: nomal;
}
.tx-180p,.tx-170p {
    font-size: 120% !important;
    letter-spacing: nomal;
}
.tx-160p,.tx-150p {
    font-size: 110% !important;
    letter-spacing: nomal;
}
.tx-140p,.tx-130p,.tx-120p,.tx-110p {
    font-size: 100% !important;
    letter-spacing: nomal;
}
}
@media only screen and (max-width: 768px) {
.table-scroll {
    overflow-x: auto;
    width: 100%;
    border-right: 2px solid #ccc;
}
.table-scroll::-webkit-scrollbar {
    height: 5px;
}
.table-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background:#CCC;
}
.table-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background:#999;
}
.table-scroll table {
    table-layout: fixed;
    min-width: 100%;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    margin-bottom:0px;
}
.table-scroll table th {
    width:200px !important;
    min-width: 250px;
    display:table-cell;
    padding:2%;
    font-size:12px;
    border: 1px #ccc solid;
}
.table-scroll table td {
    width: 90px;
    min-width: 130px;
    display:table-cell;
    font-size:12px;
    word-wrap: break-word;
    white-space:normal;
}
.table-scroll table th.th-01 {
    width:200px !important;
    min-width: 250px;
    display:table-cell;
    padding:2%;
    font-size:12px;
    border: 1px #ccc solid;
}
.table-scroll table td.td-01 {
    width: 90px;
    min-width: 130px;
    display:table-cell;
    font-size:12px;
    word-wrap: break-word;
    white-space:normal;
}

}

.btn-animation-02 {
  display: inline-block;
  width: 300px;
  text-align: center;
  background-color: #f2ab1d;
  border: 2px solid #f2ab1d;
  font-size: 16px;
  color: #f2ab1d !important;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  position: relative;
}

.btn-animation-02 span {
  position: relative;
  z-index: 1;
}

.btn-animation-02::before,
.btn-animation-02::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn-animation-02::before {
  left: 0;
}
.btn-animation-02::after {
  right: 0;
}

.btn-animation-02:hover:before,
.btn-animation-02:hover:after {
  width: 0;
  background-color: #FFF;
}

.btn-animation-02:hover {
  color: #FFF!important;
}

@media screen and (max-width: 768px) {
.btn-animation-02 {
  display: inline-block;
  width: 80%;
  text-align: center;
  background-color: #f2ab1d;
  border: 2px solid #f2ab1d;
  font-size: 16px;
  color: #f2ab1d !important;
  text-decoration: none;
  font-weight: bold;
  padding: 2% 10%;
  border-radius: 4px;
  position: relative;
  box-sizing:border-box;
}
}

.titleWrap a {
  text-decoration:none;
  color:#333;
}
.titleWrap a img{
  vertical-align: middle;
}
.top-bls li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #CCCCCC;
}
.data {
    margin-left: 15px;
    display: inline-block;
}
.title {
    margin-left: 15px;
    display: inline-block;
}
@media only screen and (max-width: 600px) {
.title {
    margin-left: 0;
    display: block;
}
.data {
    margin-left: 0;
    display: block;
    margin-top: 15px;
}
.top-bls li {
    text-align:center;
}
}

.p-ttl {
	text-align:left;
	font-weight:900;
	font-size:1.0em;
	margin-bottom:9px;
}
.h4-ttl02 {
	border-left:double 2px #930;
    padding-left:9px;
}

