@charset "Shift_JIS";
/** ***************************************
 * BASE RULES
 * 基本定義、ユーティリテイクラス、エリアにかかわらない基本モジュール（BLOCK）を定義
 */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/**
 * GENERAL
 * サイトの基本となるスタイルを指定
 */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
}

html {
  font-size: 14px;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 12px;
  }
}

body {
  min-width: 960px;
  font-family: "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
    font-size: 12px;
  }
}

h1, h2, h3, h4, h5 {
  font-size: 1rem;
}

img {
  vertical-align: bottom;
}

img[src$=".svg"],
img[src*=".svg?"] {
  max-width: 100%;
  height: auto;
}

a {
  color: #094;
  text-decoration: underline;
}

a[href*="tel:"] {
  color: #333;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

em {
  font-weight: bold;
  font-style: normal;
  color: #094;
}

ul {
  margin: 0 0 0 1.5em;
  padding: 0;
}

header {
  background-color: #094;
}

main {
  display: block;
  background-color: #f5f5f5 !important;
  border-top: 3px solid #ebebeb;
}

iframe {
  border: none;
}

footer {
  background-color: #094;
  color: #fff;
}

label {
  font-size: 1.142rem;
  font-weight: bold;
  color: #000;
}

@media screen and (max-width: 768px) {
  label {
    font-size: 1.166rem;
  }
}

input[type="text"],
input[type="tel"],
input[type="password"] {
  padding: 0 15px;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1.428rem;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder {
  color: #ccc;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder {
  color: #ccc;
}

input[type="text"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder {
  color: #ccc;
}

input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="password"]::placeholder {
  color: #ccc;
}

@media screen and (max-width: 768px) {
  input[type="text"],
  input[type="tel"],
  input[type="password"] {
    padding: 0 10px;
    width: 100%;
    font-size: 1.333rem;
  }
}

textarea {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1.428rem;
  height: 270px;
}

textarea::-webkit-input-placeholder {
  color: #ccc;
}

textarea:-ms-input-placeholder {
  color: #ccc;
}

textarea::-ms-input-placeholder {
  color: #ccc;
}

textarea::placeholder {
  color: #ccc;
}

@media screen and (max-width: 768px) {
  textarea {
    width: 100%;
    font-size: 1.333rem;
  }
}

.Textarea__scroll {
    background: none repeat scroll 0 0 #F8F6EF;
    border: 1px solid #CCCCCC;
    height: 180px;
    overflow: auto;
    padding: 10px;
}

@media screen and (max-width: 768px) {
    .Textarea__scroll {
        width: 100%;
    }
}

.Textarea__attentionmark {
    display: flex;
}

.Textarea__rectangle {
    width: 80.5px;
    height: 29.5px;
    display: flex;
    position: relative;
    background-color: #CC0000;
    color: white;
    font-size: .95em;
    text-decoration: none;
    text-align: center;
    letter-spacing: .05em;
    border-radius: 2px;
}

.Textarea__circle {
    display: block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: white;
    font-size: .75em;
    text-align: center;
    line-height: 17px;
    color: #CC0000;
    margin-top: 6px;
    margin-left: 11px;
}

.Textarea__circle-attention {
    margin-top: 5.5px;
    margin-left: 7px;
}

.Textarea__Article {
    margin-top: -19px;
    margin-left: 0px;
    margin-bottom: 30px;
    padding: 0px 15px 10px 55px;
}

.Textarea__Article dt dt {
    float: left;
    margin: 0;
    width: 50px;
    padding: 19px 0 10px 0;
}

.Textarea__Article--underspace {
    margin-bottom: 1.5em;
}

.Textarea__Article--indent {
    padding-left: 85px;
    margin-bottom: 1.5em;
}

.Textarea__Article--number {
    padding-left: 27px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.Textarea__Article--number2 {
    padding-left: 27px;
}

.Textarea__Article--number-brackets {
    padding-left: 55px;
}

.Textarea__Article--indent-last {
    margin-bottom: 30px;
}

.Textarea__Article--item {
    padding-left: 9px;
    margin-left: 0;
}

@media screen and (max-width: 768px) {
    .Textarea__Article--Item {
        width: 100%;
    }
}

input[type="radio"].radio {
  visibility: hidden;
  width: 0;
  height: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type="radio"].radio + label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type="radio"].radio + label::before, input[type="radio"].radio + label::after {
  display: block;
  content: '';
}

input[type="radio"].radio + label::before {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #ccc;
}

input[type="radio"].radio:checked + label::after {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 24px;
  height: 24px;
  background-color: #094;
  border-radius: 12.5px;
}

input[type="checkbox"].checkbox {
  visibility: hidden;
  width: 0;
  height: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type="checkbox"].checkbox + label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type="checkbox"].checkbox + label::before, input[type="checkbox"].checkbox + label::after {
  display: block;
  content: '';
}

input[type="checkbox"].checkbox + label::before {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #ccc;
}

input[type="checkbox"].checkbox:checked + label::after {
  position: absolute;
  top: 8px;
  left: 6px;
  width: 21px;
  height: 16.096px;
  background: url(../images/common/icon-checkbox-checkmark.svg) no-repeat 0 0;
}

/**
 * Utilityクラス
 * アンダースコアから始まるクラス名とする
 */
@media screen and (min-width: 769px) {
  ._hide-pc {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  ._hide-sp {
    display: none !important;
  }
}

._hide {
  display: none;
}

._width_auto {
  min-width: 0 !important;
  width: auto !important;
}

._width_full {
  width: 100% !important;
}

._nobullet {
  list-style: none;
  margin: 0;
  padding: 0;
}

._nobullet li {
  margin-bottom: 5px;
}

._nobullet10 li {
  margin-bottom: 10px !important;
}

._block {
  display: block !important;
}

._inline {
  display: inline !important;
}

._inline-block {
  display: inline-block !important;
}

._flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

._flx_wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._flx_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

._flx_start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

._flx_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

._flx_middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

._flx_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

._flx_column_sp_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

@media screen and (max-width: 768px) {
  ._flx_column_sp_row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
}

._flx_stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

._no-shrink {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

._fl {
  float: left !important;
}

._fr {
  float: right !important;
}

._cf {
  clear: both !important;
}

._relative {
  position: relative;
}

._border {
  border: 1px solid #333333;
}

._m0 {
  margin: 0 !important;
}

._mt0 {
  margin-top: 0 !important;
}

._mt1 {
  margin-top: 1em !important;
}

._mt5 {
  margin-top: 5px !important;
}

._mt15 {
  margin-top: 15px !important;
}

._mt10 {
  margin-top: 10px !important;
}

._mt20 {
  margin-top: 20px !important;
}

._mt25 {
  margin-top: 25px !important;
}

._mt30 {
  margin-top: 30px !important;
}

._mt35 {
  margin-top: 35px !important;
}

._mb0 {
  margin-bottom: 0 !important;
}

._mb1 {
  margin-bottom: 1em !important;
}

._mb2 {
  margin-bottom: 2em !important;
}

._mb4 {
  margin-bottom: 4px !important;
}

._mb5 {
  margin-bottom: 5px !important;
}

._mb10 {
  margin-bottom: 10px !important;
}

._mb15 {
  margin-bottom: 15px !important;
}

._mb20 {
  margin-bottom: 20px !important;
}

._mb23 {
  margin-bottom: 23px !important;
}

._mb30 {
  margin-bottom: 30px !important;
}

._mb35 {
  margin-bottom: 35px !important;
}

._mb40 {
  margin-bottom: 40px !important;
}

._ml0 {
  margin-left: 0px !important;
}

._ml1 {
  margin-left: 1em !important;
}

._ml5 {
  margin-left: 5px !important;
}

._ml10 {
  margin-left: 10px !important;
}

._ml15 {
  margin-left: 15px !important;
}

._ml20 {
  margin-left: 20px !important;
}

._ml30 {
  margin-left: 30px !important;
}

._ml80 {
  margin-left: 80px !important;
}

._ml110 {
  margin-left: 110px !important;
}

._ml200 {
  margin-left: 200px !important;
}

._mr0 {
  margin-right: 0px !important;
}

._pt0 {
  padding-top: 0 !important;
}

._pt5 {
  padding-top: 5px !important;
}

._pt10 {
  padding-top: 10px !important;
}

._pt15 {
  padding-top: 15px !important;
}

._pt20 {
  padding-top: 20px !important;
}

._pt30 {
  padding-top: 30px !important;
}

._pr25 {
  padding-right: 25px !important;
}

._pt85 {
  padding-top: 85px !important;
}

._pt125 {
  padding-top: 125px !important;
}

._pl7 {
  padding-left: 7px !important;
}

._pl10 {
  padding-left: 10px !important;
}

._pl15 {
  padding-left: 15px !important;
}

._pr10 {
  padding-right: 10px !important;
}

._pb0 {
  padding-bottom: 0 !important;
}

._pb5 {
  padding-bottom: 5px !important;
}

._pb10 {
  padding-bottom: 10px !important;
}

._pb15 {
  padding-bottom: 15px !important;
}

._p30 {
  padding: 30px !important;
}

._align-left {
  text-align: left !important;
}

._align-right {
  text-align: right !important;
}

._align-center {
  text-align: center !important;
}

._font-color-red {
  color: #ff0000;
}

._font-color-blue {
  color: #0000ee;
}

._bcg {
  background-color: #e2f0d9;
}

ul.nav{
padding-bottom: 20px;
}

ul.nav li{
display: inline;
width: 100px;
}

ul.nav img{
margin:0 auto;
}


._Icon-font {
  color: #000;
  text-decoration: none;
  text-align: left;
  width: 310px;
  height: 10px;
}

._mypage-login-png-link{
text-align: left;
}


@media screen and (max-width: 768px) {
  ._align-center {
    text-align: left !important;
  }
}

._align-centerBoth {
  text-align: center !important;
}

._nowrap {
  white-space: nowrap !important;
}

._size-xlarge {
  font-size: 1.286rem !important;
}

@media screen and (max-width: 768px) {
  ._size-xlarge {
    font-size: 1.166rem !important;
  }
}

._size-large {
  font-size: 1.142rem !important;
}

@media screen and (max-width: 768px) {
  ._size-large {
    font-size: 1.166rem !important;
  }
}

._size-normal {
  font-size: 1rem !important;
}

._size-small {
  font-size: 0.885rem !important;
}

@media screen and (max-width: 768px) {
  ._size-small {
    font-size: 1rem !important;
  }
}

._size-ssmall {
  font-size: 0.714rem !important;
}

@media screen and (max-width: 768px) {
  ._size-ssmall {
    font-size: 0.833rem !important;
  }
}

._size-same {
  font-size: 1em !important;
}

._weight-normal {
  font-weight: normal !important;
}

._weight-bold {
  font-weight: bold !important;
}

._unit {
  font-size: 1rem !important;
}

._bort-none {
  border-top: none !important;
}

._bg-gray {
  background-color: #f5f5f5 !important;
}

._bg-white {
  background-color: #fff !important;
}

._strong {
  color: #000 !important;
}

._weak {
  color: #666 !important;
}

._normal {
  color: #333 !important;
}

._main {
  color: #094 !important;
}

._caution {
  color: #e60000 !important;
}

._notice {
  color: #9c3f39 !important;
}

._w50 {
    width: 50%;
}

._w75 {
    width: 75%;
}

._w100 {
    width: 100%;
}

._indent {
    margin-left: 1em;
    text-indent: -1em;
}

._indent-kana {
    margin-left: 2em;
    text-indent: -2em;
}

._wrap {
  overflow-wrap: anywhere;
}

/**
 * Headingブロック
 * 見出しのスタイルを定義
 */
.Heading {
  margin: 0;
  font-weight: bold;
  font-size: 1.714rem;
  line-height: 1.2;
}

.Heading span {
  font-size: 1.142rem;
}

@media screen and (max-width: 768px) {
  .Heading {
    font-size: 1.5rem;
  }
  .Heading span {
    font-size: 1rem;
  }
}

.Heading--primary,
.Heading--primary-login {
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 2.143rem;
  color: #000;
  text-align: center;
}

.ContentBlock .Heading--primary-login:first-child {
  margin-top: 15px;
}

.Welcome + .ContentBlock .Heading--primary-login:first-child {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .Heading--primary,
  .Heading--primary-login {
    margin-top: 28px;
    font-size: 2rem;
  }
  .Welcome + .ContentBlock .Heading--primary-login:first-child {
    margin-top: 8px;
  }
  .Box + .Heading--primary {
    margin-top: 55px;
  }
}

.Heading--secondary {
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 8px 0;
  border-bottom: 2px solid #094;
  font-size: 1.714rem;
}

.Heading--primary + .Heading--secondary {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .Heading--secondary {
    margin-top: 28px;
    font-size: 1.5rem;
  }
}

.Heading--tertiary {
  margin-top: 35px;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #ccc;
  font-size: 1.286rem;
}

.Heading--secondary + .Heading--tertiary {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .Heading--tertiary {
    font-size: 1.5rem;
  }
}

.Heading--quaternary {
  margin-top: 25px;
  margin-bottom: 8px;
  color: #094;
  font-size: 1.142rem;
}

.Heading--tertiary + .Heading--quaternary {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .Heading--quaternary {
    font-size: 1.333rem;
  }
}

.Heading--wiht-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .Heading--wiht-button .Button, .Heading--wiht-button .FnButton {
    margin-left: 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
}

.Heading--box-title {
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.286rem;
  color: #094;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .Heading--box-title {
    font-size: 1.166rem;
  }
}

/**
 * Buttonブロック
 *
 */
.Button,
.Heading--wiht-button .Button {
  padding: 8px 8px 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 40px;
  background-color: #fcfcfc;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  color: #000;
  font-weight: normal;
  font-size: 1rem;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  cursor: pointer;
}

.Button:hover,
.Heading--wiht-button .Button:hover {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .Button,
  .Heading--wiht-button .Button {
    text-align: center;
  }
  .Button:hover,
  .Heading--wiht-button .Button:hover {
    opacity: 1;
  }
}

.Button:disabled, .Button[data-disabled="true"], .Button._disabled {
  background-color: #eaeaea;
  border: 1px solid #e2e2e2;
  color: #afafaf;
  pointer-events: none;
}

.Button--large,
.Button--xlarge {
  width: 260px;
  min-height: 58px;
  font-weight: bold;
  font-size: 1.714rem;
  line-height: 1;
  -webkit-box-shadow: inset 0 -2px 0 #ebebeb;
  box-shadow: inset 0 -2px 0 #ebebeb;
}

@media screen and (max-width: 768px) {
  .Button--large,
  .Button--xlarge {
    width: 150px;
    min-height: 48px;
    font-size: 1.5rem;
  }
}

.Button--xlarge {
  width: 350px;
}

@media screen and (max-width: 768px) {
  .Button--xlarge {
    width: 200px;
  }
}

.Button--middle {
  width: 240px;
}

@media screen and (max-width: 768px) {
  .Button--middle {
    width: 100%;
  }
}

.Button--pc-middle {
  width: 240px;
}

@media screen and (max-width: 768px) {
  .Button--pc-middle {
    padding: 8px 20px 6px;
    width: auto;
  }
}

.Button--wide {
  width: 360px;
}

@media screen and (max-width: 768px) {
  .Button--wide {
    width: 100%;
  }
}

.Button--xwide {
  width: 420px;
}

@media screen and (max-width: 768px) {
  .Button--xwide {
    width: 100%;
  }
}

.Button--caution, .Button--edit {
  -webkit-box-shadow: inset 0 -1px 0 #ebebeb;
  box-shadow: inset 0 -1px 0 #ebebeb;
}

.Button--caution::before {
  content: '';
  margin-right: 5px;
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/common/icon-alert.svg) no-repeat 0 0;
}

/**
 * FnButtonブロック
 * 機能ボタンのスタイルを定義
 */
.FnButton {
  padding: 16px 8px 12px;
  display: inline-block;
  width: 350px;
  background-color: #094;
  border-radius: 5px;
  border: none;
  -webkit-box-shadow: inset 0 -2px 0 #047733;
  box-shadow: inset 0 -2px 0 #047733;
  font-weight: bold;
  font-size: 1.714rem;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  cursor: pointer;
}

.FnButton:hover {
  opacity: 0.7;
}

.FnButton:disabled, .FnButton[data-disabled="true"], .FnButton._diabled {
  background-color: #99beaa;
  -webkit-box-shadow: inset 0 -2px 0 #94b0a0;
  box-shadow: inset 0 -2px 0 #94b0a0;
  color: #ccdfd5;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .FnButton {
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 100%;
    font-weight: bold;
    font-size: 1.083rem;
  }
  .FnButton:hover {
    opacity: 1;
  }
}

