@charset "utf-8";
/* fadein */
.fuwatAnime {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 2s;
	-ms-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-name: fuwatAnime;
	-ms-animation-name: fuwatAnime;
	animation-name: fuwatAnime;
	visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
     0% {
        opacity: 0;
        -webkit-transform: translateY(25px);
    }
     100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes fuwatAnime {
     0% {
        opacity: 0;
        -webkit-transform: translateY(25px);
        -ms-transform: translateY(25px);
        transform: translateY(25px);
    }
}

/* animate */
@keyframes go-btn {
	0%{
		right:15px;
	}
    100% {
        right:10px;
    }
}
@keyframes go-btn-back {
	0%{
		left:15px;
	}
    100% {
        left:10px;
    }
}
/* common sp */
.bg-pattblue-sp{
	background:url('../img/img-info-bg.jpg');
}
.bg-pattblue-sp .wrap-content{
	margin: auto;
}
.isotope-pager{
	text-align: center;
	margin-top: 20px;
}
#list-mutter, #list-who {
    overflow: hidden;
}
.isotope-pager a{
	background: url(../img/ico-pn.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0px 3px;
    color: #fff;
    padding: 0px 11px;
}

.isotope-pager a.disabled{
	pointer-events: none;
   cursor: default;
}
.isotope-pager a.active{
	background: url(../img/ico-pn-selected.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.flex-reverse {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	-ms-flex-align:center;
	-webkit-flex-wrap: wrap-reverse;
  	flex-wrap: wrap-reverse;
}
.pc-only{
	display: none !important;
}
.help-block{
    color: #f00;
    font-size: 12px;
}
.wrap-default{
	padding-top: 86px;
	position: relative
}
.wrap-content{
	width: calc(100% - 40px);
    margin: 10px auto;
	overflow:hidden;
}
.wrap-content_sm{
	width: calc(100% - 40px);
	margin: 0 auto;
}
.wrap-content_sm_more{
	width: calc(100% - 40px);
	margin: 0 auto;
}
.mt-0 {
	margin-top: 0px;
	padding-top: 48px;
}
.wrap-content .top-bnr-recipe {
	padding-bottom: 48px;
}
.padd-content{
	padding-top:60px;
	padding-bottom:60px;
}
.padd-content_bottom{
	padding-bottom:60px;
}
.padd-content_top{
	padding-top:60px;
}
.padd-content-md{
	padding-top: 40px;
	padding-bottom: 40px;
}
.padd-content-lg{
	padding-top: 40px;
	padding-bottom: 40px;
}
.kenstein.blue{
	font-size:22px;
}
.f28{
	font-size:28px;
}
.f24{
	font-size:24px;
}
.f18{
	font-size:18px;
}
.f16{
	font-size:16px;
}
p{
	font-size:14px;
}
.title-spimg{
	padding-bottom:20px;
	text-align: center;
}
.img-dvd{
	width:auto;
	max-width:none;
}
.btn-close-pink{
    color: #fff;
    background: url(../img/btn-red-mid.png);
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px 40px;
    font-size: 20px;
}
/* list 2 column half */
.half-content{
	width: 100%;
}
.half-content .left-side{
	width:calc(50% - 30px);
	margin:0px 15px;
	float:left;
}
.half-content .right-side{
	width:calc(50% - 30px);
	margin:0px 15px;
	float:right;
}
.half-content dt{
	width:calc(50% - 16px);
	display: inline-block;
	vertical-align: top;
	padding-right: 16px;
}
.half-content dd{
	width:calc(50% - 16px);
	display: inline-block;
	vertical-align: top;
}
#entrepreneur-detail .half-content dl{
	display: inline-table;
	width: 100%;
}
#entrepreneur-detail .half-content dd a{
	display: inline-table !important;
}
.utility-detail .half-content dd a{
	display: inline !important;
}
.list_base-3column li{
	text-align: left;
	float: left;
	width: 100%;
	margin-bottom: 30px;
	border-bottom: 1px solid #d4d4d4;
	position: relative;
	overflow:hidden;
}
.list_base-3column li:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 50%;
	height: 1px;
	background-color: #20C2F7;
	transform: scaleX(0);
	transform-origin: bottom left;
	transition: transform 0.3s;
}
.list_base-3column li:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	left: 50%;
	height: 1px;
	background-color: #20C2F7;
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform 0.3s;
}
.list_base-3column li .white-box{
    padding: 15px;
    background: #fff;
    position: relative;
    display: table-cell;
    width: calc(70% - 40px);
}
.list_base-3column li img{
	-webkit-transition: 0.3s linear 0s;
	-moz-transition: 0.3s linear 0s;
	-ms-transition: 0.3s linear 0s;
	-o-transition: 0.3s linear 0s;
	transition: 0.3s linear 0s;
}
.list_base-3column li .white-box .padd20_bottom h3, .list_base-3column li .white-box .padd20_bottom .kenstein{
	display:inline-block;
	margin-right:10px;
}
.img-detail{
	min-height: 150px;
	position: relative;
	overflow: hidden;
}
.img-detail img{
	display: block;
	min-width: 100%;
}
.list_base-3column li .img-detail{
    min-height: 245px;
}
.list_base-3column li .img-detail img{
	min-width: 100%;
}
/* list base 2 row */
.list_base-2row{
	margin-left: -15px;
	margin-right: -15px;
}
.list_base-2row li{
	margin: 0px 15px;
	text-align: left;
	float: left;
	width: calc(100% - 30px);
	margin-bottom: 30px;
	position: relative;
	overflow:hidden;
	box-shadow:-1px 3px 6px #cecece;
	-webkit-transition: 0.4s linear 0s;
	-moz-transition: 0.4s linear 0s;
	-ms-transition: 0.4s linear 0s;
	-o-transition: 0.4s linear 0s;
	transition: 0.4s linear 0s;
}
.list_base-2row li:last-child{
	margin-bottom:0px;
}
.list_base-2row li .img-detail{
	display:table-cell;
    width: 30%;
    min-height: 245px;
}
.list_base-2row li .white-box{
    width: calc(100% - 40px);
	padding: 20px;
    padding-top: 28px;
    padding-bottom: 40px;
    background: #fff;
    position: relative;
    display: block;
	background-position: bottom -50% left -10%;
	background-repeat: no-repeat;
	-webkit-transition: 0.4s linear 0s;
	-moz-transition: 0.4s linear 0s;
	-ms-transition: 0.4s linear 0s;
	-o-transition: 0.4s linear 0s;
	transition: 0.4s linear 0s;
}
.list_base-2row li img{
	-webkit-transition: 0.3s linear 0s;
	-moz-transition: 0.3s linear 0s;
	-ms-transition: 0.3s linear 0s;
	-o-transition: 0.3s linear 0s;
	transition: 0.3s linear 0s;
	min-width: 100%;
}
.list_base-2row li dl{
	font-size:12px;
}
.list_base-2row li dl dt{
    display: inline-block;
    width:22%;
}
.list_base-2row li .padd20_bottom{
	padding-bottom:0px;
}
.list_base-2row li dl dd{
    display: inline-block;
    width: calc(78% - 10px);
    vertical-align: top;
}
.list_base-2row li .btn-link{
	position:absolute;
	bottom:12px;
	right:20px;
	font-weight:bold;
	border-bottom: solid 1px #7fcad5;
    line-height: 1.3;
}
.list_basemutter-3column li{
	text-align: left;
	float: left;
	width: 100%;
	margin-bottom: 30px;
	border-bottom: 1px solid #d4d4d4;
	position: relative;
	overflow:hidden;
	box-shadow:-1px 3px 6px #cecece;
}
.list_basemutter-3column .mutter-prof{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:solid 1px #eae9ed;
	min-height:62px;
}
.list_basemutter-3column .mutter-prof img{
	display:inline-block;
	margin-right:15px;
	vertical-align: middle;
    width: 23%;
    border-radius: 50%;
    border: solid 1px #fff;
    -webkit-transition: 0.3s linear 0s;
	-moz-transition: 0.3s linear 0s;
	-ms-transition: 0.3s linear 0s;
	-o-transition: 0.3s linear 0s;
	transition: 0.3s linear 0s;
}
.list_basemutter-3column .mutter-prof p{
	display:inline-block;
    line-height: 1.5;
    width: calc(70% - 15px);
    vertical-align: middle;
}
.list_basemutter-3column li .white-box{
	padding:40px 20px;
	background:#fff;
}
.container{
	padding-top: 125px;
}
.btn-brown{
	background: url(../img/btn-brown-mid.png) right top;
	background-size:contain;
	color: #fff;
	margin:5px 0;
	position: relative;
	display: inline-block;
	opacity:1;
	-webkit-transition: 0.3s linear 0s;
	-moz-transition: 0.3s linear 0s;
	-ms-transition: 0.3s linear 0s;
	-o-transition: 0.3s linear 0s;
	transition: 0.3s linear 0s;
}
.btn-brown a, .btn-brown div, .btn-brown button{
	padding:4px 15px;
}
.btn-brown a{
	display: block !important;
	color:#fff !important;
}
.btn-brown button{
	background: none;
	border:none;
	color:#fff;
    padding: 4px 70px;
    cursor: pointer;
    display: block;
    line-height: 2;
    cursor: pointer;
    font-family: unset;
}
.btn-brown::before{
	content: url(../img/btn-brown-left.png);
	position: absolute;
	bottom: 0;
	left: -10px;
	top:0;
}
.btn-brown::after{
	content: url(../img/btn-brown-right.png);
	position: absolute;
	bottom: 0;
	right: -10px;
	top:0;
}
#e-registration .btn-brown button{
	padding: 5px 30px;
}
#e-registration .btn-brown button.submit-btn, #contact .btn-brown button.submit-btn, #login .btn-brown button.submit-btn{
	padding: 5px 70px;
}
#e-registration .arrow-right button:before, #contact .arrow-right button:before, #login .arrow-right button:before{
    top: 7px;
    right: 50px;
}
.btn-blue{
	background: url(../img/btn-blue-mid.png) right top repeat;
	color: #fff;
	margin:5px 0;
	position: relative;
	display: inline-block;
	opacity:1;
	-webkit-transition: 0.3s linear 0s;
	-moz-transition: 0.3s linear 0s;
	-ms-transition: 0.3s linear 0s;
	-o-transition: 0.3s linear 0s;
	transition: 0.3s linear 0s;
}

