@charset "UTF-8";
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/noto-sans-jp-v56-japanese_latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/noto-sans-jp-v56-japanese_latin-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/noto-sans-jp-v56-japanese_latin-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/oswald-v57-latin-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/oswald-v57-latin-600.woff2') format('woff2');
}

/* =========================================================
   regist.html 専用スタイル
   layout.css / top.css から使用クラス・要素セレクタを抽出し、
   ヘッダー/フッターは layout_v3.css の .page-hero / .page-footer を移植
   ========================================================= */

/* ---------- Reset / 要素セレクタ (layout.css) ---------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
var,
b,
i,
dl,
dt,
dd,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0px;
    padding: 0px;
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
caption,
address,
th {
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: 100%;
}

ul,
li,
dl,
dt,
dd {
    list-style: none;
}

img,
iframe {
    vertical-align: middle;
    border: 0px;
}

img {
    line-height: 0;
    font-size: 0;
}

table {
    border-collapse: collapse;
}

th {
    font-weight: normal;
    text-align: left;
}

button,
fieldset,
form,
input,
label,
legend,
select,
textarea {
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border:none;
}

select {
    padding: 2px;
}

input,
select {
    font-size: 100%;
    vertical-align: middle;
    height: auto;
}

input[type="number"],
input[type="text"],
input[type="password"],
input[type="textarea"],
input[type="url"],
textarea {
    display: block;
    width: 100%;
    background: #fff;
    border: solid 1px #d1d1d1;
    padding: 12px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="checkbox"] {
height: 40px;
}

textarea {
    font-size: 99%;
}

select {
    background: #fff;
    border: solid 1px #d1d1d1;
    padding: 12px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 6px;
}

input {
    vertical-align: middle;
}

::-webkit-input-placeholder {
    color: #888;
}

label {
    padding: 0 0 0 2px;
}

hr {
    display: none;
}

a[href^="tel:"] {
    cursor: default;
}

a,
a:link {
    color: #003c7e;
    transition-property: all;
    -ms-transition-property: all;
    -moz-transition-property: all;
    -webkit-transition-property: all;
    transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
}

a:visited {
    
}

a:hover,
a:active {
    color: #010101;
    text-decoration: underline;
}

a[href^="tel:"] {
    cursor: default;
}

html {
    height: 100%;
    overflow-y: scroll;
    width: 100%;
}

body {
    font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.9;
    color: #333;
    font-size: 100%;
    font-size: 1rem;
    text-align: center;
    min-height: 100%;
    height: auto !important;
    position: relative;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    height: 100%;
}

@media screen and (max-width: 640px) {
  body {
        line-height: 1.7;
        font-size: .9rem;

    }
  input[type="number"],
    input[type="text"],
    input[type="password"],
    input[type="textarea"],
    input[type="url"],
    textarea {
        padding: 10px;
        border-radius: 4px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
  input[type="checkbox"] {
        height: 40px;
    }
  select {
        background: #fff;
        border: solid 1px #d1d1d1;
        padding: 6px 10px;
        border-radius: 4px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

h3 {
    margin-bottom: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
}

@media screen and (max-width: 640px) {
  h3 {
        margin-bottom: 20px;
        font-size: 1.4rem;
    }
}

h4 {
    margin-bottom: 15px;

    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
}

@media screen and (max-width: 640px) {
  h4 {
        margin-bottom: 10px;
        font-size: 1.1rem;
    }
}

select:not(:-internal-list-box) {
    overflow: visible !important;
}

input[type="text"]:disabled,
    select:disabled {
        background:#ccc;
    }

/* ---------- box-sizing (top.css) ---------- */
*, *::before, *::after { box-sizing: border-box; }

/* ---------- Hero (layout_v3.css .page-hero) ---------- */
.page-hero {
  position: relative;
  overflow: hidden;
  padding: 80px 24px 72px;
  text-align: center;
  background: radial-gradient(ellipse at 65% 20%, #2563c0 0%, #1240a0 35%, #0a1e5e 70%, #070e30 100%);
}
.page-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}
.page-hero__eyebrow {
  display: inline-block;
  margin-bottom: 20px;
  font-family: 'Oswald', sans-serif;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: .5em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .7);
}
.page-hero__title {
  font-family: 'Oswald', sans-serif;
  font-size: 4.25rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .1em;
  color: #fff;
  margin: 0;
}
.page-hero__subtitle {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, .85);
  line-height: 2;
  letter-spacing: .06em;
}
.page-hero__title--main {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: normal;
}
.page-hero__title-num {
  letter-spacing: .1em;
}
@media screen and (max-width: 640px) {
  .page-hero {
    padding: 40px 24px;
  }
  .page-hero__title--main {
    font-size: clamp(24px, 5vw, 32px);
  }
}
@media screen and (max-width: 480px) {
  .page-hero__title--main {
    font-size: clamp(22px, 18px + 1.25vw, 24px);
  }
}

