/* 
 * ------- additional css elements  ---------------------
 */


/*===========================
home layout
===========================*/

/* footer */

@media only screen and (min-width: 480px) {
.footer_tel a, .footer_mail a {
 display: none;
}
}
 @media only screen and (max-width: 736px) {

/* Cパターンで使用  */

#totop a {
 bottom: 25vw;
}
footer .copyright2 {
 width: 150px;
 margin: 20px auto 60px;
}
 .footer_tel a {
 background-color: #D8905D;
 padding: 5px;
 position: fixed;
 bottom: 0px;
 width: 50%;
 font-weight: 700;
 color: #FFF;
 left: 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-right: 1px solid #FFF;
}
.footer_mail a {
 background-color: #D8905D;
 padding: 5px;
 position: fixed;
 bottom: 0px;
 width: 50%;
 font-weight: 700;
 color: #FFF;
 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 #FFF;
}
}
/*===========================
pickup
===========================*/

.pickupInner .pickup-full h3 {
	font-size: 1.2rem;
	margin-bottom: .5em;
	text-align: center;
}
.pickupInner .small-writeup h3 {
	border-left: none !important;
	font-size: 1.4em;
	margin-bottom: 1em;
	text-align:center;
}
/*===========================
ビフォーアフター 縦写真
===========================*/

.before2, .after2 {
	position: relative;
}
.before2::after {
 position: absolute;
 content:" ";
 display:inline-block;
 background:url(../img/common/watermark_before.png);
 background-repeat: no-repeat;
 background-size:contain;
 z-index: 1;
}
.after2::after {
 position: absolute;
 content:" ";
 display:inline-block;
 background:url(../img/common/watermark_after.png);
 background-repeat: no-repeat;
 background-size:contain;
 z-index: 1;
}
.before2::after {
 width:22%;
 height:22%;
 bottom: 2%;
 left: 60%;
}
.after2::after {
 width:22%;
 height:22%;
 bottom: 2%;
 left: 60%;
}
/*===========================
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 !important;
	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.3em 1.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.6em;
}
ul.nb_circle, ul.circle2, ul.circle3, ul.check2, ul.check3 {
	position: relative;
}
ul.circle2 li, ul.check2 li {
	float: left;
	width: 42%;
	padding: 0 0 0.5em 1.8em;
	margin: 0 1.5% 0.5em;
	border-bottom: 1px dashed #CCC;
}
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;
}
.box2 ul.circle4 li, .box3 ul.circle4 li {
	float: left;
	padding: 0 0 0.5em 1.8em;
	margin: 0 0 0.5em;
	width: 22%;
}
.box2 ul.circle4 li:before, .box3 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.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: #E0AC5E;
	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.point3 li {
	background: #E89761;
	padding: 0.4em 1em;
	margin: 0 1%;
	margin-bottom:10px;
	font-size: 15px;
	color:#FFF;
	text-align:center;
	border-radius: 2px;        /* CSS3草案 */
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 2px;   /* Firefox用 */
	float: left;
	width: 28%;
}
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;
	font-size: 1.3em;
}
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;
	top: 7px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align:center;
}
 @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%;
}
.small-writeup ul.check2 li {
 float: none;
 position:relative;
 margin-left:10px;
 width: 90%;
	/* [disabled]overflow: hidden;
*/
}
ul.circle5 li {
 width: 90%;
}
}
ol.promise {
	counter-reset:number; /*数字をリセット*/
	list-style-type: none!important; /*数字を一旦消す*/
	padding:0.5em;
}
ol.promise li {
	position: relative;
	padding-left: 30px;
	line-height: 1.5em;
	padding: 0.5em 0.5em 0.5em 30px;
}
ol.promise 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%);
}
.listbtn li {
	background:#972717;
	padding:0.3em;
	width:30%;
	float:left;
	color:#FFF;
	font-weight:bold;
	margin:0 1%;
	text-align:center;
	border-radius:5px;
}
/*===========================
table
===========================*/

