/*
    Theme Name: Lonely
    Theme URL: https://bootstrapmade.com/free-html-bootstrap-template-lonely/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/
/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Varela+Round|Open+Sans:400,300,600,400italic,700);


body {
    width: 100%;
    height: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
    color: #3D3728;
	font-size: 16px;
	line-height: 1.9em;
    background-color: #fff;
    overflow-x: hidden;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;
    font-family: 'Varela Round', sans-serif;
    font-weight: 400;
    color: #444;
}
.section00 h3,.section01 h3,.section02 h3,.section04 h3,.section05 h3{
	border:none !important;
	padding-bottom: 0;
    margin-bottom: 0;
}

@media (min-width: 969px) {

.section01 h3,.section02 h3,.section04 h3,.section05 h3{
	padding-top:150px;
	}
}


@media (max-width: 768px) {
.sp_hide{
	display:none;
}
}



blockquote {
	font-family: Georgia, arial, sans-serif;
	color: #bbb;
	font-size: 20px;
}

/*p {*/
/*    margin: 0 0 40px;*/
/*    font-size: 16px;*/
/*    line-height: 1.8em;*/
/*    color: #333;*/
/*}*/
/*@media (max-width:768px) {*/
/*    p {*/
/*        font-size: 14px;*/
/*    }*/
/* }*/
/*@media (max-width:480px) {*/
/*    p {*/
/*        font-size: 11px!important;*/
/*    }*/
/* }*/
p.lead {
	font-weight: 600;
}

a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

.light {
    font-weight: 400;
}
img{
    width: 100%;
}

img.img-responsive {
	margin-bottom: 20px;
}

.ib{
    display: inline-block;
}
.pl3e{
    padding-left: 3em;
}
.w20{
    width: 20%;
}
.w80{
    width: 80%;
}
.w90{
    width: 90%;
}
.align-right{
    text-align: right;
}
.align-left{
    text-align: left;
}
.container {
    max-width: 1000px;
}
/* ------- Navigation ------------ */
#navigation {
    z-index: 9999;
    width: 20em;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
    position: fixed;
    top: 0;
    right: 0;
}


.navbar {
    margin-bottom: 0;
}
.navbar-default {
    background-color:transparent;
    border-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ea5969;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color:transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    display: block;
    width: 32px;
    height: 4px;
    border-radius: 1px;
    transition: .2s;
}

.navbar-default .navbar-toggle.collapsed .icon-bar:nth-child(2n+1) {
    transform: rotate(0);
    -webkit-transform: rotate(0);
}
.navbar-default .navbar-toggle.collapsed .icon-bar:nth-child(2n) {
    transform: rotate(0);
	-webkit-transform: rotate(0);
}
.navbar-default .navbar-toggle.collapsed .icon-bar:nth-child(4) {
    opacity: 1;
}
.navbar-default .navbar-toggle .icon-bar:nth-child(2n+1) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.navbar-default .navbar-toggle .icon-bar:nth-child(2n) {
    transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
.navbar-default .navbar-toggle .icon-bar:nth-child(4) {
    opacity: 0;
}
.navbar-toggle.collapsed .icon-bar + .icon-bar {
    margin-top: 8px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: -4px;
}
.navbar-brand {
    font-weight: 700;
}


.navbar-brand:focus {
    outline: 0;
}

.nav.navbar-nav {
    background-color: rgba(255,255,255,.9);
}

#menu .nav.navbar-bar {
	text-align: center;
	float: none;
    margin: 0 auto;
}

.navbar-custom ul.nav {
	text-align: center;
	float: right;
    margin: 0 auto;
    width: 20em;
}
.navbar-custom ul.nav li {
	float: none;
    display: inline-block;
    width: 20em;
    text-align: left;
    padding: 0;
    background: none
}
.navbar-custom ul.nav li a {
	font-size: 14px;
	letter-spacing: 1px;
    color: #444;
	text-transform: uppercase;
    font-weight: 700;
    padding: 1em;
}


.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}
.navbar-header {
    text-align: right;
    margin: 10px;
}
.navbar-toggle {
    padding: 0 10px;
    font-size: 40px;
    color: #ea5969;
    border: 0;
    background: 0;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}


/* loader */
#preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}


#loaderInner {
    background:#ffffff url(../img/spinner.gif) center center no-repeat;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
}

@keyframes boxSpin{
  0%{
    transform: translate(-10px, 0px);
  }
  25%{
    transform: translate(10px, 10px);
  }
  50%{
    transform: translate(10px, -10px);
  }
  75%{
    transform: translate(-10px, -10px);
  }
  100%{
    transform: translate(-10px, 10px);
  }
}


@keyframes shadowSpin{
  0%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
  25%{
    box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;
  }
  50%{
    box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;
  }
  75%{
    box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;
  }
  100%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
}

#load {
	z-index: 9999;
  background-color: #FF4136;
  opacity: 0.75;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin: -5px auto 0 auto;
  left: 0;
  right: 0;
  border-radius: 0px;
  border: 5px solid #FF4136;
  box-shadow: 10px 0px #39CCCC, 10px 0px #01FF70;
  animation: shadowSpin 1s ease-in-out infinite;
}

/* misc */
hr {
  margin-top: 10px;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}

/* ===========================
--- General sections
============================ */


nav {
    margin: 0 auto;
    text-align: center;
    width: 100%;

}
nav ul {
    max-width: 960px;

	overflow: hidden;
    list-style-type: none;
    margin: 40px auto 40px;
    padding: 0;
    width: 100%;
}
nav ul li{
	background:url("../03_img/nav-ico.png") no-repeat left 10px;
	float: left;
}
nav ul li:last-child{
	background:url("../03_img/nav-ico.png") no-repeat left 10px,url("../03_img/nav-ico.png") no-repeat right 10px;
}

nav ul li a:hover{
}
nav ul li img{
	width:auto;
	padding: 0 63px 5px;
}
nav ul li img:hover{
	border-bottom:1px solid #CD0003;
}

	#navigation{
		display:none;
	}


.site-header{
	background: #fff;
    display: flex;
    position: absolute;
    justify-content: space-between;
    width: 100%;
		    left: 0;
    right: 0;
}
.site-header.fixed{
    position: fixed;
    top: 0;
    z-index: 99999999;
}