.btn-brown.icon-login span{
	position: relative;
	right: -10px;
	top: 1px;
}
.btn-brown.icon-login:hover a:before{
	animation: none;
}
.btn-brown.icon-login a{
	padding: 4px 30px;
}
.btn-blue a{
	padding:4px 10vw;
}
.btn-blue::before{
	content: url(../img/btn-blue-left.png);
	position: absolute;
	bottom: 0;
	left: -10px;
	top:0;
}
.btn-blue::after{
	content: url(../img/btn-blue-right.png);
	position: absolute;
	bottom: 0;
	right: -10px;
	top:0;
}
.icon-register a:before{
	content: url(../img/ico-nav-registration.svg);
	position: absolute;
	top: 7px;
	left: 16px;
}
.icon-login a:before{
	content: url(../img/ico-nav-login.svg);
	position: absolute;
	top: 7px;
	left: 16px;
}
.arrow-right a:before{
	content: url(../img/ico-arrow-right.svg);
	position: absolute;
	top: 5px;
	right: 15px;
	-webkit-transition: 0.3s linear 0s;
	-moz-transition: 0.3s linear 0s;
	-ms-transition: 0.3s linear 0s;
	-o-transition: 0.3s linear 0s;
	transition: 0.3s linear 0s;
}
.arrow-right a, .arrow-right button, .arrow-right div{
	padding-right: 40px;
}
.arrow-right button:before{
	content: url(../img/ico-arrow-right.svg);
	position: absolute;
	top: 12px;
	right: 15px;
	-webkit-transition: 0.3s linear 0s;
	-moz-transition: 0.3s linear 0s;
	-ms-transition: 0.3s linear 0s;
	-o-transition: 0.3s linear 0s;
	transition: 0.3s linear 0s;
}
.arrow-right div:before{
	content: url(../img/ico-arrow-right.svg);
	position: absolute;
	top: 5px;
	right: 15px;
	-webkit-transition: 0.3s linear 0s;
	-moz-transition: 0.3s linear 0s;
	-ms-transition: 0.3s linear 0s;
	-o-transition: 0.3s linear 0s;
	transition: 0.3s linear 0s;
}
.arrow-left a:before{
	content: url(../img/ico-arrow-right.svg);
	position: absolute;
	top: 1px;
	left: 15px;
	-webkit-transform: rotate(180deg);
	-moz-transform:    rotate(180deg);
	-ms-transform:     rotate(180deg);
	-o-transform:      rotate(180deg);
	transform:         rotate(180deg);
}
.arrow-left a{
    padding-left: 55px;
}
.arrow-left div:before{
	content: url(../img/ico-arrow-right.svg);
	position: absolute;
	top: 3px;
	left: 15px;
}
.btn-to-top {
    position: fixed;
    bottom: 10px;
    right: 20px;
    width:50px;
    visibility: visible;
    opacity: 0;
    cursor: pointer;
}
/*========= nav =========*/
.header-sp{
	border-top: 3px solid #7fcad5;
	position: fixed;
	width:calc(100%);
	background:#fff;
	z-index:5;
	border-bottom:solid #f5f5f5;
}
.header-sp .parent-menu{
	height: 100%;
	overflow: scroll;
}
.header-sp .wrap-content{
	height: calc(100% - 20px);
}
.header-sp .btn_bottom-sp div.btn{
	margin:0px 15px;
	margin-top:10px;
}
.header-sp.open-bg{
	height: 100%;
}
.header-sp .side-bottom{
	display: none;
	background:#fff;
	text-align:center;
	overflow: scroll;
    height: calc(100% - 75px);
}
.header-sp .side-bottom ul{
    width: 75%;
    margin: 0 auto;
    text-align: left;
}
.header-sp .logo a {
    line-height: 1.2;
    display: flex;
    align-items: center;
}
.header-sp .logo a img:first-child{
	width: 70px;
    margin-right: 10px;
}
.header-sp .logo a img:nth-child(2){
	width: 180px;
}
.menu-1{
	width: 40px;
	cursor: pointer;
	float:right;
}
.menu-1.open .menu-item {
  background: #000;
}
.menu-1.open .menu-item:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 5px 50%;
  transform-origin: 5px 50%;
}
.menu-1.open .menu-item:nth-child(2) {
  opacity: 0;
}
.menu-1.open .menu-item:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 5px 50%;
  transform-origin: 5px 50%;
}
.menu-item {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  width: 40px;
  height: 3px;
      margin: 0 0 8px;
    background: #000;
}
.header-sp .side-top .logo-wrap{
	display: inline-block;
	vertical-align: middle;
	width:42%;
}
.header-sp .side-top .pull-right_nav{
	float:right;
	cursor: pointer;
	position: relative;
}
.header-sp .side-top .pull-right_nav:before{
	content:"MENU";
	position: absolute;
	bottom:-20px;
	left:0;
	right:0;
	margin:auto;
}
.header-sp .side-top .menu-1.open .pull-right_nav:before{
	content:"CLOSE";
	left:-7px;
}
.header-sp .side-top .logo-wrap img{
    max-width: 200px;
    width: 50%;
}
.header-sp .side-top .menu-inline_sp{
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	width:55%;
	margin-top: -9px;
}
.header-sp .side-bottom li{
	margin-top:20px;
    font-size: 18px;
    margin-left:-20px;
}
.header-sp .side-bottom li:first-child{
	margin-top:30px;
}
.header-sp .btn_bottom-sp{
	margin-top:40px;
}
.header-sp .side-bottom li .blue{
    font-size: 30px;
}
.header-sp .side-bottom li img{
	display: inline-block;
	vertical-align: top;
	margin-right:2px;
}
.header-sp .wrap_menu{
    line-height: 1.3em;
	display: inline-block;
}
.header-sp .icon-login span, .header-sp .icon-register span, footer .icon-login span, footer .icon-register span{
    margin-top: 0px;
    display: inline;
    right: -10px;
    position: relative;
}
.header-sp .btn-brown a{
	padding:4px 10vw;
}
/* footer */
footer{
	background-color: #5b5962;
	color: #fff;
	font-size: 14px;
}
footer .btn-blue a{
	padding: 4px 28px;
}
footer .wrap-content{
	margin: auto;
}
footer .flex{
	display:block;
}
footer .wrap-content .wrap-content{
	width:100%;
}
.footer-nav{
	padding:20px 0;
	width: 100%;
}
.footer-nav{
	width: 100%;
}
.footer-nav .logo{
	display: inline-block;
	vertical-align: middle;
    width: 100%;
    text-align: center;
}
.footer-nav .logo img{
    width: 40%;
}
.footer-nav ul{
	text-align:center;
}
.footer-nav ul li{
	display: inline-block;
	margin:0 10px;
	text-align: center;
}
.footer-nav ul li:last-child{
	/* margin-right: 0; */
}
footer .bottom-menu{
	font-size: 12px;
	border-top: 1px solid #63616a;
	padding:15px 0;
}
footer .padd-menu_footer{
	padding:15px 0px;
}
footer .list-menu{
	display: block;
	width: 100%;
	text-align: center;
}
footer .copyright{
    text-align: center;
    font-size: 11px;
    padding-top: 10px;
}
footer .list-menu li{
    display: inline-block;
    margin: 0 9px;
    border-left: 1px solid #fff;
    padding-left: 20px;
    font-size: 11px;
}
footer .list-menu li:last-child{
	margin-right: 0;
}
footer .list-menu li:first-child{
	border-left:none;
	padding-left: 0;
	margin-left: 0;
}
footer .btn-brown a{
	padding:4px 28px;
}
/* HOME */
#home .wrap-content_sm{
	width:100%;
}
#home .title-bg{
	padding:20px 20px;
    line-height: 1.3;
    padding-bottom: 30px;
}
.title-content .title-bg{
	float:left;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 60px;
}
#home .title-content .btn-brown{
    float: right;
    margin-bottom:10px;
}
#home .title-content .gold.f28{
	display:inline-block;
	vertical-align: middle;
	margin-right:25px;
}
#home .title-inline{
	display:block;
	vertical-align: middle;
}
.title-bg .gold.f28{
	line-height: 1.3;
}
#home #section-first.padd-content{
	padding-top:70px;
}
#home #section-first.padd-0 {
	padding-top: 0px;
}
#home #section-second.padd-content{
	padding-bottom:60px;
}
#home #section-second .flex{
	display:block;
}
#home #section-second .flex img{
	width: 100%;
}
#home #section-second .title-spimg img, #home #section-third .title-spimg img, #home #section-eight .title-spimg img, #home #section-fourth .title-spimg img, #home #section-fifth .title-spimg img{
	width:75%;
}
#home #section-second .btn-faq-ab .btn-brown{
    width: 41%;
    margin: 5px 3%;
}
#home #section-second .btn-faq-ab .btn-brown:first-child{
    margin-left: 0;
}
#home #section-second .btn-faq-ab .btn-brown:last-child{
    margin-right: 0;
}
#home #section-second .btn-faq-ab .btn-brown a{
    padding: 4px 20px 4px 5%;
}
#home #section-second .btn-faq-ab .btn-brown.arrow-right a:before{
    right: 2%;
}
#home #section-seventh .title-spimg img, #home #section-sixth .title-spimg img{
	width:55%;
}
#home .btn-faq-ab .btn-brown{
	margin-right:20px;
	margin-left:20px;
}
#section-seventh.padd-content{
	padding-top:30px;
	padding-bottom:0px;
}
#section-eight.padd-content{
	padding-top:0px;
}
#section-fifth .wrap-content, #section-eight .wrap-content{
	overflow: visible;
}
#home #section-eight .title-spimg{
	padding-bottom:15px;
}
#home #section-eight .title-content{
	overflow:hidden;
}
#home #section-eight .list_basemutter-3column li:first-child{
	margin-top:30px;
}
#home #section-second .box-second{
	margin-top:20px;
}
#home .banner{
	background: url('../img/top/sp-img-mv01.jpg') center;
	background-size:cover;
	background-repeat: no-repeat;
	min-height:600px;
}
#home .banner .box, #plaza .banner .box, #registration-entrance .left-side .box, #registration-entrance .right-side .box, #login .right-side .box{
	background: url('../img/border-wh.png');
	background-size:100% 100%;
	background-repeat: no-repeat;
	background-color:rgba(35,160,182,0.5);
	padding:20px;
	overflow:hidden;
}
#registration-entrance .left-side .box, #registration-entrance .right-side .box, #login .right-side .box{
	width:350px;
	margin: 0 auto;
}
#registration-entrance .left-side .box, #registration-entrance .right-side .box{
	padding:40px;
}
#home .banner .box .f18, #plaza .banner .box .f18, #registration-entrance .box .f18, #login .box .f18{
	font-size:16px;
}
#home .banner .box .img-responsive, #plaza .banner .box .img-responsive, #registration-entrance .banner .box .img-responsive{
	padding-top:10px;
	padding-bottom:5px;
	width:auto;
	max-width:none;
}
#plaza .banner .box{
	padding:30px 40px;
	margin:20px;
}
#home .banner .box img.padd20, #registration-entrance .box img.padd20, #login .box img.padd20{
	padding:0px;
}
#home .banner .list-inline li, #plaza .banner .list-inline li, #login .box .list-inline li, #registration-entrance .left-side .box .list-inline li, #registration-entrance .right-side .box .list-inline li{
	margin:0px 20px;
}
#home #section-third{
	background:url('../img/top/sp-img-info-bg.png') center;
	background-repeat: repeat;
}
#home #section-third.padd-content{
	padding-top:60px;
	padding-bottom:30px;
}
#home #section-third #list-information li .white-box{
	padding-top:0px;
}
#home #section-third #list-information li .white-box .padd20_bottom{
	padding-bottom:10px;
}
#home #section-fourth{
	background: #fff;
	padding-top:60px;
    padding-bottom:60px;
}
#home #list-who{
	padding-top:30px;
	padding-bottom:30px;
}
#home .padd_sp-btn{
	padding-bottom:30px;
}
#home #section-fifth .title-spimg{
	padding-bottom: 0px;
}
#home #section-sixth{
	background: #fff;
    padding-bottom:30px;
    padding-top:0px;
}
#list-news {
	margin-top:15px;
}
#list-news li{
	padding-top:10px;
	padding-bottom:10px;
	border-top:solid 1px #eae9ed;
	-webkit-transition: 0.2s linear 0s;
	-moz-transition: 0.2s linear 0s;
	-ms-transition: 0.2s linear 0s;
	-o-transition: 0.2s linear 0s;
	transition: 0.2s linear 0s;
}
#list-news li:last-child{
	margin-bottom: 30px;
}
#list-news li .date-news{
    padding-right: 20px;
    display: inline-block;
    width: calc(23% - 20px);
    vertical-align: top;
}
#list-news li h3{
	display: inline-block;
    width: 74%;
}
#list-news li:last-child{
	border-bottom:solid 1px #eae9ed;
}
#home #list-information{
	padding-bottom:30px;
}
#home #section-third .list_base-3column li{
	box-shadow: none;
	border-bottom: none;
}
#home #section-third .list_base-3column li:last-child{
	margin-bottom:0px;
}
#third-section .list_base-3column li .white-box{
	box-shadow: -3px 3px 4px #cecece;
}
#home #section-third .list_base-3column li:before{
	content:none;
}
#home #section-third .list_base-3column li:after{
	content:none;
}
#home #section-third .btn-brown{
	margin-top: 30px;
}
.title-content .pull-left{
	display: inline-block;
	width: 50%;
}
.title-content .pull-right{
	display: inline-block;
	width: 50%;
	text-align: right;
}
/* style for otherpage template */
.otherpage .title-bg p.gold{
	margin-bottom:60px;
    margin-top: 15px;
}
.otherpage .banner .title-bg p.gold{
	margin-bottom:0px;
}
.otherpage #pagination{
	padding-top:15px;
}
.otherpage #pagination a, .otherpage #pagination span{
	color:#fff;
    padding: 0px 11px;
}
.otherpage #pagination li{
	background:url("../img/ico-pn.svg");
	background-size: contain;
	background-repeat: no-repeat;
    display: inline-block;
    margin: 0px 3px;
}
.otherpage #pagination li.active{
	background:url("../img/ico-pn-selected.svg");
	background-size: contain;
	background-repeat: no-repeat;
}
.otherpage .banner{
	min-height:370px;
}
/* style for page detail */
#content-fordetail-only p{
	margin:30px 0px;
    margin-top: 10px;
}
#content-fordetail-only h2{
	margin-top:30px;
}
#news #content-fordetail-only .img-divider{
	margin-bottom: 0px;
	padding-bottom:20px;
}
#news .wrap-content.padd-content .padd-content{
	padding-top:30px;
	padding-bottom: 30px;
}
/* news */
#news #list-news li{
	position: relative;
}
#news #list-news .fa{
	display: none;
}
#news .img-divider{
    padding-bottom: 30px;
    padding-top: 30px;
    width:auto;
    max-width:none;
}
/*entrepreneur*/
#entrepreneur .img-divider, #supporter .img-divider{
	max-width:none;
	width:auto;
}
#entrepreneur .banner-entrepreneur{
	background: url('../img/entrepreneur/sp-img-mv01.jpg');
	background-position: right;
	background-size: cover;
	background-repeat: no-repeat;
	background-color:rgba(0,0,0,0.1);
	background-blend-mode:multiply;
	position: relative;
	z-index:2;
}
#entrepreneur .list-category_multiple li, #utility .list-category_multiple li, #supporter .list-category_multiple li{
    float: left;
    width: calc(50% - 0px);
    margin: 5px 0px;
}
#utility .list_basemutter-3column h3.f16{
	white-space: nowrap;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
}
#utility .list-category_multiple li{
	margin:5px 0px;
}
#entrepreneur .list-category_multiple li{
	margin:5px 0px;
}
#entrepreneur .list-category_multiple li:last-child, #utility .list-category_multiple li:last-child{
	width:100%;
}
#entrepreneur .list-category_multiple .type-area-label,
#utility .list-category_multiple .type-area-label,
#supporter .list-category_multiple .type-area-label{
	position: relative;
	cursor: pointer;
}
#entrepreneur .list-category_multiple li input[type=checkbox],
#utility .list-category_multiple li input[type=checkbox],
#supporter .list-category_multiple li input[type=checkbox]{
	width: 0px;
	visibility: hidden;
	display: none;
}
#entrepreneur .list-category_multiple .type-area-label::before,
#utility .list-category_multiple .type-area-label::before,
#supporter .list-category_multiple .type-area-label::before{
    content: " ";
    padding: 2px 9px;
    background-color: #fff;
    margin-right: 10px;
	border: 1px solid #a17f23;
	position: absolute;
    height: 23px;
    width: 23px;
    padding: 0;
    left: 0;
    top: 0px;
}
#entrepreneur .list-category_multiple .type-area-label::after,
#utility .list-category_multiple .type-area-label::after,
#supporter .list-category_multiple .type-area-label::after{
    content: url('../img/check.png');
    position: absolute;
    left: -1px;
    font-size: 21px;
    top: -5px;
    opacity: 0;
    color: #7de4a4;
}
#entrepreneur .list-category_multiple li input:checked + .type-area-label::after,
#utility .list-category_multiple li input:checked + .type-area-label::after,
#supporter .list-category_multiple li input:checked + .type-area-label::after{
	opacity: 1;
}
#entrepreneur #multiple-area .subchoice, #supporter #multiple-area .subchoice, #utility #multiple-area .subchoice{
	margin-top:40px;
	margin-bottom:10px;
	font-size:16px;
	font-weight:bold;
}
#supporter #multiple-area .subchoice{
    margin-top: 8px;
    margin-bottom: 5px;
}
 #utility #multiple-area .subchoice{
 	margin-top:0px;
 }