/* ---------- Footer (layout_v3.css .page-footer) ---------- */
/* ---------- Footer ---------- */
.page-footer {
  background: #001a3a;
  padding: 28px 24px;
  text-align: center;
  border-top: 3px solid #003c7e;
}
.page-footer__copy {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, .45);
  letter-spacing: .06em;
}

/* ---------- layout.css 使用クラス ---------- */
.radio_cont_ptnw .box .gp {
    display: inline-block;
}

.c-sp {
    display: none;
}

@media screen and (max-width: 799px) {
  .c-sp {
        display: block;
    }
}

@media screen and (max-width: 640px) {
  .c-sp {
        display: block;
    }
}

.txt-s {
    font-size: 14px;
    font-size: .875rem;
    color: #333;
    line-height: 2
}

h4 .c-txt {

    font-size: 1rem;
}

.size_table{
    overflow: auto;
    width: 100%;
    font-size: .875rem;
    margin-bottom: 20px;
    line-height: 1.3rem;
}

.size_table.m_b10{

    margin-bottom: 10px;

}

.size_table table{
    border-spacing: 0;
    width: 100%;
}

.size_table td{
    white-space: nowrap;
    text-align: center;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    background: #FFF;
    padding: 6px 8px;
}

.size_table th{
    white-space: nowrap;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    background: #f2f2f2;
    position: sticky;
    text-align: center;
    top: 0;
    left: 0;
    padding: 6px 8px;
}

.size_table tr:first-child th{
    border-top: 1px solid #999;
}

.size_table th:first-child{
    border-left: 1px solid #999;
}

.size_table tr:first-child th:first-child{
    z-index: 1;
}

.size_table .fs_small{
    font-size: .7rem;
    text-align: center;
}

.size_table .notes{
    margin-left: 2px;
    font-size: .75rem;
    line-height: 1.3rem;
}

.bosyu_table{
    overflow: auto;
    width: 100%;
    font-size: .875rem;
    margin-bottom: 20px;
    line-height: 1.3rem;
}

.bosyu_table.m_b10{

    margin-bottom: 10px;

}

.bosyu_table table{
    border-spacing: 0;
    width: 100%;
}

.bosyu_table td{
    text-align: left;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    background: #FFF;
    padding: 6px 8px;
}

.bosyu_table th{

    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    background: #f2f2f2;
    text-align: center;
    top: 0;
    left: 0;
    padding: 6px 8px;
}

.bosyu_table tr:first-child th{
    border-top: 1px solid #999;
}

.bosyu_table tr:first-child td{
    border-top: 1px solid #999;
}

.bosyu_table th:first-child{
    border-left: 1px solid #999;
}

.bosyu_table td:first-child{
    border-left: 1px solid #999;
}

.bosyu_table tr:first-child th:first-child{
    z-index: 1;
}

.bosyu_table .fs_small{
    font-size: .7rem;
    text-align: center;
}

.bosyu_table .notes{
    margin-left: 2px;
    font-size: .75rem;
    line-height: 1.3rem;
}

.prd_ttl {
    background: #07993F;

    font-size: 1.1rem;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    padding: 8px 10px;
}

.form {
    padding: 0 0 0 0;
    margin-bottom: 50px;
}

.form dl.flex,
.form div.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}

.form dl.flex dt {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 16em;
    max-width: 100%;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
    padding-bottom: 10px;
    padding-right: 10px;
        margin-bottom: auto;
    padding-top: 10px;
}

.form dl.flex dt.top {
    margin-bottom: auto;
    padding-top: 10px;
}

.form dl.flex dt span {
    font-weight: normal;
    font-size: 13px;
    font-size: 0.84rem;
    padding-left: 6px;
}

.form dl.flex dt .hs {
    font-size: 13px;
    font-size: .84rem;
    text-align: left;
    font-weight: normal;
}

