/*

	viewport settings

**************************************************/
/*

	font setting

**************************************************/
/*

	clearfix settings

**************************************************/
/*

	boxsizing settings

**************************************************/
/*

	opacity settings

**************************************************/
/*

	border-radius settings

**************************************************/
/*

	drop shadow settings

**************************************************/
/*

	vertical align setting

**************************************************/
/*

	flexbox layout setting

**************************************************/
/*

	hover transition

**************************************************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-weight: 500;
  font-family: 'M PLUS 1p', sans-serif;
}

.spnone {
  display: none;
}

@media screen and (min-width: 750px) {
  .spnone {
    display: block;
  }
}

.pcnone {
  display: block;
}

@media screen and (min-width: 750px) {
  .pcnone {
    display: none;
  }
}

.footer {
  margin-top: 18.66667vw;
}

.footer-nav {
  text-align: center;
  margin-bottom: 2.66667vw;
}

.footer-elem {
  font-size: 3.2vw;
  color: #333;
  position: relative;
  display: inline-block;
  padding-right: 1.33333vw;
  text-decoration: none;
}

.footer-elem:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.8vw;
  height: 0.8vw;
  margin-top: -0.4vw;
  border-top: solid 0.26667vw #999;
  border-right: solid 0.26667vw #999;
  transform: rotate(45deg);
  content: "";
}

.footer-elem + .footer-elem {
  margin-left: 2.66667vw;
}

.footer-copy {
  background: #000;
  padding: 3.06667vw 0 2.53333vw;
  text-align: center;
  font-size: 3.2vw;
  color: #fff;
}

@media screen and (min-width: 750px) {
  .footer {
    margin-top: 70px;
  }
  .footer-nav {
    margin-bottom: 10px;
  }
  .footer-elem {
    font-size: 12px;
    padding-right: 10px;
  }
  .footer-elem:after {
    width: 3px;
    height: 3px;
    margin-top: -1px;
    border-top: solid 2px #999;
    border-right: solid 2px #999;
    transform: rotate(45deg);
    content: "";
  }
  .footer-elem + .footer-elem {
    margin-left: 10px;
  }
  .footer-copy {
    padding: 10px 0 10px;
    font-size: 12px;
  }
}

.header {
  background: url(../img/bg-head.png) no-repeat right bottom;
  background-size: auto 5.46667vw;
  padding: 2.66667vw 0 0 4vw;
  height: 9.33333vw;
}

.header-logo img {
  width: auto;
  height: 6.66667vw;
  vertical-align: bottom;
}

@media screen and (min-width: 750px) {
  .header {
    background: none;
    padding: 0;
    height: 50px;
  }
  .header-in {
    height: 50px;
    max-width: 1100px;
    margin: 0 auto;
  }
  .header-logo {
    margin-top: 14px;
  }
  .header-logo img {
    width: auto;
    height: 50px;
    vertical-align: bottom;
  }
}

.page-ttle {
  font-size: 5.33333vw;
}

.page-body {
  padding: 8vw 4vw;
}

@media screen and (min-width: 750px) {
  .page-ttle {
    font-size: 40px;
  }
  .page-body {
    width: 940px;
    margin: 0 auto;
    padding: 60px 0;
  }
}

.company-head {
  background: #f5f5f5 url(../img/img_form_sp.jpg) no-repeat center center;
  background-size: cover;
  height: 18.66667vw;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.company-table {
  border-collapse: collapse;
  border-spacing: 0;
}

.company-table tbody tr th {
  border: 1px solid #ccc;
  display: block;
  padding: 2.66667vw;
  font-size: 4.26667vw;
  text-align: left;
  background: #ebfaff;
}

.company-table tbody tr td {
  border: 1px solid #ccc;
  display: block;
  font-weight: 400;
  padding: 2.66667vw;
  font-size: 4.26667vw;
  text-align: left;
  line-height: 1.5;
}

@media screen and (min-width: 750px) {
  .company-table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  .company-table tbody tr th {
    width: 40%;
    display: table-cell;
    padding: 10px;
    font-size: 16px;
  }
  .company-table tbody tr td {
    width: 60%;
    display: table-cell;
    padding: 10px;
    font-size: 16px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 750px) {
  .company-head {
    background: #f5f5f5 url(../img/img_form_pc.jpg) no-repeat center center;
    background-size: auto 150px;
    height: 150px;
  }
  .company-table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  .company-table tbody tr th {
    border: 1px solid #ccc;
    display: block;
    padding: 2.66667vw;
    font-size: 4.26667vw;
    text-align: left;
    background: #ebfaff;
  }
  .company-table tbody tr td {
    border: 1px solid #ccc;
    display: block;
    font-weight: 400;
    padding: 2.66667vw;
    font-size: 4.26667vw;
    text-align: left;
    line-height: 1.5;
  }
}

@media screen and (min-width: 750px) and (min-width: 750px) {
  .company-table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  .company-table tbody tr th {
    width: 40%;
    display: table-cell;
    padding: 10px;
    font-size: 16px;
  }
  .company-table tbody tr td {
    width: 60%;
    display: table-cell;
    padding: 10px;
    font-size: 16px;
    line-height: 1.5;
  }
}
