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

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

.vis1 .catch {
	position: absolute;
	text-align: left;
	left: 3%;
	top: 35%;
	font-size: 3.2vw;
	line-height:1.4em;
	/* height: 14em;*/
	color:#fff;
	letter-spacing: 0;
	font-weight:bold !important;
	transform: rotate(.03deg);
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: 300;
}
.vis1 .catch span {
	font-size:2.2vw;
}
.subcatch {
	font-size:2.2vw;
	line-height:1.3em;
}
@media screen and (max-width: 768px) {
.vis1 .catch {
	top: 45%;
	font-size: 5.5vw;
}
}

/*
.vis1 .catch {
	text-align: left;
	margin-top: 0;
	margin-left: 2%;
	font-size: 2.8vw;
	line-height:1.2em;

	color:#fff;
	letter-spacing: 0;
	font-family: 'Sawarabi Mincho';

	position: relative;
}
.subcatch {
	font-size:2.4vw;
	line-height: 0;
}

@media screen and (max-width: 768px) {

.vis1 .catch {
	font-size: 4.6vw;
	
}
.subcatch {

}


}


/*===========================
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: 20px 40px;
	margin: 0 auto;
	z-index: 999;
	position: relative;
	min-height: 150px;
}
.intro h2 {
     text-align: center;
}
 
.intro h2 span{
     position: relative;
     display: inline-block;
	 font-size:1.5rem;
     padding: 0 0.5em;
}
      
.intro h2 span::before, .intro h2 span::after{
     position: absolute;
     top: 50%;
     content: '';
     width: 1.5em;
     height: 1px;
     background-color: black;
}
 
.intro h2 span::before {left: 100%;}
.intro h2 span::after { right: 100%;}
.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;
}
}
/*===========================
content
===========================*/

.facility-name {
	width: 90px;
	margin: 30px auto;
}
.pic-adjust1 {
	width: 100%;
	height: 450px;
	position: relative;
	overflow: hidden;
}
.pic-adjust1 img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
}
.pic-adjust1 img {
	width: 400%;
	max-width: none;
}
/*===========================
list
===========================*/

.content ul.check li {
	padding: 0 0 0.5em 1.8em;
}

.content ul.nb_circle li {
	padding: 0 0 0 1.2em;
	margin-bottom: 0;
}
.content 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;
}
.content ul.nb_circle, .content ul.circle2, .content ul.circle3, .content ul.check2, .content ul.check3 {
	position: relative;
}
.content ul.circle2 li, .content ul.check2 li {
	border-bottom: 1px dashed #CCC;
	float: left;
	padding: 0 0 0.5em 1.8em;
	margin: 0 1% 0.7em;
	width: 45%;
}
.content 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;
}
.content ul.check2 li::before {
	display: block;
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}
.content ul.circle3 li {
	float: left;
	padding: 0 0 0.5em 1.2em;
	margin: 0.2em 35px 0.5em 0;
	border-bottom: 1px dashed #CCC;
	width: 27%;
}
.content ul.check3 li {
	float: left;
	padding: 0 0 0.5em 1.8em;
	margin: 0.2em 30px 0.2em 0;
	margin-right: 35px;
	width: 30%;
}
.content 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;
}
.content ul.check3 li::before {
	display: block;
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}
.content ul.circle4 li {
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 1.8em;
	margin-right: 35px;
	width: 13em;
}
.content ul.check4 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;
}
.content 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;
}
.content ul.check4 li::before {
	display: block;
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}
.content 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;
}
.content 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;
}
ol.number-list2 {
	display: block;
	list-style-position: outside;
}
ol.number-list2 li {
	list-style-type: decimal;
	padding: 0 0 0 10px;
	margin-left: 2em;
}
 @media screen and (max-width: 768px) {
ul.circle2 li, ul.check2 li {
	float: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1.8em;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 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: 100%;
}
}
/*===========================
table
===========================*/

table th {
	padding: 12px;
	text-align: center;
	vertical-align:middle;
	border-color:#768065;
	background-color: #e3efce;
	color:#333;
}
table td {
	padding: 12px;
	vertical-align:middle;
	background-color:#FFF;
	border-color:#768065;
}
table.table-various1 td.td_right {
	text-align:right;
}
/* 
.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;
}
}
/*===========================
others
===========================*/

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

/* 見出し */

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;
}

h4.various4 {
  padding: .5em .75em;
  background-color: #ede8e2;
  border-bottom: none;
}

/* テキスト */

