﻿@charset "utf-8";

/*==========================================
 共通設定
===========================================*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*=== ハイライトカラー無効 ===*/
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

/*=== clearfix ===*/
.cf {
    zoom: 1;
}

.cf:before, .cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

/*=== mobile ===*/
.pc-none {
    display: none;
}

@media screen and (min-width: 0px) and (max-width: 1000px) {
    .pc-none {
        display: block;
    }

    .sp-none {
        display: none;
    }
}

html {
    background: #f5f5f5;
}

body {
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    -webkit-text-size-adjust: 100%;
}

html, body {
    height: 100%;
}

/*スマホ表示の場合*/
@media screen and (max-width: 1000px) {
.body-mb {
 padding-top: 80px; 
}
}
button {
    outline: none;
}

textarea, select {
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

/*==========================================
 中ページ　共通パーツ
===========================================*/
/*=== ヘッダー ===*/
header {
    background: #3e3e3e;
    width: 100%;
    height: 60px;
    padding: 4px 8px 0 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 4px solid #168957;
}

header h1 {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

header h1 a {
    font-size: 24px;
    font-family: 'Russo One', sans-serif;
    color: #fff;
    text-decoration: none;
}

header h1 a:hover {
    text-decoration: underline;
}

header h1 a span {
    font-size: 14px;
    letter-spacing: initial;
    line-height: 1.4;
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    font-weight: 500;
    margin: 0 auto 0 20px;
    position: relative;
    top: -3px;
}

.header-name {
    color: #fff;
    -webkit-flex-grow: 0.1;
    flex-grow: 0.1;
    font-size: 14px;
}

.header-logout {
    -webkit-flex-grow: 0.1;
    flex-grow: 0.1;
    font-size: 14px;
}

.header-logout a {
    color: #fff;
    text-decoration: none;
}

.header-logout a:hover {
    text-decoration: underline;
}

.sp-header {
    display: none;
}

@media screen and (max-width: 1000px) {
    header {
      padding: 12px 8px 0 20px;
    }

    .pc-header {
        display: none;
    }

    .sp-header {
        display: block;
        text-align: center;
        position: relative;
    }

    .sp-header h1 {
        font-size: 16px;
        color: #fff;
        position: relative;
        top: 9px;
        display: inline;
    }

    .header-regist {
        position: absolute;
        top: 8px;
        right: 14px;
        text-align: center;
    }

    .header-regist a {
        color: #fff;
        text-decoration: none;
        font-size: 10px;
        letter-spacing: 1px;
    }

    .header-regist a i {
        font-size: 24px;
        display: block;
    }
}

@media screen and (max-width: 500px) {
    .sp-header h1 {
        font-size: 12px;
        color: #fff;
    }
}

/*=== SPメニュー　カスタマイズ ===*/
header .drawer-hamburger-icon,
header .drawer-hamburger-icon:after,
header .drawer-hamburger-icon:before {
    background-color: #fff;
}

header .drawer-hamburger {
    width: 28px;
    background: #168957;
    position: absolute;
}
header .drawer-hamburger:hover {
    background-color: #168957;
    opacity: 0.8;
}
.drawer--left.drawer-open .drawer-hamburger {
  position: fixed;
}
header .drawer-nav {
    padding: 0;
    text-align: left;
}

.drawer-overlay {
    background-color: rgba(0, 0, 0, .6) !important;
}

.drawer-menu-title {
    margin-bottom: 20px;
    padding: 20px 20px 0 20px;
}

.drawer-menu-title h2 {
    font-size: 32px;
    font-family: 'Russo One', sans-serif;
    color: #3e3e3e;
    text-decoration: none;
}

.drawer-menu-title h2 span {
    display: block;
    font-size: 11px;
    letter-spacing: initial;
    line-height: 1.4;
    font-family: initial;
    margin-top: 10px;
}

.drawer-menu-login {
    background: #3e3e3e;
    color: #fff;
    padding: 12px 20px 10px;
    font-size: 13px;
    width: 90%;
    margin: 0 auto 20px;
    border-radius: 4px;
    text-align: center;
    line-height: 1.4;
}

header .drawer-menu-item {
    font-size: 14px;
    display: block;
    padding: 24px 20px 20px 20px;
    text-decoration: none;
    color: #3e3e3e;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}

header .drawer-menu li:last-child a {
    border: none;
}

header .drawer-menu-item:hover {
    text-decoration: none;
    background: #f1f1f1;
}

header .drawer-menu-item::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #888;
    border-right: solid 1px #888;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
}
header .drawer-hamburger.drawer-fixed {
  position: fixed;
}

/*=== サイドメニュー ===*/
.content-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
}

aside {
    width: 12%;
    min-width: 200px;
    background: #dbdbdb;
    min-height: 700px;
    font-size: 16px;
    line-height: 1.5;
}

.aside-inner {
    margin: 20px auto;
}

.aside-inner:last-child {
    margin: 60px auto 20px;
}

.aside-inner p {
    color: #3e3e3e;
    padding: 16px 12px 0px;
    font-size: 15px;
    font-weight: bold;
}

.aside-inner ul li {
    margin: 8px auto;
    background: #cdcdcd;
}

.aside-inner ul li a {
    color: #3e3e3e;
    text-decoration: none;
    width: 100%;
    height: 56px;
    display: block;
    padding: 18px 12px 16px 20px;
    font-size: 14px;
}

.aside-inner ul li a:hover {
    background: #424242;
    color: #fff;
}

.aside-inner ul li.active {
    background: #168957;
}

.aside-inner ul li.active a {
    color: #fff;
    font-weight: bold;
    position: relative;
}

.aside-inner ul li.active a:after {
    content: " ";
    border: 14px solid transparent;
    height: 0;
    width: 0;
    pointer-events: none;
    border-left-color: #168957;
    position: absolute;
    right: -27px;
    top: 50%;
    margin-top: -14px;
}

.aside-inner ul li.active a:hover {
    background: #168957;
    color: #fff;
}

@media screen and (max-width: 1200px) {
    aside {
        min-width: inherit;
    }

    .aside-inner ul li a {
        height: auto;
    }
}

@media screen and (max-width: 1000px) {
    aside {
        display: none;
    }
}

/*=== コンテンツ ===*/
.content {
    background: #f5f5f5;
    width: 88%;
}

.content section {
    max-width: 1200px;
    padding: 36px;
}

.content h3 {
    font-size: 18px;
    font-weight: bold;
    color: #4a4a4a;
    margin: 0 0 32px;
    border-left: 4px solid #168957;
    padding: 3px 0 0 10px;
}

@media screen and (max-width: 1000px) {
    .content {
        padding: 36px 0;
        width: 100%;
    }

    .content section {
        margin: 0 auto;
        width: 92%;
        padding: 0;
    }

    .content h3 {
        display: none;
    }
}

/*==========================================
 ページャー
===========================================*/
.pager {
    text-align: right;
    margin: 20px auto;
}

.pager p {
    font-size: 13px;
    display: inline-block;
    color: #3e3e3e;
    margin-right: 16px;
}

.pager ul {
    display: inline-block;
}

.pager ul li {
    display: block;
    border: 1px solid #3e3e3e;
    float: left;
    margin: 0 3px;
}

.pager ul li.active {
    background: #fff;
    color: #3e3e3e;
    padding: 6px;
    font-size: 13px;
}

.pager ul li.dot {
    background: none;
}

.pager ul li a {
    background: #3e3e3e;
    font-size: 13px;
    padding: 6px;
    color: #fff;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

.pager ul li a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 1000px) {
    .pager {
        width: 95%;
    }
}

@media screen and (max-width: 400px) {
    .pager p {
        margin-right: 4px;
        font-size: 11px;
    }

    .pager ul li a {
        font-size: 11px;
    }

    .pager ul li.active {
        font-size: 11px;
    }
}

/*==========================================
 フォームカスタマイズ
===========================================*/
/*チェックボックス 白*/
.check1 {
    display: none;
}

.check1-parts {
    display: block;
    padding: 7px 0 0 32px;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

.check1-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #c5c5c5;
    border-radius: 4px;
    background: #fff;
}

.check1:checked + .check1-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 8px;
    width: 8px;
    height: 13px;
    transform: rotate(40deg);
    border-bottom: 4px solid #4a4a4a;
    border-right: 4px solid #4a4a4a;
}

