@charset "UTF-8";
/*---------------------------------------------
	基本設定
---------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html { font-size: 16px; }

body {
	font-family: "Noto Sans JP", sans-serif;
	color: #3b3b3b;
  line-height: 1.5em;
	letter-spacing: 3px;
}

a {
  text-decoration: none;
  color: #0B9FD4;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 10px 5px;
}
a:hover {
  opacity: 0.7;
  font-weight: 600;
  text-decoration: none;
  text-underline-offset:1px;
  text-decoration: underline;
}


/*カラー変数*/
:root {
  --green:#11b554;
  --lightgreen:#00B900;
  --pink:#f96565;
}
/*---------------------------------------------
	レスポンシブ
---------------------------------------------*/
.sp_only{
	display: none;
}
.br_sp{
  display: none;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/*---------------------------------------------
	Common
---------------------------------------------*/

.RED {
	color: #f00;
}

.brown_line {
	position		: relative;
	width				: 100%;
	max-width		:	1000px;
	margin			: 0px auto;
	padding			:	0.3em;
	background	: #948372;
	color				:	#fff;
}

.brown_line p{
	width				: 100%;
	padding			:	0.5em;
	background	: #948372;
	color				:	#fff;
	font-size		:	16px;
	font-weight	:	400;
	text-align	:	center;
	border-top		:	2px solid #fff;
	border-bottom	:	2px solid #fff;
}

.brown_line_sp{
	display: none;
}

/*h2*/
h3 {
  font-weight		: 600;
  font-size			:  22px;
  text-align		: let;
  line-height		: 2em;
  width 				: 100%;
  padding				: 30px 30px 30px 30px;
  background		: #11b554;
  color 				: #fff;
  border-radius	: 5px;
  box-shadow		: 4px 4px 4px #ddd;
  margin				: 1em 0px 1em -10px;
}

h2 {
	font-family: MatisseProN-M, sans-serif;
  width: 100%;
  font-size		: 22px;
  font-weight	: 600;
  text-align	: left;
  padding			: 20px 30px 20px 30px;
  color				: #333;
  margin			: 2em 0em 2em -0.5em;
  background	:	#eee8aa;
  border			:	3px solid #bdb76b;
  border-radius: 12px;
  box-shadow	: 4px 4px 4px #bdb76b;
}

h5 {
  color 						: #333;
  font-weight				: 600;
  font-size					: 20px;
  text-align				: let;
  width 						: 100%;
  margin						: 1em 0px 2em -1em;
  padding						: 1em;
  background-color	: #dcdcdc;
  border      			: 2px dotted #999;
  border-radius			: 6px;
}

.catchcopy2 h2{
  width						: 100%;
  margin					: 0em;
  padding					: 0em;
  font-size				: 24px;
  font-weight			: 600;
  text-align			: left;
  line-height			: 2em;
  color						: #11b554;
  background-color: transparent;
  border					: 0px;
  border-radius		: 0px;
  box-shadow			: 0px 0px 0px #fff;
}

.nglist h2 {
  font-weight: 600;
  font-size:  26px;
  text-align: let;
  line-height: 100%;
  width : 100%;
  padding			: 1em 2em 1em 2em;
  background-color: #f96565;
  color : #fff;
  border			:	0px solid #999;
  border-radius: 6px;
  box-shadow: 4px 4px 4px #ddd;
}

.nglist h3 {
  font-weight				:  600;
  font-size					:  20px;
  text-align				: let;
  line-height				: 100%;
  width 						: 100%;
  padding						: 1em 2em 1em 2em;
  background-color	: #ffe4e1;
  color 						: #f96565;
  border						:	2px solid #999;
  border-radius			: 6px;
  box-shadow				: 4px 4px 4px #ddd;
  margin						: 0px 0px 2em -10px;
}


h4 {
  width					: 100%;
  margin				: 1em 0px 1em 0px;
  padding				: 5px 10px 10px 2em;
  position			: relative;
  font-weight		: 600;
  border-bottom	: solid 2px #aaa;
}
h4:before{
 position			: absolute;
 content			: "";
 width				: 16px;
 height				: 16px;
 display			: inline-block;
 border				: 8px solid transparent;
 border-left-color:#666;
 box-sizing		:border-box;
 top					:12px;
 left					:10px;
}

.h4A {
	font-size		: 22px;
	font-weight	: 600;
}


/*ボタン*/
a.button{
	width	: 450px;
  height: 60px;
  line-height: 60px;
  display: block;
  margin: 20px auto;
  color: #fff;
  text-align: center;
  background-color: #11b554;
  border-radius: 6px;
}
a.button_pink{
	width	: 450px;
  height: 60px;
  line-height: 60px;
  display: block;
  margin: 20px auto;
  color: #fff;
  text-align: center;
  background-color: #f96565;
}

a.button_reserve {
	width	: 450px;
  height: 80px;
  line-height: 80px;
  font-size : 22px;
  display: block;
  margin: 20px auto;
  color: #fff;
  text-align: center;
  background-color: #f96565;
  border-radius	: 5px ;
}

a.button_WDR {
	width	: 450px;
  height: 60px;
  line-height: 60px;
  font-size : 18px;
  display: block;
  margin: 20px auto;
  color: #fff;
  text-align: center;
  background-color: #f96565;
  border-radius	: 5px ;
}

a.button_gray {
	width	: 450px;
  height: 60px;
  line-height: 60px;
  display: block;
  margin: 20px auto;
  border:  solid 1px #ddd;
  color: #333;
  text-align: center;
  background: linear-gradient(#fefefe 0%, #efefef 100%);
  box-shadow: 2px 2px 4px -2px #aaa,
  2px 2px 2px #fff inset;
}
/*ボックス*/
.point {  
  display: block;
  position: relative;
  margin: 40px auto;
  padding: 60px 20px 20px;
  width: 95%;
  background: rgba(56,248,0,0.09);
  box-sizing: border-box;
  box-shadow: 2px 2px 2px #ddd;
  border: solid 1px #11b554;
}

.point>div:first-child {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
  box-sizing: border-box;
  padding: 0 12px;
  margin: 0;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  background: #11b554;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}
.point>div:first-child:before {
  position: absolute;
  content: '';
  top: 0;
  left: -7px;
  border: none;
  height: 38px;
  width: 7px;
  background: #11b554;
  border-radius: 5px 0 0 5px;
}
.point>div:first-child:after {
  position: absolute;
  content: '';
  bottom: -7px;
  left: -5px;
  border: none;
  height: 7px;
  width: 5px;
  background: #097334;
  border-radius: 5px 0 0 5px;
}

.donation {
  padding: 20px 10px 20px 10px;
  border: solid 3px #A4C0E0;
}


.box_gray {  
  display			: block;
  position		: relative;
  margin			: 1em auto 1em auto;
  padding			: 1em 1em 1em 2em;
  width				: 100%;
  background	: #eee;
  box-shadow	: 2px 2px 2px #dcdcdc;
  border			: 2px solid#666;
  border-radius	: 10px;
}


.box_green {  
  display			: block;
  position		: relative;
  margin			: 1em auto 1em auto;
  padding			: 1em 1em 1em 2em;
  width				: 100%;
  background	: #e1fae1;
  box-shadow	: 2px 2px 2px #ddd;
  border			: 2px solid#11b554;
  border-radius	: 10px;
}


/* 都道府県 寄付 */
.donation_pref {
  padding: 10px;
  background: url("/second/img/common/donation_bg.png");
  border: solid 3px #A4C0E0;
}
.donation_C {
  color: #E55900;
  font-weight: 600;
}
.donation_pref_title {
  margin: 20px 0px 10px 10px;
  background: none;
  color: #2767AD;
  font-weight: 600;
  font-size: 22px;
}
.donation_all_pref {
  padding: 20px 0px 20px 0px;
  margin: 0px 0px 10px 0px;
  border-bottom: 1px solid #A4C0E0;
  color: #2767AD;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height : 30p;
}
.donation_pref_txt1 {
  padding: 10px;
  border-bottom: 1px solid #A4C0E0;
  color: #2767AD;
  text-align: left;
  font-size: 16px;
  font-weight:400;
  line-height: 26px;
}
.donation_pref_txt2 {
  color: #2767AD;
  text-align: center;
  font-size: 16px;
  font-weight:600;
  line-height: 32px;
}
.donation_pref span {
  color: #f60;
  font-weight:600;
}

@media all and (max-width: 640px) {
  .donation_pref_title {
    font-size: 20px;
  }
  .donation_results {
    display: table;
    margin: auto;
  }
  .donation_results dt, .donation_results dd {
    vertical-align: middle;
  }
}


.border {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  margin: 80px auto 40px;
  padding: 20px;
  text-align: center;
  border: dashed 1px #666;
  outline: solid 3px #999;
  outline-offset: 3px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);  }


.detail {
  display: block;
  position: relative;
  margin: 15px auto;
  padding: 20px 20px 20px 60px;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 3px 3px 6px -2px #ddd,
  3px 3px 8px rgba(255,255,255,0.8) inset;
  border: solid 2px #11b554;
}
.detail>span {  
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 10px;
  margin: 0;
  padding: 10px 0;
  z-index: 2;
  width: 40px;
  text-align: center;
  color: white;
  font-size: 12px;
  background: linear-gradient(#60cc8c 0%, #11b554 100%);
  border-radius: 2px 0 0 0;
  }
.detail>span:before {
  position: absolute;
  content: '';
  top: 0;
  left: 40px;
  border: none;
  border-bottom: solid 6px #167a3f;
  border-right: solid 6px transparent;
}
.detail>span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid #11b554;
  border-right: 20px solid #11b554;
  border-bottom: 10px solid transparent;
}
/*線*/
.contents_line {
  width: 90%;
  margin: 40px auto ;
  height: 2px;
  background-color: #ddd;
}
/*テキスト*/
.midasi {
  width: auto;
  font-weight: 600;
  margin: 0 auto 40px;
  position: relative;
  border-bottom: 2px solid #11b554;
  text-align: center;
  font-size: 24px;
  padding: 0 0 20px;
  box-shadow: 0px 2px 2px -1.5px #ccc;
  letter-spacing: 0.2em;
}
.midasi:before{
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border: 22px solid transparent;
  border-top: 22px solid #fff;
  z-index: 2;
}
.midasi:after {
  position: absolute;
  border: 10px solid transparent;
  border-top-color: #11b554;
  border-bottom-width: 0;
  bottom: -10px;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 1;
}
.komidasi {
  font-size: 20px;
  margin:20px 0 20px 18px;
  font-weight: 600;
  position: relative;
}
.komidasi:before{
 position:absolute;
 content:"";
 width:16px;
 height:16px;
 display:inline-block;
 border:8px solid transparent;
 box-sizing:border-box;
 border-left-color:#11b554;
 top:4px;
 left:-16px;
}
.marker {
  font-weight: 600;
  background:linear-gradient(transparent 65%, rgba(252,247,108,0.78) 65%);
  margin: auto 5px;
}

.marker_green {
  font-weight:  600;
  background:linear-gradient(transparent 65%, rgba(17,181,84,0.3) 65%);
  margin: auto 5px;
}
.marker_pink {
  font-weight:  600;
  background:linear-gradient(transparent 65%, rgba(249,101,101,0.3) 65%);
  margin: auto 5px;
}
.marker_orange {
  font-weight:  600;
  background:linear-gradient(transparent 65%, rgba(255,165,0,0.3) 65%);
  margin: auto 5px;
}

.green {
  font-weight	:  600;
  color				: #11b554;
}
.pink {
  font-weight:  600;
  color: #f96565;
}
.orange {
  font-weight:  600;
  color: #ffa500;
}
.black {
  font-weight:  600;
  color: #000;
}

.px20 {
	font-size:  20px;
}

.dots {
  font-weight: 600;
 -webkit-text-emphasis-style: circle filled;
    text-emphasis-style: circle filled;
  margin: auto 5px;
}

.speach {
  display: block;
  display: flex;
  width: 100%;
  margin: 20px auto 10px;
  position: relative;
}
.speach:before{
  width: 100px;
  position: relative;
  top:0;
  left: 0;
  content:" ";
  background-image: url(/SECOND_NEW_V4/img/common/speach_1.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
.speach p{
  width: auto;
  margin-left:20px;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  background: #eee;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.5em;
}
.speach p:before {
  content: "";
  position: absolute;
  top: 31px;
  left: -20px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 10px solid #eee;
}

.speach2 {
  display: block;
  width: 100%;
  margin: 10px auto 20px;
}
.speach2:after{
  width: 100px;
  content:" ";
  background-image: url(/SECOND_NEW_V4/img/common/speach_2.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
.speach2 p{
  display: block;
  width: 100%;
  margin: 30px auto 20px auto;
  padding: 20px 20px 40px 20px;
  box-sizing: border-box;
  box-shadow: 4px 4px 4px #ddd;
  background: #eee;
  border-radius: 8px;
  font-size: 18px;
  font-weight: nomal;
  line-height: 36px;
  text-align: left;
}


.speach3 {
  display: block;
  width: 100%;
  margin: 30px auto 20px auto;
  padding: 30px 20px 30px 20px;
  box-sizing: border-box;
  box-shadow: 4px 4px 4px #ddd;
  background: #ffe6ea;
  border: 2px solid #999;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
  text-align: left;
}

.speach3 li::before{
  content: "\025b6";
  position: relative;
  left: -10px;
  color: #333;
  font-size: 18px;
  margin-left: 30px;

}

.speach3 p{
	display			: block;
  color				: #333;
  font-size		: 18px;
  font-weight	: 600;
  margin			: 20px 20px 20px 30px;
}

.speach4 {
  display: block;
  width: 100%;
  margin: 30px auto 20px auto;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 4px 4px 4px #ddd;
  background: #fffaf0;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  text-align: left;
}

.speach4 li{
	display			: block;
  color				: #333;
  font-size		: 18px;
  font-weight	: 600;
  padding			:	10px 0px 10px 50px;
  text-indent	: -70px;
}

.speach4 li::before{
  content: "\025b6";
  position: relative;
  left: -10px;
  color: #333;
  font-size: 18px;
  margin-left: 50px;
}

.speach4 a{
  text-decoration: none;
  color: #3cb371;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 10px 5px;
}


.speach5 {
  display: block;
  width: 100%;
  margin: 30px auto 20px auto;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 4px 4px 4px #ddd;
  background: #fffaf0;
  border-radius: 8px;
  border: 3px solid #ddd;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  text-align: left;
}

.speach5 li{
	display			: block;
  color				: #333;
  font-size		: 18px;
  font-weight	: 600;
  padding			:	10px 0px 10px 60px;
  text-indent	: -40px;
}

.speach5 a{
  text-decoration: none;
  color: #3cb371;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 10px 5px;
}


.speach_green {
  display: block;
  width: 100%;
  margin: 30px auto 20px auto;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 4px 4px 4px #ddd;
  background: #fffaf0;
  border-radius: 8px;
  border: 3px solid #ddd;
  text-align: left;
}

.speach_green li{
	display			: block;
  color				: #11b554;
  font-size		: 20px;
  font-weight	: 600;
  line-height	: 36px;
  padding			:	10px 0px 10px 60px;
  text-indent	: -40px;
}

.speach_green a{
  text-decoration: none;
  color: #3cb371;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 10px 5px;
}


.speach_txt {
	font-size		:	18px;
	font-weight	: 600;
	display			:	block;
	padding			:	20px 20px 20px 40px;
}

.batu_txt {
	display			:	block;
	padding			:	20px;
	color				:	#f96565;
	font-size		:	20px;
	font-weight	: 600;
	text-align	: left;
	line-height	:	40px;
}

.batu {
	color				:	#f96565;
	font-size		:	20px;
	font-weight	: 600;
	display			:	block;
	// margin			:	10px 0px 20px 0px;
	padding			:	20px;
}

.batu:before {
	content 			: "\02715";
	margin-right 	: 10px;
	font-size		:	20px;
}

.please {
	color				:	#2e8b57;
	font-size		:	18px;
	font-weight	: 600;
	display			:	block;
	padding			:	20px 20px	20px 0px;
}

.please:before {
	content 			: "\025a0";
	margin-right 	: 10px;
	font-size		:	24px;
}


.guid{
  position: relative;
  font-size: 14px;
  text-align: center;
  margin: 20px auto -20px;
}
.guid:before{
   content:"";
   display:inline-block;
   width:1px;
   height:14px;
   background-color:#222222;
   position:relative;
   top:5px;
   left:-10px;
   transform: rotate(-20deg);
}
.guid:after{
   content:"";
   display:inline-block;
   width:1px;
   height:14px;
   background-color:#222222;
   position:relative;
   top:5px;
   right:-10px;
   transform: rotate(20deg);
}




/*スタイル追加*/
img.img_center {
  display: block;
  width: 100%;
  margin: 20px auto;
}
.tc {text-align: center;}
.tl {text-align: left;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
.mt60 {margin-top: 60px;}
.mt70 {margin-top: 70px;}
.mt80 {margin-top: 80px;}

.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}
.mb60 {margin-bottom: 60px;}
.mb80 {margin-bottom: 80px;}



.fs14 {font-size: 14px;}
.bg_white { background-color: #fff;}
.bg_gray { background-color: #f1f1f1;}
/*----------------------------------------
 wrapper
-----------------------------------------*/
.wrapper {
  width: 100%;
  background-color: #fff;
}
/*----------------------------------------
 #wid_header
-----------------------------------------*/
/*header_top*/
.header_top {
  width: 90%;
  max-width: 1000px;
  height: 94px;
  margin: 0 auto;
  padding: 10px 0px 0px 10px;
  position: relative;
}
.header_top>a:first-child img{
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
}
.header_top>a:nth-of-type(2){
  display: block;
  width	:	10em;
  margin: 16px 0px 0px 0px;
  padding: 8px 20px;
  box-sizing: border-box;
  border:1px solid #aaa;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #ddd;
  background: #eee;
  color: #333;
  text-align: center;
  position: absolute;
  right: 11em;
}
.header_top>a:last-child{
  display: block;
  width	:	10em;
  margin: 16px 0px 0px 0px;
  padding: 8px 20px;
  box-sizing: border-box;
  border:1px solid #f96565;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #ccc;
  background: #f96565;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 0;
}



/*gnavi*/
.gnavi{
  width: 90%;
  max-width: 1000px;
  margin: 0px auto;
  height: 40px;
}
.gnavi>ul>li{
  height: 40px;
  border-right: 1px solid #aaa;
  float: left;
}
.gnavi>ul>li:first-child{
  width: 7%;
}
.gnavi>ul>li:nth-child(2){
  width: 21.5%;
}
.gnavi>ul>li:nth-child(3){
  width: 16.5%;
}
.gnavi>ul>li:nth-child(4){
  width: 19%;
}
.gnavi>ul>li:nth-child(5){
  width: 14.5%;
}
.gnavi>ul>li:nth-child(6){
  width: 12%;
}
.gnavi>ul>li:nth-child(7){
  width: 9.5%;
  border-right: none;
}
.gnavi>ul>li>a{
  width: 100%;
  height: auto;
  text-align: center;
  padding: 8px 0;
  display: block;
}
.gnavi>ul>li>a:hover{
  width: 100%;
  height: 40px;
  background-color: #eee;
}

/*====================================================================
slick
====================================================================*/
.sliderArea {
  max-width: 1280px;
  margin:20px auto;
  padding-bottom: 20px;
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  // height: 600px;
  width: 90%;
  border: solid 1px #ddd;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}
.slick-dots li button:before {
  font-size: 14px !important;
}
.slick-dots {
  margin: 20px auto -20px;
  padding: 0 0 0;
}

.slide-content h7 {
	font-size: 9px;
	margin	: 0px;
	padding	:	0px;
}



/*---------------------------------------------
  #wid_eye
---------------------------------------------*/
.catchcopy {
  text-align: center;
  margin: 0px auto 0px auto;
  max-width: 1000px;
}
.catchcopy h1 {
  width: 100%;
  font-size: 28px;
  font-weight: 600;
  margin: 20px auto 40px auto;
  padding: 18px 60px 18px 60px;
  line-height: 48px;
  background-color: #629C17;
  color : #fff;
  text-align: center;
  border-radius: 6px;
}
.catchcopy2 {
  width							: 100%;
  text-align				: left;
  padding						: 3em 2em 2em 2em;
  margin						: 2em auto 0px auto;
  font-size					: 20px;
	font-weight				: 600;
	line-height				: 1.5em;
  background-color	: #fffff0;
  border-radius			: 5px;
  box-shadow				: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.catchcopy2 h1 {
  width				: 100%;
  font-size		: 28px;
  font-weight	: 600;
  margin			: 0em auto 2em auto;
  padding			: 1em;
  line-height	: 2em;
  text-align	: center;
  background-color	: #629C17;
  color 						: #fff;
  border-radius			: 6px;
}

.catchcopy_option {
  width: 1000px;
  text-align: center;
  padding: 0px 80px 0px 80px;
  margin: 20px auto 20px auto;
  font-size: 26px;
	font-weight: 600;
	line-height: 2.0em;
  letter-spacing: 3px;
}


/*---------------------------------------------
	contents_area
---------------------------------------------*/
.contents_area{
  // background	: #f1f1f1;
  background		: #ffffff;
  position			: relative;
  width					:	1000px;
  margin				: 0px auto 0px auto;
  padding				: 0px 0px 0px 0px;
}

.white_box{
  display				:	block;
  width				: 100%;
 	background	: #fff;
	margin			: 40px 0px 0px 0px;
	padding			:	 0px 0px 0px 0px;
  border			:  0px solid #dcdcdc;
  border-radius	: 5px;
}

.innerH2 {
 	background		: #fffff0;
  margin				: 30px 0px 0px 0px;
  padding				: 60px;
  border				: 3px solid #d3d3d3;
  border-radius	: 5px;
  display				:	block;
  font-weight		: 400;
  color					:	#696969
}

.innerH2 p {
  margin				: 40px auto 40px auto;
}

.inner {
  margin				: 60px 0px 0px 0px;
  padding				: 60px;
  border				: 3px solid #d3d3d3;
  border-radius	: 5px;
  display				:	block;
  background		:	#fffffc;
}

.inner p{
  margin				: 40px auto 40px auto;
}


.mokuji {
	width							: 100%;
	margin 						: 40px auto 0px auto;
  padding						: 60px 60px 60px 60px;
  border						: 3px solid #d3d3d3;
  background-color	: #fffafa;
  border-radius			: 5px;
  
  text-align				: left;
  font-size					: 16px;
	line-height				: 2.0em;
	font-weight				: 600;
  letter-spacing		: 3px;
}

.mokuji_span_1 {
	line-height	: 2.0em;
  font-size		: 18px;
  display			:	block;
  padding			: 18px 0px 0px 0px;
}

.mokuji_span_2 {
  padding			: 0px 0px 0px 12px;
}


.white_box_riyu{
  width: 100%;
	background: #fff;
	margin: 0px;
  padding: 80px 0;
}

.white_box_riyu h2 {
  font-weight: 600;
  font-size:  26px;
  text-align: let;
  line-height: 100%;
  width : 100%;
  padding: 20px;
  background-color: #11b554;
  color : #fff;
}




.transparent_box{
  width: 90%;
  max-width: 1000px;
	margin: 40px auto;
}
.text_area>p{
  margin: 40px auto;
  text-align: center;
  position: relative;
}


.text_area_left {
  width: 40%;
  float: left;
  margin:0 5% 0;
}
.text_area_left p{
  width: 95%;
  margin: 0 auto 40px;
}

.text_area_right {
  width: 40%;
  float: left;
  margin:0 5% 0;
  padding: 0;
}
.text_area_left .border {
    margin: 0px auto 40px;
}
.text_area_right .border {
    margin: 0px auto 40px;
}

/*---------------------------------------------
	#wid_second
---------------------------------------------*/
/*#sustainable*/
.smilesdgs {
  display: inline-block;
    position: relative;
    padding:10px 40px;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  color: #11b554;
  margin: 0px auto 20px;}

.smilesdgs:before,.smilesdgs:after{ 
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
.smilesdgs:before{
    border-left: solid 2px #11b554;
    border-top: solid 2px #11b554;
    top:0;
    left: 0;
}
.smilesdgs:after{
    border-right: solid 2px #11b554;
    border-bottom: solid 2px #11b554;
    bottom:0;
    right: 0;
}
.smilesdgs span{
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}

/*---------------------------------------------
	#wid_activity
---------------------------------------------*/

.activity{
width: 100%;
margin: 0 auto 40px;
}
.activity li  {
display: inline-block;
width: 22%;
margin: 0px 0px 10px 1%;
padding: 5px;
position: relative;
border: solid 1px #ddd;
text-align: center;
vertical-align: top;
background-color: #fff;
border-radius: 5px;
}

.activity li:last-child  {
 margin: 0;
}
.activity li img {
	width: 100%;
	height: 200px;
}
.activity li a {
	display: block;
	text-decoration: underline;
	color: #0B9FD4;
	font-size: 18px;
	padding: 20px 10px 0px 10px;
}
.activity li p {
	padding			:  0px;
	font-size		: 16px;
  font-weight : 600;
  margin  		: 0px;
}
.activity div {
	padding			: 0px;
	font-size		: 16px;
	font-weight	: 600;
	margin			: 0px;
}

/*---------------------------------------------
	#wid_map
---------------------------------------------*/

.map {
  text-align: center;
}
.map {
margin: 0 auto 40px;
}

.map li  {
position: relative;
display: inline-block;
width: 33%;
padding: 6px 10px 3px 10px;
margin: 3px auto 0px 0px;
border-bottom: solid 1px #ddd;
text-align: left;
box-sizing: border-box;
font-size: 16px;
line-height: 150%;
}

.map li a {
display: block;
text-decoration: underline;
color: #0B9FD4;
font-size: 16px;
padding: 3px 0px 0px 0px;
box-sizing: border-box;
}

/*---------------------------------------------
	#wid_zirei_category
---------------------------------------------*/
ul.zirei {
  width: 95%;
  margin: 0 auto;
  padding: 0 0 20px;
}
ul.zirei:last-child {
  margin-bottom: 40px;
}
.zirei>li{
  width: 19.5%;
  margin-right: 0.6%;
  float: left;
}
.zirei>li:last-child{
  margin-right: 0%;
}
.zirei>li img {
  width: 100%;
  object-fit: cover;
  z-index: 1;
}
.zirei>li>div {
  position: relative;
}
.zirei>li>div>div {
  width: 100%;
  height: 62px;
  position:absolute;
  bottom:0;
  left: 0;
  padding: 10px;
  background-color: rgba(233,233,233,0.80);
  z-index: 2;
}
/*h3被りリセット*/
.zirei>li>div>div h3 {
  margin: 0 ;
  padding: 0 ;
  line-height: 1.5em;
  background:none;
  border-radius: 0;
}

.zirei>li>div>div h3 {
  border-left: solid 3px #333;
  padding-left: 15px;
  color: #333;
  font-size: 16px;
  z-index: 3;
  line-height: 1.5em;
  font-weight: 400;
  font-weight: 600;
}
.zirei>li>div>div h3 span{
  display: block;
  font-size: 12px;
  margin-right: 10px;
  line-height: 1.5em;
}
.zirei>li>p {
  position:relative;
  width: 100%;
  height: 154px;
  padding: 10px;
  line-height: 1.5em;
  font-size: 14px;
  border: solid 1px #eee;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;

    /*IE対策*/
    max-height: 10em;
}
/*---------------------------------------------
	#wid_riyu
---------------------------------------------*/
.riyu>ul{
width: 95%;
margin: 0 auto ;
box-sizing:border-box;
display: flex;
  padding-top: 20px;
}
.riyu>ul>li{
box-sizing:border-box;
border-right: 1px solid #cacaca;
width: 25%;
}
.riyu>ul>li:nth-child(4n){
border-right:0;
}
.riyu>ul>li>ul>li:nth-child(1){
	padding-top: 30px;
}
.riyu>ul>li>ul>li:nth-child(1)>div{
font-weight: 600;
text-align: center;
}
.riyu>ul>li>ul>li:nth-child(1)>img{
display: block;
// width: 50%;
// max-width: 200px;
// margin: 0 auto;
// height: auto;
height: 135px;
}
.riyu>ul>li>ul>li:nth-child(2){
padding: 5px;
min-height: 80px;
padding: 10px 10px 10px 15px;
}
/*---------------------------------------------
	#wid_riyu1
---------------------------------------------*/
.itemgraph{
  width: 300px;
  margin: 40px auto 0;
  border: solid 2px #ddd;
}
.itemgraph tr {
  height: 20px;
  text-align: right;
}
.itemgraph th{
  width: 50%;
  padding:2px 20px;
  text-align: right;
  border-bottom: solid 1px #eee;
  font-weight: 400;
  font-size: 16px;
}
.itemgraph td{
  width: 50%;
  padding:20px 10px;
  border-bottom: solid 1px #eee;
  font-size: 14px;
}
.itemgraph tr:first-child td:nth-child(2){background: linear-gradient(to right, #3cb371 0%,#3cb371 48%,#fff 48%,#fff 100%);}
.itemgraph tr:nth-child(2) td:nth-child(2){background: linear-gradient(to right, #3cb371 0%,#3cb371 11%,#fff 11%,#fff 100%);}
.itemgraph tr:nth-child(3) td:nth-child(2){background: linear-gradient(to right, #3cb371 0%,#3cb371 11%,#fff 11%,#fff 100%);}
.itemgraph tr:nth-child(4) td:nth-child(2){background: linear-gradient(to right, #3cb371 0%,#3cb371 8%,#fff 8%,#fff 100%);}
.itemgraph tr:nth-child(5) td:nth-child(2){background: linear-gradient(to right, #3cb371 0%,#3cb371 8%,#fff 8%,#fff 100%);}
.itemgraph tr:nth-child(6) td:nth-child(2){background: linear-gradient(to right, #3cb371 0%,#3cb371 6%,#fff 6%,#fff 100%);}
.itemgraph tr:nth-child(7) td:nth-child(2){background: linear-gradient(to right, #3cb371 0%,#3cb371 4%,#fff 4%,#fff 100%);}
.itemgraph tr:nth-child(8) td:nth-child(2){background: linear-gradient(to right, #3cb371 0%,#3cb371 3%,#fff 3%,#fff 100%);}
.itemgraph tr:nth-child(9) td:nth-child(2){background: linear-gradient(to right, #3cb371 0%,#3cb371 1%,#fff 1%,#fff 100%);}


.item_okng {
  margin: 20px auto 0px;
}

.item_okng li{
  width: 90%;
  margin: 0 auto 20px;
  border: solid 1px #ddd;
  padding: 20px;
  box-sizing: border-box;
}
.item_okng li p:first-child {
  margin-bottom: 20px;
  
}
.item_okng li p:first-child span{
  display: inline-block;
  padding: 5px 10px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  margin-right: 10px;
  border-radius: 2px;
}

.OK_ITEM {
  background-color: #65D5C2;
}

.NG_ITEM {
  background-color: #FF7E80;
}


/*---------------------------------------------
	#wid_riyu2
---------------------------------------------*/
.all_count {
  margin: 0 auto 20px;
  font-size: 24px;
  color: #E7383B;
  text-align: center;
  line-height: 36px;
  font-weight: 600;
}
.all_count span{
  font-size: 56px;
  padding: 0 40px;
  letter-spacing: 2px;
}
.month_count {
  width: 95%;
  margin: 20px auto 40px;
}
.month_count p{
  text-align: center;
  font-size: 20px;
  line-height: 2em;
  font-weight: 600;
}
.month_count li{
  padding: 10px 0;
  width: 24%;
  box-sizing: border-box;
  margin: 20px 1% 0 0;
  text-align: center;
  font-size: 14px;
  line-height: 2em;
  float: left;
  border: solid 1px #ddd;
  border-top: solid 5px #ccc;
}
.month_count li:first-child{
  border-top: solid 5px #2C9E3C;
}
.month_count li:nth-child(6n){
  margin-right: none;
}

.month_count li span{
  display: block;
  font-size: 18px;
  font-weight: 600;
}
/*---------------------------------------------
	#wid_riyu3
---------------------------------------------*/
.price_inside li {
  margin: 20px auto 40px;
  width: 33%;
  padding: 10px 0;
  float: left;
  text-align: center;
  border-right: solid 1px #ddd;
}
.price_inside li img{
  display: block;
  margin: 0 auto;
}
.price_inside li:last-child {
  border-right: none;
}
.price_list {
  width: 80%;
  margin: 0 auto 40px;
}
.price_list tr th{
  height: 35px;
  line-height: 35px;
  background-color: #2C9E3C;
  color: #fff;
  font-weight: 600;
  text-align: center;
  border: solid 1px #66D475;
  font-size: 16px;
}
.price_list tr td{
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: solid 1px #ddd;
  font-size: 18px; 
}
.price_inside_kuyo {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  line-height: 1em;
}
.price_inside_kuyo img{
  float: left;
  margin-right: 20px;
  margin-top: -20px;
}
.price_inside_kuyo p{
  width: 100%;
  text-align: left;
}
.price_inside_kuyo span{
  display: block;
  text-align: left;
  margin-bottom: 30px;
  font-weight: 600;

}
/*---------------------------------------------
	#wid_reserve
---------------------------------------------*/
.reserve_area {
  padding: 40px 0;
}
.reserve_area>p:first-child{
  font-size: 24px;
  text-align: center;
  line-height: 1.5em;
}
.reserve_area>p:first-child span{
  font-size: 32px;
  line-height: 2em;
}

a.reserve_button{
  display: block;
  margin: 40px auto;
  width: 60%;
  height: 100px;
  font-size: 32px;
  line-height: 100px;
  background-color: #FF3E41;
  color: #fff;
  text-align: center;
  border-radius: 4px;
}
.toi_area {
  position: relative;
  width: 60%;
  margin: 80px auto 0;
  background-color: #fff;
  border-radius: 30px;
  padding: 40px;
  text-align: center;
}
.toi_area img.line_button {
  width: 200px;
  margin-top: 20px;
}

a.toi_button {
  display: block;
  margin: 20px auto 0px;
  width: 200px;
  height: 60px;
  line-height: 60px;
  border: solid 2px #2C9E3C;
  color:#2C9E3C;
  text-align: center;
  font-weight: 600;
}

img.reserve_icon {
display: block;
width: 150px;
position: absolute;
bottom:0;
right: -40px;
}
/*---------------------------------------------
	#wid_nagare
---------------------------------------------*/
ul.nagare_flow li {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: solid 2px #aaa;
  position: relative;
  padding: 20px 0;
}
ul.nagare_flow li:before{
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border: 22px solid transparent;
  border-top: 22px solid #fff;
  z-index: 2;
}
ul.nagare_flow li:after {
  position: absolute;
  border: 10px solid transparent;
  border-top-color: #aaa;
  border-bottom-width: 0;
  bottom: -10px;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 1;
}
ul.nagare_flow li:last-child:before{
display: none;
}
ul.nagare_flow li:last-child:after{
display: none;
}
ul.nagare_flow li dt{
  display: inline-block;
  float: left;
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  background: #333;
  padding: 20px;
  margin-right: 20px;
}
ul.nagare_flow li dt span{
  display: block;
  font-size: 14px;
}
ul.nagare_flow li dl dd{
  padding: 20px 0 10px;
  color: #333;
  font-weight: 600;
  font-size: 24px;
}
ul.nagare_flow li dl dd:last-child {
  padding: 0;
  font-size: 14px;  
  color: #333;
  font-weight: 400;
}
ul.nagare_flow_pink li{
  border: solid 2px #333;
}
ul.nagare_flow_pink li:after {
  border-top-color: #333;
}
ul.nagare_flow_pink li dt{
  background: #333;
}
ul.nagare_flow_pink li dl dd{
  color: #333;
}

.nagare_ship {
  width: 100%;
  margin: 0 auto;
}
.nagare_ship li{
  width: 25%;
  float: left;
  position: relative;
}
.nagare_ship li img{
  display: block;
  width: 60%;
  margin: 0 auto;
}
.nagare_ship li p {
  position: absolute;
  top:20px;
  left:150px;
  font-size: 16px;
}
.reuse_ship {
  width: 100%;
  margin: 0 auto;
}
.reuse_ship li{
  width: 25%;
  float: left;
  position: relative;
}
.reuse_ship li img{
  display: block;
  width: 60%;
  margin: 0 auto;
}
.reuse_ship li p {
  position: absolute;
  top:20px;
  left:150px;
  font-size: 16px;
}
/*---------------------------------------------
	#wid_voice
---------------------------------------------*/
.voice {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.voice li{
  padding: 20px;
  border-bottom: solid 1px #ddd;
}

.voice span {
  padding 		: 10px;
  font-size		: 16px;
  font-weight	: 600;
  margin			:	0px;
}

.voice p {
  padding 		: 10px;
  font-size		: 16px;
  font-weight	: nomal;
  margin			:	0px;
}



/*---------------------------------------------
	#wid_stuff
---------------------------------------------*/
.stuff li {
width: 24%;
margin: 10px 1% 0 0;
float: left;
border: solid 1px #ddd;
box-sizing: border-box;
}
.stuff li div{
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
}
.stuff li div:last-child{
  font-weight: lighter;
  padding: 0px 20px 20px;
  height: 100px;
}
.stuff img {
display: block;
width: 80%;
max-height: 200px;
object-fit: cover;
overflow: hidden;
margin: 20px auto;
margin-bottom: 15px;
}
/*---------------------------------------------
	#wid_qa
---------------------------------------------*/
.qa {
  width: 80%;
  max-width: 900px;
  margin: 20px auto;
}
.qa li{
  width: 100%;
  height: auto;
  margin: 20px auto 0;
  padding: 0;
  border: solid 1px #ddd;
  box-shadow: 2px 2px 2px #ccc;
}
.qa li p{
  width: 100%;
  margin: 0 auto;
  padding: 20px 40px;
  clear: both;
  line-height: 1.2em;
  background-color: rgba(255,126,128,0.05);
}
.qa li p:last-child {
  padding: 20px 40px;
  border-bottom: none;
  background-color: rgba(101,213,194,0.08);
}

.qa li span{
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: 600;
  background-color: #FF7E80;
  color: #fff;
  display: block;
  float: left;
  border-radius: 5px;
  margin-right:20px;
  margin-top: -5px;
}
.qa li p:last-child span{
  background-color: #65D5C2;
}
/*---------------------------------------------
	#wid_item_info
---------------------------------------------*/
.item_info {
  width: 100%;
}
.item_info li{
  float: left;
  width: 255px;
  border: solid 2px #eee;
  margin: 0px 0px 20px 10px;
  position: relative;
}
.item_info li p{
  width: 255px;
  font-size: 18px;
  font-weight:600;
  text-align: center;
  padding: 10px 0px 10px 0px;
  margin : 0px;
  background-color: rgba(60,179,113,1);
}
.item_info a{
  color: #fff;
  font-weight: 900;
  margin: 0px;
  padding: 0px;
}
.item_info li img{
}

.item_info li:nth-child(6n){
  margin-right: none;
}



.itemlist {
  width: 90%;
  margin: 0 auto;
}
.itemlist li a{
  display: block;
  padding-top: 10px;
  width: 15.6%;
  margin: 0px 1% 20px 0;
  float: left;
  background-color: #fff;
  text-align: center;
}
.itemlist li img{
  margin: 10px auto;
  display: block;
  height: 100px;
  width: auto;
}
div.item_oklist {
  width: 60%;
  border: solid 2px #ddd;
  margin: 20px auto 0;
  padding: 20px;
}
div.item_oklist img{
  display: block;
  width: 70%;
  margin: 0 auto;
}
div.item_oklist span {
   background-color: #65D5C2;
  color: #fff;
  padding: 5px 10px;
  margin-right: 10px;
  border-radius: 5px;

}
.item_nglist div {
  border: solid 2px #ddd;
  box-sizing: border-box;
  margin: 0px auto 40px;
  width: 90%;
  padding: 20px;
}
.item_nglist li{
  text-align: center;
  width: 33%;
  float: left;
  padding: 0;

}
.item_nglist li p{
  font-size: 10px;
}
.item_nglist li img{
  width: 95%;
  margin: 0 auto;
}
.item_nglist span{
  background-color: #FF7E80;
  color: #fff;
  padding: 5px 10px;
  margin-right: 10px;
  border-radius: 5px;
}
/*---------------------------------------------
	#wid_footer
---------------------------------------------*/
.footer {
  background: #fff;
  color:#333;
  width: 90%;
  max-width: 1000px;
  margin: 20px auto 0px auto;
}
.footer a{
  color:#333;
}


.footerV2 {
  background		: rgba(216, 239, 211, 0.6);
  color					: #333;
  width					: 90%;
  max-width			: 1000px;
  margin				: 40px auto 0px auto;
  padding				:	10px;
  border				: 3px solid #dcdcdc;
  border-radius	: 5px;
}

.sitemap2 {
  width: 90%;
  margin: 40px auto 40px auto;
  padding: 0 0 40px;
}
.sitemap2>div{
  width: 50%;
  box-sizing: border-box;
  float: left;
  text-align: center;
}

.sitemap3 {
	width		: 45%;
	display	: inline;
}

.sitemap {
  width		: 100%;
  padding	: 20px;
}


.sitemap>div{
  width: 50%;
  float: left;
  text-align: left;
  box-sizing: border-box;
  padding		: 30px;
}
.sitemap>div:first-child{
}
.sitemap>div:last-child {
}

.sitemap ul{
  display: inline-block;
  text-align: left;
}
.sitemap li a{
  display: inline;
  width: auto;
  line-height: 2em;
  font-size: 14px;
  color		:	#000;
}
.sitemap>div li::before{
  content: "\025b6";
  position: relative;
  left: -10px;
  top:-2px;
  color: #333;
  font-size: 5px;
  margin-left: 10px;

}
.sitemap li:first-child{
  font-size: 16px;
  font-weight: 600;
  line-height: 3.0em;
}
.sitemap li:first-child::before{
  display: none;
}
.goodlife_logo {
  width: 90%;
  max-width: 200px;
  margin: 0 auto;
}
.fotter_toi_button{
  width					: 232px;
  border-radius	: 100px;
  display				: block;
  border				: 0;
  margin				: 1em auto 0px auto;
  padding				: 8px;
	color					: #FFF;
	font-size			:	18px;
	font-weight		: 900;
	text-align		: center;
  background		: #948372;
}

.fotter_reserve_button{
  width					: 232px;
  border-radius	: 100px;
  display				: block;
  border				: 0;
  margin				: 1em auto 0px auto;
  padding				: 8px;
	color					: #FFF;
	font-size			:	18px;
	font-weight		: 900;
	text-align		: center;
	background		: #FFA19F;
}

.fotter_line_button{
  display		: block;
  margin		: 1em auto 0px auto;
}

.copyright {
  background: #11b554;
  color: #fff;
  text-align: center;
}
.copyright ul{
  padding: 14px 0 5px;
  display: inline-block;
 }
.copyright li {
  float: left;
  border-right: solid 1px #fff;
}
.copyright li a{
  padding: 0 10px;
  font-size: 12px;
  color: #fff;
}
.copyright li:last-child {
  border-right: none;
}
.copyright p{
  width: 100%;
  background: #0D8C41;
  padding: 5px 0;
  font-size: 12px;
}

/*activity*/
/*----------
画像の配置
----------*/
/*共通*/

ul.act_img {
  width: 95%;
  margin: 0 auto 40px;
}


.act_img li {
  display: inline-block;
  margin: 20px 1% 0 0;
  padding: 10px 5px 5px 5px;
  border: solid 1.5px #bbb;
  box-sizing: border-box;
  list-style-type: none;
  vertical-align: top;
  color: #666;
  background: #fff;
  line-height: 1.2em;
  text-align: left;
}
.act_img li a {
  display: block;
  width: 100%;
  padding: 10px 15px;
  box-sizing: border-box;
  font-size: 16px;
  color: #0B9FD4;
  text-align: left;
  line-height: 1.5em;
  text-decoration: underline;
}


.act_img li img {
  display: block;
  width: 100%;
}

.act_img li:last-child {
    margin: 20px 0 0 0;
}
  
/*2*/
ul.act_2column li {width: 48%;}
ul.act_2column li:nth-child(even) {margin-right: none !important;}
/*3*/
ul.act_3column li {width:31.5% ;}
/*4*/
ul.act_4column li {width:23.8%;}
ul.act_4column li span {width: 40px;}
/*6*/
ul.act_6column li {width:15% ;}
ul.act_6column li a {font-size:12px; padding: 3; line-height: 1.2em;}
ul.act_6column li span {width: 30px; font-size:10px;}






/*----------------------------------------
reserve_second 申込ページ
----------------------------------------*/


.reserve_second a.button_pink　{
  display: block;
  clear: both;
}
.reserve_second .reserve_guid {
  width: 95%;
  text-align: center;
  margin: 80px auto 80px;
}

.reserve_step {
  position: relative;
  top:100px;
  left: 0;
  padding-bottom: 40px;
}
.reserve_step h1 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin: 0 auto;
}
.reserve_step p{
  text-align: center;
  line-height: 1.5em;
  margin: 20px auto;
}

.reserve_step ul {
  width: 700px;
  margin: 0px auto 80px;
  display: flex;
}
.reserve_step ul li {
  width: 25%;
  height: 80px;
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 0;
  color: #333;
  font-size: 16px;
  background: #ccc;
  box-sizing: border-box;
  text-align: center; 
  line-height: 1.5em;
  padding: 15px 0 0 6px;
  border: solid 1px #ccc;
}
.reserve_step ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -48px;
  margin-top: -40px;
  border: 40px solid transparent;
  border-left: 8px solid #ccc;
  z-index: 2;
}
.reserve_step ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -54px;
  margin-top: -44px;
  border: 44px solid transparent;
  border-left: 10px solid #FFF;
  z-index: 1;
}

.reserve_step ul li:last-child:before {
 display: none;
}
.reserve_step ul li:last-child:after {
 display: none;
}
.reserve_step ul li span {
  display: block;
  font-size: 14px;
}

#reserve_seocnd .reserve_step ul li:first-child {background: #FF3E41; color: #fff; border: solid 1px #FF3E41;}
#reserve_seocnd .reserve_step ul li:first-child:before {border-left: 8px solid #FF3E41;}
#reserve_seocnd2 .reserve_step ul li:nth-child(2) {background: #FF3E41; color: #fff; border: solid 1px #FF3E41;}
#reserve_seocnd2 .reserve_step ul li:nth-child(2):before {border-left: 8px solid #FF3E41;}
#reserve_seocnd3 .reserve_step ul li:nth-child(3) {background: #FF3E41; color: #fff; border: solid 1px #FF3E41;}
#reserve_seocnd3 .reserve_step ul li:nth-child(3):before {border-left: 8px solid #FF3E41;}
#reserve_seocnd4 .reserve_step ul li:last-child {background: #FF3E41; color: #fff; border: solid 1px #FF3E41;}
#reserve_seocnd4 .reserve_step ul li:last-child:before {border-left: 8px solid #FF3E41;}


.reserve_menu {
  table-layout: fixed;
  width: 95%;
  border: solid 1px #ddd;
  margin: 0 auto;
  box-sizing: border-box;
}

table.reserve_menu:last-child {
  margin-bottom: 80px;
}

.reserve_menu th,.reserve_menu td{
  border-right: solid 1px #ddd;
  border-bottom:  solid 1px #ddd;
  background-color: #11b554;
  color: #fff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 5px;
}

.reserve_menu td {
  height: 45px;
  color: #333;
  background-color: #fff;
}
.reserve_menu tr td:nth-child(3) {
  font-size: 22px;
  line-height: 45px;
  font-weight: 600;
}
.reserve_menu tr td:last-child {
  border-right: none;
  overflow: hidden;
  color: #11b554;
  font-weight:600;
  font-size: 22px;
  position: relative;
  padding:5px 10px;
}
.reserve_menu tr td:last-child select {
  width: 100%;
  padding-left: 10px;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.reserve_menu tr td:last-child select::-ms-expand {
  display: none;
}

.reserve_menu tr td:last-child::before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #11b554;
  pointer-events: none;
}
.reserve_menu tr.pc_only td {
  border-bottom: none;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
.reserve_menu tr.pc_only td::before {
  display: none;
}

.reserve_nagare_ship {
  width: 600px;
  margin: 0 auto 40px;
}
.reserve_nagare_ship li {
  border-bottom: solid 1px #ddd;
  line-height: 60px;
}
.reserve_nagare_ship li span {
  display: inline-block;
  background-color: #555;
  color: #fff;
  width: 60px;
  height: 40px;
  margin: 10px;
  text-align: center;
  line-height: 40px;
}
#reserve_seocnd h4 {
  margin: 40px auto 20px;  
}


#reserve_seocnd .reserve_nagare_ship li {
  background-color: #f1f1f1;
}
#reserve_seocnd .reserve_nagare_ship li:first-child {
  background-color: #fff;
  color: #FF3E41;
  border-top: solid 1px #ddd;
}
#reserve_seocnd .reserve_nagare_ship li:first-child span{
  background-color: #FF3E41;
}



/*reserve2*/
.reserve_address {
  width: 800px;
  margin:0 auto; 
}
.reserve_address li {
  line-height: 23px;
  margin-bottom: 15px;
  color: #333;
}
.reserve_address li p span {
  background-color: #FF3E41;
  border-radius: 2px;
  padding: 2.5px 5px;
  font-size: 12px;
  margin-left: 10px;
  color: #fff;
}
.reserve_address li input {
  width: 100%;
  border:  solid 1px #aaa;
  background-color: #fafafa;
  height: 46px;
  padding-left: 10px;
  margin-bottom: 5px;
  color: #333;
  font-size: 16px;
  box-sizing: border-box;
}

.reserve_address li input::placeholder {
  color:#aaa;
}
.reserve_address li form {
  position: relative;
}
.reserve_address li form select {
  width: 200px;
  height: 46px;
  padding-left: 10px;
  margin-bottom: 5px;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: #fafafa;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  border: solid 1px #aaa;
}
.reserve_address li form select::-ms-expand {
  display: none;
}
.reserve_address li form::before {
  position: absolute;
  top: 19px;
  left: 170px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid #555;
  pointer-events: none;
}


.reserve_address li textarea {
  width: 100%;
  height: 200px;
  overflow: scroll;
  border:  solid 1px #aaa;
  background-color: #fafafa;
  padding-left: 10px;
  box-sizing: border-box;
}


/*reserve3*/
.reserve_menu_pv {
  table-layout: fixed;
  width: 100%;
  border: solid 1px #ddd;
  margin: 80px auto 20px;
  box-sizing: border-box;
}
.reserve_menu_pv th,.reserve_menu_pv td{
  border-right: solid 1px #ddd;
  border-bottom:  solid 1px #ddd;
  background-color: #11b554;
  color: #fff;
  line-height: 45px;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
}
.reserve_menu_pv td {
  line-height: 60px;
  color: #333;
  background-color: #fff;
}
.reserve_menu_pv tr td:nth-child(3) {
  font-size: 22px;
  line-height: 60px;
  font-weight: 600;
}
.reserve_menu_pv tr td:last-child {
  border-right: none;
  overflow: hidden;
  color: #11b554;
  font-weight:600;
  font-size: 22px;
  position: relative;
  line-height: 60px;
  padding:0 10px;
  background-color: #E4FFEC;
}

.reserve_menu_all {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 80px;
}
.reserve_menu_all tr td:first-child{
  width: 50%;
  text-align: center;
  line-height: 60px;
}
.reserve_menu_all tr th{
  width: 25%;
  background-color: #11b554;
  color: #fff;
  border: solid 1px #ddd;
  line-height: 60px;
  text-align: center;
}
.reserve_menu_all tr td:last-child{
  width: 25%;
  line-height: 60px;
  text-align: right;
  padding-right: 20px;
  box-sizing: border-box;
  color: #11b554;
  font-weight:600;
  font-size: 22px;
  background-color: #E4FFEC;
  border: solid 1px #ddd;
}

.reserve_address_pv {
  width: 800px;
  margin: 0 auto 80px;
}
.reserve_address_pv li{
  margin-bottom: 20px;
  vertical-align:top;
}
.reserve_address_pv li p:first-child{
  display: inline-block;
  width: 150px;
  font-weight: 600;
  margin: 0;
  padding: 5px 0;
  padding-bottom: 5px;
  font-size: 16px;
  box-sizing: border-box;
  vertical-align:top;
}
.reserve_address_pv li p:last-child{
  display: inline-block;
  width: 628px;
  margin: 0;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5em;
  background-color: #E4FFEC;
  border: solid 1px #ddd;
  box-sizing: border-box;
  font-weight:600;

}

/*reserve4*/
.reserve_confirm p:first-child{
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 22px;
}
.reserve_confirm p:nth-child(2){
  text-align: center;
  font-weight: 600;
  font-size: 56px;
  letter-spacing: 4px;
  margin-bottom: 80px;
  color: #11b554;
  padding-top: 20px;
}
.reserve_confirm>div{
  width:600px;
  margin: 0 auto;
  padding: 20px 10px;
  box-sizing: border-box;
  text-align: center;
  background-color: #f1f1f1;
  font-size: 16px;
}

.reserve_confirm>div>div{
  background-color: #fff;
  padding: 10px;
  font-size: 16px;
  margin-bottom: none;
  margin-top: 5px;
}

.reserve_confirm>div>div>span{
display: block;
font-size: 14px;
color: #11b554;
}
.reserve_confirm p:last-child {
  text-align: center;
}
.reserve_confirm p:last-child a{
  text-decoration: underline;
  color: #0B9FD4;;
}

#reserve_seocnd4 h4 {
  margin: 40px auto;
}
#reserve_seocnd4 .reserve_nagare_ship li {
  background-color: #f1f1f1;
}
#reserve_seocnd4 .reserve_nagare_ship li:first-child {
  color: #aaa;
}
#reserve_seocnd4 .reserve_nagare_ship li:nth-child(2) {
  background-color: #fff;
  color: #FF3E41;
}

#reserve_seocnd4 .reserve_nagare_ship li:first-child span{
  background-color: #aaa;
}
#reserve_seocnd4 .reserve_nagare_ship li:nth-child(2) span{
  background-color: #FF3E41;
}
#reserve_seocnd4 .reserve_menu_pv {
 width: 100%;
  margin: 0;
}
#reserve_seocnd4 .reserve_menu_all {
  width: 100%;
 margin: 0; 
}



#reserve_seocnd4 .reserve_address_pv {
  width: 95%;
  margin: 40px auto;
}
#reserve_seocnd4 .reserve_address_pv li p:first-child{
width: 100%;
font-weight: 400;
text-align: left;
font-size: 14px;
border-bottom:  solid 1px #11b554;
padding-bottom:0;
}
#reserve_seocnd4 .reserve_address_pv li p:last-child{
  width: 100%;
  margin: 0;
  padding: 5px 10px 0;
  font-size: 16px;
  line-height: 1.5em;
  box-sizing: border-box;
  font-weight:600;
  letter-spacing: 400;
  border: none;
  background: none;
  word-break: break-all;
}
#toi1 .reserve_step {
  position: relative;
  top:80px;
  left: 0;
  padding-bottom: 140px;
  max-height: 300px;
}
#toi1 .reserve_confirm p{
  color: #333;
  letter-spacing: 400;
  margin: 0 auto;
  padding: 20px 0px;
  font-size: 16px;
  font-weight: 400;
}
#toi1 .reserve_address li form select {
  width: 250px;
}
#toi1 .reserve_address li form::before {
  left: 230px;
}


#toi1 .toi_area {
  width: 100%;
  background-color: #f1f1f1;
}

#toi1 .toi_area .text_area_right a {
  display: block;
  width: 150px;
  margin: 20px auto 40px;
}
#toi1 .toi_area .text_area_right img {
  display: block;
  width: 100%;
  object-fit: cover;
}
#toi1 .toi_area .text_area_right p {
  position: relative;
  display: block;
  text-align: left;
  padding-bottom: 20px;
}

#toi1 .toi_area p:last-child strong {
  padding: 10px;
}

#toi2 .reserve_step {
  position: relative;
  top:80px;
  left: 0;
  padding-bottom: 140px;
  max-height: 300px;
}
#toi2 .reserve_confirm p{
  color: #333;
  letter-spacing: 400;
  margin: 0 auto;
  padding: 20px 0px;
  font-size: 16px;
  font-weight: 400;
}
#toi2 .reserve_address_pv {
  width: 95%;
  margin: 40px auto;
}
#toi2 .reserve_address_pv li p:first-child{
width: 100%;
font-weight: 400;
text-align: left;
font-size: 14px;
border-bottom:  solid 1px #11b554;
padding-bottom:0;
}
#toi2 .reserve_address_pv li p:last-child{
  width: 100%;
  margin: 0;
  padding: 5px 10px 0;
  font-size: 16px;
  line-height: 1.5em;
  box-sizing: border-box;
  font-weight:600;
  letter-spacing: 400;
  border: none;
  background: none;
  word-break: break-all;
}