@media (max-width:969px) {
	.site-header{
		display:none;
	}



	nav ul{
	margin: 20px auto;
	}


	nav ul li{
	background:url("../03_img/nav-ico.png") no-repeat left 10px,url("../03_img/nav-ico.png") no-repeat right 10px;
	float: none;
    width: 258px;
    margin: 15px auto;

}

	#navigation{
		display:block;
	}

}

	.home-section {
    padding-top: 3vw;
    display: block;
    position: relative;
    z-index: 120;
    margin: 50px 0;
    overflow: hidden;
    width: 100%;
}
@media (max-width:1000px) {
    .home-section {
        margin: 30px 0;
    }
}
@media (max-width:480px) {
    .home-section {
        margin: 20px 0;
    }
}
.section-heading h2 {
	font-size: 40px;
	margin-bottom: 0;
	line-height: 1em;
}
.section-heading i {
	margin-bottom: 20px;
}


/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #f8f8f8;
}


.bg-dark {
	background: #575757;
}

/* --- section color var --- */

.text-light {
	color: #fff;
}



.lp-header {
    width: 100%;
    height: 100vw;
    padding-top: 15vw;
    margin: 0 auto;
    background: url(../03_img/bg-header.jpg) no-repeat 50% 0;
    position: relative;
    overflow-x: hidden;
}
@media (min-width: 768px) {
    .lp-header {
        height: 75vw;
        padding-top: 10.0586vw;
    }
}
@media (min-width: 1024px) {
    .lp-header {
        height: 750px;
        padding-top: 103px;
        background-size: auto 100%;
    }
}
@media (min-width: 1600px) {
    .lp-header {
        width: 1600px;
    }
}

.lp-header_title {
    width: 65vw;
    height: auto;
    margin: 0 auto;
    display: block;
}
@media (min-width: 768px) {
    .lp-header_title {
        width: 64.453vw;
    }
}
@media (min-width: 1024px) {
    .lp-header_title {
        width: 441px;
    }
}
.lp-header_logo{
	margin: 0 0 0px;
}
.lp-header_sub-title {
    width: 96vw;
    height: auto;
    margin: 120px auto 0;
    display: block;
}
@media (min-width: 768px) {
    .lp-header_sub-title {
        width: 94.2vw;
		margin-top: 110px;
		max-width: 899px;
    }
}
@media (min-width: 1024px) {
    .lp-header_sub-title {
        width: 899px;
        margin-top: 130px;
    }
}

.lp-header_seminar-title {
    width: 36.4vw;
    height: auto;
    margin: 15px auto 4vw;
    display: block;
}
@media (min-width: 768px) {
    .lp-header_seminar-title {
        width: 27.5vw;
        margin-bottom: 2.1484vw;
		margin-top: 40px;
    }
}
@media (min-width: 1024px) {
    .lp-header_seminar-title {
        width: 279px;
        margin-bottom: 22px;
	        margin-top: 60px;
    }
}

.lp-header_description {
    padding: 0 2.6667vw;
    font-size: 3vw;
    color: #000;
    line-height: 1.7;
    text-align: center;
	margin: 5px auto;
}
@media (min-width: 768px) {
    .lp-header_description {
        padding: 0;
        font-size: 1.7578vw;
        line-height: 2.2;
	    margin: 30px auto;
    }
}
@media (min-width: 1024px) {
    .lp-header_description {
        font-size: 18px;
    }
}
@media (min-width: 768px) {
    .lp-header_description .sp-only {
        display: none;
    }
}
.lp-header_image-1 {
    width: 40vw;
    position: absolute;
    top: 141vw;
    left: 2.6667vw;
}
@media (min-width: 768px) {
    .lp-header_image-1 {
        width: 27.6875vw;
        top: 65vw;
        left: 4vw;
    }
}
@media (min-width: 1024px) {
    .lp-header_image-1 {
        width: 16.375vw;
        top: 612px;
        left: 10px;
    }
}
@media (min-width: 1250px) {
    .lp-header_image-1 {
        width: 21.375vw;
        top: 422px;
    }
}
@media (min-width: 1600px) {
    .lp-header_image-1 {
        width: 304px;
        top: 422px;
        left: 50%;
        transform: translateX(-681px);
    }
}

.lp-header_image-1 img {
    width: 100%;
    height: auto;
}

.lp-header_image-2 {
    width: 80vw;
    position: absolute;
    top: 80px;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
}
@media (min-width: 768px) {
    .lp-header_image-2 {
        width: 31.25vw;
		top: 40px;
		left: 0;
		right: auto;
		transform: translateX(80px);
    }
}
@media (min-width: 1024px) {
    .lp-header_image-2 {
        width: 17.625vw;
        top: 40px;
		left: 0;
		right: auto;
		transform: translateX(80px);
    }
}
@media (min-width: 1250px) {
    .lp-header_image-2 {
        width: 20.625vw;
		top: 40px;
		left: 0;
		right: auto;
		transform: translateX(80px);
    }
}
@media (min-width: 1600px) {
    .lp-header_image-2 {
		width: 320px;
		top: 40px;
		left: 0;
		right: auto;
		transform: translateX(150px);
	}
}
.lp-header_image-3 {
    width: 60vw;
    position: absolute;
	top: 35px;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
}
@media (min-width: 768px) {
    .lp-header_image-3 {
        width: 31.25vw;
        top: 35px;
		left: auto;
		right: 0;
		transform: translateX(-80px);
    }
}
@media (min-width: 1024px) {
    .lp-header_image-3 {
        width: 17.625vw;
        top: 35px;
		left: auto;
		right: 0;
		transform: translateX(-80px);
    }
}
@media (min-width: 1250px) {
    .lp-header_image-3 {
	width: 20.625vw;
    top: 35px;
    left: auto;
    right: 0;
    transform: translateX(-80px);
    }
}
@media (min-width: 1600px) {
    .lp-header_image-3 {
    width: 441px;
    top: 35px;
    left: auto;
    right: 0;
    transform: translateX(-150px);
	}
}

.lp-header_image-2 img {
    width: 100%;
    height: auto;
}
.lp-header_image-3 img {
    width: 100%;
    height: auto;
}

/* ===========================
--- Footer
============================ */

footer {
	text-align:left;
    background: #005AAB!important;
    width: 100vw;
    position: relative;
}

footer p {
    color: #f8f8f8;
    margin: 0;
    padding: 0 0;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #fff;
}
.credits {
    color: #fff;
}


