@import "base.css";


/* 
------------------------------------------------------------ */
a {
	color:#356BB3;
	text-decoration:underline;
}

a img {
	/*firefox*/
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	overflow:hidden;
	box-shadow: #000 0 0 0;
	/*background-color:#ffffff;*/
}

/*画像をウインドウサイズに合わせて可変*/
img{
    max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
	-webkit-backface-visibility: hidden;
	vertical-align: bottom;
	
}


body {
	color:#333;
	margin:0;
	padding:0;
	font-size:15px;
	font-family: -apple-system, BlinkMacSystemFont , '游ゴシック体' , 'Yu Gothic', YuGothic , 'ヒラギノ角ゴ Pro' , 'Hiragino Kaku Gothic Pro' , 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	/*font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;*/
	line-height:160%;
	background-color:#fff;
	text-align:center;
	position:relative;
}






#main-wrapper{
	position:relative;
}

#main-container {
	
}

#header {}



/* ボタン 
------------------------------------------------------------ */
.btn-link{
	display: block;
	text-align: center;
}

.btn-link a{
	display: inline-block;
	padding: 20px 25px;
	border: solid #aaa 1px;
	color: #333;
	text-decoration: none;
	min-width: 360px;
	font-size: 20px;
	background-color: #fff;
}
.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.redline a{
	border: solid #356BB3 2px;
}

.btn-link p{
	margin: 6px 0 0 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.4;
}



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

.btn-link-r a{
	display: inline-block;
	padding: 15px 25px;
	border: solid #356BB3 1px;
	color: #fff;
	text-decoration: none;
	min-width: 350px;
	font-size: 18px;
	background-color: #356BB3;
}
.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-link-r2{
	display: block;
	text-align: center;
}

.btn-link-r2 a{
	display: inline-block;
	padding: 15px 25px;
	border: solid #FFA41C 1px;
	color: #fff;
	text-decoration: none;
	min-width: 350px;
	font-size: 18px;
	background-color: #FFA41C;
}
.btn-link-r2 a span{
	display: block;
	background: url(../../images2/arrow_w.png) right center no-repeat;
	background-size: 7px auto;
	padding-right: 15px;
}



.btn-top{
	position: absolute;
	top:25px;
	right: 25px;
}
.btn-top a{
	font-size: 15px !important;
	padding: 8px 25px !important;
	min-width: 250px;
}



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

.btn-link-s a{
	display: inline-block;
	padding: 5px 10px 5px 15px;
	border: solid #aaa 1px;
	color: #333;
	text-decoration: none;
	font-size: 14px;
	background-color: #fff;
}
.btn-link-s a span{
	display: block;
	background: url(../../images2/arrow_b.png) right center no-repeat;
	background-size: 5px auto;
	padding-right: 15px;
}




.btn-list a{
	display: inline-block;
	font-size: 12px;
	padding: 7px 10px 7px 20px;
	line-height: 120%;
	border: solid #d2d2d2 1px;
	text-decoration: none;
	color: #333;
}
.btn-list a span{
	display: inline-block;
	background: url(../../images2/arrow_b.png) right center no-repeat;
	background-size: 5px auto;
	padding-right: 20px;
}



.movie-link{
	padding: 15px 0 40px 0;
	
	
}
.movie-link .btn-link a{
	display: inline-block;
	background: url(../../images2/bg_shadow_wr.png) center center repeat;
	
	
	padding-right: 5px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: solid #356BB3 2px;
}
.movie-link .btn-link a span{
	display: block;
	background: url(../../images2/icon_movie_yt.png) 0px center no-repeat;
	background-size: 40px auto;
	padding-left: 50px;
}


.movie-link02{
	position: relative;
	display: inline-block;
	
	
}
.movie-link02 a{
	display: inline-block;
	text-decoration: none;
	color: #333;
	
	position: relative;
	z-index: 10;
	
}
.movie-link02 a img{
	position: relative;
}
.movie-link02 a span{
	display: block;
	background: url(../../images2/icon_movie_yt.png) top center no-repeat;
	background-size: 40px auto;
	padding-top: 35px;
	font-size: 11px;
	line-height: 110%;
	position: absolute;
	bottom: 20px;
    right: -185px;
}

/*.movie-link02:after{
	content: '';
	width: 180px;
	height: 100px;
	display: block;
	background: url(../../images2/bg_shadow_y.png) center center repeat;
	position: absolute;
	bottom: 0px;
	right: -190px;
	z-index: 1;
}*/


/* 共通 
------------------------------------------------------------ */
.bg-gr{
	background-color: #f6f6f6;
}
.bg-wr{
	background: url(../../images2/bg_shadow_wr.png) center center repeat;
}
.bg-g{
	background: url(../../images2/bg_shadow_g.png) center center repeat;
}
.bg-sr{
	background: url(../../images2/bg_shadow_r.png) center center repeat;
}

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


.bg-w-box{
	background-color: #fff;
	padding: 30px;
}


.icon-event{
	background-color: #13b5b1 !important;	
}
.icon-toukei{
	background-color: #448aca !important;	
}
.icon-colum,
.icon-column,
.icon-fusion{
	background-color: #ff8584 !important;
}


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

.color{
	color: #356BB3 !important;
}
.color-gr{
	color: #333 !important;
}

.color-box-txt{
	background-color: #356BB3;
	color: #fff;
	display: inline-block;
	line-height: 140%;
	padding: 5px 10px;
}


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


.spaceS{
	letter-spacing: -0.02em;
}

.h-title{
	font-size: 18px;
	font-weight: normal;
}

.h-title02{
	font-size: 20px;
	padding: 25px 0;
	margin-bottom: 25px;
	border-bottom: solid #dedede 1px;
}

.font-bold{
	font-weight: 600 !important;
}

.title-s{
	font-size: 30px !important;
}


.mt{
	margin-top: 30px !important;
}
.mt-s{
	margin-top: 15px !important;
}
.mt-L{
	margin-top: 60px !important;
}

.mb{
	margin-bottom: 30px !important;
}
.mb-s{
	margin-bottom: 15px !important;
}
.mb-L{
	margin-bottom: 60px !important;
}

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


.font-LL{
	font-size: 23px !important;
	line-height: 180% !important;
}
.font-L{
	font-size: 17px !important;
	line-height: 180% !important;
}
.font-s{
	display: inline-block;
	font-size: 12px !important;
	line-height: 140% !important;
	color: #666;
}


.tag{
	display: inline-block;
	background-color: #356BB3;
	line-height: 110%;
	font-size: 13px;
	color: #fff;
	padding: 5px 10px;
	margin-top:3px;
	text-align: center;
	min-width: 70px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.tag-g{
	display: inline-block;
	background-color: #a8a8a8;
	line-height: 110%;
	font-size: 13px;
	color: #fff;
	padding: 5px 10px;
	margin-top:3px;
	text-align: center;
	min-width: 70px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}


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

.right-top p,
.left-top p{
	margin-top: 15px;
	font-size: 11px;
	line-height: 140%;
}


.img2cel span.left{
	display: block;
	width: 48%;
	float: left;
}

.img2cel span.right{
	display: block;
	width: 48%;
	float: right;
}


.supplement{
	margin-top: 25px;
	font-size: 12px;
	color: #888888;
	line-height: 130%;
}


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


.border-top{
	margin-top: 30px;
	padding-top: 30px;
	border-top: solid #dcdcdc 1px;
}

.border-bottom{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid #dcdcdc 1px;
}


.border-top-L{
	margin-top: 60px;
	padding-top: 60px;
	border-top: solid #dcdcdc 1px;
}

.border-bottom-L{
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: solid #dcdcdc 1px;
}


ul.ul1x li{
	margin-left: 1.5em;
	
}
ol.ul1x li{
	
}

.cols {
	display: flex;
	justify-content: space-between;
}

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

/*パンくず*/
#crumb{
	background-color: #f6f6f6;
	line-height: 120%;
	padding: 15px 3%;
	font-size: 13px;
	color: #848484;
	border-top: solid #bebebe 1px;
}
#crumb .content-inner{
	width: 100%;
}
#crumb a{
	color: #848484;
	text-decoration: none;
}
#crumb li{
	list-style: none;
	display: inline-block;
	background: url(../../images2/arrow_s.png) right center no-repeat;
	background-size: 4px auto;
	padding-right: 15px;
	margin-right: 10px;
}
#crumb li:last-child{
	background: none;
	margin-right: 0;
}


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