.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;
}
.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.1em;
	color: #e68e00;
}
.orange {
	color: #DE3F00;
}
.indent-1 {
	padding-left: 1em; /*1em（1文字）分、右に動かす*/
	text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
	margin-bottom: 0.4em;
	line-height: 1.5em;
}

#anchor1, #anchor2 {
	padding-top:160px;
	margin-top: -160px;
}

/* ボックス */

.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;
}
.box2 h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
}
.box2 h3::after {
	position: relative;
	background: none;
	bottom: 0;
}
.box3 {
	border: 4px double #a0c47f;
	padding: 2em;
}
.box3 h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
}
.box3 h3::after {
	position: relative;
	background: none;
	bottom: 0;
}

.box4 {
	position: relative;
    margin: 2em 0;
    padding: 40px 20px 20px;
    border: solid 2px #6BB36F;
}
.box4 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 12px;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    font-size: 1.3em;
    background: #6BB36F;
    color: #ffffff;
    font-family: 'Noto Sans Japanese';
	font-weight: 500;
}

.small-writeup {
	border: 1px solid #ccc;
	padding: 2em;
	margin-bottom: 0;
}
.small-writeup h3 {
	font-size: 1.2rem;
	margin-bottom: 1em;
}



/* ボタン */

.btn2 a {
	text-decoration: none;
	text-align:center;
	color: #FFF !important;
	position: relative;
	display: inline-block;
	padding: 0.25em 1em;
	background: #027D4C;
	border-radius: 8px;
	box-shadow: 1px 1px 5px #999;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.btn2 a:hover {
	background: #03af6a;
}
.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: #027D4C;
	border-radius: 5px;
	box-shadow: 1px 1px 5px #333;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.btn3 a:hover {
	background: #03af6a;
}

/* others */

.pc {
}

.comingsoon {
	border: 1px solid #ddd;
	padding: 5em 2em;
	text-align: center;
}

.pdf {
	background-color:#ffffff;
	display:block;
}
.pdf img:hover, .pdf a:hover {
	cursor:pointer;
	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;
	zoom:1;
	transition: all .5s;
	-webkit-transition: all .5s;
}
 @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: flex;
	justify-content: space-between;
	margin-bottom:40px;
}
.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 {
	margin-bottom: 2rem;
	font-size: 1.8rem;
	line-height:1.1em;
}
.contents-img img {
	display: block;
	width: auto;
	max-width: 100%;
}

.floatLeft{
	float:left;
	padding-right:20px;
}

 @media screen and (max-width: 768px) {
.contents-wrap, .contents-wrap:nth-child(odd) {
	flex-direction: column;
}
.contents-text, .contents-img {
	width: 100%; /*flex: 1;*/
	margin-bottom:3em;
}
.contents-text h2 {
	text-align: center;
}
.floatLeft{
	float: none;
	padding-right:0;
}


}

.bg-white{
	background:rgba(255,255,255,0.6);
	padding:3em;
}

/*******************************
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;
}
}

/*画像保存禁止用
img {
  pointer-events: none;
}*/

/* ////// arra-ez responsive set --- please custom as you like //////////////////////////  */
body, html {margin:0; padding:0;}
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
 
.shell { display: flex; flex-direction:row; flex-wrap:wrap; }
.shell.reverse { display: flex; flex-direction:row-reverse; flex-wrap:wrap; }
.shell.nowrap-x { flex-wrap:nowrap; }
.shell.left { justify-content:flex-start; }
.shell.center, .shell.x-center { justify-content:center; }
.shell.right { justify-content:flex-end; }
.shell.fill, .shell.fill-x, .shell.split { justify-content:space-between; }
.shell.equalize { justify-content:space-around; }
.shell.top { align-items:flex-start; }
.shell.middle, .shell.y-center { align-items:center; }
.shell.baseline { align-items:baseline; }
.shell.bottom { align-items:flex-end; }
.shell > .grow-x {flex-grow:1;}
.stretch, .grow-y { align-self:stretch; }
 
.solo, .full { width:100%;}
.duo, .half { width:50%;}
.trio, .one-third { width:calc(100% / 3);}
.two-thirds { width:calc(100% / 3 * 2);}
.quad, .quarter { width:25%;}
.three-quarters { width:75%;}
.penta, .twenty { width:20%;}
.thirty { width:30%;} 
.forty { width:40%;} 
.sixty { width:60%;}
.seventy { width:70%;}
.eighty { width:80%;}
 