/*----------------------------------------
gnavi
----------------------------------------*/

.gnavi_eye {
  width: 90%;
  max-width: 900px;
  text-align: center;
  padding: 80px 0;
  margin: 0 auto;
}

.gnavi_eye h1{
	width: 1000px;
  font-size: 30px;
  padding-bottom: 40px;
  font-weight: 600;
}

.gnavi_eye>p{
  max-width: 800px;
  text-align: left;
  padding: 20px;
  margin:0 auto;
  border: dashed 1px #aaa;
  outline: solid 2px #ddd;
  outline-offset: 3px;
}
.gnavi_img {
  width:90%;
  max-width: 1000px;
  margin: 40px auto 0;
}
.gnavi_img img {
  display: inline-block;
  width: 24.6%;
  height: 250px;
  object-fit:cover;
  overflow: hidden;
}

.page {
  width: 400px;
  height: 30px;
  line-height: 30px;
  margin: 40px auto 0;
  text-align: center;
  font-size: 14px;
  position: relative;
}
.page span{
  width: 60px;
  height: 30px;
  line-height: 30px;
  background-color: #f1f1f1;
  border: solid 1px #eee;
  color: #aaa;
  font-size: 16px;
}
.page span:first-child{
  position: absolute;
  top:0;
  left: 0;
}
.page span:last-child{
  position: absolute;
  right: 0;
  top:0;
}

