@charset "UTF-8";
/*
	既存のスタイルはこのファイルに適宜記入するか別途読み込んでください。
　他への影響が出ないようbodyのクラスまたはIDとmainで階層指定してください。
*/
body.page main {
  /*=============================================
  *
  *
  *
  =============================================*/
  /*=============================================
  *
  * sec
  *
  =============================================*/
  /*=============================================
  *
  * 見出し共通
  *
  =============================================*/
  /* ============================================
  見出し タイプ1
  ============================================ */
  /*---------------------------------------------
  大見出し
  ---------------------------------------------*/
  /*---------------------------------------------
  大見出し
  ---------------------------------------------*/
  /*---------------------------------------------
  h3見出し
  ---------------------------------------------*/
  /*=============================================
  *
  * テキスト共通
  *
  =============================================*/
  /*---------------------------------------------
  txt
  ---------------------------------------------*/
  /* ============================================
  アラート
  ============================================ */
  /*=============================================
  *
  * ボタン共通
  *
  =============================================*/
  /*---------------------------------------------
  タイプ1
  ---------------------------------------------*/
  /*---------------------------------------------
  タイプ2
  ---------------------------------------------*/
  /*---------------------------------------------
  タイプ3
  ---------------------------------------------*/
  /*---------------------------------------------
  タイプ4 | 住所を検索
  ---------------------------------------------*/
  /*---------------------------------------------
  .backBtn
  ---------------------------------------------*/
  /*---------------------------------------------
  .AnswerBtn
  ---------------------------------------------*/
  /*---------------------------------------------
  .closeBtn
  ---------------------------------------------*/
  /*=============================================
  *
  * table | テーブル
  *
  =============================================*/
  /* テーブル */
  /* ============================================
  .tb1
  ============================================ */
  /* ============================================
  .tb2
  ============================================ */
  /* ============================================
  tb3 | 縦
  ============================================ */
  /*=============================================
  *
  *  dl
  *
  =============================================*/
  /* ============================================
  caption
  ============================================ */
  /*=============================================
  *
  *  フォーム共通
  *
  =============================================*/
  /* 2つ並び */
  /* 2つ並び */
  /*---------------------------------------------
  セレクト
  ---------------------------------------------*/
  /*---------------------------------------------
  テキストエリア
  ---------------------------------------------*/
  /*---------------------------------------------
  横並び並び
  ---------------------------------------------*/
  /* 2つ並び */
  /* 3つ並び */
  /* 3つ並び(2枠分) */
  /*---------------------------------------------
  ラベル
  ---------------------------------------------*/
  /*---------------------------------------------
  placeholder
  ---------------------------------------------*/
  /* placeholder　*/
  /* Google Chrome, Safari, Opera 15+, Android, iOS */
  /* Firefox 18- */
  /* Firefox 19+ */
  /* IE 10+ */
  /*---------------------------------------------
  ラジオボタン
  ---------------------------------------------*/
  /*---------------------------------------------
  チェックボックス
  ---------------------------------------------*/
  /*=============================================
  *
  *  ファイルアップロード
  *
  =============================================*/
  /* ============================================
  画像アップ
  ============================================ */
  /* 削除ボタン */
  /*=============================================
  *
  *  住所フォーム
  *
  =============================================*/
  /*=============================================
  *
  *  コメントやあアラート的表示など
  *
  =============================================*/
  /* note2 */
  /* linkArea*/
  /* 赤 */
  /* 青 */
  /*=============================================
  *
  * オーバレイ
  *
  =============================================*/
  /*=============================================
  *
  * ポップアップ
  *
  =============================================*/
  /* ============================================
  送信確認ポップアップ
  ============================================ */ }
  body.page main body img {
    width: auto; }
  body.page main p,
  body.page main time {
    text-align: left; }
  body.page main a {
    color: #000;
    display: block;
    cursor: pointer;
    text-decoration: none;
    transition: opacity .3s;
    -wekit-transition: opacity .3s; }
  body.page main span {
    display: inline; }
  body.page main #section1 {
    margin: 0 auto 80px auto;
    max-width: 750px; }
  @media screen and (max-width: 1100px) {
    body.page main #section1 {
      margin: 0 auto 70px auto;
      padding-right: calc(200px - ( (100vw - 720px) / 2 ) );
      padding-right: -webkit-calc(200px - ( (100vw - 720px) / 2 ) ); } }
  @media screen and (max-width: 750px) {
    body.page main #section1 {
      padding-right: 0; } }
  body.page main .hArea {
    min-height: 33.5px; }
  body.page main h1.heading.type1 {
    border-bottom: 1px #cccccc solid;
    font-size: 22px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative; }
  @media screen and (max-width: 750px) {
    body.page main h1.heading.type1 {
      font-size: 16px;
      margin-bottom: 20px; } }
  body.page main h2.heading.type1 {
    border-bottom: 1px #cccccc solid;
    font-size: 18px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative; }
  @media screen and (max-width: 640px) {
    body.page main h2.heading.type1 {
      font-size: 15px;
      margin-bottom: 20px; } }
  body.page main h3.heading {
    border-bottom: 1px #cccccc solid;
    font-size: 15px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    text-align: left;
    position: relative; }
  @media screen and (max-width: 640px) {
    body.page main h3.heading {
      font-size: 15px;
      margin-bottom: 20px; } }
  body.page main .txt {
    color: #1a1a1a;
    display: block;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
    word-wrap: break-word;
    text-align: center; }
  @media screen and (max-width: 640px) {
    body.page main .txt {
      font-size: 14px; } }
  body.page main .txt a {
    text-decoration: underline; }
  body.page main .txt a:hover {
    opacity: .7; }
  body.page main .bold {
    font-weight: bold; }
  body.page main .alertBox {
    background: url("../images/common/alertIcon@2x.png") no-repeat left 15px center #fff;
    background-size: 25.5px;
    border: 1px #707070 solid;
    padding: 20px 30px 20px 50px;
    margin-bottom: 30px; }
  body.page main .alertBox .txt {
    text-align: left; }
  body.page main .alertBox a {
    display: inline-block; }
  body.page main .btnArea a:hover,
  body.page main .btnArea01 a:hover,
  body.page main .btnArea02 a:hover,
  body.page main input[type="submit"]:hover,
  body.page main input[type="button"]:hover {
    cursor: pointer;
    opacity: 0.7;
    -webkit-opacity: 0.7; }
  @media screen and (max-width: 460px) {
    body.page main .btnArea {
      padding: 0 0; } }
  @media screen and (max-width: 400px) {
    body.page main .btnArea {
      padding: 0 0; } }
  body.page main .btnType1 a,
  body.page main .btnType1 input {
    background: #FFFFC7;
    cursor: pointer;
    display: block;
    font-size: 22px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto 30px auto;
    max-width: 260px;
    text-decoration: none;
    text-align: center;
    width: 100%;
    transition: all .7s;
    -webkit-transition: all .7s; }
  @media screen and (max-width: 640px) {
    body.page main .btnType1 a,
    body.page main .btnType1 input {
      font-size: 22px;
      height: 44px;
      line-height: 44px;
      max-width: 240px;
      border-radius: 2px;
      -webkit-border-radius: 2px; } }
  body.page main .btnType1 a:hover,
  body.page main .btnType1 input:hover {
    opacity: .7; }
  body.page main .btnType2 {
    display: inline-block;
    width: 140px; }
  body.page main .btnType2 a,
  body.page main .btnType2 input {
    background: #FFFFC7;
    cursor: pointer;
    display: block;
    font-size: 22px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto 30px auto;
    max-width: 140px;
    text-decoration: none;
    text-align: center;
    width: 100%;
    transition: all .7s;
    -webkit-transition: all .7s; }
  body.page main .btnType2 a:hover,
  body.page main .btnType2 input:hover {
    opacity: .7; }
  body.page main .btnType3 {
    display: inline-block;
    width: 140px; }
  body.page main .btnType3 a,
  body.page main .btnType3 input {
    background: #DCDCDC;
    cursor: pointer;
    display: block;
    font-size: 22px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto 30px auto;
    max-width: 140px;
    text-decoration: none;
    text-align: center;
    width: 100%;
    transition: all .7s;
    -webkit-transition: all .7s; }
  body.page main .btnType3 a:hover,
  body.page main .btnType3 input:hover {
    opacity: .7; }
  body.page main .btnType4 {
    display: inline-block;
    width: 120px; }
  body.page main .btnType4 a,
  body.page main .btnType4 input {
    background: #FFFFC7;
    cursor: pointer;
    display: block;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    max-width: 120px;
    text-decoration: none;
    text-align: center;
    width: 100%;
    transition: all .7s;
    -webkit-transition: all .7s; }
  @media screen and (max-width: 330px) {
    body.page main .btnType4 {
      display: inline-block;
      width: 100px; }
    body.page main .btnType4 a,
    body.page main .btnType4 input {
      font-size: 14px;
      max-width: 100px; } }
  body.page main .btnType4 a:hover,
  body.page main .btnType4 input:hover {
    opacity: .7; }
  body.page main .backBtn {
    background: url("../images/common/backBtn@2x.png") no-repeat center center;
    background-size: 13px;
    display: block;
    float: left;
    height: 24.5px;
    position: relative;
    text-indent: -9999em;
    width: 13px;
    z-index: 4;
    transition-duration: .7s;
    -webkit-transition-duration: .7s; }
  body.page main .backBtn:hover {
    opacity: .7;
    -webkit-opacity: .7; }
  body.page main .AnswerBtn a,
  body.page main .AnswerBtn input {
    background: #fb0;
    cursor: pointer;
    display: block;
    font-size: 15x;
    height: 45px;
    line-height: 45px;
    max-width: 200px;
    margin: 0 auto 20px auto;
    text-decoration: none;
    text-align: center;
    width: 100%;
    transition: all .7s;
    -webkit-transition: all .7s;
    justify-content: center;
    border-radius: 9999px; }
  @media screen and (max-width: 640px) {
    body.page main .AnswerBtn a,
    body.page main .AnswerBtn input {
      font-size: 15px;
      height: 45px;
      line-height: 45px;
      max-width: 200px;
      border-radius: 2px;
      -webkit-border-radius: 2px;
      justify-content: center;
      border-radius: 9999px; } }
  body.page main .AnswerBtn a:hover,
  body.page main .AnswerBtn input:hover {
    opacity: .7; }
  body.page main .closeBtn {
    background: url("../images/common/closeBtn@2x.png") no-repeat center center;
    background-size: 30px;
    display: block;
    float: right;
    height: 30px;
    position: relative;
    text-indent: -9999em;
    width: 30px;
    z-index: 5;
    transition-duration: .7s;
    -webkit-transition-duration: .7s; }
  body.page main .closeBtn:hover {
    opacity: .7;
    -webkit-opacity: .7; }
  body.page main table {
    border: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0; }
  body.page main table th {
    vertical-align: top; }
  body.page main table td {
    text-align: left;
    vertical-align: top; }
  body.page main .tb1 {
    border: none;
    margin: 0 auto;
    width: 100%; }
  @media screen and (max-width: 750px) {
    body.page main .tb1 {
      /*max-width: 260px;*/
      padding: 0 10px;
      width: 100%; } }
  @media screen and (max-width: 330px) {
    body.page main .tb1 {
      padding: 0 5px; } }
  body.page main .tb1 th {
    padding: 15px 0 15px 15px;
    vertical-align: top;
    width: 35%; }
  @media screen and (max-width: 750px) {
    body.page main .tb1 th {
      display: block;
      padding: 0 0 2.5px 0;
      width: 100%; } }
  body.page main .tb1 td {
    padding: 15px;
    text-align: left; }
  @media screen and (max-width: 750px) {
    body.page main .tb1 td {
      display: block;
      padding: 0;
      width: 100%; } }
  body.page main .tb1 td .txt {
    text-align: left; }
  body.page main .tb2 {
    border: none;
    margin: 0 auto;
    width: 100%; }
  @media screen and (max-width: 750px) {
    body.page main .tb2 {
      /*max-width: 260px;*/
      padding: 0 10px;
      width: 100%; } }
  @media screen and (max-width: 330px) {
    body.page main .tb2 {
      padding: 0 5px; } }
  body.page main .tb2 th {
    padding: 20px 20px 20px 10px;
    text-align: right;
    vertical-align: top;
    width: 50%; }
  @media screen and (max-width: 750px) {
    body.page main .tb2 th {
      display: block;
      padding: 0 0 10px 0;
      text-align: left;
      width: 100%; } }
  body.page main .tb2 td {
    padding: 20px 20px 20px 10px;
    text-align: left; }
  @media screen and (max-width: 750px) {
    body.page main .tb2 td {
      display: block;
      padding: 0 0 20px 20px;
      width: 100%; } }
  body.page main .tb3 {
    border: none;
    margin: 0 auto;
    max-width: 260px;
    width: 100%; }
  body.page main .tb3 th {
    display: block;
    padding-bottom: 20px;
    width: 100%; }
  @media screen and (max-width: 750px) {
    body.page main .tb3 th {
      padding-bottom: 10px; } }
  body.page main .tb3 td {
    display: block;
    width: 100%; }
  body.page main dl {
    line-height: 1.3;
    padding: 10px 0; }
  body.page main dt {
    float: left; }
  body.page main dd {
    margin: 0 0 5px 65px;
    padding: 0 0 0 15px;
    text-align: left; }
  body.page main dd a {
    display: inline-block;
    margin-bottom: 5px;
    text-decoration: none; }
  body.page main table caption {
    border-bottom: 1px #ccc solid;
    color: #666666;
    font-size: 16px;
    margin-bottom: 25px;
    padding-bottom: 5px; }
  body.page main input[type="text"],
  body.page main input[type="password"],
  body.page main input[type="email"],
  body.page main input[type="tel"],
  body.page main input[type="number"],
  body.page main input[type="date"] {
    background: #fff;
    border: 1px solid #AAAAAA;
    display: block;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto 20px auto;
    padding: 0 10px;
    text-align: left;
    width: 100%;
    -webkit-appearance: none; }
  @media screen and (max-width: 750px) {
    body.page main .input[type="text"],
    body.page main input[type="password"],
    body.page main input[type="email"],
    body.page main input[type="tel"],
    body.page main input[type="number"],
    body.page main input[type="date"] {
      /*max-width: 260px;*/ } }
  body.page main .iOS input[type="text"],
  body.page main .iOS input[type="password"],
  body.page main .iOS input[type="email"],
  body.page main .iOS input[type="date"] {
    font-size: 16px; }
  body.page main .iOS input[type="text"]:focus,
  body.page main .iOS input[type="password"]:focus,
  body.page main .iOS input[type="email"]:focus,
  body.page main .iOS input[type="date"]:focus {
    font-size: 16px; }
  body.page main input[type="text"]:focus,
  body.page main input[type="password"]:focus,
  body.page main input[type="email"]:focus,
  body.page main input[type="date"]:focus {
    color: #000; }
  body.page main input[type="password"] {
    font-family: Verdana, sans-serif; }
  body.page main input.w50,
  body.page main select.w50 {
    display: inline-block;
    width: calc(49% - 5px);
    width: -webkit-calc(49% - 5px); }
  body.page main input.w50:nth-child(1),
  body.page main select.w50:nth-child(1) {
    margin-right: 10px; }
  @media screen and (max-width: 360px) {
    body.page main input.w50,
    body.page main input.w50 {
      display: block;
      width: 100%; }
    body.page main input.w50:nth-child(1),
    body.page main select.w50:nth-child(1) {
      margin-right: 0; } }
  body.page main select {
    background: url("../images/common/selectArrow@2x.png") no-repeat right 15px center #fff;
    background-size: 9px;
    border: 1px solid #AAAAAA;
    margin-bottom: 20px;
    padding: 10.5px 35px 10.5px 15px;
    width: 100%;
    width: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    appearance: none; }
  @media screen and (max-width: 400px) {
    body.page main select {
      background-position: right 10px center;
      padding: 10.5px 25px 10.5px 7.5px; } }
  body.page main .iOS select {
    font-size: 16px; }
  body.page main textarea {
    background: #fff;
    border: 1px solid #aaa;
    display: block;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    min-height: 135px;
    padding: 10px;
    text-align: left;
    width: 100%;
    -webkit-appearance: none;
    appearance: none; }
  @media screen and (max-width: 750px) {
    body.page main textarea {
      /*max-width: 260px;*/ } }
  body.page main textarea:focus {
    color: #000;
    outline: none; }
  body.page main .iOS textarea {
    font-size: 16px; }
  body.page main input.w50,
  body.page main select.w50 {
    float: left;
    width: calc(50% - 5px);
    width: -webkit-calc(50% - 5px); }
  body.page main input.w50:nth-child(1),
  body.page main select.w50:nth-child(1) {
    margin-right: 10px; }
  @media screen and (max-width: 360px) {
    body.page main input.w50,
    body.page main input.w50 {
      float: none;
      width: 100%; }
    body.page main input.w50:nth-child(1),
    body.page main select.w50:nth-child(1) {
      margin-right: 0; } }
  body.page main input.w30,
  body.page main select.w30 {
    float: left;
    margin-right: 10px;
    width: calc(100% / 3 - 20px / 3);
    width: -webkit-calc(100% / 3 - 20px / 3); }
  body.page main input.w30:nth-child(3),
  body.page main select.w30:nth-child(3) {
    margin-right: 0; }
  @media screen and (max-width: 350px) {
    body.page main input.w30,
    body.page main select.w30 {
      float: none;
      margin-right: 0;
      width: 100%; } }
  body.page main input.w30x2,
  body.page main select.w30x2 {
    float: left;
    margin-right: 10px;
    width: calc((100% / 3) * 2 - (21px / 3) * 2);
    width: -webkit-calc((100% / 3) * 2 - (21px / 3) * 2); }
  body.page main input.w30x2:nth-child(3),
  body.page main select.w30x2:nth-child(3) {
    margin-right: 0; }
  @media screen and (max-width: 350px) {
    body.page main input.w30x2,
    body.page main select.w30x2 {
      float: none;
      margin-right: 0;
      width: 100%; } }
  body.page main form label {
    /*padding-right: 10px;*/ }
  body.page main :placeholder-shown {
    color: #ccc;
    opacity: 1; }
  body.page main ::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1; }
  body.page main :-moz-placeholder {
    color: #ccc;
    opacity: 1; }
  body.page main ::-moz-placeholder {
    color: #ccc;
    opacity: 1; }
  body.page main :-ms-input-placeholder {
    color: #ccc;
    opacity: 1; }
  body.page main .radioBtnArea {
    margin-bottom: 10px; }
  body.page main .radioBtnArea li {
    display: inline-block;
    margin: 0 10px 10px 0; }
  body.page main .radioBtn {
    display: none; }
  body.page main .radioBtn + .radio-icon {
    margin-right: 5px; }
  body.page main .radioBtn + .radio-icon:before {
    background: url("../images/common/radioBtn@2x.png") no-repeat center top -15px;
    background-size: 15px;
    content: '';
    display: inline-block;
    height: 15px;
    position: relative;
    top: 2px;
    width: 15px; }
  body.page main .radioBtn:checked + .radio-icon:before {
    background: url("../images/common/radioBtn@2x.png") no-repeat center top;
    background-size: 15px;
    content: '';
    height: 15px;
    width: 15px; }
  body.page main .checkboxType1 {
    display: none; }
  body.page main .checkboxType1 + span {
    position: relative;
    padding-left: 20px; }
  @media screen and (max-width: 480px) {
    body.page main .checkboxType1 + span {
      text-align: center; } }
  body.page main .checkboxType1 + span::before {
    background: url("../images/common/checkBox@2x.png") no-repeat center top -15px;
    background-size: 15px;
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 15px;
    height: 15px; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    body.page main .checkboxType1 + span::before {
      top: 1px; } }
  body.page main .checkboxType1:checked + span::before {
    background: url("../images/common/checkBox@2x.png") no-repeat center top 0;
    background-size: 15px; }
  @media screen and (max-width: 750px) {
    body.page main .fileUploadArea {
      margin: -20px 0 20px 0; } }
  body.page main .fileUploadArea .uploadBtn {
    display: inline-block;
    margin: 0 5px 10px 0;
    padding-right: 25px;
    position: relative; }
  body.page main .fileUploadArea .uploadBtn:last-child {
    display: block; }
  body.page main .fileUploadArea .uploadBtn span {
    display: block;
    margin-top: 10px; }
  body.page main .fileUploadArea .uploadBtn input[type="file"] {
    display: none; }
  body.page main .fileUploadArea .uploadBtn label {
    background: no-repeat center center #E5E5E5;
    background-size: auto;
    background-size: 29px;
    content: '画像を追加';
    display: none;
    height: 38px;
    line-height: 38px;
    position: relative;
    text-align: center;
    top: 5px;
    width: 140px; }
  body.page main .fileUploadArea .uploadBtn:last-child label {
    display: inline-block; }
  body.page main .fileUploadArea .uploadBtn .thumb {
    display: inline-block; }
  body.page main .fileUploadArea .uploadBtn .thumb img,
  body.page main .fileUploadArea .uploadBtn .thumb svg {
    border: 1px #AAAAAA solid;
    display: block;
    height: 90px;
    margin-right: 5px;
    object-fit: cover;
    width: 90px; }
  body.page main .fileUploadArea .uploadBtn .deleteBtn {
    background: url("../images/common/deleteBtn@2x.png") no-repeat center center;
    background-size: 20px;
    bottom: 5px;
    display: inline-block;
    height: 20px;
    position: absolute;
    right: 5px;
    text-indent: -9999em;
    width: 20px;
    transition-duration: .7s;
    -webkit-transition-duration: .7s; }
  body.page main .fileUploadArea .uploadBtn:only-child .deleteBtn,
  body.page main .fileUploadArea .uploadBtn:last-child .deleteBtn {
    display: none; }
  body.page main .fileUploadArea .uploadBtn .deleteBtn:hover {
    opacity: .7;
    -webkit-opacity: .7; }
  body.page main .zipArea input:nth-child(1) {
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    width: 60px; }
  body.page main .zipArea input:nth-child(2) {
    display: inline-block;
    margin-left: 10px;
    text-align: center;
    width: 70px; }
  body.page main .note1 {
    font-size: 12px;
    line-height: 1.8;
    margin: 0 auto 20px auto;
    max-width: 750px;
    text-align: left; }
  body.page main .note1 a {
    color: #000;
    display: inline-block;
    text-decoration: none; }
  body.page main .note1 a:hover {
    opacity: 0.7;
    -webkit-opacity: 0.7; }
  body.page main .note1 a[href^="tel:"] {
    color: #000;
    display: inline-block;
    pointer-events: none; }
  body.page main .note2 {
    background: #fcfaf5;
    border: 1px #dedede solid;
    letter-spacing: 1px;
    line-height: 1.8;
    margin: 0 auto 20px auto;
    max-width: 750px;
    padding: 20px 10px;
    text-align: center; }
  body.page main .note3 {
    color: #656155;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: center;
    word-wrap: break-word; }
  body.page main .comment1 {
    font-size: 12px;
    padding: 1.5px 0 2.5px 0; }
  body.page main .alertArea {
    border: 1px #D9101D solid;
    color: #D9101D;
    margin: 0 auto 30px auto;
    padding: 20px; }
  @media screen and (max-width: 750px) {
    body.page main .alertArea {
      max-width: 460px;
      width: 100%; } }
  body.page main .linkArea a {
    margin-bottom: 10px;
    text-decoration: underline;
    transition: opacity .7s;
    -webkit-transition: opacity .7s; }
  body.page main .linkArea a:hover {
    opacity: .7; }
  body.page main .red {
    color: #D9101D; }
  body.page main .blue {
    color: #05556A; }
  body.page main #overlay {
    background: #000;
    height: 100vh;
    left: 0;
    opacity: 0;
    padding: 30px 15px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4;
    transition: all .3s;
    -webkit-transition: all .3s;
    visibility: hidden; }
  body.page main #overlay.on {
    visibility: visible;
    opacity: .6; }
  body.page main .popUpArea {
    height: 100vh;
    left: 0;
    opacity: 0;
    padding: 30px 15px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4000;
    transition: all .5s;
    -webkit-transition: all .5s;
    visibility: hidden; }
  body.page main .popUpArea.on {
    visibility: visible;
    opacity: 1; }
  body.page main .popUpArea .screen {
    background: #000;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }
  body.page main .popUpArea .screen2 {
    background: #000;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }
  body.page main .popUpArea .popUpBox {
    background: #fff;
    max-height: calc(100vh - 60px);
    max-width: 440px;
    left: 50%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 30px;
    position: absolute;
    top: 50%;
    z-index: 1000;
    width: 100%;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }
  @media screen and (max-width: 470px) {
    body.page main .popUpArea .popUpBox {
      left: calc(50% - 15px);
      left: -webkit-calc(50% - 15px);
      margin: 0 15px;
      width: calc(100% - 30px);
      width: -webkit-calc(100% - 30px); } }
  @media screen2 and (max-width: 470px) {
    body.page main .popUpArea .popUpBox {
      left: calc(50% - 15px);
      left: -webkit-calc(50% - 15px);
      margin: 0 15px;
      width: calc(100% - 30px);
      width: -webkit-calc(100% - 30px); } }
  @media screen and (max-width: 400px) {
    body.page main .confirmPopUp .btnType2,
    body.page main .confirmPopUp .btnType3 {
      max-width: 140px;
      width: 48%; } }

body.page main {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Inter', "こぶりなゴシック W3 JIS2004", " Koburina Gothic W3 JIS2004", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, "Hiragino Sans","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  color: #000;
  line-height: 2; }

body.mce-content-body {
  text-align: left; }

body.page main b, body.page main strong {
  font-weight: 600;
  font-family: 'Inter', "こぶりなゴシック W6 JIS2004", " Koburina Gothic W6 JIS2004", sans-serif; }
body.page main p {
  text-align: inherit; }
body.page main input {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif; }
body.page main h1, body.page main h2, body.page main h3, body.page main h4, body.page main h5, body.page main h6 {
  line-height: 1.8;
  font-feature-settings: "palt";
  letter-spacing: 0.2em; }
body.page main h1 {
  font-size: 30px;
  font-weight: 600;
  font-family: 'Inter', "こぶりなゴシック W6 JIS2004", " Koburina Gothic W6 JIS2004", sans-serif;
  color: #212322;
  text-align: left; }
body.page main h2 {
  font-size: 25px;
  line-height: 1.8;
  font-weight: 600;
  font-family: 'Inter', "こぶりなゴシック W6 JIS2004", " Koburina Gothic W6 JIS2004", sans-serif;
  color: #212322;
  text-align: left; }
body.page main h3 {
  font-size: 22px;
  font-weight: 600;
  font-family: 'Inter', "こぶりなゴシック W6 JIS2004", " Koburina Gothic W6 JIS2004", sans-serif;
  color: #a1cbed;
  text-align: left; }
body.page main h4 {
  font-size: 20px;
  font-weight: 400;
  font-family: 'Inter', "こぶりなゴシック W3 JIS2004", " Koburina Gothic W3 JIS2004";
  color: #898989;
  text-align: left; }
body.page main h5 {
  font-size: 17px;
  font-family: 'Inter', "こぶりなゴシック W3 JIS2004", " Koburina Gothic W3 JIS2004";
  color: #898989;
  text-align: left; }
body.page main h6 {
  font-size: 15px;
  font-family: 'Inter', "こぶりなゴシック W3 JIS2004", " Koburina Gothic W3 JIS2004";
  color: #898989;
  text-align: left; }
body.page main h1.heading.type1 {
  font-size: 30px;
  text-align: center;
  text-indent: -0.2em;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAADUExURSMfIGtF6zUAAAAKSURBVAjXY2AAAAACAAHiIbwzAAAAAElFTkSuQmCC) bottom center/108px 2px no-repeat;
  border-bottom: none;
  padding-bottom: 25px;
  margin-bottom: 30px; }
body.page main a {
  color: #000;
  display: block;
  cursor: pointer;
  text-decoration: underline;
  transition: opacity .3s;
  -wekit-transition: opacity .3s;
  font-weight: 600; }
body.page main a:hover {
  opacity: .6; }
body.page main #listArea a {
  text-decoration: none; }