/* ==========================
Parallax
============================= */

#separator {
	background-image: url(../img/parallax-bg.jpg);
}

#separator .icon {
	margin-bottom: 20px;
}

#separator span {
	color: #fff;
}

#separator:after {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}

/* ===========================
--- Elements
============================ */

.btn {

    font-weight: 700;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a.btn:hover {
	color: #fff;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle.btn-dark {
    border: 2px solid #666;
    color: #666;
}


.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #999;
    background: #fff;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i{
    color: #999;
}



.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}



.navbar-header .fas {
    color: #e95465;
    font-size: 20px;
}

/* Media queries */
@media (max-width:768px) {
	.col-xs-6 {
		margin-bottom: 30px;
	}
}

@media (max-width:480px) {

	.navbar-custom .nav.navbar-nav {
    background-color: rgba(255,255,255,.9);
	}

	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}


	.page-scroll a {
		width: 40px;
		height: 40px;
		margin-top: 10px;
		font-size: 20px;
	}

}
div#navigation-sticky-wrapper {
    height: 0!important;
}
.navbar-collapse{
    padding: 0;
}

.fa-2x {
    position: absolute;
    top: 18%;
}

.section00 {
    max-width: 960px;
    padding: 13.3333vw 2.6667vw;
    margin: 0 auto;
	background:url("../03_img/bg01.png")no-repeat;
	text-align:center;
	width:100% ;
    background-size: contain;
}
.section00 h3{
    width: 52.3%;
    margin: -5% auto 8%;
}
.section00 img{
	width:100%;
}
.section00 p{
	line-height:2.5;
	text-shadow: 0px 0px 1px #FFF, -1px -1px 1px #FFF, 1px 1px 1px #fff, 0px 0px 2px #fff;
}
@media (min-width: 768px) {
    .section00 {
        padding: 9.7656vw 1.9531vw 14.6484vw;
	    margin-top: 50px;
    }
	.section00 h3{
    width: 52.3%;
    margin: -5% auto 8%;
}

}
@media (min-width: 1024px) {
    .section00 {
        padding: 110px 0 150px;
	    margin-top: 160px;
    }
}
@media (max-width: 768px) {
    .section00 {
        padding: 9.7656vw 1.9531vw 14.6484vw;
		background:url("../03_img/bg01_sp.png")no-repeat;
	    background-size: contain;
	    margin-top: 50px;
    }
	.section00 h3{
    width: 52.3%;
    margin: -5% auto 8%;
}

}
@media (max-width: 750px) {

	.section00 h3{
    width: 100%;
    margin: -10% auto 8%;
}

}




.section01 {
    max-width: 960px;
    padding: 0 2.6667vw 13.3333vw;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .section01 {
        padding: 0 1.9531vw 14.6484vw;
    }
}
@media (min-width: 1024px) {
    .section01 {
        padding: 0 0 150px;
    }
}
.section01_image {
    margin-bottom: 4.6667vw;
    position: relative;
}
@media (min-width: 768px) {
    .section01_image {
        margin-bottom: 3.41797vw;
    }
}
@media (min-width: 1024px) {
    .section01_image {
        margin-bottom: 35px;
    }
}
.section01_image1 {
    width: 100%;
    height: auto;
}
.section01_image2 {
	width: 50%;
    height: auto;
    position: absolute;
    top: auto;
    right: 1.3333vw;
    bottom: -50px;
    max-width: 439px;
}
@media (min-width: 768px) {
    .section01_image2 {
		width: 27.1484vw;
		top: auto;
		right: 0.9766vw;
		bottom: -50px;
    }
}
@media (min-width: 1024px) {
    .section01_image2 {
		width: 439px;
		top: auto;
		right: -50px;
		bottom: -80px;
	}
}

.section01_image3 {
    height: auto;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .section01_image3 {
        width: 90.332vw;
    }
}
@media (min-width: 1024px) {
    .section01_image3 {
        width: 925px;
    }
}

.section01_text {
    padding: 0;
    margin-bottom: 9.3333vw;
    color: #231815;
}
@media (min-width: 768px) {
    .section01_text {
        padding: 0 0 0 2.6667vw;
        margin-bottom: 6.8359vw;
    }
}
@media (min-width: 1024px) {
    .section01_text {
        padding: 0 0 0 20px;
        margin-bottom: 70px;
    }
}

.section01_text p {
    padding-right: 35vw;
    margin-bottom: 4.4vw;
    font-size: 3.6vw;
    color: #231815;
    line-height: 1.74;
}
.section01_text p:last-of-type {
    padding-right: 0;
    margin-bottom: 0;
}
.section01_text p:last-of-type br {
    display: none;
}
@media (min-width: 768px) {
    .section01_text p {
        padding-right: 0;
        margin-bottom: 3.22227vw;
        font-size: 1.8555vw;
    }
    .section01_text p:last-of-type br {
        display: block;
    }
}
@media (min-width: 1024px) {
    .section01_text p {
        margin-bottom: 33px;
        font-size: 19px;
    }
}
.section01_text em {
    font-size: 3.8vw;
    color: #ff2626;
    font-weight: bold;
    font-style: normal;
}
@media (min-width: 768px) {
    .section01_text em {
        font-size: 2.1484vw;
    }
}
@media (min-width: 1024px) {
    .section01_text em {
        font-size: 22px;
    }
}

.section02 {
    max-width: 1600px;
    width: 100%;
    margin: 100px auto 13.7333vw;
	background:#F7F5F1;
	position:relative;
	padding-top: 5vw;

}
@media (min-width: 768px) {
    .section02 {
        margin-bottom: 10.0586vw;
    }
}
@media (min-width: 1024px) {
    .section02 {
        margin-bottom: 103px;
        /*background-size: 100% auto;*/
    }
}
.section02_inner {
    max-width: 960px;
    width: 100%;
	padding: 0 2.6667vw 15vw;
	margin: 0 auto;
    position: relative;
	background: url("../03_img/sec02_line.png") no-repeat bottom;
}
@media (min-width: 768px) {
    .section02_inner {
        padding: 0 1.9531vw 15vw;
    }
}
@media (min-width: 1024px) {
    .section02_inner {
        padding-top: 0;
        padding-bottom: 7vw;
    }
}
.section02_title {
    width: 100%;
}
@media (min-width: 768px) {
    .section02_title {
    }
}
@media (min-width: 1024px) {
    .section02_title {
    position: absolute;
/*    top: -100px;*/
        top: -230px;
    }
}
.section02_title-image {
    width: 80vw;
    height: auto;
    margin: 0 auto 6.26667vw;
    display: block;
}
@media (min-width: 768px) {
    .section02_title-image {
        width: 80.8594vw;
        margin-bottom: 4.5898vw;
    }
}
@media (min-width: 1024px) {
    .section02_title-image {
        max-width: 1200px;
        margin-bottom: 47px;
    }
}
@media (max-width: 750px) {
.section02_title-image {
    width: 100%;
}
}

