@charset "UTF-8";
/*****************************************

基本設定とPCSP共通設定はこのファイルに入れる

*****************************************/
/*--------------------------------------
カラー設定
---------------------------------------*/
/*--------------------------------------
フォント設定
---------------------------------------*/
/*--------------------------------------
画像設定
---------------------------------------*/
/*--------------------------------------
リセット系
---------------------------------------*/
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
tbody,
tfoot,
thead,
tt,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  clear: both;
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

p,
li,
small {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  color: #333333;
}

a {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  text-decoration: none;
  color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  color: #333333;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

html,
body {
  height: 100%;
}

/*--------------------------------------
よく使うやつ
---------------------------------------*/
.txt_center {
  text-align: center !important;
}

.block_center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.txt_left {
  text-align: left !important;
}

.txt_right {
  text-align: right !important;
}

.txt_red {
  color: #f33;
}

.txt_underline {
  text-decoration: underline;
}

.fleft {
  display: block;
  float: left;
}

.fright {
  display: block;
  float: right;
}

.mb0 {
  margin-bottom: 0 !important;
}

/****** フォントサイズ調整 ******/
html {
  /* ルートのフォントサイズを10pxに設定しておく */
  font-size: 62.5%;
}

@media print, screen and (min-width: 768px) {
  body {
    position: relative;
    z-index: 1;
    font-size: 1.6em;
    /* ルートのフォントサイズを1.6em（16pxと同等のサイズ）に設定 */
  }
  .sp {
    display: none !important;
  }
  a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  a:hover {
    opacity: 0.7;
  }
  .hover_none:hover {
    opacity: 1;
  }
  /*****************************************

ヘッダー　SP

*****************************************/
  #top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    line-height: 1;
    z-index: 999;
    color: #2380b8;
    border-bottom: solid 1px #ced3d7;
  }
  #top-head a {
    color: #2380b8;
    text-decoration: none;
  }
  #top-head .inner {
    position: relative;
  }
  #top-head h1 img {
    max-width: 250px;
  }
  #top-head .header_left {
    padding-top: 6px;
    padding-left: 10px;
  }
  .img_tel {
    display: none;
  }
  #global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 18px;
    font-size: 14px;
  }
  #global-nav ul li.btn {
    display: block;
    padding: 10px 0;
  }
  #global-nav ul li.btn a {
    display: inline-block !important;
    width: auto !important;
    margin: auto;
  }
  #global-nav ul li.btn a img {
    width: 75%;
  }
  #global-nav ul li.btn .tel {
    margin-bottom: -26px;
  }
  #global-nav ul li a {
    padding-right: 30px;
  }
  #header_btn_web {
    display: none;
  }
  /* Fixed */
  #top-head {
    margin-top: 0;
    top: 0;
    position: fixed;
    height: 60px;
    background: #fff;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
  }
  #top-head #global-nav {
    top: 60px;
  }
  #top-head #global-nav ul li a {
    padding: 0 20px;
  }
  #top-head #header_btn_tel {
    margin-top: 0;
  }
  #top-head #nav-toggle {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 101;
    background-color: #2380b8;
  }
  #top-head #nav-toggle div {
    position: relative;
  }
  #top-head #nav-toggle div p {
    position: absolute;
    bottom: -54px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    letter-spacing: 2px;
    font-family: font_notosans_bo, sans-serif;
  }
  #top-head #nav-toggle span {
    display: block;
    position: absolute;
    height: 4.5px;
    width: 36px;
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #top-head #nav-toggle span:nth-child(1) {
    top: 8px;
  }
  #top-head #nav-toggle span:nth-child(2) {
    top: 20px;
  }
  #top-head #nav-toggle span:nth-child(3) {
    top: 32px;
  }
  #top-head.open #nav-toggle span:nth-child(1) {
    top: 20px;
  }
  #top-head.open #nav-toggle span:nth-child(2) {
    width: 0;
  }
  #top-head.open #nav-toggle span:nth-child(3) {
    top: 20px;
  }
  /* Fixed reset */
  #mobile-head {
    background: #fff;
    width: 100%;
    z-index: 999;
    position: relative;
  }
  #top-head.fixed .logo,
  #top-head .logo {
    position: absolute;
    left: 0;
    top: 0;
    color: #333;
    font-size: 26px;
  }
  #global-nav {
    position: absolute;
    top: 100px;
    opacity: 0;
    left: 0;
    width: 100%;
    background: #e9f7ff;
    text-align: center;
    visibility: hidden;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }
  #global-nav ul li {
    float: none;
    position: static;
    border-bottom: solid 1px #ced3d7;
  }
  #global-nav ul li + .bordernone {
    border-bottom: none;
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #2380b8;
    padding: 26px 0;
    font-size: 2rem;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 36px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 36px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .open #global-nav {
    opacity: 1;
    visibility: visible;
    position: absolute;
    height: 100vh;
    overflow-x: scroll;
  }
  /*****************************************

フッター　SP

*****************************************/
  /*****************************************

SPの共通設定はこのファイルに入れる

*****************************************/
  /*共通*/
  #wrapper {
    position: relative;
    min-height: 100%;
  }
  .contents_wrapper {
    max-width: 768px;
    margin: auto;
    padding-bottom: 40px;
  }
  section {
    padding: 8% 0;
  }
  .inner {
    padding: 0 20px;
    margin: 0 auto;
  }
  .ttl_h2 {
    text-align: center;
    margin-bottom: 30px;
  }
  .ttl_h2 img {
    width: 80px;
  }
  h1 {
    font-size: 1.6rem;
    margin-bottom: 12px;
    position: relative;
    padding-left: 14px;
    line-height: 1.6;
  }
  h1::before {
    display: block;
    content: "";
    width: 6px;
    height: 18px;
    background-color: #e8818d;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  p {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .underline_pink {
    border-bottom: solid 2px #e46c80;
  }
  /*ヘッダー*/
  header {
    border-bottom: solid 1px #e8818d;
    margin-bottom: 14px;
    padding: 8px 15px;
  }
  .logo:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .logo img {
    float: left;
    max-width: 114px;
    margin-right: 16px;
  }
  .logo p {
    float: left;
  }
  .logo_txt {
    font-size: 1.6rem;
    font-weight: bold;
  }
  /*フッター*/
  footer {
    background-color: #e8818d;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
  footer small {
    color: #fff;
    font-size: 1.2rem;
    line-height: 40px;
  }
  /*ボタン*/
  .btn_01 {
    display: block;
    background-color: #e8818d;
    padding: 16px;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 18px;
    letter-spacing: 1.6px;
    font-size: 1.4rem;
  }
  .btn_02 {
    display: block;
    background-color: #e8818d;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 1.2rem;
    padding: 2px 4px;
    cursor: pointer;
  }
  .btn_02:hover {
    opacity: 0.7;
  }
  .btn_03 {
    display: block;
    background-color: #e8818d;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 4px;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 1.4rem;
    padding: 12px;
    width: 100%;
    cursor: pointer;
  }
  .btn_03:hover {
    opacity: 0.7;
  }
  .btn_04 {
    display: block;
    background-color: #e8818d;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 4px;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 1.4rem;
    padding: 12px;
    width: calc(100% - 24px);
    cursor: pointer;
  }
  .btn_04:hover {
    opacity: 0.7;
  }
  /*TOP*/
  .top_patient_menu {
    margin-top: 20px;
  }
  /*ログイン*/
  #login h1 {
    text-align: center;
    padding-left: 0;
    margin-bottom: 30px;
  }
  #login h1::before {
    display: none;
  }
  #login .login_form {
    max-width: 400px;
    padding: 40px 10% 0 10%;
  }
  #login .forgot {
    text-align: center;
    color: #d4d4d4;
    line-height: 1;
	max-width: 400px;
	margin:auto;
  }
  #login .forgot a {
    font-size: 1.2rem;
  }
  /*パスワード再発行*/
  .txt_small {
    font-size: 1.2rem;
    margin-top: 18px;
  }
  /*予約一覧*/
  .table_reserve_lists{
      margin-bottom:32px;
  }
  .table_reserve_lists table,
  .table_reserve_lists td,
  .table_reserve_lists th {
    border-collapse: collapse;
    border: solid 1px #666;
    font-size: 1.1rem;
  }
  .table_reserve_lists table {
    width: 100%;
  }
  .table_reserve_lists td,
  .table_reserve_lists th {
    text-align: center;
    padding: 4px;
    vertical-align: middle;
  }
  .table_reserve_lists th {
    font-weight: normal;
    background-color: #efefef;
  }
  /*予約変更*/
  .table_reserve_edit_lists {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 2000;
    font-size: 1.1rem;
  }
  .table_reserve_edit_lists .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: black;
    opacity: 0.5;
    z-index: 2001;
  }
  .table_reserve_edit_lists .div01 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2002;
  }
  .table_reserve_edit_lists {
    background: white;
    width: 100%;
    height: 84%;
    max-width: 1080px;
    margin: 24px auto;
    border-radius: 6px;
    padding: 0px 0px 22px 0px;
  }
  .table_reserve_edit_lists h3 {
    padding: 12px 2%;
    border-bottom: 1px solid #d0d0d0;
    position: relative;
  }
  .table_reserve_edit_lists h3 span {
    position: absolute;
    right: 8px;
    top: 8px;
    background: #303030;
    color: white;
    border-radius: 16px;
    padding: 4px 8px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .table_reserve_edit_lists h3 span:hover {
    opacity: 0.7;
  }
  .table_reserve_edit_lists .div03 {
    background: white;
    width: 100%;
    height: 90%;
    overflow-y: scroll;
    padding: 0px;
  }
  .table_reserve_edit_lists table {
    border-collapse: collapse;
    width: 96%;
    margin: 0px 2%;
  }
  .table_reserve_edit_lists table thead th {
    position: -webkit-sticky;
    position: sticky;
    top: 2px;
    left: 0px;
    height: 39px;
    /* tbody内のセルより手前に表示する */
    z-index: 10;
  }
  .table_reserve_edit_lists table thead th:before {
    position: absolute;
    content: " ";
    top: -2px;
    left: -2px;
    width: 100%;
    height: 100%;
    border: #d0d0d0 2px solid;
  }
  .table_reserve_edit_lists table thead th.next {
    position: -webkit-sticky;
    position: sticky;
    top: 43px;
    height: 30px;
    /* tbody内のセルより手前に表示する */
    z-index: 11;
  }
  .table_reserve_edit_lists table thead th.next div.second_menu {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /* tbody内のセルより手前に表示する */
    z-index: 12;
  }
  .table_reserve_edit_lists table thead th.next span {
    position: absolute;
    right: 0px;
    width: 80px;
    cursor: pointer;
    color: red;
  }
  .table_reserve_edit_lists table thead th.next span:hover {
    color: blue;
  }
  .table_reserve_edit_lists table th {
    color: #303030;
    background: #efefef;
    text-align: center;
    font-weight: normal;
  }
  .table_reserve_edit_lists table th.date_th {
    width: 12%;
  }
  .table_reserve_edit_lists table td {
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    border-left: 2px solid #d0d0d0;
    border-right: 2px solid #d0d0d0;
    text-align: center;
    padding: 8px 0px;
  }
  .table_reserve_edit_lists table tr.min_zero {
    border-top: 2px solid #d0d0d0;
  }
  .table_reserve_edit_lists table tr:nth-last-child(1) {
    border-bottom: 2px solid #d0d0d0;
  }
  .table_reserve_edit_lists table tbody td.available {
    background: #efefff;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .table_reserve_edit_lists table tbody td.available:hover {
    background: #1f2f55;
    color: white;
    opacity: 0.7;
  }
  .table_reserve_edit_lists table tbody td.reserved {
    background: #ffefef;
  }
  .table_reserve_edit_lists div.second_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .table_reserve_edit_lists div.second_menu div {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .table_reserve_edit_lists div.second_menu div:hover {
    opacity: 0.7;
  }
  .table_reserve_edit_lists div.second_menu div.time {
    padding: 2px 0px;
    background: white;
    border-radius: 6px;
    width: 60px;
    margin: 0px 10px;
    cursor: pointer;
  }
  .table_reserve_edit_lists div.second_menu div.previous_week {
    padding: 2px 0px;
    width: 100px;
    border-radius: 6px;
    background: #c0c0c0;
    margin: 0px 4% 0px 8%;
    cursor: pointer;
  }
  .table_reserve_edit_lists div.second_menu div.next_week {
    padding: 2px 0px;
    width: 100px;
    border-radius: 6px;
    background: #c0c0c0;
    margin: 0px 8% 0px 4%;
    cursor: pointer;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767px) {
  .table_reserve_edit_lists div.second_menu div.time {
    width: 40px;
    margin: 0px 2px;
  }
  .table_reserve_edit_lists div.second_menu div.previous_week {
    margin: 0px 1% 0px 2%;
  }
  .table_reserve_edit_lists div.second_menu div.next_week {
    margin: 0px 2% 0px 1%;
  }
  .table_reserve_edit_lists {
    border-radius: 0px;
  }
}

@media print, screen and (min-width: 768px) {
  /*フォーム*/
  /* iOSでのデフォルトスタイルをリセット */
  input[type="submit"],
  input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
         appearance: button;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none;
  }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px;
  }
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .form_div {
    padding-top: 10px;
  }
  .form_div01 {
    margin-bottom: 12px;
  }
  .form_div01 p {
    margin-bottom: 6px;
  }
  .form_div01 .error_span {
    color: #be0000;
    display: block;
    margin-top: 8px;
  }
  .form_div01 .caption {
    font-size: 1.2rem;
    color: #6e6e6e;
  }
  .mark {
    color: #be0000;
    padding-left: 4px;
  }
  input {
    font-size: 1.6rem;
    border: solid 1px #666;
    border-radius: 4px;
  }
  input,
  select {
    padding: 12px;
    width: calc(98% - 20px);
  }
  select {
    font-size: 16px;
    border-radius: 4px;
  }
  .name {
    width: calc(49% - 27px);
  }
  .radiobutton {
    display: none;
  }
  .radiolabel {
    width: calc(50% - 27px);
    padding: 12px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
  }
  .radiobutton:checked + .radiolabel {
    background-color: silver;
    border-radius: 4px;
  }
  .birth_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .birth_list li {
    width: calc(32%);
  }
  .birth_list li select {
    width: 100%;
  }
  .address {
    margin-bottom: 6px;
  }
  .form_name_carddate input {
    width: 39%;
    display: inline-block;
  }
  #a_submit {
    width: 160px;
    margin: auto;
    text-align: center;
    background-color: #e8818d;
    display: block;
    padding: 12px 0;
    margin-top: 40px;
    margin-bottom: 60px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    border: none;
    font-weight: bold;
    border-radius: 4px;
  }
  /*メインビジュアル*/
  #main_visual {
    margin-top: 95px;
  }
  /*TOPへ戻るボタン*/
  #page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 16px;
    bottom: 36px;
    background: #e46c80;
    opacity: 0.7;
    border-radius: 50%;
  }
  #page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
  }
  #page_top a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f106";
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  /*ハンバーガーメニュー*/
  .burger-btn {
    display: block;
    width: 30px;
    height: 28px;
    position: relative;
    z-index: 3;
    border: none;
    float: right;
    cursor: pointer;
  }
  .bar {
    width: 21px;
    height: 2px;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #333;
  }
  .bar_top {
    top: 4px;
  }
  .bar_mid {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .bar_bottom {
    bottom: 4px;
  }
  .burger-btn.close .bar_top {
    -webkit-transform: translate(-50%, 10px) rotate(45deg);
            transform: translate(-50%, 10px) rotate(45deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .burger-btn.close .bar_mid {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .burger-btn.close .bar_bottom {
    -webkit-transform: translate(-50%, -8px) rotate(-45deg);
            transform: translate(-50%, -8px) rotate(-45deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .nav-wrapper {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 70vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2;
    /*キービジュアルと.btn_triggerとの重なりの前後関係を調整*/
  }
  .nav-wrapper.slide-in {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header-nav {
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.95;
    z-index: 2;
  }
  .header-nav .nav-list {
    padding-top: 60px;
  }
  .header-nav .nav-list .nav-item {
    margin-bottom: 16px;
  }
  .header-nav .nav-list .nav-item a {
    width: calc(90% - 38px);
    display: block;
    color: #fff;
    background-color: #e8818d;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    padding-right: 28px;
  }
  .header-nav .nav-list .nav-item a::after {
    display: block;
    content: ">";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    height: 3rem;
  }
  .header-nav .nav-list .nav-item a:hover {
    opacity: 0.7;
  }
  .header-nav.nav-list {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
  }
  .header-nav.nav-item {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.delete_creditcard_cod{
    width:120px;
    text-align:center;
    border-radius:6px;
    background:#e0e0e0;
    padding:6px 4px;
    font-size:12px;
    margin-bottom:28px;
    cursor:pointer;
    transition: 0.2s;
}
.delete_creditcard_cod:hover{
    opacity:0.7;
}
.btn_02{
    font-size:12px;
}
.form_div01 input[type="checkbox"]{
    width:18px;
    height:18px;
    vertical-align: middle;
}
.form_div01 label.use_creditcard_checkbox{
    font-size:12px;
    display:block;
    margin:30px 0px 10px 0px;
}

label.input_radio{
    font-size:12px;
    vertical-align: center;
    cursor:pointer;

}
input.input_radio{
    width:12px;
    height:12px;
    vertical-align: center;
    margin:4px 6px 4px 0px;
}

.questionnaire textarea{
  width: 100%;
  height: 80px;
}
.questionnaire input[type="radio"]{
  width: auto;
}
.questionnaire input[type="radio"]:hover{
  cursor: pointer;
}
.questionnaire input[type="radio"] + label:hover{
  cursor: pointer;
}


.questionnaire p {
  font-size: 16px;
}

.questionnaire .form_div01 {
  margin-bottom: 16px;
}
.card {
  margin: 20px 0;
}
.card img {
  max-width: 300px;
  height: auto;
}


p.question_title_p{
	font-weight:bold;
}

div.after_question_div{
	padding:42px 0px;
	border-bottom:1px solid #f0f0f0;
}
div.after_question_div table.after_question_table01{
	margin:30px 0px 10px 0px;
	width:100%;
}
div.after_question_div  textarea.after_question_textarea{
	margin:30px 0px 10px 0px;
	padding:6px 2px;
	height:2em;
	border:none;
	border-bottom:1px solid #f8919d;
	line-height: 1.2em;
	font-size:14px;
}
div.after_question_div  ul{
	margin-top:20px;
}
div.after_question_div  li{
	margin:10px 0px;
}
div.after_question_div  li label{
	display:block;
	position:relative;
	padding-left:2.5em;
	cursor:pointer;
}
div.after_question_div  li label input[type="radio"]{
	position:absolute;
	left:0px;
	top:-2px;
}
div.after_question_div  li label input[type="checkbox"]{
	position:absolute;
	left:0px;
	top:-2px;
}
div.after_question_div  textarea.after_question_textarea:focus{
	border-bottom:2px #e8818d solid;
	outline: none;
}
div.after_question_div table.after_question_table01 th{
	vertical-align: middle;
	font-weight:normal;
}
div.after_question_div table.after_question_table01 td{
	vertical-align: middle;
	font-weight:normal;
	text-align:center;
}
div.after_question_div  input[type="radio"]{
	height:22px;
	width:22px;
}

div.questionnaire  button{
	height:40px;
	width:120px;
	margin-bottom:32px;
	border:none;
	background: #e3e3e3;
	cursor:pointer;
	transition: 0.2s;
	border-radius:5px;
}
div.questionnaire  button:hover{
	background:#e8e8e8;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
}

div.questionnaire  span.span_required{
	color:#e00000;
	padding-left:8px;
	font-weight:normal;
}

div.gift_div{
	display: none;
}

div.gift_div h3{
	margin-top: 2em;
}

div.gift_table{
	display: table;
}

div.gift_table > div{
	display: table-row;
}

div.gift_table > div > div{
	display: table-cell;
	border: thin solid #666;
	border-bottom: none;
	border-right: none;
	padding: 12px;
}

div.gift_table > div > div:last-child{
	border-right: thin solid #666;
}

div.gift_table > div:last-child > div{
	border-bottom: thin solid #666;
}

div.gift_table > div > div:first-child{
	vertical-align: middle;
}

div.gift_table > div > div > label > div{
	font-size: small;
}

div.gift_table input[type="radio"]{
	width: auto;
	margin: 0;
}

div.gift_div > form > div:last-child{
	margin-top: 2em;
	text-align: center;
}

div.gift_div input[type="submit"]{
	width: 300px;
}

/*よくあるご質問*/
#qa .inner {
	margin-bottom: 60px;
}
#qa h2 {
	margin-top: 20px;
}
#qa .qa_list {
}
#qa .qa_list li {
	border-bottom: solid 1px #c0c0c0;
	margin-top: 16px;
	padding-bottom: 8px;
}
#qa .qa_list li:last-child {
	border-bottom: none;
}
#qa .qa_list li p {
	padding-left: 24px;
	word-break: break-all;
	word-wrap: break-word;
}
#qa .qa_h {
	font-weight: bold;
	margin-left: -24px;
	margin-right: 10px;
}
#qa .qa_q-h {
	color: #009dff;
}
#qa .qa_a-h {
	color: #ff0000;
}





