@charset "utf-8";
/* animate */
@keyframes checked-anim {
    50% {

    }
    100% {
        border-radius: 0;
        overflow:visible;
    }
}
@keyframes go-btn {
	0%{
		right:35px;
	}
    100% {
        right:30px;
    }
}
@keyframes go-btn-back {
	0%{
		left:35px;
	}
    100% {
        left:30px;
    }
}
.result-monitor .selected_item{
	font-size: 12px;
	color: #5B5962;
	width: 40%;
}
.result-monitor .selected_item span{
	display: none;
}
.result-monitor .btn-search{
	width: 40%;
	text-align: right;
	color: #AA8525;
	cursor: pointer;
}
.result-monitor .btn-search:hover{
	opacity: 0.7;
}
#selected_key{
	font-size: 12px;
	color: #AA8525;
}
.result-monitor h3{
	width: 20%;
}
/* common pc */
.sp-only{
	display: none !important;
}
.help-block{
    color: #f00;
    font-size: 12px;
    display: block;
}
.wrap-default{
	position: relative;
	padding-top: 136px;
}
.overlay-popup{
	display: none;
	position: fixed;
	background: rgba(0,0,0,0);
	z-index: 11;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.wrap-content{
	width: 960px;
	margin: 0 auto;
}
.wrap-content_sm{
	width:760px;
	margin:0 auto;
}
.wrap-content_sm_more{
	width:500px;
	margin:0 auto;
}
.wrap-content .top-bnr-recipe {
	display: inline-block;
	position: relative;
    transform: translateX(-50%);
    left: 50%;
    padding-top: 64px;
    padding-bottom: 64px;
}
.wrap-content .top-bnr-recipe img {
	width: 659px;
	height: auto;
}
.padd-content{
	padding-top:90px;
	padding-bottom:90px;
}
.padd-0 {
	padding-top: 0px;
}
.padd-content_bottom{
	padding-bottom:90px;
}
.padd-content_top{
	padding-top:90px;
}
.padd-content-md{
	padding-top: 40px;
	padding-bottom: 40px;
}
.padd-content-lg{
	padding-top:70px;
	padding-bottom:70px;
}
#home .half-content{
	width:50% !important;
}
.kenstein.blue{
	font-size:22px;
}
.f28{
	font-size:28px;
}
.f24{
	font-size:24px;
}
.f18{
	font-size:18px;
}
.f16{
	font-size:16px;
}
/* list 2 column half */
.half-content{
	margin-left:-15px;
	margin-right:-15px;
	width: 100%;
}
.half-content .left-side{
	width:calc(50% - 30px);
	margin:0px 15px;
	float:left;
}
.half-content .right-side{
	width:calc(48% - 30px);
	margin:0px 15px;
	float:right;
}
.half-content dt{
	width:47%;
	float: left;
	vertical-align: top;
}
.half-content dd{
	width:50%;
	float: left;
	vertical-align: top;
}
#entrepreneur-detail .half-content dd a{
	display: inline-block !important;
}
#entrepreneur-detail .half-content dt{
	width: calc(50% - 10px);
    padding-right: 10px;
}
#entrepreneur-detail .half-content dd{
	width: 48%;
}
/* list 3 column */
.list_base-3column{
	margin-left: -15px;
	margin-right: -15px;
}
.list_base-3column li{
	margin: 0px 15px;
	text-align: left;
	float: left;
	width: calc(33.33% - 30px);
	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:hover:before {
	transform: scaleX(1);
}
.list_base-3column li:hover:after {
	transform: scaleX(1);
}
.list_base-3column li .white-box{
	padding:15px;
	padding-bottom:30px;
	background:#fff;
	min-height:204px;
	box-shadow: -3px 3px 4px #cecece;
}
.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:hover .img-detail img{
	transform: translateX(-50%) scale(1.1);
}
.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%;
	margin: auto;
	position: absolute;
    left: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: translateX(-50%);
}
.list_base-3column li .img-detail{
	min-height:180px;
}
/* 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(50% - 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 .img-detail{
	display:table-cell;
    width: 40%;
    min-height: 245px;
}
#home .list_base-2row li .img-detail{
	min-height:auto;
}
.list_base-2row li:hover:before {
	transform: scaleX(1);
}
.list_base-2row li:hover:after {
	transform: scaleX(1);
}
.list_base-2row li .white-box{
    padding: 20px;
    padding-top: 28px;
    padding-bottom: 40px;
    background: #fff;
    display: table-cell;
    width: calc(70% - 40px);
    /* flower animation */
    /*background:url('../img/flower2.png');*/
	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:hover{
	box-shadow: 4px 4px 6px #cecece;
}
.list_base-2row li:hover .white-box{
	/*background:url('../img/flower2.png');*/
	background-position: bottom -5% left;
	background-repeat: no-repeat;
}
.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:hover .img-detail img{
	transform: translateX(-50%) scale(1.1);
}
.list_base-2row li dl{
	font-size:12px;
}
.list_base-2row li dl dt{
    display: inline-block;
    width:30%;
}
.list_base-2row li dl dd{
    display: inline-block;
    width: calc(70% - 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_base-2row li .padd20_bottom{
	padding-bottom:0px;
}
/* list 3 column */
.list_basemutter-3column{
	margin-left: -15px;
	margin-right: -15px;
}
.list_basemutter-3column li{
	margin: 0px 15px;
	text-align: left;
	float: left;
	width: calc(33.33% - 30px);
	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 .desc-mutter p{
	font-size:12px;
}
.list_basemutter-3column .desc-mutter p a{
    color:#7fcad5;
    text-decoration: underline;
    display:inline-block;
}
.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 li:hover .mutter-prof img{
    border: solid 2px #7fcad5;
}*/
.list_basemutter-3column .mutter-prof p{
	display:inline-block;
    line-height: 1.5;
    width: calc(70% - 15px);
    vertical-align: middle;
    font-size:12px;
}
/*.list_basemutter-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_basemutter-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_basemutter-3column li:hover:before {
	transform: scaleX(1);
}
.list_basemutter-3column li:hover:after {
	transform: scaleX(1);
}*/
.list_basemutter-3column li a:hover .btn-brown {
    opacity: 0.8;
}
.list_basemutter-3column li a:hover .btn-brown div:before{
	animation: go-btn 1s ease infinite;
}
.list_basemutter-3column li .white-box{
	padding:40px 20px;
	background:#fff;
    min-height: 365px;
}
.container{
	padding-top: 125px;
}
.btn-brown{
	background: url(../img/btn-brown-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:hover{
	opacity:0.8;
}
.btn-brown:hover a:before, .btn-brown:hover div:before, #home #section-third .list_base-3column li:hover .btn-brown div:before{
	animation: go-btn 1s ease infinite;
}
.btn-brown.arrow-left:hover a:before, .btn-brown.arrow-left:hover div:before{
	animation: go-btn-back 1s ease infinite;
}
header .btn-brown:hover a:before, header .btn-brown:hover div:before, footer .btn-brown:hover a:before, footer .btn-brown:hover div:before{
	animation: none;
}
.btn-brown a, .btn-brown div, .btn-brown button{
	padding:4px 30px;
}
.btn-brown a{
	color:#fff !important;
	display: block !important;
}
.btn-brown button{
	background: none;
	border:none;
	color:#fff;
    padding: 4px 70px;
    cursor: pointer;
    line-height: 2;
    cursor: pointer;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
header .login-btn{
    width: 252px;
    margin: 0 0 0 auto;
}
header .login-btn .icon-login{
	margin: 0 25px;
}

header .login-btn .icon-login a,
header .login-btn .btn-blue a {
    padding: 4px 15px 4px 35px;
}
header .login-btn .icon-register a:before,
header .login-btn .icon-login a:before{
	left: 8px;
}
header .login-btn > div:last-child {
    margin-right: 0;
}
#e-registration .btn-brown button{
	padding: 5px 30px;
	font-size:13px;
}
#e-registration .btn-brown button.submit-btn, #contact .btn-brown button.submit-btn, #login .btn-brown button.submit-btn{
	padding: 5px 70px;
	font-size:13px;
}
#e-registration .arrow-right button:before, #contact .arrow-right button:before, #login .arrow-right button:before{
    top: 7px;
    right: 50px;
}
.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;
}
.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-blue:hover{
	opacity:0.8;
}
.btn-blue a{
	padding:4px 30px;
}
.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;
}
.btn-brown.icon-login span{
	position: relative;
	right: -10px;
	top: 1px;
}
.btn-brown.icon-login:hover a:before{
	animation: none;
}
.arrow-right a:before{
	content: url(../img/ico-arrow-right.svg);
	position: absolute;
	top: 5px;
	right: 30px;
	-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: 55px;
}
.arrow-right button:before{
	content: url(../img/ico-arrow-right.svg);
	position: absolute;
	top: 12px;
	right: 30px;
	-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: 30px;
	-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: 30px;
	-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: 30px;
}
/*========= nav =========*/
.nav{
	border-top: 3px solid #7fcad5;
	padding: 6px 0 12px 0px;
	position: fixed;
	width: 100%;
	z-index: 10;
	background-color: rgba(255,255,255,0.9);
	border-bottom:solid #f5f5f5;
	overflow:hidden;
}
.nav-top .btn-brown, .nav-top .btn-blue{
	display: block;
}
.nav-top{
	width: 100%;
    margin-top: -5px;
}
.nav-top .logo{
	display: inline-block;
	vertical-align: middle;
	width: 35%;
}
.nav-top .logo a {
    line-height: 1.2;
    display: flex;
    align-items: center;
}
.nav-top .logo a img:first-child{
	width: 80px;
    margin-right: 10px;
    display:inline-block;
    vertical-align: middle;
}
.nav-top .logo a img:nth-child(2){
	width: 155px;
    vertical-align: middle;
	display: inline-block;
}
.nav-top .flex {
    margin-top: -10px;
    justify-content: right;
}
.nav-top ul{
	display: inline-block;
	vertical-align: middle;
}
.nav-top ul li{
	display: inline-block;
	margin:0 8px;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
.nav-top ul li span{
	margin-top:33px;
}
.nav-top ul li span.blue{
	margin-top:0px;
}
.nav-top ul 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;
}
.nav-top ul li:hover img{
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.nav-top ul li:first-child{
	margin-left: 0;
}
.nav-top ul li:last-child{
	margin-right: 0;
}
.nav-top ul li .img-detail{
	display: block;
}
.nav-top ul.main-menu li img{
    height: 18px;
	margin:auto;
	-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;
}
.nav-top ul.main-menu li:hover .animate-who{
	-webkit-animation: animate-feather 4s; /* Safari 4+ */
	-moz-animation:    animate-feather 4s; /* Fx 5+ */
	-o-animation:      animate-feather 4s; /* Opera 12+ */
	animation:         animate-feather 4s; /* IE 10+, Fx 29+ */
}
.nav-top ul li span{
	line-height: normal;
}
.nav-top ul li span.kenstein.cyan{
	font-size: 28px;
	margin-top: -10px;
	line-height: normal;
}
.nav.g_affix{
	position: fixed;
}
.btn-to-top {
    position: fixed;
    bottom: 10px;
    right: 20px;
    width:50px;
    visibility: visible;
    opacity: 0;
    z-index:2;
    cursor: pointer;
}
.nav-top ul li .icon-login span, .nav-top ul li .icon-register span, footer ul li .icon-login span, footer ul li .icon-register span{
    margin-top: 0px;
    display: inline;
    right: -10px;
    position: relative;
}
/* footer */
footer{
	background-color: #5b5962;
	color: #fff;
	font-size: 14px;
}
.footer-nav{
	padding:40px 0;
	width: 100%;
}
.footer-nav{
	width: 100%;
	margin-left: -15px;
	margin-right: -15px;
}
.footer-nav .logo{
	display: inline-block;
	vertical-align: middle;
	width: 15%;
    margin-right: 5%;
}
.footer-nav .logo a{
	width: 100%;
    text-align: center;
}
.footer-nav .logo a img{
	width: 80%;
}
.footer-nav ul{
	display: inline-block;
	vertical-align: top;
}
.footer-nav ul li{
	display: inline-block;
	margin:0 10px;
	text-align: center;
}
.footer-nav ul li:first-child{
	margin-left: 0;
}
.footer-nav ul li:last-child{
	margin-right: 0;
}
/* footer.relative{
	position: relative;
	bottom: 0;
	width: 100%;
} */
footer .bottom-menu{
	font-size: 12px;
	border-top: 1px solid #63616a;
	padding:15px 0;
}
footer .list-menu{
	display: inline-block;
	width: 41%;
}
footer .list-menu a {
    transition: all .2s;
}
footer .list-menu a:hover{
    color: #7fcad5;
    text-decoration: underline;
}
footer .copyright{
	display: inline-block;
	width: 61%;
    text-align: right;
}
footer .list-menu li{
	display: inline-block;
	margin:0 5px;
	border-left:1px solid #fff;
	padding-left: 15px;
}
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 .main-menu{
	width:50%;
}
footer .main-menu li{
	width:150px;
    margin: 0;
    text-align: left;
}
footer .main-menu a {
    transition: all .2s;
}
footer .main-menu li a:hover{
    color: #7fcad5;
    text-decoration: underline;
}
/* HOME */
#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;
    margin-right:10px;
}
#home .title-content .gold.f28{
	display:inline-block;
	vertical-align: middle;
	margin-right:25px;
}
#home .title-inline{
	display:inline-block;
	vertical-align: middle;
}
.title-bg .gold.f28{
	line-height: 1.3;
}
#home .banner{
	background: url('../img/top/img-mv01.jpg') center;
	background-size:cover;
	background-repeat: no-repeat;
	height:500px;
}
#home .banner .box , #plaza .banner .box, #login .right-side .box, #registration-entrance .left-side .box, #registration-entrance .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:30px;
    margin-left: 25%;
}
#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 30px;
}
#home .box-second{
	padding-left:32px;
	width:50%;
}
#home #section-third{
	background:url('../img/top/img-info-bg.png') center;
	background-size:cover;
	background-repeat: no-repeat;
}
#home #section-fourth{
	background: url('../img/top/img-supporter-bg.png') center;
	background-size:cover;
	background-repeat: no-repeat;
	height:500px;
}
#home #section-fourth .wrap-content.flex-start{
	margin-left:0;
	margin-right:0;
}
#home #list-who{
	padding-top:30px;
	padding-bottom:25px;
}
#home #section-sixth{
	background: url('../img/top/img-qna-bg.png') center;
	background-size:cover;
	background-repeat: no-repeat;
	height:500px;
}
#home #section-sixth .wrap-content.flex-end{
	margin-left:0;
	margin-right:0;
}
#home #section-eight.padd-content{
	padding-top:0px;
}
#home .btn-faq-ab .btn-brown{
    min-width: 170px;
	margin-right:20px;
	margin-left:20px;
}
#list-news {
	margin-top:15px;
}
#list-news li{
	padding-top:15px;
	padding-bottom:15px;
	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 .date-news{
	margin-right:20px;
	display: inline-block;
}
#list-news li h3{
	display: inline-block;
}
#list-news li:hover{
	color:#7fcad5;
}
#list-news li:last-child{
	border-bottom:solid 1px #eae9ed;
}
#home #list-mutter, #home #list-information{
	padding-top:30px;
}
#home #section-third .list_base-3column li{
	box-shadow: none;
	border-bottom: none;
}
#home #section-third .list_base-3column li:hover .btn-brown{
	opacity:0.8;
}
#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:90px;
    margin-top: 15px;
}
.otherpage .banner .title-bg p.gold{
	margin-bottom:0px;
}
.otherpage #pagination{
	padding-top:30px;
}
.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{
	height:500px;
}
/* style for page detail */
#content-fordetail-only p{
	margin:40px 0px;
    margin-top: 10px;
}
#content-fordetail-only p a{
    color:#7fcad5;
    text-decoration: underline;
    display:inline-block;
}
#content-fordetail-only h2{
	margin-top:90px;
}
#news #content-fordetail-only .img-divider{
	margin-bottom: 0px;
}
/* news */
#news .img-divider{
	margin-bottom:20px;
}
#news #list-news li{
	position: relative;
}
#news #list-news li .fa-chevron-right{
	position:absolute;
	right:0px;
	font-size: 23px;
    bottom: 29%;
}
/*entrepreneur*/
#entrepreneur .banner-entrepreneur{
	background: url('../img/entrepreneur/pc04-img-mv01.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color:rgba(0,0,0,0.1);
	background-blend-mode:multiply;
	position: relative;
}
#entrepreneur .list-category_multiple li,
#supporter .list-category_multiple li,
#utility .list-category_multiple li{
    float: left;
    margin: 5px 28px 5px 0px;
}
#entrepreneur .list-category_multiple li:last-child,
#supporter .list-category_multiple li:last-child,
#utility .list-category_multiple li:last-child{
	margin-right: 0;
}
#entrepreneur .list-category_multiple .type-area-label,
#supporter .list-category_multiple .type-area-label,
#utility .list-category_multiple .type-area-label{
	position: relative;
	cursor: pointer;
}
#entrepreneur .list-category_multiple li input[type=checkbox],
#supporter .list-category_multiple li input[type=checkbox],
#utility .list-category_multiple li input[type=checkbox]{
	width: 0px;
	visibility: hidden;
}
#entrepreneur .list-category_multiple .type-area-label::before,
#supporter .list-category_multiple .type-area-label::before,
#utility .list-category_multiple .type-area-label::before{
    content: " ";
    background-color: #fff;
    margin-right: 8px;
    padding: 0px 10px;
    border: 1px solid #a17f23;
}
#entrepreneur .list-category_multiple .type-area-label::after,
#supporter .list-category_multiple .type-area-label::after,
#utility .list-category_multiple .type-area-label::after{
    content: url('../img/check.png');
    position: absolute;
    left: -1px;
    font-size: 21px;
    top: -8px;
    opacity: 0;
    color: #7de4a4;
}
#entrepreneur .list-category_multiple .type-area-label:hover:after,
#supporter .list-category_multiple .type-area-label:hover:after,
#utility .list-category_multiple .type-area-label:hover:after{
	opacity: 0.3;
	-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;
}
#entrepreneur .list-category_multiple li input:checked + .type-area-label::after,
#supporter .list-category_multiple li input:checked + .type-area-label::after,
#utility .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;
	font-size:18px;
}
#entrepreneur #multiple-area .subchoice, #supporter #multiple-area .subchoice, #utility #multiple-area .subchoice{
	margin-top:5px;
}
#supporter #multiple-area .col2 .col2_inner {
    display: inline-block;
}
#supporter #multiple-area .col2 .col2_inner .custom_sel{
    width: auto;
    margin: 0 20px 0 0;
}
#entrepreneur .custom_sel, #supporter .custom_sel, #utility .custom_sel, #contact .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;
    height: 45px;
    margin: 14px 0 20px 0;
    padding: 0 55px 0 20px;
    border: solid 1px #ccc;
    border-radius: 0;
}
.custom_sel::-ms-expand{
	display:none;
}
#entrepreneur .input-search, #supporter .input-search, #plaza .input-search{
	background: #fff;
	background-position:right 42px top;
	width:100%;
	height: 40px;
	margin-top:14px;
    padding: 0 0 0 20px;
    border:solid 1px #a9a9a9;
}
#entrepreneur .search-text, #supporter .search-text, #plaza .search-text{
    width: 70%;
    position: relative;
}
#entrepreneur .input-search, #entrepreneur .search-text{
	margin-top:0px;
}
/* #entrepreneur .search-text:after, #supporter .search-text:after, #plaza .search-text:after{
    content: "検索";
    position: absolute;
    right: -14px;
    top: 2px;
    padding: 20px 0px;
} */
#entrepreneur .list-category_multiple .type-area-label{
	font-size:13px;
}
#entrepreneur .open-cat_ent, #supporter .open-cat_ent, #utility .open-cat_ent{
	padding: 45px 30px 40px 35px;
	cursor: pointer;
    position: fixed;
    bottom: 1.5%;
    left: calc(50% - 600px);
    background: url(../img/entrepreneur/bg-btn.png);
    background-repeat: no-repeat;
    -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:11;
}
.isotope-pager{
	text-align: center
}
.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;
}
#entrepreneur .open-cat_ent.active{
	bottom: calc(100% - 70%);
}
#supporter .open-cat_ent.active{
	bottom: calc(100% - 58%);
}
#list-mutter, #list-who{
	overflow: hidden;
}
#list-who.list-plaza{
	margin-bottom: 20px;
}
#utility .open-cat_ent.active{
	bottom: calc(100% - 57%);
}
#entrepreneur .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: 145px;
    right: 0;
    left: calc(50% - 465px);
	width:930px;
	z-index:12;
	-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: 100%;
}
#entrepreneur #multiple-area.active, #supporter #multiple-area.active, #utility #multiple-area.active{
	animation: checked-anim 1s ease both;
	width:930px;
	height:auto;
}
#entrepreneur #multiple-area .padd-content, #supporter #multiple-area .padd-content, #utility #multiple-area .padd-content{
    padding: 20px;
    border: dotted 1px #fff;
    margin: 10px;
    position: relative;
    width: calc(100% - 62px);
}
#entrepreneur #multiple-area .close-btn_pop, #supporter #multiple-area .close-btn_pop, #utility #multiple-area .close-btn_pop{
    position: absolute;
    top: -6px;
    right: -6px;
    background: rgba(134,205,215,0.9);
    padding: 0px 10px;
	cursor: pointer;
}
#multiple-area .close-btn_pop:hover{
    opacity: .7;
}
/* entrepreneur detail */
#entrepreneur-detail .banner .box{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 60px 30px;
    margin-left: 25%;
}
#entrepreneur-detail h2{
    font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
}
#entrepreneur-detail .detail-box{
	padding:50px;
	background: url("../img/flower2.png") left 0% top 15% no-repeat;
}
.banner-entrepreneur-detail {
	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 .img-detail{
	min-height:435px;
}
/* privacy */
#privacy .list-privacy h3{
	padding-top:15px;
}
#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: 75px;
}
#privacy .list-privacy li ul li span{
	margin-left:-35px;
}
/* supporter */
#supporter .custom_sel{
	width: calc(33% - 22px);
    margin-right: 10px;
    margin-left: 10px;
}
#supporter .custom-sel_clear{
	margin-left:-10px;
	margin-right:-10px;
}
#supporter .list_base-2row li dl dt {
    min-width: 72px;
}
/* supporter detail */
#supporter-detail .banner{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-blend-mode:multiply;
}
#supporter-detail .banner .img-detail{
	width: 100%;
    min-height: 500px;
    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: 95px 40px;
    padding-bottom: 50px;
}
#supporter-detail .img-div_spdetail{
	width:70%;
}
#supporter-detail .box-sp_detail .title-no_height{
	margin-bottom:15px;
}
#supporter-detail .half-content dt{
	width:30%;
	font-weight:bold;
}
#supporter-detail .half-content dd{
	width:65%;
}
#supporter-detail .half-content dd:before{
	margin-left: -14px;
    padding-right: 8px;
}
#supporter-detail #content-sup_detail h3{
	margin-top: 80px;
}
#supporter-detail .half-content .right-side h3.gold{
    line-height: normal;
    margin-bottom: 15px;
}
#supporter-detail .half-content .left-side .img-detail{
	min-height:435px;
}
#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 .option-list{
	display:inline-block;
	width:calc(70% - 20px);
	margin-right: 20px;
	vertical-align: top;
}
#utility .choice-utility{
	margin-top:20px;
}
#utility .option-list .ul_uty-list{
	padding-top:14px;
}
#utility .option-list li{
	float:left;
	width:calc(25% - 20px);
	margin-right:10px;
	margin-left:10px;
	text-align:center;
	cursor: pointer;
	background:#fff;
	color:#b79640;
}
#utility .option-list li:first-child{
	margin-left:0px;
}
#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:calc(28%);
	vertical-align: top;
}
#utility .custom_sel{
	width:100%;
	margin-bottom:0px;
}
#utility .list_basemutter-3column h3.f16{
	padding-top: 8px;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
}
#utility .list_basemutter-3column dl{
	margin-top:5px;
	margin-bottom:16px;
}
#utility .list_basemutter-3column dl dt{
	font-weight:bold;
	display:inline-block;
	width:25%;
	margin-right:10px;
}
#utility .list_basemutter-3column li .white-box{
	padding: 35px 20px;
}
#utility .list_basemutter-3column dl dd{
	display: inline-block;
	width:65%;
}
#utility .list_basemutter-3column li .white-box{
	min-height:20px;
}
/*utility detail */
.utility-detail h3{
	margin-top:60px;
}
.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 h3{
	margin-top:-10px;
}
.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:before{
 	position: absolute;
 }