.section02_image {
	clear: both;
	text-align: center;
	position: relative;
}

.section02_image1 {
    width: 100%;
 	max-width:640px;
	height: auto;
}
.section02_image2 {
	width: 50%;
    max-width: 438px;
    position: absolute;
    bottom: -70px;
    right: 60px;
}

.section02_image_box {
    margin-bottom: 13vw;
	clear: both;
	text-align: center;
	background: #fff;
}
.section02_image_box_inner {
	position: relative;
	max-width: 1005px;
    margin: 0 auto;
}


.section02_image5{
    max-width: 857px;
    margin: 100px auto 50px;
	width: 86%;
}

.section02_image3{
    max-width: 1005px;
}

.section02_image4{
	max-width: 438px;
    position: absolute;
    bottom: 40px;
    left: -80px;
    width: 44%;
}



@media (max-width: 969px) {
.section02_image2 {
    right: 0px;
	bottom: -30px;
}
}
@media (max-width: 1024px) {
	.section02_image4 {
    left: 0;
}
}



.section02_text {
    text-align: center;
}
.section02_text p {
    margin: 0;
    font-size: 4vw;
    line-height: 2.2727;
    color: #231815;
    letter-spacing: -0.04em;
}
@media (min-width: 768px) {
    .section02_text p {
        font-size: 2.1484vw;
    }
    .section02_text .sp-only {
        display: none;
    }
}
@media (min-width: 1024px) {
    .section02_text p {
        font-size: 22px;
    }
}
.section02_text em {
    font-size: 4.4vw;
    color: #ff2626;
    font-weight: bold;
    font-style: normal;
}
@media (min-width: 768px) {
    .section02_text em {
        font-size: 2.5391vw;
    }
}
@media (min-width: 1024px) {
    .section02_text em {
        font-size: 26px;
    }
}


.section02_title_2{
	max-width:900px;
	width:100%;
}


.section02 ul{
	float:left;
	width:50%;
	list-style-type:none;
	text-align: center;
	padding:0;
}
.section02 ul li{
	float:left;
	width:50%;
}
.section02 ul dl dt{
	font-size:28px;
	letter-spacing: 5px;
	margin:20px 0;
	font-weight:normal;
}
.section02 ul dl dd{
	padding: 0 5px;
}

.section02 ul dl.study dt{
	color:#429ECD;
}
.section02 ul dl.home dt{
	color:#DF749E;
}
.section02 ul dl.money dt{
	color:#F1B940;
}
.section02 ul dl.old dt{
	color:#72B576;
}
.section02 ul img{
	max-width:180px;
	    width: 80%;
}
.section02 .faq_box{
    width: 100%;
    max-width: 780px;
    background:url(../03_img/sec02_bg_top.png) no-repeat top, url(../03_img/sec02_bg_bottom.png) no-repeat bottom, url(../03_img/sec02_bg.png) repeat-y        ;
    background-size: 100% auto;
    padding: 40px 40px 1px 40px;
    clear: both;
	margin: 20px 0;
}
.section02 .faq_box img{
}

.section02 .faq_box p{
margin:20px 0;
	padding:0 0 20px 0;
}
.section02_inner02{
    clear: both;
	position: relative;
}
.section02_inner03_img{
	position:absolute;
	width: 179px;
    top: 90px;
    right: -10px;

}
.section02_inner03_img{
	position:absolute;
	width: 151px;
    top: 220px;
    left: -150px;

}

.section02_inner03{
	 float:right;
	position: relative;
}
.section02_inner03_img2 {
	position: absolute;
    max-width: 211px;
    top: 20px;
    right: -13%;
    width: 24%;
}

@media (max-width: 1159px) {

	.section02_inner03_img2 {
	right: 0%;
	top: 120px;
    width: 13%;
	}


}
@media (max-width: 969px) {
.section02 ul{
	float:none;
	width:100%;
}
.section02_inner03_img{
	display:none;
}
.section02_inner03_img{
	display:none;
}

	.section02 .faq_box{
	margin: 20px auto;
	}
	.section02_inner03{
	float: none;
	}
.section02_inner03_img2 {
	display:none;
}

}
@media (max-width: 750px) {
	.section02 .faq_box img{
		max-width:550px;
		margin: 0 auto;

	}


}



.section03 {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto 18vw;
    background: url(../03_img/bg-section03.jpg) no-repeat 50% 0 / auto 100%;
}
@media (min-width: 768px) {
    .section03 {
        padding: 3.90625vw 1.9531vw 0.78125vw;
        margin-bottom: 13.18359vw;
    }
}
@media (min-width: 1024px) {
    .section03 {
        padding: 40px 0 8px;
        margin-bottom: 135px;
        /*background-size: 100% auto;*/
    }
}

.section03_inner {
    max-width: 960px;
    width: 100%;
    padding: 0 2.6667vw;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .section03_inner {
        padding: 0 1.9531vw;
    }
}
@media (min-width: 1024px) {
    .section03_inner {
        padding: 0;
    }
}

.talk {

}
@media (min-width: 768px) {
    .talk {
        min-height: 41.7969vw;
        padding-left: 3.90625vw;
    }
}
@media (min-width: 1024px) {
    .talk {
        min-height: 428px;
        padding-left: 40px;
    }
}

