@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap');
@font-face{font-family:"IonIcons";src:url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1");src:url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.1") format("truetype"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.1") format("woff"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");font-weight:normal;font-style:normal}

/* 
------------------------------------------------------------------------------------------------------------------------
Set out
------------------------------------------------------------------------------------------------------------------------
*/

*:not(select):not(input), *:before, *:after {
    margin: 0;
    padding: 0;
	border: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
html, body {
	width:100%;
	margin:0;
	padding:0;
}
.clearfix:after {
    content:"";
    display:block;
    clear:both;
}
.clear {
	clear:both;
}

img {
	max-width:100%;
	height:auto;
	margin:0;
	padding:0;
	vertical-align:bottom;
}
a {
	text-decoration:none;
	color:#007BC2;
	transition:.3s;
}
a:hover {opacity:0.7; transition:.3s;}
a:hover img {opacity:0.7; transition:.3s;}
/*h1 a:hover img {opacity:1;}*/

h1,h4,h5,h6 {
	font-weight:normal;
	letter-spacing:normal;
    line-height: 1.3;
}

h2{
	text-align:center;
}

h2.child{
	color:#333;
}

h3 {
	font-size:24px;
	font-weight: normal;
	margin:0 auto 25px auto;
	color:#000;
	text-align: center;
	padding-bottom:25px!important;
	border-bottom: 1px solid #ccc!important;
}

li {list-style-type:none;}

.align {
	text-align:center;
}
.align_left {
	text-align:left;
}
.align_right {
	text-align:right;
}

.bold {
	font-weight:bold;
}
.font_s {
	font-size:12px;
}

.btn a {
	display:inline-block;
	background:#007BC2;
	color:#fff;
	padding:8px 60px;
	border-radius:6px;
}
.btn a:hover {
	opacity:0.7;
}

.mb5 {margin-bottom:5px!important;}
.mb10 {margin-bottom:10px!important;}
.mb15 {margin-bottom:15px!important;}
.mb20 {margin-bottom:20px!important;}
.mb30 {margin-bottom:30px!important;}
.mb40 {margin-bottom:40px!important;}
.mb50 {margin-bottom:50px!important;}
.mb60 {margin-bottom:60px!important;}
.mb70 {margin-bottom:70px!important;}
.mb80 {margin-bottom:80px!important;}
.mb90 {margin-bottom:90px!important;}
.mb100 {margin-bottom:100px!important;}

.pt50 {padding-top:50px;}
.pt100 {padding-top:100px;}
.pt150 {padding-top:150px;}
.pt200 {padding-top:200px;}
.pt180 {padding-top:180px;}
.pt230 {padding-top:230px;}
.clear {clear: both;}
.center{text-align:center;}
.small {
	font-size:14px;
}

p{margin:0 0 10px 0;}
li{list-style-type:none;}

.color0d6188{color:#0d6188;}
.wrapper {
	width:90%;
	max-width:1040px;
	margin:auto;
}
.swrapper {
	width:90%;
	max-width:920px;
	margin:auto;
}
.mwrapper {
	width:90%;
	max-width:830px;
	margin:auto;
}

/*2カラム*/
ul.column2 {
    margin:0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:100%;
}
ul.column2 li {
    width:50%;
    list-style:none;
}
/*3カラム*/
ul.column3 {
    margin:0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
    width:100%;
}
ul.column3 li {
    width:33.3%;
    list-style:none;
}

/*4カラム*/
ul.column4 {
    margin:0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:100%;
}
ul.column4 li {
    width:25%;
    list-style:none;
}

.noTopBorder {
    border-top:none!important;
}

p.banner {
    text-align: center;
}

p.banner img{
    width:70%;
}

/* ------------------------
	body & base setting
------------------------ */
body{
    -webkit-text-size-adjust:none;
	line-height:1.5;
    font-size:14px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #767676;
	background:#fff;
	overflow-x:hidden;
}
body.nonCopy{
user-select:none;
-webkit-user-select:none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-drag:none;
-khtml-user-drag:none;
}

dt a:hover img, li a:hover img,
p a:hover img{
	filter: alpha(opacity=80);
	-ms-filter: alpha(opacity=80);
	opacity: 0.8;
}

.in{display:none;}

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

    ul.column2 li {
        width:50%;
        list-style:none;
    }

    ul.column3 li {
        width:50%;
        list-style:none;
    }

    ul.column4 li {
        width:50%;
        list-style:none;
    }

    .out{display: none;}
    .in{display:block;}

}

/* ------------------------
	head
------------------------ */
header{
	width:100%;
	background: #fff;
	height:80px;
    position: fixed;
	z-index: 9999;
}

div.headInner {
	padding: 0px 0;
	width:100%;
	margin: auto;
}

div.headInner h1{
	float:left;
	width:250px;
    margin-top:15px;
	margin-bottom:20px;
    margin-left:4%;
    clear: both;
}

div.headInner h1 img{
	width:250px;
	height:auto;
}

#toggle, .menu{
	display:none;
}