.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:435px;
}
.utility-detail h2.utility-title {
    text-align: center;
}
.utility-detail h2.utility-title::before{
    content: url(../img/flower_1.png);
}
.utility-detail h2.utility-headline::before{
    content: url(../img/flower_2.png);
}
.utility-detail h2.utility-title b,
.utility-detail h2.utility-headline b{
    line-height: 72px;
    vertical-align: top;
}
/* Tweet */
#tweet .list_basemutter-3column li .white-box {
    padding: 40px 20px 15px 20px;
}
#tweet .option-list .ul_uty-list{
	padding-top:30px;
}
#tweet .option-list li{
	float:left;
	width:calc(12.5%);
	text-align:center;
	cursor: pointer;
    position: relative;
    transition: all .4s;
}
#tweet .option-list li::after{
    content: '';
    width: 100%;
    height: 34px;
    background:url('../img/bg-select.jpg');
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .8s;
    opacity: 0;
}
#tweet .option-list li:first-child{
	margin-left:0px;
}
#tweet .option-list li .box-outer{
	border:none;
}
#tweet .option-list li .box-inside{
	border:none;
    padding: 5px 0px;
	background: #fff;
	font-size: 12px;
	position: relative;
}
#tweet .option-list li:first-child .box-inside:before{
    content: "";
    position: absolute;
    border-left: solid 1px #ccc;
    height: 34px;
    left: -1px;
    top: 0;
}
#tweet .option-list li .box-inside:after{
    content: "";
    position: absolute;
    border-right: solid 1px #ccc;
    height: 34px;
    right: 0;
    top: 0;
}
#tweet .option-list li:hover {
	color:#ad8826;
}
#tweet .option-list li.active{
	color:#fff;
}
#tweet .option-list li.active::after{
    opacity: 1;
}
#tweet .option-list li.active .box-inside:before{
    content: "";
    position: absolute;
    height: calc(100% + 4px);
    background: #fff;
}
#tweet .option-list li:first-child.active .box-inside:before{
    height: calc(100%);
}
#tweet .option-list li.active .box-outer{
	border:none;
}
#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:50%;
}
#tweet .img-div_border{
	margin-top:20px;
	margin-bottom:40px;
}
/* #tweet .label {
    cursor: pointer;
} */
/* About */
#about .banner-about{
	background: url('../img/about/img-about.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color:rgba(0,0,0,0.1);
	background-blend-mode:multiply;
}
#about .company-detail{
	padding-top:45px;
}
#about .about-desc p{
	margin-bottom:40px;
}
#about .company-detail .img-company{
	display: inline-block;
	vertical-align: middle;
    width: 50%;
}
#about .company-detail .desc-base{
	display: inline-block;
	vertical-align: top;
	margin-left:30px;
    width: calc(50% - 35px);
}
#about .company-detail .desc-base dt{
	display: inline-block;
	width:25%;
	vertical-align: top;
}
#about .company-detail .desc-base dd{
	display:inline-block;
	width:70%;
	vertical-align: top;
}
/* 404 */
#nopage .philno-stone{
	margin-right:10px;
}
#nopage .link-nopage{
	display: inherit;
	color:#7fcad5;
	border-bottom: solid 1px #7fcad5;
	padding-bottom:2px;
}
/*contact */
#contact .custom_sel{
	width:calc(100% + 4px);
    margin: 0px;
}
.label-form, .label-important, .label-optional{
    display: inline-block;
    vertical-align: top;
    width: 29%;
    padding: 12px 0px;
    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: 20px 0;
}
.form-input-sm{
    display: inline-block;
    margin-left: 40px;
}
.form-input {
    display: inline-block;
    margin-left: 40px;
    width: calc(70% - 40px);
}
.form-input.set_address {
    margin: 10px 0 25px 15px;
}
.form-input-group{
	margin-top:15px;
}
.u_form input, .u_form textarea {
    width: calc(100% - 20px);
    font-size: 14px;
    padding: 14px;
    padding-right: 10px;
    padding-left: 20px;
}
.u_form .address-input {
    width: calc(50% - 36px);
    display: inline-block;
}
.u_form .btn-address{
	margin-left:40px;
}
.u_form .btn-address a{
	font-size:14px;
}
.agreement {
    position: relative;
}
.check-aggrement,
#aggrement,
#set_address {
    display: inline-block;
    cursor: pointer;
    margin-left: -16px;
    padding-left: 35px;
    position: relative;
}
.check-aggrement::before,
#agreement::before ,
#set_address::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,
#set_address::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],
.u_form .set_address input[type=checkbox] {
    width: auto;
    visibility: hidden;
    padding-left:0px;
    padding-right:0px;
}
.u_form .agreement input:checked + .check-aggrement::after,
.u_form .agreement input:checked + #agreement::after,
.u_form .set_address input:checked + .check-aggrement::after {
    opacity: 1;
}
.u_form .radio{
	margin-right:50px;
	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;
}
/* faq */
#faq .quest-padd{
	margin-bottom:60px;
}
#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:5%;
	vertical-align: top;
}
#faq .list-faq .quest h3, #faq .list-faq .answer p{
	display: inline-block;
	width:85%;
	vertical-align: top;
}
#faq .title-h2_tweet{
	line-height: 0px;
	padding-bottom:5px;
}
/* Plaza */
#plaza .banner{
	background: url(../img/plaza/img-banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#plaza .banner .wrap-content.flex{
	margin-left:0px;
	margin-right:0px;
}
#plaza .banner .wrap-content.flex{
	-ms-flex-align:center;
}
#plaza 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 .wrap-title_plaza p{
    padding: 10px;
	background-color: rgba(255, 255, 255, .75);
}
#plaza .banner .box{
	width:calc(42% - 30px);
	margin-left:0px;
}
#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:14px;
    padding-top: 2px;
    font-weight: 600;
}
#plaza .list-plaza li h4{
	clear: both;
    font-size: 12px;
    margin-top: 10px;
    padding:0 40px 20px 40px;
}
#plaza .list-plaza li{
	background:#e5f9fc;
}
#plaza .img-no_max{
	max-width:none;
    width: auto;
}
#plaza .half-content{
	width:auto;
}
#plaza .rel-plaza {
	position: relative;
	min-height: 905px;
}
#plaza .half-content .left-side, #plaza .half-content .right-side{
	overflow: hidden;
}
#plaza .half-content .left-side{
	width:calc(56% - 30px);
}
#plaza .half-content .right-side{
	width: 398px;
	position: absolute;
	top:90px;
	right:calc(50% - 480px);
	-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;
}
#plaza .half-content .right-side.fixed-scroll{
    position: fixed;
    top:22%;
    width: 398px;
    right: calc(50% - 480px);
}
#plaza .half-content .right-side.bitup{
	top:-26%;
}
#plaza .half-content .right-side .label{
	font-size:12px;
}
#plaza .half-content .right-side .label.active{
	opacity: 0.7;
}
#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: 7px;
    margin-right: 7px;
    margin-bottom: 10px;
    width: calc(33% - 15px);
	text-align: center;
}
#plaza .label-list_plaza li .label{
	cursor: pointer;
}
#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:25px;
	background:#fff;
}
#plaza .list-answer_plaza li{
    box-shadow: -1px 3px 6px #cecece;
    margin: 2px;
    margin-bottom:30px;
}
/* e registration */
#e-registration .padd-content-md h1{
	line-height:normal;
}
#e-registration .ereg-inline{
	margin-bottom:30px;
}
#e-registration .title_ereg{
	margin-bottom:10px;
}
#e-registration .ereg-inline .col-2_inline{
	display: inline-block;
	margin:0px 50px;
	vertical-align: bottom;
}
#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(33% - 0px)
}
#e-registration .label-spec{
    width: 14%;
    margin-left: 29px;
    margin-right: calc(15% - 29px);
    position:relative;
}
#e-registration .label-spec:after{
	position:absolute;
	right:-50px;
	top:5px;
}
#e-registration .label-spec:before{
    margin-left: -28px;
    margin-right: 8px;
}
#e-registration .list_3-column li{
    width: calc(33% - 0px);
}
#e-registration .list-3_reg-2 li{
	width:calc(33% - 0px);
}
#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:first-child, #e-registration .list-one_reg li:last-child{
	width:calc(100% - 0px);
}
#e-registration .list-3_reg-2 li:last-child{
	width:calc(50% - 0px);
}
#e-registration .list-category_multiple li:last-child{
	margin-bottom: 0px;
}
#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;
}
#e-registration .label-form, #e-registration .label-important, #e-registration .label-optional{
	padding:13px 0px;
}
#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;
}
#e-registration .list-category_multiple .type-area-label::after{
	content: url('../img/check.png');
    position: absolute;
    left: -1px;
    font-size: 21px;
    top: -8px;
    opacity: 0;
    color: #7de4a4;
}
#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 .list_reg{
	margin-top:50px;
}
#e-registration .u_form .address-input{
	width:calc(42% - 36px);
}
#e-registration .u_form .md-input{
	width:80%;
}
#e-registration .label-nomarg{
	padding-top:5px;
}
/* sitemap */
#sitemap .nav-sitemap{
	width: 660px;
    margin: auto;
}
#sitemap .nav-sitemap li{
	float:left;
	width:calc(33% - 60px);
	margin-left:30px;
	margin-right:30px;
	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;
}
/* login */
#login .label-important{
	width:100%;
}
#login .label-important::after{
	display: none;
}
#login .form-input{
	margin-left:0px;
	width:100%;
}
#login .right-side{
	margin-top:40px;
}
#login .right-side .box{
	margin-left:0px;
}
#login .form-reset-password{
	width:50%;
	margin:auto;
}
/* registration entrance */
#registration-entrance .half-content{
	width:auto;
}
#registration-entrance .right-side .box, #registration-entrance .left-side .box{
	margin:0px;
	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);
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.text-404, .text-500 {
	text-align: center;
	margin-bottom: 9px;
}
.images-link {
    display: flex;
    justify-content: center;
    align-items: center;
}
.images-link a {
    margin-right: 30px;
    display: block;
}
.images-link a:last-child {
    margin-right: 0;
}
.images-link a img {
    height: 137px;
}