.talk01 {
    padding: 6vw 0 25vw;
    background: url(../03_img/img-section03-01.png) no-repeat 100% 100% / 40vw auto;
}
.talk02 {
    padding: 6vw 0 32vw;
    background: url(../03_img/img-section03-02.png) no-repeat 100% 100% / 40vw auto;
}
.talk03 {
    padding: 6vw 0 32vw;
    background: url(../03_img/img-section03-03.png) no-repeat 100% 100% / 40vw auto;
}
@media (min-width: 768px) {
    .talk01 {
        padding: 0;
        margin-bottom: 5.46875vw;
        background-position: 100% 50%;
        background-size: 41.40625vw auto;
    }
    .talk02 {
        padding: 0;
        margin-bottom: 5.07813vw;
        background-position: 100% 50%;
        background-size: 41.40625vw auto;
    }
    .talk03 {
        padding: 0;
        background-position: 100% 50%;
        background-size: 41.40625vw auto;
    }
}
@media (min-width: 1024px) {
    .talk01 {
        margin-bottom: 56px;
        background-size: 428px auto;
    }
    .talk02 {
        margin-bottom: 52px;
        background-size: 428px auto;
    }
    .talk03 {
        background-size: 428px auto;
    }
}

.talk_title {
    margin-bottom: 3vw;
}
@media (min-width: 768px) {
    .talk_title {
        width: 49.707vw;
        margin-bottom: 2.9297vw;
    }
}
@media (min-width: 1024px) {
    .talk_title {
        width: 509px;
        margin-bottom: 30px;
    }
}

.talk_title-image {
    width: 100%;
    height: auto;
}

.talk_text p {
    font-size: 4vw;
    line-height: 1.86;
    color: #231815;
}
@media (min-width: 768px) {
    .talk_text p {
        font-size: 2.0508vw;
    }
}
@media (min-width: 1024px) {
    .talk_text p {
        font-size: 21px;
    }
}

.talk_text .pc-only {
    display: none;
}
@media (min-width: 768px) {
    .talk_text .pc-only {
        display: block;
    }
    .talk_text .sp-only {
        display: none;
    }
}

.section04 {
	margin-top:150px;
    padding: 0 2.6667vw 0;
}
.section04_title{
	max-width:566px;
	width:100%;
	margin:0 auto;
}

.section04_inner{
	max-width:1100px;
	width:100%;
	margin:0 auto;
	overflow: hidden;
	}
.vo_box{
    padding: 10vw 0 0;
    clear: both;
    overflow: hidden;
}
.vo_box02{
    padding: 10vw 0 5vw;
    clear: both;
    overflow: hidden;
}
.vo_box ul,.vo_box02 ul{
	width:100%;
	list-style-type: none;
	padding:0;
}
.vo_box ul li,.vo_box02 ul li{
	width:48%;
	float:left;
	position: relative;
	padding: 200px 30px 30px;
	background:
		url("../03_img/vo_bg_top.png") no-repeat top,
		url("../03_img/vo_bg_top.png") no-repeat bottom,
		url("../03_img/vo_bg.png") repeat-y;
    background-size: 100% auto ,100% auto,100% 100%;
}
.vo_box ul li + li , .vo_box02 ul li + li{
	margin-left:2%;
}

.vo_box ul li img , .vo_box02 ul li img{
    max-width: 280px;
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
    width: 55%;
}
.vo_box ul li dl,.vo_box02 ul li dl{

}
.vo_box ul li dl dt,.vo_box02 ul li dl dt{
	font-size:38px;
	text-align: center;
	font-weight:normal;
	color:#BC474E;
	margin-bottom:15px;
}
.vo_box ul li dl dd,.vo_box02 ul li dl dd{
	line-height:1.9em;
}

.section04_image{
	max-width:827px;
	width:100%;
	margin:20px auto 0;
	display: block;
}

@media (max-width: 969px) {
.vo_box,.vo_box02 {
    padding: 0vw 0 0;
}
.vo_box ul li,.vo_box02 ul li{
	width:100%;
	float:none;
	padding: 200px 30px 30px;
	margin:140px 0 0 0;
}
.vo_box ul li + li , .vo_box02 ul li + li{
	margin-left:0%;
}
}
@media (max-width: 969px) {
.vo_box ul li, .vo_box02 ul li {
    padding: 32vw 30px 30px;
}
}
@media (min-width: 750px) {
.section04 {

}
}


.section05 {
    max-width: 1600px;
    width: 100%;
    margin: 150px auto;
    background: url(../03_img/bg-section05.jpg) no-repeat;
    padding: 50px 0;
    background-size: cover;
}
.section05_inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.thanks_box{
	overflow: hidden;
	padding: 0 5%;

}
.section05_title-image{
	max-width:145px;
	display:block;
	margin: 0px auto 40px;

}

.thanks_box_l{
	max-width:590px;
	float:left;
	width:54%;
}
.thanks_box_r{
    width: 42%;
    float: left;
    margin-left: 3%;

}
.thanks_box_r_img{
	max-width:395px;
	width:100%;
	margin: 15% 0 10%;
}

.thanks_box_r p{
	font-size: 18px;
    line-height: 1.9em;
	color: #3D3728;
}

.thanks_image{
	max-width: 1085px;
    width: 100%;
    display: block;
    clear: both;
    margin: 50px auto 0;
}

@media (max-width: 1100px) {
	.section05_inner{

	}
}
@media (max-width: 899px) {
	.thanks_box_l{
	max-width: 590px;
    float: none;
    width: 100%;
	text-align:center;
	display:block;
		margin:0 auto;
	}

	.thanks_box_r {
	max-width: 590px;
    width: 100%;
    float: none;
    margin: 0 auto;
}
	.thanks_box_r_img {
    margin: 5% 0;
	width:80%;

}
	.thanks_box_r p{
	font-size: 15px;
	}
.thanks_image {
    width: 100%;
    margin: 50px auto 0;
}

}