.button_type01{
	display:inline-block;
	text-align:center;
	border-radius:6px;
	background:#e0e0e0;
	color:#505050;
	padding:6px 8px;
	font-size:12px;
	margin-bottom:28px;
	cursor:pointer;
	transition: 0.2s;
	border:none;
}
.button_type01:hover{
	opacity:0.7;
}

::placeholder{
	color:#c5c5c5;
}


#card_errors{
	color:red;
	font-size:12px;
	padding:10px 0px;
}


div.modal_div_wrapper{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	margin:0px!important;
	height:100%;
	background:rgba(0,0,0,0.7);
	z-index:1000;
}
div.modal_div_wrapper div.close_modal{
	position:absolute;
	right:2%;
	top:6px;
	font-size:16px;
	font-weight:bold;
	width:80px;
	text-align:right;
	color:white;
	transition: 0.2s;
	opacity:0.6;
	cursor:pointer;
}
div.modal_div_wrapper div.close_modal:hover{
	opacity:1;
}
div.modal_div01{
	width:90%;
	max-width:800px;
	background:white;
	border-radius: 6px;
	margin:32px auto 24px auto;
	height:auto;
	overflow-y:auto;
	max-height:90%;
	padding:0px!important;
}
div.modal_div01 h3{
	padding:16px 3%;
	color:#303030;
	background:white;
	line-height:1em;
	margin:0px 0px 0px 0px;
	border-bottom:1px solid #d0d0d0;
}
div.modal_div01 h4{
	background:#eaeaea;
	padding: 6px;
	line-height:1em;
	margin:10px 0px;
}
div.modal_div01 h5{

}

div.modal_div02{
	padding:16px 3%!important;
	margin:0px;
}

div.modal_div03{
	padding:10px;
}