.page span a{
  display: inline-block;
  width: 60px;
  height: 30px;
  background-color:#11b554;
  color: #fff;
}
/*----------------------------------------
list
----------------------------------------*/
.activity2{
  width: 90%;
  max-width: 900px;
  margin: 40px auto;
}
.activity2 li {
  width: 100%;
  border: solid 1px #ddd;
  box-shadow: 2px 2px 2px #eee;
  margin-bottom: 20px;
  background-color: #fff;
  padding-right: 10px;

}
.activity2 li img {
  display: inline-block;
  width: 200px;
  object-fit: contain;
  float: left;
  margin: 20px;
}
.activity2 li a {
  display: block;
  text-decoration: underline;
  color: #0B9FD4;
  padding: 20px;
}

.activity2 li p {
  font-size: 14px;
  line-height: 1.2em;
  padding: 0px 20px 20px;
}
.activity2 li p span {
  display: block;
  font-size: 12px;
  padding: 0;
}


/*qa*/
#qa .gnavi_eye form {
  width: 300px;
  height: 60px;
  margin:40px auto 0;
  position: relative;
 }
#qa .gnavi_eye div.guid {
  position: absolute;
  left: 35px;
  top:0;
  margin: 0;
  padding: 0;
}

#qa .gnavi_eye form input.qawold{
  width: 220px;
  height: 30px;
  border: solid 1px #bbb;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
}


