/*画面の横幅が640pxまで Landscape phones and down */
@media (max-width: 640px) { 

.PC{
	display:none;
}
.SP{
	display:block;
}



/* コンテンツ基本
------------------------------------------------------------ */	
body{
	-webkit-text-size-adjust: 100%;
	width:100%;
	min-width:100%;
	padding-bottom: 70px;
	background-color: #356BB3;
}

#main-wrapper {
	background-color: #fff;
}

#contents-wrapper{
	background-color:#fff;
}

/*コンテンツ幅*/
.content-inner{
	width:92%;
	margin:0 auto;
	text-align:left;
}
.content-innerS{
	width:90%;
	margin:0 auto;
	text-align:left;
}
.content-innerL{
	width:92%;
	margin:0 auto;
	text-align:left;
}
.full-inner{ 
	width:100%;
}

.inner{
}

.cols {
	flex-wrap: wrap;
}
/*パターンcss*/
.bgcolor01{
	background-color:#09ACFF;
	color:#fff;
}

/*基本レイアウト*/
.photo-left .imgbox{
	float:left;
	margin:0 15px 15px 0;
	width:30%;
}
.photo-left .txtbox{
	
}

.photo-right .imgbox{
	float:right;
	margin:0 0px 15px 15px;
	width:30%;
}
.photo-right .txtbox{
	
}

.col1box .inner{
	margin:0 0px;
}
.col1box .box{
	width:100%;
	float:none;
}
.col1box .box .box-inner{
	padding:0 0px;/*body min-widthより小さく*/
	margin-bottom: 15px;
}

.col2box .inner{
	margin:0;
}
.col2box .box{
	width:100%;
	margin-bottom:25px;
}
.col2box .box .box-inner{
	padding:0 0;
}

.col3box .inner{
	margin:0;
}
.col3box .box{
	width:100%;
	margin-bottom:25px;
}
.col3box .box .box-inner{
	padding:0 0;
}

.col4box .inner{
	margin:0;
}
.col4box .box{
	width:100%;
	margin-bottom:25px;
}
.col4box .box .box-inner{
	padding:0 0;
}



/* ページトップ 
------------------------------------------------------------ */
.pagetop{
	position:fixed;
	bottom:15px;
	right:4%;
	display:none;
	z-index:1000;
	width: auto;
}

.pagetop a{
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
	width: 40px;
	height: 40px;
	background: url(../../images2/btn_pagetop.png) center center no-repeat;
	background-size: cover;
}

/* ヘッダー
------------------------------------------------------------ */
	
#header	{
	position:relative;
	top:0;
	left:0;
	z-index:1020;
	width:100%;
	height:80px;
	background-color:#fff;
}
#header-inner{
	display: block;
	width: auto;
	padding-left: 4%;
}
#header h1{
	display: block;
	padding-top: 25px;
	vertical-align: middle;
	text-align: left; 
	
}
#header h1 img{
	display: inline-block;
	max-width: auto;
	width: auto;
	height: 25px;
	
}



/* ナビ部分 
------------------------------------------------------------ */
#menuBtn{
	display:block;
}
#menuClose,
#shadows{
	display:none;
}

#menuBtn{
	position:absolute;
	top:15px;
	right:4%;
	width:30px;
	height:40px;
	padding: 10px 5px;
	z-index:1050;
}
#menuClose{
	position:relative;
	z-index:1010;
}
#shadows{
	position:fixed;
	width:100%;
	height:120%;
	top:0;
	left:0;
	background-color:#000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	z-index:1001;
}

#navi{
	display:none;
	position:absolute;
	top:80px;
	left:0;
	width:100%;
	background-color: #fff;
}
#navi ul#mainnavi{
	display: block;
	line-height: 100%;
	margin: 0;
	text-align: left;
	border-top: solid #dcdcdc 1px;
	
}
#navi ul#mainnavi li{
	list-style: none;
	border-bottom: solid #dcdcdc 1px;
	position: relative;
}
#navi ul#mainnavi li a{
	text-decoration: none;
	color:#356BB3;
	display: block;
	padding: 15px 4%;
	font-size: 14px;
	font-weight: 600;
}


#utility{
	width: 100%;
	background-color: #356BB3;
	color: #fff;
	line-height: 120%;
	font-size: 11px;
}
#header-contact{
	display: block;
	
	padding: 0 4%;
	text-align: center;
	background-color: #666666;
}
#header-contact span{
	display: block;
	vertical-align: middle;
	padding: 15px 0;
}
#header-contact strong{
	display: block;
	padding: 0 0 15px 0;
	vertical-align: middle;
}
#header-contact strong img{
	width: 150px;
}
ul#utility-navi{
	text-align: left;
	display: block;
}
ul#utility-navi li{
	display: block;
	border-bottom: solid #7AA2D8 1px;
}
ul#utility-navi li a{
	color: #fff;
	display: inline-block;
	text-decoration: none;
	padding: 12px 4%;
}


.sp-open{
	display: block;
	position: absolute;
	top: 0px;
	right: 0;
	font-size: 12px;
	text-indent: -9999px;
	color: #356BB3;
	width: 60px;
	height: 45px;
	background: url(../../images2/arrow_bottom.png) center center no-repeat;
	background-size: 7px auto;
}

.overmenu{
	display: none;
	background-color: #356BB3;
	
}
.overmenu-inner{
	font-size: 12px;
}

.overmenu a{
	color: #fff !important;
	background-color: #356BB3 !important;
	text-decoration: none;
}
.overmenu a:hover{
	color: #fff;
}
.overmenu strong{
	display: block;
	text-align: left;
	font-size: 15;
	font-weight: normal;
	display: none;
}
.overmenu strong a{
	display: block;
	padding: 10px 0;
}

.overmenu dl a{
	display: block;
	padding: 10px 0;
	font-weight: normal !important;
	font-size: 13px !important;
}

.overmenu dl{
	
	clear: both;
	
}
.overmenu dl dt{
	border-top: solid #356BB3 1px;
}

.overmenu dl dd{
	
	width: 50%;
	float: left;
}
.overmenu dl dd a{
	background-color: #356BB3 !important;
	font-size: 12px !important;
	padding: 12px 8% !important;
}



.overmenu dl dt.title-p02{
	
}

.overmenu dl .indent01 a{
	
}



/* フッター
------------------------------------------------------------ */
#footer-banner{
	padding: 30px 0 30px 0
}
#footer-banner ul{
	margin: 0 -1.5%;
}
#footer-banner li{
	float: left;
	width: 30.333333%;
	margin: 10px 1.5% 0 1.5%; 
	list-style: none;
}


#footer{
	background-color: #356BB3;
	color: #fff;
	line-height: 130%;
}
#footer a{
	text-decoration: none;
	color: #fff;
}