.section06 {
    max-width: 960px;
    width: 100%;
    padding: 13.333vw 1.6667vw 0;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .section06 {
        padding: 9.7656vw 1.9531vw 0;
    }
}
@media (min-width: 1024px) {
    .section06 {
        padding: 100px 0 0;
    }
}
.section06_title {
    padding-top: 16vw;
    background: url(../03_img/dot02.png) no-repeat 50% 0;
    background-size: 7px auto;
    color: #9f5700;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
@media (min-width: 768px) {
    .section06_title {
        padding-top: 16.0625vw;
        margin-bottom: 5.8594vw;
        background-size: 1.86667vw auto;
        font-size: 3.90625vw;
    }
}
@media (min-width: 1024px) {
    .section06_title {
        padding-top: 144px;
        margin-bottom: 60px;
        background-size: 14px auto;
        font-size: 40px;
    }
}
.section06_list {
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.section06_image-wrap {
    width: 22%;
    margin-bottom: 5.3333vw;
    text-align: center;
}
.section06_image-wrap p {
    padding-top: 1.3333vw;
    margin: 0;
    font-size: 4vw;
    color: #231815;
    line-height: 1;
}
.section06_image {
    height: auto;
}
@media (min-width: 768px) {
    .section06_image-wrap {
        width: 16.1458%;
        margin-bottom: 3.9063vw;
    }
    .section06_image-wrap p {
        padding-top: 0.97656vw;
        font-size: 1.7578vw;
    }
}
@media (min-width: 1024px) {
    .section06_image-wrap {
        width: 155px;
        margin-bottom: 40px;
    }
    .section06_image-wrap p {
        padding-top: 10px;
        font-size: 18px;
    }
}

.section06_text {
    width: 72%;
    padding: 1.6667vw;
    margin-bottom: 5.3333vw;
    border-radius: 20px;
    background-color: #ffffd6;
    font-size: 4vw;
    color: #231815;
    line-height: 1.7;
    box-shadow: 1px 1px 2px 1px #ccc;
    position: relative;
}
.section06_text em {
    font-size: 4.2vw;
    color: #ff2626;
    font-weight: bold;
    font-style: normal;
}
.section06_text::before {
    width: 25px;
    height: 24px;
    margin-top: -12px;
    background: url(../03_img/arrow01.png) no-repeat 50% 50% / cover;
    content: '\0020';
    display: block;
    position: absolute;
    top: 50%;
    left: -25px;
}
.section06_text:nth-of-type(2) {
    background-color: #ffeee9;
}
.section06_text:nth-of-type(2)::before {
    background-image: url(../03_img/arrow02.png);
}
@media (min-width: 768px) {
    .section06_text {
        width: 76.5625%;
        height: 11.7188vw;
        padding: 2.4414vw 1.6602vw;
        margin-bottom: 3.9063vw;
        font-size: 2.0508vw;
    }
    .section06_text em {
        font-size: 2.3438vw;
    }
}
@media (min-width: 1024px) {
    .section06_text {
        width: 735px;
        height: 120px;
        padding: 25px 17px;
        margin-bottom: 40px;
        font-size: 21px;
    }
    .section06_text em {
        font-size: 24px;
    }
}
.section07 {
    max-width: 960px;
    width: 100%;
    padding: 5.3333vw 2.6667vw 0;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .section07 {
        padding: 3.6133vw 1.9531vw 0;
    }
}
@media (min-width: 1024px) {
    .section07 {
        padding: 37px 0 0;
    }
}

.section07_title {
    padding-top: 30vw;
    background: url(../03_img/logo-lipro.png) no-repeat 50% 0 / 30vw auto;
    font-size: 6vw;
    color: #ff2626;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
@media (min-width: 768px) {
    .section07_title {
        padding-top: 17.1875vw;
        background-size: 15.625vw auto;
        font-size: 3.6133vw;
    }
    .section07_title .sp-only {
        display: none;
    }
}
@media (min-width: 1024px) {
    .section07_title {
        padding-top: 176px;
        background-size: 160px auto;
        font-size: 37px;
    }
}
.section07_lead {
    margin-bottom: 12.6667vw;
    font-size: 4vw;
    color: #231815;
    line-height: 1.8;
    text-align: center;
}
@media (min-width: 768px) {
    .section07_lead {
        margin-bottom: 9.2773vw;
        font-size: 2.5391vw;
    }
    .section07_lead .sp-only {
        display: none;
    }
}
@media (min-width: 1024px) {
    .section07_lead {
        margin-bottom: 95px;
        font-size: 26px;
    }
}
.section07_sub-title {
    width: 100%;
    padding: 3.2vw 2.6667vw 4.5333vw;
    margin: 0;
    background-color: #004da0;
    font-size: 4.5vw;
    color: #fff;
    text-align: center;
}
@media (min-width: 768px) {
    .section07_sub-title {
        padding: 2.34375vw 1.95313vw 3.3203vw;
        font-size: 2.4414vw;
        font-weight: normal;
    }
}
@media (min-width: 1024px) {
    .section07_sub-title {
        padding: 24px 0 34px;
        font-size: 25px;
    }
}
.section07_sub-title .date {
    padding: 0 0.5em;
    margin-bottom: 4vw;
    border-bottom: 1px solid #fff;
    font-size: 5vw;
    display: inline-block;
}
@media (min-width: 768px) {
    .section07_sub-title .date {
        margin-bottom: 2.93vw;
        font-size: 2.93vw;
    }
}
@media (min-width: 1024px) {
    .section07_sub-title .date {
        margin-bottom: 30px;
        font-size: 30px;
        line-height: 1;
    }
}
.section07_sub-title .title {
    padding-top: 1.3333vw;
    font-size: 5.6vw;
    color: #ffff70;
    font-weight: bold;
    display: block;
}
@media (min-width: 768px) {
    .section07_sub-title .title {
        padding-top: 0.9766vw;
        font-size: 3.90625vw;
    }
}
@media (min-width: 1024px) {
    .section07_sub-title .title {
        padding-top: 10px;
        font-size: 40px;
    }
}
.section07_table {
    width: 100%;
    margin-bottom: 16.2667vw;
    border-right: 1px solid #8d8d8b;
    font-size: 4vw;
    color: #231815;
    line-height: 1.73;
}
.section07_table h5 {
    margin-bottom: 0;
    font-size: 4vw;
}
.section07_table ul {
    padding: 0;
    margin-bottom: 4.6667vw;
    list-style: none;
}
.section07_table p {
    margin-bottom: 0;
}
.section07_table span {
    font-size: 4.2vw;
    font-weight: bold;
}
.section07_table em {
    font-size: 4.4vw;
    color: #ff7100;
    font-weight: bold;
    font-style: normal;
}
.section07_table th {
    width: 30%;
    padding: 2.6667vw 4vw;
    border-bottom: 1px solid #8d8d8b;
    border-left: 1px solid #8d8d8b;
    text-align: center;
}
.section07_table td {
    width: 70%;
    padding: 2.6667vw 4vw;
    border-bottom: 1px solid #8d8d8b;
    border-left: 1px solid #8d8d8b;
}
@media (min-width: 768px) {
    .section07_table {
        margin-bottom: 11.9141vw;
        font-size: 1.85547vw;
    }
    .section07_table h5 {
        font-size: 1.85547vw;
    }
    .section07_table ul {
        margin-bottom: 3.418vw;
    }
    .section07_table span {
        font-size: 2.1484vw;
    }
    .section07_table em {
        font-size: 2.1484vw;
    }
    .section07_table .sp-only {
        display: none;
    }
    .section07_table th {
        width: 15.9375%;
        padding: 3.90626vw 2.93vw;
    }
    .section07_table td {
        width: 84.0625%;
        padding: 3.90626vw 4.8828vw;
    }
}
@media (min-width: 1024px) {
    .section07_table {
        margin-bottom: 122px;
        font-size: 19px;
    }
    .section07_table h5 {
        font-size: 19px;
    }
    .section07_table ul {
        margin-bottom: 35px;
    }
    .section07_table span {
        font-size: 22px;
    }
    .section07_table em {
        font-size: 24px;
    }
    .section07_table th {
        padding: 40px 30px;
    }
    .section07_table td {
        padding: 40px 50px;
    }
}
.btn {
    width: 58.9333vw;
    height: 11.7333vw;
    border-radius: 20px;
    background-color: #ff2626;
    box-shadow: 1px 1px 2px 1px #ccc;
    overflow: hidden;
}
.btn a {
    width: 100%;
    height: 100%;
    font-size: 4vw;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn a::before {
    width: 2.6667vw;
    height: 2.6667vw;
    margin-right: 1em;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: '\0020';
    display: block;
    transform: rotate(45deg);
}
@media (min-width: 768px) {
    .btn {
        width: 43.1641vw;
        height: 8.5938vw;
    }
    .btn a {
        font-size: 2.4414vw;
    }
    .btn a::before {
        width: 1.9531vw;
        height: 1.9531vw;
    }
}
@media (min-width: 1024px) {
    .btn {
        width: 442px;
        height: 88px;
    }
    .btn a {
        font-size: 25px;
    }
    .btn a::before {
        width: 20px;
        height: 20px;
    }
}
/*----------------------------
/*vol8
----------------------------*/
@media screen and (max-width: 767px){
    .piccover{
        margin: 10px 0;
    }

}
#vol8 {
    margin-bottom: 12vw;
}
@media (min-width: 768px) {
    #vol8 {
        margin-bottom: 8.7891vw;
    }
}
@media (min-width: 1024px) {
    #vol8 {
        margin-bottom: 90px;
    }
}
#vol8 .piccover span{
    cursor: pointer;
}
#vol8 .piccover1{
    position: relative;
}
#vol8 .piccover2{
    position: relative;
}
.click1 {
    position: absolute;
    bottom: 4%;
    right: 32%;
    font-size: 2rem;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
}
.click2 {
    position: absolute;
    bottom: 4%;
    right: 8%;
    font-size: 2rem;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
}
.click3 {
    position: absolute;
    bottom: 4%;
    right: 40%;
    font-size: 2rem;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
}
.piccover {
    position: relative;
    display: inline-block;
    border: 3px solid #fff;
    color: #fff;
    text-align: center;
    text-decoration: none;
    outline: none;
    transition: all .3s;
    border-radius: 5%;
    z-index: 100;
    width: 100%;
  }
  /*.piccover::before,
  .piccover::after {
    position: absolute;
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
    z-index: 2;
    content: '';
    transition: all .3s;
  }
  .piccover::before {
    border-top: 3px solid #4caeae;
    border-bottom: 3px solid #4caeae;
    transform: scale(0, 1);
    border-radius: 6%;
  }
  .piccover::after {
    border-right: 3px solid #4caeae;
    border-left: 3px solid #4caeae;
    transform: scale(1, 0);
    border-radius: 6%;
  }*/
  .piccover:hover img{
      opacity: 0.8;
  }
  .piccover:hover {
    color: #4caeae;
    background: #4caeae;
  }
  area:hover img{
    opacity: 0.8;
    background: #4caeae;
}
  /*.piccover:hover::after,
  .piccover:hover::before {
    transform: scale(1);
  }*/
