@charset "UTF-8";
.under_line_blue {
  border-bottom: solid 3px rgba(168, 161, 81, 0.7);
}

.txt_bold {
  font-weight: bold;
}

.txt_red {
  color: coral;
}

.txt_center {
  text-align: center;
}

.fs_120 {
  font-size: 120%;
}

.img_center {
  text-align: center;
}

@media print, screen and (min-width: 1024px) {
  body {
    position: relative;
    z-index: 1;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .header_tel_box {
    float: right;
  }
  .campaign > div {
    margin-bottom: 20px;
  }
  #campaign_box {
    margin-bottom: 20px;
  }
  .campaign_txt {
    font-size: 22px;
    text-align: left;
    display: inline-block;
    margin-right: 1em;
    width: 55%;
  }
  .campaign_link {
    display: inline-block;
    color: #4e7cd8 !important;
  }
  .campaign_link:hover {
    opacity: 0.7;
  }
  .campaign_list_link:hover {
    color: #4e7cd8 !important;
  }
  .campaign_end p {
    color: #ccc;
    position: relative;
  }
  .campaign_end p .under_line_blue {
    border-bottom: solid 3px #ccc;
  }
  .campaign_end p span {
    color: #ccc;
  }
  .campaign_end p .campaign_txt_end {
    position: absolute;
    bottom: -2em;
    left: 0;
    color: #ff2f75;
    font-size: 14px;
  }
  .campaign_end .campaign_link {
    display: inline-block;
    color: #ccc !important;
  }
  .campaign_end .campaign_link:hover {
    opacity: 1;
  }
  .img_70 {
    width: 70%;
  }
  .campaign_htxt {
    background-color: coral;
    font-size: 160%;
    color: #fff;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .insta .insta-card, .insta .insta-card-artmake {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 0 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .insta .insta-card .insta-box, .insta .insta-card-artmake .insta-box {
    width: 16.6666666667%;
    padding: 10px 5px;
  }
  .insta .insta-card .insta-box a img, .insta .insta-card-artmake .insta-box a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .insta .insta-card .insta-box a:hover, .insta .insta-card-artmake .insta-box a:hover {
    opacity: 0.7;
  }
  .feemenu {
    pointer-events: none;
  }
  .feemenu p {
    margin-top: 1em;
  }
  .feemenu_hide {
    display: block !important;
  }
  .vbeam_bnr img:hover {
    opacity: 0.7;
  }
  .vbeam_bnr_txt {
    font-size: 160%;
    text-align: center;
    margin-bottom: 14px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-style: normal;
    font-weight: 400;
  }
  .video_wrap {
    max-width: 800px;
    margin: 0 auto;
  }
  .video_wrap p {
    line-height: 1.2;
    margin-bottom: 30px;
  }
  video {
    width: 100%;
  }
  .topics {
    padding-bottom: 100px;
  }
  .topics_txt h3 {
    line-height: 1.8;
    margin-bottom: 16px;
  }
  #topics_box {
    display: table;
    margin: 0 auto;
    width: 100%;
    border-collapse: collapse;
  }
  #topics_box > * {
    display: table-cell;
    vertical-align: top;
    padding: 0 0px;
  }
  #topics_box > *:first-child {
    padding-left: 0;
  }
  #topics_box > *:last-child {
    padding-right: 0;
  }
  #topics_box .topics_txt {
    width: 50%;
    vertical-align: middle;
    font-size: 18px;
    padding-left: 30px;
  }
  #topics_box h4 {
    background-color: #4272bc;
    color: #fff;
  }
  #topics_box .rank {
    padding: 12px 14px;
    background-color: #f4f8ff;
  }
  #topics_box .rank li {
    position: relative;
    text-align: left;
    padding-left: 60px;
    line-height: 1.6;
    margin-bottom: 12px;
  }
  #topics_box .rank li::before {
    position: absolute;
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
  }
  #topics_box .rank li:first-child::before {
    background-image: url(/asset/rank_1.svg);
  }
  #topics_box .rank li:nth-child(2)::before {
    background-image: url(/asset/rank_2.svg);
  }
  #topics_box .rank li:nth-child(3)::before {
    background-image: url(/asset/rank_3.svg);
  }
  #topics_box .rank li:last-child {
    margin-bottom: 0;
  }
  #topics_box .rank a {
    color: #4272bc;
    display: inline-block;
    text-decoration: underline;
  }
  #topics_box .rank a:hover {
    opacity: 0.7;
  }
  #topics_box .rank p {
    font-size: 14px;
  }
  .youtube {
    position: relative;
    width: 50%;
    padding-top: 28.125% !important;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
@media screen and (max-width: 1023px) {
  body {
    position: relative;
    z-index: 2;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .header_tel_box {
    float: right;
  }
  .campaign_txtbox {
    margin-bottom: 1em;
  }
  .campaign_txt {
    display: block;
  }
  .campaign_link {
    color: #4e7cd8 !important;
  }
  .campaign_end p {
    color: #ccc;
  }
  .campaign_end p .under_line_blue {
    border-bottom: solid 3px #ccc;
  }
  .campaign_end p span {
    color: #ccc;
  }
  .campaign_end p .campaign_txt_end {
    color: #ff2f75;
    font-size: 12px;
    line-height: 1.6;
    margin-top: 10px;
    display: block;
  }
  .campaign_end .campaign_link {
    display: inline-block;
    color: #ccc !important;
  }
  .campaign_end .campaign_link:hover {
    opacity: 1;
  }
  .img_70 {
    width: 96%;
  }
  .campaign_htxt {
    background-color: coral;
    font-size: 110%;
    color: #fff;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 20px;
    line-height: 1.5;
    padding: 10px 0;
  }
  #insta-artmake {
    margin-top: 40px;
  }
  .insta {
    padding: 3px 0 0;
  }
  .insta .insta-card, .insta .insta-card-artmake {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .insta .insta-card .insta-box, .insta .insta-card-artmake .insta-box {
    width: calc(33.3333333333% - 3px);
    padding-bottom: 3px;
  }
  .insta .insta-card .insta-box a img, .insta .insta-card-artmake .insta-box a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .insta .insta-card .insta-box a:hover, .insta .insta-card-artmake .insta-box a:hover {
    opacity: 0.7;
  }
  .feemenu {
    pointer-events: all;
  }
  .feemenu_hide {
    display: none;
  }
  .fee th, .fee td {
    font-size: 90%;
  }
  .fee .gnv_tmp_h3_bg h3 {
    position: relative;
  }
  .fee .gnv_tmp_h3_bg h3::after {
    position: absolute;
    content: "";
    display: block;
    height: 14px;
    width: 24.5px;
    background-image: url(../asset/arrow_d.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .feemenu p {
    font-size: 14px;
    margin-top: 1em;
    padding: 0 10px;
    line-height: 1.62;
  }
  .feemenu.open h3::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .fee .txt_mt {
    margin-top: -20px !important;
  }
  .fee .menu_txt {
    color: #5786e1;
    font-size: 12px;
    margin-bottom: -16px;
  }
  .vbeam_bnr_txt {
    font-size: 140%;
    text-align: center;
    margin-bottom: 14px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
  }
  .video_wrap {
    max-width: 800px;
    margin: 0 auto;
  }
  .video_wrap p {
    line-height: 1.2;
    margin-bottom: 30px;
  }
  video {
    width: 100%;
  }
  .topics {
    padding-bottom: 40px;
  }
  .topics_txt h3 {
    line-height: 1.6;
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 16px;
  }
  #topics_box .topics_txt {
    vertical-align: middle;
    font-size: 18px;
    width: 90%;
    margin: auto;
  }
  #topics_box h4 {
    background-color: #4272bc;
    color: #fff;
  }
  #topics_box .rank {
    padding: 12px 14px;
    background-color: #f4f8ff;
  }
  #topics_box .rank li {
    position: relative;
    text-align: left;
    padding-left: 60px;
    line-height: 1.6;
    margin-bottom: 12px;
  }
  #topics_box .rank li::before {
    position: absolute;
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
  }
  #topics_box .rank li:first-child::before {
    background-image: url(/asset/rank_1.svg);
  }
  #topics_box .rank li:nth-child(2)::before {
    background-image: url(/asset/rank_2.svg);
  }
  #topics_box .rank li:nth-child(3)::before {
    background-image: url(/asset/rank_3.svg);
  }
  #topics_box .rank li:last-child {
    margin-bottom: 0;
  }
  #topics_box .rank a {
    color: #4272bc;
    display: inline-block;
    text-decoration: underline;
  }
  #topics_box .rank a:hover {
    opacity: 0.7;
  }
  #topics_box .rank p {
    font-size: 14px;
  }
  .youtube {
    position: relative;
    width: 90%;
    padding-top: 56.255% !important;
    margin: auto;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
/*項目間余白*/
.item_wrapper {
  margin-bottom: 50px;
}

.link_fee {
  color: #4272bc !important;
}

@media screen and (max-width: 1023px) {
  p {
    font-size: 15px;
    line-height: 2;
  }
  .header_height {
    height: 100%;
  }
  .lead {
    font-size: 16px;
  }
  .sub_menu {
    margin-top: 30px;
  }
  .sub_menu ul li {
    width: 49%;
    display: inline-block;
    margin-bottom: 6px;
  }
  .sub_menu ul li a {
    background-color: #6b93cf;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 12px;
    padding: 8px 4px;
  }
  .sub_menu ul li a span {
    font-size: 8px;
    padding-left: 6px;
  }
}
.dermapen_bnr_wrap {
  margin-bottom: 50px;
}

.txt_small {
  font-size: 70%;
}

.cancel_list li {
  margin-bottom: 6px;
  list-style: disc;
  list-style-position: outside;
  margin-left: 18px;
}

#news {
  height: 300px;
  overflow-y: scroll;
  max-width: 800px;
}