#entrepreneur #multiple-area .first-choice, #utility #multiple-area .first-choice{
	margin-top:110px;
	padding-top:30px;
}
#plaza .first-choice{
    margin-top: 85px;
    padding-top: 60px;
    border-top: solid 1px #fff;
}
#utility #multiple-area .first-choice{
	margin-top:50px;
}
#utility #multiple-area .select-list{
	margin-top:15px;
}
#utility #multiple-area .select-list .subchoice{
	margin-bottom: 0px;
}
#entrepreneur .total-found, #utility .total-found, #plaza .total-found, #supporter .total-found{
    position: fixed;
    text-align: center;
    width: 100%;
    padding-bottom: 15px;
    padding-top: 60px;
    top: 0;
    left:0;
    background: rgba(134,205,215,0.9);
    z-index: 1;
    font-size: 20px;
    display: none;
    border-bottom: solid 1px #fff;
}
#utility .total-found{
	padding-top:20px;
}
#entrepreneur #multiple-area.active .total-found, #utility #multiple-area.active .total-found, #plaza .right-side.active .total-found, #supporter #multiple-area.active .total-found{
	display:block;
}
#entrepreneur .custom_sel, #supporter .custom_sel, #utility .custom_sel, #e-registration .custom_sel{
	background: url(../img/arrow-select.jpg) no-repeat #fff;
	background-position:right top;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
    height: 45px;
    margin: 14px 0 20px 0;
    padding: 0 0 0 20px;
}
#contact .custom_sel{
	background: url(../img/arrow-select.jpg) no-repeat #fff;
	background-position:right top;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 40%;
    height: 45px;
    margin: 14px 0 20px 0;
    padding: 0 55px 0 20px;
}
#entrepreneur .input-search, #supporter .input-search, #plaza .input-search{
	background:#fff;
	background-position:right 0px top;
	width:100%;
	height: 40px;
	margin-top:14px;
    padding: 0 0 0 20px;
    border:solid 1px #a9a9a9;
    font-size: 12px;
}
#plaza .input-search{
	margin-top:0px;
}
#entrepreneur .search-text, #supporter .search-text, #plaza .search-text{
    width: 70%;
    position: relative;
}
#entrepreneur .input-search, #entrepreneur .search-text, #supporter .input-search, #supporter .search-text {
	margin-top:0px;
}
#entrepreneur .search-text,  #plaza .search-text, #supporter .search-text{
    position: fixed;
    top: 0px;
    width: calc(100% - 22px);
    margin-left: -20px;
    z-index: 1;
    display:none;
}
#entrepreneur #multiple-area.active .search-text, #plaza .right-side.active .search-text, #supporter #multiple-area.active .search-text{
	display: block;
}
#entrepreneur .list-category_multiple .type-area-label,
#utility .list-category_multiple .type-area-label,
#supporter .list-category_multiple .type-area-label{
	font-size:13px;
	position: relative;
    cursor: pointer;
    padding-left: 35px;
    float: left;
}
#entrepreneur .open-cat_ent, #supporter .open-cat_ent, #utility .open-cat_ent, #plaza .open-cat_ent{
	padding: 45px 30px 40px 35px;
	cursor: pointer;
    position: fixed;
    bottom:10px;
    left: 10px;
    background: url(../img/entrepreneur/bg-btn.png);
    -webkit-transition: 0.5s ease 0s;
	-moz-transition: 0.5s ease 0s;
	-ms-transition: 0.5s ease 0s;
	-o-transition: 0.5s ease 0s;
	transition: 0.5s ease 0s;
	z-index:3;
	opacity: 0;
}
#entrepreneur .open-cat_ent.show, #supporter .open-cat_ent.show, #utility .open-cat_ent.show, #plaza .open-cat_ent.show{
    opacity: 1;
}
#entrepreneur .search-text:after, #supporter .search-text:after{
	padding:7px 0px;
}
#entrepreneur #multiple-area.bg-pattblue, #supporter #multiple-area.bg-pattblue, #utility #multiple-area.bg-pattblue{
	background:url('../img/entrepreneur/ink.png') rgba(134,205,215,0.96);
}
#entrepreneur .custom_sel{
	margin-bottom:0px;
	margin-top:0px;
}
#entrepreneur #multiple-area, #supporter #multiple-area, #utility #multiple-area {
    position: fixed;
    top: 0px;
    right: 0;
    left: 0px;
	width:100%;
	z-index:2;
	-webkit-transition: 0.5s ease 0s;
	-moz-transition: 0.5s ease 0s;
	-ms-transition: 0.5s ease 0s;
	-o-transition: 0.5s ease 0s;
	transition: 0.5s ease 0s;
	width: 0px;
    height: 0px;
    overflow:hidden;
    border-bottom-right-radius: 0%;
}
#entrepreneur #multiple-area.active{
    animation: checked-anim 1s ease both;
    width: 100%;
    height: calc(100% - 76px);
    padding-bottom: 76px;
    overflow-y: scroll;
    z-index: 3;
}
#plaza .half-content .right-side.active{
	display: block;
}
#supporter #multiple-area.active{
	animation: checked-anim 1s ease both;
    width: 100%;
    height: calc(100% - 76px);
    padding-bottom: 76px;
    overflow-y: scroll;
    z-index: 3;
}
#utility #multiple-area.active{
	animation: checked-anim 1s ease both;
    width: 100%;
    height: calc(100% - 76px);
    padding-bottom: 76px;
    overflow-y: scroll;
    z-index: 3;
}
#entrepreneur #multiple-area .padd-content, #supporter #multiple-area .padd-content, #utility #multiple-area .padd-content{
	padding:10px;
    margin:10px;
    position: relative;
    width: calc(100% - 40px);
}
#entrepreneur #multiple-area .close-btn_pop, #supporter #multiple-area .close-btn_pop, #utility #multiple-area .close-btn_pop, #plaza .close-btn_pop{
    position: fixed;
    bottom: 0px;
    right: 0px;
    background: url('../img/pattern-gold.jpg');
    padding: 20px 10px;
    width: calc(100% - 20px);
    text-align: center;
    cursor: pointer;
    display:none;
}
#entrepreneur #multiple-area.active .close-btn_pop, #supporter #multiple-area.active .close-btn_pop, #utility #multiple-area.active .close-btn_pop, #plaza .right-side.active .close-btn_pop{
	display: block;
}
#plaza .close-btn_pop, #entrepreneur .close-btn_pop, #utility .close-btn_pop,#supporter .close-btn_pop{
    z-index: 4;
}
/* entrepreneur detail */
#entrepreneur-detail h2{
    font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
}
#entrepreneur-detail .banner .box{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding:20px;
    margin:20px;
}
#entrepreneur-detail .detail-box {
    padding: 50px;
    background: url(../img/flower2.png) left 0% top 15% no-repeat;
}
#entrepreneur-detail .detail-box h2 {
    margin-bottom: 15px;
    padding: 50px 0 0 45px;
    line-height: 1.2em;
}
#entrepreneur-detail .banner .box .padd20.img-responsive{
	padding:0px;
}
#entrepreneur-detail .banner .box .padd40_top{
	padding-top:0px;
	padding-bottom:40px;
}
#entrepreneur-detail .template-1{
	background:#fff0f5;
}
.banner-entrepreneur-detail {
	/*background: url('../img/entrepreneur-detail/img-banner.jpg');*/
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color:rgba(0,0,0,0.1);
	background-blend-mode:multiply;
}
#entrepreneur-detail .template-entrepreneur li{
	margin-bottom:40px;
}
#entrepreneur-detail .template-entrepreneur li:last-child{
	margin-bottom:0px;
}
#entrepreneur-detail .half-content .left-side, #entrepreneur-detail .half-content .right-side{
	width:100%;
	margin:0px;
}
#entrepreneur-detail .detail-box{
	padding-right:0px;
	padding-left:0px;
	padding-top:30px;
}
#entrepreneur-detail .img-divider{
	max-width:none;
	width: auto;
}
#entrepreneur-detail .padd-ontop_detail{
    padding-top: 30px;
}
#entrepreneur-detail .padd-onbottom_detail{
	padding-bottom: 0px;
}
#entrepreneur-detail .template-entrepreneur .right-side{
	margin-bottom:10px;
}
#entrepreneur-detail .half-content .left-side .img-detail{
	min-height:300px;
	margin-top:15px;
}
/* privacy */
#privacy .wrap-content_sm{
	overflow:hidden;
}
#privacy .list-privacy h3:before{
	content:"";
	background: url(../img/philoshoper-stone.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-right: 20px;
    margin-right: 10px;
    width: 19px;
    height: 12px;
    position: relative;
    top: 6px;
}
#privacy .list-privacy p{
	margin-top:15px;
	margin-bottom:15px;
}
#privacy .list-privacy li ul{
	margin-bottom: 15px;
    margin-left: 25px;
}
#privacy .list-privacy li ul li span{
	margin-left:-35px;
}
#privacy .padd-content_bottom p.padd40{
	padding-top:20px;
	padding-bottom:20px;
}
#privacy .img-divider{
	max-width:none;
	width:auto;
}
/* supporter */
#supporter .custom_sel{
	width:100%;
	margin:10px 0px;
}
#supporter #multiple-area .first-choice{
	margin-top:120px;
}
#supporter .custom-sel_clear{
	margin-left:-10px;
	margin-right:-10px;
}
#supporter #list_entrepreneurlady{
	margin-top:40px;
}
/* supporter detail */
#supporter-detail .banner{
	/*background: url('../img/supporter-detail/img-banner.jpg');*/
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color:rgba(0,0,0,0.1);
	background-blend-mode:multiply;
}
#supporter-detail .banner .img-detail{
	width: 100%;
    min-height: 370px;
    position: absolute;
    z-index: -1;
}
#supporter-detail .box-sp_detail{
    background: url(../img/supporter-detail/frame.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: rgba(35,160,182,0.5);
    padding: 70px 40px;
    padding-bottom: 60px;
    margin:20px;
}
#supporter-detail .img-div_spdetail{
	width:100%;
}
#supporter-detail .box-sp_detail .title-no_height{
	margin-bottom:10px;
	line-height: normal
}
#supporter-detail .half-content .left-side{
	width:100%;
	margin:0px;
	margin-top:30px;
}
#supporter-detail .half-content .right-side{
	width:100%;
	margin:0px;
}
#supporter-detail .half-content .right-side h3.gold{
    line-height: normal;
    margin-bottom: 30px;
}
#supporter-detail .half-content dt{
	width:32%;
	font-weight:bold;
}
#supporter-detail .half-content dd{
	width:60%;
	word-break: break-all;
}
#supporter-detail .half-content dd a{
	display: initial;
}
#supporter-detail #content-sup_detail h3{
	margin-top: 40px;
}
#supporter-detail #content-sup_detail .img-divider{
	max-width:none;
	width:auto;
}
#supporter-detail .half-content .left-side .img-detail{
	min-height:300px;
}
#supporter-detail .detail-content_supporter ul li{
	position: relative;
    line-height: normal;
    margin-top:10px;
}
#supporter-detail .detail-content_supporter ul li:before{
    content: "";
    background: url(../img/utility-detail/dot-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    padding-right: 13px;
    margin-right: 10px;
    position: relative;
    top: 5px;
}
#supporter-detail .detail-content_supporter a{
	color:#2aa9d7;
	display: initial;
}
/* utility */
#utility .img-divider{
	max-width:none;
	width:auto;
}
#utility .choice-utility{
	margin-top:10px;
}
#utility .option-list .ul_uty-list{
	margin-left:-10px;
	margin-right:-10px;
}
#utility .option-list li{
    float: left;
    width: calc(50% - 20px);
    margin-top: 10px;
    margin-bottom:15px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
    background:#fff;
	color:#b79640;
}
#utility .option-list li .box-outer{
	padding:2px;
	border:solid 1px #ad8826;
}
#utility .option-list li .box-inside{
	border:solid 1px #d3c08b;
    padding: 4px 0px;
}
#utility .option-list li.active{
	background:url('../img/pattern-gold.jpg');
	color:#fff;
}
#utility .option-list li.active .box-outer{
	border:solid 1px #fff;
}
#utility .option-list li.active .box-inside{
	border:solid 1px #fff;
}
#utility .select-list{
	display: inline-block;
	width:100%;
	vertical-align: top;
}
#utility .custom_sel{
	width:100%;
}
#utility .list_basemutter-3column dl{
	margin-top:10px;
	margin-bottom:15px;
}
#utility .list_basemutter-3column dl dt{
	font-weight:bold;
	display:inline-block;
	width:25%;
	margin-right:10px;
}
#utility .list_basemutter-3column dl dd{
	display: inline-block;
	width:65%;
}
#utility .list_basemutter-3column li .white-box{
    padding: 40px 20px;
    padding-bottom: 20px;
    background: #fff;
}
/*utility detail */
.utility-detail h3{
	margin-top:40px;
}
.utility-detail .detail-content_utility ul li{
	position: relative;
    line-height: normal;
    margin-top:10px;
}
.utility-detail .detail-content_utility ul li:before{
    content: "";
    background: url(../img/utility-detail/dot-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    padding-right: 13px;
    margin-right: 10px;
    position: relative;
    top: 5px;
}
.utility-detail .detail-content_utility a{
	color:#2aa9d7;
	display: initial;
}
.utility-detail .half-content .right-side, .utility-detail .half-content .left-side{
	width:100%;
}
.utility-detail .half-content .left-side{
	margin-top:20px;
}
.utility-detail .half-content .right-side h3{
	margin-top:0px;
}
.utility-detail .half-content dd:before, #entrepreneur-detail .half-content dd:before, #supporter-detail .half-content dd:before {
	content: ":";
	margin-left: -14px;
	padding-right: 8px;
}
.utility-detail .half-content dd a, #entrepreneur-detail .half-content dd a{
	display: inherit;
	color:#2aa9d7;
}
.utility-detail .half-content .left-side .img-detail{
	min-height:300px;
}
.utility-detail h2.utility-title,
.utility-detail h2.utility-headline{
    padding-left: 60px;
    line-height: 1.5em;
}
.utility-detail h2.utility-title b,
.utility-detail h2.utility-headline b{
    vertical-align: top;
}
.utility-detail h2.utility-title {
    text-align: center;
    background: url(../img/flower_1.png) no-repeat;
}
.utility-detail h2.utility-headline {
    background: url(../img/flower_2.png) no-repeat;
}
/* Tweet */
#tweet .title-inline_tweet{
	display:block;
	padding: 0px 20px;
}
#tweet .option-list .ul_uty-list{
	padding:10px 20px;
	padding-top:15px;
	display:block;
}
#tweet .option-list li{
	float:left;
	width:calc(50%);
	text-align:center;
	cursor: pointer;
	margin-bottom:5px;
}
#tweet .img-divider{
	max-width:none;
	width:auto;
}
#tweet .option-list li:first-child{
	margin-left:0px;
}
#tweet .option-list li .box-outer{
	padding:2px;
	border-left:solid 1px #000;
}
#tweet .option-list li:nth-child(2) .box-outer, #tweet .option-list li:nth-child(6) .box-outer, #tweet .option-list li:nth-child(4) .box-outer, #tweet .option-list li:last-child .box-outer{
	border-right: solid 1px #000;
}
#tweet .option-list li .box-inside{
    padding: 4px 0px;
	background: #fff;
}
#tweet .option-list li.active{
	background:url('../img/bg-select.jpg');
	color:#fff;
}
#tweet .option-list li.active .box-inside{
	border:none;
	background: transparent;
	color:#fff;
}
#tweet .search-tweet{
	margin-top:30px;
}
#tweet .search-text{
	width:calc(100% - 21px);
}
#tweet .title-inline_tweet h2, #tweet .title-inline_tweet p{
	width:100%;
}
#tweet .title-inline_tweet h2{
	margin-bottom:20px;
}
#tweet .img-div_border{
	margin-top:20px;
	margin-bottom:30px;
}
/* About */
#about .banner-about{
	background: url('../img/about/img-about-sp.jpg');
	background-position: right;
	background-size: cover;
	background-repeat: no-repeat;
	background-color:rgba(0,0,0,0.1);
	background-blend-mode:multiply;
}
#about .company-detail{
	padding-top:20px;
}
#about .about-desc p{
	margin-bottom:40px;
}
#about .about-desc p:last-child{
	margin-bottom: 0px;
}
#about .company-detail .img-company{
	display: inline-block;
	vertical-align: middle;
    width: 100%;
}
#about .company-detail .desc-base{
	display: inline-block;
	vertical-align: middle;
	margin-left:0px;
    width: 100%;
    margin-top: 20px;
    font-weight:bold;
}
#about .company-detail .desc-base dt{
	display: inline-block;
	font-weight:bold;
	width:36%;
	vertical-align: top;
}
#about .company-detail .desc-base dd{
	display:inline-block;
	width:61%;
	vertical-align: top;
}
#about .about-desc .img-divider{
	width:auto;
	max-width:none;
}
/* 404 */
#nopage .philno-stone{
	margin-right:10px;
}
#nopage .link-nopage{
	display: inherit;
	color:#7fcad5;
	border-bottom: solid 1px #7fcad5;
	padding-bottom:2px;
}
#nopage .wrap-content_sm_more ul.padd20{
	padding-top:0px;
	padding-bottom:0px;
}
/*contact */
#contact .custom_sel{
	width:calc(100% + 4px);
    margin: 0px;
}
#contact .img-divider{
	max-width: none;
	width:auto;
}
#contact .wrap-content_sm{
	overflow: hidden;
}
#contact .padd-content_sp-bot{
	padding-bottom: 0px;
}
.label-form, .label-important, .label-optional{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 10px 0px;
    padding-bottom: 20px;
    line-height: normal;
}
.label-form:before, .label-important:before, .label-optional:before{
	content:"";
	background: url(../img/philoshoper-stone.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-right: 20px;
    margin-right: 10px;
    width: 19px;
    height: 12px;
    position: relative;
    top: 5px;
}
.label-no-phil:before{
	display: none;
}
.label-important::after {
    content: "必須";
    background-color: #ff93b7;
    padding: 2px 8px;
    margin-left: 10px;
    color: #fff;
}
.label-optional::after{
    content: "任意";
    background-color: #7de4a4;
    padding: 2px 8px;
    margin-left: 10px;
    color: #fff;
}
.u_form{
	margin: 10px 0;
}
.form-input-sm{
    display: inline-block;
    margin-left: 0px;
    width: calc(100% - 5px);
}
.form-input {
    display: inline-block;
    margin-left: 0px;
    width: calc(100% - 5px);
}
.form-input-group{
	margin-top:15px;
}
.u_form input, .u_form textarea {
    width: calc(100% - 30px);
    font-size: 14px;
    padding: 14px;
    padding-right: 10px;
    padding-left: 20px;
}
.u_form .address-input {
    width: calc(50% - 40px);
    display: inline-block;
}
.u_form .btn-address{
	margin-left:20px;
}
.agreement {
    position: relative;
    margin-top:15px;
}
.check-aggrement, #aggrement {
    display: inline-block;
    cursor: pointer;
    padding-left: 35px;
    position: relative;
}
.check-aggrement::before, #agreement::before  {
    content: "";
    padding: 0px 11px;
    background-color: #fff;
    margin-right: 10px;
    border: 1px solid #a17f23;
    position: absolute;
    height: 23px;
    width: 23px;
    padding: 0;
    left: 0;
}
.check-aggrement::after, #agreement::after  {
    content: url('../img/check.png');
    position: absolute;
    left: 2px;
    font-size: 21px;
    top: -7px;
    opacity: 0;
    color: #7de4a4;
}
.u_form .agreement input[type=checkbox] {
    width: 0px;
    visibility: hidden;
    padding-left:0px;
    padding-right:0px;
}
.u_form .agreement input:checked + .check-aggrement::after, .u_form .agreement input:checked + #agreement::after {
    opacity: 1;
}
.u_form .radio{
	margin-right:25px;
	margin-left:25px;
	cursor: pointer;
}
.u_form .radio input[type='radio'] {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    outline: none;
    border: 1px solid darkgray;
    padding: 0px;
    cursor: pointer;
    margin-right: 5px;
    vertical-align: middle;
}
.checkment-box_sp .form-input{
	text-align:center;
}
#contact .padd-no-box_sp{
	padding-top:10px;
}
.no_marg-top{
	margin-top:0px;
}
/* faq */
#faq .quest-padd{
	margin-bottom:30px;
}
#faq .list-faq .quest{
    padding: 15px 0px;
    border-bottom: solid 1px #eae9ed;
    border-top: solid 1px #eae9ed;
    outline: none;
    cursor: pointer;
    position: relative;
}
#faq .list-faq .quest:before{
	content: "";
    background: url(../img/faq/arrow-icon.svg);
    background-position: center right;
    background-repeat: no-repeat;
    position: absolute;
    top: 35%;
    right: 0;
    height: 20px;
    width: 20px;
    -webkit-transition: 0.3s linear 0s;
	-moz-transition: 0.3s linear 0s;
	-ms-transition: 0.3s linear 0s;
	-o-transition: 0.3s linear 0s;
	transition: 0.3s linear 0s;
}
#faq .list-faq .quest.ui-state-active{
	border-top: solid 1px #a17f23;
	border-bottom: solid 1px #a17f23;
}
#faq .list-faq .quest.ui-state-active:before{
	content: "";
    background: url(../img/faq/arrow-icon.svg);
    background-position: center right;
    background-repeat: no-repeat;
    position: absolute;
    top: 35%;
    right: 0;
    height: 20px;
    width: 20px;
    -webkit-transform: rotate(180deg);
  	transform: rotate(180deg);
}
#faq .list-faq .answer{
	padding:15px 0px;
    border-bottom: solid 1px #eae9ed;
    margin-bottom:25px;
}
#faq .list-faq .quest .title-q, #faq .list-faq .answer .title-a{
	display: inline-block;
	width:10%;
	vertical-align: top;
	font-weight:bold;
}
#faq .list-faq .quest h3, #faq .list-faq .answer p{
	display: inline-block;
	width:76%;
	vertical-align: top;
    padding-left: 15px;
}
#faq .list-faq .quest h3:before, #faq .list-faq .answer p:before{
    content: ':';
    padding-right: 5px;
    margin-left: -10px;
    font-weight:bold;
}
#faq .title-h2_tweet{
	line-height: 0px;
	padding-bottom:5px;
}
#faq .img-divider{
	max-width:none;
	width:auto;
}
/* contact thanks */
#contact-thanks .title-sp{
	width:80%;
}
/* Plaza */
#plaza .banner{
	background: url(../img/plaza/img-banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height:370px;
    position: relative;
    z-index:2;
}
#plaza .banner .wrap-content{
	width:100%;
	justify-content: center;
}
#plaza footer, #entrepreneur footer, #utility footer{
	position: relative;
	z-index:1;
}
#plaza .wrap-title_plaza{
	width:calc(58% - 30px);
	margin-right:60px;
	-webkit-transition: 0.3s linear 0s;
	-moz-transition: 0.3s linear 0s;
	-ms-transition: 0.3s linear 0s;
	-o-transition: 0.3s linear 0s;
	transition: 0.3s linear 0s;
}
#plaza .wrap-title_plaza h2{
	margin-bottom:10px;
}
#plaza .list-plaza li{
	width:100%;
}
#plaza .list-plaza li .label{
    float: left;
    min-width: 95px;
    text-align: center;
    margin-right: 35px;
}
#plaza .list-plaza li .age{
	font-size:12px;
    padding-top: 2px;
}
#plaza .list-plaza li h4{
	clear: both;
    margin-top: 20px;
    padding-bottom: 20px;
    padding-left:15px;
}
#plaza .list-plaza li:nth-child(odd){
	background:#e5f9fc;
}
#plaza .list-plaza li:nth-child(even){
	background:#f7fdfe;
}
#plaza .img-no_max{
	max-width:none;
    width: auto;
}
#plaza .half-content{
	width:auto;
}
#plaza .rel-plaza {
	position: relative;
}
#plaza .half-content .left-side, #plaza .half-content .right-side{
	overflow: hidden;
}
#plaza .half-content .left-side{
    width: 100%;
    margin: 0px;
}
#plaza .half-content .right-side{
	position: fixed;
    top: 0;
    width: calc(100% - 40px);
    height:calc(100% - 76px);
    overflow:scroll;
    right: 0;
    padding: 20px;
    padding-bottom:76px;
    margin: 0px;
    z-index: 3;
    background:url('../img/entrepreneur/ink.png') rgba(255,255,255,1);
    display: none;
}
#plaza .half-content .right-side .label{
	font-size: 14px;
	padding: 8px 5px;
	margin-bottom: 10px;
	background: #fff;
	color: #5b5962;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