.solo.gutter, .full.gutter { width:98%; margin:1em 1%;}
.duo.gutter, .half.gutter { width:48%;  margin:1em 1%;}
.trio.gutter, .one-third.gutter { width:calc(94% / 3); margin:1em 1%;}
.two-thirds.gutter { width:calc(97% / 3 * 2); margin:1em 1%;}
.quad.gutter, .quarter.gutter { width:23%; margin:1em 1%;}
.three-quarters.gutter { width:73%; margin:1em 1%;}
.penta.gutter, .twenty.gutter { width:18%; margin:1em 1%;}
.thirty.gutter { width:28%; margin:1em 1%;} 
.forty.gutter{ width:38%; margin:1em 1%;} 
.sixty.gutter { width:58%; margin:1em 1%;}
.seventy.gutter { width:68%; margin:1em 1%;}
.eighty.gutter { width:78%; margin:1em 1%;}
 
.centering {text-align:center;}
.centering > * { margin-left:auto !important; margin-right:auto !important;}
 
/* Universal Padding Class --- as you like */
.pd-around {padding:1.5em 1.5em;}
.pd-side {padding:0 1.5em;}
.pd-top-bottom {padding:1.5em 0;}
.pd-right {padding-right:1.5em;}
.pd-left {padding-left:1.5em;}
 
/* clearfix --- for use together with legacy float layout */
.clearfix:before, .clearfix:after { content: " "; display: table;}
.clearfix:after { clear: both;}
.clearfix { *zoom: 1;}
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0;}
 
/*** Media Query ***/
@media only screen and (max-width: 899px) {
     
    .shell.break900:not(.step) { flex-direction:column;}
    .shell.break900 > .solo, .shell.break900 > .full, .shell.break900 > .duo, .shell.break900 > .half, .shell.break900 > .trio, .shell.break900 > .one-third, .shell.break900 > .two-thirds, .shell.break900 > .quad, .shell.break900 > .quarter, .shell.break900 > .three-quarters, .shell.break900 > .penta, .shell.break900 > .twenty, .shell.break900 > .thirty, .shell.break900 > .forty, .shell.break900 > .sixty, .shell.break900 > .seventy, .shell.break900 > .eighty 
    { width:100%; }
    .shell.break900 > .solo.gutter, .shell.break900 > .full.gutter, .shell.break900 > .duo.gutter, .shell.break900 > .half.gutter, .shell.break900 > .trio.gutter, .shell.break900 > .one-third.gutter, .shell.break900 > .two-thirds.gutter, .shell.break900 > .quad.gutter, .shell.break900 > .quarter.gutter, .shell.break900 > .three-quarters.gutter, .shell.break900 > .penta.gutter, .shell.break900 > .twenty.gutter, .shell.break900 > .thirty.gutter, .shell.break900 > .forty.gutter, .shell.break900 > .sixty.gutter, .shell.break900 > .seventy.gutter, .shell.break900 > .eighty.gutter
    { width:98%; margin:1em 1%;}
     
    .shell.step { flex-direction:row; flex-wrap:wrap; }
    .shell.step > .duo, .shell.step > .half, .shell.step > .trio, .shell.step > .one-third, .shell.step > .two-thirds, .shell.step > .quad, .shell.step > .quarter, .shell.step > .three-quarters, .shell.step > .penta, .shell.step > .twenty, .shell.step > .thirty, .shell.step > .forty, .shell.step > .sixty, .shell.step > .seventy, .shell.step > .eighty 
    { width:50%;}
    .shell.step > .duo.gutter, .shell.step > .half.gutter, .shell.step > .trio.gutter, .shell.step > .one-third.gutter, .shell.step > .two-thirds.gutter, .shell.step > .quad.gutter, .shell.step > .quarter.gutter, .shell.step > .three-quarters.gutter, .shell.step > .penta.gutter, .shell.step > .twenty.gutter, .shell.step > .thirty.gutter, .shell.step > .forty.gutter, .shell.step > .sixty.gutter, .shell.step > .seventy.gutter, .shell.step > .eighty.gutter 
    { width:48%; margin:1em 1%;}
     
}
 
