html {
  overflow-y: auto;
  font-size: 10px;
  /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
main {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}
li {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}
/*because legend doesn't inherit in IE */
legend {
  color: #000;
}
del, ins {
  text-decoration: none;
}
/* ====================================================
Media Quary
==================================================== */
body {
  color: #333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W6", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  background: #fff;
  overflow: hidden;
}
.wrapper {
  padding-top: 0;
}
@media screen and (max-width: 834px) {
  .wrapper {
    padding-top: 0;
  }
}
@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .pc-ipd {
    display: none !important;
  }
}
@media screen and (max-width: 990px) {
  .pc-lg {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}
@media screen and (max-width: 374px) {
  .pc-xs {
    display: none !important;
  }
}
@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .sp-ipd {
    display: none !important;
  }
}
@media screen and (min-width: 991px) {
  .sp-lg {
    display: none !important;
  }
}
@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}
@media screen and (min-width: 375px) {
  .sp-xs {
    display: none !important;
  }
}
/* ====================================================
Float & clear
==================================================== */
.clearfix {
  *zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}
/* ====================================================
Header
==================================================== */
#main-header {
  width: 100%;
  height: 70px;
  z-index: 1000;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 40px;
	text-align: center;
}
@media screen and (max-width: 834px) {
  #main-header {
    padding: 0 0 0 21px;
  }
}
#main-header .logo {
  margin: 2px 0 0 0;
}
@media screen and (max-width: 834px) {
  #main-header .logo {
    margin: 4px auto 0 0;
    width: 70%;
    max-width: 247px;
  }
  #main-header .logo img {
    width: 100%;
  }
}
#main-header .logo--02 {
  margin: 4px 29px 0 auto;
}
@media screen and (max-width: 834px) {
  #main-header .logo--02 {
    display: none;
  }
}
/* ====================================================
Footer
==================================================== */
#main-footer {
  background: #004B94;
  color: white;
	margin-top: 60px;
}
@media screen and (min-width: 835px) {
  #main-footer .ft-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid white;
    padding: 24px 40px 21px;
  }
}
#main-footer .ft-copyright {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 4px 0 0;
}
@media screen and (max-width: 834px) {
  #main-footer .ft-copyright {
    font-size: 11.5px;
    font-size: 1.15rem;
    text-align: center;
    margin: 0;
    padding: 8px 0 13px;
  }
}
@media screen and (max-width: 374px) {
  #main-footer .ft-copyright {
    font-size: 10px;
    font-size: 1rem;
  }
}
#main-footer .ft-box {
  background: white;
  padding: 28px 15px 22px;
}
@media screen and (max-width: 834px) {
  #main-footer .ft-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.lf_form_style {
  display: none;
}
#frm_forminput .container {
  width: 100%;
  border: 0;
}
#frm_forminput .wrapper {
  width: 100%;
}
table.items {
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W6", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  display: block;
  background: #fdfdfd;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 17px 20px 14px;
  border: 0 !important;
}
@media screen and (max-width: 834px) {
  table.items {
    background: #f8f8f8;
    padding: 1px 0 12px;
  }
}
table.items tbody {
  display: block;
}
table tr.item {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 24px 0;
  border-bottom: 1px solid #C9C9C9;
}
table tr.item:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 834px) {
  table tr.item {
    padding: 18px 25px;
  }
}
table td.label {
  width: 28%;
  height: auto !important;
  color: #333333;
  font-weight: normal;
  font-size: 15px;
  font-size: 1.5rem;
  vertical-align: top;
  background: transparent;
  line-height: 1.6;
  padding: 3px 0;
}
@media screen and (max-width: 834px) {
  table td.label {
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0;
    margin-bottom: 9px;
  }
}
table td.label span.required {
  display: inline-block;
  float: unset;
  margin: 0 0 0 7px;
  font-weight: normal;
  color: #FF0364;
  font-size: 15px;
  font-size: 1.5rem;
}
span.required:after {
    content: "※必須";
}
@media screen and (max-width: 834px) {
  table td.label span.required {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
table td.value {
  width: 70.5%;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
  table td.value {
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
table td.value textarea, table td.value select, table td.value input[type="text"] {
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W6", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  border: 1px solid #C9C9C9;
  border-radius: 6px;
  background: #ffffff;
  padding: 3px 14px;
  font-size: 16px;
  font-size: 1.6rem;
}
table td.value {
  padding: 3px 0;
  font-size: 16px;
  font-size: 1.6rem;
	line-height: 1.6;
}
table td.value input[type="radio"] {
  font-size: 16px;
  font-size: 1.6rem;
	margin-right: 3px;
}
@media screen and (max-width: 834px) {
  table td.value textarea, table td.value select, table td.value input[type="text"] {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
table td.value textarea:focus, table td.value select:focus, table td.value input:focus {
  background: #ffffff;
}
table td.value select {
  width: 242px;
  height: 33px;
  cursor: pointer;
}
@media screen and (max-width: 834px) {
  table td.value select {
    height: 39px;
    width: 100%;
    margin-top: 10px;
  }
}
table td.value input[type="text"], table td.value textarea {
  width: 100% !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
table td.value input[type="text"] {
  height: 33px;
}
@media screen and (max-width: 834px) {
  table td.value input[type="text"] {
    height: 39px;
  }
}
table td.value textarea {
  height: 147px;
}
@media screen and (max-width: 640px) {
  table td.value textarea {
    height: 81px;
  }
}
table td.comment {
  padding: 5px 0;
}
.button_area {
  width: 100% !important;
  background: transparent !important;
	text-align: center;
}
.button_area input[type=button] {
  background: #004B94;
  border-radius: 6px;
  border: 0;
  width: 100%;
  max-width: 233px;
  height: 71px;
  color: #ffffff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W6", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px;
  margin: 15px 0;
}
@media screen and (max-width: 834px) {
  .button_area input[type=button] {
    font-size: 16px;
    font-size: 1.6rem;
    max-width: 320px;
    height: 82px;
  }
}
.button_area button {
  background: #004B94;
  border-radius: 6px;
  border: 0;
  width: 100%;
  max-width: 233px;
  height: 71px;
  color: #ffffff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W6", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px;
  margin: 15px 0;
}
@media screen and (max-width: 834px) {
  .button_area button {
    font-size: 16px;
    font-size: 1.6rem;
    max-width: 320px;
    height: 82px;
  }
}
.form-ttl {
  text-align: center;
  background: rgba(0, 74, 148, 0.59);
  color: #ffffff;
  font-weight: 900;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W6", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  padding: 38px 20px;
}
@media screen and (max-width: 834px) {
  .form-ttl {
    font-size: 25px;
    font-size: 2.5rem;
    padding: 36px 20px 37px;
  }
}
.form-tm {
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 112, 186, 0.1)), to(#FFFFFF));
  background: -o-linear-gradient(rgba(0, 112, 186, 0.1), #FFFFFF);
  background: linear-gradient(rgba(0, 112, 186, 0.1), #FFFFFF);
  color: #006EB8;
  font-weight: bold;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W6", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  padding: 54px 20px 10px;
  margin-bottom: 41px;
}
@media screen and (max-width: 834px) {
  .form-tm {
    background: transparent;
    font-size: 19px;
    font-size: 1.9rem;
    padding: 35px 20px 10px;
    margin-bottom: 23px;
  }
}
@media screen and (min-width: 835px) {
  .fn-hover {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }
  .fn-hover:hover {
    opacity: .7;
  }
}
/* 公開終了メッセージのデザイン */
.message {
  padding:20px;
  margin:10px;
  font-size:14px;
  line-height: 1.5;
  font-weight:bold;
  color:Crimson;
  background:MistyRose;
}