#plaza .half-content .right-side .label.active{
	background: url('../img/bg-select.jpg');
    color: #fff;
}
#plaza .label-list_plaza li:nth-child(even) .label{
	border-left: none;
}
#plaza .label-list_plaza li:nth-child(odd) .label{
	/* border-right: none; */
}
#plaza .label-list_plaza{
/* 	margin-left:-12px;
	margin-right:-12px; */
    padding-top: 10px;
}
#plaza .right-side .img-no_max{
	padding-bottom:0px;
}
#plaza .label-list_plaza li{
	float:left;
/* 	margin-left:12px;
	margin-right:12px; */
	margin-bottom:0px;
	width:calc(50% - 2px);
	text-align: center;
}
#plaza .bg-box_plaza{
	background: url('../img/plaza/frame.png') #7bc6d3;
	background-size:100% 100%;
	background-repeat: no-repeat;
	padding:35px 50px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
#plaza .search-text{
	width:calc(100% - 23px);
}
#plaza .pull-left_f{
	position:relative;
}
#plaza .name-user{
    padding-left: 30px;
    text-decoration: underline;
}
#plaza .btn-send-answer{
    margin-top: 30px;
    background: url(../img/plaza-detail/btn-send.png);
    background-repeat: no-repeat;
    border: 0px;
    padding: 9px 35px;
    padding-left: 45px;
}
#plaza .answer-quest{
	width: calc(99% - 40px);
	padding:20px;
    height: 175px;
    font-size: 14px;
}
#plaza .data-post{
	font-size:12px;
}
#plaza .name-user:before{
    content: url("../img/plaza-detail/quest-icon.svg");
    position: absolute;
    left: 0;
}
#plaza .name-user-answer{
	padding-left: 30px;
    text-decoration: underline;
}
#plaza .name-user-answer:before{
    content: url("../img/plaza-detail/answer-icon.svg");
    position: absolute;
    left: 0;
}
#plaza .list-answer_plaza .white-box{
	padding:20px;
	background:#fff;
}
#plaza .list-answer_plaza li{
    box-shadow: -1px 3px 6px #cecece;
    margin: 2px;
    margin-bottom:30px;
}
#plaza .nopadd-sp{
	padding:0px;
}
/* e registration */
#e-registration .setAddressFunc:before{
	left: -5px;
}
#e-registration .setAddressFunc:after{
	left: -5px;
}
#e-registration .set_address{
	margin-bottom: 10px;
}
#e-registration #set_address{
	visibility: hidden;
    display: inline-block;
    cursor: pointer;
    position: relative;
    width: 0;
}
#e-registration input#set_address:checked + .setAddressFunc::after{
	opacity: 1;
}
#e-registration .title-sp{
	width:80%;
}
#e-registration .padd-content-md h1{
	line-height:normal;
}
#e-registration .ereg-inline{
	margin-bottom:30px;
}
#e-registration .title_ereg{
	margin-bottom:30px;
	line-height: 1.5em;
}
#e-registration .ereg-inline .col-2_inline{
    display: inline-block;
    margin: 0px 0px;
    vertical-align: bottom;
    width: calc(48% - 0px);
}
#e-registration .ereg-inline .col-2_inline img{
	width:70%;
}
#e-registration .list-category_multiple li{
    float: left;
    width: calc(50% - 0px);
    margin: 20px 0px;
    margin-top: 0px;
}
#e-registration .list-category_multiple li:first-child{
	width:calc(50% - 0px)
}
#e-registration .list_3-column li{
    width: calc(50% - 0px);
}
#e-registration .list-3_reg-2 li{
	width:calc(50% - 0px);
}
#e-registration .list-category_multiple{
	padding-left:0px;
	padding-right:0px;
	margin-left:0px;
}
#e-registration .list-category_multiple li:last-child{
	margin-bottom: 0px;
	width:100%;
}
#e-registration .list-category_multiple li input[type=checkbox]{
    width: 0px;
    visibility: hidden;
    padding-left:0px;
    margin-left:0px;
    padding-right:0px;
}
#e-registration .list-category_multiple .type-area-label{
    position: relative;
    cursor: pointer;
	padding-left: 32px;
	display: inline-block;
}
#e-registration .list-category_multiple .type-area-label::before{
    content: " ";
    padding: 0 9px;
    background-color: #fff;
    margin-right: 10px;
    border: 1px solid #a17f23;
    position: absolute;
    height: 23px;
    width: 23px;
    padding: 0;
    left: 0;
    top: 0px;
}
#e-registration .list-category_multiple .type-area-label::after{
    content: url('../img/check.png');
    position: absolute;
    left: -1px;
    font-size: 21px;
    top: -1px;
    opacity: 0;
    color: #7de4a4;
    line-height: 1.5;
}
#e-registration  .list-category_multiple li input:checked + .type-area-label::after{
	opacity: 1;
}
#e-registration .form-input-group{
	margin-top:0px;
	margin-bottom:15px;
}
#e-registration .list-one_reg{
	margin-top:30px;
}
#e-registration .u_form .address-input{
	width:calc(56% - 36px);
}
#e-registration .label-nomarg{
	padding-top:5px;
}
#e-registration .list-3_reg-2 li:nth-child(10), #e-registration .list-3_reg-2 li:nth-child(16), #e-registration .list-3_reg-2 li:nth-child(17){
	width:calc(100% - 0px);
}
#e-registration .list-one_reg li{
	width:calc(100% - 0px);
}
/* sitemap */
#sitemap .img-divider{
	width:auto;
	max-width:none;
}
#sitemap .nav-sitemap{
    width: auto;
    margin-right: -60px;
}
#sitemap .nav-sitemap li{
	float:left;
	width:calc(50% - 0px);
	margin-left:0px;
	margin-right:0px;
	line-height:normal;
	margin-bottom: 20px;
	position:relative;
}
#sitemap .nav-sitemap li:before{
	content:url('../img/sitemap/dot-red.png');
	position:absolute;
	top: 0px;
    left: -15px;
}
#sitemap .nav-sitemap li .kenstein.blue{
    line-height: 3px;
    padding-bottom: 10px;
	font-size:14px;
}
#sitemap .padd-content-lg{
	padding-top:20px;
}
body.not-scroll{
	overflow-y: hidden;
}
/* login */
#login .label-important{
	width:100%;
}
#login .label-important::after{
	display: none;
}
#login .form-input{
	margin-left:0px;
	width:100%;
}
#login .right-side, #login .left-side{
	margin:0px;
	width:100%;
}
#login .right-side{
	margin-top:20px;
}
#login .left-side{
	width:calc(100% - 10px);
	margin-top:40px;
}
#login .form-reset-password{
	width:50%;
	margin:auto;
}
#login .img-divider{
	max-width:none;
	width:auto;
}
/* registration entrance */
#registration-entrance .right-side .box, #registration-entrance .left-side .box{
	margin-top:20px;
}
#registration-entrance .right-side .box{
	margin-top:13px;
}
#registration-entrance .right-side .box .list-inline li{
	vertical-align: top;
}
#registration-entrance .left-side .box .list-inline li {
    margin-bottom: 5px;
}
#registration-entrance .right-side .box{
    background-color: rgba(250,206,106,0.8);
}
#registration-entrance .half-content .left-side, #registration-entrance .half-content .right-side{
	width:100%;
	margin:0px;
}
#registration-entrance .half-content .right-side{
	margin-top: 60px;
}
#registration-entrance .btn-brown a, #registration-entrance .btn-brown div, #registration-entrance .btn-brown button{
	padding:4px 25px;
}
#registration-entrance p.gold{
	text-align:left;
}