#footer-sitemap{
	display: none;
	padding: 30px 0 15px 0;
	vertical-align: top;
	font-size: 12px;
}
#footer-sitemap-inner{
	display: block;
	width: 100%;
	margin: 0 -2%;
}
#footer-sitemap	.block{
	display: block;
	width: 46%;
	float: left;
	margin: 0 2% 15px 2%;
	vertical-align: top;
	padding-right: 0;
	padding-bottom: 15px;
}
#footer-sitemap	.block.footer-sitemap06{
	padding-left: 0;
}

#copy-wrapp{
	border-top: solid #356BB3 1px;
	padding: 25px 0;
	text-align: center;
}
#copy-wrapp ul#footer-utility li{
	list-style: none;
	display: inline-block;
	font-size: 11px;
	float: left;
	margin-right: 15px;
	display: none;
}

#copy-wrapp address{
	font-size: 10px;

	text-align: center;
}



/* ボタン 
------------------------------------------------------------ */
.btn-link{
	
}

.btn-link a{
	display: block;
	padding: 15px 25px;
	border: solid #aaa 1px;
	color: #333;
	text-decoration: none;
	min-width: 0;
	font-size: 17px;
}
.btn-link a span{
	display: block;
	background: url(../../images2/arrow_b.png) right center no-repeat;
	background-size: 7px auto;
	padding-right: 15px;
}



.btn-link-r{
	display: block;
	text-align: center;
}

.btn-link-r a{
	display: block;
	padding: 15px 25px;
	border: solid #356BB3 1px;
	text-decoration: none;
	min-width: 0;
	font-size: 15px;

}
.btn-link-r a span{
	display: block;
	background: url(../../images2/arrow_w.png) right center no-repeat;
	background-size: 7px auto;
	padding-right: 15px;
}



.btn-top{
	position: relative;
	top: auto;
	right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
.btn-top a{
	font-size: 14px !important;
	padding: 8px 25px !important;
	min-width: 0;
}




.movie-link{
	padding: 10px 0 20px 0;
}
.movie-link .btn-link a{
	padding: 15px 25px;
}
.movie-link .btn-link a span{
	background: url(../../images2/icon_movie_yt.png) left center no-repeat;
	background-size: 30px auto;

}


.movie-link02{
	position: relative;
	display: block;
	
	
}
.movie-link02 a{
	display: block;
	text-decoration: none;
	position: relative;
	z-index: 10;
	
}
.movie-link02 a img{
	position: relative;
	display: block;
	margin: 0 auto;
}
.movie-link02 a span{
	display: inline-block;
	background: url(../../images2/icon_movie_yt.png) 10px center no-repeat;
	background-size: 30px auto;
	padding-top: 0px;
	padding: 10px 15px 10px 50px;
	font-size: 11px;
	line-height: 110%;
	position: relative;
	bottom: auto;
	right: auto;
	border: solid #aaa 1px;
	margin-top: 20px;
	
}

.movie-link02:after{
	display: none;
}

/* 共通 
------------------------------------------------------------ */

.bg-gr-box{
	padding: 15px;
}
.bg-gr-box-col{
	background-color: #eeeeee;
	padding: 10px 10px -15px 10px;
}


.bg-w-box{
	padding: 15px;
}


.icon-check img{
	width: 32px;
}

.h-title{
	font-size: 16px;
}
.h-title02{
	font-size: 16px;
	padding: 15px 0;
	margin-bottom: 15px;
}

.mt{
	margin-top: 25px !important;
}
.mt-s{
	margin-top: 15px !important;
}
.mt-L{
	margin-top: 40px !important;
}

.mb{
	margin-bottom: 25px !important;
}
.mb-s{
	margin-bottom: 15px !important;
}
.mb-L{
	margin-bottom: 40px !important;
}

.pt{
	padding-top: 40px !important;
}
.pt-s{
	padding-top: 25px !important;
}
.pt-m{
	padding-top: 30px !important;
}
.pt-L{
	padding-top: 80px !important;
}


.sp-width-full{
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}


.font-LL{
	font-size: 20px !important;
}
.font-L{
	font-size: 16px !important;
}


.txt-name{
	text-align: right;
}
.txt-name img{
	height: 25px;
}



.right-top {
	float: right;
	width: 40%;
	padding: 0 0 0 15px;
}
.left-top {
	float: left;
	width: 40%;
	padding: 0 15px 0 0;
}

.right-top,
.left-top p{
	margin-top: 10px;
	font-size: 12px;
}


.img2cel span.left{
	display: block;
	width: auto;
	float: none;
}

.img2cel span.right{
	display: block;
	width: auto;
	float: none;
}




.supplement{
	margin-top: 20px;
	font-size: 11px;
}


.icon-point{
	width: 60px;
	height: 45px;
	padding-top: 15px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	color: #fff;
	font-size: 12px;
	line-height: 120%;
	text-align: center;
	background-color: #356BB3;
}
.icon-point span{
	display: block;
	text-align: center;
	font-size: 20px;
	margin-top: 3px;
}



.border-top{
	margin-top: 25px;
	padding-top: 25px;
}

.border-bottom{
	margin-bottom: 25px;
	padding-bottom: 25px;
}


.border-top-L{
	margin-top: 40px;
	padding-top: 40px;
}

.border-bottom-L{
	margin-bottom: 40px;
	padding-bottom: 40px;
}


.read{
	text-align: left !important;
}


/* 下層 共通
------------------------------------------------------------ */

/*パンくず*/
#crumb{
	padding: 10px 3%;
	font-size: 11px;

}
#crumb .content-inner{
	width: 98%;
}
#crumb a{
	line-height: 140%;
}
#crumb li{
	list-style: none;
	display: inline-block;
	background: url(../../images2/arrow_s.png) right center no-repeat;
	background-size: 4px auto;
	padding-right: 10px;
	margin-right: 4px;
}
#crumb li:last-child{

}

/*ページ下インデックススライダー*/
.page-index-bottom{
	padding-bottom: 30px;
}

/*ページタイトル*/
.page-title-wrapp{
	display: block;
	width: 100%;
	margin-top: 5px;
	color: #fff;
	
}
.page-title-wrapp .page-title{
	display: block;
	height: auto;
	vertical-align: middle;
	text-align: center;
	background-color: #356BB3;
	padding: 30px 4%;
	min-width: 0;
	width: 92%;
}
.page-title-wrapp .page-title h2{
	color: #fff;
	font-size: 25px;
	line-height: 130%;
}
.page-title-wrapp .page-title h2 strong{
	font-size: 13px;
	display: block;
	margin-bottom: 5px;
}
.page-title-wrapp .page-title h2 span{
	font-size: 12px;
	display: block;
	margin-top: 10px;
}
.page-title-wrapp .page-title-bg{
	display: block;
	height: auto;
	vertical-align: middle;
	text-align: left;
	background-position: center center;
	background-size: cover !important;
	padding: 40px 0;
	min-width: 0px;
	width: 100%;

}
.page-title-wrapp .page-title-bg .txtbox{
	display: block !important;
	padding: 0 4%;
	color: #fff;
	font-size: 14px;
}