table {
	border-collapse:collapse;
	border-spacing: 0;
}
table th {
	text-align: center;
	vertical-align:middle;
	background-color: #f2e6dd;
	color:#333;
	border:1px #ccc solid;
}
table td {
	vertical-align:middle;
	background-color:#FFF;
	border:1px #ccc solid;
}
table span {
	font-size: 90%;/* font-weight: normal !important; */
}
table td.tdcolor {
	background-color: #F2EDDC;
}
table.table-various1 td.td_right {
	text-align:right;
}
.inquiry table {
	border: none;
}
/* 線の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) {
table {
 border-top: 1px #ccc solid;
}
table th {
 width: 100%;
 display: block;
 border-top: none;
 border-bottom: none;
 box-sizing: border-box;
}
table td {
 width: 100%;
 display: block;
 box-sizing: border-box;
}
.scroll {
 overflow: auto;
 white-space: nowrap;
 border-right: 3px double #333;
}
.scroll table {
 min-width:768px !important;
 overflow:scroll;
}
.scroll table th {
 width:auto;
 display:table-cell;
 vertical-align:middle;
 border-top: 1px #ccc solid;
 border-bottom: 1px #ccc solid;
}
.scroll table td {
 width:auto;
 display:table-cell;
}
}
/*===========================
common
===========================*/

/* 見出し */


h4.various1 {
	font-size: 1.2em;
	padding: .5em .75em;
	margin-bottom: 1em;
	background-color: #e6e0d3;
	border-bottom: none;
}
.txtsize1 {
	font-size:1.3rem;
}
.txtsize2 {
	font-size:1.5rem;
}
.indent-1 {
	padding-left: 1em; /*1em（1文字）分、右に動かす*/
	text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
	line-height: 1.5em;
}
.catchcopy {
	font-size: 2rem;
	font-family: 'Noto Sans Japanese';
	font-weight: 400;
	line-height:1.3em;
	color: #E0625E;
}
.catchcopy1-2 {
	font-size: 1.4rem;
	font-family: 'Noto Sans Japanese';
	font-weight: 400;
	line-height:1.3em;
	color: #E0625E;
}
.catchcopy2 {
	font-size: 1.7rem;
	font-family: 'Noto Sans Japanese';
	font-weight: 400;
	line-height:1.3em;
}
.catchcopy2-2 {
	font-size: 1.2rem;
	font-family: 'Noto Sans Japanese';
	font-weight: 400;
	line-height:1.3em;
}
.small-writeup {
	padding: 30px;
	border: 1px solid #ccc;
}
.small-writeup h3 {
	padding: 0;
	border: none;
}
.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: 44%;
	border: 4px solid #D8A086;
	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 .no-border {
	border: none;
}
.Boxwrap .first {
	margin-left: 0 !important;
}
.box {
	background-color: #f6f6f6;
	border: 2px dashed #fff;
	border-radius: 8px;
	box-shadow: 0 0 0 8px #f6f6f6;
	padding: 2em;
}
.box h3 {
	font-size: 1.5em;
	margin-bottom: 1em;
	border:none !important;
}
.box2 {
	background-color: #f6f6f6;
	border: 2px solid #fff;
	box-shadow: 0 0 0 2px #f6f6f6;
	padding: 2em;
}
.box2 h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
	border:none !important;
}
.box2 h3::after {
 position: relative;
 background: none;
 bottom: 0;
}
.box3 {
	border: 4px double #ccc;
	padding: 2em;
	background-color: #fff;
}
.box3 h3 {
	border:none !important;
	font-size: 1.4rem;
	margin-bottom: 0.2em;
}
.box3 h3::after {
 position: relative;
 background: none;
 bottom: 0;
}
.box4 {
	position: relative;
	margin: 2em auto;
	padding: 40px;
	color: #333; /* 文章色 */
	background-color: #fff; /* 背景色 */
	border: 1px solid #ccc; /* 枠線の太さ・色 */
	width: 80%;
}
.box4-title {
	font-family: 'Noto Sans Japanese';
	font-size: 1.4em;
	position: absolute;
	padding: 0 .5em;
	left: 20px;
	top: -15px;
	font-weight: 500;
	background-color: #fff; /* タイトル背景色 */
	color: #555555; /* タイトル文字色 */
}
 @media screen and (max-width: 768px) {
.Boxwrap .box {
 width: 42%;
}
}
 @media screen and (max-width: 500px) {
.Boxwrap .box {
 width: 100%;
}
}
.youtube {
	position:relative;
	width:100%;
	padding-top:56.25%;
}
.youtube iframe {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}
.btn2 a {
	text-decoration: none;
	text-align:center;
	color: #FFF !important;
	position: relative;
	display: inline-block;
	padding: 0.1em 1em;
	background: #d4a386;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius: 2px;
 transition: all .3s;
 -webkit-transition: all .3s;
}
.btn2 a:hover {
	background: #ddb69f;
}
.btn3 a {
	font-size: 1.2rem;
	text-decoration: none;
	text-align:center;
	color: #FFF !important;
	position: relative;
	display: inline-block;
	padding: 0.5em 2em;
	background: #d4a386;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius: 2px;
 transition: all .3s;
 -webkit-transition: all .3s;
}
.btn3 a:hover {
	background: #ddb69f;
}
/* 画像とテキストを交互に表示 */