body.page main #listArea ul li {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px; }
body.page main #listArea ul li:last-child {
  border-bottom: none;
  margin-bottom: 20px; }
body.page main .contensArea ul {
  margin: 1.25em 0; }
body.page main .contensArea ul li {
  position: relative;
  padding-left: 40px;
  text-align: left; }
body.page main .contensArea ul li:before {
  color: #a1cbed;
  content: "・";
  font-size: 46px;
  position: absolute;
  top: -32px;
  left: 0; }
body.page main p.FormCaption {
  font-size: 22px;
  font-weight: 600;
  font-family: 'Inter', "こぶりなゴシック W6 JIS2004", " Koburina Gothic W6 JIS2004", sans-serif;
  line-height: 1.8;
  text-align: left;
  font-feature-settings: "palt";
  background: none;
  border: none;
  border-bottom: 1px solid #aaa;
  margin: 1.5em 0 0.75em;
  padding-bottom: 13px; }
body.page main .btnArea {
  text-align: center; }
body.page main .btnTypeBf a, body.page main .btnType1 a {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Inter', "こぶりなゴシック W6 JIS2004", " Koburina Gothic W6 JIS2004", sans-serif;
  line-height: 50px;
  height: 50px;
  display: inline-block;
  width: auto;
  min-width: 12em;
  max-width: 80%;
  background: #000;
  color: #fff;
  letter-spacing: 0.12em;
  text-indent: 0.12em;
  padding: 0 1.25em;
  margin: 0 auto; }