.page-title-wrapp .page-title-bg.page-title-bg-noimg{
	margin-top: -40px;
}
.page-title-wrapp .page-title-bg.page-title-bg-noimg .txtbox{
	border-left:  none;
	border-top:  solid #356BB3 1px;
	padding-top: 15px;
	padding-bottom: 0px;
	margin-bottom: -20px;
}




.page-title-wrapp .page-title-bg .txtbox .movie-link{
	text-align: center;
	margin-top: 0 !important;
}
.page-title-wrapp .page-title-bg .txtbox .movie-link .btn-link{
	margin-top: 15px !important;
	display: block !important;
}
.page-title-wrapp .page-title-bg .txtbox .movie-link .btn-link a{
	display: block !important;
}


/*サブタイトル*/
.page-sub-title{
	line-height: 160%;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
	margin-top: 5px;
}

.page-sub-title p{
	text-align: left;
}

.page-read{
	line-height: 140%;
	font-size: 14px;
	padding: 15px 0;
	margin-top: 5px;
}
.page-read p{
	padding: 20px 0;
}



/*本文*/
.contents-block{
	margin-top: 5px;
	padding-bottom: 40px;
}

/*大見出し*/
.contents-title{

}

.contents-title h2,
.contents-title h3{
	font-size: 28px;
	padding: 40px 0;
}


.cbox{
	padding-top: 40px;
}
.cbox.cbox-bg-g{
	padding: 40px 0;
	margin-top: 40px;
}



.cbox h3,
.cbox h4,
.cbox h5,
.cbox h6{
	line-height: 140%;
}


.cbox .titleL{
	font-size: 23px !important;
	line-height: 130% !important;
}



.cbox .title-type01{
	text-align: center;
}
.cbox .title-type01 h3,
.cbox .title-type01 h4{
	font-size: 20px;
	text-align: center;
	padding-bottom: 15px;
}
.cbox .title-type02{
	text-align: center;
}
.cbox .title-type02 h3,
.cbox .title-type02 h4{
	font-size: 20px;
	text-align: center;
}

.cbox .title-type03{
	padding: 20px 0;
}
.cbox .title-type03 h3,
.cbox .title-type03 h4{
	font-size: 18px;
}

.cbox .title-type04{
	text-align: left;
	
	text-align: left;
}
.cbox .title-type04 h3,
.cbox .title-type04 h4{
	font-size: 16px;
	font-weight: 600;
}



.cbox .sub-title{
	margin-top: 17px;
	font-size: 16px;
	text-align: center;
}




.cbox .title-shadow{
	text-align: center;
}
.cbox .title-shadow h3,
.cbox .title-shadow h4{
	font-size: 22px;
	
}
.cbox .title-shadow p{
	
}
.cbox .title-shadow p span{
	font-size: 15px;
}
.cbox .title-shadow p strong{
	
}




.cbox-inner{
	margin-top: 25px;
}
.border-box01{
	border: solid #ededed 5px;
	padding: 15px;
}

.border-box{
	padding: 15px;
}


.c-full-img{
	margin-top: 25px;
}
.c-full-img img{
	width: 100%;
}

.c-full-bgimg{
	background-size: cover !important;
	height: 300px;
}
.c-full-bgimg .content-inner{
	text-align: center;
	padding: 60px 0;
}

.c-full-img-box{
	margin-top: 5px;

}



/*セルアイテム*/
.c-item .c-item-inner{
	padding: 15px;
}
.c-item .mt{
	margin-top: 25px !important;
}
.c-item .mt-s{
	margin-top: 15px !important;
}

.c-item .full-width{

}

/*01*/
.c-item-type01{

}
.c-item-type01 .title{
	background-color: #356BB3;
	color: #fff;
	padding: 10px 15px;
	font-size: 16px;
}
.c-item-type01 .title .font-s{
	font-size: 16px;
}

/*02*/
.c-item-type02 .title{
	padding: 15px 0;
	position: relative;
	display: table;
	width: 100%;
}

.c-item-type02 .title .icon-point{
	position: absolute;
	left: 0;
	top:15px;
}
.c-item-type02 .title .title-point{
	display: table-cell;
	padding-left: 100px;
	height: 60px;
	vertical-align: middle;
}
.c-item-type02 .title h3,
.c-item-type02 .title h4{
	font-size: 18px;
	font-weight: 600;
}
.c-item-type02 .txtbox{
	margin-top: 20px;
	padding-bottom: 20px;
}


/*03*/

.c-item-type03 h3,
.c-item-type03 h4{
	font-size: 18px;
	padding-left: 15px;
}

.c-item-type03 .txtbox p{
	margin-top: 15px;
}
.c-item-type03 .txtbox{
	padding-bottom: 20px;
	border-bottom: solid #dedede 1px;
}
.c-item-type03{
	padding-bottom: 0px;
	border: none;
}




/*list*/
/*01*/

.c-item-list01 .imgbox img{
	max-height: 150px;
}
.c-item-list01 .txtbox h3,
.c-item-list01 .txtbox h4{
	font-size: 16px;
}



.col1box .c-item-list01{
	width: auto;
	margin-left: auto;
	margin-right: auto;
}


.col1box .c-item-list01 .imgbox img{
	max-height: 200px;
}


.col1box .c-item-list01 .btn-pdf{
	display: block;
	text-align: center;
	margin: 15px auto 0 auto;
	width: auto;
}
.col1box .c-item-list01 .btn-pdf a{
	display: block;
	background: url(../../images2/icon_pdf.png) 8px center no-repeat;
	background-size: 30px auto;
	text-decoration: none;
	padding:8px 20px 8px 45px;
	border: solid #dedede 1px;
	list-style: 120%;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	font-size: 13px;
}



/*typebox*/