.images-link a {
	margin: auto;
	margin-bottom: 20px;
	max-width: 610px;
	display: block;
}
.images-link a:last-child {
    margin-bottom: 0;
}
.images-link a img {
	width: 100%;
}

@media (max-width:360px){
	#entrepreneur .list-category_multiple li, #utility .list-category_multiple li{
		width:100%;
	}
}
@media (max-width:480px){
	#supporter .list-category_multiple li{
		width: 100%;
	}
	#home .banner .box, #plaza .banner .box{
		margin:20px;
	}
	#plaza .banner .box{
		padding:20px;
	}
	#home .banner .list-inline li, #plaza .banner .list-inline li, #login .box .list-inline li{
		margin:0px 15px;
	}
	.list_base-3column li .img-detail{
	    display: block;
    	width: 100%;
	    min-height: 150px;
	}
	.list_base-2row li .img-detail{
		display: block;
		width:100%;
	}
	.list_base-2row li img{
		min-width:100%;
	    top: 50%;
	}
	#list-news li h3, #list-news li .date-news{
		display:block;
		width:100%;
	}
	#home #section-second .title-spimg img, #home #section-third .title-spimg img, #home #section-eight .title-spimg img, #home #section-fourth .title-spimg img, #home #section-fifth .title-spimg img{
		width:75%;
	}
	#home #section-seventh .title-spimg img, #home #section-sixth .title-spimg img{
		width:55%;
	}
	footer .list-menu li{
	    display: inline-block;
	    margin: 0 2px;
	    border-left: 1px solid #fff;
	    padding-left: 8px;
	    font-size: 11px;
	}
	#registration-entrance .left-side .box, #registration-entrance .right-side .box{
		padding:20px;
	}
	#registration-entrance .left-side .box .list-inline li, #registration-entrance .right-side .box .list-inline li{
		width:calc(50% - 10px);
		margin:0px;
	    font-size: 12px;
	}
	#registration-entrance .left-side .box, #registration-entrance .right-side .box, #login .right-side .box{
		width:auto;
		margin: 0 auto;
	}
	#entrepreneur-detail .half-content dd{
		font-size: 12px;
	    word-break: break-all;
	}
	#entrepreneur-detail .half-content dt{
		font-size: 12px;
	}
}