div.headInner nav.gnavi {
	margin-top:0px;
	float: right;
}

div.headInner nav.gnavi ul li{
	float: left;
	font-size:14px;
	padding:0 12px;
	height:80px;
    display: flex;
    align-items: center;
}

div.headInner nav.gnavi ul li.select a::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
    width: 100%;
    height: 2.4px;
    background: #007BC2;
    transform: scale(1, 1);
}
div.headInner nav.gnavi ul li.contact.select a::after {
    display: none;
}

div.headInner nav.gnavi ul li a{
	position: relative;
	display: inline-block;
	text-decoration: none;
    color:#767676;
}



div.headInner nav.gnavi ul li a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2.4px;
  background: #767676;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
div.headInner nav.gnavi ul li a:hover::after {
  transform: scale(1, 1);
}
div.headInner nav.gnavi ul li.contact a:hover::after {
    display: none;
}

div.headInner nav.gnavi ul li.contact {
	padding: 0;
    margin-left:6px;
}
div.headInner nav.gnavi ul li.contact a {
    display: flex;
    align-items: center;
	height:80px;
    padding:0 10px;
	background-color: #58c75e;
    color:#fff;
}

div.headInner nav.spNavi {
	display: none;
}

div.headInner nav.gnavi ul li.ac {
  position: relative;
	height:50px;
}

.acBody {
	width:180px;
	padding: 10px;
	position: absolute;
	top: 50px;
	left:-25px;
	display: none;
	background: rgba(0,123,194,0.8);
	z-index: 999;
}


#content {
	display:block;
	padding-top:80px;
}

@media screen and (max-width:1150px) {
	header{
		height:60px;
	}
	#content {
		padding-top:60px;
	}

	div.headInner {
		padding: 0;
	}

	header h1 img {
		width: 100px;
	}

	header nav.gnavi {
	display: none;
	}

	header nav.spNavi {
		clear: both;
		overflow: hidden;
		margin-bottom: 5px;
		display: none;
	}

	header nav.spNavi ul{
		border-left:none;
		border-top:1px solid #C4C5C6;
		float:none;
		clear:both;
		margin:0;
		display:-webkit-box;
		display:-moz-box;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		width:100%;
	}

	header nav.spNavi ul li{
		float:none;
		width:100%;
		border-bottom:1px solid #C4C5C6;
		text-align:center;
		list-style:none;
		background:#007BC2;
		font-size:17px;
	}

	header nav.spNavi li a {
		color:#fff;
		display: block;
		padding: 10px 12px;
	}

	header nav.spNavi ul li.ac_sp a  {
		position: relative;
	}

	header nav.spNavi ul li.ac_sp a:hover {
		opacity: 1.0;
	}

	header nav.spNavi ul li.ac_sp i {
		position: absolute;
		right:31%;
		background-image: url("../images/common/bt_arrow.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		padding: 15px;
	}

	header nav.spNavi ul li.ac_sp.arrow_on i {
		background-image: url("../images/common/bt_arrow_up.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		padding: 15px;
	}

header nav.spNavi ul li .acBody_sp {
		background: #54b8f1;
		display: none;
	}
	
	#toggle {
		display:block;
		position:absolute;
		top:10px;
		right:15px;
		width:35px;
		height:30px;
		z-index:1000;
	}

	.menu-trigger,
	.menu-trigger span {
	  display: inline-block;
	  transition: all .4s;
	  box-sizing: border-box;
	}
	.menu-trigger {
	  position: relative;
	  width: 35px;
	  height: 30px;
	}
	.menu-trigger span {
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: 4px;
	  background-color: #007BC2;
	  border-radius: 4px;
	}
	.menu-trigger span:nth-of-type(1) {
	  top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
	  top: 12px;
	}
	.menu-trigger span:nth-of-type(3) {
	  top: 24px;
	}
	.menu-trigger span:nth-of-type(2)::after {
	  position: absolute;
	  top: 0;
	  left: 0;
	  content: '';
	  width: 100%;
	  height: 4px;
	  background-color: #007BC2;
	  border-radius: 4px;
	  transition: all .4s;
	}
	.menu-trigger.active span:nth-of-type(1) {
	  transform: translateY(20px) scale(0);
	}
	.menu-trigger.active span:nth-of-type(2) {
	  -webkit-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2)::after {
	  -webkit-transform: rotate(90deg);
	  transform: rotate(90deg);
	}
	.menu-trigger.active span:nth-of-type(3) {
	  transform: translateY(-20px) scale(0);
	}
}