@media (max-width:980px){
	body{
		min-width:980px;
		overflow-x: auto;
	}
	.nav{
		position: relative;
	}
	.wrap-default{
		padding-top: 0px;
	}

	#entrepreneur .open-cat_ent, #supporter .open-cat_ent, #utility .open-cat_ent{
		left: 20px;
	}
	#entrepreneur #multiple-area, #supporter #multiple-area, #utility #multiple-area{
		left:20px;
		top: 40px;
	    /* z-index: 3; */
	}
	#entrepreneur .list-category_multiple .type-area-label, #utility .list-category_multiple .type-area-label{
		font-size:11px;
	}
	#entrepreneur #multiple-area.active, #utility #multiple-area.active, #supporter #multiple-area.active{
	    width: 95%;
	}

	#plaza .half-content .right-side{
		position:absolute !important;
		top:90px !important;

	}
}

/* hack IE11 */
@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, #home .banner .box, #plaza .banner .box {
        margin-top: 25px\0;
    }
    *::-ms-backdrop, .wrap-content.ie11-hack {
        margin: 0\0;
    }
    *::-ms-backdrop, .wrap-content.ie11-hack .half-content {
        margin-top: 50px\0;
    }
    *::-ms-backdrop, .list_base-2row li .img-detail {
        min-height: auto\0;
    }
    *::-ms-backdrop, .list_base-2row li .img-detail img {
        top: -10px\0;
        bottom: auto\0;
    }
    *::-ms-backdrop, .nav-top .logo a img[src$=".svg"]:first-child {
        width: 90px\0;
        height: 90px\0;
    }
    *::-ms-backdrop, .nav-top .logo a img[src$=".svg"]:nth-child(2) {
        width: 180px\0;
        height: 35px\0;
    }
    *::-ms-backdrop, #entrepreneur .banner-entrepreneur .title-bg {
        margin-top: 180px\0;
    }
    *::-ms-backdrop, #entrepreneur-detail .banner-entrepreneur-detail .box{
        margin-top: 60px\0;
    }
    *::-ms-backdrop, input::-ms-clear{
        display: none;
    }
}