@media (max-width:374px){
	#e-registration .list-category_multiple li{
	    float: left;
	    width: calc(100% - 0px);
	    margin: 20px 0px;
	    margin-top: 0px;
	    font-size:12px;
	}
	#e-registration .list-category_multiple li:first-child{
		width:calc(100% - 0px);
	}
	#e-registration .list_3-column li{
	    width: calc(100% - 0px);
	}
	#e-registration .list-3_reg-2 li{
		width:calc(100% - 0px);
	}
	#e-registration .list-one_reg{
		margin-top:30px;
	}
	#e-registration .label-nomarg{
		padding-top: 10px;
	}
	#e-registration .label-spec{
		padding-top:0px;
	}
	#e-registration .u_form .address-input{
		width:calc(42% - 36px);
	}
	#e-registration .ereg-inline .col-2_inline{
	    display: inline-block;
	    margin: 10px 15px;
	    vertical-align: bottom;
	    width: calc(100% - 30px);
	}
	#plaza .label-user.pull-right_f{
		float:left;
	}
	#plaza .user-area .label-user.pull-right_f{
		float:right;
	}
	#plaza .half-content .right-side .label{
		font-size:12px;
	}
	#sitemap .nav-sitemap li{
		width:100%;
	}
	#sitemap .nav-sitemap{
		width:auto;
		margin-right:0px;
	}
	.btn-close-pink{
		padding:20px 30px;
	}
}
@media (max-width:375px){
	.header-sp .logo a img:nth-child(2){
		width: 150px;
	}
	#e-registration .list-category_multiple .type-area-label{
		font-size:12px;
	}
	.label-spec::after{
	    display: block;
	    margin-left: 0px;
	    max-width: 30px;
	}
	#entrepreneur-detail .half-content dd{
		font-size: 11px;
	    word-break: break-all;
	}
	#entrepreneur-detail .half-content dt{
		font-size: 11px;
	}
}