/* ------------------------
	footer
------------------------ */
div.bottom {
	position:fixed;
    right:20px;
    bottom:40px;
    z-index: 9999;
}

p.toTop {
	padding:5px 0;
	text-align:right;
	margin:0;
}

p.toTop img{
	width:65px;
}

#top_back {
	cursor:pointer;
	transition:.3s;
}
#top_back:hover {
	opacity:0.8;
}
footer{
	background:#58c75e;
	color:#fff;
    font-size:14px;
    line-height: 2.0;
}

.footerInner {
	padding:40px 0;
}

footer nav {
	padding-bottom:10px;
    margin-bottom:20px;
    border-bottom:1px solid #fff;
}

.footerNav {
     display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:100%;
	margin: auto;
    justify-content: center;
}


.footerNav li {
    padding:0 18px;
    list-style:none;
	text-align: center;
}

footer a:link, footer a:visited{
	color:#fff;
}


footer a:hover{
	color:#ccc;
	text-decoration:underline;
}


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

	.footerNav li {
		width:auto;
		padding: 0 5px;
		list-style:none;
		text-align: center;
		margin-bottom:20px;
	}
}



/* ------------------------
	top
------------------------ */

.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  clear: both;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;

  align-items: center;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

.slide-item {
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoomUp 4s linear 0s 1 normal both;  
}
.slide-img{
  display: block;
}


.topCopy {
  position: absolute;
  bottom:50%;
  width:100%;
  text-align: center;
  font-size:28px;
  color:#fff;
  z-index: 100;
  display: block;
}

.topRead {
	margin-bottom:100px;
    background-color: #dff4e0;
    padding:70px 0;
}
.topRead p.catch {
    font-family: "Oswald", sans-serif;
    text-align: center;
    font-size:24px;
    margin-bottom:30px;
}
.topRead p.catch strong {
    font-size:18px;
    font-weight: bold;
}
.topRead ul.topRead_ban {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin:50px 0 20px 0;
}
.topRead ul.topRead_ban li {
	width:31.5%;
}
.topRead p.topRead_arrow {
	text-align: center;
    margin-bottom:20px;
}
.topRead p.topRead_arrow img {
	width:65px;
}
.topRead p.read {
	text-align: center;
    font-size:24px;
    font-weight: 500;
}
.topRead p.copy {
	text-align: center;
    font-size:28px;
    font-weight: bold;
    color: #58c75e;
    margin-top:10px;
}
.topRead p.copy span {
    display: inline-block;
    padding: 5px 10px;
	background-color: #fff;
    transform: skewX(-5deg);
}

.topSearch {
	margin-bottom:150px;
}
.topSearch h2 {
	font-size:24px;
    font-weight: 300;
}
.topSearch h2 span {
    font-family: "Oswald", sans-serif;
	font-size:18px;
    font-weight: bold;
}

.topSearch ul.column2 {
	margin-top:50px!important;
}

.topSearch ul.column2 li:first-child {
	text-align: right!important;
	padding-right:15px;
}

.topSearch ul.column2 li:last-child {
	text-align: left;
	padding-left:15px;
}

