@charset "UTF-8";



/*---------------------------------------

[reset]

[base]
	font
	anchor
	add class

[common set-up]
	h
	pagetop link

[lower common]

[each page]

[common contents]
	container
	header
	main contents
	footer
	print

[clearfix]

[cms setting]

---------------------------------------*/

/* CSS Document */
/*===============================================
●style.css
===============================================*/
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	word-wrap: break-word;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,figure {
	margin: 0;
	padding: 0;
}
header,nav,section,aside,footer {
	display: block;
}

table {
	border-spacing: 0;
}

fieldset,img,a img,abbr,acronym {
	border: 0;
}

li img,dt img {
	vertical-align: top;
}

address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

q:before,q:after {
	content: '';
}
a {
	outline: none;
}
ul{
	padding-left:20px;
}
ul.mm-listview{
	padding:0;
}
img{
	height:auto !important;
}

button, fieldset, form, input, label, legend, select, textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

@media (min-width: 751px) {
a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
}

/*---------------------------------------  */
.pc
.forPc {
	display: inline;
}

.sp,
.forSp {
	display: none;
}

.forTab {
	display:none;
}


@media screen and (max-width:478px){
.pc,
.forPc {
	display:none;
}
.sp,
.forSp {
	display:inherit;
}
}
@media screen and (max-width:978px){
.forTab {
	display:block;
}
.forPcNoneTab {
	display:none;
}

}