/*チェックボックス 黄色*/
.check2 {
    display: none;
}

.check2-parts {
    display: inline-block;
    padding: 7px 0 0 32px;
    position: relative;
    margin: 0 14px 8px 0;
    cursor: pointer;
    color: #000;
    font-size: 13px;
    font-weight: 500;
}

.check2-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #dedede;
    border-radius: 4px;
    background: #fefff9;
}

.check2:checked + .check2-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 8px;
    width: 8px;
    height: 13px;
    transform: rotate(40deg);
    border-bottom: 4px solid #168957;
    border-right: 4px solid #168957;
}

/*チェックボックス 大*/
.check3 {
    display: none;
}

.check3-parts {
    display: inline-block;
    padding: 7px 0 0 36px;
    position: relative;
    margin: 4px 14px 8px 0;
    cursor: pointer;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.check3-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    border: 3px solid #dedede;
    border-radius: 4px;
    background: #fefff9;
}

.check3:checked + .check3-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 10px;
    width: 8px;
    height: 13px;
    transform: rotate(40deg);
    border-bottom: 4px solid #168957;
    border-right: 4px solid #168957;
}

/*ボタン 小*/
button.btn1 {
    display: block;
    position: relative;
    text-decoration: none;
    color: #e8e8e8;
    width: 100px;
    height: 44px;
    line-height: 46px;
    border-radius: 50px;
    border: none;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    background-image: -webkit-linear-gradient(#414141 0%, #3b3b3b 100%);
    background-image: linear-gradient(#414141 0%, #3b3b3b 100%);
    box-shadow: 0 1px 1px rgb(0, 0, 0);
    margin: 0;
    cursor: pointer;
    font-size: 13px;
}

button.btn1 i {
    margin-right: 6px;
}

button.btn1:hover {
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    background-image: -webkit-linear-gradient(#3b3b3b 0%, #414141 100%);
    background-image: linear-gradient(#3b3b3b 0%, #414141 100%);
}

@media screen and (max-width: 640px) {
    button.btn1 {
        margin: 40px auto 0;
        width: 100%;
    }
}

/*ボタン 大・緑*/
button.btn2 {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #e8e8e8;
    width: auto;
    height: 40px;
    line-height: 42px;
    border-radius: 50px;
    border: none;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    background: #168957;
    box-shadow: 0 1px 1px rgb(13, 59, 39);
    margin: 0 10px;
    padding: 0 24px;
    cursor: pointer;
    font-size: 14px;
}

button.btn2:hover {
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    box-shadow: 0 1px 1px rgba(13, 59, 39, 0.15);
    background: #168957;
}

button.btn2 i {
    margin-right: 8px;
}

@media screen and (max-width: 1000px) {
    button.btn2 {
        font-size: 12px;
    }
}

@media screen and (max-width: 500px) {
    button.btn2 {
        display: block;
        margin: 0 auto 10px;
        width: 180px;
    }
}

/*ボタン 大・白*/
button.btn3 {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #a9a9a9;
    width: auto;
    height: 40px;
    line-height: 42px;
    border-radius: 50px;
    border: none;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 1px rgb(201, 201, 201);
    margin: 0 10px;
    padding: 0 24px;
    cursor: pointer;
    font-size: 14px;
}

button.btn3:hover {
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    box-shadow: 0 1px 1px rgba(201, 201, 201, 0.15);
    background: #fff;
}

@media screen and (max-width: 1000px) {
    button.btn3 {
        font-size: 12px;
    }
}

@media screen and (max-width: 500px) {
    button.btn3 {
        display: block;
        margin: 0 auto 10px;
        width: 180px;
    }
}

/*ボタン 大・黒*/
.btn4 {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #e8e8e8;
    width: auto;
    height: 40px;
    border-radius: 50px;
    border: none;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    background-image: -webkit-linear-gradient(#414141 0%, #3b3b3b 100%);
    background-image: linear-gradient(#414141 0%, #3b3b3b 100%);
    box-shadow: 0 1px 1px rgb(0, 0, 0);
    margin: 0;
    padding: 14px 20px;
    cursor: pointer;
    font-size: 12px;
}

.btn4 i {
    margin-right: 8px;
}

.btn4:hover {
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    background-image: -webkit-linear-gradient(#3b3b3b 0%, #414141 100%);
    background-image: linear-gradient(#3b3b3b 0%, #414141 100%);
}

/*リンクボタン 大・緑*/
a.linkbtn1 {
    display: block;
    position: relative;
    text-decoration: none;
    color: #e8e8e8;
    width: 240px;
    height: 52px;
    border-radius: 50px;
    border: none;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    background: #168957;
    box-shadow: 0 1px 1px rgb(13, 59, 39);
    margin: 60px auto;
    padding: 20px 24px;
    cursor: pointer;
    font-size: 14px;
}

a.linkbtn1:hover {
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    box-shadow: 0 1px 1px rgba(13, 59, 39, 0.15);
    background: #168957;
}

/*ラジオボタン */
.radio1 {
    display: none;
}

.radio1-parts {
    display: inline-block;
    padding: 8px 0 8px 40px;
    position: relative;
    margin: 6px 20px 6px 0;
    cursor: pointer;
    font-size: 14px;
}

.radio1-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border: 3px solid #c5c5c5;
    border-radius: 50%;
    background: #fefff9;
}

.radio1:checked + .radio1-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 16px;
    height: 16px;
    background: #168957;
    border-radius: 50%;
}

/*==========================================
 その他
===========================================*/
.note {
    color: #ff5858;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
}
.note span {
    font-weight: bold;
}
.note2 {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 28px;
}

@media screen and (max-width: 1000px) {
    .note span {
        display: none;
    }
}

/*アプリ誘導バナー*/
@media screen and (max-width: 1000px) {
.app-guide {
  background: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 20px;
  position: absolute;
  top: 0;
  width: 100%;
  height: 80px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
}
.app-guide-close {
  display: inline-block;
  position: relative;
  margin: 0 20px 0 0;
  padding: 0;
  width: 1px;
  height: 15px;
  background: #9c9c9c;
  transform: rotate(45deg);
}
.app-guide-close:before{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -7px;
  width: 15px;
  height: 1px;
  margin-top: -1px;
  background: #9c9c9c;
}
.app-guide-img {
  width: 20%;
  max-width: 60px;
  margin: 0 20px 0;
}
.app-guide-img img {
  width: 100%;
  height: auto;
}
.app-guide-text {
  font-size: 12px;
  color: #9c9c9c;
  line-height: 1.5;
}
.app-guide-title {
  font-weight: bold;
}
.app-guide-link {
  font-size: 14px;
  color: #0076ff;
  position: absolute;
  right: 20px;
}
}