body.page main .btnType1 a, body.page main .btnType1 input {
  background: #000;
  color: #fff;
  font-weight: 600;
  font-family: 'Inter', "こぶりなゴシック W6 JIS2004", " Koburina Gothic W6 JIS2004", sans-serif; }
body.page main .btnType4 a, body.page main .btnType4 input {
  background: #ececec;
  border: 1px solid #aaa;
  margin: 0 0 0 10px;
  font-weight: 600;
  font-family: 'Inter', "こぶりなゴシック W6 JIS2004", " Koburina Gothic W6 JIS2004", sans-serif; }
body.page main .AnswerBtn a, body.page main .AnswerBtn input {
  background: #fb0;
  font-weight: 600;
  font-size: 15px;
  font-family: 'Inter', "こぶりなゴシック W6 JIS2004", " Koburina Gothic W6 JIS2004", sans-serif; }
body.page main .surveyArea {
  font-weight: 600;
  font-family: 'Inter', "こぶりなゴシック W6 JIS2004", " Koburina Gothic W6 JIS2004", sans-serif; }
body.page main #wrapper::before {
  background: #fff; }

#benefits, #service, #concierge {
  text-align: left; }

#survey, #service, #concierge {
  text-align: left; }

.feedbackArea {
  box-shadow: none;
  padding: 15px 20px; }