/*ページタイトル*/
.page-title-wrapp{
	display: table;
	width: 100%;
	margin-top: 10px;
	color: #fff;
}
.page-title-wrapp .page-title{
	display: table-cell;
	height: 200px;
	vertical-align: middle;
	text-align: center;
	background-color: #356BB3;
	padding: 0 40px;
	min-width: 340px;
}
.page-title-wrapp .page-title h2{
	color: #fff;
	font-size: 32px;
	line-height: 130%;
}
.page-title-wrapp .page-title h2 strong{
	font-size: 15px;
	display: block;
	margin-bottom: 3px;
	font-weight: normal;
}
.page-title-wrapp .page-title h2 span{
	font-size: 17px;
	display: block;
	margin-top: 10px;
	font-weight: normal;
}
.page-title-wrapp .page-title-bg{
	display: table-cell;
	height: 200px;
	vertical-align: middle;
	text-align: left;
	background-position: center center;
	background-size: cover !important;
	min-width: 740px;
	max-width: 500px;
}
.page-title-wrapp .page-title-bg .txtbox{
	padding: 0 40px;
	color: #fff;
	font-size: 17px;
}


.page-title-wrapp .page-title-bg.page-title-bg-noimg{
	background-color: #356BB3;
}
.page-title-wrapp .page-title-bg.page-title-bg-noimg .txtbox{
	border-left:  solid #356BB3 1px;
	padding-top: 40px;
	padding-bottom: 40px;
}


.page-title-wrapp .page-title-bg .txtbox .movie-link{
	padding: 0 !important;
	margin: 0 !important;
	text-align: right;
	margin-top: -4.5em;
}

.page-title-wrapp .page-title-bg .txtbox .movie-link .btn-link{
	width: auto !important;
	display: inline-block !important;
	/*margin-top: 25px;*/
}
/*
.page-title-wrapp .page-title-bg .txtbox .movie-link .btn-link a{
	color: #333 !important;
	background-color: rgba(255,255,255,0.90);
	width: auto !important;
	border: solid #aaa 3px !important;
}
.page-title-wrapp .page-title-bg .txtbox .movie-link .btn-link a span{
	background: none !important;
	width: auto !important;
}
*/


/*サブタイトル*/
.page-sub-title{
	line-height: 140%;
	font-size: 17px;
	text-align: center;
	padding: 15px 0;
	margin-top: 10px;
}
.page-sub-title .content-inner{
	position: relative;
	text-align: center;
}
.page-sub-title p{
	text-align: center;
}

.page-sub-title.bg-shadow01{
	background: url(../../images2/bg_shadow_r.png) center center repeat;
}
.page-sub-title.bg-shadow02{
	background: url(../../images2/bg_shadow_y.png) center center repeat;
}
.page-sub-title.bg-shadow03{
	background: url(../../images2/bg_shadow_wr.png) center center repeat;
}


.page-read{
	line-height: 140%;
	font-size: 17px;
	padding: 15px 0;
	margin-top: 10px;
	background: url(../../images2/bg_shadow_wr.png) center center repeat;
}
.page-read p{
	padding: 30px 0;
}



/*本文*/
.contents-block{
	margin-top: 10px;
	padding-bottom: 80px;
}
.contents-block-pts{
	margin-top: 10px;
	padding-bottom: 20px;
}

/*大見出し*/
.contents-title{
	border-top: solid #dcdcdc 1px;
	border-bottom: solid #dcdcdc 1px; 
	
	background-color: #fff;
}
.contents-title .content-inner{
	position: relative;
	text-align: center;
	
}
.contents-title h2,
.contents-title h3{
	font-size: 43px;
	color: #356BB3;
	padding: 70px 0;
	line-height: 130% !important;
}
.contents-title h2 span,
.contents-title h3 span{
	font-size: 14px;
	display: block;
	margin-top: 20px;
	line-height: 140%;
	margin-bottom: -1em;
}


.cbox{
	padding-top: 80px;
}
.cbox.cbox-bg-g{
	padding: 80px 0;
	margin-top: 80px;
	background-color: #eeeeee;
}


.cbox ol,
.cbox ul{
	margin-left: 1.5em;
}


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


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

.cbox .title-type01{
	text-align: center;
}
.cbox .title-type01 h3,
.cbox .title-type01 h4{
	display: inline-block;
	font-weight: normal;
	font-size: 30px;
	text-align: center;
	border-bottom: solid #356BB3 2px;
	padding-bottom: 15px;
}

.cbox .title-type01 h3 span,
.cbox .title-type01 h4 span{
	font-size: 13px;
}


.cbox .title-type02{
	text-align: center;
}
.cbox .title-type06{
	text-align: left;
}

.cbox .title-type02 h3,
.cbox .title-type02 h4{
	color: #356BB3;
	font-weight: normal;
	font-size: 33px;
	text-align: center;
}



.cbox .title-type03{
	text-align: left;
	border-bottom: solid #dedede 1px;
	border-top: solid #dedede 1px;
	padding: 30px 0;
	text-align: left;
}
.cbox .title-type03 h3,
.cbox .title-type03 h4{
	display: inline-block;
	font-weight: normal;
	font-size: 25px;
	text-align: left;	
}


.cbox .title-type04{
	text-align: left;
	
	text-align: left;
}
.cbox .title-type04 h3,
.cbox .title-type04 h4{
	display: block;
	font-weight: 600;
	font-size: 23px;
	text-align: left;
	padding: 10px 0;
	padding-left:20px;
	border-left: solid #356BB3 3px;
}




.cbox .sub-title{
	margin-top: 30px;
	color: #356BB3;
	font-size: 17px;
	text-align: center;
}


.cbox .title-shadow{
	text-align: center;
}
.cbox .title-shadow h3,
.cbox .title-shadow h4{
	font-size: 30px;
	
}
.cbox .title-shadow p{
	display: inline-block;
	background: url(../../images2/bg_shadow_wr.png) center center repeat;
	margin-bottom: 5px;
	line-height: 110% !important;
	padding: 4px 10px;
}
.cbox .title-shadow p span{
	font-size: 20px;
}
.cbox .title-shadow p strong{
	color: #356BB3;
}

.cbox-inner{
	margin-top: 30px;
}
.border-box01{
	border: solid #ededed 15px;
	padding: 25px;
}
.bg-box01{
	background-color: #f2f2f2;
	padding: 25px;
}


.border-box{
	border: solid #ededed 5px;
	padding: 25px;
	background-color: #fff;
}



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

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


.c-full-bgimg02{
	background-size: cover !important;
	height: 400px;
}
.c-full-bgimg02 .content-inner{
	text-align: center;
	padding: 50px 0;
}


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



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

.full-width{
	width: 100% !important;
	float: none !important;
}

/*01*/
.c-item-type01{
	background-color: #fff;
}
.c-item-type01 .title{
	background-color: #356BB3;
	color: #fff;
	padding: 15px 25px;
	font-size: 23px;
}
.c-item-type01 .title h3,
.c-item-type01 .title h4,
.c-item-type01 .title h5{
	color: #fff;
	font-weight: normal;
}
.c-item-type01 .title span{
	font-size: 13px;
	display: inline-block;
}
.c-item-type01 .title .font-s{
	font-size: 20px;
}

/*02*/
.c-item-type02 .title{
	border-top: solid #356BB3 3px;
	border-bottom: solid #356BB3 3px;
	padding: 25px 0;
	position: relative;
	display: table;
	width: 100%;
}