.topSearch ul.column2 li a.topSearchBtn {
    position: relative;
    width:100%;
	max-width:400px;
	background: #CBCBCB;
	color:#fff;
	padding: 12px 8px;
    font-size:16px;
	text-align: center;
	display: inline-block;
}

.topSearch ul.column2 li a.topSearchBtn:hover, .topSearch ul.column2 li a.topSearchBtn.active {
	background: #58c75e;
    opacity: 1;
}
.topSearch ul.column2 li a.topSearchBtn::after {
    position: absolute;
	content: '';
    width:38px;
    height:24px;
    background-image: url(../images/common/bt_search.png);
    background-repeat: no-repeat;
    background-size:100% 100%;
    top:50%;
    right:20px;
    transform: translateY(-50%);
}
.topSearch ul.column2 li a.topSearchBtn:hover::after, .topSearch ul.column2 li a.topSearchBtn.active::after {
    background-image: url(../images/common/bt_search_on.png);
}



.bland, .yoto, .blandBox, .yotoBox{
	display: none;
}

.topSearchBox {
	width:100%;
	padding: 50px 0;
	margin:0!important; 
}

.topSearchBoxInner {
    width:90%;
	max-width:940px;
	margin:0 auto;
}

.topSearchBoxInner h3{
    margin-bottom:30px;
}

.topSearchBoxInner p.custom {
	margin-bottom: 100px;
	margin-top:-10px;
}

.topSearchBoxInner ul.column3 li {
    display : inline-block;
    width: 33.3%;
	padding: 6px;
    margin-bottom:10px;
}

.topSearchBoxInner ul.column3 li div.topSearchBan {
    display : inline-block;
    background: #fff; 
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	border-radius: 50%;
	position: relative;
    background-position:center;
    background-repeat: no-repeat;
}
.topSearchBoxInner ul.column3 li div.topSearchBan.active {
    display : inline-block;
    background: #fff; 
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 15px;
    position: relative;
    background-position:center;
    background-repeat: no-repeat;
}

.topSearchBoxInner .bland_box + .bland_box {
    margin-top:70px;
}
.topSearchBoxInner .bland_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:25px;
    font-size:14px;
}
.topSearchBoxInner .bland_box ul li:first-child {
    width:32%;
    text-align: center;
}
.topSearchBoxInner .bland_box ul li:first-child img {
    width:80%;
}
.topSearchBoxInner .bland_box ul li:nth-child(2) {
    width: 32%;
}
.topSearchBoxInner .bland_box ul li:nth-child(2) p.tts {
    margin-bottom:25px;
}
.topSearchBoxInner .bland_box ul li:nth-child(2) p.tts span {
    color:#58c75e;
    padding: 8px 15px;
    border:1px solid #58c75e;
    border-radius: 8px;
}
.topSearchBoxInner .bland_box ul li:last-child {
    width:25%;
    text-align: center;
}
.topSearchBoxInner .bland_box ul li:last-child p + p {
    margin-top:7px;
}
.topSearchBoxInner .bland_box ul li:last-child p.bt01 a {
    position: relative;
    display: block;
    box-shadow: 3px 3px 3px #eee;
    background: rgb(54,133,58);
    background: linear-gradient(0deg, rgba(54,133,58,1) 0%, rgba(88,199,94,1) 100%);
    padding: 15px;
    color:#fff;
}
.topSearchBoxInner .bland_box ul li:last-child p.bt02 a {
    position: relative;
    display: block;
    box-shadow: 3px 3px 3px #eee;
    background: rgb(96,94,94);
    background: linear-gradient(0deg, rgba(96,94,94,1) 0%, rgba(154,154,154,1) 100%);
    padding: 15px;
    color:#fff;
}
.topSearchBoxInner .bland_box ul li:last-child a::after {
    position: absolute;
    content: '▶';
    top:50%;
    right:20px;
    transform: translateY(-50%);
}

.topSearchBanDetail {
	background:rgba(0,123,194,0.85);
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-radius: 100%;
	color:#fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
	opacity:0.0;
	padding:50px 15px;
	text-align:justify;
}


.topSearchBanDetail.active {
    background:rgba(0,123,194,0.85);
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border-radius: 15px;
    color:#fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity:1.0;
    padding:50px 15px;
    text-align:justify;
    pointer-events: auto;
}