#header .inner h1.heading::before {
  width: 26px; }

#header .inner h1.heading .logo {
  float: left;
  height: 33px;
  left: 75px; }

body.page main .tb1 th {
  padding: 30px 0 15px 15px;
  text-align: right; }
body.page main #panel-btn-icon {
  width: 26px;
  height: 2px;
  background: #000; }
body.page main #panel-btn-icon:before, body.page main #panel-btn-icon:after {
  width: 26px;
  height: 2px;
  background: #000; }
body.page main #panel-btn-icon:after {
  margin-top: 9px; }
body.page main #drawerBtn .close {
  background: #fff; }
body.page main #drawerBtn .close:before, body.page main #drawerBtn .close:after {
  width: 26px; }
body.page main #drawerBtnBox {
  width: 40px; }
body.page main #headerNavArea #headerNav1 {
  text-align: left; }
body.page main #headerNavArea {
  right: -500px;
  width: 500px; }
body.page main #memberInfoArea {
  width: 500px; }
body.page main #headerNavArea #headerNav1 {
  width: 500px; }
body.page main .nav-item {
  border-right: solid 1px #fff;
  background: #231f20;
  height: 70px; }
body.page main ul.nav-item li:last-child {
  border-left: none; }
body.page main .nav-item a .jp {
  font-size: 20px;
  font-feature-settings: "palt";
  letter-spacing: 0.2em;
  text-indent: 0.2em; }