.c-item-typebox{
	
}
.c-item-typebox .title{
	font-size: 16px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.c-item-typebox .txtbox{
	font-size: 14px;
}

/*01*/
.c-item-typebox-right{
	
}
.c-item-typebox-right .title{
	font-size: 18px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.c-item-typebox-right .txtbox{
	float: none;
	width: auto;
	font-size: 14px;
}
.c-item-typebox-right .imgbox{
	float: none;
	width: auto;
	text-align: center;
	margin-top: 20px;
}

.c-item-typebox-left{

}
.c-item-typebox-left .title{
	font-size: 18px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.c-item-typebox-left .txtbox{
	float: none;
	width: auto;
	font-size: 14px;
	margin-top: 20px;
}
.c-item-typebox-left .imgbox{
	float: none;
	width: auto;
	text-align: center;
}



/*02*/
.c-item-typebox-right02{
	
}
.c-item-typebox-right02 .c-item-inner{
	padding: 0;
}
.c-item-typebox-right02 .title{
	font-size: 18px;
}
.c-item-typebox-right02 .txtbox{
	float: none;
	width: auto;
	font-size: 14px;
	line-height: 190%;
	padding: 25px;
}
.c-item-typebox-right02 .txtbox.full-width{
	float: none !important;
	width: auto !important;
	padding: 25px !important;
	
}
.c-item-typebox-right02 .imgbox{
	float: none;
	width: auto;
	text-align: center;
	padding: 0px 25px 25px 25px;
}


.c-item-typebox-left02{

}
.c-item-typebox-left02 .title{
	font-size: 18px;
}

.c-item-typebox-left02 .txtbox{
	float: none;
	width: auto;
	font-size: 14px;
	line-height: 190%;
	padding: 25px;
}
.c-item-typebox-left02 .txtbox.full-width{
	float: none !important;
	width: auto !important;
	padding: 25px !important;
	
}
.c-item-typebox-left02 .imgbox{
	float: left;
	width: 300px;
	text-align: center;
	padding: 0px 25px 25px 25px;
}



.c-item-typebox-right02 .title span,
.c-item-typebox-left02 .title span{
	font-size: 12px;
}


/*03*/
.c-item-typebox-right03{
	
}
.c-item-typebox-right03 .title{
	font-size: 18px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.c-item-typebox-right03 .txtbox{
	float: none;
	width: auto;
	font-size: 14px;
}
.c-item-typebox-right03 .imgbox{
	float: none;
	width: auto;
	text-align: center;
	margin-top: 20px;
}

.c-item-typebox-left03{

}
.c-item-typebox-left03 .title{
	font-size: 18px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.c-item-typebox-left03 .txtbox{
	float: none;
	width: auto;
	font-size: 14px;
	margin-top: 20px;
}
.c-item-typebox-left03 .imgbox{
	float: none;
	width: auto;
	text-align: center;
}



/*table基本*/
table {
	width: 100%;
	line-height: 140%;
	border-collapse: collapse;
	font-size: 13px;
}
table th{
	text-align: left;
	vertical-align: top;
	padding: 15px 20px;
	border: solid #bebebe 1px;
}
table td{
	text-align: left;
	vertical-align: top;
	padding: 15px 20px;
	border: solid #bebebe 1px;
}


/*tableセル サイズ*/
table .w01{
	min-width: auto;
	width: auto;
}
table .w30{
	min-width: auto;
	width: auto !important;
}
table .w20{
	min-width: auto;
	width: auto !important;
}
table .w40{
	min-width: auto;
	width: auto !important;
}



/*スライド*/
.tabel-wrapp-slide{
	width: 100%;
	overflow: auto;
	padding-top: 60px;
	background: url(../../images2/sp_slide_navi.png) top center no-repeat;
	background-size: auto 35px;
}



/*table type設定*/
/*table-type 標準*/
table.table-type,
table.table-type tbody,
table.table-type tr,
table.table-type th,
table.table-type td{
	display: block;
}

table.table-type th{
	border: none;
}



/*01*/
.tabel-wrapp-slide table.table-type01{
	width: 900px;
}



/*お問い合わせ*/

table.table-inquiry,
table.table-inquiry tbody,
table.table-inquiry tr,
table.table-inquiry th,
table.table-inquiry td{
	display: block;
}

table.table-inquiry th{
	border: none;
	width: auto;
	padding-bottom: 0;
}
table.table-inquiry td{
	width: auto;
}
table.table-inquiry input{
	font-size: 14px;
}


table.table-inquiry .req{
	display: inline-block;
	margin-top: 0px;
	margin-left: 10px;
	padding: 1px 5px;
	width: auto;
	font-size: 9px;
	vertical-align: top;
	
}


.submit-wrapp{
	padding: 40px 0 20px 0;
}

.submit-wrapp .btn-submit{
	display: block;
	text-align: center;
}
.submit-wrapp .btn-submit input{
	display: block;
	font-size: 16px;
	width: 99.5%;
	padding: 15px 0;
}

.submit-wrapp.submit-confirm{
	width: 100%;
}
.submit-wrapp.submit-confirm .btn-submit{
	float: none;
	width: 100%;
}
.submit-wrapp.submit-confirm .btn-form-back{
	float: none;
	width: 100%;
	margin-top: 25px;
}

.submit-wrapp .btn-form-back{
	display: block;
	text-align: center;
}
.submit-wrapp .btn-form-back input{
	display: block;
	font-size: 16px;
	width: 99.5%;
	padding: 15px 0;
}





/*リストタイプ*/
.list-type01 h3{
	font-size: 18px;
	padding-left: 20px;
	
	
}
.list-type01 dl{
	padding-bottom: 30px;
	float: right !important;
	width: 80% !important;
	margin-top: 0px;
}
.list-type01 dl dt{
	font-size: 16px;
	margin-top: 25px;
}
.list-type01 dl dd{
	font-size: 12px;
	color: #888;
	line-height: 140%;
	margin-top: 5px;
}





/*indexレイアウト*/
.index-wrapp-type01{
	
}
.index-wrapp-type01 .index-item{
	padding-bottom: 15px;
}

.index-wrapp-type01 .index-item .h-info{
	width: auto;
	float: none;

}
.index-wrapp-type01 .index-item .h-img{
	width: auto;
	float: none;
	margin-top: 25px;
}
.index-wrapp-type01 .index-item.left .h-info{
	width: auto;
	float: none;
	
}
.index-wrapp-type01 .index-item.left .h-img{
	width: auto;
	float: none;
	margin-top: 25px;
}

.index-wrapp-type01 .index-item .h-info h3{
	
}
.index-wrapp-type01 .index-item .h-info h3 a{

	font-size: 25px;

	padding: 0 0 25px 0;
}
.index-wrapp-type01 .index-item .h-info h3 a span{
	display: inline-block;
	background: url(../../images2/arrow_r.png) right center no-repeat;
	background-size: 10px auto;
	padding-right: 40px;
}

.index-wrapp-type01 .index-item .h-info .h-txt{
	margin-top: 40px;
}

.index-wrapp-type01 .index-item .h-info .h-txt h4{
	font-size: 16px;
	padding-bottom: 15px;
}



/* 企業概要
------------------------------------------------------------ */
/*理念*/
.philosophy-box{
	padding-bottom: 0px;
}
.philosophy-box h3{
	font-size: 25px;
}
.philosophy-box p{
	font-size: 16px;
	line-height: 220%;
	
	padding-bottom: 0px;
}

.philosophy-box .philosophy-sub{

	font-size: 14px;
	margin-bottom: 15px;

}


.logo-center{
	padding: 20px 0 60px 0;
}
.logo-center img{
	width: 40%;
	max-width: 162px;
}

/*配送センター*/


.network-box .box{
	padding: 0;
	margin: 0;
	padding-top: 25px;
}
.network-box .box .box-inner{
	margin-bottom: 0 !important;
	
}
.network-box .box .box-inner .txtbox{
	padding-left: 4%;
	padding-right: 4%;
}



/*グループ*/
.group-list {
	padding-top: 15px;
}
.group-list .item{
	margin-bottom: 25px;
	padding: 15px;
}

.group-list .item h4{
	font-size: 14px;
	padding: 4px 10px;
	margin-bottom: 10px;
}

.group-list .txtbox p{
	font-size: 13px;
}

/* 読宣だからできるエリアプロモーション
------------------------------------------------------------ */

.promotion .cbox-inner{
	margin-top: 30px;
	font-size: 15px;
	font-weight: 600;
	line-height: 220%;
}


/* WEBまき
------------------------------------------------------------ */
.tabel-wrapp-slide table.table-plan{
	width: 1000px;
}



/* YCドラムス
------------------------------------------------------------ */

.yc_drams .page-title-wrapp .page-title{
	height: 100px;
}
.yc_drams .page-title-wrapp .page-title h2 img{
	width: 200px;
}


.yc_drams.yomile .page-title-wrapp .page-title h2{
    margin-left: -10%;
}
.yc_drams.yomile .page-title-wrapp .page-title h2 img{
	width: 80%;
    max-width: 300px;
    display: inline-block;
    margin-top: 0px;
}




.yc_drams .page-title-wrapp .page-title-bg{
	
}
.yc_drams .page-title-wrapp .page-title-bg .txtbox{
	padding: 0 4%;
	color: #fff;
	font-size: 17px;
}

.yc_drams-main{
	height: 280px;
	padding-top: 0px;
	padding-bottom: 80px;
	background: #fff url(../../images2/yc_main.jpg) top center no-repeat;
	background-size: 100% auto;
}
.yc_drams-main h3{
	font-size: 23px !important;
}

.yc_drams-main.yomile_drams-main{
	height: 280px;
	padding-top: 0px;
	padding-bottom: 80px;
	background: #fff url(../../images2/yomile_main_sp.jpg) top center no-repeat;
	background-size: cover;
}



.yc_drams-title{
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
	bottom:20px;
}
.yc_drams-title img{
	width: 240px;
}


.yomile_drams-main .yc_drams-title{
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
    bottom: inherit;
	top:10px;
}

.yomile .yc_drams-title img{
	width: 200px;
}


.yc_drams-bg-area{
	padding: 50px 0 80px 0;
}
.yc_drams-bg-area .content-inner{
	text-align: center;
}
.yc_drams-bg-area h3{
	margin: 0;
	padding: 0;
	font-size: 22px;
	
}
.yc_drams-bg-area p{
	margin-top: 20px;
}
.yc_drams-bg-area p img{
	width: 100px;
}

.yomile .yc_drams-bg-area p img{
	width: 200px;
}


/* お問い合わせボックス
------------------------------------------------------------ */
.contact-box{
	margin-top: 60px;
}
.contact-box h3{
	font-size: 18px;
	padding: 10px 15px;
	text-align: center;
}
.contact-box .contact-inner{
	padding: 25px;
	text-align: center;
	vertical-align: middle;
}
.contact-box .btn-contact{
	display: block;
	margin-right: 0;
}
.contact-box .btn-contact a{
	display: block;
	width: auto;
	padding: 20px 0;
	font-size: 20px;

}
.contact-box .tel{
	display: inline-block;
	height: auto;
	vertical-align: middle;
	text-align: center;
	width: auto;
	margin-top: 25px;
}






/* お問い合わせフッター 
------------------------------------------------------------ */
#contact-bar{
	padding: 10px 0;
	position: fixed;
	bottom:-100px;
	z-index: 1000;
	width: 100%;
	
	
}
#contact-bar .content-innerL{
	display: block;
	width: 100%;
}
#contact-bar.barIn{
	
}
#contact-bar .contact-read{
	display: none;
}
#contact-bar .btn-contact{
	display: table-cell;
	height: 50px;
	vertical-align: middle;
	padding: 0 4% 0 4%;
	width: 40%;
	margin: 0;
}
#contact-bar .btn-contact a{
	display: block;
	width: 100%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #eeeeee;
	padding: 12px 0px;
	color: #333;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	

}
#contact-bar .contact-tel{
	display: table-cell;
	height: 50px;
	vertical-align: middle;
	text-align: center;
	padding: 0 4% 0 0;
	width: 40%;
	margin: 0;
}
#contact-bar .tel img{
	width: auto;
}