.FnButton-large,
.FnButton-xlarge {
  padding: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 58px;
}

@media screen and (max-width: 768px) {
  .FnButton-large,
  .FnButton-xlarge {
    width: 100%;
    height: auto;
    min-height: 58px;
  }
}

.FnButton-xlarge {
  width: 350px;
}

@media screen and (max-width: 768px) {
  .FnButton-xlarge {
    width: 100%;
  }
}

.FnButton-xxlarge {
  width: 500px;
}

@media screen and (max-width: 768px) {
  .FnButton-xxlarge {
    width: 100%;
  }
}

/**
 * TextLinkブロック
 * テキストリンクのスタイルを定義
 */
.TextLink {
  display: inline-block;
  padding-left: 10px;
  text-decoration: underline;
  color: #644817;
}

.TextLink--usercheck {
    padding-left: 100px;
    padding-top: 5px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .TextLink--usercheck {
        padding-top: 6px;
        padding-left: 78px;
    }
}

.TextLink--identification {
    margin: 5px;
}

.TextLink::before {
  content: '';
  margin-left: -10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/common/icon-link-arrow.svg) no-repeat 0 0;
}

.TextLink:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .TextLink::before {
    height: 7px;
  }
  .TextLink:hover {
    text-decoration: none;
  }
}