.c-item-type02 .title .icon-point{
	position: absolute;
	left: 0;
	top:25px;
}
.c-item-type02 .title .title-point{
	display: table-cell;
	padding-left: 100px;
	height: 80px;
	vertical-align: middle;
}
.c-item-type02 .title h3,
.c-item-type02 .title h4{
	font-size: 23px;
	color: #356BB3 !important;
	font-weight: 600;
	line-height: 150%;
}
.c-item-type02 .title h3 span,
.c-item-type02 .title h4 span{
	font-size: 12px !important;	
}
.c-item-type02 .txtbox{
	margin-top: 20px;
}

/*03*/
.c-item-type03 h3,
.c-item-type03 h4{
	font-size: 20px;
	font-weight: 600;
	line-height: 150%;
	border-left: solid #356BB3 2px;
	padding-left: 20px;
}
.c-item-type03 h3 span,
.c-item-type03 h4 span{
	font-size: 12px !important;	
}
.c-item-type03 .txtbox p{
	margin-top: 15px;
}
.c-item-type03 .txtbox{
	
}
.c-item-type03{
	padding-bottom: 25px;
	border-bottom: solid #dedede 1px;
}


/*list*/
/*01*/
.c-item-list01{
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	overflow: hidden;
	filter: drop-shadow(2px 3px 2px rgba(0,0,0,0.2));
	background-color: #fff;
	
}
.c-item-list01 .c-item-inner{
	padding: 15px;
}
.c-item-list01 .imgbox{
	text-align: center;
	padding: 2px;
	background-color: #f2f2f2;
	margin-bottom: 15px;
}
.c-item-list01 .imgbox img{
	max-height: 150px;
}


.img-waku .c-item-list01 .imgbox img{
	display: inline-block;
	margin: 5px;
	
	border: solid #dcdcdc 3px;
}

.c-item-list01 .txtbox h3,
.c-item-list01 .txtbox h4{
	
	font-size: 18px;
	
}
.c-item-list01 .txtbox p{
	font-size: 12px;
	padding-top: 10px;
}


.c-item-list01 .btn-pdf{
	display: block;
	text-align: center;
	margin-top: 15px;
}
.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;
}


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


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


.col1box .c-item-list01 .btn-pdf{
	display: block;
	text-align: center;
	margin: 15px auto 0 auto;
	width: 220px;
}
.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{
	position: relative;
	background-color: #fff;
	border: solid #c9c9c9 1px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.c-item-typebox .title{
	font-size: 18px;
	color: #7a7a7a;
	font-weight: normal;
	border-bottom: solid #bebebe 1px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	line-height: 150%;
}
.c-item-typebox .txtbox{
	font-size: 14px;
	line-height: 160%;
}



/*01*/
.c-item-typebox-right{
	position: relative;
	background-color: #fff;
	border: solid #c9c9c9 2px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.c-item-typebox-right .title{
	font-size: 28px;
	color: #7a7a7a;
	font-weight: normal;
	border-bottom: solid #bebebe 1px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	line-height: 130%;
}
.c-item-typebox-right .txtbox{
	float: left;
	width: 580px;
	font-size: 16px;
	line-height: 190%;
}
.c-item-typebox-right .imgbox{
	float: right;
	width: 390px;
	text-align: center;
}


.c-item-typebox-right2{
	position: relative;
	background-color: #fff;
	border: solid #c9c9c9 2px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.c-item-typebox-right2 .title{
	font-size: 28px;
	color: #7a7a7a;
	font-weight: normal;
	border-bottom: solid #bebebe 1px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	line-height: 130%;
}

.c-item-typebox-right2 .txtbox{
	float: left;
	width: 770px;
	font-size: 16px;
	line-height: 190%;
}

.c-item-typebox-right2 .imgbox{
	float: right;
	width: 200px;
	text-align: center;
}

.c-item-typebox-left{
	position: relative;
	background-color: #fff;
	border: solid #c9c9c9 2px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.c-item-typebox-left .title{
	font-size: 28px;
	color: #7a7a7a;
	font-weight: normal;
	border-bottom: solid #bebebe 1px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	line-height: 130%;
}

.c-item-typebox-left .txtbox{
	float: right;
	width: 580px;
	font-size: 16px;
	line-height: 190%;
}
.c-item-typebox-left .txtbox2{
	float: right;
	width: 670px;
	font-size: 16px;
	line-height: 190%;
}

.c-item-typebox-left .imgbox{
	float: left;
	width: 390px;
	text-align: center;
}

.c-item-typebox-left .imgbox2{
	float: left;
	width: 300px;
	text-align: left;
	font-size: 16px;
}

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


/*02*/
.c-item-typebox-right02{
	position: relative;
	background-color: #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-color: #f8f8f8;
	border: solid #eee 2px;
	overflow: hidden;
}
.c-item-typebox-right02 .c-item-inner{
	padding: 0;
}
.c-item-typebox-right02 .title{
	background-color: #356BB3;
	color: #fff;
	padding: 15px 25px;
	font-size: 22px;
	border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
}
.c-item-typebox-right02 .txtbox{
	float: left;
	width: 620px;
	font-size: 16px;
	line-height: 190%;
	padding: 25px 0px 25px 25px;
}
.c-item-typebox-right02 .txtbox.full-width{
	float: none !important;
	width: auto !important;
	padding: 25px !important;
	
}
.c-item-typebox-right02 .imgbox{
	float: right;
	width: 300px;
	text-align: center;
	padding: 25px 25px 25px 0;
}


.c-item-typebox-left02{
	position: relative;
	background-color: #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-color: #f8f8f8;
	border: solid #eee 2px;
	overflow: hidden;
}
.c-item-typebox-left02 .title{
	background-color: #356BB3;
	color: #fff;
	padding: 15px 25px;
	font-size: 22px;
	border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
}

.c-item-typebox-left02 .txtbox{
	float: right;
	width: 620px;
	font-size: 16px;
	line-height: 190%;
	padding: 25px 25px 25px 0px;
}
.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: 25px 0 25px 25px;
}



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



/*01*/
.c-item-typebox-right03{
	position: relative;
	background-color: #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.c-item-typebox-right03 .title{
	font-size: 28px;
	color: #7a7a7a;
	font-weight: normal;
	border-bottom: solid #bebebe 1px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	line-height: 130%;
}
.c-item-typebox-right03 .txtbox{
	float: left;
	width: 600px;
	font-size: 16px;
	line-height: 190%;
}
.c-item-typebox-right03 .imgbox{
	float: right;
	width: 300px;
	text-align: center;
}

.c-item-typebox-left03{
	position: relative;
	background-color: #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.c-item-typebox-left03 .title{
	font-size: 28px;
	color: #7a7a7a;
	font-weight: normal;
	border-bottom: solid #bebebe 1px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	line-height: 130%;
}

.c-item-typebox-left03 .txtbox{
	float: right;
	width: 600px;
	font-size: 16px;
	line-height: 190%;
}
.c-item-typebox-left03 .imgbox{
	float: left;
	width: 300px;
	text-align: center;
}



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



/*table基本*/
table {
	width: 100%;
	line-height: 140%;
	border-collapse: collapse;
}
table th{
	text-align: left;
	vertical-align: top;
	padding: 15px 20px;
	border: solid #7aa2d8 1px;
	background-color: #356BB3;
	color: #fff;
	
}
table td{
	text-align: left;
	vertical-align: top;
	padding: 15px 20px;
	border: solid #bebebe 1px;
	background-color: #f8f8f8;
	
}


/*tableセル サイズ*/
table .w01{
	min-width: 15%;
	width: 15%;
}

table .w30{
	width: 33.3333% !important;
}
table .w20{
	width: 20% !important;
}
table .w40{
	width: 40% !important;
}




/*table文字設定*/
table tr.center th,
table tr.center td{
	text-align: center !important;
}
table th.center,
table td.center{
	text-align: center !important;
}
table th.left,
table td.left{
	text-align: left !important;
}