.topSearchBanDetail p.mb50 {
    padding:0 15px;
}

.topSearchBanDetail p.align {
    position: absolute;
    bottom:15px;
    width:calc(100% - 30px);
}


.topSearchBoxInner ul.column3 li div.topSearchBanYoto {
    display : inline-block;
    background: #fff; 
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	border-radius: 50%;
	position: relative;
    background-size:cover;
    background-repeat: no-repeat;
}

.catalogBox {
	background-size:70%!important;
  background-position:center!important;
}
.catalogBox h3 {
	display: block;
	width:100%;
	max-width:800px;
	font-size:24px;
	font-weight: bold;
	padding-bottom: 15px;
	margin: 50px auto;
	border-bottom:1px solid #A7A7A7;
}

.topSearchBoxInner ul.column3 li div.topSearchBanYoto h4{
    position: absolute;
    top:calc(50% - 12px);
    width:100%;
    margin: auto;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size:24px;
}

.topSearchBoxInner ul.column3 li div.topSearchBanYoto.active {
    display : inline-block;
    background: #fff; 
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 15px;
    position: relative;
    background-size:cover;
    background-repeat: no-repeat;
}
    

.topSearchBanDetailYoto {
	background:rgba(0,123,194,0.85);
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-radius: 100%;
	color:#fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
	opacity:0.0;
	padding:15px;
	text-align:justify;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.topSearchBanDetailYoto.active {
    background:rgba(0,123,194,0.9);
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border-radius: 15px;
    color:#fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity:1.0;
    padding:15px;
    text-align:justify;
    pointer-events: auto;
}
.topSearchBanDetailYoto p {
  position: absolute;
  top:3px;
  width:100%;
  text-align: center;
  font-size:14px;
  color:#fff;
  z-index: 100;
  display: block;
}

.topSearchBanDetailYoto a {
    width:80%;
    display: inline-block;
    padding:2px;
    background:#fff;
    border-radius: 8px;
		line-height: 1.2;
}

.topSearchBanDetailYoto1 {
    width:100%;
    height: 31%;
    text-align: center;
    font-size:13px;
    margin-top:30%;
    margin-bottom:10px;
    clear: both;
}

.topSearchBanDetailYoto2 {
    width:100%;
    height: 80px!important;
    text-align: center;
    font-size:13px;
    margin-top:15%;
    margin-bottom:10px;
    clear: both;
}

.topSearchBanDetailYoto3 {
    width:100%;
    height: 31%!important;
    text-align: center;
    font-size:13px;
    margin-bottom:10px!important;
    display: block;
}
.topSearchBanDetailYoto3 .swiper-container {
    margin-bottom:0!important;
}

.topSearchBanDetailYotoCatalog {
    width:100%;
    height: 33%;
    text-align: center;
    font-size:13px;
    margin-top:60%;
    margin-bottom:10px;
    clear: both;
}
.topSearchBanDetailYotoCatalog .swiper-container {
    margin-bottom:0!important;
}

a.topBlandBtn {
	width:90%;
	margin: auto;
	border-radius: 8px;
	background: #fff;
	color:#007BC2;
	padding: 8px;
	text-align: center;
	display: inline-block;
}

.topBlandBtn:hover {
	background: #007BC2;
	color: #fff;
	opacity: 1.0;
}


#contact {
	background-color: #f0f0f0;
	padding:100px 0;
}

#contact h2 {
	font-size:24px;
    font-weight: 300;
}
#contact h2 span {
    font-family: "Oswald", sans-serif;
	font-size:18px;
    font-weight: bold;
}
#contact p.read {
    text-align: center;
    margin:40px 0 60px 0;
}

#contact .form_area dl{
margin-bottom:20px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#contact .form_area dt{
width:30%;
}
#contact .form_area dt span{
display: inline-block;
margin-left:8px;
color: #58c75e;
}
#contact .form_area dd {
position: relative;
width:68%;
}
#contact .form_area dd i{
	position: absolute;
	top:12px;
	right:20px;
	font-size:26px;
}
#contact .form_area dd p{
margin-bottom:15px;
}
#contact .form_area dd p.formcap{
margin-top:10px;
}