#qa .gnavi_eye form input.qawold::placeholder {
  font-size: 14px;
  color: #bbb;
  padding-left: 10px;
}
#qa .gnavi_eye form input:last-child{
  width: 60px;
  height: 30px;
  border: solid 1px #ccc;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ccc;
  border-radius: 3px;
}



/*activity*/

#activity .white_box {
  width: 98%;
  max-width: 1000px;
}

.activity_main {
  display: block;
  width: 73%;
  float: left;
  box-sizing: border-box;
  margin-left: 2%;
}
.activity_side {
  width: 22%;
  display: block;
  float: left;
  box-sizing: border-box;
  padding:0;
  background-color: #fff;
  border: solid 1px #ddd;
  margin:0 2% 20px 1%;
}
.activity_main .activity{
  width: 100%;
  margin: 0 auto 20px;
}
.activity_main .activity li{
  width: 24.5%;
  box-sizing: border-box;
  margin:0;
  padding: 10px 0 0 0;
  height: auto;
}

.activity_main .activity li:nth-child(5) {
  clear: both;
}
.activity_main .activity li:nth-child(5),.activity_main .activity li:nth-child(6),.activity_main .activity li:nth-child(7),.activity_main .activity li:nth-child(8){
  border-bottom: none;
}


.activity_main .activity li img{
  height: 150px;
  border-radius: 5px;
}