/*tableカラー設定*/
table tr.tr01 th{
	background-color: #f6f6f6;
	color: #333;
	border: solid #bebebe 1px !important;
}
table .bg-y01{
	background-color: #fff4d2 !important;
}
table .bg-r01{
	background-color: #ffe3e5 !important;
}


/*table type設定*/
/*01*/
table.table-type01 th{
	background-color: #356BB3;
	color: #fff;
	text-align: center;
	font-weight: normal;
	border: solid #356BB3 1px;
	border-right: solid #80A6D9 1px;
}
table.table-type01 th:last-child{
	border-right: solid #356BB3 1px;
}
table.table-type01 td{
	width: 11.5%;
	vertical-align: middle;
	background-color: #fff;
}
table.table-type01 td.td-title{
	width: 145px;
}


/*02*/

table.table-type02 th{
	background-color: #fff;
	color: #333333;
	font-weight: normal;
	border: none;
}

table.table-type02 td{
	vertical-align: middle;
	background-color: #fff;
	border: none;
}

table.table-type02 tr:nth-child(even) th,
table.table-type02 tr:nth-child(even) td{
	background-color: #F7F7F3;
	
}


/*お問い合わせ*/
table.table-inquiry th{
	width: 20%;
	background-color: #fff;
	border: none;
	border-bottom: solid #e2e2e2 1px;
	visibility: top;
	color: #356BB3;
	font-size: 16px;
	padding-top: 20px;
	letter-spacing: 0.1em;
}
table.table-inquiry td{
	width: 80%;
	background-color: #fff;
	border: none;
	border-bottom: solid #e2e2e2 1px;
	visibility: top;
}
table.table-inquiry tr:last-child th{
	border-bottom: none;
}
table.table-inquiry tr:last-child td{
	border-bottom: none;
}

table.table-inquiry .req{
	display: block;
	background-color: #356BB3;
	color: #fff;
	font-size: 11px;
	margin-top: 5px;
	padding: 1px 0;
	width: 4em;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0em;
}

table.table-inquiry p{
	padding-bottom: 10px;
}
table.table-inquiry p:last-child{
	padding-bottom: 0;
}

table.table-inquiry p span{
	display: block;
	color: #888;
	margin-top: 5px;
	line-height: 130%;
	font-size: 12px;
}

table.table-inquiry input[type="text"],
table.table-inquiry textarea{
	border: solid #dcdcdc 1px;
	padding: 5px;
	font-size: 14px;
	width: 95%;
}
table.table-inquiry textarea{
	height: 200px;
}

table.table-inquiry p.zip input{
	width: 8em;
}

table.table-inquiry .kakunin{
	color: #333 !important;
}

table.table-inquiry .error{
	color: #356BB3;
	font-size: 13px;
	padding-top: 10px;
}


.submit-wrapp{
	padding: 60px 0 30px 0;
	text-align: center;
}

.submit-wrapp .btn-submit{
	display: block;
	text-align: center;
}
.submit-wrapp .btn-submit input{
	display: inline-block;
	border:  solid #356BB3 1px;
	padding: 15px 65px;
	background-color: #fff;
	color: #356BB3;
	font-size: 18px;
	cursor: pointer;
	width: 350px;
}

.submit-wrapp.submit-confirm{
	width: 80%;
	margin: 0 auto;
}
.submit-wrapp.submit-confirm .btn-submit{
	float: right;
	width: 50%;
}
.submit-wrapp.submit-confirm .btn-form-back{
	float: left;
	width: 50%;
}

.submit-wrapp .btn-form-back{
	display: block;
	text-align: center;
}
.submit-wrapp .btn-form-back input{
	display: inline-block;
	border:  solid #dcdcdc 1px;
	padding: 15px 65px;
	background-color: #f7f7f7;
	color: #888;
	font-size: 18px;
	cursor: pointer;
	width: 350px;
}


/*リストタイプ*/
.list-type01 h3{
	font-size: 20px;
	border-left: solid #356BB3 3px;
	padding-left: 20px;
	
	
}
.list-type01 dl{
	padding-bottom: 60px;
	float: right !important;
	width: 65% !important;
	margin-top: -20px;
}
.list-type01 dl dt{
	font-size: 20px;
	margin-top: 30px;
}
.list-type01 dl dd{
	font-size: 13px;
	color: #888;
	line-height: 140%;
	margin-top: 5px;
}


/*ol*/
.privacy-ol li{
	padding-bottom: 15px;
}
.privacy-ol li:last-child{
	padding-bottom: 0;
}


/*indexレイアウト*/
.index-wrapp-type01{
	
}
.index-wrapp-type01 .index-item{
	
}

.index-wrapp-type01 .index-item .h-info{
	width: 45%;
	float: left;

}
.index-wrapp-type01 .index-item .h-img{
	width: 50%;
	float: right;
	
}
.index-wrapp-type01 .index-item.left .h-info{
	width: 45%;
	float: right;
	
}
.index-wrapp-type01 .index-item.left .h-img{
	width: 50%;
	float: left;
}

.index-wrapp-type01 .index-item .h-info h3{
	border-bottom: solid #356BB3 2px;
	line-height: 280%;
}
.index-wrapp-type01 .index-item .h-info h3 a{
	color: #356BB3;
	font-size: 28px;
	text-decoration: none;
	display: block;
	padding: 30px 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: 20px;
	padding-bottom: 15px;
}

/* 企業概要
------------------------------------------------------------ */
/*理念*/
.philosophy-box{
	padding-bottom: 0px;
}
.philosophy-box h3{
	font-size: 35px;
	color: #356BB3;
	
}
.philosophy-box p{
	font-size: 18px;
	line-height: 220%;
	font-weight: 600;
	
	padding-bottom: 0px;
}

.philosophy-box .philosophy-sub{
	display: inline-block;
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
	background-color: #356BB3;
	padding: 3px 20px;
	color: #fff;
}

.logo-center{
	padding: 0 0 80px 0;
	text-align: center;
}
.logo-center img{
	width: 200px;
}

/*配送センター*/
.haisou{
	background-color: #f8f8f8;
}

.network-box .box{
	padding-top: 25px;
}
.network-box .box .box-inner{
	margin-bottom: 0 !important;
}
span.link::after {
	content:"\00a0";
	margin-left:-0.3em;
}


/*グループ*/
.group-list {
	padding-top: 20px;
}
.group-list .item{
	margin-bottom: 30px;
	padding: 15px;
	border: solid #ededed 1px;
}

.group-list .item h4{
	font-size: 16px;
	padding: 5px 15px;
	background-color: #f2f2f2;
	margin-bottom: 10px;
}

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




------------------------------------------------------------ */

.promotion .cbox-inner{

	margin-top: 70px;
	font-size: 17px;
	font-weight: 600;
	line-height: 220%;
}



------------------------------------------------------------ */
.table-plan th{
	font-weight: normal;
	text-align: center;
	border: none;
}
.table-plan th strong{
	font-size: 20px;
	font-weight: normal;
}
.table-plan th.plan01{
	background-color: #ff8992;
	border: solid #ff8992 1px;
}
.table-plan th.plan02{
	border: solid #ff5d69 1px;
	background: #ff5d69 url(../../images2/table_arrow01.png) left center no-repeat;
	background-size: auto 100%;
}
.table-plan th.plan03{
	border: solid #f13947 1px;
	background: #f13947 url(../../images2/table_arrow02.png) left center no-repeat;
	background-size: auto 100%;
}
.table-plan th.plan04{
	border: solid #356BB3 1px;
	background: #356BB3 url(../../images2/table_arrow03.png) left center no-repeat;
	background-size: auto 100%;
}

.table-plan td{
	padding: 10px;
	background-color: #f1f1f1;
}
.table-plan td:nth-child(even){
	background-color: #faf4e5;
}