/* form */
#contact .form_area input[type="text"],
#contact .form_area input[type="email"],
#contact .form_area select{
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: button;
appearance: none;
border-radius: 0;
width:100%;
font-size:16px;
border:1px solid #aaa;
padding:15px;
}

/* submit */
#contact .form_area .submit{
display: flex;
justify-content: center;
}
#contact .form_area .submit input{
    cursor:pointer;
    position: relative;
    display: block;
    box-shadow: 3px 3px 3px #eee;
    background: rgb(54,133,58);
    background: linear-gradient(0deg, rgba(54,133,58,1) 0%, rgba(88,199,94,1) 100%);
    padding: 15px 60px;
    color:#fff;
    border:1px solid #909090;
}
#contact ul.formbtn {
	display: flex;
	justify-content: center;
    margin-top:60px;
}

#contact ul.formbtn li {
	text-align: center;
    margin:0 20px;
}
#contact ul.formbtn li input#back {
	cursor:pointer;
    position: relative;
    display: block;
    box-shadow: 3px 3px 3px #eee;
    background: rgb(96,94,94);
    background: linear-gradient(0deg, rgba(96,94,94,1) 0%, rgba(154,154,154,1) 100%);
    padding: 15px 60px;
    color:#fff;
    border:1px solid #909090;
}
#contact ul.formbtn li input#send {
	cursor:pointer;
    position: relative;
    display: block;
    box-shadow: 3px 3px 3px #eee;
    background: rgb(54,133,58);
    background: linear-gradient(0deg, rgba(54,133,58,1) 0%, rgba(88,199,94,1) 100%);
    padding: 15px 60px;
    color:#fff;
    border:1px solid #909090;
}

/* check,radio */
#contact .checkbox-field label,
#contact .radio-field label{
display: inline-block;
margin-right: 20px;
}

/*select*/
#contact .select_wrap{
position:relative;
z-index:1;
}
#contact .select_wrap .icon{
position:absolute;
z-index:2;
right:1px;
top:1px;
width:50px;
height:calc( 100% - 2px );
pointer-events:none;
}
#contact .select_wrap .icon:after{
content: "";
position: absolute;
left:50%;
top:50%;
margin-top:-10px;
transform: rotate(-45deg);
width: 10px;
height: 10px;
border-bottom: 2px solid #505050;
border-left: 2px solid #505050;
}

/*radio*/
#contact .checkbox-field label input,
#contact .radio-field label input{
opacity: 0;
}
#contact .checkbox-field label input:checked + .checkbox-field-text:after,
#contact .radio-field label input:checked + .radio-field-text:after{
display: block;
}
#contact .checkbox-field label,
#contact .radio-field label{
display: inline-block;
margin-right: 20px;
}
#contact .checkbox-field label .checkbox-field-text,
#contact .radio-field label .radio-field-text{
padding-left: 40px;
position: relative;
cursor: pointer;
}
#contact .checkbox-field label .checkbox-field-text:before,
#contact .radio-field label .radio-field-text:before{
content: "";
position: absolute;
transition: 0.3s;
left: 0;
top: 0;
bottom: 0;
margin: auto;
width: 30px;
height: 30px;
border: 1px solid #B4B4B4;
background-color: #fff;
}
#contact .checkbox-field label .checkbox-field-text:after{
content: "";
position: absolute;
transition: 0.3s;
display: none;
width: 25px;
height: 14px;
left:3px;
top:45%;
margin-top:-8px;
transform:scale(0.5) rotate(-45deg);
border-bottom: 2px solid #505050;
border-left: 2px solid #505050;
}
#contact .radio-field label .radio-field-text:after{
content: "";
position: absolute;
transition: 0.3s;
display: none;
background: #505050;
width: 20px;
height: 20px;
left:5px;
top:50%;
margin-top:-10px;
transform:scale(0.5);
}
#contact .radio-field label .radio-field-text:before,
#contact .radio-field label .radio-field-text:after{
border-radius: 7px;
}