@media screen and (min-width:768px) and ( max-width:1024px) {
			.tabNone {
				display:none;
			}
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: base */

:root {
  --main-color: #47a6b2;
  --main-color01: #edf1f2; /* とっても薄め */
  --main-color02: #b8ced1; /* 薄め */
  --main-color03: #47a6b2; /* 濃いめ */
  --sub-color04: #000;
}
/*
var(--main-color);
*/

/*--------------------------------------- font */
html {
	font-size: 62.5%;
/* 1em=10px化 */
}

body {
  font-family: 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "PT Sans", "Lucida Grande", sans-serif;
	line-height: 1.5;
	color: #171717;
	-webkit-text-size-adjust: 100%;
	font-size: 1.6em;
/* 基準フォントサイズ1.4em=14px */
}
.btn-contact a span,
header nav,
h3,
.body_wib h3,
.lower h2,
.body_wib .swiper-container,
.body_wib .reason-list h2,
.catchCopy {
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width:779px) {
	html,body {
		-webkit-text-size-adjust: 100%;
		-webkit-overflow-scrolling: touch;
	}
	body {
		font-size: 1.4em;
	}
}
@media screen and (max-width:478px) {
	body {
		font-size: 1.3em;
	}
}

/*----------------------- color */
/* red */
.red {
	color: #FF0000;
}

/* white */
.topicsList span.category,
.topicsList span.new {
	color: #FFFFFF;
}

/* gray */
.topicsList .date {
	color:#5a5a5a;
}

/* black */
.black {
	color: #0b0b0b;
}

/*----------------------- size */
/* size10px */
.topicsList .date {
	font-size: 0.71em;
}

/* size12px */
.swiper-container .text,
.copy {
	font-size: 0.85em;
}
 									@media screen and (max-width:498px){
										.copy {
											font-size: 0.75em;
										}
									}

/* size13px */
.small {
	font-size: 0.94em;
}

/* size14px */
footer li li,
.size14 {
	font-size: 1.0em;
}

/* size16px */
#wrapper nav ul li,
article,
.topics .title{
	font-size: 1.14em;
}
 									@media screen and (max-width:498px){
										#wrapper nav ul li,
										article,
										.topics .title{
											font-size: 0.9em;
										}
									}

/* size18px */
.navigation2 li a {
	font-size: 1.28em;
}

/* size20px */
.large {
	font-size: 1.42em;
}

/* size22px */
h3,
.swiper-container {
	font-size: 1.57em;
}

/* size24px */
footer  dt {
	font-size: 1.77em;
}
 									@media screen and (max-width:498px){
										footer  dt {
											font-size: 1.57em;
										}
									}


/* size46px */
.lower h1,
.common h2 {
	font-size: 3.31em;
}

/*--------------------------------------- anchor */

a:link,
a:visited {
	color: var(--main-color);
	text-decoration:none;
}

a:active,
a:hover {
	color: var(--main-color02);
	text-decoration:none;
}

/* white */
.btn a:link,
.btn a:visited {
	color:#FFF;
}

/* black */
footer li a,
footer li a:link,
footer li a:visited,
footer li a:active {
	color:#000;
}

/* gray */
footer li li a,
footer li li a:link,
footer li li a:visited,
footer li li a:active {
	color:#867f83;
}


/*--------------------------------------- add class */

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.clearB {
	clear: both;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}


.pt80 {
	padding-top: 80px;
}
					@media screen and (max-width:498px){
							.pt80 {
									padding-top: 40px;
							}
						}

.mb1em {
	margin-bottom: 1em;
}
.mb5 {
	margin-bottom: 5px;
}
.mb80 {
	margin-bottom: 80px;
}

.hidden {
	display:none;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: common set-up */
.logo {
  padding: 0 0 0 2%;
  float:left;
  width:30%;
}
@media screen and (max-width:798px){
	.logo {
		text-align: center;
		width:100%;
	}
}
h2.wib_submenutitle{	
	font-size:1.8em;
	padding-top:50px;
}
h2.wib_submenutitle,
.body_wib h3 {
  position: relative;
  text-align: center;
  margin-bottom:80px;
}

h2.wib_submenutitle span,
.body_wib h3 span {
	display:block;
	font-size: 0.5em;
  color:#000;
}

h2.wib_submenutitle:after ,
.body_wib h3:after {
  content: "";
    background: url(../img/h3_bar.png) no-repeat;
    background-size: cover;
    width: 61px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translate(-50%,0);
}

body.lower h3{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.6em;
}
body.lower h4{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.4em;
	margin-bottom:20px;
}

h5 {
	clear: both;
	margin: 0 0 20px;
	font-size: 1.2em;
	font-weight: bold;
	color: #666;;
	border-left: 4px solid #7fac1f;
	padding-left:15px;
}

h6 {
	clear: both;
	margin: 0 0 10px;
	padding: 4px 10px 4px 11px;
	font-size: 1.1em;
	font-weight: bold;
	color: #7fac1f;
}

@media screen and (max-width: 779px) {
	.lower h1,
	h2 {
		font-size: 2em;
	}
	h3 {
		font-size: 1.1em;
	}
	h4 {
		font-size: 1.1em;
	}
	h5,h6 {
		font-size: 1em;
	}
}

/* img */
.imgResponse {
    width:100%;
}

/* btn */
.btn {
	clear: both;
}
.btn a {
	width:50%;
  padding:1.4em 0;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  background-image: linear-gradient(-90deg, #000, var(--main-color));
  transition: .5s;
  background-size: 200%;
}

.btn a:hover {
  background-position: right center;
}


/* btn02 */
.btn02 {
	clear:both;
	margin:30px 0;
}
.btn02 a{
	position: relative;
	display: inline-block;
	padding: .5em 4em;
	text-align: center;
	text-decoration: none;
	color:#FFF;
	border:solid 1px #FFF;
}
.btn02 a::after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #FFF;
	transition: all .2s;
}
.btn02 a:hover::after {
	right: -.05em;
  border-left-color: #ccc;
}
.btn02 a:hover {
	background-color: #FFF;
  color:#ccc;
}

/* arrow */
header nav li li span,
.arrow a{
    position: relative;
    display: inline-block;
    padding: 0 22px 0 0;
    vertical-align: middle;
    text-decoration: none;
}
header nav li li span::before,
header nav li li span::after,
.arrow a::before,
.arrow a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

header nav li li span::before,
.arrow a::before{
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: var(--main-color);
}
header nav li li span::after,
.arrow a::after{
    right: 5px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}



/* table */
table {
	border-collapse: collapse;
}

table th,
table td {
	border: 1px solid #CCCCCC;
}

table th {
	background: #E5E5E5;
	text-align: center;
}

table[border="1"],
table[border="1"] th,
table[border="1"] td {
	border: 1px solid #CCCCCC;
}
table[border="0"],
table[border="0"] th,
table[border="0"] td {
	border: none;
}
@media screen and (max-width:679px) {
	table th {
		width: auto !important;
	}
	table.responsive tr{
		display: block;
	}
	table.responsive th,
	table.responsive td{
		text-align:left;
		width:100% ;
		display: list-item;
		list-style:none;
		padding: 10px;
	}
	table.responsive tr table{
		display: table;
	}
	table.responsive th table th,
	table.responsive td table td{
		width:auto !important;
		display: table-cell;
	}
	table.noresponsive tr{
		display: table-row;
	}
	table.noresponsive th,
	table.noresponsive td{
		text-align:left;
		width:100% !important;
		display: table-cell;
		list-style:none;
	}
	table.noresponsive tr table{
		display: table;
	}
	table.noresponsive th table th,
	table.noresponsive td table td{
		width:auto !important;
		display: table-cell;
	}
	table th:after {
		display:none;
	}
}

/* mkr */
.txt_mkr_lime {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(229,245,120,0)),color-stop(.5,rgba(229,245,120,0)),color-stop(.6,#e5f578),color-stop(.98,#e5f578),to(rgba(229,245,120,0)));
    background-image: -webkit-linear-gradient(top,rgba(229,245,120,0),rgba(229,245,120,0) 63%,rgba(255,255,255,.6) 64%,rgba(255,255,255,.6) 67%,rgba(229,245,120,0) 68%),-webkit-linear-gradient(top,rgba(229,245,120,0),rgba(229,245,120,0) 55%,rgba(255,255,255,.5) 56%,rgba(255,255,255,.5) 60%,rgba(229,245,120,0) 61%),-webkit-linear-gradient(271deg,rgba(229,245,120,0),rgba(229,245,120,0) 50%,#e5f578 60%,#e5f578 99%,rgba(229,245,120,0)),-webkit-linear-gradient(top,rgba(229,245,120,0),rgba(229,245,120,0) 50%,#e5f578 60%,#e5f578 99%,rgba(229,245,120,0));
    background-image: linear-gradient(to bottom,rgba(229,245,120,0),rgba(229,245,120,0) 63%,rgba(255,255,255,.6) 64%,rgba(255,255,255,.6) 67%,rgba(229,245,120,0) 68%),linear-gradient(to bottom,rgba(229,245,120,0),rgba(229,245,120,0) 55%,rgba(255,255,255,.5) 56%,rgba(255,255,255,.5) 60%,rgba(229,245,120,0) 61%),linear-gradient(179deg,rgba(229,245,120,0),rgba(229,245,120,0) 50%,#e5f578 60%,#e5f578 99%,rgba(229,245,120,0)),linear-gradient(to bottom,rgba(229,245,120,0),rgba(229,245,120,0) 50%,#e5f578 60%,#e5f578 99%,rgba(229,245,120,0));
}


/* colorframe */
.colorframe {
	
    -webkit-box-shadow: 2px 3px 5px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 3px 5px -3px rgba(0, 0, 0, 0.3);
	padding:30px;
	border-radius: 10px;
}
.colorframe.white { background-color: #FFF;}
.colorframe.beige { background-color: #F8F5EE;}

/* youtube */
.Documentary {
  width: 100%;
  padding: 55px 0 40px 0;
  overflow-x: hidden
}
@media (max-width:700px) {
  .Documentary {
    padding: 0;
    overflow: visible
  }
}
@media (--small-screen) {
  .Documentary {
    padding: 0;
    overflow: visible
  }
}
.Documentary__showMovieButton {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.Documentary__play {
  display: flex;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%
}
.Documentary__playItem {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 50%
}
.Documentary__playItem::after,
.Documentary__playItem::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%
}
.Documentary__playItem::before {
  width: 0;
  height: 0;
  -webkit-transform: translate(-35%,-50%);
  transform: translate(-35%,-50%);
  border-width: 11.5px 0 11.5px 23px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.Documentary__playItem::after {
  width: 60px;
  height: 60px;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  border-radius: 50%;
  opacity: 0;
  background: rgba(255,255,255,.2);
}
.Documentary__subBlock .Documentary__playItem {
  width: 40px;
  height: 40px
}
.Documentary__subBlock .Documentary__playItem::before {
  border-width: 7.5px 0 7.5px 15px
}
.Documentary__subBlock .Documentary__playItem::after {
  width: 40px;
  height: 40px
}
.Documentary__thumbnailWrap:hover .Documentary__playItem::after {
  -webkit-animation: .6s linear 0s 1 alternate circleOutAnimation;
  animation: .6s linear 0s 1 alternate circleOutAnimation;
}
.Documentary__thumbnailWrap {
  position: relative;
  flex: none;
  box-shadow: 0 15px 45px 0 rgba(0,0,0,.15),0 10px 15px 0 rgba(0,0,0,.2);
  line-height: 0;
}
@media (max-width:700px) {
  .Documentary__thumbnailWrap {
    box-shadow: none
  }
}
@media (--small-screen) {
  .Documentary__thumbnailWrap {
    box-shadow: none
  }
}
.Documentary__thumbnail {
  width: 100%;
  height: 100%
}
@media (min-width:701px) {
  .Documentary__thumbnail {
    transition: .3s;
  }
  .Documentary__thumbnailWrap {
    overflow: hidden
  }
  .Documentary__thumbnailWrap:hover {
    cursor: pointer
  }
}
@media (--not-small-screen) {
  .Documentary__thumbnail {
    transition: .3s;
  }
  .Documentary__thumbnailWrap {
    overflow: hidden
  }
  .Documentary__thumbnailWrap:hover {
    cursor: pointer
  }
}
.Documentary__main {
  position: relative;
  margin-top: 80px;
  padding: 40px 0
}
@media (min-width:701px) {
  .Documentary__main {
    z-index: 1
  }
}
@media (--not-small-screen) {
  .Documentary__main {
    z-index: 1
  }
}
@media (max-width:700px) {
  .Documentary__main {
    margin-top: 50px;
    padding: 65px 10px 20px
  }
}
@media (--small-screen) {
  .Documentary__main {
    margin-top: 50px;
    padding: 65px 10px 20px
  }
}
@media (min-width:701px) {
  .Documentary__main .Documentary__thumbnailWrap {
    position: absolute;
    width: 448px;
    height: 252px;
    top: 0;
    order: 4
  }
}
@media (--not-small-screen) {
  .Documentary__main .Documentary__thumbnailWrap {
    position: absolute;
    width: 448px;
    height: 252px;
    top: 0;
    order: 4
  }
}
@media (max-width:700px) {
  .Documentary__main .Documentary__thumbnailWrap {
    text-align: center;
    right: auto;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 8px 0;
    order: 5
  }
}
@media (--small-screen) {
  .Documentary__main .Documentary__thumbnailWrap {
    text-align: center;
    right: auto;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 8px 0;
    order: 5
  }
}
.Documentary__main .Documentary__thumbnailWrap:hover .Documentary__thumbnail {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}
@media (max-width:700px) {
  .Documentary__main .Documentary__thumbnailWrap:hover .Documentary__thumbnail {
    -webkit-transform: none;
    transform: none
  }
}
@media (--small-screen) {
  .Documentary__main .Documentary__thumbnailWrap:hover .Documentary__thumbnail {
    -webkit-transform: none;
    transform: none
  }
}

button {
    padding: 0;
    border: none;
    outline: 0;
    background-color: transparent;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@-webkit-keyframes circleOutAnimation {
  0% {
    -webkit-transform: translate(-50%,-50%) scale(0);
    transform: translate(-50%,-50%) scale(0);
    opacity: 0
  }
  70% {
    opacity: 1
  }
  100% {
    -webkit-transform: translate(-50%,-50%) scale(1.5);
    transform: translate(-50%,-50%) scale(1.5);
    opacity: 0
  }
}
@keyframes circleOutAnimation {
  0% {
    -webkit-transform: translate(-50%,-50%) scale(0);
    transform: translate(-50%,-50%) scale(0);
    opacity: 0
  }
  70% {
    opacity: 1
  }
  100% {
    -webkit-transform: translate(-50%,-50%) scale(1.5);
    transform: translate(-50%,-50%) scale(1.5);
    opacity: 0
  }
}
@-webkit-keyframes zoomInAnimation {
  0% {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    opacity: 0
  }
  60% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
  80% {
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}
@keyframes zoomInAnimation {
  0% {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    opacity: 0
  }
  60% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
  80% {
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}
@-webkit-keyframes fadeInAnimation {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: main common */
.con {
	padding-bottom: 30px;
	border-bottom: dotted 1px #CCCCCC;
}

/* -------------------- アニメーション設定 */

/* ゆらゆら */
.duration3s {
    animation-duration: 3s;
  animation-name: vertical;
    transform: rotate(30deg);
	animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes vertical {
    0% { transform:translateY(-20px); }
  100% { transform:translateY(  0px); }
}

/* フェードイン */
.fadeIn {
	animation-name: fadeIn;
    animation-duration: .7s;
    animation-delay: .1s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.8,0,.5,1);
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
  
  
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: lower common */





/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: common contents */

/*--------------------------------------- container */

html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
}

header .inner,
.copy span ,
footer .inner,
article {
	display:block;
	width:100%;
	max-width: 978px;
	margin: 0 auto;
	text-align: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 30px;
	position:relative;
}

/*--------------------------------------- header */
header {
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0 5px;
  position:fixed;
  background:rgb(255,255,255,0.6);
}
header .logo img {
  width:100%;
  max-width:290px;
}
header>nav {
  position:relative;
  font-weight:600;
  width: 70%;
  float: right;
}

header nav.gNav ul{
  text-align: center;
  margin-right: 30px;
	margin-top:10px;
}
header nav.gNav ul li{
	background:  rgba(131,200,209,0.85); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(131,200,209,0.85) 0%, rgba(71,166,179,0.85) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(131,200,209,0.85) 0%, rgba(71,166,179,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(131,200,209,0.85) 0%, rgba(71,166,179,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius:10px;
}
header nav li{
 display:inline-block;
 list-style:none;
 vertical-align: bottom;
 font-size:0.9em;
}

header nav li a:link,
header nav li a:visited{
  color:#fff;
  text-decoration: none;
  padding:1em 20px;
  display:block;
}

header nav li a:hover,
header nav li.current a:link,
header nav li.current a:visited{
  background:var(--main-color);
  color:#fff;
border-radius:10px;
}
.body_wib header nav li.current{
	/*background:none;*/
  background:rgba(71,166,179,1.0);
	padding:1em 20px;
  color:#fff;
}
ul li#menu_logo{
	background:none;
	float:right;
}
ul li#menu_logo a{
	padding:25px 0 10px 5px;
}
ul li#menu_logo a img{
	vertical-align:middle;
}
ul li#menu_logo a:hover,
ul li#menu_logo a:active{
	background:none;
	opacity:0.9;
}

@media screen and (min-width:680px) and (max-width:1200px){
	header nav li a,
	header nav li a:link,
	header nav li a:visited,
	.body_wib header nav li.current{
		padding:1em 5px;
	}
}
header nav li.wib_li4 a,
header nav li.wib_li4.current a{
	padding:1.8em 5px;
}
header .menu img {
  width:100%;
  margin-bottom:8px;
}

  
  								@media screen and (max-width: 798px) {
									header nav {
    									display:none;
									}

									header {
    									position:relative;
									}
                  header .inner {
    									margin-left: 0;
                    padding:0 30px;
                    text-align: center;
									}
                  header .logo {
                      width:100%;
                  }
                  header .logo img {
                      width:60%;
                    max-width:300px;
                  }
                  .body_wib header .logo {
height:150px;
background-image:url(../img/logo_white_en.png);
background-size:80%;
background-repeat:no-repeat;
background-position:center;
                  }
                  .body_wib header .logo img {
display:none;
                  }

                  }

/* spNav */
.spNav {
	display:none;
	width: 44px;
    height: 44px;
    background-color: var(--main-color);
    position: fixed;
    top: 0;
    left: 0;
}
								@media screen and (max-width: 798px) {
									.spNav {
    									display:block;
									}
								}
.spNav a {
display: block;
    width: 44px;
    height: 44px;
    padding: 11px;
    position: absolute;
    top: 0;
    left: 0;

}
.spNav a:after {
	content: '';
    display: block;
    background: #fff;
    height: 2px;
}
.spNav a span {
    background: #fff;
    display: block;
    height: 2px;
    margin: 6px 0;
}

/* FIXED btn-contact */
.btn-contact {
  position:fixed;
  bottom: 60px;
  right: 50px;
  z-index:999;
}
.btn-contact:hover {
  animation-play-state: paused;
}
 									@media screen and (max-width:798px){
										.btn-contact {
											display:none;
										}
                  }

.btn-contact a {
 width: 140px;
 display: flex;
 -webkit-align-items: center;
         align-items: center;
 -webkit-justify-content: center;
         justify-content: center;
 text-align: center;
 font-weight: 500;
 background: rgb(137,203,212);
background: linear-gradient(90deg, rgba(137,203,212,1) 0%, rgba(71,166,179,1) 75%);
 -webkit-border-radius: 50%;
         border-radius: 50%;
  color:#FFF;
  padding: 50% 0 40%;
}
.btn-contact a:hover {
  background: #47A6B3;
  color: #FFF;
}

.btn-contact .fa-envelope:before {
  position:absolute;
  top:30%;
  left:0;
  width:100%;
  text-align: center;
}


/*--------------------------------------- mainContaints */
.mainContaints {
    position: relative;
    z-index: 3;
}
section {
  padding:100px 0 110px;
  margin:0 auto;
  line-height:1.7;
  position: relative;
  z-index: 99;
  background-color:#FFF;
}
body.lower section {
  padding:20px 0 50px;
  min-height:300px;
}
section.colorWhite {
  background-color:#FFF;
}
section.color,
div.color {
	background-color:var(--main-color01);
}
					@media screen and (max-width:798px){
							section {
									padding:80px 0 50px;
							}
						}
					@media screen and (max-width:498px){
							section {
									padding:50px 0;
							}
						}

article {
	padding:0 30px;
}
.frame {
  background: rgba(255,255,255,0.8);
  padding: 50px;
  margin-bottom: 50px;
}

/* -----------  layoutBox */
.layoutBox {
	width:100%;
	clear:both;
	float:left;
}

.layout2:nth-of-type(odd),
.layout3:nth-of-type(odd),
.layout4:nth-of-type(odd),
.layout5:nth-of-type(odd),
.layout6:nth-of-type(odd),
.layout7:nth-of-type(odd),
.layout8:nth-of-type(odd),
.layout9:nth-of-type(odd) {
	float:left;
	clear:inherit;
}
								@media screen and (max-width: 678px) {
									.layout2:nth-of-type(odd),
									.layout3:nth-of-type(odd),
									.layout4:nth-of-type(odd),
									.layout5:nth-of-type(odd),
									.layout6:nth-of-type(odd),
									.layout7:nth-of-type(odd),
									.layout8:nth-of-type(odd),
									.layout9:nth-of-type(odd) {
   										 margin-bottom:50px;
									}
								}

.layout2:nth-of-type(even),
.layout3:nth-of-type(even),
.layout4:nth-of-type(even),
.layout5:nth-of-type(even),
.layout6:nth-of-type(even),
.layout7:nth-of-type(even),
.layout8:nth-of-type(even),
.layout9:nth-of-type(even) {
	float:right;
}

									@media screen and (max-width:678px){
										.layoutBox {
											padding-bottom:20px;
										}
									}

.layout5.floatL {
	float:left;
	clear:both;
}
.layout5.floatR {
	float:right;
}

.layout2 {
	width:16.6%;
}
.layout3 {
	width:24%;
}
.layout4 {
	width:31%;
}
.layout5 {
	width:41.6%;
}
.layout6 {
	width:49%;
}
.layout7 {
	width:58.3%;
}
.layout8 {
	width:65%;
}
.layout9 {
	width:75%;
}
.layout12 {
	width:100%;
}
									@media screen and (max-width:678px){
										.layout2,.layout3,.layout4,.layout5,.layout6,.layout7,.layout8,.layout9 {
											width:100%;
										}
									}

/*--------------------------------------- footer */

						}
/* pgtp */
.pgtp {
	background-color:#dca02b;
}


/* copy */
.copy {
	background:var(--main-color);
}
.lower .copy{
	margin-top: 100px;
}
.copy span {
	text-align:center;
	letter-spacing:0.1em;
	padding:15px 0;
  color:#fff;
  display:block;
}

 									@media screen and (max-width:798px){
										.copy span {
                      padding:15px 0;
										}
									}




/* page top */
.pageTop {
	width:60px;
	height:60px;
    position: fixed;
    right: 20px;
    bottom: -60px;
    z-index: 20;
    background-color: var(--main-color02);
    transition: bottom 0.6s ease-out 0s;
}
								@media screen and (max-width:478px){
										.pageTop {
											display: block;
											text-align: center;
											width: 100%;
											height: 60px;
											position: relative;
											right: 0;
											margin-bottom:58px;
										}
									}

.pageTop span {
    position: relative;
    display: inline-block;
    color: #000;
    vertical-align: middle;
	height:60px;
}
.pageTop span::before,
.pageTop span::after{
    position: absolute;
    top: 16px;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.pageTop span::before{
    left: 22px;
    width: 16px;
    height: 16px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
								@media screen and (max-width:478px){
										.pageTop span::before{
											left: 0;
										}
									}

.pageTop:hover {
    opacity: .87;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=87)";
}

.pageTop.is-show {
    bottom: 0;
}





/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: main */

/*--------------------------------------- default 標準ページ */
.default {
	background-image : url(../../../common/img/lower_ttl_img.jpg);
	background-repeat: no-repeat;
	background-size:100% auto;
	background-position:top center;
}
.default article {
	width:100%;
	max-width: 100%;
}
  								@media screen and (max-width: 798px) {
									.default article {
    									padding:0 30px;
									}
								  }
.default article .ttl {
    display: flex;
    justify-content: space-between;
}
						@media screen and (max-width:798px){
							.default article .ttl {
								display:block;
							}
							
						}

.default article:nth-of-type(odd) .ttl h2:nth-of-type(2) {
	display:none;
}
.default article:nth-of-type(even) .ttl h2:nth-of-type(1) {
	display:none;
}
						@media screen and (max-width:798px){
							.default article:nth-of-type(even) .ttl h2:nth-of-type(1) {
								display:block;
							}
							.default article:nth-of-type(even) .ttl h2:nth-of-type(2) {
								display:none;
							}
						}

.default h2 {
	width: 53.66667vw;
	text-align:right;
	min-height: 320px;
}
							.default article:nth-of-type(even) h2 {
								text-align:left;
							}
						@media screen and (max-width:798px){
							.default h2 {
								min-height: auto;
							}
						}
					@media screen and (max-width:798px){
							.default h2 {
								width: 100%;
								flex-wrap: inherit;
							}
						}

						@media screen and (max-width:978px){
							.default h2 {
								padding:0;
								text-align:left;
							}
							.default h2 span {
								margin-left:30px;
							}

						}
						
.default article:nth-of-type(even) .noImage h2 {
	width: 70vw;
    margin-left: auto;
}
.default article:nth-of-type(odd) .noImage h2 {
	width: 100%;
	max-width:978px;
	margin: 0 auto;
	text-align:left;
}

.default .pic {
	width: 41.33333vw;
  position: absolute;
	top: 0;
  left: 0;
}
						@media screen and (max-width:978px){
							.default .pic {
								width: 80.33333vw;
                position:relative;
							}
						}
						@media screen and (max-width:798px){
							.default .pic {
								width: 100%;
							}
						}


.default .pic img {
	width:100%;
}

.default .txt {
  position: relative;
	opacity: 1 !important;
  transform: translateY(0);
	width: 70vw;
  background:rgba(255,255,255,0.8);
  z-index: 2;
	min-height: 160px;
	padding:30px;
	text-align:right;
}
						@media screen and (max-width:978px){
							.default .txt {
                position:relative;
                top:auto;
								width: 100%;
								margin-top: 20px;
								margin-bottom:0;
							}
						}


.default .txt.noTtl {
	margin-top:0;
}

.default .txtInner {
	width:100%;
	max-width :780px;
	text-align:left;
	margin: 0 auto 0 0;
}
.default article:nth-of-type(odd) .pic {
    left: auto;
    right: 0;
	margin: 0 0 0 auto;
}

.default article:nth-of-type(odd) .txt {
    margin-right: auto;
    margin-left: 0;
	text-align:left;
}


.default article:nth-of-type(odd) .txtInner {
	margin: 0 0 0 auto;
}

.default article:last-of-type .txt {
	margin-bottom:30px;
}

/*--------------------------------------- normal 標準ページ02 */
.normal {
	background-image : url(../../../common/img/lower_ttl_img.jpg);
	background-repeat: no-repeat;
	background-size:100% auto;
	background-position:top center;
}
.normal article {
	width:100%;
	padding:0 20px 60px;
	
}


/*--------------------------------------- index.html */

                   /* TOPページ */

/*------------------------------------------------- */
.spacer {
    position: relative;
    width: 100%;
    height: 100vh;
}
    
/* section_main_img */
.main_img_Box_bg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
}
.section_main_img {
	background-color: #FFF;
  margin-top: 0;
  position: relative;
  padding: 0;
}
.swiper-slide {
	text-align: center;
}
.swiper-slide a {
	color: #ffffff;
	display: block;
	text-decoration: none;
}
.swiper-slide .slideBox {
	display: block;
	position: relative;
  line-height: 0;
  width: 100vw;
  height: 100vh;
}
.swiper-slide .slideBox:after { /* この要素が内向きのシャドウを写真に落とす */
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  background: rgb(0,0,0,0.4);
	box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5),
		inset 0 0 100px rgba(0, 0, 0, 0.2);
}
.swiper-slide .slideBox img {
  width:auto;
	   min-width: 100%;
    min-height: 100vh;
  height: auto;
}
 									@media screen and (max-width:1024px){
										.swiper-slide .slideBox img {
											position: absolute;
                      top: 0;
                      left: -50%;
										}
                  } 									@media screen and (max-width:798px){
										.swiper-slide .slideBox img {
                      left: -40%;
										}
                  }
 									@media screen and (max-width:498px){
										.swiper-slide .slideBox img {
                      left: -110%;
										}
                  }

.swiper-container .text {
	display: block;
	padding: 0 10%;
  text-align: left;
	position: absolute;
	width: 100%;
	left: 0;
	top: 48%;
  z-index:9;
  line-height:1.8;
	-webkit-transform: translateY(-48%); /* Safari用 */
	transform: translateY(-48%);
	/*
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	*/
}
 									@media screen and (max-width:798px){
										.swiper-container .text {
											text-align: center;
										}
                    }
									
.list_thumbnail.list_top {
	padding: 0;
}
.list_thumbnail.list_top li .listBox {
	padding: 0;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url(../../../common/css/img/icon_arrow_prev.png);
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url(../../../common/css/img/icon_arrow_next.png);
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next,
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	transition: 0.2s;
}
.swiper-button-prev:hover, .swiper-container-rtl .swiper-button-next:hover,
.swiper-button-next:hover, .swiper-container-rtl .swiper-button-prev:hover {
	opacity: 0.6;
}


.swiper-pagination {
  bottom: 30px;
  text-align: center;
  width: 100%;
}
.swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container .swiper-pagination-bullet-active {
    background: var(--main-color);
}

.swiper-container .sp {
  display:none;
}

                    @media screen and (max-width: 787px), print {
	                    .swiper-slide .text {
		                    font-size: 1.6em;
	                    }
	                    .swiper-container .pc{
	                    	display: none;
	                    }
	                    .swiper-container .sp{
	                    	display: block;
	                    }
                    }
                    @media screen and (max-width:478px) {
	                    .swiper-container .pc{
	                    	display: none;
	                    }
	                    .swiper-container .sp{
	                    	display: block;
	                    }
                    }

/* ----------- scrooll */
.box {
    width: 100px;
    height: 300px;
    position: absolute;
    overflow: hidden;
    z-index: 9;
    bottom: 0;
    left: 0;
  color:#FFF;

}
                    @media screen and (max-width: 498px) {
                      .box {
                        display:none;
                      }
                    }

/* アニメーション設定 */
.box .arrowWrap {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 200px
}

.box .arrowInner p {
  font-size: 12px;
  text-align: end;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.box .arrow {
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #eee;
  position: relative;
  overflow: hidden;
}

.box .arrow::before {
  content: '';
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #000;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}

/* reason-list */
.body_wib .reason-list figure img {
    width: 100%;
    max-width: 100%;
    height: auto;
    line-height: 0;
}
.body_wib .reason-list h2 img {
    max-height: 80px;
    height:  auto;
    line-height: 0;
}
.body_wib .reason-list h2 span {
  display:block;
  margin:8px 0 20px 0;
  color:var(--main-color02);
}
 .body_wib .reason-list li {
 display: flex;
 -webkit-align-items: center;
         align-items: center;
}
 .body_wib .reason-list li:not(:first-child) { margin-top: 120px;}
 .body_wib .reason-list li figure {
 width: 60%;
 overflow: hidden;
}
 .body_wib .reason-list li:nth-child(even) figure  {
 -webkit-order: 1;
     -ms-order: 1;
         order: 1;
}
 .body_wib .reason-list li .txt-wrap {
 width: 30%;
 margin: 0 5%;
 min-width: 480px;
 position: relative;
}
 .body_wib .reason-list li .txt-wrap::after {
 content: "";
 width: 100%;
 height : -webkit-calc(100% + 70px);
 height : calc(100% + 70px);
 max-height: 398px;
 background: url(../img/reason/num1.svg) center center no-repeat;
 -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
 position: absolute;
 top: 50%;
 left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
 z-index: -1;
}

                    @media screen and (max-width: 1200px) {
                      .body_wib .reason-list li:not(:first-child) { margin-top: 90px;}
                      .body_wib .reason-list li .txt-wrap {
                          width: 30%;
                          margin: 0 5%;
                          min-width: 380px;
                          position: relative;
                       }
                      .body_wib .reason-list li .txt-wrap::after {
                          height : -webkit-calc(100% + 50px);
                          height : calc(100% + 50px);
                        }
                      }
                    @media screen and (max-width: 768px) {
                      .body_wib .reason-list li { display: block;}
                      .body_wib .reason-list li:not(:first-child) { margin-top: 50px;}
                      .body_wib .reason-list li figure { width: 100%; }
                      .body_wib .reason-list li .txt-wrap {
                          width: 87.923vw;
                          margin: 20px auto 0;
                          min-width: initial;
                          position: relative;
                       }
                      .body_wib .reason-list li .txt-wrap::after {
                          content: none;
                      }
                    }

/* Place of use */
.placeOfUse ul {
  margin-left: 16%;
  margin-bottom:70px;
}
.placeOfUse li {
  display: inline-block;
  width: 24%;
  text-align: center;
  background:#FFF;
  padding:10px 0;
  margin-right: 4%;
  border-radius:8px;
  margin-bottom:20px;
}
.placeOfUse li:nth-child(3n) {
    margin-right: 0;
}
.placeOfUse li img {
  width:70%;
  max-width:200px;
}
.placeOfUse li span {
  display:block;
  font-size:0.8em;
}
                    @media screen and (max-width: 798px) {
                      .placeOfUse ul {
                        margin-left:0;
                      }
                      .placeOfUse li {
                        width: 31.3%;
                        margin-right: 2%;
                      }
                    }
                    @media screen and (max-width: 498px) {
                      .placeOfUse ul {
                        margin-left:0;
                      }
                      .placeOfUse li:nth-child(3n),
                      .placeOfUse li {
                        width: 46.3%;
                        margin-right: 2%;
                        float:left;
                      }
                      .placeOfUse li:nth-of-type(even) {
                        float:right;
                        margin-left: 2%;
                      }
                    }

/*------------------------------------------- news */

                 /* お知らせ */

/*------------------------------------------------- */

/*--------------------------------------- list_text */
.list_text,
.list_text li {
	display: block;
	padding: 0;
	margin: 0;
}
.list_text {
	padding: 1em 0 5em;
}
.list_text li {
	border-bottom: 1px solid #ccc;
}
.list_text li:first-child {
	border-top: 1px solid #ccc;
}

.list_text li a {
	text-decoration:none;
	display: block;
	background-image: url(../../../common/css/img/icon_right_circle.png);
	background-position: center right;
	padding-right: 40px;
	background-repeat: no-repeat;
}
.list_text li a:before {
	content: "";
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #c6c6c6;
}
.list_text li .listBox {
	width: 100%;
	display: block;
	padding: 15px 0;
}
.list_text li .date {
	font-size: 0.9em;
}
.list_text li .new {
	font-size: 0.9em;
	margin-left: 20px;
	padding: 2px 10px;
	background-color: #ca0303;
	color: #ffffff;
}
.list_text li .listBox .date,
.list_text li .listBox .new {
	display: inline-block;
	vertical-align: middle;
}
.list_text li .listBox .text {
	padding-top: 10px;
	display: block;
}



/*------------------------------------------- contact */

              /* お問い合わせフォーム */

/*------------------------------------------------- */
.body_contact .infoText {
	margin:20px 0 30px;
}
.body_contact table {
	margin-bottom:30px;
}


/* ---------  contact form */
.form_flow {
	width: 100%;
	margin: 20px auto 0;
	padding: 0;
	display: table;
	table-layout: fixed;
}

.form_flow li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-left: 10px solid #ffffff;
	padding: 0 5px;
	width: 34%;
	background-color: #adadad;
}

.form_flow li:first-child {
	border-left: none;
}

.form_flow li.current {
	background-color: var(--main-color02);
}

.form_flow li span {
	color: #ffffff;
	font-size: 0.9em;
	padding: 10px;
	width: 100%;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

form th {
	padding: 10px 20px;
	text-align:left;
}
form th .redFrame {
    margin-left: 10px;
}
.input_required,
.input_not_required:before {
	font-size: 0.9em;
	padding: 2px 6px;
	display: inline-block;
	background-color: #958468;
	color: #ffffff;
	position: absolute;
	right: 10px;
	top: 20px;
}

input[type="text"],
input[type="password"],textarea {
	border: 0;
	padding: 4px;
	border: solid 1px #ccc;
	max-width: 100% !important;
	resize: none;
	border-radius: 5px;
}

.body_textbook_form input[type="text"] {
	margin-bottom: 10px;
}

input:focus,
input:textarea {
	border: solid 1px #3ba5eb;
}

.submit_button {
	text-align: center;
	padding-top: 20px;
}

.input_button {
	font-size: 1.2em;
	font-weight: bold;
	-webkit-appearance: none;
	padding: 4px 10px;
	background-color: var(--main-color02);
	color: #ffffff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

.input_button {
	padding: 10px 50px;
}

@media screen and (max-width:779px) {
	input[type="text"], input[type="password"],textarea {
		width: 100%!important;
		padding: 10px;
		border: solid 1px #ccc;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	#input-table table textarea {
		width: 96%;
		max-height: 24vw;
		font-size: 110%;
	}
	.input_required,
	.input_not_required:before {
		position: absolute;
		right: 10px;
		font-size: 0.8em;
		top: 6px;
	}
}
@media screen and (max-width:479px) {
	.form_flow li {
		display: block;
		width: 100%;
		border-left: 10px solid #cccccc;
		border-top: 1px dotted #ccc;
		text-align: left;
	}
	.form_flow li:first-child {
		border-top: none;
	}
}



/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: clear */
section:after,
.clearFix:after {
	content: "";
	display: block;
	clear: both;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: lower */

.box_main_img_lower{
	width:100%;
	height: calc(100vw * 0.15);
	overflow:hidden;
}
.box_main_img_lower{
	background-size:cover;
	background-position:center center;
}
@media screen and (min-width:1200px){
	.box_main_img_lower{
		height: 180px;
	}
}

table[border="1"].wib_table{
	border:none;
	border-top:1px solid #111111;
}
table[border="1"].wib_table td{
	border-bottom:1px solid #111111;
}
@media screen and (max-width:479px) {
	table th {
		width: auto !important;
	}
	table.responsive tr{
		display: block;
	}
	table.responsive th,
	table.responsive td{
		text-align:left;
		width:100% ;
		display: list-item;
		list-style:none;
		padding: 10px;
	}
	table.responsive tr table{
		display: table;
	}
	table.responsive th table th,
	table.responsive td table td{
		width:auto !important;
		display: table-cell;
	}
	table.responsive th table.wib_table th,
	table.responsive td table.wib_table td{
		width:100% !important;
		display: table-cell;
	}

	table.noresponsive tr{
		display: table-row;
	}
	table.noresponsive th,
	table.noresponsive td{
		text-align:left;
		width:100% !important;
		display: table-cell;
		list-style:none;
	}
	table.noresponsive tr table{
		display: table;
	}
	table.noresponsive th table th,
	table.noresponsive td table td{
		width:auto !important;
		display: table-cell;
	}
	table th:after {
		display:none;
	}
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: wib_case */

.mainmap{
	width:100%;
	max-width:100%;
	text-align:center;
}
.mainmap img{
	max-width:100%;
}
.body_wib_case h3{
	margin-bottom:30px;
}
.body_wib_case table{
	border:none;
	border-top:1px solid #8c8c8c;
}
.body_wib_case table td{
	border:none;
}
.body_wib_case table tr{
	border-bottom:1px solid #8c8c8c;
}
.body_wib_case table td:nth-child(1){
	width:40%;
}
.body_wib_case table td:nth-child(3){
	width:20%;
}