.pic img:hover{
    cursor: pointer;
}
.owl-carousel .owl-item {
    padding: 0 2px;
}
/*----------------------------
/*footer
----------------------------*/

.footer {
    display: flex;
    justify-content: space-evenly;
}

.slw_shopListElem {
    padding: 9px 0 12px;
    color: #ffffff;
    background: none;
    float: left;
}

@media screen and (max-width: 767px){
  .footer {
      display: block;
      justify-content: space-evenly;
  }
  .slw_shopListElem {
    width: 100%;
    float: none;
    text-align: center;
        padding: 0;
  }
  .slw_shopListElem + .slw_shopListElem {
    margin-left: auto;
    padding-top: 0;
}
}
footer {
    position: relative;
}
.ftr_logo {
    max-width: 65px;
    width: 5vw;
    float: left;
    padding: 15px 0;
    margin: 0 25px 0 15px;
}
@media screen and (max-width: 767px){
.ftr_logo {
    width: 50px;
    padding: 13px 0;
    margin: 20px auto 10px;
    float: none;
}
}
@media screen and (max-width: 480px){
    .ftr_logo {
        padding: 8px 0;
    }
    }
.footer_2 a {
    margin: 0;
    padding: 0;
    color: #00678C;
    vertical-align: baseline;
    background: transparent;
    text-decoration: underline;
    word-break: break-all;
    transition: 0.6s;
}
.shopListWrap.f_slw {
    background-color: #005AAB;
}
.slw_shopList {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
}
.f_slw .slw_shopListElem {
    display: none;
}
.slw_shopList li.slw_shopListElem {
    padding-left: 36px;
    background-image: url(../images/icon_tel.png);
    background-repeat: no-repeat;
    background-position: 8px 50%;
    background-size: 22px 22px;
}
.f_slw .slw_shopList li {
    width: 100%;
}
.slw_name {
    margin: 0 auto 5px;
    font-size: 15px;
    line-height: 1;
}
.slw_tel {
    margin: 0 auto 4px;
    font-size: 16px;
    line-height: 1;
}
.slw_tel a {
    color: #ffffff;
    text-decoration: none;
}
.mail {
    float: right;
    margin-right: 30px;
}

@media screen and (max-width: 767px){
  .mail{
    float: none;
    margin: 20px auto 30px;
  }
}

.slw_opentime {
    font-size: 10px;
    line-height: 1;
}
.slw_shopList li {
    margin: 0 0 5px;
    padding: 16px 0 12px;
    color: #ffffff;
    width: 49.4%;
    background-color: #005AAB;
    position: relative;
}