.activity_side>p {
  text-align: center;
  background-color: #555;
  color: #fff;
  line-height: 30px;
}

.activity_side ul.activity2 {
  width: 100%;
  margin: 0px auto;
  padding: 5px;
}
.activity_side .activity2 li {
  width: 100%;
  border: none;
  box-shadow: none;
  margin: 0;
  padding:5px 0;
  border-bottom: solid 1px #ddd;
}
.activity_side .activity2 li:last-child {
  border-bottom: none;
}
.activity_side .activity2 li img {
  width: 80px;
  margin: 0  10px 0 0;
  padding: 0;
}

.activity_side .activity2 li a {
  padding: 5px 0 0 ;
  margin: 0;
  font-size: 14px;
  line-height: 1.5em;
}
.activity2 li p {
  padding: 0;
  margin: 0;
}

.activity_category {
  margin-bottom: 10px;
  padding: 0;
}
.activity_category li{
  width: 100%;
  text-align: center;
  border-bottom: solid 1px #ddd;
  position: relative;
}
.activity_category li:last-child{
  border-bottom: none;
  
}
.activity_category li a{
  display: block;
  width: 100%;
  padding-left: 35px;
  text-align: left;
  height: 45px;
  line-height: 45px;
}

.activity_category li a:before{
  width: 15px;
  height: 15px;
  content: ">";
  font-weight: 600;
  font-size: 8px;
  line-height: 15px;
  background-color: #999;
  color: #fff;
  border-radius: 15px;
  position: absolute;
  top:15px;
  left:10px;
  text-align: center;
}