.form dl.flex dd {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(100% - 16em);
    max-width: calc(100% - 16em);
    margin-bottom: 15px;
}

.form dl.flex dd:last-child {}

.form dl.flex dd .line {
    display: flex;
    align-items: center;
}

.form dl.flex dd .line .li {
    margin-right: 8px;
    font-size: 14px;
    font-size: .875rem;
}

.form dl.flex dd .line .li:last-child {
    margin-right: 0;
}

.form dl.flex dd .lineb {
    display: flex;
    align-items: center;
}

.form dl.flex dd .lineb.is-spa {
    margin-bottom: 20px;
}

.form dl.flex dd .lineb .li {
    margin-right: 8px;
}

.form dl.flex dd .lineb .li:last-child {
    margin-right: 0;
}

.form dl.flex_cert,
.form div.flex_cert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}

.form dl.flex_cert dt {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 24em;
    max-width: 100%;
    text-align: left;
    font-weight: bold;
    font-size: 24px;
    font-size: 1rem;
    padding-bottom: 10px;
    padding-right: 10px;
}

.form dl.flex_cert dt.top {
    margin-bottom: auto;
    padding-top: 10px;
}

.form dl.flex_cert dt span {
    font-weight: normal;
    font-size: 13px;
    font-size: 0.84rem;
    padding-left: 6px;
}

.form dl.flex_cert dt .hs {
    font-size: 13px;
    font-size: .84rem;
    text-align: left;
    font-weight: normal;
}

.form dl.flex_cert dd {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(100% - 24em);
    max-width: calc(100% - 24em);
    margin-bottom: 15px;
}

.form dl.flex_cert dd:last-child {}

.form dl.flex_cert dd .line {
    display: flex;
    align-items: center;
}

.form dl.flex_cert dd .line .li {
    margin-right: 8px;
    font-size: 14px;
    font-size: .875rem;
}

.form dl.flex_cert dd .line .li:last-child {
    margin-right: 0;
}

.form dl.flex_cert dd .lineb {
    display: flex;
    align-items: center;
}

.form dl.flex_cert dd .lineb.is-spa {
    margin-bottom: 20px;
}

.form dl.flex_cert dd .lineb .li {
    margin-right: 8px;
}

.form dl.flex_cert dd .lineb .li:last-child {
    margin-right: 0;
}

.form dl.flex_group,
.form div.flex_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}

.form dl.flex_group dt {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 10em;
    max-width: 100%;
    text-align: left;
    font-weight: bold;
    font-size: 24px;
    font-size: 1rem;
    padding-bottom: 10px;
    padding-right: 10px;
}

.form dl.flex_group dt.top {
    margin-bottom: auto;
    padding-top: 10px;
}

.form dl.flex_group dt span {
    font-weight: normal;
    font-size: 13px;
    font-size: 0.84rem;
    padding-left: 6px;
}

.form dl.flex_group dt .hs {
    font-size: 13px;
    font-size: .84rem;
    text-align: left;
    font-weight: normal;
}

.form dl.flex_group dd {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(100% - 10em);
    max-width: calc(100% - 10em);
    margin-bottom: 15px;
}

.form dl.flex_group dd:last-child {}

.form dl.flex_group dd .line {
    display: flex;
    align-items: center;
}

.form dl.flex_group dd .line .li {
    margin-right: 8px;
    font-size: 14px;
    font-size: .875rem;
white-space: nowrap;
    line-height: 1.6em;
}

.form dl.flex_group dd .line .li span {
margin-left: 6px;
    font-size: 12px;
    font-size: .7rem;
    white-space: nowrap;
}

.form dl.flex_group dd .line .li:last-child {
    margin-right: 0;
    white-space: normal;
}

@media screen and (max-width: 640px) {
  .form dl.flex_group dd .line {
        display: block;
        align-items: center;
    }
  .form dl.flex_group dd .line .li {
        width: 100%;
    }
  .form dl.flex_group dd {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: calc(100%);
        max-width: calc(100% );
        margin-bottom: 15px;
    }
}

dl.flex_photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
}

dl.flex_photo dt {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 14em;
    max-width: 100%;
    text-align: right;
    font-weight: bold;

}

dl.flex_photo dt span {
    font-weight: normal;
    font-size: 13px;
    font-size: 0.84rem;
    padding-left: 6px;
}