body.page main .nav-item a .en {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px; }
body.page main .nav-item a span {
  color: #fff; }
body.page main .tb3 th {
  font-weight: 600;
  font-family: 'Inter', "こぶりなゴシック W6 JIS2004", " Koburina Gothic W6 JIS2004", sans-serif;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-indent: 0.2em; }
body.page main #formArea .tb1 th {
  padding: 15px 0 15px 25px;
  text-align: left;
  font-feature-settings: "palt"; }
body.page main #formArea .tb1 td {
  padding: 15px 25px 0 15px;
  text-align: left; }
body.page main .fileUploadArea .uploadBtn label {
  border: 1px solid #aaa;
  background: #fff; }
body.page main #listArea li .txtArea time {
  font-size: 11px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  line-height: 1em;
  color: #666; }
body.page main #listArea li .imgBox {
  float: left;
  height: 85px;
  margin: 7px 15px 10px 0;
  width: 85px; }
body.page main #listArea li .imgBox img {
  height: 85px;
  width: 85px; }
body.page main hr {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #fff;
  margin: 30px 0; }
body.page main .imgBox + .txtArea {
  margin-left: 100px; }
body.page main #listArea li .txtArea .title {
  font-family: 'Inter', "こぶりなゴシック W6 JIS2004", " Koburina Gothic W6 JIS2004", sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-feature-settings: "palt";
  letter-spacing: 0.3em;
  line-height: 1.8;
  margin: 4px 0; }