/*item*/
.item_okng {
  width: 900px;
  margin: 0 auto;
}
.item_okng li{
  display: block;
  width: 400px !important;
  float: left;
  margin: 0 20px 0 0;
  border: solid 1px #ddd;
  padding: 20px;
  box-sizing: border-box;
}
.item_okng li:last-child{
margin-right: none;
}
.item_okng li:first-child dt{
  height: 30px;
  font-size: 24px;
  line-height: 30px;
  padding-left: 20px;
  font-weight: 400;
}
.item_okng li:first-child dt:last-child{  
  padding-left: 5px;
}

.item_okng li:first-child dt a{
  height: 30px;
  font-size: 16px;
  line-height: 20px;
  color:#0B9FD4;
  margin-left: 10px;
}

.item_okng li:last-child dt{
  font-size: 16px;
  margin-bottom: 30px;
  padding-left: 20px;
  font-weight: 600;
  font-weight: 400;
}

.item_okng li:last-child dt span{
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
}

.item_list {
  width: 100%;
  margin: 0px auto 40px auto;
  letter-spacing: 1px;
}

.item_list h4{
	color				:	$f00;
  font-weight	: 600;
  font-size		: 16px;
  border			:	0px;
  text-align	: center;
  padding			:	0px;
  margin			:	0px;
}

.item_list h4:before{
	content: none;
}

.item_list tr th {
  background-color: #11b554;
  border: solid 1px #3b3b3b;
  color							: #fff;
  font-weight				: 400;
  vertical-align		: middle;
  text-align				: center;
  display						: table-cell;
  padding						: 6px;
}

.item_list tr td {
  border					: solid 1px #3b3b3b;
  vertical-align	: middle;
  text-align			: center;
  display					: table-cell;
  padding					: 6px;
}

.item_list tr th:nth-of-type(1) {
	width						: 12px;
}

.item_list tr td:nth-of-type(1) {
	background-color: #99ffc7;
	color						:	#000;
	width				: 25%;
	font-weight	: 600;
}

.item_list tr td:nth-of-type(2) {
	background-color: #fff;
	width: 75%;
	text-align: left;
}

.item_list tr td:nth-of-type(3) {
	background-color: #fff;
	text-align: left;
}



/*index*/

.list3{
	display: flex;
}
.list3>li{
  margin-right: 3.5%;
  width: 31%;
  box-sizing:border-box;
}
.list3 li img{
  display: block;
  margin: 0 auto;
  max-width: 300px;
}

.list3>li:nth-child(3n){
  margin-right: 0;
}
.list3_num1{
	padding-bottom: 10px;
	border-bottom:2px solid #ff5400;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.list3_num1>li:nth-child(1){
	width: 12%;
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	color: #ff5400;
}
.list3_num1>li:nth-child(2){
	width: 88%;
	font-size: 20px;
	font-weight: 600;
}
.list3_num1>li:nth-child(2)>span{
	color: #ff5400;
}
.list3_num2{
	padding-bottom: 10px;
	border-bottom:2px solid #006e2d;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.list3_num2>li:nth-child(1){
	width: 12%;
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	color: #006e2d;
}
.list3_num2>li:nth-child(2){
	width: 88%;
	font-size: 20px;
	font-weight: 600;
}
.list3_num2>li:nth-child(2)>span{
	color: #006e2d;
}
.list3_num3{
	padding-bottom: 10px;
	border-bottom:2px solid #8400ff;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.list3_num3>li:nth-child(1){
	width: 12%;
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	color: #8400ff;
}
.list3_num3>li:nth-child(2){
	width: 88%;
	font-size: 20px;
	font-weight: 600;
}
.list3_num3>li:nth-child(2)>span{
	color: #8400ff;
}

.wakutin_short h3 {
  width   		: 100%;
  padding			: 20px 10px 20px 10px;
  margin			:	0px	0px	0px	0px;
  text-align	: center;
  background	: #20639b;
  border			: solid 1px #20639b;
  color				: #ffffff;
  line-height	: 30px;
  font-size		: 20px;
}

.wakutin_short {
  display			: block;
  width				: 80%;
  text-align	: center !important;
  border			:	0px solid #000;
  margin			: 10px auto;
  box-shadow	: 0 3px 5px rgba(0, 0, 0, 0.22);
  padding			: 0px 0px 10px 0px;
}