/* 採用情報
------------------------------------------------------------ */
.recruit-link-wrapp {
	
}
.recruit-link-wrapp .btn-link-r,
.recruit-link-wrapp .btn-link{
	display: block;
	margin: 5px 0;
}



.interview-main-title{
	background: url(../../images2/interview_main.jpg) center center no-repeat;
	background-size: cover;
	margin-bottom: 30px;
	
}
.interview-main-title .content-inner{

	padding: 40px 0;
}
.interview-main-title h3{
	font-size: 30px;
	letter-spacing: 0.1em;
	
	padding: 10px 0;
	
	
}
.interview-main-title h3 strong{
	border-bottom: solid #356BB3 3px;
	padding-bottom: 5px;
}
.interview-main-title h3 span{
	font-size: 15px;
	display: block;
	margin-top: 10px;
}



.interview-index-box{
	
	padding-bottom: 50px;
	margin-bottom: 90px;
}
.interview-index-box-inner{
	position: relative;
	margin-top: 60px;
	
}
.interview-index-box-inner .interview-index-title{
	position: absolute;
	top:-80px;
	left: -4%;
	width: auto;
	padding: 45px 15px;
	background-color: #356BB3;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}
.interview-index-box-inner .interview-index-title span{
	font-size: 20px;
	display: block;
	margin-top: 5px;
}

.interview-index-box-inner .txtbox{
	float: none;
	width: auto;
	padding-top: 100px;
}
.interview-index-box-inner .imgbox{
	float: none;
	width: 20%;
	margin-top: 0px;
	position: absolute;
	right: 4%;
	top:-100px;
}


.interview-index-box-inner.leftimg .interview-index-title{
	position: absolute;
	top:-80px;
	left: -4%;
	right: auto;
	width: auto;
	padding: 45px 15px;
	background-color: #356BB3;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	
}
.interview-index-box-inner.leftimg .txtbox{
	float: none;
	width: auto;
	padding-top: 100px;
}
.interview-index-box-inner.leftimg .imgbox{
	float: none;
	width: 20%;
	margin-top: 0px;
	position: absolute;
	right: 4%;
	left: auto;
	top:-100px;
}




.interview-index-box-inner .imgbox img{
	max-height: 200px;
}

.interview-index-box-inner .txtbox h4{
	font-size: 20px;
	line-height: 140%;
	padding-bottom: 20px;
	
}


.interview-index-box-inner .txtbox .name{
	padding-bottom: 20px;
	position: absolute;
	top:-10px;
	left: 40%;
	
}
.interview-index-box-inner .txtbox .name p{
	color: #356BB3;
	font-size: 15px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: solid #356BB3 2px;
	display: inline-block;
}

.interview-index-box-inner .btn-link{
	margin-top: 30px;
}



.interview-index-box-inner.leftimg .txtbox .name{
	padding-bottom: 20px;
	position: absolute;
	top:-10px;
	left: 40%;
	right: auto;
}





.page-title-wrapp.interview-page-title-wrapp .page-title-bg{
	height: 80px !important;
	position: relative;
}

.page-title-wrapp.interview-page-title-wrapp .page-title-bg .txtbox{
	height: auto !important;
	position: absolute;
	bottom:15px;
}

.interview-page-read .content-inner,
.interview-page-read .content-innerL{
	padding: 30px 0;
}
.interview-page-read h3{
	
	padding-bottom: 20px;
}
.interview-page-read h3 strong{
	font-size: 20px;
}




.interview-page-cbox{
	padding-top: 30px !important;
	padding-bottom: 20px;
}

/*
.interview-page-title:before{
	content: "";
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: #356BB3;
	top:-50px;
	left: -50px;
}
*/
.interview-page-title h3{
	font-size:20px;
	
}


.interview-page-title{
	position: relative;
	padding-bottom: 20px;
}

.interview-page-cbox .cbox-inner{
	position: relative;
}
.interview-page-cbox .txtbox{
	width: auto;
	float: none;
	position: relative;
	z-index: 10;
	padding: 0;
	background-color: rgba(255,255,255,0.90)
}
.interview-page-cbox .imgbox{
	width: 100%;
	position: relative;
	right: 0;
	bottom:auto;
	top:auto !important;
	z-index: 5;
	margin-top: 20px;
	margin-bottom: 0;
}




.interview-page-cbox .imgbox:before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #356BB3;
	top:5px;
	left:5px;
	z-index: 1;
}
.interview-page-cbox .imgbox img{
	position: relative;
	z-index: 5;
}


