@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

a,
a:link,
a:visited,
a:active,
a:hover {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
}

a:hover img {
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
}

a:focus {
  outline: none;
}

img {
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

html {
  font-size: 10px;
}

body,
td,
th,
input,
textarea {
  color: #000;
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', YuGothic, '游ゴシック',Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}

a {
  color: #000;
}

body {
  overflow-wrap: break-word;
  word-break: break-word;
}

img {
  vertical-align: bottom;
}

.img_ck {
  font-size: 0.1rem;
  line-height: 0;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

ul,
ol,
li {
  list-style: none;
}

.file {
  border-top: 1px dotted #cccccc;
  margin: 15px 0;
  padding: 10px 0 0;
  text-align: left;
}

.file .pdf {
  background: url(../images/cms/pdf.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.file .ppt {
  background: url(../images/cms/ppt.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.file .xls,
.file .xlsx {
  background: url(../images/cms/xls.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.file .doc,
.file .docx {
  background: url(../images/cms/doc.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.top-right {
  float: right;
  margin: 0px 0px 30px 30px;
}

.top-left {
  float: left;
  margin: 0px 30px 30px 0px;
}

.top-center {
  margin: 0px 0px 30px 0px;
  text-align: center;
}

.bottom-right {
  float: right;
  margin: 30px 0px 0px 30px;
}

.bottom-left {
  float: left;
  margin: 30px 30px 0px 0px;
}

.bottom-center {
  margin: 30px 0px 0px 0px;
  text-align: center;
}

.entry-container b {
  font-weight: bold;
}

.entry-container i {
  font-style: italic;
}

html,
body {
  width: 100%;
  height: 100%;
}

.row {
  width: 100%;
  margin: 0 auto;
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
}

.row {
  padding: 0 3.90625vw;
}

/** ===================
Header
======================**/
header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}

header .main_header {
  padding: 2.60417vw 3.90625vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .main_header .left h1 {
  font-size: 0;
}

header .main_header .left h1 a {
  display: block;
}

header .main_header .left h1 a img {
  width: 37.36979vw;
}

header .main_header .right ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .main_header .right ul li a {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
}

header .main_header .right ul li:nth-of-type(1) a {
  width: 6.11979vw;
  height: 6.11979vw;
  background: url("/sp/common/images/icon_insta.png") 0 0 no-repeat;
  -moz-background-size: contain;
       background-size: contain;
}

header .main_header .right ul li:nth-of-type(2) a {
  width: 3.125vw;
  height: 6.11979vw;
  background: url("/sp/common/images/icon_face.png") 0 0 no-repeat;
  -moz-background-size: contain;
       background-size: contain;
}

header .main_header .right ul li:nth-of-type(3) a {
  width: 7.16146vw;
  height: 4.6875vw;
  background: url("/sp/common/images/icon_mail.png") 0 0 no-repeat;
  -moz-background-size: contain;
       background-size: contain;
}

header .main_header .right ul li:nth-of-type(4) a {
  width: 6.11979vw;
  height: 6.11979vw;
  background: url("/sp/common/images/icon_phone.png") 0 0 no-repeat;
  -moz-background-size: contain;
       background-size: contain;
}

header .main_header .right ul li:not(:last-of-type) {
  margin-right: 6.11979vw;
}

footer {
  background-color: #000;
  border-top: 0.26042vw solid #fff;
}

footer .main_footer {
  padding: 4.29688vw 3.90625vw 3.125vw;
}

footer .main_footer ul {
  margin-bottom: 3.90625vw;
}

footer .main_footer ul li {
  display: inline-block;
  width: 49%;
  margin-bottom: 1.95312vw;
}

footer .main_footer ul li:first-of-type {
  width: 28%;
}

footer .main_footer ul li a {
  font-size: 3.38542vw;
  color: #fff;
  line-height: 5.98958vw;
  position: relative;
  padding-left: 5.85938vw;
}

footer .main_footer ul li a:before {
  content: "";
  background: url(../../common/images/arrow.png) no-repeat;
  -moz-background-size: contain;
       background-size: contain;
  width: 2.99479vw;
  height: 2.08333vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

footer .main_footer p {
  font-size: 3.125vw;
  color: #fff;
  line-height: 1.5;
}

.bx_ttl {
  text-align: center;
  padding: 6.25vw 0 7.42188vw;
}

.bx_ttl figure img {
  width: 26.5625vw;
}

.bx_ttl .ttl {
  margin: 8.72396vw 0 3.38542vw;
}