#contact .checkbox-field label .wpcf7-list-item:before{
content: "";
position: absolute;
transition: 0.3s;
left: 0;
top: 0;
bottom: 0;
margin: auto;
width: 30px;
height: 30px;
border: 1px solid #B4B4B4;
background-color: #fff;
}
#contact .checkbox-field label .wpcf7-list-item:after{
content: "";
position: absolute;
transition: 0.3s;
display: none;
width: 25px;
height: 14px;
left:3px;
top:45%;
margin-top:-8px;
transform:scale(0.5) rotate(-45deg);
border-bottom: 2px solid #505050;
border-left: 2px solid #505050;
}

/*textarea*/
#contact textarea {
	width:100%;
	height:250px;
	border:1px solid #787878;
	padding: 15px;
}

#contact ul.submitBox {
	margin-top:60px;
}
#contact ul.submitBox li{
	text-align: center;
}
#contact ul.submitBox li + li{
	margin-top:20px;
}

.outline {
    background-image: url(../images/top/bg_outline.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
}
.outline .outline_inner {
    width:90%;
    max-width: 1040px;
    padding: 50px 0;
    display: flex;
    justify-content: flex-end;
    margin: auto;
}
.outline .outline_inner .outline_content {
    width:50%;
    max-width:500px;
}
.outline .outline_inner .outline_content p.okada {
    text-align: center;
    margin-bottom:40px;
}
.outline .outline_inner .outline_content p.okada img {
    max-width:216px;
}
.outline .outline_inner .outline_content p.bbtn {
    text-align: center;
    margin-top:40px;
}
.outline .outline_inner .outline_content p.bbtn img {
    max-width:300px;
}

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

    .topRead {
        margin-bottom:80px;
        background-color: #dff4e0;
        padding:60px 0;
    }
    .topRead p.align {
        font-size:14px;
    }
    .topRead p.read {
        font-size:20px;
    }
    .topRead p.copy {
        font-size:24px;
    }
    .topRead ul.topRead_ban li {
        width:100%;
    }
    .topRead ul.topRead_ban li + li {
        margin-top:15px;
    }

	#contact ul.submitBox li{
		width:100%;
		margin-bottom: 20px;
	}
    
    .topSearch {
        margin-bottom:80px;
    }
    .topSearch ul.column2 li {
        width:calc(90% - 15px);
        margin: auto;
    }
    .topSearch ul.column2 li + li {
        margin-top:30px;
    }
    .topSearch ul.column2 li:first-child {
        text-align: center!important;
        padding-right:0px;
    }
    
    .topSearch ul.column2 li:last-child {
        text-align: center;
        padding-left:0px;
    }
    .topSearchBoxInner .bland_box ul li:first-child {
        width:100%;
    }
    .topSearchBoxInner .bland_box ul li:nth-child(2) {
        width: 100%;
        margin-top:30px;
    }
    .topSearchBoxInner .bland_box ul li:nth-child(2) p.tts {
        margin-bottom:25px;
        text-align: center;
    }
    .topSearchBoxInner .bland_box ul li:nth-child(2) p.tts span {
        color:#58c75e;
        padding: 8px 15px;
        border:1px solid #58c75e;
        border-radius: 8px;
    }
    .topSearchBoxInner .bland_box ul li:last-child {
        width:100%;
        margin-top:15px;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .topSearchBoxInner .bland_box ul li:last-child p {
        width:48%;
    }
    .topSearchBoxInner .bland_box ul li:last-child p + p {
        margin-top:0;
    }
    .topSearchBoxInner .bland_box ul li:last-child a::after {
        right:5px;
    }
    
    .outline {
        background-image: url(../images/top/bg_outline_sp.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
    }    
    .outline .outline_inner .outline_content {
        width:90%;
        padding: 30px 0 200px 0;
    }
    #contact .checkbox-field label,
    #contact .radio-field label{
        margin-bottom:20px;
    }
}


@media screen and (max-width:750px) {
    .topRead {
        font-size:20px;
    }

    .topSearchBoxInner ul.column3 li {
        width: 50%;
    }

}


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

    .topSearchBoxInner ul.column3 {
        width: 80%;
        margin: auto;
    }

    .topSearchBoxInner ul.column3 li {
        width: 100%;
    }

    div.topNewsListInner dl dt {
        width:100%;
    }

    div.topNewsListInner dl dd {
        width:100%;
    }
 
		.topSearch .topBatteryCau {
			text-align: center;
			margin:100px auto 0 auto;
			width:80%;
		}

}