.interview-page-cbox .txtbox p{
	line-height: 180% !important;
}


.interview-page-cbox.leftimg .txtbox{
	float: none;
	position: relative;
	z-index: 10;
	
}
.interview-page-cbox.leftimg .imgbox{
	right: auto;
	left: auto;
	z-index: 5;
}



/* お知らせ・コラム詳細
------------------------------------------------------------ */


.entry-content h2{
	font-size: 20px;
	line-height: 140%;
}
.entry-content h3{
	font-size: 18px;
	line-height: 140%;
}
.entry-content h4{
	font-size: 16px;
	line-height: 140%;
}
.wp-caption{
	width: auto !important;
}

/* お知らせ・コラム詳細
------------------------------------------------------------ */

.alignleft {
	display: block;
	float: none!important;
	width: auto !important;
	margin-right: 0 !important;
}
.alignright {
	display: block;
	float: none!important;
	width: auto !important;
	margin-left: 0 !important;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}



/* SNSシェアボタン
------------------------------------------------------------ */
.sns-page-wrapp{
	
	padding:15px 0;
	height:auto;
	margin-top:30px;
	margin-bottom: 50px;
	
}

.sns-page-wrapp.sns-page-wrapp-cms{
	margin: 0;
	
	margin-top: 40px;
	border: none;
	border-top: solid #d2d2d2 1px;
}


.sns-page-wrapp .sns-page-btn{
	width:100%;
	height:40px;
}
.sns-page-wrapp .btn-fb{
	float:none;
}
.sns-page-wrapp .btn-tw{
	float:none;
	margin-top:8px;
}


.sns-page-wrapp .sns-page-btn a{
	font-size:13px;
}

.sns-page-wrapp .sns-page-btn a span{
	height:40px;
}
.sns-page-wrapp .sns-page-btn a span.sns-page-icon{ 
	width:40px;
}

.sns-page-wrapp .sns-page-btn a span.icon-fb-l img{
	width:10px;
}
.sns-page-wrapp .sns-page-btn a span.icon-tw-l img{
	width:19px;
}

.sns-page-wrapp .sns-page-btn a span.sns-page-txt{
	width:auto;
	margin:0 auto;
	padding-left:0px;
	text-align:center;
}





/* サイトマップ
------------------------------------------------------------ */


#sitemap-wrapp{
	padding: 0 0 30px 0;
}
#sitemap-inner{

}
#sitemap-wrapp .block{
	padding-bottom: 20px;
	
}


#sitemap-wrapp	.block{
	width: 100%;
}

#sitemap-wrapp	.block.footer-sitemap01{
	float: none;
}
#sitemap-wrapp	.block.footer-sitemap02{
	float: none;
}
#sitemap-wrapp	.block.footer-sitemap03{
	float: none;
}
#sitemap-wrapp	.block.footer-sitemap04{
	float: none;
}
#sitemap-wrapp	.block.footer-sitemap05{
	float: none;
}
#sitemap-wrapp	.block.footer-sitemap06{
	float: none;
}
#sitemap-wrapp	.block.footer-sitemap07{
	float: none;
}
#sitemap-wrapp	.block.footer-sitemap08{
	float: none;
}

#sitemap-wrapp dl a{
	display: block;
	padding: 10px 0;
	border-bottom: dotted #dcdcdc 1px;
}
#sitemap-wrapp dl dt{
	padding: 5px 0;
	font-weight: 600;
	font-size: 15px;
}
#sitemap-wrapp dl dt a{
	border-left:  solid #356BB3 2px;
	padding-left: 14px;
}

#sitemap-wrapp dl dd{
	font-size: 14px;
	padding-left: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#sitemap-wrapp dl .indent01{
	padding-left: 40px;
}
#sitemap-wrapp dl .indent02{
	padding-left: 60px;
}
#sitemap-wrapp dl span{
	font-size: 10px;
}

#sitemap-wrapp dl br{
	display: none;
}



/* TOP
------------------------------------------------------------ */



.list-infobox{
	width: auto;
	float: none;
	font-size: 12px;
}

.top-news-wrapp .list-infobox-inner{
	padding: 30px 0px 30px 0;
	border: none;
	
}
.top-colum-wrapp .list-infobox-inner{
	padding: 30px 0px 40px 0;
}


.list-infobox .title h2{
	font-size: 20px;
	padding-bottom: 5px;
}

.list-infobox .title h2 span{
	font-size: 12px;
	display: block;
	margin-left: 0px;
	margin-top: 0;
}

.list-infobox .title .btn-list{
	
}