.bridal_h5 {
  color: #4272bc;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.bridal_border {
  display: block;
  width: 100%;
  border-bottom: double 6px #e5ecf6;
}
.bridal_table {
  width: 100%;
  margin-bottom: 20px;
}
.bridal_table td {
  background-color: #f2f3fc;
  padding: 8px 10px;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .bridal_table td {
    font-size: 14px;
    text-align: left;
  }
}
.bridal_table td.bgnone {
  background-color: #fff;
}
.bridal_present {
  text-align: center;
}
.bridal_present h5 {
  font-size: 150%;
  display: inline-block;
}
.bridal_present p span {
  position: relative;
  display: inline-block;
  font-size: 120%;
}
.bridal_present p span::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.6rem;
  background-color: rgba(87, 133, 225, 0.3882352941);
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
}
.bridal_fee {
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.bridal_fee span {
  font-size: 1rem;
}
.bridal_reserve {
  color: #11377d !important;
  text-decoration: underline !important;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.bridal_mb10 {
  margin-bottom: 10px !important;
}

.top_banner_area {
  text-align: center;
  padding: 20px 20px 60px;
}
@media screen and (max-width: 1023px) {
  .top_banner_area {
    padding: 0 20px 30px;
  }
}
.top_banner_area a {
  display: inline-block;
}
.top_banner_area .h2_title h2 {
  line-height: 4;
  margin-bottom: -10px;
}
@media screen and (max-width: 1023px) {
  .top_banner_area .h2_title h2 {
    line-height: 3;
    margin-bottom: -20px;
  }
}
.top_banner_area .recommend_text {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  #header .contents_header img {
    width: 50%;
    margin-top: 2%;
    margin-left: 2%;
  }
}
.contents #content {
  scroll-margin-top: 160px;
}
.contents h1 {
  font-size: 10px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 300;
  color: #6b93cf;
  background-color: #f5f6fc;
  padding: 6px 8px;
  margin-bottom: 20px;
  line-height: 1.6;
}
.contents_title {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  color: #2353aa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  line-height: 1.2;
  padding: 0 15px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .contents_title {
    font-size: 24px;
  }
}
.contents h2 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-weight: 400;
  background: #f5f6fc;
  border: 1px solid #e1e1e1;
  border-bottom: 2px solid #b4a843;
  font-size: 25px;
  line-height: 1.2;
  color: #444444;
  vertical-align: middle;
  padding: 0.7em;
}
.contents .h2_none h2 {
  background: inherit;
  border: inherit;
  padding: 0;
}
.contents .column h2 {
  color: #4272bc;
  border-bottom: 6px double #e5ecf6;
  font-size: 22px;
  padding: 0.7em 0;
  margin-bottom: 0.7em;
}
.contents .column .list-simple {
  font-size: 14px;
  line-height: 1.6;
}
.contents .column .list-simple li {
  margin-bottom: 8px;
}
.contents h3 {
  color: #4272bc;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  padding: 0.7em 0;
  line-height: 1.4;
  border-bottom: double 6px #e5ecf6;
  margin-bottom: 24px;
}
.contents .h3_none h3 {
  font-size: 16px;
  color: #444444;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  border-bottom: 0;
  font-weight: bold;
  margin-bottom: 0;
}
.contents .flow h4 {
  color: #444444;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-weight: 400;
  background: url(/asset/h5_bg.png) no-repeat 0 0.4em;
  padding-left: 39px;
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 1.2em;
}
.contents .ul01 {
  margin-bottom: 24px;
}
.contents .mainimage {
  margin-bottom: 40px;
}
.contents .contents_img {
  margin-bottom: 40px;
}
.contents .contents_img figcaption {
  margin-top: 16px;
  font-size: 12px;
}
.contents .trouble_list_anker li {
  margin-right: 36px;
}
.contents .trouble_list_anker li a::after {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-right: solid 2px #2353aa;
  border-bottom: solid 2px #2353aa;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
  bottom: 7px;
  right: -13px;
  margin: auto;
}
.contents .goods_tag_w {
  background-color: #ff2f75;
  border: solid 1px #ff2f75;
  color: #ffffff;
  font-size: 12px;
  padding: 2px 4px;
  vertical-align: top;
  margin-right: 10px;
  white-space: nowrap;
}
.contents .goods_tag_m {
  background-color: #4272bc;
  border: solid 1px #4272bc;
  color: #ffffff;
  font-size: 12px;
  padding: 2px 4px;
  vertical-align: top;
  margin-right: 10px;
  white-space: nowrap;
}
.contents .goods_tag {
  border: solid 1px #4272bc;
  color: #4272bc;
  font-size: 12px;
  padding: 2px 4px;
  vertical-align: top;
  margin-right: 10px;
  white-space: nowrap;
}
.contents .ul_check {
  padding-left: 1.5rem;
  padding-top: 10px;
  padding-bottom: 15px;
}
.contents .ul_check li {
  font-weight: bold;
  position: relative;
  line-height: 1.8;
  margin-bottom: 12px;
}
.contents .ul_check li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: -1.5em;
  width: 10px;
  height: 5px;
  border-left: 3px solid #4272bc;
  border-bottom: 3px solid #4272bc;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.contents .link_fee {
  display: inline-block;
}
.contents .mt_16 {
  margin-top: 16px;
}
.contents .mt_32 {
  margin-top: 32px;
}
.contents .mb_16 {
  margin-bottom: 16px;
}
.contents .mb_32 {
  margin-bottom: 32px;
}
.contents .mb_text {
  margin-bottom: 1rem;
}
.contents .b_0 {
  margin-bottom: 0;
}
.contents .bridal_reserve {
  display: inline-block;
}
.contents small {
  line-height: 1.6;
  display: inline-block;
}
.contents .gnv_tmp_qa_q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contents .table_notes table {
  table-layout: fixed;
}
.contents .table_notes th, .contents .table_notes td {
  font-size: 14px;
}
.contents .table_notes th {
  width: 40%;
}
.contents .table_notes td {
  width: 60%;
}
.contents .table_notes td a {
  word-wrap: break-word;
}
.contents .h_box {
  color: #4272bc;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  padding: 0.7em 0;
  line-height: 1.4;
  border-bottom: double 6px #e5ecf6;
  margin-bottom: 24px;
}
.contents .doctor_introduction {
  color: #444444;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-weight: 400;
  background: url(/asset/h5_bg.png) no-repeat 0 0.4em;
  padding-left: 39px;
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 1.2em;
}
.contents #doctor_box {
  border: solid 2px #e5ecf6;
  padding: 20px 16px;
}
.contents #doctor_box .photo_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  padding-bottom: 12px;
}
.contents #doctor_box .photo_area .photo {
  width: 180px;
  margin-right: 20px;
}
.contents #doctor_box .photo_area .photo img {
  border-radius: 50%;
}
.contents #doctor_box .photo_area .profile {
  line-height: 1.4;
}
.contents #doctor_box .photo_area .profile p {
  line-height: 1.6;
}
.contents #doctor_box .photo_area .profile .name {
  font-size: 140%;
  margin-bottom: 8px;
}
.contents #doctor_box .photo_area .profile .name span {
  font-size: 12px;
  margin-right: 10px;
}
.contents #doctor_box .photo_area .profile .qualification {
  font-size: 14px;
}
.contents #doctor_box .photo_area .profile .clinic, .contents #doctor_box .photo_area .profile .name {
  color: #4272bc;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.contents #doctor_box .introduction p {
  font-size: 14px;
}
.contents #doctor_box .sns_share li {
  display: inline-block;
}
.contents #doctor_box .sns_share li img {
  width: 30px;
}
.contents .flexbox_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
}
.contents .flexbox_2 > * {
  width: calc(50% - 15px);
}
.contents .flexbox_2 .border_box {
  height: calc(100% - 30px);
}
@media screen and (max-width: 767px) {
  .contents .flexbox_2 > * {
    width: 100%;
  }
}
.contents .table_01 table {
  width: 100%;
}
.contents .table_01 p {
  font-weight: bold;
  margin-bottom: 4px;
}
.contents .table_01 th, .contents .table_01 td {
  font-size: 82%;
  padding: 4px 8px;
  line-height: 1.5;
}
.contents .table_01 th {
  background-color: #f2f3fc;
  border: solid 1px #ffffff;
}
.contents .table_01 td {
  border-bottom: solid 1px #e5ecf6;
}
.contents .table_01 td:first-child {
  color: #4272bc;
  font-weight: bold;
  width: 10em;
  text-align: center;
}
.contents .table_02 table {
  width: 100%;
}
.contents .table_02 p {
  font-weight: bold;
  margin-bottom: 4px;
}
.contents .table_02 th, .contents .table_02 td {
  font-size: 82%;
  padding: 8px;
  line-height: 1.5;
  text-align: center;
  width: 12.5%;
}
@media screen and (max-width: 767px) {
  .contents .table_02 th {
    font-size: 8px;
    padding: 4px;
  }
}
.contents .table_02 th {
  background-color: #f2f3fc;
  border: solid 1px #ffffff;
}
.contents .table_02 td {
  border-bottom: solid 1px #e5ecf6;
  border-right: solid 1px #e5ecf6;
  font-weight: bold;
}
.contents .table_02 td:first-child {
  color: #4272bc;
  font-weight: bold;
  width: 10em;
  text-align: center;
}
.contents .table_03 table {
  margin: auto;
  width: 100%;
  max-width: 800px;
}
.contents .table_03 p {
  font-weight: bold;
  margin-bottom: 4px;
}
.contents .table_03 th, .contents .table_03 td {
  font-size: 82%;
  padding: 8px 8px;
  line-height: 1.5;
}
.contents .table_03 th {
  background-color: #f2f3fc;
  border: solid 1px #e5ecf6;
  width: 160px;
}
.contents .table_03 td {
  border: solid 1px #e5ecf6;
}
.contents .table_03 td:first-child {
  color: #4272bc;
  font-weight: bold;
  width: 10em;
  text-align: center;
}
.contents .list-simple li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1.5em;
}
.contents .text-center {
  text-align: center;
}
.contents .text-blue {
  font-weight: bold;
  color: #2353aa;
}
.contents .text-gold {
  font-weight: bold;
  color: #a8a151;
}
.contents .text-white {
  color: #fff !important;
}
.contents .text-and-line {
  color: #2353aa;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(66, 115, 188, 0.2)));
  background: linear-gradient(transparent 60%, rgba(66, 115, 188, 0.2) 60%);
  display: inline;
}
.contents .btn-lightblue {
  color: #11377d !important;
  background-color: #f2f3fc;
}
.contents .btn-blue {
  color: #fff !important;
  background-color: #4e7cd8;
}
.contents figure {
  text-align: center;
}
.contents #table-of-content .contents1 {
  margin-left: 0px;
}
.contents #table-of-content .contents2 {
  margin-left: 0px;
}
.contents #table-of-content .contents3 {
  margin-left: 1rem;
}
.contents #table-of-content .contents4 {
  margin-left: 2rem;
}
.contents #table-of-content .contents5 {
  margin-left: 3rem;
}
.contents #table-of-content .contents6 {
  margin-left: 4rem;
}
.contents summary {
  display: list-item;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 20px;
}
.contents summary:hover {
  cursor: pointer;
}
.contents #wrapper_table-of-contents {
  padding-top: 10px;
  padding-bottom: 10px;
}
.contents #table-of-content {
  background-color: #f5f6fc;
  max-width: 600px;
}
.contents #table-of-content ol {
  padding: 0 20px 10px;
}
.contents #table-of-content li {
  list-style: none;
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #e1e1e1;
  line-height: 1;
}
.contents #table-of-content li:last-child {
  border-bottom: none;
}
.contents #table-of-content a {
  text-decoration: none;
  display: block;
}
.contents .contents_link {
  color: #2353aa;
  text-decoration: underline;
}/*# sourceMappingURL=uwajima_addcontent.css.map */