body.page main #listArea li .txtArea .txt {
  font-family: 'Inter', "こぶりなゴシック W3 JIS2004", " Koburina Gothic W3 JIS2004";
  font-size: 14px;
  font-feature-settings: "palt";
  letter-spacing: 0.12em;
  text-align: justify; }
body.page main .hArea > h1.heading.type1 {
  padding-top: 60px; }
body.page main .backBtn {
  width: 26px;
  margin-right: 10px; }

#regist .btnType2 a {
  background: #000;
  color: #fff; }

#regist .btnType3 a {
  background: #fff;
  border: 1px solid #898989; }

.textlight {
  color: #898989; }

#concierge .linkArea {
  text-align: center; }

#listArea ul li, #listArea ul li:last-child {
  border-bottom: 1px solid #ccc;
  margin-bottom: -2px; }

body.page main .businessList ul > li > a, body.page main .eventList ul > li > a {
  border: 1px solid #ccc; }
body.page main .eventList ul > li:last-child > a {
  border-bottom: none; }
body.page main .suggestList li a {
  background: #ccc; }
body.page main .suggestList li a:hover {
  background: #fff;
  opacity: 1; }
body.page main p.FormCaptionComment {
  margin: 0px 0px 20px 0; }
body.page main p.btnTypeBf {
  margin-bottom: 30px; }

#benefits #formArea table.tb1 {
  border: 1px solid #e6e6e6;
  margin-top: -1px; }

#survey #formArea table.tb1 {
  border: 1px solid #e6e6e6;
  margin-top: -1px; }