dl.flex_photo dd {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(100% - 14em);
    max-width: calc(100% - 14em);
    margin-bottom: 15px;
}

dl.flex_photo dd:last-child {}

@media screen and (max-width: 799px) {
  dl.flex_photo dt {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 100%;
        max-width: 100%;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        font-size: 1rem;
        padding-bottom: 10px;
        padding-right: 10px;
    }
  dl.flex_photo dt span {
        font-weight: normal;
        font-size: 13px;
        font-size: 0.84rem;
        padding-left: 6px;
    }
  dl.flex_photo dd {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 799px) {
  .form dl.flex_cert dt {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 100%;
        max-width: 100%;
        text-align: left;
        font-weight: bold;
        margin-bottom: 0px;
        padding-right: 0;
    }
  .form dl.flex_cert dd {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
  .form dl.flex_cert dd .lineb {
        display: block;
        align-items: center;
    }
  .form dl.flex_cert dd .lineb .li {
        margin-right: 0;
        margin-bottom: 8px;
    }
  .form dl.flex_cert dd .lineb .li:last-child {
        margin-right: 0;
    }
}

input[type="text"].wid1 {
    width: 200px;
}

input[type="text"].wid2 {
    width: 100%;
}

.form-txt {
    margin: 5px 0 0 0;
    font-size: 12px;
    font-size: .75rem;
}

.flex_fl .gp {
    margin: 0 20px 0 0;
}

.inlinebk_fl {
    letter-spacing: -0.4em;
}

.inlinebk_fl .gp {
    display: inline-block;
    letter-spacing: normal;
    margin: 0 10px 0 0;
}

.inlinebk_fl .gp input[type="text"] {
    display: inline;
}

@media screen and (max-width: 799px) {
  input[type="text"].wid1 {
        width: 180px;
    }
  .form dl.flex dt {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 100%;
        max-width: 100%;
        text-align: left;
        font-weight: bold;
        margin-bottom: 0px;
        padding-right: 0;
    }
  .form dl.flex dd {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
  .form dl.flex dd .lineb {
        display: block;
        align-items: center;
    }
  .form dl.flex dd .lineb .li {
        margin-right: 0;
        margin-bottom: 8px;
    }
  .form dl.flex dd .lineb .li:last-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 640px) {
  .form {
        padding: 10px 0 0 0;
        margin-bottom: 10px;
    }
  .form > dl {
        display: block;
        width: 100%;
        margin: 0 0 30px 0;
    }
  .form > dl > dt {
        display: block;
        vertical-align: middle;
        padding: 0 0 0 0;
        width: 100%;
        text-align: left;
        font-weight: bold;
        font-size: 1rem;
    }
  .form > dl.is-dc dt {
        padding-top: 0;
        vertical-align: top;
    }
  .form > dl > dd {
        display: block;
        width: 100%;
        vertical-align: middle;
        text-align: left;
    }
  .form.is-cnf > dl > dd {
        padding: 10px 40px;
        background: #f7f7f7;
        font-size: 14px;
        font-size: .875rem;
        line-height: 1rem;
    }
  .form > dl > dd > input[type="text"],
    .form > dl > dd > input[type="email"] {
        width: 100%;
        border: 1px solid #dadada;
        border-radius: 4px;
        height: 55px;
        padding: 10px;
        box-sizing: border-box;
        font-size: 14px;
        font-size: .875rem;
    }
}

.btn.is-cnf {
    padding: 20px 0 0 0;
}

.btn-o,
.btn-r,
.btn-g {
    width: 100%;
    max-width: 460px;
    display: inline-block;
    letter-spacing: normal;
    margin: 0 15px;
}

@media screen and (max-width: 640px) {
  .btn-o,
    .btn-r,
    .btn-g {
        width: 100%;
        display: inline-block;
        letter-spacing: normal;
        margin: 0;
        box-sizing: border-box;
        padding-bottom: 6px;
    }
}

.btn-o a {
    display: block;
    background: #2979d4;
    border: 1px solid #2979d4;
    border-radius: 5px;
    font-size: 20px;
    font-size: 1.25rem;
    text-decoration: none;
    padding: 20px 0;
    line-height: 1;
}

.btn-g a {
    border-radius: 30px;
    display: block;
    background: #b2b2b2;
    color: #fff;
    font-size: 20px;
    font-size: 1.25rem;
    text-decoration: none;
    padding: 20px 0;
    line-height: 1;
}

.btn-r a {

    display: block;
    background: #e00615;
    border: 1px solid #e00615;
    border-radius: 5px;
    font-size: 20px;
    font-size: 1.25rem;
    text-decoration: none;
    padding: 20px 0;
    line-height: 1;
}

.btn-r a:link {

color: #ffffff;
    font-weight:bold;
}

.error {
    margin: 10px 0 0 0;
    color: #ee2f2f;
    font-size: 14px;
    font-size: .875rem;
}

.button_area a,
.button_area a:link,
.button_area span,
.button_area span:link {
    color: #fff;
    text-decoration: none;
}

.button_area a,
.button_area span {
    display: inline-block;
    width: 100%;
    max-width: 480px;
    text-align: center;
    padding: 0.8em 3em;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    background: #2979d4;
    border: 1px solid #2979d4;
    border-radius: 5px;
    transition: all 0.4s;
    position: relative;
    margin: 20px auto 0;
}

.button_area .btn-g a,
.button_area span {
    display: inline-block;
    width: 100%;
    max-width: 480px;
    text-align: center;
    padding: 0.8em 3em;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.4;
    background-color: #b2b2b2;
    border: 1px solid #b2b2b2;
    border-radius: 5px;
    position: relative;
    margin: 5px auto 0;
}

.button_area .btn-r a,
.button_area span {
    display: inline-block;
    width: 100%;
    max-width: 480px;
    text-align: center;
    padding: 0.8em 3em;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.4;
    background-color: #e00615;
    border: 1px solid #e00615;

    position: relative;
    margin: 20px auto 0;
}

.button_area a:hover {
    color: #2979d4;
    background: #fff;
    text-decoration: none;
    cursor: pointer;
}

.button_area .btn-g a:hover {
    color: #b2b2b2;
    background: #fff;
    text-decoration: none;
    cursor: pointer;
}

.button_area .btn-g.is-no a:hover {
    background-color: #b2b2b2;
    color: #fff;
    cursor: default;
}

.button_area .btn-r a:hover {
    color: #e00615;
    background: #fff;
    text-decoration: none;
    cursor: pointer;
}

.button_area a:after,
.button_area span:after {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 50%;
    right: 1.3em;
    transform: translateY(-50%) rotateZ(45deg);
}

.button_area .btn-o a:hover:after,
.button_area .btn-o span:hover:after {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid #003c7e;
    border-right: 2px solid #003c7e;
    position: absolute;
    top: 50%;
    right: 1.3em;
    transform: translateY(-50%) rotateZ(45deg);
}

.button_area .btn-g a:hover:after,
.button_area .btn-g span:hover:after {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid #b2b2b2;
    border-right: 2px solid #b2b2b2;
    position: absolute;
    top: 50%;
    right: 1.3em;
    transform: translateY(-50%) rotateZ(45deg);
}

.button_area .btn-r a:hover:after,
.button_area .btn-r span:hover:after {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid #e00615;
    border-right: 2px solid #e00615;
    position: absolute;
    top: 50%;
    right: 1.3em;
    transform: translateY(-50%) rotateZ(45deg);
}

@media screen and (max-width: 640px) {
  .button_area a,
    .button_area span {
        display: inline-block;
        width: 100%;
        max-width: 350px;
        text-align: center;
        padding: 15px 15px;
        font-weight: bold;
        line-height: 1.4;
        position: relative;
        margin: 0 auto 0;
    }
  .button_area .btn-g a,
    .button_area span {
        display: inline-block;
        width: 100%;
        max-width: 350px;
        text-align: center;
        padding: 15px 15px;
        font-size: 14px;
        font-size: 1.25rem;
        font-weight: bold;
        line-height: 1.4;
        position: relative;
        margin: 0 auto 0;
    }
  .button_area .btn-r a,
    .button_area span {
        display: inline-block;
        width: 100%;
        max-width: 350px;
        text-align: center;
        padding: 15px 15px;
        font-weight: bold;
        line-height: 1.4;
        position: relative;
        margin: 0 auto 0;
    }
}

.section_text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 5px;
}

.caution {
    font-size: 13px;
    font-size: .84rem;
    line-height: 1.7;
    text-align: left;
    margin-bottom: 5px;
    font-weight: normal;
}

.caution3 {
    font-size: 13px;
    font-size: .84rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 0;

}

@media screen and (max-width: 640px) {
  .section_text {
        font-size: 14px;
        font-size: .875rem;
        line-height: 1.6;

    }
  .caution {
        font-size: 12px;
        font-size: .75rem;
        line-height: 1.6;
        text-align: left;
        margin-bottom: 5px;
    }
}

.m_b10 {
    margin-bottom: 10px;
}

.m_b20 {
    margin-bottom: 20px;
}

.m_b30 {
    margin-bottom: 30px;
}

.f_contbox {
    background-color: #f5f5f5;
    padding: 20px 20px 10px;
    margin: 10px 0 10px;
}

.hissu {
    font-size: 14px;
    font-size: .875rem;
    text-align: left;
    margin-bottom: 2px;
}

.hissu:after {
    content: "※";
    color: #006ed7;
}

.hissu3 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    text-align: left;
    line-height: 2em;
}

.hissu3:after {
    content: "※";
    color: #006ed7;
}

.kiyaku a{
   font-weight: bold;
}

input[readonly="readonly"].lang,
select[readonly="readonly"].lang {
    background: #ccc;
}

.js-no-ankbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}