/* Mobile Single Column ( like 7-10 inch Tablet ) */
@media only screen and (max-width: 768px) {
 
    .container, .wide-container {padding:0 0.3em;} /* as you like */
 
    .shell.break768:not(.step) { flex-direction:column;}
    .shell.break768 > .solo, .shell.break768 > .full, .shell.break768 > .duo, .shell.break768 > .half, .shell.break768 > .trio, .shell.break768 > .one-third, .shell.break768 > .two-thirds, .shell.break768 > .quad, .shell.break768 > .quarter, .shell.break768 > .three-quarters, .shell.break768 > .penta, .shell.break768 > .twenty, .shell.break768 > .thirty, .shell.break768 > .forty, .shell.break768 > .sixty, .shell.break768 > .seventy, .shell.break768 > .eighty
    { width:100%; }
    .shell.break768 > .solo.gutter, .shell.break768 > .full.gutter, .shell.break768 > .duo.gutter, .shell.break768 > .half.gutter, .shell.break768 > .trio.gutter, .shell.break768 > .one-third.gutter, .shell.break768 > .two-thirds.gutter, .shell.break768 > .quad.gutter, .shell.break768 > .quarter.gutter, .shell.break768 > .three-quarters.gutter, .shell.break768 > .penta.gutter, .shell.break768 > .twenty.gutter, .shell.break768 > .thirty.gutter, .shell.break768 > .forty.gutter, .shell.break768 > .sixty.gutter, .shell.break768 > .seventy.gutter, .shell.break768 > .eighty.gutter
    { width:98%; margin:1em 1%;}
     
    .shell:not(.keep) > .solo, .shell:not(.keep) > .full, .shell:not(.keep) > .duo, .shell:not(.keep) > .half, .shell:not(.keep) > .trio, .shell:not(.keep) > .one-third, .shell:not(.keep) > .two-thirds, .shell:not(.keep) > .quad, .shell:not(.keep) > .quarter, .shell:not(.keep) > .three-quarters, .shell:not(.keep) > .penta, .shell:not(.keep) > .twenty, .shell:not(.keep) > .thirty, .shell:not(.keep) > .forty, .shell:not(.keep) > .sixty, .shell:not(.keep) > .seventy, .shell:not(.keep) > .eighty
    { width:100%; margin:0; }   
    .shell:not(.keep) > .solo.gutter, .shell:not(.keep) > .full.gutter, .shell:not(.keep) > .duo.gutter, .shell:not(.keep) > .half.gutter, .shell:not(.keep) > .trio.gutter, .shell:not(.keep) > .one-third.gutter, .shell:not(.keep) > .two-thirds.gutter, .shell:not(.keep) > .quad.gutter, .shell:not(.keep) > .quarter.gutter, .shell:not(.keep) > .three-quarters.gutter, .shell:not(.keep) > .penta.gutter, .shell:not(.keep) > .twenty.gutter, .shell:not(.keep) > .thirty.gutter, .shell:not(.keep) > .forty.gutter, .shell:not(.keep) > .sixty.gutter, .shell:not(.keep) > .seventy.gutter, .shell:not(.keep) > .eighty.gutter
    { width:98%; margin:1em 1%;}
 
    .shell.step { flex-direction:row; flex-wrap:wrap; }
    .shell.step > .duo, .shell.step > .half, .shell.step > .trio, .shell.step > .one-third, .shell.step > .two-thirds, .shell.step > .quad, .shell.step > .quarter, .shell.step > .three-quarters, .shell.step > .penta, .shell.step > .twenty, .shell.step > .thirty, .shell.step > .forty, .shell.step > .sixty, .shell.step > .seventy, .shell.step > .eighty 
    { width:50%;}
    .shell.step > .duo.gutter, .shell.step > .half.gutter, .shell.step > .trio.gutter, .shell.step > .one-third.gutter, .shell.step > .two-thirds.gutter, .shell.step > .quad.gutter, .shell.step > .quarter.gutter, .shell.step > .three-quarters.gutter, .shell.step > .penta.gutter, .shell.step > .twenty.gutter, .shell.step > .thirty.gutter, .shell.step > .forty.gutter, .shell.step > .sixty.gutter, .shell.step > .seventy.gutter, .shell.step > .eighty.gutter
    { width:48%; margin:1em 1%;}
 
    .shell.keep-half:not(.keep), .shell.keep-half:not(.keep) { flex-direction:row;}
    .shell.keep-half:not(.keep) > .solo, .shell.keep-half:not(.keep) > .full, .shell.keep-half:not(.keep) > .duo, .shell.keep-half:not(.keep) > .half, .shell.keep-half:not(.keep) > .trio, .shell.keep-half:not(.keep) > .one-third, .shell.keep-half:not(.keep) > .two-thirds, .shell.keep-half:not(.keep) > .quad, .shell.keep-half:not(.keep) > .quarter, .shell.keep-half:not(.keep) > .three-quarters, .shell.keep-half:not(.keep) > .penta, .shell.keep-half:not(.keep) > .twenty, .shell.keep-half:not(.keep) > .thirty, .shell.keep-half:not(.keep) > .forty, .shell.keep-half:not(.keep) > .sixty, .shell.keep-half:not(.keep) > .seventy, .shell.keep-half:not(.keep) > .eighty   
    { width:50%;}   
    .shell.keep-half:not(.keep) > .solo.gutter, .shell.keep-half:not(.keep) > .full.gutter, .shell.keep-half:not(.keep) > .duo.gutter, .shell.keep-half:not(.keep) > .half.gutter, .shell.keep-half:not(.keep) > .trio.gutter, .shell.keep-half:not(.keep) > .one-third.gutter, .shell.keep-half:not(.keep) > .two-thirds.gutter, .shell.keep-half:not(.keep) > .quad.gutter, .shell.keep-half:not(.keep) > .quarter.gutter, .shell.keep-half:not(.keep) > .three-quarters.gutter, .shell.keep-half:not(.keep) > .penta.gutter, .shell.keep-half:not(.keep) > .twenty.gutter, .shell.keep-half:not(.keep) > .thirty.gutter, .shell.keep-half:not(.keep) > .forty.gutter, .shell.keep-half:not(.keep) > .sixty.gutter, .shell.keep-half:not(.keep) > .seventy.gutter, .shell.keep-half:not(.keep) > .eighty.gutter
    { width:48%; margin:1em 1%;}
     
    /* Universal padding class --- as you like */
    .pd-around {padding:1.5em 1.5em;}
    .pd-side {padding:0 1.5em;}
    .ttal {text-align:left !important;}
    .ttal:not(.pd-side) { padding:0 1.5em;}
    .pd-around .ttal:not(.pd-side), .pd-side .ttal:not(.pd-side) { padding:0;}  
     
}
 