.news-block-inner ul li{
	list-style: none;
	padding-top: 18px;
	line-height: 160%;
}
.news-block-inner ul li a{
	text-decoration: none;
	color: #00479d;
	padding: 18px 0;
}
.news-block-inner ul li .day{
	color: #434343;
	font-size: 13px;
	padding-bottom: 8px;
}

.news-block-inner ul li .day span{
	color: #fff;
	font-size: 10px;
	display: inline-block;
	line-height: 120%;
	padding: 5px 5px;
	min-width: 100px;
	background-color: #448aca;
	text-align: center;
	margin-left: 15px;
}



/*リンクエリア*/

.link-area{
	padding: 20px 0 0 0;
	vertical-align: middle;
	border: solid #ededed 1px;
}
.link-area a{
	text-decoration: none;
	display: inline-block;

}


.link-area .content-inner{
	text-align: center;
	
}
.link-area span{
	display: inline-block;
	vertical-align: middle;
	padding: 0 0;
	text-align: center;
	width: 44%;
	text-align: center;
	padding: 0 2%;
	margin-bottom: 15px;

}

.link-area span form{
	text-align: center;
	display: inline-block;
	
}




/**/

#main-slide-top{
	height: 300px;
	position: relative;
}
#maintop{
	height: 300px;
}


/**/


#main-slide{
	height: 200px;
	border-bottom: solid #356BB3 5px;
}






/*トップスライド（リニューアル）*/

.maintop-box{
	width: 100%;
	height: 300px;
}



.maintop-box .maintopbox-inner{
	display: block;
	height: auto;
	width: 92%;
	margin: 0 auto;
}

.maintop-box .btn-main{
	display: inline-block;
	width: auto;
}
.maintop-box .btn-main a{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 15px 20px;
	line-height: 120%;
	font-size: 14px;
}
.maintop-box .btn-main a span{
	background: url(../../images2/arrow_w02.png) right center no-repeat;
	background-size: 5px auto;
	padding-right: 30px;
}


.maintop-box .btn-main.btn-main-img a{
	padding: 0 !important;
	border: none !important;
	background-color: #fff !important;
}
.maintop-box .btn-main.btn-main-img a img{
	width: 180px;
}
	
.maintop-box .btn-main2{
	display: inline-block;
	width: auto;
}
.maintop-box .btn-main2 a{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 15px 20px;
	line-height: 120%;
	background-color: #231F20;
	font-size: 14px;
}
.maintop-box .btn-main2 a span{
	background: url(../../images2/arrow_w02.png) right center no-repeat;
	background-size: 5px auto;
	padding-right: 30px;
}


.maintop-box .btn-main2.btn-main2-img a{
	padding: 0 !important;
	border: none !important;
	background-color: #fff !important;
}
.maintop-box .btn-main2.btn-main2-img a img{
	width: 180px;
}

	

.maintop-box .maintopbox-inner .txt01{
	display: block;
	margin-top: 60px;
	text-align: center;
}
.maintop-box .maintopbox-inner .txt01 img{
	width: 80%;
	max-width: 420px;
	margin: 0 auto;
	display: inline-block;
}
.maintop-box .maintopbox-inner .txt02{
	display: block;
	margin-top: 30px;
	width: 92%;
	position: absolute;
	bottom:30px;
}


.maintop-box.maintop003 .maintopbox-inner .txt01{
	margin-top: 90px;
}

.maintop-box.maintop001 .btn-main a{
	background:#356BB3 url(../../images2/icon_syoshinnsya.png) 20px center no-repeat;
	background-size: 20px auto;
	padding-left: 60px;
}




/*スライド設定（about）*/
#main01{
	width: 100%;
	height: 200px;
	background: url(../../images2/main_slide001.jpg) center center no-repeat;
	background-size: cover;
}
#main02{
	width: 100%;
	height: 200px;
	background: url(../../images2/main_slide002.jpg) center center no-repeat;
	background-size: cover;
}
#main03{
	width: 100%;
	height: 200px;
	background: url(../../images2/main_slide003.jpg) center center no-repeat;
	background-size: cover;
}
#main04{
	width: 100%;
	height: 200px;
	text-align: center;
	background: url(../../images2/main_slide004_b.png) bottom center no-repeat;
	background-size: 100% auto;
}
#main04 p{
	width: 100%;
	height: 200px;
	background: url(../../images2/main_slide004_sp.png) bottom center no-repeat;
	background-size: 130% auto;
}

#main-slide strong{
	display: block;
	padding: 30px 4% 0 4%;
	
}
#main-slide strong img{
	height: auto;
	max-height: 45px;
	max-width: 92%;
	display: inline-block;
	padding: 8px 15px;
}





#main-slide #main04 strong{
	display: inline-block;
	text-align: center !important;
	padding-top: 15%;
	display: none;
}
#main-slide #main04 strong img{
	height: auto;
}





/*トップバナー追加エリア（ヨミポスト）*/

.top-banner-area{
    padding-top: 60px;
    padding-bottom: 30px;
    
}

.top-banner-area .content-inner{
    width: 92%;
}

.top-banner-area span{
    padding-top: 10px;
    display: block;
}


.recruit-link{
	padding: 30px 0 30px 0;
    /*トップバナー追加エリアない時
    padding: 60px 0 30px 0;*/
	margin-bottom: 5px;
}