.table-plan .plan-box{
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-color: #fff;
	border: solid #c9c9c9 1px;
	padding: 12px;
	margin-bottom: 10px;
}
.table-plan .plan-box h4{
	font-size: 15px;
	text-align: center;
	padding-bottom: 12px;
	line-height: 120%;
}
.table-plan .plan-box .txtbox {
	vertical-align: middle;
	border-top: solid #dedede 1px;
	padding-top: 12px;
}
.table-plan .plan-box .txtbox p{
	display: block;
	text-align: center;
	width: 10%;
	float: left;
	font-size: 12px;
}
.table-plan .plan-box .txtbox p img{
	height: 16px;
}
.table-plan .plan-box .txtbox p span{
	display: block;
	font-size: 10px;
}

.table-plan .plan-box .txtbox p.icon{
	width: 45%;
}

.table-plan .haishin-box{
	color: #848484;
	line-height: 120%;
}
.table-plan .haishin-box h5{
	font-size: 12px;
	text-align: center;
}
.table-plan .haishin-box .kikan{
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-color: #fff;
	border: solid #c9c9c9 1px;
	padding: 12px;
	text-align: center;
	font-size: 15px;
	color: #333;
	font-weight: 600;
	margin-top: 12px;
}
.table-plan .haishin-box .kikan-access{
	margin-top: 20px;
}
.table-plan .haishin-box .kikan-access p{
	font-size: 12px;
	margin-top: 5px;
}
.table-plan .haishin-box .kikan-access p span{
	display: inline-block;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #356BB3;
	padding: 1px 5px;
	margin: 0 2px;
}



/* YCドラムス・ヨミレター
------------------------------------------------------------ */

.yc_drams .page-title-wrapp .page-title{
	
	background: url(../../images2/yc_page_titlebg.jpg) bottom center no-repeat;
	background-size: cover;

}
.yc_drams.yomile .page-title-wrapp .page-title{
	
	background: url(../../images2/yomile_page_titlebg.jpg) top center no-repeat;
	background-size: cover;

}


.yc_drams .page-title-wrapp .page-title h2 img{
	width: 300px;
}

.yc_drams.yomile .page-title-wrapp .page-title h2{
    margin-left: -5%;
}
.yc_drams.yomile .page-title-wrapp .page-title h2 img{
	width: 490px;
    display: inline-block;
    margin-top: 15px;
}



.yc_drams .page-title-wrapp .page-title-bg{

}
.areapromotion .page-title-wrapp .page-title-bg .txtbox{
	padding: 0 40px;
	color: #fff;
	font-size: 17px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.yc_drams .page-title-wrapp .page-title-bg .txtbox .movie-link,
.yc_drams .page-title-wrapp .page-title-bg .txtbox .movie-link .btn-link{
	margin-top: 0px;
}

.yc_drams-main{
	background: #fceb47 url(../../images2/yc_main.jpg) bottom center no-repeat;
	background-size: 100% auto;
	height: 600px;
	padding-top: 60px;
	position: relative;
}
.yc_drams-main h3{
	font-size: 37px !important;
	
}


.yc_drams-main.yomile_drams-main{
	background: #fceb47 url(../../images2/yomile_main.jpg) top center no-repeat;
	background-size: 100% auto;
	height: 600px;
	padding-top: 60px;
	position: relative;
}


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

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


.yc_drams-bg-area{
	padding: 75px 0 115px 0;
	background: url(../../images2/yc_bg.jpg) bottom center no-repeat;
	background-size: cover;
}
.yc_drams-bg-area .content-inner{
	text-align: center;
}
.yc_drams-bg-area h3{
	margin: 0;
	padding: 0;
	font-size: 37px;
	color: #1a4397;
	line-height: 160%;
}
.yc_drams-bg-area p{
	margin-top: 40px;
}
.yc_drams-bg-area p img{
	width: 200px;
}


/* お問い合わせボックス
------------------------------------------------------------ */
.contact-box{
	margin-top: 80px;
}
.contact-box h3{
	background-color: #356BB3;
	color: #fff;
	font-weight: normal;
	font-size: 23px;
	padding: 15px 15px;
	text-align: center;
}
.contact-box .contact-inner{
	background-color: #666666;
	padding: 35px 15px;
	text-align: center;
	vertical-align: middle;
}
.contact-box .btn-contact{
	display: inline-block;
	margin-right: 50px;
}
.contact-box .btn-contact a{
	display: block;
	width: 350px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #eeeeee;
	padding: 25px 0;
	color: #333;
	text-decoration: none;
	text-align: center;
	font-size: 22px;
	font-weight: 600;

}
.contact-box .tel{
	display: inline-block;
	height: 70px;
	vertical-align: middle;
	text-align: center;
	width: 290px;
}





/* お問い合わせフッター 
------------------------------------------------------------ */
#contact-bar{
	background-color: #666666;
	padding: 20px 0;
	line-height: 140%;
	color: #fff;
	width: 100%;
	position: fixed;
	bottom:-100px;
	z-index: 1000;
	
	opacity: 0;
	filter: alpha(opacity=0);
	/**/
	-webkit-transition: 0.6s ease-in-out;
	   -moz-transition: 0.6s ease-in-out;
		 -o-transition: 0.6s ease-in-out;
			transition: 0.6s ease-in-out;
}

#contact-bar .content-innerL{
	display: table;
}
#contact-bar.barIn{
	bottom:0;
	opacity: 1;
	filter: alpha(opacity=100);
}
#contact-bar .contact-read{
	display: table-cell;
	height: auto;
	vertical-align: middle;
	font-size: 14px;
	width: 30%;
	text-align: left;
	letter-spacing: 0.1em;
}
#contact-bar .btn-contact{
	display: table-cell;
	height: 50px;
	vertical-align: middle;
	padding: 0 6%;
	width: 35%;
}
#contact-bar .btn-contact a{
	display: block;
	width: 350px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #eeeeee;
	padding: 20px 0;
	color: #333;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	font-weight: 600;

}
#contact-bar .contact-tel{
	display: table-cell;
	height: 50px;
	vertical-align: middle;
	text-align: center;
	width: 35%;
}
#contact-bar .tel{
	display: inline-block;
	text-align: center;
}
#contact-bar .tel img{
	width: 280px;
}




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


.interview-main-title{
	background: url(../../images2/interview_main.jpg) center center no-repeat;
	background-size: cover;
	
}
.interview-main-title .content-inner{
	position: relative;
	text-align: center;
	padding: 100px 0;
}
.interview-main-title h3{
	font-size: 40px;
	letter-spacing: 0.1em;
	line-height: 120%;
	padding: 10px 0;
	display: inline-block;
	font-weight: normal;
	z-index: 10;
	
}
.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: 5px;
}



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

.interview-index-box-inner .txtbox{
	float: left;
	width: 70%;
	padding-top: 100px;
}
.interview-index-box-inner .imgbox{
	float: right;
	width: 20%;
	margin-top: -10px;
}


.interview-index-box-inner.leftimg .interview-index-title{
	left: auto;
	right: -20px;
}
.interview-index-box-inner.leftimg .txtbox{
	float: right;
	width: 70%;
	padding-top: 100px;
}
.interview-index-box-inner.leftimg .imgbox{
	float: left;
	width: 20%;
	margin-top: -90px;
}




.interview-index-box-inner .imgbox img{
	
}

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

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

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



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

.interview-page-read .content-inner,
.interview-page-read .content-innerL{
	padding: 40px 0;
}
.interview-page-read h3{
	text-align: left!important;
	padding-bottom: 30px;
}
.interview-page-read h3 strong{
	display: inline-block;
	font-size: 30px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom: solid #1D3961 2px;
	margin-left: 20px;
	margin-right: 20px;
}
.interview-page-read h3 span{
	display: inline-block;
}
.interview-page-read p{
	text-align: left!important;
	
}




.interview-page-cbox{
	padding-top: 50px !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:31px;
	position: relative;
	z-index: 10;
	
}


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

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

.interview-page-cbox .imgbox.topN{
	top:0;
}
.interview-page-cbox .imgbox.topN01{
	top:-50px;
}

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


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


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




/* お知らせ・コラム一覧
------------------------------------------------------------ */