.js-popbox {
    display: none;
}

.js-popout {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
}

.js-close {
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 220;;
    cursor: pointer;
    font-size: 20px;
    padding: 0 5px;
    text-align: center;
}

.js-popbox .popbin {
    position: fixed;
    z-index: 200;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 94%;
    max-width: 800px;
    padding: 5% 10px 0 10px;
    height: 90%;
}

.js-popbox .popinner {
    height: 60%;
    overflow-y: scroll;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: left;
    margin-bottom: 10px;
}

.kiyaku_ttl {
    margin-bottom: 5px;
    padding-bottom: 10px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.5;

}

.kiyaku h1 {
    margin-bottom: 35px;
    padding-bottom: 10px;
    border-bottom: 2px solid #003c7e;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
}

.kiyaku p {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.kiyaku h2 {
    margin: 10px 0 10px 0;
    padding: 1px 0 1px 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
    font-weight: bold;
}

.kiyaku h3 {

    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
    font-weight: bold;
}

.kiyaku ol {
    padding: 0 0 0 20px;

}

.kiyaku ol li {
    position: relative;
    list-style: outside decimal;
    padding: 0 0 10px 5px;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.6;
}

.kiyaku ol li::marker {
    font-size: .875rem;
    line-height: 1.5;
}

.youkou_ttl {
    margin-bottom: 5px;
    padding-bottom: 10px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.5;

}

.youkou h1 {
    margin-bottom: 35px;
    padding-bottom: 10px;
    border-bottom: 2px solid #003c7e;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
}

.youkou p {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.youkou h2 {
    margin: 15px 0 5px 0;
    padding: 1px 0 1px 10px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
    border-left: 5px solid #003c7e;
    font-weight: bold;
}

.youkou h3 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 15px;
}

.youkou ol {
    padding: 0 0 0 35px;

}

.youkou ol li {
    position: relative;
    list-style: outside decimal;
    padding: 0 0 10px 5px;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.6;
}

.youkou ol li::marker {
    font-size: 130%;
    font-weight: 700;
    color: #003c7e;
}

.youkou ol li {
    list-style-type: none;
    counter-increment: cnt;
}

.youkou ol li::before {
    content: "(" counter(cnt) ") ";
}

.fileselect {
        position: relative;
        height: 50px;
        width: 260px;
        line-height: 50px;

        border-radius: 4px;
        padding: 0 20px;
        box-sizing: border-box;
        background: #20488c;
        color: #fff;
        text-align: center;
            font-size: 14px;
    font-size: .875rem;
    }

.fileselect input {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* ---------- top.css 使用クラス ---------- */
.contents {
    padding: 40px 0 70px;
    max-width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 999px) {
  .contents {
    padding: 40px 20px 70px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
}

@media screen and (max-width: 640px) {
  .contents {
    padding: 35px 20px 110px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
}

.t-left {
    text-align: left;
}

/* ---------- regist_end.html 用: layout.css から移植 ---------- */
.lead_end {
    padding: 20px 15px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    text-align: left;
    line-height: 2em;
}

.lead_end figure {
    padding: 50px 0;
}

@media screen and (max-width: 640px) {
  .lead_end {
        font-size: 16px;
        line-height: 1.8em;
    }
  .lead_end figure {
        padding: 30px 0 10px;
    }
}