body.page main #tinymce ul {
  margin: 1.25em 0; }
body.page main #tinymce ul li {
  position: relative;
  padding-left: 40px;
  text-align: left; }
body.page main #tinymce ul li:before {
  color: #a1cbed;
  content: "・";
  font-size: 46px;
  position: absolute;
  top: -32px;
  left: 0; }
body.page main .radioBtn + .radio-icon {
  margin-right: 5px;
  border: 1px solid #aaa;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle; }
body.page main .radioBtn + .radio-icon:before {
  background: none;
  content: '';
  display: inline-block;
  height: 10px;
  width: 10px;
  position: relative;
  top: 0; }
body.page main .radioBtn:checked + .radio-icon:before {
  content: '';
  height: 10px;
  width: 10px;
  background: #dae000;
  border-radius: 100%;
  position: relative;
  display: block;
  top: 4px;
  left: 4px; }
body.page main .suggestList {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, "Hiragino Sans","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif; }
body.page main .suggestList li a {
  background: #fcfcfc;
  line-height: 1.2; }
body.page main #listArea li .txtArea {
  margin-top: 10px; }

@media screen and (max-width: 750px) {
  body {
    font-size: 12px; }

  body.page main h1 {
    font-size: 24px; }
  body.page main h2 {
    font-size: 21px; }
  body.page main h3 {
    font-size: 18px; }
  body.page main h4 {
    font-size: 15px; }
  body.page main h5 {
    font-size: 13px; }
  body.page main h6 {
    font-size: 12px; }
  body.page main h1.heading.type1 {
    font-size: 24px; }
  body.page main .nav-item {
    height: 66px; }
  body.page main ul.nav-item li:last-child {
    border-left: none; }
  body.page main .nav-item {
    padding: 15px 0px; }
  body.page main .nav-item a .jp {
    font-size: 14px; }
  body.page main .nav-item a .en {
    font-size: 11px; }
  body.page main #listArea li .txtArea .title {
    font-size: 14px; }
  body.page main #listArea li .txtArea .txt {
    font-size: 12px;
    margin-bottom: 10px; }
  body.page main #listArea li .imgBox {
    min-height: 90px; }
  body.page main #listArea li .imgBox {
    margin: 7px 15px 10px 0; }
  body.page main #headerNav1 > ul {
    margin-left: 30px; }
  body.page main #headerNavArea {
    right: -300px;
    width: 300px; }
  body.page main #memberInfoArea {
    width: 300px; }
  body.page main #headerNavArea #headerNav1 {
    width: 300px; }
  body.page main .tb1 th {
    padding: 30px 0 15px 0;
    width: 100%; }
  body.page main #formArea .tb1 th, body.page main #formArea .tb1 td {
    padding: 15px; }
  body.page main .feedbackLabel {
    margin: 0 0 10px; }

  #benefits .radioBtnArea li {
    min-width: 80px; }

  #survey .radioBtnArea li {
    min-width: 80px; } }

 .backBtn2 {
    background: url("../images/common/backBtn@2x.png") no-repeat center center;
    background-size: 13px;
    display: block;
    float: left;
    height: 24.5px;
    position: relative;
    text-indent: -9999em;
    width: 13px;
    z-index: 4;
    transition-duration: .7s;
    -webkit-transition-duration: .7s; }