.wakutin_short p {
  text-align: center !important;
  font-weight: 600;
  line-height: 40px;
  padding: 0px 10px 10px 20px;
}

.wakutin_txt {
  color: #f96464;
  font-size		: 32px;
  font-weight	: 600;
  padding:  20px 0px 20px 0px;
}

.wakutin_txt_short {
	font-size: 18px;
}

.graybox {
  display: block;
  width: 80%;
  margin: 30px 0px 0px 0px;
  
  padding: 20px;
  box-sizing: border-box;
  font-size: 14px;
  color: #555555;
  border: solid 1px #f1f1f1;
  border-radius: 1px;
  background: #fafafa;
  box-shadow: 2px 2px 2px #ddd;
}



.eye_img {
	margin		: 0px 0px 20px 0px;
	width			: 100%;
	max-width	: 800px;
}


figure {
	font-weight	: 900;
	color				: #666;
}

/*パンくずエリアパーツ(複数個所で使用)*/
.pan {
  color: #999; text-decoration: font-size: 18px; font-weight: 900; background-color: #fff; padding: 3px;
}
.breadcrumb{
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
	padding:0.5em;
}
.breadcrumb__list{
list-style:none;
}
.breadcrumb__list::after {
	content: "";
	display: block;
	clear: both;
}
.breadcrumb__item{
	position:relative;
	float:left;
	padding-right:15px;
	margin-right:15px;
	font-size:1.2rem;
	line-height: 1.75;
	color:#7f7f7f;
}
.breadcrumb__item .icon-home::before{
	margin: 10px 10px 10px 0px;
}
.breadcrumb__item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #BFBFBF;
    border-right: 1px solid #BFBFBF;
    transform: rotate(45deg);
}
.breadcrumb__item:last-child::after{border: none;}
.breadcrumb__link{
	text-decoration:underline;
	line-height: 1;
}

.icon_date {
	width				: 100%;
	text-align	: right;;
}

.icon_date::before {
	background: url('/SECOND_NEW_V4/img_v2/icon/icon-time.png') no-repeat center / contain;
	content: '';
	display: inline-block;
	margin-right: .2em;
	vertical-align: -.15em;
	width: 1em;
	height: 1em;
}

.vaccine {
  width			: 90%;
  margin		: 20px auto 20px auto;
}

.vaccine_all {
  width		: 100%;
  margin	: 20px auto 0px auto;
  padding	:	20px;
  border	: 0px solid #dcdcdc;
	font-size: 20px;
  font-weight	:	600;
}

.vaccine_all span {
  padding	:	8px;
	font-size: 22px;
  font-weight	:	600;
  color		: #f66;
}

.vaccine_child {
	font-size: 20px;
	font-weight: 600;
  width		: 90%;
  margin	: 20px auto 0px auto;
  padding	:	20px	20px	6px	20px;
  border-bottom	: 2px solid #dcdcdc;
}

.KB{
	font-weight	: 900;
	color				: #f66;
}

.spacer20 {
	height: 20px;
	margin: 0px;
	padding: 0px;
}
.spacer40 {
	height: 40px;
	margin: 0px;
	padding: 0px;
}

.img_txt {
	width: 100%;
}

.art_direction {
	width 		: 100%;
	height 		: auto;
	max-width : 1000px;
	margin		: 20px 0px 0px 0px;
}

.art_direction figcaption{
	margin			: 10px;
	text-align	: center;
}

.art_direction span{
	font-weight	: 600;
	font-size		: 20px;
	color				:	#999;
	display			: block;
	margin			: 20px 0px 0px 20px;
}

.art_direction_img {
	// width  		: 100%;
	max-width			: 100%;
	height 				: auto;
	border-radius : 30px;
}

.art_direction_img_square {
	width  		 		: auto;
	max-width			: 100%;
	height 				: auto;
	border-radius : 0px;
}

.WDR_Header {
	margin	: 0px 0px 0px 0px;
}


.WDR_Header img{
	float		: left;
	width		:	120px;
}

.WDR_Header p{
	float				: left;
	font-size		: 20px;
	font-weight	: 900;
	padding			: 0px 0px 0px 30px;
	margin			:	0px;
	text-align	:	left;
	line-height	:	30px;
	width				:	350px;
	overflow-wrap: 400;
}

.WDR_Header span{
	display			: block;
	clear				: both;
}

.WDR_Header h7 .slide-title{
	margin	: 0px;
	padding	: 0px;
}

.reporter{
}

.reporter span{
	font-weight	: 900;
	color				: #11b554;
	line-height	: 100px;
}

.reporter img{
	border		: 1px solid #eee;
	padding		:	6px;
	margin		:	0px	0px	0px	30px;
}


/*著作者情報*/
.writer_info {
	border						: 2px solid #c0c0c0;
	padding						: 20px;
	font-size					: 18px;
	margin						:	0px	0px	50px	0px;
	text-align				:	left;
	background-color	: #fffff0;
	border-radius			: 30px;
}

.writer_info_head {
	border-bottom	: 2px solid #c0c0c0;
	padding				: 10px 10px 10px 30px;
	margin				:	0px	20px	0px	20px;
}

.writer_info_body {
	padding				: 20px 0px 0px 0px;
	margin				:	0px	20px	0px	20px;
	font-size			:	18px;
	line-height		: 36px;
}

.writer_info_head img {
	height	:	60px;
	margin			:	0px	0px	0px	10px;
}

#writer_info_head_wri {
	font-size		: 18px;
	font-weight	:	600;
	line-height	: 60px;
	padding			:	10px	14px	10px	14px;
	margin			:	0px	0px	0px	0px;
	
	background-color	: #000;
	color							:	#fff;
  border-radius			: 6px;
}

#writer_info_head_aut {
	font-size		: 20px;
	font-weight	:	600;
	line-height	: 60px;
	padding			:	0px	30px	0px	30px;
}


.reviewer_info {
	border		: 2px solid #c0c0c0;
	padding		: 20px;
	font-size	: 18px;
	margin		:	30px	0px	50px 0px;
	text-align	:	left;
	background-color	: #ffefd5;
	border-radius			:	30px;
}

.reviewer_info_head {
	border-bottom	: 2px solid #c0c0c0;
	padding				: 10px 10px 10px 30px;
	margin				:	0px	auto;
}

.reviewer_info_body {
	padding				: 20px 0px 0px 0px;
	margin				:	0px	20px	0px	20px;
	font-size			:	18px;
	line-height		: 36px;
}

.reviewer_info_head img {
	height: 100px;
	border-radius: 50px;
}

#reviewer_info_head_wri {
	font-size		: 18px;
	font-weight	:	600;
	line-height	: 100px;
	padding			:	10px	14px	10px	14px;
	margin			:	0px	0px	0px	0px;
	
	background-color	: #ffa500;
	color							:	#fff;
  border-radius			: 6px;
  border						: 2px solid #999;
}

#reviewer_info_head_aut {
	font-size		: 20px;
	font-weight	:	600;
	line-height	: 100px;
	margin			:	0px	30px 0px 30px;
}


.profile {
	height				: 100px;
	border-radius	: 50px;
}



/* にこっとのブログ一覧フォーマット */

.nicoto_100per {
	clear: both;
	border				: 2px solid #c0c0c0;
  border-radius	: 20px;
	padding				: 20px;
	margin				:	0px	0px	50px 0px;
	background 		: #fffff0;
}

.nicoto_100per img {
	displaay	: inline;
	width			: 100%;
	height		: auto;
  border-radius	: 20px;
}

.nicoto_txt img {
	displaay	: inline;
	width			: 100px;
	height	: auto;
  border-radius	: 0px;
}

.nicoto_img {
	float		: left;
	width		: 25%;
	height	: auto;
}

.nicoto_img_150 {
	float		: left;
	width		: 150px;
}

.nicoto_img_100 {
	float		: left;
	width		: 100px;
}

.nicoto_txt {
	float				: left;
	width				: 75%;
	text-align	:	left;
	font-size		: 16px;
	font-weight	:	nomal;
	line-height	: 36px;
	padding			:	0px	0px	0px	30px;
	border		  : 0px solid #00f;
}

.nicoto_txt p{
	display			: block;
	font-size		:	18px;
	font-weight	:	600;
	margin			:	10px	0px	20px -10px;
}

.nicoto_txt a{
	font-size				: 18px;
	font-weight			:	600l;
	color						:	#629C17;
	line-height			: 50px;
	text-decoration	:	none;
}

.nicoto_link {
	clear		: both;
	width		: 100%;
	height	: 1px;
}


/* 企業リスト */

.company_100per {
	clear: both;
	border				: 2px solid #c0c0c0;
  border-radius	: 20px;
	padding				: 20px;
	margin				:	0px	0px	20px 0px;
	background 		: #f8f8ff;
}

.company_100per img {
	displaay	: inline;
	width			: 100%;
  border-radius	: 5px;
}

.company_txt img {
	displaay	: inline;
	width			: 100px;
  border-radius	: 0px;
}

.company_img {
	float		: left;
	width		: 25%;
}

.company_img_150 {
	float		: left;
	width		: 150px;
}

.company_img_100 {
	float		: left;
	width		: 100px;
}

.company_txt {
	float				: left;
	width				: 75%;
	text-align	:	left;
	font-size		: 16px;
	font-weight	:	nomal;
	line-height	: 36px;
	padding			:	0px	0px	0px	30px;
	border		  : 0px solid #00f;
}

.company_txt a{
	font-size				: 18px;
	font-weight			:	600l;
	color						:	#4169e1;
	line-height			: 28px;
	text-decoration	:	none;
	margin					:	0px;
	padding					:	0px;
}

.company_txt .p1 {
	display			: block;
	font-size		:	18px;
	font-weight	:	600;
	margin			:	0.5em	0px	1em -0.5em;
	padding			:	0px;
	line-height	: 1em;
}

.company_txt .p2{
	display			: block;
	font-size		:	16px;
	font-weight	:	600;
	margin			:	0px	0px	10px 0px;
	padding			:	0px;
	line-height	: 1em;
}

.company_txt .p3 {
	display			: block;
	margin			:	0.5em	0px	1em 0em;
	padding			:	0px;
	font-size		:	16px;
	word-wrap		: break-word;
  overflow-wrap: break-word;
}

.company_txt .p3 a{
	font-size		:	16px;
	font-weight	:	600;
	color				: #00F;
	line-height	: 1.2em;
	margin			:	1em	0px	1em 0em;
	padding			:	0px;
}

.company_txt h4 {
  font-size		: 20px;
  font-weight	: 600;
  padding		 	: 5px 0px 10px 2em;
  line-height	: 1.5em;
  margin			: 0px 0px 0.5em 0px;
}

.company_link {
	clear		: both;
	width		: 100%;
	height	: 1px;
}



/* コラム */

.column_100per {
	clear: both;
	border				: 2px solid #c0c0c0;
  border-radius	: 0px;
	padding				: 20px;
	margin				:	0px	0px	20px 0px;
	background 		: #f8f8ff;
}

.column_100per img {
	displaay	: inline;
	float			: left;
	width			: 300px;
	height		:	200px;
	object-fit: cover;
  border-radius	: 0px;
}