.page-list-wrapp{
	position: relative;
}

.page-list-wrapp .title{
	position: relative;
	border-bottom: solid #d2d2d2 1px;

}
.page-list-wrapp .title h2{
	font-size: 25px;
	line-height: 160%;
	padding-bottom: 5px;
}
.page-list-wrapp .title h2 span{
	font-size: 11px;
	display: inline-block;
	margin-left: 15px;
}

.page-list-wrapp .title .btn-list{
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
}

.page-list-wrapp .news-block-inner{
	padding: 0 !important;
}


.page-news-block-inner ul {
	padding: 0;
	margin: 0;
}
.page-news-block-inner ul li{
	list-style: none;
	
	line-height: 160%;
	border-bottom: solid #d2d2d2 1px;
}
.page-news-block-inner ul li a{
	display: block;
	text-decoration: none;
	color: #00479d;
	padding: 20px 0;
}
.page-news-block-inner ul li .day{
	color: #434343;
	font-size: 13px;
	padding-bottom: 8px;
}

.page-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;
}

.column .page-news-block-inner ul li{
	font-size: 18px;
}


.pagination-wrapp{
	text-align: center;
	padding-top: 40px;
	margin-bottom: -40px;
}

.pagination {
	clear:both;
	position:relative;
	line-height:120%;
	display:inline-block;
	padding-bottom: 80px;
}
.pagination span, .pagination a {
	display:inline-block;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#333;
	background: #fff;
	border: solid #ededed 1px;
}
.pagination a:hover{
	color:#fff;
	background: #356BB3;
}
.pagination span.current{
	background: #356BB3;
	color:#fff;
	order: solid #356BB3 1px;
}




/* お知らせ・コラム詳細
------------------------------------------------------------ */
.post-data{
	position: relative;
	border-bottom: solid #d2d2d2 1px;
	padding-bottom: 5px;
}

.post-data .day{
	color: #434343;
	font-size: 14px;
	padding-bottom: 8px;
}

.post-data span{
	color: #fff;
	font-size: 11px;
	display: inline-block;
	line-height: 120%;
	padding: 5px 5px;
	min-width: 100px;
	background-color: #448aca;
	text-align: center;
	margin-left: 0px;
	position: absolute;
	right: 0;
	top:0;
}

.entry-post h3.title{
	font-size: 28px !important;
	line-height: 140%;
}

.entry-content{
	padding-top: 25px;
}

.entry-content h2{
	font-size: 25px;
	line-height: 140%;
}
.entry-content h3{
	font-size: 22px;
	line-height: 140%;
}
.entry-content h4{
	font-size: 18px;
	line-height: 140%;
}





.post-back{
	
	padding-top: 80px;
	border-top: solid #d2d2d2 1px;
}


.nav-below{
	display: none;
	margin-top: 40px;
	padding-top: 30px;
	border-top: solid #d2d2d2 1px;
	position: relative;
	height: 30px;
}

.nav-below a{
	display: inline-block;
	text-decoration: none;
	color: #333;
	padding: 3px 15px;
	border: solid #eee 1px;
}

.nav-below .nav-previous{
	position: absolute;
	left: 0;
}
.nav-below .nav-next{
	position: absolute;
	right: 0;
}


.column h3.title{
	color: #356BB3;
}

.wp-caption-text{
	font-size: 13px;
	text-align: center;
	color: #356BB3;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 120%;
	clear: none !important;
}



/* Alignment */

.entry-content p{
	clear: both;
}

.alignleft {
	display: block;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: block;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}



/* シェアボタン
------------------------------------------------------------ */
.sns-page-wrapp{
	
	padding:15px 0;
	height:60px;
	margin-top:30px;
	margin-bottom: 80px;
	border-top: solid #dcdcdc 1px;
	border-bottom: solid #dcdcdc 1px;
}


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

.sns-page-wrapp .sns-page-btn{
	display:block;
	vertical-align:bottom;
	width:500px;
	height:60px;
}
.sns-page-wrapp .btn-fb{
	float:left;
}
.sns-page-wrapp .btn-tw{
	float:right;
}

.sns-page-wrapp .sns-page-btn a{
	display:table;
	color:#fff;
	font-size:16px;
	text-decoration:none;
	width:100%;
	line-height:120%;
	
}
.sns-page-wrapp .btn-fb a{
	background-color:#4166b5;
}
.sns-page-wrapp .btn-tw a{
	background-color:#35b0ef;
}


.sns-page-wrapp .sns-page-btn a span{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	height:60px;
}
.sns-page-wrapp .sns-page-btn a span.sns-page-icon{ 
	width:60px;
	
}

.sns-page-wrapp .sns-page-btn a span.icon-fb-l{
	background-color:#284070;
}
.sns-page-wrapp .sns-page-btn a span.icon-tw-l{
	background-color:#2285b9;
}

.sns-page-wrapp .sns-page-btn a span.icon-fb-l img{
	width:13px;
	vertical-align:middle;
}
.sns-page-wrapp .sns-page-btn a span.icon-tw-l img{
	width:22px;
	vertical-align:middle;
}

.sns-page-wrapp .sns-page-btn a span.sns-page-txt{
	width:418px;
	
}


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


#sitemap-wrapp{
	padding: 0 0 45px 0;
	vertical-align: top;
}
#sitemap-inner{
	display: block;
	width: 100%;
}
#sitemap-wrapp .block{
	display: block;
	width: auto;
	vertical-align: top;
	padding-bottom: 40px;
	
}

#sitemap-wrapp a{
	display: block;
	text-decoration: none;
	color: #333;
}

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

#sitemap-wrapp	.block.footer-sitemap01{
	float: left;
}
#sitemap-wrapp	.block.footer-sitemap02{
	float: right;
}
#sitemap-wrapp	.block.footer-sitemap03{
	float: left;
}
#sitemap-wrapp	.block.footer-sitemap04{
	float: right;
}
#sitemap-wrapp	.block.footer-sitemap05{
	float: left;
}
#sitemap-wrapp	.block.footer-sitemap06{
	float: right;
}

#sitemap-wrapp	.block.footer-sitemap07{
	float: left;
}
#sitemap-wrapp	.block.footer-sitemap08{
	float: right;
}

#sitemap-wrapp	.block.footer-sitemap09{
	float: left;
}


#sitemap-wrapp dl{
 	line-height: 110%;

	
}
#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 #1D3961 2px;
	padding-left: 14px;
}

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

#sitemap-wrapp dl .indent01{
	padding-left: 100px;
	font-size: 12px;
}
#sitemap-wrapp dl .indent02{
	padding-left: 150px;
	font-size: 12px;
}
#sitemap-wrapp dl span{
	font-size: 10px;
}

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






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


/**/

#main-slide-top{
	height: 500px;
	position: relative;
	z-index: 50;
}
#maintop{
	height: 500px;
}


/**/
#main-slide{
	background-color: #EEEAD5;
	height: 500px;
	position: relative;
	z-index: 50;
	border-bottom: solid #335884 8px;
}

.top-about-wrapp #main-slide{
	border-bottom: none !important;
}

#mainImgSlider{
	height: 500px;
}




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

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

#main-slide-top .bx-wrapper .bx-prev {
	margin-top: -25px !important;
	
}

#main-slide-top .bx-wrapper .bx-next {
	margin-top: -25px !important;
}


.maintop-box .maintopbox-inner{
	display: table;
	height: 500px;
	width: 80%;
	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: 25px 30px;
	line-height: 120%;
	font-size: 18px;
	background-color: #356BB3;
	border: solid #fff 2px;
}
.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 .maintopbox-inner .txt01{
	display: table-cell;
	vertical-align: middle;
}
.maintop-box .maintopbox-inner .txt02{
	display: table-cell;
	vertical-align: middle;
}


