@charset "UTF-8";
/* base styles */
html{
    font-size: 62.5%;
}
body{
    min-width: 1000px;
    padding: 0;
    margin: 0;
    background: #000;
    color: #fff;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.5;
    letter-spacing: .04em;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
}
body > header, body > footer, body > section, body > article, body > div{
    font-size: 1.4rem;
}
::selection{
  background: #666;
  color: #fff;
}
::-moz-selection{
  background: #666;
  color: #fff;
}

a{
    text-decoration: underline;
}
a:hover{
    text-decoration: none;
}
a img{
    transition: opacity .3s ease;
}
a:hover img{
    opacity: .75;
}

.mB5{
	margin-bottom: 5px!important;
}
.mB10{
	margin-bottom: 10px!important;
}
.mB15{
	margin-bottom: 15px!important;
}
.mB20{
	margin-bottom: 20px!important;
}
.mB25{
	margin-bottom: 25px!important;
}
.mB30{
	margin-bottom: 30px!important;
}
.mB40{
	margin-bottom: 40px!important;
}
.mB50{
	margin-bottom: 50px!important;
}
.pL1em{
    padding-left: 1em!important;
}

.ff_min{
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.contents{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 30px);
    padding: 50px 0 100px;
}
/* ie */
_:-ms-input-placeholder,:root .contents{
    padding-top: 100px;
}
.main-title{
    margin-bottom: 50px;
    font-family: 'Garamond','Times New Roman',serif;
    text-align: center;
}
.main-title__logo{
    display: block;
    margin-bottom: 15px;
}
.main-title__corp{
    display: block;
    color: #999;
    font-size: 1.8rem;
    font-weight: bold;
}
.main-message{
    position: relative;
    margin-bottom: 70px;
    text-align: center;
}
.main-message__text{
    margin-bottom: 15px;
    font-size: 1.6rem;
}
.main-message__text a{
    color: #ccc;;
}
.main-message__logo a{
    text-decoration: none;
}
.corp-info{
    display: flex;
    justify-content: center;
}
.corp-info-img{
    flex: 0 0 283px;
    justify-content: center;
    margin-right: 22px;
}
.corp-info-img img{
    width: 100%;
    height: auto;
}
.corp-info-main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}
.corp-info__name{
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.corp-info__list{
    color: #ccc;
    line-height: 1.8;
}

.copy{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    border-top: solid 1px #666;
    color: #fff;
    font-family: 'Garamond','Times New Roman',serif;
    font-size: 1.4rem;
}



















