@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700|Roboto+Condensed:300,400,700');
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');

/*----------------------------------------------------------
COLOR SETTING
----------------------------------------------------------*/

/* company background color */
.bg-west,.bg-westg{
	background-color: #073A97;
}
.bg-bs{
	background-color: #BE0809;
}
.bg-ma{
	background-color: #F0B72C;
}
.bg-ft{
	background-color: #039EA8;
}
.bg-neo{
	background-color: #0389C9;
}
.bg-ba{
	background-color: #A43782;
}
.bg-smc{
	background-color: #AAC50B;
}

/* company font color */
.fc-west{
	color: #073A97;
}
.fc-bs{
	color: #BE0809;
}
.fc-ma{
	color: #F0B72C;
}
.fc-ft{
	color: #039EA8;
}
.fc-neo{
	color: #0389C9;
}
.fc-ba{
	color: #A43782;
}
.fc-smc{
	color: #AAC50B;
}

/* company font & border color */
.bf-west{
	color: #073A97;
	border: 1px solid #073A97;
}
.bf-bs{
	color: #BE0809;
	border: 1px solid #BE0809;
}
.bf-ma{
	color: #F0B72C;
	border: 1px solid #F0B72C;
}
.bf-ft{
	color: #039EA8;
	border: 1px solid #039EA8;
}
.bf-neo{
	color: #0389C9;
	border: 1px solid #0389C9;
}
.bf-ba{
	color: #A43782;
	border: 1px solid #A43782;
}
.bf-smc{
	color: #AAC50B;
	border: 1px solid #AAC50B;
}

/*----------------------------------------------------------
RESET
----------------------------------------------------------*/
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td {
	margin:0;
	padding:0;
	font-size: 100%;
	font-weight: normal;
	list-style-type: none;
	font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
}

h1{
}

table {
    border-collapse:collapse;
	border-spacing:0;
	border: none;
	empty-cells:show;
}
fieldset,img,abbr {
    border:0;
}
address,caption,cite,code,dfn,h1,h2,h3,h4,th,var {
    font-style:normal;
	font-weight:normal;
}
caption,th { 
    text-align:left;
}
li,dl {
	list-style:none;
}
img {
    vertical-align:top;
	border: none;
}

legend {
	display:none;
}

hr{
	display: none;
	clear: both;
}

.left{
	float: left;
}
.right{
	float: right;
}

a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.pc{
	display: block !important;
}
.pc.pc-table{
	display: table !important;
}

.sp{
	display: none !important;
}
@media screen and (max-width: 959px) {
.pc{
	display: none !important;
}
.pc.pc-table{
	display: none !important;
}

.sp{
	display: block !important;
}
img{
	max-width: 100%;
}
}

/*----------------------------------------------------------
CLEARFIX
----------------------------------------------------------*/

.clearfix:after {
content: " ";  
display: block; 
visibility: hidden; 
clear: both; 
height: 0.1px; 
font-size: 0.1em; 
line-height: 0; 
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


img{
	max-width: 100%;
}

#wrap{
	position: relative;
	width: 100%;
}

.inner{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}








.page-top {
    position: fixed;
    bottom: 25px;
    right: 10px;
    padding: 10px;
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7 ;
    opacity: 0.8;
	z-index:9999;
}
.page-top img{
	width:100px;
	height:auto;
}

@media screen and (max-width: 960px) {
  body {
  }
  .page-top img{
	width:75px;
	height:auto;
  }
}
/*----------------------------------------------------------
FOOTER
----------------------------------------------------------*/
.pagetop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 200;
	display: none;
}

#footer_wrapper{
	width: 100%;
}

/* Company */
#footer_wrapper .group{
	background-color: #f0f0f0;
	padding: 55px 0 100px;
	text-align: center;
}

#footer_wrapper .group .group_title h2{
	font-size: 24px;
	font-weight: bold;
	line-height: 100%;
}

#footer_wrapper .group .group_title h2:after{
	background-color: #7d7d7d;
	content: "";
	width: 84px;
	height: 1px;
	display: block;
	margin: 16px auto;
}

#footer_wrapper .group .group_title .title-en{
	font-size: 16px;
}

#footer_wrapper ul.links{
	max-width: 1280px;
	margin: 45px auto 0;
	position: relative;
}
#footer_wrapper ul.links li{
	display: inline-block;
	margin: 8px;
}
#footer_wrapper ul.links li a{
	position: relative;
	display: inline-block;
	width: 270px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;

	border-radius: 5px;
}
#footer_wrapper ul.links li a.bg-west{ box-shadow: 0px 4px 0px 0px #0e3d73; }
#footer_wrapper ul.links li a.bg-ma  { box-shadow: 0px 4px 0px 0px #d79e13; }
#footer_wrapper ul.links li a.bg-bs  { box-shadow: 0px 4px 0px 0px #ac2828; }
#footer_wrapper ul.links li a.bg-ba  { box-shadow: 0px 4px 0px 0px #7b2d63; }
#footer_wrapper ul.links li a.bg-neo { box-shadow: 0px 4px 0px 0px #1576a3; }
#footer_wrapper ul.links li a.bg-ft  { box-shadow: 0px 4px 0px 0px #12838b; }
#footer_wrapper ul.links li a.bg-smc { box-shadow: 0px 4px 0px 0px #90a611; }

#footer_wrapper ul.links li a:hover{
	box-shadow: none !important;
	top: 5px;
}



@media screen and (max-width: 959px) {
#footer_wrapper{
	width: 100%;
}
#footer_wrapper .group{
	padding: 20px 10px;
}
#footer_wrapper ul.links{
	width: 100%;
}

}