.contents-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom:60px;
}
.contents-wrap:nth-child(odd) {
 flex-direction: row-reverse;
}
.contents-text {
	width: 47.5%; /*flex: 2;*/
}
.contents-img {
	width: 47.5%; /*flex: 1;*/
}
.contents-text h3 {
	font-size: 2rem;
	border:none;
	margin-bottom: 1.5rem;
	padding: 0;
}
.contents-img img {
	display: block;
	width: auto;
	max-width: 100%;
}
 @media screen and (max-width: 768px) {
.contents-wrap, .contents-wrap:nth-child(odd) {
 flex-direction: column-reverse;
}
.contents-text, .contents-img {
 width: 100%; /*flex: 1;*/
 margin-bottom:3em;
}
.contents-text h3 {
 text-align: center;
}
}
.txtR {
	float: right;
}
.picup-full img {
	width:100%;
	margin:auto;
}
/*===========================
subnavi
===========================*/

.addnav {
}
.subnavi {
	text-align: center;
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
}
.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;
}
/* #a01, #a02, #a03 {
	margin-top: 45px;
	padding-top: -45px;
} */

 @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;
}
}
/*******************************
width
*******************************/

.w80 {
	width:80%;
	margin:auto;
}
.w70 {
	width:70%;
	margin:auto;
}
.w60 {
	width:60%;
	margin:auto;
}
.w50 {
	width:50%;
	margin:auto;
}
.w40 {
	width:40%;
	margin:auto;
}
 @media only screen and (max-width: 768px) {
 .w80, .w70, .w60, .w50, .w40 {
 width: auto;
 margin:auto;
}
}
.flex-3 {
	display:flex;
	justify-content:space-between;
	align-items:start;
	flex-wrap:nowrap;
}
.flex-3 li {
	width:30%;
	margin:1% auto;
}
.flex-3 li:nth-of-type(1) {
 width:30%;
 margin:1% 0 1% 1%;
}
.flex-3 li:nth-of-type(3) {
 width:30%;
 margin:1% 1% 1% 0%;
}
.main-nav ul li.nav4 {
	margin: 0 6% 0 3%;
	width: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 1.01rem;
	color: #333;
}
.flex-2col {
	display:flex;
	justify-content:space-between;
	align-items:start;
	flex-wrap:nowrap;
}
.flex-2col li {
	width:48%;
	margin:1% auto;
}
.flex-2col-2 {
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:nowrap;
}
.flex-2col-2 li:nth-of-type(1) {
 width:70%;
 margin:1% auto;
}
.flex-2col-2 li:nth-of-type(2) {
 width:26%;
 margin:1% auto;
}
.flex-2col-3 {
	display:flex;
	justify-content:start;
	align-items:start;
	flex-wrap:wrap;
}
.flex-2col-3 li {
	width:48%;
	margin:1% auto;
}
.flex-2col-3 li:nth-of-type(11) {
 width:48%;
 margin:1%;
}
.tx-lrg {
	font-size:1.3rem;
}
.flex-3col {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-3col > li{
  width:32%;
  margin:0 0 0 1%; 
}
.box-7 {
	border: 4px solid #D8A086;
	background-color: #FFF;
	box-shadow: none;
	list-style: none;
	padding: 20px;
	margin-bottom: 40px;
	position: relative;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}
.content ul.circle-3 {
    display:flex;
	justify-content:start;
	align-items:start;
	flex-wrap:wrap;
}

.content ul.circle-3 li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.5em;
    margin-right: 0.5%;
    position: relative;
    width: 17%;
}
.content ul.circle-3 li:last-child {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.5em;
    margin-right: 0.5%;
    position: relative;
    width: 20%;
}
.content ul.circle-3 li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #333;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}
.h4-ttl {
	font-weight:800;
	font-size:1.2rem;
}
.catchcopy1-2 {
	font-size: 1.4rem;
	font-family: 'Noto Sans Japanese';
	font-weight: 400;
	line-height: 1.3em;
	color: #E0625E;
}
.h5-ttl {
	font-weight:600;
	font-size:1.0rem;
}
.tbl-5 {
	margin-bottom:1rem !important;
}
.tx-110 {
	font-size:110%;
}
.tx-120 {
	font-size:120%;
}
.tx-130 {
	font-size:130%;
}
.tx-140 {
	font-size:140%;
}
.tx-150 {
	font-size:150%;
}
.tx-bld400 {
	font-weight:400;
}
.tx-bld500 {
	font-weight:500;
}
.tx-bld600 {
	font-weight:600;
}
.col_orange {
	color:#FC0;
}
.content ul.circle-2 li {
	padding: 0 0 0.5em 1.2em;
	margin-bottom: 0.7em;
	border-bottom: 1px dashed #CCC;
	width:44%;
	margin-right:2%;
	position: relative;
	display:inline-block;
}
.content ul.circle-2 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #333;
	border-radius: 50%;
	left: 0.5em;
	margin-top: 0.6em;
}
.flex {
	display: flex;
	justify-content: space-between;
	align-items: start;
	flex-wrap: wrap;
}
.flex-2col {
	display:flex;
	justify-content:start;
	align-items:center;
	flex-wrap:wrap;
}
.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:48% !important;
	margin:0 0 0 0% !important;
}
.flex-list6 {
	width:58% !important;
	margin:0 0 0 0% !important;
}
.flex-list7 {
	width:68% !important;
	margin:0 0 0 0% !important;
}
.flex-list8 {
	width:78% !important;
	margin:0 0 0 0% !important;
}
.flex-list9 {
	width:88% !important;
	margin:0 0 0 0% !important;
}
.flex-2col-2 {
	display:flex;
	justify-content:start;
	align-items:start;
	flex-wrap:wrap;
}
.flex-2col-2 li:nth-of-type(1) {
 width:37%;
 margin:0 0 0 3%;
}
.flex-2col-2 li:nth-of-type(2) {
 width:52%;
 margin:0 0 0 3%;
}
.flex-3col {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-3col > li{
  width:32%;
  margin:0 0 0 1%; 
}
}
.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;
}
/* 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;
}
.col_red {
	color:#F33;
}
.col_green {
	color: #1a9651 !important;
}
.col_blue {
	color: #06C;
}
.col_orange {
	color: #F06000;
}
.tx-70p {
	font-size:70%;
	letter-spacing:nomal;
}
.tx-80p {
	font-size:80%;
	letter-spacing:nomal;
}
.tx-90p {
	font-size:90%;
	letter-spacing:nomal;
}
.tx100p {
	font-size:100%;
	letter-spacing:nomal;
}
.tx-120p {
	font-size:120%;
	letter-spacing:nomal;
}
.tx-140p {
	font-size:140%;
	letter-spacing:nomal;
	line-height:1.4em;
}
.tx-160p {
	font-size:160%;
	letter-spacing:nomal;
}
.tx-180p {
	font-size:180%;
	letter-spacing:nomal;
}
.tx-230p {
	font-size:230%;
	letter-spacing:nomal;
}
.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;
}

/*CSS切替*/
@media only screen and (max-width: 768px) {
 .flex-2col {
 display:flex;
 justify-content:start;
 align-items:start;
 flex-wrap:wrap;
 flex-direction:column;
}
.flex-2col li {
 width: auto;
 margin: auto;
}
.flex-2col-3 {
	display:flex;
	justify-content:start !important;
	align-items:start;
	flex-wrap:wrap;
 flex-direction:column;
}
.flex-2col-3 li {
	width:auto;
	margin:auto;
}
.flex-2col-3 li:nth-of-type(11) {
 width:auto;
 margin:auto;
}
.flex-3 {
 display:flex;
 justify-content:space-between;
 align-items:start;
 flex-wrap:nowrap;
 flex-direction:column;
}
.flex-3 li {
 width:auto;
 margin:0 auto 30px;
}
.flex-3 li:nth-of-type(1) {
 width:auto;
 margin:0 auto 30px;
}
.flex-3 li:nth-of-type(3) {
 width:auto;
 margin:0 auto 30px;
}
 .flex-3col {
 display:flex;
 justify-content:space-between;
 align-items:start;
 flex-wrap:nowrap;
 flex-direction:column;
}
.flex-3col li {
 width: auto;
 margin:1% auto;
}
.content ul.circle-2 li {
 padding: 0 0 0.5em 1.2em;
 margin-bottom: 0.7em;
 border-bottom: 1px dashed #CCC;
 width: auto;
 margin-right:2%;
 position: relative;
 display:inline-block;
}
.content ul.circle-3 {
    display:flex;
	justify-content:start;
	align-items:start;
	flex-wrap:wrap;
 flex-direction:column;
}

.content ul.circle-3 li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.5em;
    margin-right: 0.5%;
    position: relative;
    width: auto;
}
.content ul.circle-3 li:last-child {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.5em;
    margin-right: 0.5%;
    position: relative;
    width:  auto;
}

}
.news{
	overflow:auto;
	height:350px;
}
.news dd{
	padding-bottom:0.5em;
	border-bottom: solid 1px #CCC;
	margin-bottom:15px;
}
.news dd:last-child{
	padding-bottom:0.5em;
	border-bottom:  none;
	margin-bottom:15px;
}



/*スマホ時TELボタン*/
@media only screen and (min-width: 480px) {
.footer_tel a {
 display: none;
}
}
 @media only screen and (max-width: 736px) {
#totop a {
 bottom: 25vw;
}
footer .copyright2 {
 width: 150px;
 margin: 20px auto 60px;
}
.footer_tel a {
 bottom: 0px;
 left: 0px;
 width: 100%;
 height: 50px;
 background-color: #F2C084;
 padding: 5px;
 position: fixed;
 z-index: 9999;
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center;
 align-items: center;
 -webkit-justify-content: center;
 justify-content: center;
 font-size: 2em;
 font-weight: 700;
 color: #FFF;
 text-align: center;
 text-decoration: none;
 font-family: 'Noto Sans Japanese';
/* border-right: 1px solid #E08601; */
}
}




/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc {
display: none !important;
}
.sp {
display: block !important;
}
}
/*レスポ電話*/

@media only screen and (min-width: 768px) {
.no_link {
 text-decoration: none;
 color:#000 !important;
}
.no_link:hover {
 text-decoration: none;
 color:#000 !important;
}
}