/* Traditional SmartPhone Portrait Size */
@media only screen and (max-width: 479px) {
     
    .shell:not(.keep), .shell.step:not(.keep) { flex-direction:column;}
    .shell.step:not(.keep) > .solo, .shell.step:not(.keep) > .full, .shell.step:not(.keep) > .duo, .shell.step:not(.keep) > .half, .shell.step:not(.keep) > .trio, .shell.step:not(.keep) > .one-third, .shell.step:not(.keep) > .two-thirds, .shell.step:not(.keep) > .quad, .shell.step:not(.keep) > .quarter, .shell.step:not(.keep) > .three-quarters, .shell.step:not(.keep) > .penta, .shell.step:not(.keep) > .twenty, .shell.step:not(.keep) > .thirty, .shell.step:not(.keep) > .forty, .shell.step:not(.keep) > .sixty, .shell.step:not(.keep) > .seventy, .shell.step:not(.keep) > .eighty    
    { width:100%; margin: margin:0;}
    .shell.step:not(.keep) > .solo.gutter, .shell.step:not(.keep) > .full.gutter, .shell.step:not(.keep) > .duo.gutter, .shell.step:not(.keep) > .half.gutter, .shell.step:not(.keep) > .trio.gutter, .shell.step:not(.keep) > .one-third.gutter, .shell.step:not(.keep) > .two-thirds.gutter, .shell.step:not(.keep) > .quad.gutter, .shell.step:not(.keep) > .quarter.gutter, .shell.step:not(.keep) > .three-quarters.gutter, .shell.step:not(.keep) > .penta.gutter, .shell.step:not(.keep) > .twenty.gutter, .shell.step:not(.keep) > .thirty.gutter, .shell.step:not(.keep) > .forty.gutter, .shell.step:not(.keep) > .sixty.gutter, .shell.step:not(.keep) > .seventy.gutter, .shell.step:not(.keep) > .eighty.gutter 
    { width:98%; margin:1em 1%;}
 
    /* Single Column --- Universal margin-bottom class */
    .shell.automa > , .shell.automa > .gutter {margin-bottom:1.5em !important;}
 
    /* Universal padding class --- as you like */
    .pd-around {padding:6% 3%;}
    .pd-side, .pd-right, .pd-left {padding:0 3%;}
    .stal {text-align:left !important;}
    .stal:not(.pd-side) { padding:0 3%;}
    .pd-around .stal:not(.pd-side), .pd-side .stal:not(.pd-side) { padding:0;}  
 
}


.image-trim1 {
  width: 100%;
  height: 260px;
  object-fit: none;
	object-fit: cover;
}


/* アコーディオン */
.acd-check{
    display: none;
}
.acd-label{
    background: #727a7e;
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    position: relative;
}
/*.acd-label:after{
    background: #00479d;
    box-sizing: border-box;
    content: '\f067';
    display: block;
    font-family: "Font Awesome 5 Free";
    height: auto;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
 }*/
.acd-content{
    border: 1px solid #333;
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
/*.acd-check:checked + .acd-label:after{
    content: '\f068';
}*/
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}