.maintop-box.maintop001{
	background: url(../../images2/main_slide001.jpg) center center no-repeat;
	background-size: cover;
}
.maintop-box.maintop002{
	background: url(../../images2/main_slide002.jpg) center center no-repeat;
	background-size: cover;
}
.maintop-box.maintop003{
	background: url(../../images2/main_slide003.jpg) center center no-repeat;
	background-size: cover;
}
.maintop-box.maintop004{
	background: url(../../images2/main_slide005.jpg) center center no-repeat;
	background-size: cover;
}
.maintop-box.maintop006{
	background: url(../../images2/main_slide006.jpg) center center no-repeat;
	background-size: cover;
}



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





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


#main-slide strong{
	display: block;
	padding: 80px 100px 0 100px;
	text-align: left;
	
}
#main-slide strong img{
	height: 117px;
	display: inline-block;
	padding: 8px 15px;
}


#main-slide #main04 strong{
	display: inline-block;
	text-align: center !important;
	padding-top: 140px;
}
#main-slide #main04 strong img{
	height: 120px;
}







/*トップバナー追加エリア*/

.top-banner-area{
    padding-top: 70px;
    padding-bottom: 40px;
    
}
.top-banner-area .content-inner{
    text-align: center;
}
.top-banner-area .span{
    display: inline-block;
    margin: 0 15px;
}

.top-banner-area .content-inner{
    width: 1300px;
}

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



.recruit-link-inner{
	display: block;
	width: 100%;
	margin-top: 0px;
	color: #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	overflow: hidden;
	filter: drop-shadow(2px 3px 2px rgba(0,0,0,0.2));
}
.recruit-link-inner a{
	display: table;
	width: 100%;
	text-decoration: none;
}
.recruit-link-inner .page-title{
	display: table-cell;
	height: 160px;
	vertical-align: middle;
	text-align: center;
	background-color: #356BB3;
	background-color: #fff;
	color: #333;
	padding: 0 40px;
	width: 33%;
}
.recruit-link-inner .page-title h2{
	color: #333;
	font-size: 30px;
	line-height: 130%;
	background: url(../../images2/arrow_w.png) right center no-repeat;
	background-size: 7px auto;
}
.recruit-link-inner .page-title h2 p{
	border-bottom: solid #356BB3 2px;
	display: inline-block;
	padding-bottom: 5px;
	letter-spacing: 0.1em;
}
.recruit-link-inner .page-title h2 strong{
	font-size: 16px;
	display: block;
	margin-bottom: 0px;
	font-weight: normal;
	color: #999;
}
.recruit-link-inner .page-title h2 span{
	font-size: 15px;
	display: block;
	margin-top: 0px;
	font-weight: normal;
	color: #356BB3;
	letter-spacing: 0.1em;
}
.recruit-link-inner .page-title-bg{
	display: table-cell;
	height: 160px;
	vertical-align: middle;
	text-align: left;
	background-position: center center;
	background-size: cover !important;
	background: url(../../images2/banner_books.jpg);
	width: 67%;
}
.recruit-link-inner .page-title-bg .txtbox{
	padding: 0 40px;
	color: #fff;
	font-size: 17px;
}
.cols .recruit-link-inner {
    flex-shrink: 1;
}
.cols .recruit-link-inner.second {
	flex-shrink: 4;
	margin-left: 20px;
	background: #fff;
	display: flex;
    align-items: center;
}
.cols .recruit-link-inner.second a {
	display: block;
}



.banner-set{
	padding: 50px 0 35px 0;
}
.banner-set .item{
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	overflow: hidden;
	filter: drop-shadow(2px 3px 2px rgba(0,0,0,0.2));
	background-color: #fff;
	margin-bottom: 35px;
	width: 100%;
}
.banner-set .item a{
	display: block;
	text-decoration: none;
}
.banner-set .item .imgbox{
	position: relative;
}
.banner-set .item .txtbox{
	text-align: center;
	background-color: #1b68a7;
}
.banner-set .item .txtbox h2{
	padding: 18px 20px 18px 15px;
	font-size: 18px;
	color: #fff;
	line-height: 120%;
	background: url(../../images2/arrow_w.png) 92% center no-repeat;
	background-size: 7px auto;
}

.banner-set .box-inner{
	position: relative;
}
.banner-set .banner-icon-a{
	width: 166px;
	position: absolute;
	top:-15px;
	left: -5px;
	z-index: 5;
}

.banner-set .banner-icon-b{
	position: absolute;
	width: 37px;
	bottom: 15px;
	right: 15px;
}

.banner-set .item.top-banner01 .txtbox{
	background-color: #1b68a7;
}
.banner-set .item.top-banner02 .txtbox{
	background-color: #f77e5d;
}
.banner-set .item.top-banner03 .txtbox{
	background-color: #1cbcab;
}
.banner-set .item.top-banner04 .txtbox{
	background-color: #cf4496;
}
.banner-set .item.top-banner05 .txtbox{
	background-color: #f3a541;
}
.banner-set .item.top-banner06 .txtbox{
	background-color: #7fbc29;
}




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


.title-main{
	text-align: center;
	margin-bottom: 50px;
	line-height: 160%;
}
.title-main h2{
	display: inline-block;
	font-size: 35px;
	font-weight: normal;
	line-height: 100%;
	border-bottom: solid #356BB3 2px;
	padding: 0 10px 20px 10px;
}
.title-main span{
	font-size: 18px;
	display: block;
	padding-bottom: 10px;
}

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


/**/
.banner-set.top-area-banner{
	padding: 70px 0 70px 0;
}
.banner-set.top-area-banner .item{
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow: hidden;
	filter: none;
	background-color: #fff;
	margin-bottom: 25px;
	width: 100%;
}
.banner-set.top-area-banner .item a{
	display: block;
	text-decoration: none;
}
.banner-set.top-area-banner .item .imgbox{
	position: relative;
}
.banner-set.top-area-banner .item .txtbox{
	text-align: center;
	background-color: #fff;
}
.banner-set.top-area-banner .item .txtbox h2{
	padding: 25px 0 25px 0;
	font-size: 19px;
	color: #fff;
	line-height: 120%;
	color: #356BB3;
	letter-spacing: 0.1em;
}
.banner-set.top-area-banner .item .txtbox h2 span{
	display: inline-block;
	background: url(../../images2/arrow_r.png) 92% center no-repeat;
	background-size: 7px auto;
	padding: 0 30px 0 0;	
}
.banner-set.top-area-banner .item .txtbox p{
	font-size: 14px;
	line-height: 160%;
	text-align: left;
	color: #333;
}

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

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

/**/
.banner-set.top-movie-banner{
	padding: 70px 0 70px 0;
}
.banner-set.top-movie-banner .item{
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 25px;
	width: 100%;
}
.banner-set.top-movie-banner a{
	display: block;
	text-decoration: none;
	text-align: center;
}
.banner-set.top-movie-banner .item .imgbox{
	position: relative;
}
.banner-set.top-movie-banner .item .txtbox{
	text-align: center;
	background-color: #fff;
	padding: 20px;
}
.banner-set.top-movie-banner .item .txtbox h2{
	padding: 5px 0 20px 0;
	font-size: 18px;
	color: #fff;
	line-height: 120%;
	
	color: #356BB3;
}
.banner-set.top-movie-banner .item .txtbox h2 span{
	display: inline-block;
	background: none;
	background-size: 7px auto;
	padding: 0 0px 0 0;	
}
.banner-set.top-movie-banner .item .txtbox p{
	font-size: 14px;
	line-height: 160%;
	text-align: left;
	color: #333;
}

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

.top-movie-banner .btn-movie{
	display: inline-block;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-color: #888;
	color: #fff;
	padding: 8px 15px;
	line-height: 120%;
}


/**/
.top-about-wrapp{
	padding: 50px 0 80px 0;
}
.top-about-wrapp .content-inner{
	position: relative;
	border: solid #dcdcdc 6px;
}
.top-about-wrapp #main-slide{
	
}
.top-about-wrapp h2{
	position: absolute;
	width: 184px;
	top:-70px;
	left: -70px;
	z-index: 200;
}