/**
 * InputFormブロック
 *
 */
.InputForm {
  margin: 40px auto 0;
  width: 720px;
}

@media screen and (max-width: 768px) {
  .InputForm {
    margin: 20px auto 0;
    width: 100%;
  }
}

.InputForm__usermail-address {
    list-style: none;
    margin: 0;
    padding: 15px 35px;
}

@media screen and (max-width: 768px) {
    .InputForm__usermail-address {
        padding: 0 10px;
    }
}

.InputForm__userdata {
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.InputForm__userdata + .InputForm__userdata {
    border-top: 1px dotted #e5e5e5;
}

.InputForm__userdata-mail {
    padding-bottom: 30px;
    border-top: 1px dotted #e5e5e5;
    border-bottom: 1px dotted #e5e5e5;
}

.InputForm__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .InputForm__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.InputForm__content-head {
    width: 130px;
    font-weight: bold;
    font-size: 1.142rem;
}

@media screen and (max-width: 768px) {
    .InputForm__content-head {
        margin-bottom: 3px;
        width: 100%;
        font-size: 1.166rem;
    }
}

.InputForm__content-data {
    font-size: 1.428rem;
    text-align: left;
    width: calc(100% - 130px);
}

@media screen and (max-width: 768px) {
    .InputForm__content-data {
        font-size: 1.166rem;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
  .InputForm {
    margin-top: 15px;
  }
  .InputForm.Box {
    padding: 20px;
  }
}

.InputForm--join,
.InputForm--wide {
  margin-top: 0;
  width: 900px;
}

@media screen and (max-width: 768px) {
  .InputForm--join,
  .InputForm--wide {
    width: 100%;
  }
}

.InputForm--claim {
  margin-top: 0;
  width: 850px;
}

@media screen and (max-width: 768px) {
  .InputForm--claim {
    width: 100%;
  }
}

.InputForm__consideration,
.InputForm__internet-service {
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .InputForm__internet-service {
        width: 100%;
    }
}

.InputForm__section-title {
  margin: 55px 0 10px;
  color: #094;
  font-size: 1.714rem;
}

@media screen and (max-width: 768px) {
  .InputForm__section-title {
    margin: 25px 0 5px;
    font-size: 1.5rem;
  }
}

.InputForm__leadtext {
  margin: 45px 0 30px;
  font-size: 1.286rem;
  text-align: center;
}

.InputForm__leadtext--underspace {
    margin-bottom: 120px;
}

.InputForm__leadtext--space {
    margin: 60px 0;
    font-size: 1.286rem;
    text-align: center;
}

@media screen and (max-width: 768px) {
  .InputForm__leadtext,
  .InputForm__leadtext--underspace,
  .InputForm__leadtext--space {
    margin: 20px 0 17px;
    font-size: 1.083rem;
    text-align: left;
  }
}

.InputForm__leadtext--margin-narrow {
  margin: 15px 0 30px;
}

.InputForm__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.InputForm--confirm .InputForm__row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.InputForm__row + .InputForm__row {
  margin-top: 35px;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .InputForm__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .InputForm__row + .InputForm__row {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.InputForm__row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .InputForm__row-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.InputForm__row-inner:last-child {
  margin-bottom: 0;
}

.InputForm__row--w-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .InputForm__row--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .InputForm__row--row .InputForm__data {
    margin-top: 0;
  }
}

.InputForm__header {
  padding-top: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 135px;
}

.InputForm__header--multi-line {
    padding-top: 0;
}

.InputForm--confirm .InputForm__header {
  padding-top: 0;
  padding-right: 38px;
  width: 200px;
}

@media screen and (max-width: 768px) {
  .InputForm--confirm .InputForm__header {
    width: 100%;
    padding-right: 0;
  }
}

.InputForm__row--confirm .InputForm__header {
  padding-top: 0;
}

.InputForm__row--kouza .InputForm__header {
  padding-right: 10px;
  width: 350px;
}

@media screen and (max-width: 768px) {
  .InputForm__row--kouza .InputForm__header {
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 768px) {
  .InputForm__header {
    padding-top: 0;
    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;
    width: 100%;
    font-size: 1.166rem;
  }
}

.InputForm__header--wide {
  padding-top: 18px;
  padding-right: 38px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 200px;
}

@media screen and (max-width: 768px) {
  .InputForm__header--wide {
    width: 100%;
    padding-right: 0;
  }
}

.InputForm__header--middle {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding-top: 0;
}

.InputForm__kouza-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .InputForm__kouza-wrap {
    width: 100%;
  }
}

.InputForm__header--num {
  width: 50px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
  margin-right: 10px;
  padding-top: 0;
  font-size: 1.714rem;
  font-weight: bold;
}

.InputForm__header--num._multibyte-bracket {
  width: 58px;
  text-indent: -.25em;
}

.InputForm__row--kouza .InputForm__header--num {
  width: 40px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .InputForm__row--kouza .InputForm__header--num {
    margin-right: 0;
    width: 25px;
  }
}

@media screen and (max-width: 768px) {
  .InputForm__header--num {
    width: 30px;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.5rem;
  }
  .InputForm__header--num._multibyte-bracket {
    width: 40px;
    text-indent: -.5em;
  }
}

.InputForm__data {
  width: calc(100% - 135px);
}

.InputForm__header--num + .InputForm__data {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.InputForm__row--kouza .InputForm__data {
  width: calc(100% - 400px);
}

@media screen and (max-width: 768px) {
  .InputForm__row--kouza .InputForm__data {
    margin-left: 25px;
    width: calc(100% - 25px);
  }
}

@media screen and (max-width: 768px) {
  .InputForm__data {
    margin-top: 6px;
    width: 100%;
  }
}

.InputForm__data--2items div {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .InputForm__data--2items div {
    width: 100%;
  }
}

.InputForm__data--3items div {
  width: 33.3333333333%;
}

@media screen and (max-width: 768px) {
  .InputForm__data--3items div {
    width: 100%;
  }
}

.InputForm__data--4items div {
  width: 25%;
}

@media screen and (max-width: 768px) {
  .InputForm__data--4items div {
    width: 100%;
  }
}

.InputForm__data--5items div {
  width: 20%;
}

@media screen and (max-width: 768px) {
  .InputForm__data--5items div {
    width: 100%;
  }
}

.InputForm__label {
  font-size: 1.142rem;
  font-weight: bold;
  color: #000;
}

.InputForm__error .InputForm__label,
.InputForm__error .InputForm__inner-clabel,
.InputForm__error .InputForm__inner-llabel,
.InputForm__error .InputForm__inner-rlabel {
  color: #e60000;
}

@media screen and (max-width: 768px) {
  .InputForm__label {
    width: auto;
    font-size: 1.166rem;
  }
}

.InputForm__label--consideration,
.InputForm__label--internet-service {
    width: 720px;
    color: #094;
    text-align: left;
    border-bottom: 1px dotted #e5e5e5;
}

.InputFormArea {
    margin: 30px 0 40px 25px;
    width: 680px;
}

@media screen and (max-width: 768px) {
    .InputFormArea {
        width: 100%;
        margin-left: 0;
    }
}

.InputForm__label--space {
    margin: 20px 20px 0 28px;
    border-bottom: 1px solid #094;
}

@media screen and (max-width: 768px) {
    .InputForm__label--space {
        margin: 21px 21px 0 21px;
    }
}

.InputForm__label--Circle {
    border-radius:50%;
    color: #094;
}

.InputForm__error .InputForm__label {
  color: #e60000;
}

@media screen and (max-width: 768px) {
  .InputForm__label {
    width: auto;
    font-size: 1.166rem;
  }
}

.InputForm__inner-llabel,
.InputForm__inner-rlabel,
.InputForm__inner-clabel {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-weight: normal;
  font-size: 1.142rem;
}

.InputForm__inner-llabel {
  margin-right: 5px;
}

.InputForm__inner-rlabel {
  margin-left: 5px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .InputForm__inner-rlabel {
    margin-right: 0;
  }
}

.InputForm__inner-clabel {
    margin: 0 5px;
}

@media screen and (max-width: 768px) {
    .InputForm__inner-clabel {
        text-align: center;
        margin: 0px;
    }
}

.InputForm__confirm-text {
  font-size: 1.428rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .InputForm__confirm-text {
    font-size: 1.166rem;
  }
}

.InputForm__input {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .InputForm .InputForm__input--sp-smalltext {
    font-size: 1.05rem;
  }
}

.InputForm__price-block .InputForm__input {
  width: calc(100% - 1em);
}

.InputForm__tel-block .InputForm__input {
  margin: 0 .03em;
  width: calc(33.33333%);
}

.InputForm__tel-block .InputForm__input:first-child {
  margin-left: 0;
}

.InputForm__tel-block .InputForm__input:last-child {
  margin-right: 0;
}

.InputForm__postcode-block .InputForm__input {
  margin: 0 .5em;
}

.InputForm__postcode-block .InputForm__input:first-child {
  margin-left: 0;
  width: 8em;
}

.InputForm__postcode-block .InputForm__input:last-child {
  margin-right: 0;
  width: 10em;
}

.InputForm__postcode-block--nohyphen .InputForm__input {
  width: 16em;
}

@media screen and (max-width: 768px) {
  .InputForm__postcode-block .InputForm__input:first-child {
    width: calc(50% - .75em);
  }
  .InputForm__postcode-block .InputForm__input:last-child {
    width: calc(50% - .75em);
  }
  .InputForm__postcode-block--nohyphen .InputForm__input {
    width: 100%;
  }
}

.InputForm__postcode-block--full {
  width: 100%;
  margin-bottom: 5px;
 }

.InputForm__error .InputForm__input {
  background-color: #ffcdd2;
  border-color: #f44;
  border-width: 2px;
}

.InputForm__width-middle {
  width: 350px;
}

@media screen and (max-width: 768px) {
  .InputForm__width-middle {
    width: 100%;
  }
}

.InputForm__half-w-keyboard {
  width: 510px;
}

@media screen and (max-width: 768px) {
  .InputForm__half-w-keyboard {
    width: 100%;
  }
}

.InputForm__keyboard-button {
  margin-left: 10px;
  width: 150px;
  white-space: normal;
}

@media screen and (max-width: 768px) {
  .InputForm__keyboard-button {
    display: none;
  }
}

.InputForm__banksearch-button {
  margin-right: 10px;
  width: 150px;
  white-space: normal;
}

@media screen and (max-width: 768px) {
  .InputForm__banksearch-button {
    width: 95px;
  }
}

.InputForm__addresssearch-button {
  margin-right: 10px;
  width: 160px;
  white-space: normal;
}

@media screen and (max-width: 768px) {
  .InputForm__addresssearch-button {
    width: 90px;
  }
}

.InputForm__addresssearch-button--wide {
  width: 160px;
  white-space: normal;
}

@media screen and (max-width: 768px) {
  .InputForm__addresssearch-button--wide {
    width: 100%;
  }
}

.InputForm__asking {
  margin: 74px 0 60px;
  font-size: 1.286rem;
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .InputForm__asking {
    margin: 38px 0 40px;
    font-size: 1.083rem;
    text-align: left;
  }
}

.InputForm__block-title {
  margin: 20px 0 10px;
  color: #094;
  font-size: 1.714rem;
}

@media screen and (max-width: 768px) {
  .InputForm__block-title {
    font-size: 1.5rem;
  }
}

.InputForm__inner {
  padding: 20px;
  border: 4px solid #094;
}

@media screen and (max-width: 768px) {
  .InputForm__inner {
    padding: 12.5px;
  }
}

.InputForm__row--line {
  padding: 25px 0;
  border-top: 1px dotted #e5e5e5;
}

.InputForm__inner .InputForm__row--line:first-child {
  margin-top: 5px;
  padding-top: 0;
  border-top: none;
}

.InputForm__row--line.InputForm__single-row {
  border-bottom: 1px dotted #e5e5e5;
}

.InputForm__row--line + .InputForm__row--line {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .InputForm__row--line {
    padding: 18px 0;
  }
}

.InputForm__row--bottomline {
  border-bottom: 1px dotted #e5e5e5;
}

.InputForm__row--kouza {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.InputForm--confirm .InputForm__row--kouza {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .InputForm__row--kouza {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.InputForm__row--confirm {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.InputForm__data--2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.InputForm__data--2col div + div {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .InputForm__data--2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .InputForm__data--2col div + div {
    margin-top: 10px;
    margin-left: 0;
  }
}

.InputForm__chk {
  width: 120px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: right;
  margin: 0 0 0 20px;
}

@media screen and (max-width: 768px) {
  .InputForm__chk {
    width: 100%;
    margin: 10px 0 0;
  }
}

.InputForm__chk--double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 235px;
}

@media screen and (max-width: 768px) {
  .InputForm__chk--double {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
  }
  .InputForm__chk--double .RadioButton + label,
  .InputForm__chk--double .CheckboxButton + label {
    margin-right: 10px;
  }
  .InputForm__chk--double .RadioButton + label:last-child,
  .InputForm__chk--double .CheckboxButton + label:last-child {
    margin-right: 0;
  }
}

.InputForm__input--name {
  width: calc(100% - 2em);
}

.InputForm__input--name._kana {
  width: calc(100% - 4em);
}

.InputForm__input--code {
    width: 100%;
}

@media screen and (max-width: 768px) {
  .InputForm__input--name {
    width: 100%;
  }
  .InputForm__inner-llabel + .InputForm__input--name {
    width: calc(100% - 2em - 5px);
  }
}

.InputForm__data--birthday {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .InputForm__data--birthday {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.InputForm__price-block,
.InputForm__tel-block,
.InputForm__postcode-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.InputForm__input--pw {
  width: calc(100% - 160px);
}

.InputForm__input--kigou {
  width: calc(6em + 30px);
}

@media screen and (max-width: 768px) {
  .InputForm__input--kigou {
    width: calc(6em + 30px) !important;
  }
}

.InputForm__input--bank {
  width: calc(100% - 160px) !important;
}

@media screen and (max-width: 768px) {
  .InputForm__input--bank {
    width: calc(100% - 105px) !important;
  }
}

.InputForm__input--bank-small {
  width: calc(100% - 130px) !important;
}

@media screen and (max-width: 768px) {
  .InputForm__input--bank-small {
    width: calc(100% - 95px) !important;
  }
}

@media screen and (max-width: 768px) {
  .InputForm__input--bank-spXsmall {
    width: calc(100% - 80px) !important;
  }
}

.InputForm__header--small {
  width: 90px;
}

.InputForm__header--large {
  width: 170px;
}

.InputForm__header--claim {
  width: 220px;
}

.InputForm__header--kyosaikin {
    width: 175px;
    margin-right: 20px;
    display: flex;
    justify-content: left;
    align-items: center;
}
@media screen and (max-width: 768px) {
  .InputForm__header--kyosaikin {
    width: 100%;
    display: block;
  }
}
.InputForm__header--kyosaikin + .InputForm__data {
    font-size: 16px;
}

@media screen and (max-width: 768px) {
  .InputForm__header--large {
    width: 100%;
  }
}

.InputForm__banksearch-button--small {
  width: 120px;
}

@media screen and (max-width: 768px) {
  .InputForm__banksearch-button--small {
    min-width: 70px;
    width: 85px;
  }
}

@media screen and (max-width: 768px) {
  .InputForm__banksearch-button--spXsmall {
    width: 70px;
  }
}

.InputForm__input:disabled {
  background: #f5f5f5;
  border: 1px solid #e2e2e2;
  cursor: pointer;
}

.InputForm__row--disabled {
  background-color: #f5f5f5;
  color: #aaa;
}

/**
 * RadioButton ブロック
 *
 */
.RadioButton {
  position: absolute;
  visibility: hidden;
  width: 0;
  height: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.RadioButton + label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 8px 7px 48px;
  min-height: 50px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1.428rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.RadioButton + label::before, .RadioButton + label::after {
  position: absolute;
  display: block;
  content: '';
}

.RadioButton + label::before {
  top: 50%;
  left: 8px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #ccc;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.InputForm__error .RadioButton + label {
  background-color: #ffcdd2;
  border-color: #f44;
  border-width: 2px;
}

.RadioButton:checked + label {
  border-color: #094;
  color: #094;
}

.RadioButton:checked + label::after {
  top: 50%;
  left: 12px;
  width: 24px;
  height: 24px;
  background-color: #094;
  border-radius: 12.5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.RadioButton:disabled + label {
    background-color: #f5f5f5;
    border: 1px solid #e2e2e2;
    color: #afafaf;
    pointer-events: none;
}

.RadioButton--card + label {
  display: block;
  width: 100%;
  font-weight: normal;
}

.InputForm__error .RadioButton--card + label {
  width: 100%;
  font-weight: normal;
  background-color: #ffcdd2;
  border: 2px solid #f44;
}

.RadioButton--card + label .RadioButton__title {
  display: block;
  font-weight: bold;
  font-size: 1.428rem;
}

.RadioButton--card + label .RadioButton__text {
  display: block;
  font-size: 1rem;
  line-height: 1.4;
}

.RadioButton--card__w-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.RadioButton--card__s-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

@media screen and (max-width: 768px) {
  .RadioButton--card__w-img,
  .RadioButton--card__s-img {
    display: block;
  }
}

.RadioButton--card__img-column {
  margin-left: 10px;
  width: 200px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.RadioButton--card__select-column {
  margin-left: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.RadioButton--card__img-column * {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .RadioButton--card__img-column,
  .RadioButton--card__select-column {
    margin-left: 0;
    width: 100%;
  }
  .RadioButton--card__img-column img {
    display: none;
  }
  .RadioButton--card__img-column * {
    width: 100%;
  }
}

.RadioButton__title--line {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #e5e5e5;
  line-height: 1.2;
}

.RadioButton__text--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .RadioButton__text--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (min-width: 769px) {
  .RadioButton__text-desc {
    width: 320px;
  }
}

.RadioButton__title--card {
  margin-bottom: 20px;
  font-weight: bold;
}

.RadioButton--middle {
  width: 320px;
}

@media screen and (max-width: 768px) {
  .RadioButton--middle {
   width: 100%;
  }
}

.RadioButton--large {
  height: 66px;
}

@media screen and (max-width: 768px) {
  .RadioButton--large {
   height: 100%;
  }
}

/**
 * Checkbox ブロック
 *
 */
.CheckboxButton {
  position: absolute;
  visibility: hidden;
  width: 0;
  height: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.CheckboxButton + label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 10px 7px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  font-size: 1.428rem;
  line-height: 1.2;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.CheckboxButton + label::before, .CheckboxButton + label::after {
  display: block;
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.CheckboxButton + label::before {
  margin-right: 10px;
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #ccc;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

@media screen and (max-width: 768px) {
  .CheckboxButton + label {
    width: 100%;
    font-size: 1.333rem;
  }
}

.InputForm__error .CheckboxButton + label {
  background-color: #ffcdd2;
  border-color: #f44;
  border-width: 2px;
}

.CheckboxButton:checked + label {
  border-color: #094;
  color: #094;
}

.CheckboxButton:checked + label::after {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 21px;
  height: 16.096px;
  background: url(../images/common/icon-checkbox-checkmark.svg) no-repeat 0 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.CheckboxButton--card + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-weight: normal;
}

.CheckboxButton--card + label .CheckboxButton__title {
  display: block;
  font-weight: bold;
  font-size: 1.428rem;
}

.CheckboxButton--card + label .CheckboxButton__text {
  display: block;
  font-size: 1rem;
  line-height: 1.4;
}

@media screen and (min-width: 769px) {
  .CheckboxButton__text-desc {
    width: 320px;
  }
}

.CheckboxButton--disabled + label {
  background-color: #f5f5f5;
  color: #aaa;
  cursor: default;
}

.CheckboxButton--disabled + label::before {
  color: #aaa;
}

/**
 * ActionArea ブロック
 *
 */
.ActionArea {
  margin-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ActionArea--underspace {
    margin: 38px 0 100px 0;
}

.ContentBlock__inner > .ActionArea {
  margin-bottom: 12px;
}

.Box > .ActionArea:last-child {
  margin-bottom: 17px;
}

@media screen and (max-width: 768px) {
  .ActionArea,
  .ActionArea--underspace {
    margin-top: 25px;
    margin-bottom: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .ActionArea--next-row {
    margin-top: 0;
  }
}

.ActionArea--mt-wide {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .ActionArea--mt-wide {
    margin-top: 30px;
  }
}

.ActionArea--mb-wide {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .ActionArea--mb-wide {
    margin-bottom: 25px;
  }
}

.ActionArea__next-button,
.ActionArea__back-button,
.ActionArea__change-button,
.ActionArea__stop-button,
.ActionArea__yes-button,
.ActionArea__no-button {
  margin: 0 10px;
  padding: 13px 8px 8px;
  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;
  font-weight: bold;
  line-height: 1;
}

.ActionArea__top-button {
  margin: 0 10px;
  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;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .ActionArea__top-button,
  .ActionArea__next-button,
  .ActionArea__back-button,
  .ActionArea__change-button,
  .ActionArea__stop-button,
  .ActionArea__yes-button,
  .ActionArea__no-button {
    margin: 0;
    font-size: 2rem;
  }
}

.ActionArea__next-button,
.ActionArea__stop-button
{
  background-color: #094;
  min-height: 58px;
  color: #fff;
  -webkit-box-shadow: inset 0 -2px 0 #047733;
  box-shadow: inset 0 -2px 0 #047733;
}

.ActionArea__yes-button {
  background-color: #c55a11;
  min-height: 58px;
  color: #fff;
  -webkit-box-shadow: inset 0 -2px 0 #893e0c;
  box-shadow: inset 0 -2px 0 #893e0c;
}

.ActionArea__next-button:disabled, .ActionArea__next-button[data-disabled="true"], .ActionArea__next-button._diabled {
  background-color: #99beaa;
  -webkit-box-shadow: inset 0 -2px 0 #94b0a0;
  box-shadow: inset 0 -2px 0 #94b0a0;
  color: #ccdfd5;
  pointer-events: none;
}

@media screen and (max-width: 768px) {

  .ActionArea .ActionForm,
  .ActionArea__next-button,
  .ActionArea__stop-button,
  .ActionArea__yes-button {
    width: 100%;
  }
}

.ActionArea__top-button,
.ActionArea__back-button,
.ActionArea__change-button,
.ActionArea__no-button {
  margin: 0 10px;
  background-color: #fcfcfc;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: inset 0 -2px 0 #ebebeb;
  box-shadow: inset 0 -2px 0 #ebebeb;
}

.ActionArea__back-button:disabled, .ActionArea__back-button[data-disabled="true"], .ActionArea__back-button._disabled,
.ActionArea__change-button:disabled, .ActionArea__change-button[data-disabled="true"], .ActionArea__change-button._disabled {
  background-color: #eaeaea;
  border: 1px solid #e2e2e2;
  color: #afafaf;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .ActionArea__top-button,
  .ActionArea__back-button,
  .ActionArea__change-button,
  .ActionArea__no-button,
  .ActionArea__yes-button {
    margin: 15px auto 0;
    padding: 8px;
    width: 67%;
    height: 48px;
    font-size: 1.5rem;
  }
  .ActionArea--next-row .ActionArea__back-button {
    margin-top: 0;
  }
}

/**
 * ErrorDialog ブロック
 *
 */
.ErrorDialog {
  position: relative;
  margin-bottom: 50px;
  padding: 20px 40px;
  background-color: #fbe7e8;
  border-radius: 2px;
}

.ErrorDialog--info {
    background-color: #E7FBCE;
}

.ErrorDialog--authcode {
    margin-bottom: 20px;
}

.ErrorDialog::after,
.ErrorDialog--claim::after,
.ErrorDialog--header-normal::after,
.ErrorDialog--header-middle::after,
.ErrorDialog--header-wide::after,
.ErrorDialog--middle::after,
.ErrorDialog--small::after {
  content: '';
  position: absolute;
  top: calc(100% - 30px);
  left: calc(50% - 30px);
  display: block;
  width: 42.426px;
  height: 42.426px;
  background-color: #fbe7e8;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ErrorDialog--info::after {
    background-color: #E7FBCE;
}

.ErrorDialog--authcode::after {
    display: none;
}

@media screen and (max-width: 768px) {
  .ErrorDialog,
  .ErrorDialog--info {
    padding: 20px 17.5px;
  }
}

.ErrorDialog__header {
  margin: 0 0 .8em;
  color: #e60000;
  font-weight: bold;
  font-size: 1.714rem;
}

.ErrorDialog__header--info {
    color: #008000;
}

@media screen and (max-width: 768px) {
  .ErrorDialog__header,
  .ErrorDialog__header--info {
    font-size: 1.5rem;
  }
}

.ErrorDialog__list,
.ErrorDialog__list--info {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}

.ErrorDialog__list li,
.ErrorDialog__list--info li,
.ErrorDialog__list__inner {
  margin-bottom: 3px;
  position: relative;
  padding-left: 1.6em;
}

.ErrorDialog__list li::before,
.ErrorDialog__list__inner::before {
  content: '';
  margin-right: 5px;
  margin-left: -1.6em;
  display: inline-block;
  width: 17.15px;
  height: 17.15px;
  background: url(../images/common/icon-alert.svg) no-repeat 0 0;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

.ErrorDialog--claim {
  position: relative;
  margin-bottom: 30px;
  margin-left: 200px;
  padding: 20px 40px;
  background-color: #fbe7e8;
  border-radius: 2px;
}

.ErrorDialog--header-normal {
  position: relative;
  margin-bottom: 30px;
  margin-left: 135px;
  padding: 20px 40px;
  background-color: #fbe7e8;
  border-radius: 2px;
}

.ErrorDialog--header-middle {
  position: relative;
  margin-bottom: 30px;
  margin-left: 170px;
  padding: 20px 40px;
  background-color: #fbe7e8;
  border-radius: 2px;
}

.ErrorDialog--header-wide {
  position: relative;
  margin-bottom: 30px;
  margin-left: 180px;
  padding: 20px 40px;
  background-color: #fbe7e8;
  border-radius: 2px;
}

.ErrorDialog--small {
  position: relative;
  margin-bottom: 30px;
  margin-left: 135px;
  display: inline-block;
  padding: 20px 40px;
  background-color: #fbe7e8;
  border-radius: 2px;
}

.ErrorDialog--middle {
  position: relative;
  margin-bottom: 30px;
  padding: 20px 40px;
  background-color: #fbe7e8;
  border-radius: 2px;
}

@media screen and (max-width: 768px) {
  .ErrorDialog--claim,
  .ErrorDialog--header-normal,
  .ErrorDialog--header-middle ,
  .ErrorDialog--header-wide,
  .ErrorDialog--small,
  .ErrorDialog--middle {
   margin-left: 0px;
   padding: 20px 17.5px;
   width: 100%;
  }
}

/**
 * Dropdownブロック
 *
 */
.Dropdown {
  padding: 0;
  position: relative;
  display: block;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
}

.Dropdown::after {
  content: "";
  position: absolute;
  width: 16.7px;
  height: 9.7px;
  top: 50%;
  right: 1em;
  margin-top: -4px;
  z-index: 2;
  background: url(../images/common/icon-dropdown.svg) no-repeat 0 0;
  pointer-events: none;
}

.InputForm__error .Dropdown {
  background-color: #ffcdd2;
  border: 2px solid #f44;
}

@media screen and (max-width: 768px) {
  .Dropdown {
    width: 100%;
  }
}

.Dropdown__select {
  margin: 0;
  padding: 0 40px 0 15px;
  width: 100%;
  height: 50px;
  background: none;
  border: 1px solid transparent;
  font-size: 1.428rem;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.Dropdown__select:disabled {
  margin: 0;
  padding: 0 40px 0 15px;
  width: 100%;
  height: 50px;
  background: #f5f5f5;
  border: 1px solid transparent;
  font-size: 1.428rem;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (max-width: 768px) {
  .Dropdown__select {
    width: 100%;
    font-size: 1.333rem;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .Dropdown__select::-ms-expand {
    display: none;
  }
  .Dropdown__select:focus::-ms-value {
    background: transparent;
    color: #000;
  }
}

.Dropdown__select--full {
  width: 100%;
}

/**
 * DateInputブロック
 *
 */
.DateInput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .DateInput {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .DateInput.DateInput--exp-date {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .DateInput.DateInput--exp-date .DateInput__month-date {
    margin-top: 0;
    width: 45%;
  }
  .DateInput.DateInput--exp-date .DateInput__year {
    width: 55%;
  }
}

.DateInput.DateInput--exp-date .DateInput__month {
  width: 100%;
}

.DateInput.DateInput--exp-date .InputForm__inner-rlabel {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .DateInput.DateInput--exp-date .InputForm__inner-rlabel {
    margin-right: 10px;
  }
}

.DateInput__year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.DateInput__month-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.DateInput__year .InputForm__input {
  width: 8em;
}
.DateInput__month-date .InputForm__input {
  width: 6em;
}

@media screen and (max-width: 768px) {
  .DateInput__year .InputForm__input,
  .DateInput__month-date .InputForm__input,
  .DateText {
    width: 100%;
  }
}

.DateInput__hour-minute {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .DateInput__month-date,
  .DateInput__hour-minute {
    margin-top: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.DateInput__month,
.DateInput__date,
.DateInput__hour,
.DateInput__minute{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .DateInput__month,
  .DateInput__date,
  .DateInput__hour,
  .DateInput__minute{
    width: calc(50% - 5px);
  }
}

/**
 * SiteHeaderブロック
 *
 */
.SiteHeader {
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 960px;
  height: 118px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .SiteHeader {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    height: 60px;
  }
}

.SiteHeader__title {
  width: 458px;
}

.SiteHeader__title img {
  width: 350px;
}

@media screen and (max-width: 768px) {
  .SiteHeader__title {
    padding: 15px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 226px;
  }
  .SiteHeader__title img {
    width: 206px;
    height: 30px;
  }
}

.SiteHeader__links {
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 768px) {
  .SiteHeader__links {
    display: none;
  }
}

@media screen and (max-width: 768px) {
    .SiteHeader__links--logout {
        display: block;
    }
}

.SiteHeader__link {
  font-size: 1.142rem;
}

@media screen and (max-width: 768px) {
    .SiteHeader__link--logout {
        margin-top: 22px;
        margin-right: 10px;
    }
}

/**
 * ページの先頭へ
 *
 */
body>footer #nav_top {
    text-align: 
    center;padding-bottom:2%;
    background-color: #f5f5f5 !important;
    position:relative;
    top:-1px
}
body>footer #nav_top a {
    display: inline-block; 
    padding:5px 10px; 
    text-decoration:none; 
    color: #644817;
}

/**
 * SiteFooterブロック
 *
 */
.SiteFooter {
  padding-top: 60px;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .SiteFooter {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

.SiteFooter--nomenu {
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .SiteFooter--nomenu {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

.SiteFooter__content {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 960px;
}

.SiteFooter--nomenu .SiteFooter__content {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.SiteFooter--nobanner .SiteFooter__banner {
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  .SiteFooter__content {
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .SiteFooter--nomenu .SiteFooter__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .SiteFooter__banner {
    margin-bottom: 14px;
    text-align: center;
  }
  .SiteFooter__banner img {
    width: 100px;
  }
}

.SiteFooter__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .SiteFooter__links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .SiteFooter__links + .SiteFooter__links {
    margin-bottom: 8px;
  }
}

.SiteFooter__link {
  padding-left: 20px;
}

.SiteFooter__link a {
  color: #fff;
  text-decoration: none;
}

.SiteFooter__link a:hover {
  text-decoration: underline;
}

.SiteFooter__link + .SiteFooter__link::before {
  margin-right: 20px;
  content: '|';
}

@media screen and (max-width: 768px) {
  .SiteFooter__link {
    margin-bottom: 5px;
    padding-left: 15px;
  }
  .SiteFooter__link a:hover {
    text-decoration: none;
  }
  .SiteFooter__links + .SiteFooter__links .SiteFooter__link:first-child::before {
    margin-right: 15px;
    content: '|';
  }
  .SiteFooter__link + .SiteFooter__link::before {
    margin-right: 15px;
  }
}

.SiteFooter__copy {
  margin: 0 auto;
  width: 960px;
  color: #ccebda;
  text-align: right;
  font-size: 1rem;
}

.SiteFooter__copy span {
  margin-left: 1em;
  font-size: 0.885rem;
}

.SiteFooter--nomenu .SiteFooter__copy {
  width: auto;
}

@media screen and (max-width: 768px) {
  .SiteFooter__copy {
    width: auto;
    text-align: center;
  }
  .SiteFooter__copy span {
    display: block;
    font-size: 0.833rem;
  }
}

.SiteFooter--nomenu .SiteFooter__copy {
  margin-top: 0;
}

.SiteFooter__decorate {
  position: relative;
  margin-top: 25px;
  height: 60px;
  background: url(../images/common/bg-footer-ribbon.svg) no-repeat center bottom;
  background-size: auto 60px;
}

.SiteFooter__decorate::before {
  content: '';
  position: absolute;
  bottom: 22px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 16px;
  background-color: #169243;
}

.SiteFooter__decorate img {
  position: absolute;
  right: calc((100% - 960px) / 2);
  bottom: 24px;
  width: 152px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .SiteFooter__decorate {
    height: 44px;
    background: url(../images/common/bg-footer-ribbon.svg) no-repeat -318px bottom;
    background-size: auto 44px;
  }
  .SiteFooter__decorate::before {
    content: none;
  }
  .SiteFooter__decorate img {
    top: 16px;
    right: 20px;
    -webkit-transform: scale(0.73);
    -ms-transform: scale(0.73);
    transform: scale(0.73);
  }
}

/**
 * ContentBlockブロック
 * セクション毎のエリアを定義
 */
.ContentBlock {
  padding: 80px 0;
}

.Breadcrumbs + .ContentBlock {
  padding-top: 40px;
}

.Welcome + .ContentBlock {
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .ContentBlock {
    padding: 40px 0;
  }
  .Breadcrumbs + .ContentBlock {
    padding-top: 25px;
  }
}

.ContentBlock--popup {
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .ContentBlock--popup {
    padding-bottom: 15px;
  }
}

.ContentBlock--footer-menu, .ContentBlock:nth-of-type(even).ContentBlock--footer-menu {
  background-color: #b9e1a5;
}

.ContentBlock--footer-menu {
  padding: 70px 0 80px;
}

@media screen and (max-width: 768px) {
  .ContentBlock--footer-menu {
    display: none;
  }
}

.ContentBlock__inner {
  margin: 0 auto;
  width: 960px;
}

@media screen and (max-width: 768px) {
  .ContentBlock__inner {
    padding: 0 15px;
    width: 100%;
  }
}

/**
 * Boxブロック
 *
 */
.Box {
  margin-top: 30px;
  padding: 25px 30px;
  background-color: #fff;
  border-radius: 2px;
}

@media screen and (max-width: 768px) {
  .Box {
    margin-top: 20px;
    padding: 15px;
  }
}

.Box--wide-pd {
  padding: 45px 50px;
}

@media screen and (max-width: 768px) {
  .Box--wide-pd {
    padding: 20px;
  }
}

.Box--middle-pd {
  padding: 20px;
}

.Box--narrow-pd {
  padding: 10px;
}

.Box--info {
  padding: 30px 40px !important;
  font-size: 1.428rem;
}

@media screen and (max-width: 768px) {
  .Box--info {
    padding: 15px !important;
    font-size: 1.166rem;
  }
}

.Box--column2 {
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .Box--column2 {
    margin-bottom: 30px;
    display: block;
  }
}

.Box--gray {
  background-color: #f5f5f5;
}

.Box--green {
  background-color: #ccebda;
}

.Box--green2 {
  background-color: #c0dea7;
}

.Box--maincol {
  margin-top: 0;
  width: 600px;
}

@media screen and (max-width: 768px) {
  .Box--maincol {
    width: 100%;
  }
}

.Box--subcol {
  margin-top: 0;
  width: 330px;
}

@media screen and (max-width: 768px) {
  .Box--subcol {
    margin-top: 15px;
    width: 100%;
  }
}

.Box--line {
  padding: 15px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
}

.Box--line-thick {
  padding: 15px;
  border: 2px solid #e5e5e5;
  border-radius: 2px;
}

.Box--balloon {
  position: relative;
  background-color: #f5f5f5;
}

.Box--balloon * {
  position: relative;
  z-index: 2;
}

.Box--balloon::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 28px;
  height: 28px;
  background-color: #f5f5f5;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(45deg) translate(20%, 20%);
  -ms-transform: rotate(45deg) translate(20%, 20%);
  transform: rotate(45deg) translate(20%, 20%);
}

.Box__title {
  color: #000;
  font-weight: bold;
  font-size: 1.714rem;
  text-align: center;
}

.Box__instruction {
  margin: 35px 0;
  font-size: 1.286rem;
  text-align: center;
}

.Box__instruction:first-child {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .Box__instruction {
    text-align: left;
    margin: 24px 0;
    font-size: 1.083rem;
  }
}

.Box__tittle-button {
  padding: 6px 8px 5px;
  width: auto;
}

.Box__main-conent {
  width: 550px;
}

.Box__main-conent-center {
  width: 550px;
  margin:0 auto;
}

@media screen and (max-width: 768px) {
  .Box__main-conent {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .Box__main-conent-center {
    width: 100%;
    margin:0 auto;
  }
}

.Box__sub-content {
  width: 320px;
}

@media screen and (max-width: 768px) {
  .Box__sub-content {
    width: 100%;
  }
}

.Box__title--line {
  margin: 0;
  padding-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px dotted #e5e5e5;
  font-size: 1.286rem;
}

.Box__title--line.Box__title--green {
  border-bottom: 2px dotted #e7efdb;
}

@media screen and (max-width: 768px) {
  .Box__title--line {
    font-size: 1.5rem;
  }
}

.Box__title--green {
  color: #094;
}

/**
 * AttentionBlockブロック
 *
 */
.AttentionBlock {
  padding: 4px;
  background: url(../images/common/border-topics.png) repeat 0 0;
  border-radius: 2px;
}

.AttentionBlock--notborder {
  padding: 4px;
}

.AttentionBlock--bluebox {
  padding: 4px;
  border: 1px #dee0e1 solid;
  background: #e8f7ff;
  overflow: hidden;
}

.AttentionBlock--step2 {
    margin-bottom: 25px;
}

.AttentionBlock--dotline {
  padding: 20px;
  background-image: none;
  background-color: #fff;
  border: 1px dotted #ccc;
}

.AttentionBlock__title {
  margin: 0 0 10px;
  font-size: 1.142rem;
  color: #094;
}

.AttentionBlock__title span {
  color: #333;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .AttentionBlock__title {
    font-size: 1.083rem;
  }
}

.AttentionBlock__inner {
  margin: 0;
  padding: 20px 25px;
  background-color: #fff;
  font-size: 1.142rem;
  font-weight: bold;
  color: #000;
  text-align: center;
}

.AttentionBlock--bluebox .AttentionBlock__inner {
  background: #e8f7ff;
}

.AttentionBlock__inner--normal {
    font-weight: normal;
}

@media screen and (max-width: 768px) {
  .AttentionBlock__inner {
    padding: 15px 10px;
    font-size: 1rem;
    text-align: left;
  }
}

.AttentionBlock__message {
  margin: 0;
  font-weight: normal;
  font-size: 1rem;
}

.AttentionBlock__message + .AttentionBlock__message {
  margin-top: 1.4em;
}

.AttentionBlock__title--large {
  font-size: 1.286rem;
}

@media screen and (max-width: 768px) {
  .AttentionBlock__title--large {
    font-size: 1.333rem;
  }
}

.AttentionBlock__inner--half {
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .AttentionBlock__inner--half {
    width: 100%;
    padding: 0 10px;
  }
}

.AttentionBlock__inner--half div {
  width: 50%;
  padding: 0 25px;
}

@media screen and (max-width: 768px) {
  .AttentionBlock__inner--half div {
    width: 100%;
    padding: 15px 0;
  }
}

.AttentionBlock__inner--sideline {
  border-right: 1px dotted #e5e5e5;
}

@media screen and (max-width: 768px) {
  .AttentionBlock__inner--sideline {
    border-right: none;
    border-bottom: 1px dotted #e5e5e5;
  }
}

.AttentionBlock__inner--title {
  font-size: 1.286rem;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .AttentionBlock__inner--title {
    font-size: 1.333rem;
    margin-bottom: 10px;
  }
}

.AttentionBlock__inner--title-startday {
  padding-bottom: 7px;
}

@media screen and (max-width: 768px) {
  .AttentionBlock__inner--title-startday {
    text-align: center;
    font-size: 15px;
  }
}

.AttentionBlock__inner--title-startday:first-child {
  border-right: 1px dotted #e5e5e5;
}

@media screen and (max-width: 768px) {
  .AttentionBlock__inner--title-startday:first-child {
    padding-right: 5px;
  }
}

.AttentionBlock__message--startday {
  text-align: left;
  border-bottom: 1px dotted #e5e5e5;
  border-right: 1px dotted #e5e5e5;
}

@media screen and (max-width: 768px) {
  .AttentionBlock__message--startday {
    font-size: 11px;
  }
}

.AttentionBlock__message--startday:last-child{
  border-right-style: none;
  padding-left: 15px;
}

@media screen and (max-width: 768px) {
  .AttentionBlock__message--startday:last-child {
    padding-left: 5px;
    width: 40%;
  }
}

.AttentionBlock__message--startday-space {
  width: 30%;
  padding-top: 5px;
  padding-left: 15px;
}

@media screen and (max-width: 768px) {
  .AttentionBlock__message--startday-space {
    padding-right: 5px;
    padding-left: 5px;
  }
}

.AttentionBlock__message--startdaytable-noline{
  border-bottom-style: none;
}

.AttentionBlock__header::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: -10px;
}

/**
 * StepIndicatorブロック
 *
 */
.StepIndicator {
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 26px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .StepIndicator {
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 0;
    height: 65px;
    border-radius: 13px;
  }
}

.StepIndicator--inc-title {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .StepIndicator--inc-title {
    padding: 10px;
  }
}

@media screen and (max-width: 374px) {
  .StepIndicator--inc-title {
    min-height: 0;
    height: auto;
  }
}

.StepIndicator--mb-wide,
.StepIndicator--join {
  margin-bottom: 40px;
}

.StepIndicator__title {
  margin: 0;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  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;
  font-weight: bold;
  font-size: 1.714rem;
  line-height: 1.1;
}

.StepIndicator--inc-title .StepIndicator__title {
  padding-right: 25px;
  width: 245px;
  border-right: 2px solid #b2b2b2;
}

@media screen and (max-width: 768px) {
  .StepIndicator__title {
    font-size: 1rem;
    text-align: center;
  }
  .StepIndicator--inc-title .StepIndicator__title {
    padding: 0 15px;
    width: 110px;
    border-right: 2px solid #b2b2b2;
  }
}

.StepIndicator__steps {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .StepIndicator__steps {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
  }
}

.StepIndicator--inc-title .StepIndicator__steps {
  width: calc(100% - 245px);
}

@media screen and (max-width: 768px) {
  .StepIndicator--inc-title .StepIndicator__steps {
    width: calc(100% - 110px);
  }
}

.StepIndicator__item {
  font-weight: bold;
  font-size: 1.714rem;
  line-height: 1.1;
  color: #000;
  text-align: center;
}

.StepIndicator--inc-title .StepIndicator__item {
  font-size: 1.428rem;
}

.StepIndicator__item + .StepIndicator__item {
  position: relative;
}

.StepIndicator__item + .StepIndicator__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 19px;
  height: 19px;
  border-top: 3.5px solid #b2b2b2;
  border-right: 3.5px solid #b2b2b2;
  -webkit-transform: translate(-100%, -50%) rotate(45deg);
  -ms-transform: translate(-100%, -50%) rotate(45deg);
  transform: translate(-100%, -50%) rotate(45deg);
}

.StepIndicator--step2 .StepIndicator__item + .StepIndicator__item::before {
  left: calc((960px - (100% * 2)) / 3 / 2 * -1);
}

.StepIndicator--step3 .StepIndicator__item + .StepIndicator__item::before {
  left: calc((960px - (100% * 3)) / 4 / 2 * -1);
}

.StepIndicator--step4 .StepIndicator__item + .StepIndicator__item::before {
  left: calc((960px - (100% * 4)) / 5 / 2 * -1);
}

.StepIndicator--step5 .StepIndicator__item + .StepIndicator__item::before {
  left: calc((960px - (100% * 5)) / 6 / 2 * -1);
}

.StepIndicator--inc-title.StepIndicator--step2 .StepIndicator__item + .StepIndicator__item::before {
  left: calc((960px - 245px - (100% * 2)) / 3 / 2 * -1);
}

.StepIndicator--inc-title.StepIndicator--step3 .StepIndicator__item + .StepIndicator__item::before {
  left: calc((960px - 245px - (100% * 3)) / 4 / 2 * -1);
}

.StepIndicator--inc-title.StepIndicator--step4 .StepIndicator__item + .StepIndicator__item::before {
  left: calc((960px - 245px - (100% * 4)) / 5 / 2 * -1);
}

.StepIndicator--inc-title.StepIndicator--step5 .StepIndicator__item + .StepIndicator__item::before {
  left: calc((960px - 245px - (100% * 5)) / 6 / 2 * -1);
}

@media screen and (max-width: 768px) {
  .StepIndicator__item {
    display: none;
  }
  .StepIndicator--inc-title .StepIndicator__item {
    font-size: 1.333rem;
  }
  .StepIndicator__item + .StepIndicator__item::before {
    display: none;
  }
  .StepIndicator__item br {
    display: none;
  }
}

.StepIndicator__spitem {
  display: none;
  margin-top: 5px;
}

.StepIndicator__spitem::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #ccc;
  border-radius: 50%;
  border: 1px solid #ccc;
}

.StepIndicator__spitem + .StepIndicator__spitem {
  margin-left: 5px;
}

@media screen and (max-width: 768px) {
  .StepIndicator__spitem {
    display: block;
  }
}

.StepIndicator__item--current {
  color: #094;
}

@media screen and (max-width: 768px) {
  .StepIndicator__item--current {
    display: block;
    width: 100%;
    color: #000;
    font-size: 1.333rem;
  }
  .StepIndicator__item--current span {
    padding-right: 0.5em;
    color: #094;
  }
}

.StepIndicator__item--completed {
  color: #ccc;
}

.StepIndicator__spitem--current::before {
  background-color: #094;
  border-color: #094;
}

.StepIndicator__spitem--completed::before {
  border-color: #ccc;
  back
  ground-color: #fff;
}
  
 /* 各種受付誘導 */
.uketsuke-btn{
  border: solid 1px #777777;
  border-radius: 8px;
  width: 300px;
  margin: 0 auto;
}

/* マイページ誘導 */
.mypage-login-btn{
  border: solid 1px #777777;
  border-radius: 8px;
  width: 300px;
  margin: 0 auto;
}
.mypage-login {
  vertical-align: top;
  margin-top: 20px ;
  margin-bottom: 40px;
  font-weight: bold;
  width: fit-content;
  margin: auto;
}
.mypage-login-text{
width: fit-content;
margin: auto;
color: #000;
text-align: left;
}

.mypage-login-png-link{
text-align: center;
}

@media screen and (max-width: 768px) {
  .mypage-login-btn{
    border: solid 1px #777777;
    border-radius: 8px;
    width: 180px;
    margin: 0 auto;
    display: block;
  }
}

@media screen and (min-width: 100px) {
  ul.nav{
    margin: 0px 15px;
    display: block;
  }
}

@media screen and (min-width: 300px) {
  ul.nav{
    margin: 0px 70px;
  }
}

@media screen and (min-width: 350px) {
  ul.nav{
    margin: 0px 60px;
  }
}

@media screen and (min-width: 380px) {
  ul.nav{
    margin: 0px 70px;
  }
}

@media screen and (min-width: 400px) {
  ul.nav{
    margin: 0px 80px;
  }
}

@media screen and (min-width: 540px) {
  ul.nav{
    margin: 0px 150px;
  }
}

@media screen and (min-width: 768px) {
  ul.nav{
    margin: 0px 260px;
  }
}

@media screen and (min-width: 769px) {
  ul.nav{
    margin: 0px 0px 0px 25px;
  }
}

/**
 * Kokuchiブロック
 *
 */
.KokuchiBlock {
  border: 2px solid #004C22;
  padding: 10px 10px;
  background: #E5F3FF;
}