.font_century {
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}
.ftr_btnMail {
    padding: 20px 0 20px 55px;
    text-align: center;
}
.ftr_btnMail a {
    display: inline-block;
    padding: 13px 8px 13px 50px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #ffffff;
    background-image: url(../02_img/icon_mail.png);
    background-repeat: no-repeat;
    background-position: 8px 50%;
}
.ftr_btnMail {
    padding: 20px 0 0;
}

@media screen and (max-width: 1112px){
    .ftr_btnMail {
        padding: 10px 0;
    }
}

@media screen and (min-width: 768px){
	.ftr_btnMail a {
    font-size: 15px;
	}
}

@media screen and (min-width: 768px){
	a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
	}
}


@media screen and (min-width: 768px){
	.slw_opentime {
    font-size: 11px;
}
}

.slw_tel {
padding-left: 28px;
    font-size: 26px;
    background-image: url(../img/icon_tel.png);
    background-repeat: no-repeat;
    background-position: 0px 50%;
    background-size: 22px 22px;
    text-align: left;
    position: relative;
}

@media screen and (max-width: 767px){
	.slw_name {
    padding-left: 6px;
    font-size: 18px !important;
    margin-bottom: 10px
	}
}

@media screen and (max-width: 767px){
	.slw_tel {
    text-align: center;
    max-width: 180px;
    background: none;
    padding-left: 0;
    font-size: 22px !important;
	}

  .slw_tel::before{
    content: "";
    width: 34px;
    height: 34px;
    background-image: url(../02_img/icon_tel.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: -30px;

  }
}


@media screen and (min-width: 768px){
.f_slw .slw_shopList li {
    margin: 0;
    width: auto;
	}
}



@media screen and (min-width: 768px){
	.slw_shopList li.slw_shopListElem {
    padding: 16px 0 12px;
    color: #ffffff;
    background: none;
	}
}

@media screen and (min-width: 768px){
.f_slw .slw_shopListElem {
    display: block;
	}
}



@media screen and (min-width: 768px){
	.shopListWrap {background-color: #005AAB;}
	.slw_shopList {width: 96%;}
	.f_slw .slw_shopList {
    margin-right: 2%;
    width: calc(100% - 100px);
	}

}
@media screen and (min-width: 1140px){
	.f_slw .slw_shopList {
    margin: 0 auto;
    width: 96%;
	}
}

.mail a {
    position: relative;
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    text-decoration: none;
    outline: none;
    transition: all .3s;
    z-index: 100;
}
.mail a::before,
.mail a::after {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -1px;
    left: -2px;
    z-index: 2;
    content: '';
    transition: all .3s;
}
.mail a::before {
    border-top: 2px solid #f59b38;
    border-bottom: 2px solid #f59b38;
    transform: scale(0, 1);

}
.mail a::after {
    border-right: 2px solid #f59b38;
    border-left: 2px solid #f59b38;
    transform: scale(1, 0);

}
.mail a:hover{
    opacity: 1;
}
.mail a:hover::after,
.mail a:hover::before {
  transform: scale(1);
}
/*----------------------------

          #page-top

----------------------------*/
#page-top {
  position: fixed;
  bottom: 15px;
  right: 5px;
  z-index: 1000;
}
#page-top a {
	background:rgba(0, 89, 171, 0.8);
	text-decoration: none;
	color: #fff;
	width: 60px;
	padding: 16px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 1px 1px 3px #333;
}
#page-top a:hover {
  text-decoration: none;
  background: rgba(0, 89, 171, 0.9);
}
/*----------------------------

          .setting

----------------------------*/
.clearfix::after {
  content: "";
  display: block;
  clear: both; }

@media (max-width: 768px) {
  .sp-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2; } }
@media (min-width: 768px) {
  .phone-num {
    pointer-events: none; }
}



.pc_view{
	display:inherit;
}
.sp_view{
	display:none;
}
@media (max-width: 750px) {
.pc_view{
	display:none;
}
.sp_view{
	display:inherit;
}
}

input,
label{
	display: none;
}

@media (max-width: 640px) {
input,label{
	display:inline-block;
}


.accordion-box {
    position: relative;
}
.accordion-box label {
    height: 140px; /* グラデーションの高さ */
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;

    /* 以下グラデーションは「背景が白」に併せて設定しています */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    left: 0;
}
.accordion-box input:checked + label {
    background: inherit; /* 開いた時には背景グラデーションを消す */
}
.accordion-box label:after {
    content: "READ MORE"; /* ラベルの文字 */
    letter-spacing: .05em;
    line-height: 2.5rem;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #fff;
    background-color: #000;
    width: 18.75rem;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.accordion-box label:before {
    /*content: "↓";*/
    font-weight: 700;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    background-color: #fff;
    z-index: 1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.accordion-box input {
    display: none;
}
.accordion-box .accordion-container {
    overflow: hidden;
    height: 200px; /* 開く前に見えている部分の高さ */
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}


.accordion-box input:checked + label {
    /* display: none ; 閉じるボタンは要らないとき */
}
.accordion-box input:checked + label:after {
    content: "CLOSE";
}
.accordion-box input:checked + label:before {
    /*content: "↑";*/
}
.accordion-box input:checked ~ .accordion-container {
    height: auto;
    padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

}



.slw_txt{
    font-size: 15px;
    padding: 10px 0;
}
.slw_tel{
    font-size: 40px;
    padding: 14px 0 0 42px;
    background-size: 34px;
    background-position: 0px 18px;
}
.slw_tel a{
  color:#fff;
}


@media screen and (max-width: 768px){
.slw_shopList {
    display: block;
  }

.slw_shopList li {
    width: 100%;
    margin: 0 0 0px;
    padding: 0px 0 0px;
}
.slw_txt{
    text-align: center;
        padding: 10px 0 0;
}

.slw_tel {
    font-size: 33px !important;
    padding: 14px 0 0 0px;
    background-size: 34px;
    background-position: 0px 12px;
    margin: 0 auto;
    text-align: center;
    max-width: inherit;
}
.h_slw .slw_btnMail {
    width: 100%;
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
    max-width: 190px;
    margin: 0 auto;
}
.slw_btnMail {
    width: 100%;
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
    max-width: 190px;
    margin: 0 auto;
}
}
