@charset "utf-8";
/* CSS Document */


/*================================================
 *  メインテーマ
 ================================================*/

.main_theme {
    position: relative;
    margin: 0;
    padding: 0;
    background-image: url(/image/img_top.jpg);
    background-repeat: no-repeat;
    min-height: 600px;
    background-position: center center;
}
.sp-words{
        display: none;
    }

.pc-words {
    text-align: center;
	font-size: 2rem;
    color: #ffffff;
    line-height: 160%;
    padding: 120px 0 40px;
    font-weight: bold;
	}

.sp-words {
    display: none;
    text-align: center;
    font-size: 14pt;
    color: #ffffff;
    line-height: 160%;
    padding: 30px 10px;
    font-weight: bold;
	}

.wms_banner {
	width: 720px;
    padding: 30px 50px 0; 
	margin: auto auto 10px; 
	position: relative; 
	z-index: 1; 
}

.wms_left,
.wms_right {
	width: 320px; 
	margin: 0 0 20px 0; 
    /*filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.3));*/
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    border-radius:10px;
    background-color: #fff;
}

.wms_left img,
.wms_right img {
    border-radius:10px;
}

.wms_left { 
	float: left;
}

.wms_right { 
	float: right;
}

/*max-width: 767px*/
@media only screen and (max-width: 767px) {
    .wms_banner {
        width: 100%;
        padding: 0;
        margin: auto auto 10px;
    }
    
    .wms_left,
    .wms_right {
        width: 90%;
        max-width: 320px;
        margin: 0 auto 10px;
        float: none;
        background-color: transparent;
        text-align: center;
    }
    
    .main_theme {
        position: relative;
        min-height: 500px;
    }
    
    .pc-words {
        display: none;
    }
    
    .sp-words {
        display: block;
    }
}

/*max-width: 910px*/
@media only screen and (max-width: 910px) {
    .wms_banner {
        width: 90%;
        padding: 0;
        margin: auto auto 10px;
    }   
}


/*================================================
 *  News
 ================================================*/

.News { 
	position: relative;
	background: rgba(0, 0, 0,0.75);
    height: 100%;
	top: -70px;
	width: 965px;
	margin: 0 auto -10px;
	color: #ffffff;
	font-size: 90%;
}

.News div {
	max-width: 700px;
	width: auto;
	margin: 0 auto 2px;
	padding: 0 20px;
	height: auto;
}

.News h2 {
    background: none;
    text-align: center;
    color: #ffffff;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0;
    padding: 0;
}
.News h2 span {
    display: block;
    background: none;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 1.6rem;
    letter-spacing: 0;
}

.News h2 span:after {
    content: "";
    display: block;
    margin: 5px auto 0;
    width: 140px;
    height: 2px;
    background: #ffffff;
}

.NewsRelease {
	display: flex;
	flex-wrap: wrap;
}

.NewsRelease dt{
    font-size: 1em;
    font-weight: bold;
	padding: 10px 10px 10px 0;
}

.NewsRelease .news_cate_red,
.NewsRelease .news_cate_green,
.NewsRelease .news_cate_blue,
.NewsRelease .news_cate_yellow {
    margin: 0 14px;
}

.NewsRelease dd{
    padding: 10PX 10PX 10px 0;
}

.NewsRelease dd a:link,
.NewsRelease dd a:visited {
	text-decoration: none;
	background-image: url(/image/jp/r1/icon/icon_link_right_white_hd.gif);
	padding: 0 25px 0 0;
	background-repeat: no-repeat;
    background-position: right center;
	background-size: 20px;
	color: #FFF;
}

.NewsRelease dd a:hover,
.NewsRelease dd a:active {
	text-decoration: underline;
	background-image: url(/image/jp/r1/icon/icon_link_right_white_hd.gif);
	background-repeat: no-repeat;
    background-position: right center;
	background-size: 20px;
}

.NewsLinkStyle1 a {
	padding: 0 17px 0 5px;
	min-width: 75px;
	text-align: center;
	font-weight: normal;
	font-size: 90%;
	background-image: url(/image/jp/r1/icon/icon_link_right_white.gif) ;
	background-size: 16px 16px !important;
	background-repeat: no-repeat;
	background-position: right center;
	color: #FFF;
}

.NewsLinkStyle1 {
	text-align: right;
	padding: 0 20px 10px 0;
	max-width: 965px;
	width: auto;
	margin: 0 auto;
}

/*max-width: 994px*/
@media only screen and (max-width: 994px) {
    .News { 
        margin-bottom: 20px;
        top: 10px;
        max-width: 100%;
    }
    
    .News h2 span {
        font-size: 1.2rem;
    }
    
    .News div {
        max-width: 100%;
        margin: 0 auto 2px;
        padding: 0 20px;
        height: auto;
        width: auto;
    }
    
    .NewsRelease {
	    display: block;
    }
    
    .NewsRelease dt{
        padding: 5px 10px 5px 0;
    }
    
    .NewsRelease dd {
        padding: 5px 10px 5px 0;
    }
    
}


/*================================================
 *  menu_button
 ================================================*/

.menu_button {
    position: relative;
    margin-top: -50px;
    margin-bottom: 50px;
}
.menu_button a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    background-color: #fff;
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    z-index: 5;
}

.menu_button a:hover{
    filter:alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
}

.OneColumn {
	width: 965px;
    padding: 10px 0 0; 
	margin: auto auto 10px; 
	position: relative; 
}

.OneColumn div {
    position: relative;
    display:inline-block;
    margin: 10px auto;
    /*filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.3));*/
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.OneColumn img{
    width: 100%;
}

.OneColumn h3 {
    font-size: 1rem;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
	text-align: center;
	color:#fff;
    /*text-shadow: 0px 0px 20px #808080;*/
	border-left: none;
    font-weight:normal;
    margin-bottom: 0;
	}

.OneColumn h3 {
    padding: 0;
}

.OneColumn h3 span {
    font-size: 1.4rem;
    margin-bottom: 5px;
    font-weight:bold;
	}

.OneColumn h3 span:after  {
    content: "";
    display: block;
    margin: 10px auto;
    width: 140px;
    height: 2px;
    background: #fff;
	}

/*max-width: 994px*/
@media only screen and (max-width: 994px) {
    
    .menu_button {
        margin-top: 10px;
        margin-bottom: 30px;
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .OneColumn {
        width: 100%;
        padding: 0;
    }
    
    .OneColumn div {
        margin: 10px auto;
    }
    
    .OneColumn img {
        min-height: 80px;
        object-fit: cover;
    }
    .OneColumn h3 span {
        font-size: 1rem;
    }
    .OneColumn h3 span:after{
        margin: 5px auto;
        width: 100px;
	}

}