.column_txt {
	float				: left;
	width				: 50%;
	text-align	:	left;
	font-size		: 16px;
	font-weight	:	nomal;
	padding			:	0px	0px	0px	30px;
	margin			:	0px;
	border		  : 0px solid #00f;
	vertical-align: top;
}

.column_txt a{
	font-size				: 18px;
	font-weight			:	600l;
	color						:	#4169e1;
	line-height			: 1em;
	text-decoration	:	none;
	margin					:	0px;
	padding					:	0px;
}

.column_txt p {
	display			: block;
	font-size		:	16px;
	font-weight	:	600;
	margin			:	0em	0px	0em 0em;
	padding			:	0px;
	line-height	: 1.5em;
}

.column_link {
	clear		: both;
	width		: 100%;
	height	: 1px;
}


/* 2024/05/11 新設 */

.news_100per {
	clear: both;
	border				: 2px solid #c0c0c0;
  border-radius	: 0px;
	padding				: 1em;
	margin				:	0px	0px	1em 0px;
	background 		: #f8f8ff;
}

.news_100per img {
	displaay	: inline;
	float			: left;
	width			: 180px;
	height		:	auto;
	aspect-ratio: 4 / 5;
	object-fit: cover;
  border-radius	: 0px;
}

.news_txt {
	float				: left;
	width				: 70%;
	text-align	:	left;
	font-size		: 16px;
	font-weight	:	nomal;
	padding			:	0px	0px	0px	30px;
	margin			:	-26px 0px 0px 0px;
	border		  : 0px solid #00f;
	vertical-align: top;
}

.news-title {
	margin		:	0.5em	0px	0.5em	0px;
}

.news_txt a{
	font-size				: 18px;
	font-weight			:	600l;
	color						:	#4169e1;
	line-height			: 1em;
	text-decoration	:	none;
	margin					:	0px;
	padding					:	0px;
}

.news_txt p {
	display			: block;
	font-size		:	16px;
	font-weight	:	600;
	margin			:	0em	0px	0em 0em;
	padding			:	0px;
	line-height	: 1.5em;
}

.news-date {
	width				: 100%;
	font-size		:	18px;
	font-weight	:	600;
	line-height	: 1.5em;
	margin			:	0.5em 0px 1em 0px;
}

.news_link {
	clear		: both;
	width		: 100%;
	height	: 1px;
}


.news-comment {
	clear				: both;
	display			: block;
	width				: 100%;
	font-size		:	16px;
	font-weight	:	600;
	margin			:	1em	0px	0em 1em;
	padding			:	1em;
	line-height	: 1.5em;
}

.news_img img {
	displaay	: inline;
	float			: left;
	width			: 180px;
	max-width	:	50%
	height		:	auto;
	aspect-ratio: 4 / 5;
	
	object-fit: cover;
  border-radius	: 0px;
}




.TAG {
	font-size			:	12px;
  border        : 1px solid #999;
  border-radius : 1em;
  background    : #eee;
  padding       : 0.3em 0.6em 0.5em 0.6em;
  margin        : 0px 0em 0px 1em;
}


.TAG_SEL {
	font-size			:	12px;
  border        : 1px solid #999;
  border-radius : 1em;
  background    : #ffa;
  padding       : 0.3em 0.6em 0.5em 0.6em;
  margin        : 0px;
}


.activity_title {
	font-size		: 20px;
	font-weight	:	600;
	color				:	#000;
	margin			: 80px 0px 30px 0px;
	display			:	block;
	border			: 0px solid #f00;
	line-height	:	20px;
}


/*新設ボタンデザイン 2023/11/03*/

.btn,
a.btn,
button.btn {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap {
  margin: 30px auto 0px auto;
  text-align	: center;
}


a.btn-b {
  font-size: 1.6rem;
  position: relative;
  padding: 0.25rem 2rem 1.5rem 2rem;
  color: #fff;
  background: #e94919;
  -webkit-box-shadow: 0 5px 0 #d44114;
  box-shadow: 0 5px 0 #d44114;
  width: calc( 1.6rem * 20 );
}

a.btn-b span {
  font-size: 1.2rem;
  position: absolute;
  top: -1.2rem;
  left: calc(50% - 150px);
  display: block;
  padding: 0.2rem 2rem 0.2rem 2rem;
  color: #d44114;
  border: 2px solid #d44114;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-b span:before,
a.btn-b span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}

a.btn-b span:before {
  bottom: -10px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #d44114 transparent transparent transparent;
}

a.btn-b span:after {
  bottom: -7px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

a.btn-b i {
  margin-right: 1rem;
}

a.btn-b:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #eb5b30;
  -webkit-box-shadow: 0 2px 0 #d44114;
  box-shadow: 0 2px 0 #d44114;
}


a.btn-a {
  font-size: 1.6rem;
  position: relative;
  padding: 0.25rem 2rem 1.5rem 2rem;
  color: #fff;
  background: #ff8c00;
  -webkit-box-shadow: 0 5px 0 #e67e00;
  box-shadow: 0 5px 0 #e67e00;
  width: calc( 1.6rem * 20 );
}

a.btn-a span {
  font-size: 1.2rem;
  position: absolute;
  top: -1.2rem;
  left: calc( 50% - 150px );
  display: block;
  padding: 0.2rem 2rem 0.2rem 2rem;
  color: #d44114;
  border: 2px solid #e67e00;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-a span:before,
a.btn-a span:after {
  position: absolute;
  left: calc( 50% - 10px);
  content: "";
}

a.btn-a span:before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #e67e00 transparent transparent transparent;
}

a.btn-a span:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

a.btn-a i {
  margin-right: 1rem;
}

a.btn-a:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #ff8c00;
  -webkit-box-shadow: 0 2px 0 #e67e00;
  box-shadow: 0 2px 0 #e67e00;
}


a.btn-c {
  font-size: 1.6rem;
  position: relative;
  padding: 0.25rem 2rem 1.5rem 2rem;
  color: #fff;
  background: #32b16c;
  -webkit-box-shadow: 0 2px 0 #2c9d60;
  box-shadow: 0 2px 0 #2c9d60;
  width: calc( 1.6rem * 20 );
}

a.btn-c span {
  font-size: 1.2rem;
  position: absolute;
  top: -1.2rem;
  left: calc( 50% - 150px );
  display: block;
  padding: 0.2rem 2rem 0.2rem 2rem;
  color: #32b16c;
  border: 2px solid #32b16c;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 2px 0 #2c9d60;
  box-shadow: 0 2px 0 #2c9d60;
}

a.btn-c span:before,
a.btn-c span:after {
  position: absolute;
  left: calc( 50% - 10px);
  content: "";
}

a.btn-c span:before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #32b16c transparent transparent transparent;
}

a.btn-c span:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

a.btn-c i {
  margin-right: 1rem;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #30a967;
  -webkit-box-shadow: 0 2px 0 #2c9d60;
  box-shadow: 0 2px 0 #2c9d60;
}

.company_table {
	border-collapse:separate;
	border-spacing:5px;
}

.company_table th {
	background	: #f0e68c;
	font-weight	: 600;
	padding			:	6px	1em	6px	1em;
}

.company_table td {
	background	: #fffaf0;
	font-weight	: 600;
	padding			:	6px	6px	6px	1em;
}

.youtube {
	width		: 800px;
	height	: 488px;
}


ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}


.SNS_TABLE {
	border		: 0px solid #00f;
	margin		:	0px	0px	0px	0px;
	padding		:	0px	0px	0px	0px;
}

.SNS_TABLE .td1 {
	padding	:	2em;
}

.SNS_TABLE .td2 {
	vertical-align	: middle;
	padding					:	2em;
	text-align			:	left;
}

.SNS_TABLE a{
	font-size: 32px;
}

.SNS_TABLE img{
	width		: 100px;
	height	: auto;
}

.SNS {
  border      : 1px solid #999;
  padding     : 0.5em;
  margin      : 0.5em 0px 0px 1em;
  background  : #fef;
  border-radius: 6px;
  
}

/* SWIPER */

.card05 {
  padding	:	0px	0px	0px	0px;
  margin	:	0px	0px	0px	0px;
}

.l-section {
  padding	:	0px	0px	0px	0px;
  margin	:	0px	0px	0px	0px;
}

.l-inner {
  border	:	0px solid #00f;
  padding	:	0px	0px	0px	0px;
  margin	:	0px	0px	0px	0px;
}

.swiper {
  border	:	0px solid #f00;
  margin	:	0px;
  padding	:	0px	0px	0px	0px;
}

.swiper-wrapper {
  margin	:	0px;
  padding	:	0px	0px	0px	0px;
}

.swiper-slide {
  margin	:	0px;
  padding	:	0px	0px	0px	0px;
}

.slide {
  margin	:	0px;
  padding	:	0px	0px	0px	0px;
}

.slide-media {
  margin	:	0px;
  padding	:	0px	0px	0px	0px;
}

.img-cover {
  margin	:	0px;
  padding	:	0px	0px	0px	0px;
}


iframe.youtube {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	max-width: 800px;
	display: block;
	margin: auto;
}

ul.tag {
	margin: 10px 0px 0px 0px;
}

.tag li{
  background-color: #555;
  display: inline;
  float: left;
  margin-right: 5px;
  margin-bottom: 10px;
  border-radius: 10px 0 0 10px;
  color: #fff;
  line-height: 17px;
  font-size: 16px;
  padding: 0.5em 1em 0.5em 1em;
}

.tag li a{
  margin-left: 5px;
  text-decoration: underline;
  color	: #ff0;
}


ul.tagN {
	margin: 20px 0px 0px 10px;
  width : 100%;
}

.tagN li{
  // background-color: #555;
  // border-radius: 10px 0 0 10px;
  font-size: 16px;
  line-height: 16px;
  margin: 0px;
  color: #000;
  padding: 10px 1em 0em 0.5em;
  width : auto;
}

.tagN li a{
  margin-left: 5px;
  text-decoration: underline;
  color	: #ff0;
}


/* menu style */

.contents__inner {
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	margin: 0px;
	padding: 0px 24px;
	color: #fff;
	display: box;
}

/**
 * menu
 */
.menu {
	position: relative;
	width: 100%;
	height: 50px;
	max-width: 1000px;
	margin: 0 auto;
}

.menu > li {
	float: left;
	width: 25%;
	height: 50px;
	line-height: 36px;
	background: #629C17;
	font-size: 14px;
	font-weight: 900;
	text-align: center;
}

.menu a {
  font-size   : 16px;
  font-weight : nomal;
}

.menu > li a {
	display: block;
	color: #fff;
}

.menu > li a:hover {
	color: #000;
	text-decoration: none;
}

.menu__single:hover {
  background: #81cc1f;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  z-index: 10;
  
}

.menu__second-level li {
  border-top: 1px solid #111;
}

.menu__second-level li a:hover {
  background: #629C17;
}


.init-bottom:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 15px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu:before,
.menu:after {
  content: "";
  display: table;
}

.menu:after {
  clear: both;
}

.menu {
  *zoom: 1;
}


/**
 * single menu
 */
.menu > .menu__single {
  position: relative;
}

.menu__single .menu__second-level {
  position: absolute;
  top: 40px;
  width: 100%;
  background: #629C17;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  visibility: hidden;
  opacity: 0;
}

.menu__single:hover > .menu__second-level {
  top: 50px;
  visibility: visible;
  opacity: 1;
}


