@charset "UTF-8";
/* --------------------------------------------------------
-----------------------------------------------------------
 Wrapper
-----------------------------------------------------------
----------------------------------------------------------- */

/* --------------------------------------------------------
-----------------------------------------------------------
common
-----------------------------------------------------------
----------------------------------------------------------- */



/* --------------------------------------------------------
-----------------------------------------------------------
 Header
-----------------------------------------------------------
----------------------------------------------------------- */

.Header {
    position: relative;
    z-index: 1;
}
.Header-in-wrap{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    box-shadow: 1px 1px 3px rgba(238, 238, 238, 0.85);
    min-width: 1020px;
}

/* ----- Header-menu ------*/

.Header-menu .menu-bg {
    display: none;
}

.Header-menu .menu-body {
    width: 162px;
    position: absolute;
    top: 3px;
    left: 50%;
    margin-left: -72px;
}


/* --------------------------------------------------------
-----------------------------------------------------------
 Content
-----------------------------------------------------------
----------------------------------------------------------- */
.Content {
	padding-top: 30px;
    position: relative;
}
.Alpha{
	height:100%;
	display:table-cell;
	vertical-align:top;
}
.Beta{
	width:20%;
	height:100%;
	display:table-cell;
	vertical-align:top;
}
.Beta.MOD-color{
	background-color:#afdcde;
}
.Beta.MOD-color02{
	background-color:#dccde4;
}
.Beta ul{
	padding:90px 15px 0;
}
.Beta ul li{
    margin: 0 0 70px 0;
    text-align: right;
    min-height: 20px;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.Beta ul li:last-child{
	margin-bottom:0;
}
.Beta ul li a{
    position: relative;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
    padding: 0px 40px 0px 0px;
    display: table-cell;
    vertical-align: middle;
	text-align: left;
}
.Beta ul li a:hover::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/icon-megaphone-white.svg) no-repeat left center;
    width: 27px;
    height: 21px;
    display: block;
}



.Beta ul li a:hover{
	opacity:1;
}

/* --------------------------------------------------------
-----------------------------------------------------------
MOD-content01
-----------------------------------------------------------
----------------------------------------------------------- */

.MOD-content01 .Main {
	display:table;
	table-layout:fixed;
}

/* --------------------------------------------------------
-----------------------------------------------------------
MOD-content02
-----------------------------------------------------------
----------------------------------------------------------- */

/* ----- Main ------*/

.MOD-content02 .Main {
	display:table;
	table-layout:fixed;
}

/* ----- Ch-top ------*/

.MOD-content02 .Ch-top{
	text-align: center;
}


/* --------------------------------------------------------
-----------------------------------------------------------
MOD-content03
-----------------------------------------------------------
----------------------------------------------------------- */

.MOD-content03 .Main {
	display:table;
	table-layout:fixed;	
}

/* --------------------------------------------------------
-----------------------------------------------------------
Main
-----------------------------------------------------------
----------------------------------------------------------- */

.Main {
    background: #fff;
    padding-bottom: 70px;
}

.last {
    margin-right: 0!important;
}

/* --------------------------------------------------------
-----------------------------------------------------------
Select-btn01
-----------------------------------------------------------
----------------------------------------------------------- */
.Select-btn01 {
    margin: 0 auto 46px;
    width: 460px;
	position: relative;
}

.Select-btn01 .btn.Back {
    float: left;
}

.Select-btn01 .btn.Next {
    float: right;
}

.Select-btn01 .btn .linkarrow {
    display: block;
    font-size: 11px;
    line-height: 50px;
    background-repeat: no-repeat;
    color: #4c4948;
    text-decoration: none;
    opacity: 1;
}
.Select-btn01 .btn .linkarrow:hover {
    opacity: 0.8;
}
.Select-btn01 .btn.Back a.linkarrow {
    background-image: url(../img/arrow02.svg);
    background-position: right center;
    padding-right: 62px;
}
.Select-btn01 .btn.Next a.linkarrow {
    background-image: url(../img/arrow01.svg);
    background-position: 0px center;
	padding-left: 62px;
}
/* --------------------------------------------------------
-----------------------------------------------------------
Link-list-wrap
-----------------------------------------------------------
----------------------------------------------------------- */
.Link-list-wrap {
    position: relative;
    text-align: center;
}
.Link-list-wrap .link-list {
    width: 800px;
    margin: 0 auto;
}
.Link-list-wrap .link-list.item-slider {
    width: 830px;
}
.Link-list-wrap .link-list li {
    float: left;
    width: 144px!important;
    margin: 0 8px 13px 8px;
}
.Link-list-wrap .link-list li .ch_img {
    position: relative;
}
.Link-list-wrap .link-list li a {
	display: block;
	text-decoration: none;
	padding: 10px;
}
.Link-list-wrap .link-list li a img{
	margin:0 auto;
	max-height: 184px !important;
}
.Link-list-wrap .link-list li a:hover{
    opacity: 1;
}
.Link-list-wrap .link-list li a.active:before,
.Link-list-wrap .link-list li a:hover:before {
    width:100%;
	height:100%;
	content:"";
	display:block;
	background:rgba(0,0,0,0.15);
	position:absolute;
	top:0;
	left:0;
}

.Link-list-wrap .link-list li a .text-wrap {
    display: block;
    padding-top: 10px;
    font-size: 10px;
    font-weight: bold;
    color: #63c5f1;
}
.Link-list-wrap .link-list li a .text-wrap span {
	display: block;
	line-height: 1.3;
}
.Link-list-wrap .link-list li a.active .text-wrap,
.Link-list-wrap .link-list li a:hover .text-wrap {
    color: #4c4948;
}

/*slider cssの上書き*/
.slick-slider .slick-list{
    margin: 0 15px;
}

.slick-slider .slick-prev:before {
    content: url("../img/arrow-left.svg")!important;
}

.slick-slider .slick-next:before{
    content: url("../img/arrow-right.svg")!important;
}

.slick-slider .slick-prev{
    left:0!important;
}

.slick-slider .slick-next{
    right:0!important;
}

.slick-slider .slick-prev, .slick-next{
    width: 15px!important;
    height: 31px!important;
    top:initial!important;
    bottom: 110px!important;
    z-index:5;
}

.Link-list-wrap .link-list.item-slider li{
    /* width: 143px!important; */
    width: 160px!important;
    padding: 0 6px 13px 6px;
    margin: 0;
}

/* --------------------------------------------------------
-----------------------------------------------------------
other
-----------------------------------------------------------
----------------------------------------------------------- */