/*採用バナー*/
.recruit-link-inner{
	display: block;
	width: 100%;
	margin-top: 0px;
	color: #fff;
}
.recruit-link-inner a{
	display: table;
}
.recruit-link-inner .page-title{
	display: table-cell;
	height: 120px;
	
	padding: 0 3%;
	width: 45%;
}
.recruit-link-inner .page-title h2{
	
	font-size: 18px;
	line-height: 130%;
}
.recruit-link-inner .page-title h2 strong{
	font-size: 14px;
	margin-bottom: 5px;
}
.recruit-link-inner .page-title h2 span{
	font-size: 13px;
	margin-top: 10px;
}
.recruit-link-inner .page-title-bg{
	display: table-cell;
	height: 120px;
	vertical-align: middle;
	text-align: left;
	background-position: center center;
	background-size: cover !important;
	width: 45%;
}
.recruit-link-inner .page-title-bg .txtbox{
	padding: 0 5%;
	color: #fff;
	font-size: 14px;
}
.cols .recruit-link-inner {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.cols .recruit-link-inner img {
	height: 120px;
}
.cols .recruit-link-inner.second {
	margin: 0;
}

.banner-set{
/*	padding: 30px 0 30px 0; 採用情報 掲載時はこちら*/
	padding: 50px 0 30px 0;
}


/*おすすめコンテンツ*/
.recommend-slide-wrapp h2{
	text-align: center;
	font-size: 22px;
	padding-top: 30px;
}
.recommend-slide-wrapp li a{
	padding: 8px;
	font-size: 12px;
}
.recommend-slide-inner{
	padding: 30px 0 30px 0;
}








/*TOPリニューアル追加
------------------------------------------------------------ */


.title-main{
	
}
.title-main h2{
	font-size: 23px;
	
}
.title-main span{
	font-size: 16px;
}

.top-area-wrapp .title-main {
	margin-bottom: 50px;
}


/**/
.banner-set.top-area-banner{
	padding: 50px 0 50px 0;
}
.banner-set.top-area-banner .item{
	padding-bottom: 30px;
}
.banner-set.top-area-banner .item a{

}
.banner-set.top-area-banner .item .imgbox{

}
.banner-set.top-area-banner .item .txtbox{

}
.banner-set.top-area-banner .item .txtbox h2{
	padding: 25px 0 25px 0;
	font-size: 20px;
	line-height: 120%;
}
.banner-set.top-area-banner .item .txtbox h2 span{
	
}
.banner-set.top-area-banner .item .txtbox p{
	font-size: 14px;
	line-height: 160%;
	text-align: left;
}

.banner-set.top-area-banner .box-inner{
	position: relative;
}

.banner-set.top-area-banner .banner-icon-a{
	width: 140px;
	position: absolute;
	top:-25px;
	left: -5px;
	z-index: 5;
}

/**/
.banner-set.top-movie-banner{
	padding: 50px 0 20px 0;
}
.banner-set.top-movie-banner .item{
	
}
.banner-set.top-movie-banner a{
	
}
.banner-set.top-movie-banner .item .imgbox{
	
}
.banner-set.top-movie-banner .item .txtbox{

}
.banner-set.top-movie-banner .item .txtbox h2{

}
.banner-set.top-movie-banner .item .txtbox h2 span{

}
.banner-set.top-movie-banner .item .txtbox p{

}

.banner-set.top-movie-banner .box-inner{
}

.top-movie-banner .btn-movie{

	margin-bottom: 30px;
}


/**/
.top-about-wrapp{
	padding: 20px 0 60px 0;
}
.top-about-wrapp .content-inner{
	position: relative;
	border: none;
	width: 100%;
}
.top-about-wrapp #main-slide{
	
}
.top-about-wrapp h2{
	position: absolute;
	width: 100px;
	top:-70px;
	left: 4%;
	z-index: 200;
}

.top-about-wrapp .bx-wrapper .bx-prev {
	left: 0px;
	width: 40px !important;
	height: 40px !important;
	margin-top: -15px !important;
	display: block !important;
	
}

.top-about-wrapp .bx-wrapper .bx-next {
	right: 0px;
	width: 40px !important;
	height: 40px !important;
	margin-top: -15px !important;
	display: block !important;
}



/**/
.service-link-wrapp{
	padding: 50px 0 50px 0;
}

.service-link-wrapp .recommend-slide-wrapp.service-slide-wrapp{
	padding: 0 5px 40px 5px !important;
	margin: -20px 0 0 0 !important;
	padding-top:  5px!important;
	height: auto !important;
	
}
.service-link-wrapp .recommend-slide-wrapp .slider{
	margin-top: -25px;
}

.service-link-wrapp .recommend-slide-wrapp li{
	margin: 0 !important;
}
.service-link-wrapp .recommend-slide-wrapp li a{
	padding: 0 5px;
	margin: 0 !important;
}
.service-link-wrapp .recommend-slide-wrapp li .item .imgbox{
	position: relative;
}
.service-link-wrapp .recommend-slide-wrapp li .item .imgbox span{
	
	font-size: 10px;
}

.service-link-wrapp .recommend-slide-wrapp li .item .txtbox{
	text-align: center;
	padding: 10px;
	
}
.service-link-wrapp .recommend-slide-wrapp li .item .txtbox h3{
	padding: 0 0 10px 0;
	font-size: 15px;
	line-height: 140%;
}
.service-link-wrapp .recommend-slide-wrapp li .item .txtbox h3 span{
	padding-right: 15px;
	margin-top: 0px;
}
.service-link-wrapp .recommend-slide-wrapp li .item .txtbox p{
	font-size: 11px;
	line-height: 140%;
	text-align: left;
}


.service-link-wrapp .slick-next {
    right: 20px !important;
	top: auto !important;
	bottom: -70px !important;
    z-index: 99;
	display: block;
	text-indent: -9999px;
	width: 40px !important;
	height: 40px !important;
	background: url(../../images2/btn_next02.png) center center no-repeat !important;
	background-size: 40px auto !important;
}
.service-link-wrapp .slick-prev {
    left: 20px !important;
	top: auto !important;
	bottom: -70px !important;
    z-index: 100;
	display: block;
	text-indent: -9999px;
	width: 40px !important;
	height: 40px !important;
	background: url(../../images2/btn_prev02.png) center center no-repeat !important;
	background-size: 40px auto !important;
}


/*TOPリニューアル追加ここまで*/














/*インタビュー関連*/
.interview-index-bottom{
	
}
.interview-slide-wrapp h2{
	text-align: center;
	font-size: 23px;
	line-height: 160%;
	padding-top: 30px;
}

.interview-slide-wrapp li .item .imgbox{
	padding-left: 30px;
}
.interview-slide-wrapp li .item .imgbox img{
	height: 250px;
}
.interview-slide-wrapp li .item .txtbox{
	text-align: center;
	padding: 15px;
	position: absolute;
	bottom:20px;
	right: 20px;
	
}


.interview-slide-wrapp .interview-index-title{
	width: 100px;
	padding: 20px 10px;
	background-color: #356BB3;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}
.interview-slide-wrapp .interview-index-title span{
	font-size: 20px;
	display: block;
	margin-top: 5px;
}

.interview-slide-wrapp .txtbox .name{
	padding-bottom: 20px;

}
.interview-slide-wrapp .txtbox .name p{
	color: #356BB3;
	font-size: 18px;
	padding-bottom: 5px;
	border-bottom: solid #356BB3 2px;
	display: inline-block;
	margin-top: 20px;
}

.interview-slide-wrapp li .item .txtbox span{
	
}
.interview-slide-wrapp li .item .txtbox span i{

}


.interview-slide-inner{
	padding: 0;
}











.slick-next {
    right: -10px !important;
    z-index: 99;
	display: block;
	text-indent: -9999px;
	width: 30px !important;
	height: 30px !important;
	background: url(../../images2/slide_next02.png) right center no-repeat !important;
	background-size: 12px auto !important;
}
.slick-prev {
    left: -10px !important;
    z-index: 100;
	display: block;
	text-indent: -9999px;
	width: 30px !important;
	height: 30px !important;
	background: url(../../images2/slide_prev02.png) left center no-repeat !important;
	background-size: 12px auto !important;
}


.saigai a{
	font-size: 80%;
	padding:14px 12px !important;
}




	
}

