@charset "UTF-8";

.content {
  padding-top: 6em;
  padding-bottom: 6em;
  padding-top: 6vmax;
  padding-bottom: 6vmax;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.00);
}

.content_w {
  padding-top: 4em;
  padding-bottom: 4em;
  padding-top: 3vmax;
  padding-bottom: 3vmax;
  background-color: rgba(255, 255, 255, 1);
}

.content:nth-of-type(2n), .content.content_f {
  background-color: rgba(240, 245, 245, 1);
}

p.indent1 {
  padding-left: 1em;
}

@media screen and (min-width: 992px) {
  .content {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .content_w {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}

.section_box1, .section_box2 {
  margin-bottom: 2.5em;
}

.maxW-350 {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 350px;
}

.maxW-600 {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 600px;
}

table.th_normal th {
  font-weight: normal;
}

.borderR03 {
  border-radius: 0.3em;
}

.borderR05 {
  border-radius: 0.5em;
}

.bg-fill {
  background-color: rgba(66, 123, 236, 0.1);
  padding: 0.75em 1em;
  ;
  border-radius: 0.75em;
}

.content:nth-of-type(2n) .bg-fill {
  background-color: #ffffff;
}

/*************************************
色
*************************************/
.color4 {
  color: rgb(245, 80, 80);
}

.opacity70 {
  opacity: 0.7;
}

/*************************************
フォントサイズ
*************************************/
.fs09 {
  font-size: 0.9em;
}

/*************************************
ボタン
*************************************/
.btn-sm {
  font-size: 0.85em;
}

.btn0 {
  position: relative;
  top: -0.15em;
  box-shadow: 0px 0.1em 0.1em 0 rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
}

.btn0:hover {
  top: 0px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}

.btn-banner {
  border-radius: 0.5em;
  overflow: hidden;
  position: relative;
  top: -0.2em;
  box-shadow: 0px 0.2em 0.2em 0 rgba(0, 0, 0, 0.3);
  transition: all 0.2s;
  border: solid 1px rgba(0, 0, 0, 0.3);
  display: inline-block;
}

.btn-banner:hover {
  top: 0;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}

.btn_fillter_shadow {
  position: relative;
  top: 0px;
  filter: drop-shadow(0px 0.25em 0.1em rgba(0, 0, 0, 0.3));
  transition: all 0.2s;
}

.btn_fillter_shadow:hover {
  top: 0.25em;
  filter: drop-shadow(0px 0px 0.08em rgba(0, 0, 0, 0.3));
}

.btn_banner1 {
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.btn_c1 {
  background-color: rgb(255, 172, 0);
  color: #ffffff;
  /* font-weight: bold; */
}

.btn_c1:hover {
  color: #FFFFFF;
}

.btn_c2 {
  background-color: rgb(104, 186, 161);
  color: #ffffff;
  /* font-weight: bold; */
}

.btn_c2:hover {
  color: #FFFFFF;
}

.btn_c3 {
  background-color: rgb(255, 126, 131);
  color: #ffffff;
  /* font-weight: bold; */
}

.btn_c3:hover {
  color: #FFFFFF;
}

.btn_c4 {
  background-color: rgb(245, 80, 80);
  color: #ffffff;
  /* font-weight: bold; */
}

.btn_c4:hover {
  color: #FFFFFF;
}

.btn_c5 {
  background-color: rgb(75, 175, 175);
  color: #ffffff;
}

.btn_c5:hover {
  color: #FFFFFF;
}

.btn_c6 {
  background-color: rgb(160, 160, 160);
  color: #ffffff;
}

.btn_c6:hover {
  color: #FFFFFF;
}

.btn01 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.btn02 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding: 0 0.5em;
  font-weight: normal;
  display: block;
  width: 100%;
}

.btn03 {
  /* margin: 0.5em; */
  padding: 0 0.5em;
  font-weight: normal;
}

.btn04 {
  font-size: 1.5em;
  display: block;
  margin: auto;
  max-width: 60%;
}

.btn05 {
  font-size: 1.3em;
  display: block;
  margin: 2em auto;
  padding: 0.5em 1em;
  font-weight: normal;
}

.btn06 {
  font-size: 1.2em;
  display: block;
  margin: 0 auto 1em;
  padding: 0.5em 1em;
  font-weight: normal;
}

.btn07 {
  font-size: 1.2em;
  width: 14em;
  max-width: 100%;
  display: block;
  margin: 1.5em auto;
  padding: 0.25em 1em;
  font-weight: normal;
}

.btn08 {
  font-size: 1em;
  min-height: 4em;
  max-width: 100%;
  display: block;
  margin: 1.5em auto;
  padding: 0.5em 1em;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn09 {
  display: inline-block;
  padding: 0.5em 1em;
  font-weight: normal;
}

.btn10 {
  font-size: 1em;
  max-width: 100%;
  display: block;
  margin: 1em auto;
  padding: .25em 1em;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn11 {
  font-size: 1em;
  width: 100%;
  display: block;
  /* font-weight: 300; */
  font-weight: normal;
}

.btn12 {
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  font-weight: normal;
  padding: 0.2em 0.5em;
}

.fontsize_11em {
  font-size: 1.1em;
}

.fontsize_12em {
  font-size: 1.2em;
}

.fontsize_15em {
  font-size: 1.5em;
}

.btn_icon_l {
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: center;
}

.btn_icon_c {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.width_13em {
  width: 13em;
  margin: auto;
}

.width_10em {
  width: 10em;
  margin: auto;
}

/*************************************
タイトル
*************************************/
.page_title_box {
  padding: 5em 0.5em;
  padding: 5vmax 0.5em;
  text-align: center;
}

@media screen and (min-width:992px) {
  .page_title_box {
    padding: 3em 0;
  }
}

.page_title_box+.content_w {
  padding-top: 1em;
}

.page_title {
  position: relative;
  font-size: 1.8em;
  display: inline-block;
  padding-bottom: 0.25em;
  border-bottom: 0.15em solid rgba(0, 0, 0, 0.1);
  font-weight: bold;
}

.page_title_box.page_title_banner {
  padding: 0.5em 0 0 0;
}

.page_title_box_txt {
  padding-top: 3.5em;
  /* padding-top: 5vmax; */
  padding-bottom: 0;
  background-color: rgba(0, 0, 0, 0.00);
  text-align: left;
}

.page_title_banner .page_title {
  border: none;
}

.page_title_banner .page_title img {
  display: block;
  margin: auto;
  max-width: 100%;
}

.title01 {
  background-color: rgba(66, 123, 236, 0.8);
  color: #FFFFFF;
  display: block;
  padding: 0.2em 0.5em 0.3em;
  margin-bottom: 1em;
}

@media screen and (min-width:992px) {
  .title01 {
    text-align: center;
  }
}

.title02 {
  position: relative;
  font-weight: bold;
  padding: 0.3em;
  border-bottom: 2px solid;
  margin-top: 1em;
  margin-bottom: 1em;
}

.title02.sw {
  padding-left: 1em;
}

.title02:before {
  position: absolute;
  bottom: -15px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 15px 12px 0 12px;
  border-style: solid;
  border-color: rgb(87, 87, 87) transparent transparent transparent;
}

.title02:after {
  position: absolute;
  bottom: -11.5px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 15px 12px 0 12px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}

.content:nth-of-type(2n) .title02:after, .content.content_f .title02:after {
  border-color: rgba(240, 245, 245, 1) transparent transparent transparent;
}

.title03 {
  font-weight: bold;
  position: relative;
  padding-left: 1em;
}

.title03:before {
  border-radius: 25%;
  width: 0.6em;
  height: 0.6em;
  display: block;
  position: absolute;
  left: 0.1em;
  top: 0.35em;
  content: "";
  background: rgba(66, 123, 236, 0.8);
}

.title04 {
  font-weight: bold;
  padding: 0.3em;
  border-bottom: 2px solid;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.title05 {
  text-align: center;
  font-weight: bold;
  display: block;
  font-size: 0.85em;
  margin-bottom: 1em;
}

.title06 {
  background-color: rgba(75, 175, 175, 1);
  color: #FFFFFF;
  display: block;
  padding: 10px;
  margin-bottom: 1em;
  text-align: left;
  font-size: 1.3em;
}

.title07 {
  border-left: 0.3em solid;
  font-weight: bold;
  line-height: 1.3;
  padding-left: 0.5em;
}

.title08 {
  border-left: 0.3em solid;
  font-weight: bold;
  line-height: 1.3;
  padding-left: 0.5em;
}

.title09 {
  font-size: 1.1em;
  text-align: center;
  font-weight: bold;
}

/*****************************
箇条書き
******************************/
.list_none {
  padding-left: 0;
}

.list_none li {
  list-style-type: none;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

.list_none.indent1 li {
  padding-left: 2em;
}

/********************************
強調
*********************************/
mark {
  font-weight: bold;
  color: inherit;
  background: linear-gradient(transparent 85%, rgba(245, 80, 80, 0.2) 0%);
}

mark.c_red {
  color: rgb(245, 80, 80);
}

/*******************************
アイコン
********************************/
.apri_icon_img {
  height: 2em;
  display: inline-block;
  margin-right: 0.3em;
}

.apri_icon_img_2 {
  height: 5em;
  max-width: 45vw;
  display: inline-block;
  margin: 0.1em;
}

/*******************************
お知らせ/警告
********************************/
.info_box {
  border-top: 3px solid rgb(140, 200, 255);
  border-bottom: 3px solid rgb(140, 200, 255);
  border-left: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  background-color: rgba(231, 244, 254);
  padding-left: 50px;
  background-repeat: no-repeat;
  background-image: url(/img/icon_info.svg);
  background-position: 10px 10px;
  background-size: 30px;
  margin-left: 1em;
  /* margin-left: 1em; */
  /* margin-right: 1em; */
}

.info_text {
  background-color: #ffffff;
  padding: 5px;
  min-height: 50px;
}

.info_text ul {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
}

.info_text ul li {
  font-size: 0.9em;
  position: relative;
  padding-left: 1.5em;
  font-weight: 700;
  line-height: 1.45;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  color: #666666;
}

.info_text ul li:before {
  border-radius: 50%;
  width: 0.7em;
  height: 0.7em;
  display: block;
  position: absolute;
  left: 0.5em;
  top: 0.4em;
  content: "";
  background: rgb(174, 217, 255);
}

.info_box span {
  color: rgba(245, 80, 80, 1);
  background: linear-gradient(transparent 80%, rgba(245, 80, 80, 0.2) 0%);
}

@media screen and (min-width:576px) {
  .info_box {
    padding-left: 50px;
    background-size: 30px;
  }

  .info_text {
    min-height: 50px;
  }
}

.caution_box {
  margin-top: 1em;
}

.caution_box_lead {
  padding: 1em;
  padding-left: 4em;
  background-color: rgb(245, 80, 80);
  color: #ffffff;
  line-height: 1.5;
  position: relative;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.caution_box_lead::before {
  content: "";
  width: 3em;
  height: 3em;
  position: absolute;
  top: .25em;
  left: .5em;
  background-image: url(/img/icon_caution.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.caution_text {
  background-color: #FCECEC;
  padding: 0.25em 1em 0.5em;
}

.caution_text p {
  margin-bottom: 0.5em;
}

.caution_text ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.caution_text ul li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}

@media screen and (min-width:576px) {
  .caution_box {
    display: flex;
  }

  .caution_box_lead {
    padding-top: 0.4em;
    width: 45%;
    display: block;
  }
}

/********************************
テーブル
*********************************/
.table01 {
  background-color: #ffffff;
}

.table01 th {
  background-color: rgba(0, 0, 0, 0.1);
}

.table01 td, .table01 th {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.table01.table-bordered td, .table01.table-bordered th {
  border: 1px solid rgba(0, 0, 0, 0.3);
}

@media screen and (max-width:567px) {
  .table01 td, .table01 th {
    display: block;
  }

  .table01.table-bordered td, .table01.table-bordered th {
    border-bottom: none;
  }

  .table01 {
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.5); */
  }
}

.table02 {
  /* <div class="table-responsive">用 */
  min-width: 800px;
  background-color: #ffffff;
}

@media screen and (max-width:991px) {
  .table-responsive table td, .table-responsive table th {
    padding: 0.2em 0.5em;
    line-height: 1.4;
  }
}

.table02 th {
  background-color: rgba(0, 0, 0, 0.1);
}

.table02 td, .table02 th {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.table02.table-bordered td, .table02.table-bordered th {
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.table03 {
  background-color: #ffffff;
}

.table03 th {
  background-color: rgba(0, 0, 0, 0.1);
}

.table03 td, .table03 th {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding: 0.15em 0.5em;
  font-weight: normal;
}

.table03.table-bordered td, .table03.table-bordered th {
  border: 1px solid rgba(0, 0, 0, 0.3);
}

@media screen and (max-width:567px) {
  .table03 {
    border-bottom: 1px solid;
  }

  .table03 td, .table03 th {
    display: block;
  }

  .table03.table-bordered td, .table03.table-bordered th {
    border-bottom: none;
  }
}

.table04 {
  line-height: 1.4;
}

.table04 th {
  font-weight: normal;
  min-width: 8em;
}

.table05 {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.table05 th {
  background-color: rgba(0, 0, 0, 0.1);
}

.table05 td, .table05 th {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.table05.table-bordered td, .table05.table-bordered th {
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.tableOption02 {
  border: 2px solid;
}

.tableOption02 td, .tableOption02 th {
  min-width: 8em;
  padding: 0.5em 1em;
  text-align: center;
}

@media screen and (min-width:567px) {
  .tableOption01 th {
    width: 8em;
  }

  .tableOption04 th {
    width: 9em;
  }

  .tableOptionW12 th {
    width: 12em;
  }
}

.tableOption03 {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.tableOption03.table td, .tableOption03.table th {
  vertical-align: middle;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding: 0.25em;
}

.tableOption03.table thead th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.tableOption03.table th {
  background-color: rgba(80, 80, 80, 0.8);
  color: #ffffff;
  font-weight: normal;
}

.table_y_mid td, .table_y_mid th {
  vertical-align: middle !important;
}

.tableOption08 {
  width: 100%;
}

.tableOption08 td, .tableOption08 th {
  width: calc((100% - 5em) / 5);
  font-weight: normal;
}

.tableOption08 th:first-child {
  width: 5em;
}

.tableOption06 th {
  line-height: 1.3
}

.table.tableOption07 td, .table.tableOption07 th {
  padding: .5em;
  line-height: 1.3;
}

/********************************
 切り替えタブ
********************************/
.tab-pane.tab-color1 {
  background-color: #dce7fc;
  padding-right: 1em;
}

.nav-link.tab-color1, .nav-tabs .nav-link.tab-color1.active {
  background-color: #dce7fc;
  border-bottom-color: #dce7fc;
  font-weight: bold;
}

.tab-pane.tab-color2 {
  background-color: #fff5e8;
  padding-right: 1em;
}

.nav-link.tab-color2, .nav-tabs .nav-link.tab-color2.active {
  background-color: #fff5e8;
  border-bottom-color: #fff5e8;
  font-weight: bold;
}

@media screen and (max-width: 370px) {
  .nav-link.tab-color1, .nav-link.tab-color2 {
    padding-left: 0.25em;
    padding-right: 0.25em;
  }
}

/********************************
 メガメニュー
********************************/
.btn-header {
  color: #ffffff;
  background-color: #FF0000;
  border-color: #FF0000;
}

.btn-navmenu {
  color: #ffffff;
  background-color: #427BEC;
  border-color: #427BEC;
  transition: all 0.3s;
}

.btn-navmenu:hover {
  color: #ffffff;
  opacity: 0.8;
}

nav#nav {
  font-size: initial;
  background-color: #427BEC;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1);
}

/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
  margin-bottom: 1rem;
}

.navbar .dropdown-menu {
  border: none;
  background-color: rgba(250, 250, 250, 1) !important;
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
  .navbar_ue {
    background-color: #CFDEF9;
    width: 100%;
  }

  .navbar {
    padding: .5rem 0;
  }

  /* remove the padding from the navbar so the dropdown hover state is not broken */
  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
  .navbar .nav-item {
    /* padding: 0 .5rem; */
    /* margin: 0 .25rem; */
    border-right: 1px solid #fff;
  }

  .nav-item:first-child {
    border-left: 1px solid #fff;
  }

  /* makes the dropdown full width  */
  .navbar .dropdown {
    position: static;
  }

  .navbar .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    /*  height of nav-item  */
    top: 165px;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
  }

  /* shows the dropdown menu on hover */
  .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s linear;
  }

  .navbar .dropdown-menu {
    border: 2px solid #CFDEF9;
    background-color: #fff;
    box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2);
  }
}

.navbar-brand-img {
  max-width: 60vw;
}

@media (max-width: 991px) {
  .nav-item-btn-sm:last-child {
    margin-bottom: 0;
  }

  .navbar-brand-img {
    max-width: auto;
    max-height: 55px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .nav-item {
    width: 140px;
    text-align: center;
  }

  .nav-item.nav-item-small {
    width: 92.5px;
  }
}

@media (min-width: 1200px) {
  .nav-item {
    width: calc(1110px/8);
    text-align: center;
  }
}

.nav-item-txt {
  margin-top: 0.75em;
  font-size: 0.85em;
  margin-bottom: 0;
}

.dropdown-menu {
  padding: 1rem 0;
}

.nav-item-btn-sm {
  display: block;
  margin: 0.5em auto;
  width: 80%;
}

/*モバイルのスクロールバー用*/
.modalNav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  align-items: flex-start;
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: column;
  }
}

.header_btn_box {
  text-align: right;
  padding: 10px 0;
}

.header_btn_box a {
  margin-left: 0.5em;
}

.header_tel {
  display: block;
  float: right;
  margin-bottom: 10px;
}

.navbar-toggler {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #CFDEF9 !important;
  border: solid 2px #457EE9 !important;
}

.navbar-brand-img-sp {
  max-height: 44px;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url(../img/h_close.svg);
}

.navbar-toggler.collapsed .navbar-toggler-icon {
  background-image: url(../img/h_menu.svg);
}

.header_sp_ul {
  list-style-type: none;
  display: flex;
  padding-left: 0;
  flex-wrap: wrap;
}

.header_sp_ul li {
  width: 50%;
  padding: 5px;
}

@media screen and (min-width:560px) {
  .header_sp_ul li {
    width: 25%;
  }
}

.header_sp_ul li a {
  width: 100%;
  display: block;
}

/***************************
トップページ
****************************/
.logo_top_sp {
  display: block;
  position: relative;
  top: 0;
  margin: auto;
  max-width: calc(100% - 70px);
  margin-left: 0;
}

.carousel-indicators {
  bottom: -3em;
}

.carousel-indicators li {
  background-color: rgba(0, 0, 0, 0.8);
}

.carousel {
  margin-bottom: 3em;
}

.top_icons_box {
  margin: 3em 0 0;
  text-align: center;
}

.top_icon {
  display: inline-block;
  margin: 0.5em;
  width: 100%;
  max-width: 40%;
}

.top_service_title {
  display: block;
  color: #427BEC;
  background: #CFDEF9;
  padding: 0.25em;
  border-radius: 0.1em;
  line-height: 1.2;
  font-weight: bold;
}

.top_service_box {
  max-width: 540px;
  margin: auto;
  padding: 2em 1em 0 1em;
}

.topic_box {
  background: rgba(255, 255, 0, 0.1);
  text-align: center;
  border-top: 2px solid rgba(150, 200, 0, 0.5);
  border-bottom: 2px solid rgba(150, 200, 0, 0.5);
  padding: 0.25em 1em .5em 1em;
  margin-top: 1.5em;
}

.topic_box_member {
  background: rgba(240, 245, 245, 1);
  border-top: none;
  border-bottom: none;
  border-radius: 0.5em;
  margin-top: 0.75em;
}

.topic_title {
  text-align: center;
  font-weight: normal;
  font-size: 0.8em;
  display: block;
  color: rgba(140, 190, 0, 1);
}

.topic_box_member .topic_title {
  color: inherit;
}

.topic_box.topic_box2 {
  border: solid 1px rgba(0, 0, 0, 0.2);
  background: rgba(245, 245, 245, 1);
}

.topic_box2 .topic_title{
  color: rgba(0,0,0,0.5);
}
@media screen and (min-width: 768px) {
  .top_icon {
    max-width: 20%;
  }

  .top_service_box {
    max-width: 100%;
    padding: 2em 0 0;
  }
}

@media screen and (min-width: 1000px) {
  .top_service_box {
    max-width: 80vw;
    padding: 2em 0 0;
  }

  .topic_box {
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1200px) {
  .top_service_box {
    max-width: 100%;
  }

  .topic_box {
    max-width: 100%;
  }
}

.btn_top {
  background-color:
}

.webMeishi-category-box {
  display: flex;
}

.webMeishi-category-box1 {
  width: 150px;
  flex-shrink: 0;
  margin: 0.5em;
}

.webMeishi-category-box2 {
  width: 100%;
  padding-left: 0;
  padding-top: 0.5em;
  padding-right: 0.5em;
}

.webMeishi-category-img {
  max-width: 100%;
}

a.webMeishi-category-btn {
  display: block;
  background-color: #ffffff;
  /* padding: 0.5em; */
  border-radius: 0.2em;
  box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 1em;
  text-decoration: none;
}

.webMeishi-category-btn .webMeishi-category-title {
  /* font-weight: bold; */
  font-size: 1.15em;
  margin-bottom: 0;
  line-height: 1.1;
  color: #ffffff;
  /* opacity: 0.9; */
  background: rgba(0, 0, 0, 0.4);
  padding: 0.25em;
  padding-top: 0.1em;
}

.webMeishi-tag_setumei1 {
  font-size: 0.8em;
  line-height: 1.4;
  color: #575757;
  /* height: 5em; */
  margin-bottom: 0;
  padding-top: 0.25em;
}

@media screen and (maz-width: 767px) {}

.notice_box {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  background-color: #ffffff;
  margin-bottom: 1.5em;
}

.notice_single {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding: 0.25em;
}

.notice_single_date {
  margin-bottom: 0;
  text-align: left;
  width: auto;
  margin-right: 1em;
  float: left;
}

.notice_single_type {
  margin-bottom: 0;
  text-align: left;
  float: left;
}

.notice_single_txt {
  margin-bottom: 0;
  clear: both;
  width: 100%;
}

@media screen and (min-width:567px) {
  .notice_single {
    display: flex;
  }

  .notice_single_date {
    width: 8em;
    float: none;
    padding-left: 0.5em;
    margin-right: 0;
  }

  .notice_single_type {
    width: 13em;
    text-align: center;
    font-size: 0.8em;
  }
}

/*************************************
テンプレート一覧用
*************************************/
.s_table thead {
  display: none;
}

.s_table tbody {
  display: flex;
  flex-wrap: wrap;
}

.s_table tr {
  display: flex;
  padding: 0.5em;
  margin: 5px;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 15px;
  background-color: #fff;
  width: calc(100% / 1 - 10px);
}

.p_list tr {
  background-color: rgba(0, 0, 0, 0.1);
}

.tt_thumbnail {
  display: flex;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  height: calc(90vmin - 18px);
}

/*DTPツールのリストだけに適用するスタイル*/
.t_list .hidden_DTP {
  display: none;
}

/*↓IE用に追加↓*/
#data-table {
  display: block;
}

#data-table .tt_link {
  display: block;
}

.tt_no {
  display: block;
}

/*↑IE用に追加↑*/
#data-table img {
  image-rendering: -webkit-optimize-contrast;
}

@media screen and (min-width: 460px) and (max-width: 575px) {
  .s_table tr {
    width: calc(100% / 2 - 10px);
  }

  .tt_thumbnail {
    height: calc(90vmin / 2 - 18px);
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .s_table tr {
    width: calc(540px / 2 - 25px);
  }

  .tt_thumbnail {
    height: calc(540px / 2 - 18px - 18px);
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .s_table tr {
    width: calc(720px / 3 - 20px);
  }

  .tt_thumbnail {
    height: calc(720px / 3 - 18px - 18px);
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .s_table tr {
    width: calc(960px / 3 - 20px);
  }

  .tt_thumbnail {
    height: calc(960px / 3 - 18px - 18px);
  }
}

@media screen and (min-width: 1200px) {
  .s_table tr {
    width: calc(1140px / 4 - 18px);
  }

  .tt_thumbnail {
    height: calc(1140px / 4 - 18px - 18px);
  }
}

.tt_thumbnail_img {
  /* max-width: 100%;
  max-height: 100%; */
  display: block;
  margin: auto;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.tt_thumbnail_img.img_tate {
  height: 100%;
}

.tt_thumbnail_img.img_yoko {
  width: 100%;
}

.tt_modal_img {
  max-width: 500px;
  max-height: 500px;
  display: block;
  margin: auto;
}

.modal-body {
  background-color: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 991px) {
  .tt_modal_img {
    max-width: 100%;
  }
}

.tt_order {
  display: none;
}

.tt_no {
  position: relative;
  left: -0.5rem;
  top: -0.5rem;
  width: calc(100% + 1rem - 2px);
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 0.9em;
  margin-bottom: -.5rem;
}

.tt_no_badge {
  font-size: 0.7em;
  padding-left: 0.25em;
  padding-right: 0.5em;
}

.tt_link-zoom_btn {
  width: 49%;
}

.tt_link-select_btn {
  width: 49%;
}

.tt_thumbnail_img_zoom {
  margin: auto;
  cursor: pointer;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tt_link_box {
  display: flex;
  justify-content: space-between;
}

.tt_tags {
  display: none;
}

.tt_tags_modal {
  margin: auto;
  margin-top: 1em;
  padding: 0.5em;
  border-top: 1px solid #dee2e6;
  text-align: center;
}

.badge-tag {
  background-color: #739fc8;
  margin: 0.25em;
  font-weight: normal;
  color: #ffffff;
}

.tt_size .badge-secondary {
  font-weight: normal;
}

#tag_filter_write {
  padding-bottom: 0.01em;
}

.tag_filter_box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 0.25em;
  display: flex;
  flex-wrap: wrap;
}

.tag_filter_clear {
  display: block;
  width: 90%;
  max-width: 400px;
  margin: 1em auto;
}

.kensaku {
  max-width: 900px;
  margin: auto;
  margin-bottom: 1em;
  background-color: #ffffff;
}

.label-kensaku {
  padding: 0.15em 0.5em;
  border-radius: 0.25em;
  background-color: #739fc8;
  min-width: 4em;
  margin: 0.25em;
  display: inline-block;
  font-size: 0.9em;
  color: #ffffff;
  font-weight: normal;
}

.tags_write_pro {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.tags_write_pro .label-kensaku {
  padding: 0.25em 0.5em;
  border-radius: 0.25em;
  background-color: #739fc8;
  min-width: 4em;
  margin: 0.25em;
  display: inline-block;
  font-size: 0.9em;
  color: #ffffff;
  font-weight: normal;
  width: 10em;
}

.label-kensaku:hover {
  color: #ffffff;
}

.kensaku_collapse {
  display: block;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0.25em 0.5em;
  border-radius: 0.25em;
  text-align: center;
  transition: all 0.3s;
}

.kensaku_collapse:hover, .kensaku_collapse:active {
  text-decoration: none;
  opacity: 0.8;
  color: #fff;
}

div#conditions {
  position: relative;
  top: -2em;
}

.conditions_open {
  margin-top: 0 !important;
}

input.ck {
  margin-right: 0.5em;
}

.dataTables_wrapper {
  min-height: 100vh;
}

div#data-table_filter {
  display: none;
}

.p_list .tt_no {
  position: relative;
  font-size: 0.8em;
}

.p_list .tt_no:after {
  content: "プロ仕様";
  position: absolute;
  top: -5px;
  right: 10px;
  background-color: red;
  width: auto;
  height: auto;
  padding: 0 0.5em;
  color: #ffffff;
  border-radius: 0 0 0.3em 0.3em;
  font-size: 0.7em;
}

.p_list .tt_no::before {
  content: "";
  position: absolute;
  right: 5px;
  top: -5px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #d90606;
}

/*テンプレート一覧用・名刺サイズ展開のために追加した******************/
/* .size_91×55, .size_85×54, .size_89×51, .size_85×49, .size_91×55ib, .size_85×54ib, .size_89×51ib, .size85×49ib {
  display: none;
}

.box_91×55 .size_91×55, .box_85×54 .size_85×54, .box_89×51 .size_89×51, .box_85×49 .size_85×49 {
  display: block;
}

.box_91×55 .size_91×55ib, .box_85×54 .size_85×54ib, .box_89×51 .size_89×51ib, .box_85×49 .size_85×49ib {
  display: inline-block;
} */
.tag_filter_box.tag_filter_box_size label {
  position: relative;
  padding: 0.5em;
}

.tag_filter_box.tag_filter_box_size label input {
  margin-right: 0.5em;
}

.tag_filter_box.tag_filter_box_size label input:checked::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid red;
}

/*テンプレート一覧用・名刺サイズ展開のために追加した******************/
/*************************************
footer
*************************************/
.footer {
  border-top: 4px solid #427BEC;
}

.footer_lead {
  display: flex;
  align-items: center;
  padding: 0.2em 0;
}

.footer_logo {
  width: 10em;
  margin: 0.5em;
}

.footer_lead_txt {
  font-size: 14px;
  margin-bottom: 0;
}

.footer_body {
  background-color: rgba(89, 164, 238, 0.2);
  font-size: 14px;
  padding-top: 1em;
  padding-bottom: 1em;
}

.footer_list1, .footer_list2, .footer_list3 {
  list-style-type: none;
  padding-left: 0;
  line-height: 2.1;
  margin-bottom: 0;
  margin-bottom: 0;
}

.footer_list1>li, .footer_list2>li {
  position: relative;
  padding-left: 1em;
}

.footer_list1>li::before, .footer_list2>li::before {
  content: "";
  position: absolute;
  height: 1.3em;
  width: 1em;
  top: 0.4em;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
}

.footer_list1>li::before {
  background-image: url(../img/icon_footer_title1.svg);
}

.footer_list2>li::before {
  background-image: url(../img/icon_footer_title2.svg);
}

.footer_list3 li {}

.footer a {
  transition: all 0.3s;
  color: inherit;
}

.footer a:hover, .footer a:active {
  text-decoration: none;
  font-weight: bold;
}

.footer_address_logo {
  max-width: 200px;
  display: block;
  margin: 1em auto 0.1em;
}

@media screen and (max-width: 991px) {
  .footer_lead {
    flex-direction: column;
  }

  .footer_lead_txt {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    width: 100%;
  }
}

/***************************
お役立ち情報
***************************/
.knowledge_index_box {
  /* display: flex; */
  border-top: 2px solid #575757;
  padding-top: 0.5em;
  padding-bottom: 3em;
}

.knowledge_index_num {
  background-color: #575757;
  font-size: 1.3em;
  width: 2.5em;
  height: 2.5em;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5em;
  margin-bottom: 0.3em;
}

.knowledge_index_title {
  display: flex;
  align-items: center;
}

.knowledge_index {
  font-size: 0.7em;
  line-height: 1.2;
  font-weight: bold;
}

.knowledge_index_box1 {
  display: flex;
}

.knowledge_index_link {
  background-color: rgba(255, 172, 0, 1);
  color: #ffffff;
  min-width: 10em;
}

.knowledge_index_link:hover {
  color: #ffffff;
}

.img-knowledge_design {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 250px;
}

table.knowledge_point_icons {
  width: auto;
  background-color: rgba(0, 0, 0, 0.4);
  margin: auto;
  margin-top: 2em;
}

table.knowledge_point_icons thead th {
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  width: 6em;
  font-weight: normal;
}

.knowledge_color_icon {
  width: 30px;
  display: block;
  margin: auto;
}

@media screen and (max-width:530px) {
  table.knowledge_point_icons thead {
    display: none;
  }

  .knowledge_color_icon {
    width: 25px;
  }
}

/************************************
ご利用ガイド
*************************************/
.guide_flow_title {
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 0.2em;
}

.guide_flow_title span {
  font-weight: bold;
  margin-left: 0.3em;
  font-size: 0.85em;
}

.guide_flow_title img {
  max-width: 25vw;
}

.guide_specification_img {
  display: block;
  margin: auto;
  max-width: 100%;
  margin-bottom: 2em;
}

.guide_fonts_img {
  display: block;
  max-width: 100%;
  margin: auto;
}

.font-modal-body {
  background-color: #ffffff;
}

button.guide_fonts_btn {
  border: none;
  background-color: #ffffff;
  padding: 0;
  border: solid 1px rgba(0, 0, 0, 0.1);
}

.guide_operation_next {
  background-color: rgba(129, 199, 161, 0.1);
  border-top: solid rgb(129, 199, 161) 1px;
  border-bottom: solid rgb(129, 199, 161) 1px;
  text-align: center;
  padding: 0 1em 1em;
}

.guide_operation_next_p {
  text-align: center;
  opacity: 0.8;
}

@media screen and (min-width:768px) {
  .scrollX-guide_img {
    max-width: 100%;
    display: block;
    margin: auto;
    /* border: solid 2px rgba(0,0,0,0.3); */
    /* border-radius: 0.5em; */
  }
}

@media screen and (max-width:767px) {
  .scrollX-guide {
    overflow-x: scroll;
    border: solid 2px rgba(0, 0, 0, 0.3);
    border-radius: 0.5em;
  }

  .scrollX-guide::-webkit-scrollbar {
    height: 12px;
  }

  .scrollX-guide::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #f2f2f2;
  }

  .scrollX-guide::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(120, 120, 120);
  }

  /* .scrollX-guide {
    overflow-x: auto;
    padding-bottom: 0;
    padding: 0;
  } */
  .scrollX-guide_img {
    max-width: 75vmax;
  }
}

.guide_operation_list {
  padding-left: 2.4em;
  position: relative;
  font-size: 1.05em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.4;
  margin-left: 1em;
  font-weight: 700;
}

.guide_operation_list>span {
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 2em;
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: rgb(245, 80, 80);
  line-height: 1;
  padding-top: 0.35em;
  padding-bottom: 0.35em;
  border-radius: 0.2em;
}

.guide_operation_icon {
  height: 1.6em;
  top: -.1em;
  display: inline-block;
  position: relative;
  margin-right: 0.2em;
  margin-left: 0.2em;
  border-radius: 0.2em;
}

.guide_operation_icon2 {
  height: 2.3em;
  top: -.1em;
  display: inline-block;
  position: relative;
  margin-right: 0.2em;
  margin-left: 0.2em;
  border-radius: 0.2em;
}

.guide_operation_icon_tool {
  display: block;
  max-width: 50%;
  margin-bottom: 0.2em;
}

/***********************************
コンテンツリスト
************************************/
.contentsList_box1 {
  border-left: 0.5em solid rgb(75, 175, 175);
  padding-left: 0;
  margin-bottom: 3em;
}

.contentsList_box1:last-child {
  margin-bottom: 0;
}

.contentsList_ul1 {
  list-style-type: none;
  padding-left: 0;
}

.contentsList_con1 {
  font-size: 1.1em;
  display: inline-block;
  position: relative;
  padding-left: 1.75em;
  padding-bottom: 0.2em;
  padding-right: 0.2em;
  font-weight: bold;
  color: rgb(75, 175, 175);
  line-height: 1.4;
  background-color: rgba(75, 175, 175, 0);
  transition: all 0.3s;
}

a.contentsList_con1:hover, a.contentsList_con1:active {
  text-decoration: none;
  color: rgb(75, 175, 175);
  background-color: rgba(75, 175, 175, 0.1);
}

.contentsList_con1::before {
  content: "";
  width: 1.25em;
  height: 1.25em;
  background-image: url(/img/icon_guide1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0.1em;
  left: 0.25em;
  transition: all 0.3s;
}

a.contentsList_con1:hover::before, a.contentsList_con1:active::before {
  left: 0.4em;
}

.contentsList_ul2 {
  list-style-type: none;
  padding-left: 0;
}

.contentsList_ul2 li {
  margin-top: 0.2em;
  margin-left: 0.75em;
  line-height: 1.2;
  /* max-width: 23em; */
}

.contentsList_ul3 {
  list-style-type: none;
  padding-left: 1.5em;
  line-height: 1.2;
  font-size: 0.9em;
}

.contentsList_ul3 li {
  position: relative;
  margin-top: 0;
  margin-bottom: 0.25em;
  margin-left: 1em;
}

.contentsList_ul3 li::before {
  content: "";
  width: 1em;
  height: 1em;
  background-image: url(/img/icon_guide3.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0.1em;
  left: -1em;
}

.contentsList_con2 {
  /* font-size: 1.1em; */
  display: inline-block;
  position: relative;
  padding-left: 1.5em;
  padding-bottom: 0.2em;
  padding-right: 0.5em;
  margin-top: 0;
  margin-bottom: 0;
  color: #575757;
  line-height: 1.3;
  background-color: rgba(87, 87, 87, 0);
  transition: all 0.3s;
}

.contentsList_con2:hover, .contentsList_con2:active {
  text-decoration: none;
  color: #575757;
  background-color: rgba(87, 87, 87, 0.1);
}

.contentsList_con2::before {
  content: "";
  width: 1em;
  height: 1em;
  background-image: url(/img/icon_guide2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0.2em;
  left: 0.25em;
  transition: all 0.3s;
}

.contentsList_con2:hover::before, .contentsList_con2:active::before {
  left: 0.4em;
}

/******************************
よくある質問
*******************************/
.faq_title_l {
  border-left: 0.3em solid;
  font-weight: bold;
  line-height: 1.3;
  padding-left: 0.5em;
  color: rgb(75, 175, 175);
  margin-bottom: 1.5em;
}

.faq_title_f, .faq_title_a {
  line-height: 1.3;
  margin-bottom: 1em;
  text-align: left;
  margin-bottom: 1px;
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1em;
  font-size: 1.4rem;
}

.faq_title_a .faq_txt {
  font-size: 0.85em;
}

.faq_title_f:before, .faq_title_a:before {
  content: "Q";
  background-color: #00848E;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  color: #FFFFFF;
}

.faq_title_a:before {
  content: "A";
  background-color: rgba(87, 87, 87, 0.8);
}

.faq_title_txt {
  display: block;
  /* padding: 10px; */
}

/******************************
フォームオブジェクト
******************************/
input#InputEmail::placeholder {
  color: rgba(80, 80, 80, 0.3);
}

.required_mark {
  background-color: rgb(245, 80, 80);
  padding: 0.15em 0.3em;
  color: #ffffff;
  display: inline-block;
  font-weight: normal !important;
  border-radius: 0.2em;
  margin-right: 0.2em;
}

.form-control, .form-set1 {
  margin: .5em 1em;
}

.form-control {
  max-width: calc(100% - 2em);
}

.form-control-file {
  height: auto;
}

.contact_description1 {
  background-color: rgba(80, 80, 80, 0.08);
  margin-bottom: 0;
  padding: 0.5em;
  line-height: 1;
}

.contact_inline {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  /* padding: 1em .5em; */
  margin: 0;
}

.contact_data_desc1 {
  background-color: rgba(80, 80, 80, 0.08);
  padding: 0.5em;
  line-height: 1.5;
  font-size: 0.95em;
}

div.radio {
  padding-left: 2em;
  margin-top: 0;
}

.checkbox label, .radio label {
  padding-left: 0.5em;
}

input[type=checkbox], input[type=radio] {
  margin: .5em 0 0;
}

.contact_text_w {
  display: inline-block;
  flex-shrink: 0;
  width: 5em;
}

.contact label {
  display: block;
  font-weight: normal;
}

.contact_required {
  position: relative;
}

.contact_required::after {
  position: relative;
  content: "必須";
  background-color: red;
  color: #fff;
  opacity: 0.7;
  margin-left: 0.5em;
  padding: 0.1em 0.5em;
  font-size: 0.8em;
  border-radius: 0.2em;
}

.contact_btn {
  display: block;
  margin: 3em auto;
  padding: 0.5em 2em;
  background-color: #7dafd5;
  border: none;
  border-radius: 0.3em;
  transition: opacity 0.3s;
  color: #fff;
  min-width: 200px;
}

.contact_btn:hover {
  opacity: 0.85;
}

.contact_etc_box {
  padding: 1em;
  border-top: 2px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 3em;
}

.contact_etc_box p {
  text-align: center;
}

.contact_etc_btn {
  color: #7dafd5;
  max-width: 20em;
  display: block;
  padding: 0.5em 1em;
  margin: auto;
  text-align: center;
  border: solid 2px #7dafd5;
  border-radius: 0.3em;
  font-size: 1.2em;
  background-color: rgba(125, 175, 213, 0.05);
  transition: all 0.3s;
}

.contact_etc_btn:hover {
  background-color: rgba(125, 175, 213, 1);
  color: #fff;
}

.contact_etc_box h2 {
  text-align: center;
  padding: 1em 0;
}

table.table.contact_table {
  max-width: 500px;
  margin: auto;
}

table.table.contact_table th {
  vertical-align: middle;
  font-weight: normal;
  text-align: center;
}

table.table.contact_table td {
  min-width: 12em;
}

.contact_table span {
  width: 3em;
  display: inline-block;
}

.form-w1 {
  width: 50%;
}

.form-group:first-child, .form-group-bt {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.form-group {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.contact_description1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  width: 100%;
}

@media screen and (min-width:768px) {
  .contact_description1 {
    padding: 0.75em;
  }

  .form_min .contact_description1 {
    padding: 0.5em;
  }

  .form-control, .form-set1 {
    margin: 1em;
  }

  .form_min .form-control, .form_min .form-set1 {
    margin: .5em;
  }

  label.contact_description1 {
    width: 16em;
    flex-shrink: 0;
  }

  .form_min label.contact_description1 {
    width: 10em;
    flex-shrink: 0;
  }

  label.contact_description1.contact_description1-1 {
    width: 9em;
    flex-shrink: 0;
  }

  .contact_inline {
    display: flex;
  }

  .contact_text_w {
    flex-shrink: 0;
    width: 5em;
  }

  .contact_required::after {
    position: absolute;
    right: 0.5em;
    top: 1em;
    padding: 0.3em 0.5em;
  }

  .contact_description1 {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: none;
  }
}

.form-set2 {
  padding: 1em;
  width: 100%;
}

.form-set2 .form-control {
  margin: 0;
}

.form-set3 {
  /* display: flex; */
}

.form-set3 .form-set1 label {
  margin-bottom: 0;
  line-height: 1;
}

.form-set3 .form-set1>div {
  width: 7em;
  display: inline-block;
}

.form-set3 .form-set1 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

@media screen and (min-width:768px) {
  .form-set3 .contact_description1 {
    width: 18em;
    padding: 1em;
  }
}

.form_cation {
  color: rgb(245, 80, 80);
  margin-bottom: 0;
}

.form_attention_box {
  width: calc(100% - 2em);
  background: rgba(174, 217, 255, 0.3);
  padding: 1em;
  text-align: center;
  margin: auto;
  margin-top: 1em;
}

.form_kiyaku_ibox {
  margin: 1em;
  margin-bottom: 0;
  width: calc(100% - 2em);
  height: 10em;
}

.fordisplay {
  border: none;
  font-size: inherit;
  margin: 0;
  height: auto;
}

.form_inputset_img {
  margin-bottom: 1em;
}

.form_inputset_img label {
  margin-bottom: 0;
}

.form_font_w {
  width: 7em;
}

.span_required {
  padding: 0.3em 0.5em;
  background-color: red;
  color: #fff;
  opacity: 0.7;
  padding: 0.1em 0.3em;
  margin-right: 0.25em;
  font-size: 0.7em;
  border-radius: 0.2em;
  font-weight: normal;
}

/********************************
ログイン画面
*******************************/
.form-login_label {
  margin-bottom: 0;
}

.form-control.form-login_control {
  margin: 0.5em 1em;
}

@media screen and (min-width:576px) {
  .form-login {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .form-login_label {
    min-width: 8em;
    text-align: right;
  }
}

@media screen and (min-width:768px) {
  .form-control.form-login_control {
    width: 20em;
    margin: 1em 0.5em;
    margin-right: 8.5em;
  }
}

/******************************
マイページ
*******************************/
.mypage_menu_img {
  display: block;
  width: 100%;
  max-width: 40vw;
  margin: auto;
}

.mypage_menu_box1 {
  margin-bottom: 1.5em;
  padding-left: 0.5em;
}

.mypage_menu_box2 {
  margin-bottom: 1.5em;
  padding-right: 0.5em;
  line-height: 1.5;
}

.mypage_thumbnail_box {
  padding: 0.75em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: 0.75em;
  margin-right: 0.75em;
  width: calc(100% - 1.5em);
}

.mypage_thumbnail_box img {
  display: block;
  border: solid 1px rgba(0, 0, 0, 0.3);
  margin: 0 0.5em 0 0.5em;
  image-rendering: -webkit-optimize-contrast;
}

.mypage_thumbnail_yoko {
  max-width: 40%;
}

.mypage_thumbnail_tate {
  max-width: 24.1%;
}

@media screen and (min-width:768px) {
  .mypage_menu_img {
    max-width: 100%;
  }

  .mypage_menu_box1 {
    padding: 0.5em;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .mypage_menu_box2 {
    padding: 0.5em 1em;
    margin-bottom: 0.5em;
  }
}

.mypage_table01 {
  background-color: #ffffff;
  width: 100%;
  min-width: 650px;
}

.mypage_table01 thead th {
  background-color: rgb(120, 120, 120);
  text-align: center;
  color: #ffffff;
  font-weight: normal;
  padding: 0.2em;
}

.mypage_table01.tableOption_situation thead th:nth-of-type(1),
.mypage_table01.tableOption_situation tbody td:nth-of-type(1) {
  width: 8em;
  text-align: center;
}

.mypage_table01.tableOption_situation thead th:nth-of-type(2),
.mypage_table01.tableOption_situation tbody td:nth-of-type(2) {
  width: 16em;
  /* text-align: center; */
}

.mypage_table01.tableOption_situation thead th:nth-of-type(3),
.mypage_table01.tableOption_situation tbody td:nth-of-type(3) {
  /* width: 9em; */
  /* text-align: center; */
}

.mypage_table01.tableOption_situation thead th:nth-of-type(4),
.mypage_table01.tableOption_situation tbody td:nth-of-type(4) {
  width: 7em;
  text-align: center;
}

.mypage_table01.tableOption_situation thead th:nth-of-type(5),
.mypage_table01.tableOption_situation tbody td:nth-of-type(5) {
  width: 8em;
  text-align: center;
}

/**/
.mypage_table01.tableOption_addresses thead th:nth-of-type(1),
.mypage_table01.tableOption_addresses tbody td:nth-of-type(1) {
  width: 4em;
  text-align: center;
}

.mypage_table01.tableOption_addresses thead th:nth-of-type(2),
.mypage_table01.tableOption_addresses tbody td:nth-of-type(2) {
  width: 9em;
  text-align: center;
}

.mypage_table01.tableOption_addresses thead th:nth-of-type(3),
.mypage_table01.tableOption_addresses tbody td:nth-of-type(3) {
  width: 5em;
  text-align: center;
}

.mypage_table01.tableOption_addresses thead th:nth-of-type(5), .mypage_table01.tableOption_addresses tbody td:nth-of-type(5),
.mypage_table01.tableOption_addresses thead th:nth-of-type(6), .mypage_table01.tableOption_addresses tbody td:nth-of-type(6) {
  width: 6em;
  text-align: center;
}

.scrollX-sm {
  overflow-x: scroll;
  border: solid 1px rgba(0, 0, 0, 0.3);
}

.scrollX-sm::-webkit-scrollbar {
  height: 12px;
}

.scrollX-sm::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f2f2f2;
}

.scrollX-sm::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgb(120, 120, 120);
}

@media screen and (min-width:768px) {
  .scrollX-sm {
    overflow-x: auto;
    padding-bottom: 0;
    border: none;
    padding: 0;
  }

  .mypage_table01 {
    margin-bottom: 0;
  }
}

.mypage_mydtp_img {
  height: 6em;
  height: 6em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mypage_mydtp_img img {
  border: 1px solid rgba(0, 0, 0, 0.5);
  max-width: 6em;
  max-height: 6em;
}

/****************************************
マイページ・商品詳細
*****************************************/
.order_single hr {
  /* margin-top: 0.4rem;
  margin-bottom: 0.4rem; */
  border-top: 1px solid rgba(0, 0, 0, .3);
}

.order_single {
  border: solid 2px rgba(80, 80, 80, 0.5);
  padding: 0.5em;
  width: calc(100% - 1em);
  margin: auto;
  background-color: #ffffff;
}

.order_single+.order_single {
  margin-top: 1em;
}

.order_single_No {
  position: relative;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0;
}

.order_single_No::before {
  content: "個別商品ID";
  font-size: 0.6em;
  position: relative;
  background-color: rgb(120, 120, 120);
  color: #ffffff;
  font-weight: normal;
  padding: 0.1em 0.4em;
  display: inline-block;
  margin-right: 0.5em;
  display: inline-block;
  margin-right: 0.5em;
  border-radius: 0.25em;
  top: -.2em;
}

.order_single_title {
  font-weight: bold;
  position: relative;
  margin: 0 0 0 0.25em;
  font-size: 1.1em;
}

.order_single_title::before {
  content: "・";
}

.order_single_status {
  width: 200px;
  height: 200px;
  display: block;
  margin-left: 3em;
  margin-top: .5em;
  background-repeat: no-repeat;
  background-position: left;
  top;
  content: "";
}

.order_single_status.order0 {
  background-image: url(/img/oder_status_SP0.svg);
}

.order_single_status.order10 {
  background-image: url(/img/oder_status_SP10.svg);
}

.order_single_status.order20 {
  background-image: url(/img/oder_status_SP20.svg);
}

.order_single_status.order25 {
  background-image: url(/img/oder_status_SP25.svg);
}

.order_single_status.order30 {
  background-image: url(/img/oder_status_SP30.svg);
}

.order_single_status.order40 {
  background-image: url(/img/oder_status_SP40.svg);
}

.order_single_status.order90 {
  background-image: url(/img/oder_status_SP90.svg);
}

@media screen and (min-width:992px) {
  .order_single_status {
    width: 890px;
    height: 70px;
    margin-left: 0;
  }

  .order_single_status.order0 {
    background-image: url(/img/oder_status_PC0.svg);
  }

  .order_single_status.order10 {
    background-image: url(/img/oder_status_PC10.svg);
  }

  .order_single_status.order20 {
    background-image: url(/img/oder_status_PC20.svg);
  }

  .order_single_status.order25 {
    background-image: url(/img/oder_status_PC25.svg);
  }

  .order_single_status.order30 {
    background-image: url(/img/oder_status_PC30.svg);
  }

  .order_single_status.order40 {
    background-image: url(/img/oder_status_PC40.svg);
  }

  .order_single_status.order90 {
    background-image: url(/img/oder_status_PC90.svg);
  }
}

.order_single_msglog {
  margin: auto;
  width: calc(100% - 2em);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: none;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.order_single_msglog_box1 {
  padding: 0.2em 0.5em;
  flex-shrink: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

@media screen and (min-width:768px) {
  .order_single_msglog {
    display: flex;
  }

  .order_single_msglog_box1 {
    width: 15em;
  }
}

.order_single_msglog_box1.user {
  background-color: rgba(255, 172, 0, 0.3);
}

.order_single_msglog_box1.shop {
  background-color: rgba(66, 123, 236, 0.3);
}

.order_single_msglog_box2 {
  line-height: 1.5;
}

.order_single_msglog_box2 div {
  padding: 0.3em 0.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.order_single_msglog_nofile {
  margin-bottom: 0;
  opacity: 0.5;
}

.order_single table {
  font-size: 0.85em;
  line-height: 1.4;
  margin-left: 1em;
  width: calc(100% - 2em);
}

/***********************************
DTPシステムから注文
************************************/
.dtpOrder_box1 {
  background-color: rgba(240, 245, 245, 1);
  padding-bottom: 1em;
}

.dtpOrder_box2 {
  padding: 2em;
}

.dtpOrder_img {
  display: block;
  margin: auto;
  box-shadow: 0px 6px 12px -5px rgba(0, 0, 0, 0.5);
  width: auto;
}

.dtpOrder_img_yoko {
  width: 100%;
  max-width: 60vw;
}

.dtpOrder_img_tate {
  width: 60.5%;
  max-width: 36.3vw;
}

@media screen and (min-width: 768px) {
  .dtpOder_form label.contact_description1 {
    width: 7em;
  }
}

.dtpOrder_Tprice {
  font-size: 1.1em;
  color: rgb(245, 80, 80);
  margin-bottom: 0;
  line-height: 1.2;
}

.dtpOrder_Ttanka {
  margin-bottom: 0;
  font-size: 0.85em;
}

/******
DTPシステムで作成した場合のみ枠表示
******/
.dtpOrder_img_single {
  margin: auto;
}

.dtpOrder_img_single.waku_on {
  position: relative;
}

.dtpOrder_img_single.waku_on::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1000;
  left: 0;
  top: 0;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.dtpOrder_img_single .dtpOrder_img_yoko,
.dtpOrder_img_single .dtpOrder_img_tate {
  max-width: inherit;
}

.waku_91x55::after {
  background-image: url(/img/dtp_waku_91x55.svg);
}

.waku_55x91::after {
  background-image: url(/img/dtp_waku_55x91.svg);
}

.waku_85x54::after {
  background-image: url(/img/dtp_waku_85x54.svg);
}

.waku_54x85::after {
  background-image: url(/img/dtp_waku_54x85.svg);
}

.upload_img {
  display: block;
  margin: auto;
  max-width: 100%;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.3));
}

.body_myorder .mypage_thumbnail_box {
  background-color: inherit;
}

.body_myorder .mypage_thumbnail_box .mypage_thumbnail_yoko {
  max-height: 195px;
  max-width: 50%;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.3));
}

/****************************
カート
*****************************/
.cart_status_box {
  background-color: rgb(167, 167, 167);
  display: flex;
  width: calc(100% - 10px);
  height: 5em;
}

.cart_status_single {
  position: relative;
  width: calc(100% / 5);
  padding: 15px 5px 15px 25px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.1em;
}

.cart_status_single::after {
  content: "";
  height: 100%;
  width: 18px;
  position: absolute;
  top: 0;
  right: -18px;
  background-repeat: no-repeat;
  background-size: 18px 100%;
  background-image: url(/img/cart_status-02.png);
  z-index: 100;
}

.cart_status_current {
  background-color: rgb(106, 151, 237);
}

.cart_status_current::after {
  background-image: url(/img/cart_status-01.png);
}

@media screen and (max-width: 576px) {
  .cart_status_single {
    padding: 15px 2px 15px 10px;
    line-height: 1.2;
    font-weight: normal;
    font-size: 2.5vw;
  }

  .cart_status_single::after {
    width: 9px;
    right: -9px;
    background-size: 9px 100%;
  }
}

.cart_single_No {
  position: relative;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1;
  padding-top: 0.1em;
}

.cart_price_C {
  color: rgb(245, 80, 80);
}

.cart_icon1 {
  height: 2em;
  display: inline-block;
  margin-right: 0.5em;
}

.cart_button_box1 {
  background-color: rgba(89, 164, 238, 0.2);
  padding: 1em;
}

.cart_icon2 {
  height: 3em;
  display: block;
  margin-right: 0.5em;
}

button.cart_rakuraku_btn {
  background-color: transparent;
  padding: 0;
  border: none;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
  position: relative;
  top: -0.2em;
  transition: all 0.2s;
  display: block;
  margin: auto;
  max-width: 35vw;
  min-width: 230px;
}

button.cart_rakuraku_btn:hover, button.cart_rakuraku_btn:active, button.cart_rakuraku_btn:focus {
  top: 0;
  border: none;
  filter: drop-shadow(2px 0px 2px rgba(0, 0, 0, 0.4));
  opacity: 0.8;
  outline: none;
}

button.cart_rakuraku_btn img {
  max-width: 100%;
}

.btn_cart_pdf_s {
  display: block;
  margin: auto;
  width: 80%;
  margin-top: 1em;
  margin-bottom: 1em;
}

.order_single button {
  font-size: 0.9em;
}

.btn_cart_pdf_s img {
  height: 1.5em;
}

@media screen and (min-width: 576px) {
  .cart_icon2 {
    height: 4em;
    display: block;
    margin-right: 0.5em;
  }
}

.cart_total_box {
  border: 2px solid rgb(245, 80, 80);
  display: flex;
  text-align: center;
}

.cart_total_box_title {
  background-color: rgb(245, 80, 80);
  font-size: 1.3em;
  color: #ffffff;
  padding: 0.5em;
  line-height: 1;
  display: flex;
  align-items: center;
}

.cart_total_box_price {
  text-align: right;
  font-size: 2.1em;
  line-height: 1.2;
  color: rgb(245, 80, 80);
  flex-grow: 20;
  font-weight: bold;
  padding: 0.2em;
}

.cart_total_box_after {
  line-height: 1;
  display: flex;
  align-items: center;
  padding: 0.25em;
  font-size: 1.1em;
  color: rgb(245, 80, 80);
  font-weight: bold;
}

.cart_message1 {
  font-size: 1.6em;
  color: rgb(245, 80, 80);
  font-weight: bold;
  margin-bottom: 0;
}

.cart_message2 {
  font-size: 2em;
}

.cart_message_empty {
  font-size: 1.5em;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding: 2.5em 0;
  margin-top: 1em;
  margin-bottom: 1em;
}

.cart_total_box_after.text-success {
  width: 8em;
  text-align: left;
}

.cart_total_box_price {
  padding-right: 0;
  padding-top: 0.1em;
}

.cart_total_box_price.text-success {
  padding-top: 0;
  font-size: 1.8em;
}

.cart_rakurakuNG {
  text-align: center;
  font-size: 0.8em;
  margin: auto;
  background: rgba(0, 0, 0, 0.1);
  width: auto;
  display: table;
  padding: 0.5em;
  line-height: 1;
  opacity: 0.8;
  border-radius: 0.25em;
}

/*******************************
そっくり名刺
********************************/
.sokkuri_address {
  background-color: #ffffff;
  padding: 0.75em;
  border-radius: 0.25em;
  display: table;
  border: solid 1px rgba(0, 0, 0, 0.3);
  line-height: 1.5;
  margin: auto;
  margin-bottom: 2em;
}

/*******************************
v-dialog
********************************/
.v-dialog .scrollX-guide_img {
  max-width: 100%;
}

/*******************************
営業日カレンダー
********************************/
.calendar {
  height: 100%;
  overflow: hidden;
  text-align: center;
}

.calendar table {
  margin-bottom: 0;
  background: #ffffff;
}

.calendar .calendar-single-box {
  padding: 0 10px 0 10px;
  max-width: 330px;
  /* margin: auto; */
}

.calendar table {
  width: 100%;
}

.calendar table caption {
  text-align: center;
  caption-side: top;
  padding-bottom: 0.25em;
  padding-top: 0;
}

.calendar table th,
.calendar table td {
  padding: 5px;
  border: 1px solid rgb(204, 204, 204);
  text-align: center;
  font-size: 1em;
  line-height: 1;
}

.calendar table th {
  background-color: rgb(221, 221, 221);
  font-weight: normal;
}

.calendar table th.sun {
  color: rgb(255, 29, 37);
  background-color: rgb(255, 210, 218);
}

.calendar table th.sat {
  color: rgb(38, 170, 225);
  background-color: rgb(205, 230, 255);
}

.calendar table td.off, .calendar span.off {
  color: rgb(255, 29, 37);
  background-color: rgb(255, 235, 239);
}

.calendar-txt-off {
  display: inline-block;
  color: rgb(255, 29, 37);
  background-color: rgb(255, 235, 239);
  padding: 0 0.25em;
  margin-right: 0.25em;
}

.calendar-note {
  /* border-top:1px solid; */
  padding: 0.75em 0;
}

.calendar-txt {
  text-align: center;
}

/*お知らせ*/
.calendar-notice {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 0.3em;
  padding: 1em;
  padding-bottom: 0;
  font-size: 0.9em;
  margin-top: 1em;
}

.calendar-notice h6 {
  font-weight: bold;
  color: rgba(245, 80, 80, 1);
  border-top: 1px solid rgba(0, 0, 0, .3);
  border-bottom: 1px solid rgba(0, 0, 0, .3);
  padding: 0.5em 0;
  line-height: 1.5;
}

.calendar-notice em {
  color: rgba(245, 80, 80, 1);
  font-weight: bold;
  font-style: normal;
}

.calendar-notice hr {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .3);
}

@media screen and (min-width: 992px) {
  .calendar-note {
    margin-top: 1em;
  }

  .calendar {
    padding-bottom: 2em;
  }

  .calendar-txt {
    text-align: left;
  }
}

@media screen and (min-width: 480px) {
  .calendar {
    display: flex;
  }

  .calendar .calendar-single-box {
    width: 50%;
  }
}

/******************************
フラッシュメッセージ
******************************/
div#flash_message {
  position: relative;
  text-align: center;
  height: 6em;
  font-size: 1.2em;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 1em 1em;
  box-shadow: 0px 0.2em 0.2em 0 rgba(0, 0, 0, 0.2);
  border-bottom: solid 2px;
}

div#flash_message:after {
  content: "閉じる";
  background-color: rgba(255, 255, 255, 0.9);
  color: #575757;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 0.25em;
  line-height: 1;
  padding: 0.25em;
  font-size: 0.8em;
}

/****************
個人情報保護方針
.privacy_policy_box
***************/
.privacy_policy_box h3 {
  font-weight: bold;
  padding: 0.4em 0;
  border-bottom: 2px solid;
  border-top: 2px solid;
  margin-top: 2em;
  margin-bottom: 0.3em;
}

.privacy_policy_box h4 {
  font-weight: bold;
  font-size: 1em;
  padding: 0.25em;
  position: relative;
  margin-top: 2em;
  background-color: rgba(0, 0, 0, 0.1);
}

.privacy_policy_box h3+h4 {
  margin-top: 1em;
}

.privacy_policy_box p {
  padding-left: 1em;
}

/*******************
クレカサイズが実装されるまで非表示にする
********************/
.radio_sCize {
  display: none;
}

/****************
割引関係のバッジ
.wari--
***************/
.wari-badge {
  font-weight: 400;
  color: #ffffff;
  margin-right: 0.15em;
  min-width: 5em;
}

.wari-badge.wari-matome05 {
  background-color: #F7931E;
}

.wari-badge.wari-matome10 {
  background-color: #F15A24;
}

.wari-badge.wari-matome20 {
  background-color: #ED1C24;
}

.wari-badge.wari-repeat {
  background-color: #00D76F;
}

.wari-badge.wari-whet {
  background-color: #00C5FF;
}

.wari-badge.wari-introducer {
  background-color: #FF73E3;
}

@media screen and (max-width:767px) {
  .wari-box {
    display: block;
    margin-top: 0.25em;
  }
}

.wari-price-before {
  text-decoration: line-through;
}

.wari-price-after {
  font-weight: bold;
  font-size: 1.2em;
}

/* .wari-price-after::before {
  content: "→";
  font-weight: normal;
} */
.wari-info-box {
  padding: 0.5em;
  padding-top: 0.25em;
  border: solid 1px rgba(0, 0, 0, 0.3);
  margin: 1em;
}

.wari-info-box .wari-badge {
  width: 7em;
  margin-right: .5em;
}

.wari-info-txt {
  font-size: 0.85em;
  display: inline-block;
  line-height: 1.2;
}

.wari-matome-way, .rakurau-way {
  text-align: center;
}

.wari-matome-way>a {
  display: inline-block;
  margin: 0.05em;
  max-width: 60vw;
}

@media screen and (min-width:576px) {
  .wari-matome-way>a {
    max-width: 46%;
  }
}

@media screen and (min-width:992px) {
  .wari-matome-way>a {
    max-width: calc((99.5% - 0.8em) / 4);
  }
}

/*取扱い用紙*/
.table-paperlist {
  line-height: 1.2;
}

.table-paperlist td, .table-paperlist th {
  padding: 0.3em 0;
  vertical-align: middle;
  border-top: none;
  border-bottom: 1px solid #dee2e6;
}

.table-paperlist th {
  /* padding-left: 0;
  padding-right: 0; */
}

.table-paperlist td {
  font-size: 0.8em;
  text-align: center;
}

.table-paperlist thead th {
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  font-size: 0.9em;
  background-color: rgba(66, 123, 236, 0.25);
  border-left: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  border-bottom: 0;
}

.paperlist_con {
  display: block;
  position: relative;
  padding-left: 1.75em;
  padding-bottom: 0.2em;
  padding-right: 0.2em;
  font-weight: bold;
  color: inherit;
  line-height: 1.4;
  background-color: rgba(75, 175, 175, 0);
  transition: all 0.3s;
}

a.paperlist_con:hover, a.paperlist_con:active {
  text-decoration: none;
  color: rgb(66, 123, 236);
}

.paperlist_con::before {
  content: "";
  width: 1.25em;
  height: 1.25em;
  background-image: url(/img/icon_paperlist.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0.1em;
  left: 0.25em;
  transition: all 0.3s;
}

a.paperlist_con:hover::before, a.paperlist_con:active::before {
  left: 0.4em;
}

.table-paperlist .paperlist-tag1 {
  display: block;
  color: #ffffff;
  border-radius: 0.4em;
  padding: 0.15em;
  line-height: 1.3;
}

.table-paperlist tr:hover {
  background-color: rgba(66, 123, 236, 0.05);
}

.table-paperlist thead tr:hover {
  background-color: inherit;
}

.p-coat {
  background-color: rgb(255, 69, 24);
}

.p-mat {
  background-color: rgb(41, 171, 220);
}

.p-jositu {
  background-color: rgb(139, 178, 172);
}

.p-ita {
  background-color: rgb(194, 103, 124);
}

.p-eco {
  background-color: rgb(47, 167, 121);
}

.p-highend {
  background-color: rgb(91, 61, 193);
}

.paperlist-single {
  background: #ffffff;
  padding: 0.5em;
  border: solid 2px rgba(80, 80, 80, 0.5);
  border-radius: 0.1em;
  margin-bottom: 1em;
}

.paperlist-title {
  display: flex;
  line-height: 1;
  border-bottom: 1px solid rgba(80, 80, 80, 0.5);
  padding: 0.4em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

.paperlist-title .paperlist-tag1 {
  display: table;
  color: #ffffff;
  border-radius: 0.4em;
  padding: 0.3em;
  padding-top: 0.2em;
  line-height: 1;
  width: 8em;
  vertical-align: middle;
  text-align: center;
  font-size: 1.1em;
  margin-right: 0.5em;
  height: 100%;
}

.paperlist-title h3 {
  font-weight: bold;
}

.paperlist-tag-box {
  background-color: rgba(80, 80, 80, 0.1);
  padding: 0.5em;
  padding-bottom: 0.2em;
  line-height: 1;
  font-size: 0.8em;
}

.paperlist-spec {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.2em;
}

.paperlist-spec dl {
  display: flex;
  background-color: #ffffff;
  margin-right: 0.3em;
  border: solid 1px rgba(80, 80, 80, 0.5);
  margin-bottom: 0.3em;
}

.paperlist-spec dt {
  padding: 0.3em 0.3em 0.5em 0.5em;
  margin-bottom: 0;
  font-weight: normal;
}

.paperlist-spec dd {
  padding: 0.3em 0.3em 0.5em 0.5em;
  margin-bottom: 0;
  border-left: solid 1px rgba(80, 80, 80, 0.5);
}

.paperlist-review {
  padding: 0 0.5em;
}

.paperlist-attribute {
  display: flex;
  margin-bottom: 0.3em;
}

.paperlist-attribute span {
  padding: 0.25em 0.25em 0.25em 0.25em;
  background-color: #ffffff;
  display: block;
  border: solid rgb(66, 123, 236) 2px;
  color: rgb(66, 123, 236);
  margin-right: 0.3em;
  border-radius: 0.4em;
  min-width: 4em;
  text-align: center;
  font-weight: bold;
}

.rakuraku-flow-box {
  padding-top: 2em;
  padding-bottom: 2em;
  border-top: 1px solid rgba(0, 0, 0, 0.4)
}

/*before_edit*/
.before_edit_box_single {
  text-align: center;
  padding: 1em;
}

.before_edit_info {
  border: solid 0.2em rgb(245, 80, 80);
  color: rgb(245, 80, 80);
  background-color: #ffffff;
  font-weight: bold;
  font-size: 1.1em;
  text-align: center;
}

/*選択中*/
.selected-template {
  position: fixed;
  right: 0;
  bottom: 4em;
  width: 13em;
  background: #427BEC;
  padding: 1em;
  padding-top: 0.5em;
  border-radius: 0.5em 0 0 0.5em;
  border: solid 1px #ffffff;
  border-right: none;
  box-shadow: 0px 3px 6px -2px rgba(0, 0, 0, 0.5);
  z-index: 10000;
  text-align: center;
  font-size: 0.85em;
}

.selected-template .btn {
  border: solid 1px #ffffff;
  padding-left: 0;
  padding-right: 0;
}

.selected-template_txt1 {
  margin-bottom: 0;
  background-color: #ffffff;
  line-height: 1;
  display: inline-block;
  padding: 0.25em 0.5em;
  border-radius: 0.1em;
  font-weight: bold;
  color: #427BEC;
}

.selected-template_txt2 {
  color: #ffff64;
  margin-bottom: 0.3em;
  font-weight: bold;
}

.selected-template_txt3 {
  margin-bottom: 0;
  line-height: 1;
  margin-top: 0.25em;
}

.selected-template_img_box {
  background-color: #ffffff;
  padding: 0.5em;
  border-radius: 0.25em;
  margin-bottom: 0.75em;
}

.selected-template_img_box .dtpOrder_img_yoko, .selected-template_img_box .dtpOrder_img_tate {
  border: solid rgba(0, 0, 0, 0.5) 1px;
}