.top-about-wrapp .bx-wrapper .bx-prev {
	left: -30px;
	width: 60px !important;
	height: 54px !important;
	margin-top: -15px !important;
	
}

.top-about-wrapp .bx-wrapper .bx-next {
	right: -30px;
	width: 60px !important;
	height: 54px !important;
	margin-top: -15px !important;
}



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

.page-bottom-service{
	border-top: solid #dcdcdc 1px;
	background-color: #C9EDF5;
}

.service-link-wrapp .recommend-slide-wrapp{
	background-color: #EEEEEE;
	padding: 15px;
}

.service-link-wrapp .recommend-slide-wrapp li .item .imgbox{
	position: relative;
}
.service-link-wrapp .recommend-slide-wrapp li .item .imgbox span{
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	line-height: 120%;
	background-color: rgba(0,0,0,0.70);
	padding: 3px 5px;
	color: #fff;
	z-index: 50;
	font-size: 11px;
}

.service-link-wrapp .recommend-slide-wrapp li .item .txtbox{
	text-align: center;
	background-color: #fff;
	padding: 15px;
	
}
.service-link-wrapp .recommend-slide-wrapp li .item .txtbox h3{
	padding: 0 0 10px 0;
	color: #356BB3;
	line-height: 140%;
	font-size: 16px;
}
.service-link-wrapp .recommend-slide-wrapp li .item .txtbox h3 span{
	display: inline-block;
	background: url(../../images2/arrow_r.png) right center no-repeat;
	background-size: 7px auto;
	padding-right: 20px;
	margin-top: 0px;
}
.service-link-wrapp .recommend-slide-wrapp li .item .txtbox p{
	font-size: 12px;
	line-height: 140%;
	text-align: left;
}


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


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







.news-block{
	border-top: solid #e9e9e9 1px;
	border-bottom: solid #e9e9e9 1px;
}

.list-infobox{
	width: 50%;
	float: left;
}

.top-news-wrapp .list-infobox-inner{
	padding: 70px 30px 80px 0;
	border-right: solid #e9e9e9 1px;
}
.top-colum-wrapp .list-infobox-inner{
	padding: 70px 0px 80px 30px;
}


.list-infobox .title{
	position: relative;
	border-bottom: solid #d2d2d2 1px;
}
.list-infobox .title h2{
	font-size: 25px;
	line-height: 160%;
	padding-bottom: 5px;
}
.list-infobox .title h2 span{
	font-size: 11px;
	display: inline-block;
	margin-left: 15px;
}

.list-infobox .title .btn-list{
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
}




.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: 50px 0;
	vertical-align: middle;
	border: solid #ededed 1px;
	
}
.link-area a{
	text-decoration: none;
}
.link-area img{
	vertical-align: middle;
}

.link-area .content-inner,
.link-area .content-innerS{
	text-align: center;
}
.link-area span{
	display: inline-block;
	vertical-align: middle;
	padding: 0 30px;
	text-align: center;
}

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




/*おすすめコンテンツ*/
.recommend-slide-wrapp h2{
	text-align: center;
	font-size: 28px;
	line-height: 160%;
	padding-top: 50px;
}
.recommend-slide-wrapp h2 span{
	display: block;
	text-align: center;
	font-size: 13px;
	line-height: 130%;
	
}
.recommend-slide-wrapp li a{
	display: block;
	text-decoration: none;
	padding: 10px;
	color: #333;
	text-decoration: none;
}
.recommend-slide-wrapp li .item{
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	overflow: hidden;
	filter: drop-shadow(2px 3px 2px rgba(0,0,0,0.2));
	background-color: #fff;
	
}
.recommend-slide-wrapp li .item .imgbox{
	position: relative;
}
.recommend-slide-wrapp li .item .txtbox{
	text-align: center;
	background-color: #fff;
	padding: 15px;
	
}
.recommend-slide-wrapp li .item .txtbox span{
	display: block;
	background: url(../../images2/arrow_b.png) right center no-repeat;
	background-size: 7px auto;
	padding-right: 15px;
	margin-top: 5px;
}

.recommend-slide-wrapp li .item .txtbox span.tl{
	background: none;
	padding-right: 0px;
	font-size: 12px;
	line-height: 1.2;
}
.recommend-slide-wrapp li .item .txtbox span.tl:before{
	display: inline-block;
	content: "動画";
	padding: 2px 3px;
	margin-right: 5px;
	margin-bottom: 2px;
	background: #fe0400;
	color: #fff;
	font-size: 10px;
	border-radius: 3px;
}
.recommend-slide-wrapp li .item .txtbox span i{
	text-decoration: none;
	font-style:normal;
	font-size: 12px;
	display: inline-block;
	margin-right: 10px;
}


.recommend-slide-inner{＿
	padding: 40px 0 30px 0;
}




/*インタビュー関連*/
.interview-index-bottom{
	padding: 30px 0 !important;
}
.interview-slide-wrapp h2{
	text-align: center;
	font-size: 28px;
	line-height: 160%;
	padding-top: 50px;
}
.interview-slide-wrapp h2 span{
	display: block;
	text-align: center;
	font-size: 13px;
	line-height: 130%;
	
}
.interview-slide-wrapp li a{
	display: block;
	text-decoration: none;
	padding: 10px;
	color: #333;
	text-decoration: none;
}
.interview-slide-wrapp li .item{
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	overflow: hidden;
	position: relative;
	
	
}
.interview-slide-wrapp li .item .imgbox{
	position: relative;
	padding-left: 30px;
}
.interview-slide-wrapp li .item .imgbox img{
	height: 300px;
}
.interview-slide-wrapp li .item .txtbox{
	text-align: center;
	padding: 15px;
	position: absolute;
	bottom:20px;
	right: 30px;
	
}


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

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

}
.interview-slide-wrapp .txtbox .name p{
	color: #356BB3;
	font-size: 20px;
	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: -60px !important;
    z-index: 99;
	display: block;
	text-indent: -9999px;
	width: 30px !important;
	height: 30px !important;
	background: url(../../images2/slide_next02.png) center center no-repeat !important;
	background-size: 16px auto !important;
}
.slick-prev {
    left: -60px !important;
    z-index: 100;
	display: block;
	text-indent: -9999px;
	width: 30px !important;
	height: 30px !important;
	background: url(../../images2/slide_prev02.png) center center no-repeat !important;
	background-size: 16px auto !important;
}




/*フェードアニメーション*/
/*下から移動・順番に出現*/
.fadeinNum {
	opacity : 0;
	transform : translate(0, 30px);
	-webkit-transform : translate(0, 30px);
	-moz-transform : translate(0, 30px);
	transition : all 800ms;
	-webkit-transition : all 800ms;
	-moz-transition : all 800ms;
}
.fadeinNum.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	-webkit-transform : translate(0, 0);
	-moz-transform : translate(0, 0);
}
/*移動なし・順番に出現*/
.fadeNum {
	opacity : 0;
	/**/
	-webkit-transition: 0.8s ease-in-out;
	   -moz-transition: 0.8s ease-in-out;
		 -o-transition: 0.8s ease-in-out;
			transition: 0.8s ease-in-out;
}
.fadeNum.scrollin {
	opacity : 1;
}

/*下から移動*/
.fadein {
	opacity : 0;
	transform : translate(0, 30px);
	-webkit-transform : translate(0, 30px);
	-moz-transform : translate(0, 30px);
	transition : all 800ms;
	-webkit-transition : all 800ms;
	-moz-transition : all 800ms;
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	-webkit-transform : translate(0, 0);
	-moz-transform : translate(0, 0);
}
/*移動なし*/
.fade {
	opacity : 0;
	/**/
	-webkit-transition: 0.8s ease-in-out;
	   -moz-transition: 0.8s ease-in-out;
		 -o-transition: 0.8s ease-in-out;
			transition: 0.8s ease-in-out;
}
.fade.scrollin {
	opacity : 1;
	
}

.content-innerS.msg {
	max-width: 600px;
	margin: 0 auto;
}