@media screen and (max-width: 959px) {
#footer_wrapper .group .group_title h2{
	font-size: 1rem;
}
#footer_wrapper .group .group_title .title-en{
	font-size: 0.8rem;
}
#footer_wrapper ul.links{
	margin: 20px 0 0;
}
}

/*----------------------------------------------------------
BROWSER CHECK
----------------------------------------------------------*/
.bchk{
}

.bchk #attention{
	width: 900px;
	margin: 200px auto 60px;
	border-top: 1px solid #6d6879;
	border-bottom: 1px solid #6d6879;
	padding: 48px 68px 48px 210px;;
	background: url('../img/bcheck/attention.png') no-repeat 70px center;
}

.bchk #browser{
	width: 900px;
	margin: 0 auto;
	text-align: center;
}

.bchk #browser .box{
	width: 200px;
	margin: 10px 24px 10px 0;
	display: inline-block;
	text-align: center;
}

.bchk #browser .box.last{
	margin-right: 0;
}

.bchk #browser .box a{
	display: block;
	background-color: #4f4e4e;
	line-height: 58px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	margin-top: 28px;
}

.bchk #continue a{
	display: block;
	margin: 60px auto 100px;
	width: 442px;
	line-height: 70px;
	text-align: center;
	text-decoration: none;
	color: #000;
	border: 1px solid #8a8a8a;
	font-weight: bold;
}

.bchk #continue a:hover{
	background-color: #8a8a8a;
	color: #fff;
}

@media screen and (max-width: 959px) {
.bchk{
	padding-top: 40px;
}

.bchk #attention{
	margin: 30px auto 60px;
}

.bchk #attention,
.bchk #browser{
	width: 100%;
}
}

@media screen and (max-width: 480px) {
.bchk #attention{
	margin: 0;
	padding: 10px;
	background: none;
}
}

/*----------------------------------------------------------
CONTENTS
----------------------------------------------------------*/
main{
	display: block;
}

.overwrap.open::before{
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	z-index: 300;
}

#subheader{
	background-color: #f4f4f4;
	padding: 136px 20px 40px;
}

.pagenavi{
	margin: 0 auto;
    background-color: #f5f5f5;
	margin-top: 82px;
}
.pagenavi ul{
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.pagenavi li{
}
.pagenavi li a{
	font-size: 12px;
	line-height: 43px;
	display: block;
	height: 43px;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
.pagenavi li.nolink{
	font-size: 0.8em;
	line-height: 43px;
	display: block;
	height: 43px;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration: none;
	font-weight: bold;
	color: #aaa;
}

.pagenavi li a:hover,
.pagenavi li a.current{
	color: #fff;
	background-color: #000;
}

.breadcrumb{
	display: block;
}
.breadcrumb ul{
    max-width: 1560px;
	margin: 0 auto;
	padding: 0 30px;
}
.breadcrumb li{
	font-size: 10px;
	color: #767676;
	float: left;
	padding: 8px 0;
	margin-right: 6px;
}
.breadcrumb li a{
	color: #767676;
	text-decoration: none;
}


@media screen and (max-width: 959px) {
#subheader{
	background-color: #f4f4f4;
	padding: 0;
}

.pagenavi{
	height: 80px;
	margin-top: 0px;
	width: 100%;
	padding-left: 0px;
}
.pagenavi li{
	float: left;
	margin-right: 0px;
	width: 50%;
}
.pagenavi li a{
	font-size: 0.6em;
	line-height: 40px;
	background-color: #f1efe7;
	display: block;
	height: 40px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
}

}


#common-logo{
	background-color: #fff;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	text-align: center;
	line-height: 0;
	padding: 80px 0;
}

#common-company{
	background-color: #f0f0f0;
	padding: 90px 40px;
	text-align: center;
}

#common-company .inner{
}
#common-company h2 .en{
	display: block;
	position: relative;
	font-size: 32px;
	font-weight: bold;
	font-family: "Roboto";
}
#common-company h2 .en::after{
	content: "";
	display: block;
	position: absolute;
	width: 62px;
	height: 1px;
	background-color: #000;
	bottom: -5px;
	left: 50%;
	margin-left: -31px;
}
#common-company h2 .jp{
	font-size: 16px;
	font-weight: bold;
	padding-top: 13px;
	display: block;
}

#common-company .boxs{
	margin: 40px 0 0px;
}

#common-company .links{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 12px;
	max-width: 1000px;
	margin: 0 auto;
}

#common-company .links li{
	width: 25%;
	max-width: 220px;
	padding: 18px 8px;
}


@media screen and (max-width: 959px) {

#common-logo{
	padding: 40px 0;
}

#common-company{
	padding: 40px 20px 20px;
}

#common-company h2 img{
	height: 16px;
}

#common-company h2 span.en{
	display: inline-block;
	margin-bottom: 8px;
}

#common-company h2 span.jp{
	display: block;
	font-size: 14px;
}

#common-company h2 span.en{
}

#common-company .inner{
	padding: 0 0 0;
	background: none;
}

#common-company .boxs{
	margin: 0 ;
}

#common-company ul.links{
	padding: 0;
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
}

#common-company ul.links li{
	width: 48%;
	margin: 8px 1%;
	padding: 0;
}

#common-company ul.links li a{
	width: 100%;
	display: block;
	font-size: 0.9rem;
	line-height: 130%;
	text-align: center;
	
	display: flex;
	align-items:center;
}

#common-company ul.links li a span{
	display: block;
	width: 100%;
	text-align: center;
	padding: 0 10px;
}


}









