@charset "UTF-8";
/* ### Breakpoint */
/* ### Transitions */
/* CSS Document */
/* ========================= 上書き ========================= */
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "メイリオ", "Meiryo", sans-serif;
  /*	font-family: "Yu Gothic", "Hiragino Kaku Gothic Pro", Arial , "Meiryo", Sans-Serif;*/
}

#navigation .nav > li > a, #navigation .nav > li.menu-item-has-children > a:after,
#navigation .nav > li ul a {
  font-family: "メイリオ", "Meiryo", sans-serif;
  /*	font-family: "Yu Gothic", "Hiragino Kaku Gothic Pro", Arial , "Meiryo", Sans-Serif;*/
}

body {
  color: #444444;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #303030;
  font-weight: 500;
  margin-top: 0px;
}

h1,
h2,
h3 {
  font-weight: bold;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 21px;
}

.text-pink {
  color: #e4006e;
}

.text-blue {
  color: #00c1d2;
}

.fz-lg {
  font-size: 1.5em;
  line-height: 1.5;
}

.fz-xl {
  font-size: 1.75em;
  line-height: 1.5;
}

.fz-xxl {
  font-size: 2em;
  line-height: 1.5;
}

.fw-bold {
  font-weight: bold;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mt-8 {
  margin-top: 8rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .pt-md-0 {
    padding-top: 0 !important;
  }
}
.post-heading-left h2,
.post-heading-center h2,
.post-heading-center2 h2 {
  font-size: 30px;
  line-height: 44px;
  letter-spacing: 1px;
  margin: 0px;
}

a {
  color: #00c1d2;
  -webkit-transition: color 0.2s ease, background 0.2s ease, padding 0.2s ease, border 0.2s ease, outline 0.2s ease, opacity 0.2s ease-in-out;
  transition: color 0.2s ease, background 0.2s ease, padding 0.2s ease, border 0.2s ease, outline 0.2s ease, opacity 0.2s ease-in-out;
}
a:visited {
  color: #00c1d2;
  -webkit-transition: color 0.2s ease, background 0.2s ease, padding 0.2s ease, border 0.2s ease, outline 0.2s ease, opacity 0.2s ease-in-out;
  transition: color 0.2s ease, background 0.2s ease, padding 0.2s ease, border 0.2s ease, outline 0.2s ease, opacity 0.2s ease-in-out;
}
a:hover {
  color: #00929f;
}

p:last-child {
  margin-bottom: 0;
}

#header.header-2 #navigation .nav > li {
  padding-right: 0px;
  padding-left: 0px;
}
#header.header-2 #navigation .nav > li:last-child {
  padding-right: 0px;
}
#header.header-2 #navigation .nav > li:last-child a {
  border-right: 1px solid #ebebeb;
}
#header.header-2 #navigation .nav > li.menu-item-has-children > a {
  padding-right: 10px;
}
#header.header-5 #navigation .nav > li.menu-item-has-children > a {
  padding-right: 10px;
}

#navigation .nav {
  margin-right: -15px;
}
#navigation .nav > li > a {
  position: relative;
  float: left;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.5px;
  font-weight: bold;
  text-transform: uppercase;
  background-image: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  border-left: 1px solid #ebebeb;
  padding-right: 10px;
  padding-left: 10px;
}
#navigation .nav > li .sub-menu,
#navigation .nav > li .sub-mega-menu {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: -5px;
  background-color: #00c1d2;
  margin-top: 20px;
  opacity: 0;
  -webkit-transition: visibility 0.2s ease, top 0.2s ease, bottom 0.2s ease, background 0.2s ease, margin 0.2s ease, opacity 0.2s ease;
  transition: visibility 0.2s ease, top 0.2s ease, bottom 0.2s ease, background 0.2s ease, margin 0.2s ease, opacity 0.2s ease;
}
#navigation .nav > li .sub-menu {
  width: 250px;
  padding: 10px 0px;
}
#navigation .nav > li .sub-menu > li > a {
  color: #fff;
}
#navigation .nav > li .sub-menu > li > a:hover {
  color: #a6e9ef;
}
#navigation .nav > li .sub-menu li.menu-item-has-children:after {
  position: absolute;
  top: 13px;
  right: 15px;
  font-family: Ionicons;
  line-height: 1;
  content: "\f3d3";
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  color: #ffffff;
}
#navigation .nav > li .sub-menu li.menu-item-has-children:hover:after, #navigation .nav > li .sub-menu li.menu-item-has-children.current-menu-item:after {
  color: #a6e9ef;
}

#header .header-content5 .header-content-wrap {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding-top: 0px;
}
#header .header-content5.header-content-right .header-content-txt {
  text-align: right;
}
#header .header-content5.header-content-center .header-content-txt h4,
#header .header-content5.header-content-center .header-content-txt p {
  color: #fff;
}
#header .header-content5 .header-content-txt .header-content-btn .btn-custom {
  line-height: 20px;
  margin: 0px 8px;
}
#header #nav-mobile-top {
  display: block;
  position: relative;
  color: #fff;
  background-color: #fff;
  z-index: 1100;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0);
  /*	margin-bottom: 60px;*/
}
#header #nav-mobile-top .navmenu {
  position: absolute;
  background-color: #57d1db;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 1100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  margin-top: 0px;
  padding-left: 15px;
}
#header #nav-mobile-top .text-menu {
  font-size: 10px;
  font-weight: normal;
  margin-top: -16px;
  margin-left: -5px;
  letter-spacing: -1px;
  display: block;
}

/* Navigation Mobile Top */
/* Navigation Menu */
#nav-mobile-top .navmenu > button {
  color: #fff !important;
  font-size: 30px;
  line-height: 34px;
  background-color: transparent;
  padding: 10px 5px 5px;
  border: 0px;
}

/* Navigation Mobile */
#nav-mobile {
  display: none;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: -40%;
  width: 40%;
  background-color: #00c1d2;
  z-index: 8005;
}
#nav-mobile a {
  color: #fff;
}
#nav-mobile a:hover {
  color: #a6e9ef;
}
#nav-mobile button.navbar-btn-close:hover {
  background-color: #666;
}
#nav-mobile .navbar-menu {
  margin-bottom: 50px;
  border-top: 1px solid #16b6c5;
}
#nav-mobile .navbar-menu .nav li {
  position: relative;
  list-style-type: none;
  border-bottom: 1px solid #16b6c5;
}
#nav-mobile button.navbar-btn-close {
  display: block;
  width: 100%;
  line-height: 60px;
  text-align: center;
  background-color: #999999;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
}
#nav-mobile .navbar-menu .nav li.current-menu-item > a {
  color: #fff;
  background-color: #16b6c5;
}
#nav-mobile .navbar-menu .nav li.menu-item-has-children > span {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 30px;
  height: 30px;
  color: #666;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  font-weight: 300;
  content: "+";
  background-color: #fff;
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: color 0.2s ease, background 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease;
}
#nav-mobile .navbar-menu .nav li.menu-item-has-children > span:hover {
  color: #666;
}
#nav-mobile .navbar-menu .nav li.menu-item-has-children > span.in {
  background-color: #fff;
  color: #666;
}
#nav-mobile .navbar-menu .nav ul {
  display: none;
  border-top: 1px solid #fff;
}
#nav-mobile .navbar-menu .nav ul li a:before {
  position: absolute;
  top: 24px;
  left: 25px;
  width: 10px;
  height: 2px;
  content: "";
  background-color: #ffffff;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
#nav-mobile .navbar-menu .nav ul li a:hover:before {
  background-color: #a6e9ef;
}
#nav-mobile .navbar-menu .nav ul li.current-menu-item > a:before {
  background-color: #a6e9ef;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 40px;
  background-color: #ccf3f6;
  border: 1px solid #b2ecf1;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  color: #777;
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well + p {
  margin-top: -1em;
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.well.white {
  background-color: #fff;
}

.panel-default {
  border-color: #b2ecf1;
}
.panel-default > .panel-heading {
  color: #0d98a5;
  background-color: #ccf3f6;
  border-color: #b2ecf1;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #b2ecf1;
}
.panel-default > .panel-heading .badge {
  color: #0d98a5;
  background-color: #444;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #b2ecf1;
}

.btn-custom {
  font-family: Montserrat, Arial, sans-serif;
  background-color: #00c1d2;
  border: 2px solid #00c1d2;
  display: inline-block;
}

input[type=button], input[type=submit], input[type=reset] {
  font-family: Montserrat, Arial, sans-serif;
  background-color: #00c1d2;
  border: 2px solid #00c1d2;
  display: inline-block;
}

button {
  font-family: Montserrat, Arial, sans-serif;
  background-color: #00c1d2;
  border: 2px solid #00c1d2;
  display: inline-block;
}

.btn-custom.btn-border {
  color: #ffffff !important;
  background-color: transparent;
}

input[type=button].btn-border, input[type=submit].btn-border, input[type=reset].btn-border {
  color: #ffffff !important;
  background-color: transparent;
}

button.btn-border,
.btn-custom.btn-green.btn-border {
  color: #ffffff !important;
  background-color: transparent;
}

input[type=button].btn-green.btn-border, input[type=submit].btn-green.btn-border, input[type=reset].btn-green.btn-border {
  color: #ffffff !important;
  background-color: transparent;
}

button.btn-green.btn-border {
  color: #ffffff !important;
  background-color: transparent;
}

.btn-custom.btn-md {
  font-size: 14px;
  line-height: 65px;
  letter-spacing: 1px;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  text-align: center;
}

input[type=button].btn-md, input[type=submit].btn-md, input[type=reset].btn-md {
  font-size: 14px;
  line-height: 65px;
  letter-spacing: 1px;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  text-align: center;
}

button.btn-md {
  font-size: 14px;
  line-height: 65px;
  letter-spacing: 1px;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  text-align: center;
}

.post-heading-center2 h2,
.post-heading-center2 h4 {
  font-weight: 700;
}

.post-heading-left2 h2:after,
.post-heading-left2 h4:after,
.post-heading-center2 h2:after,
.post-heading-center2 h4:after {
  display: block;
  width: 50px;
  height: 3px;
  background-color: #00c1d2;
  content: "";
  margin-top: 5px;
}
.post-heading-left2.no-border h2::after,
.post-heading-left2.no-border h4::after,
.post-heading-center2.no-border h2::after,
.post-heading-center2.no-border h4::after {
  display: none;
}
.post-heading-left2.no-border h2 small,
.post-heading-left2.no-border h4 small,
.post-heading-center2.no-border h2 small,
.post-heading-center2.no-border h4 small {
  color: #303030;
  font-weight: bold;
}

.header.d-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  width: 100%;
  margin-bottom: 2em;
  text-align: center;
}
.header.d-flex h2 {
  font-size: 1.875em;
  margin-bottom: 0;
}
.header.d-flex small {
  color: #303030;
  font-size: 1.25em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .header.d-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2em;
  }
}

.label-info {
  background-color: #00c1d2;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #21edff;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #ccf3f6;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}
.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ff6c91;
  /*	border: 1px solid #ff6c91;*/
  border: none;
  border-radius: 0px;
  color: #fff !important;
}
.pager li > a:hover, .pager li > a:focus {
  text-decoration: none;
  background-color: #ff85a4;
  color: #fff;
}
.pager .disabled > a {
  color: #777 !important;
  background-color: #fff;
  cursor: not-allowed;
  border: 1px solid #ccc;
}
.pager .disabled > a:hover, .pager .disabled > a:focus {
  color: #777 !important;
  background-color: #fff;
  cursor: not-allowed;
  border: 1px solid #ccc;
}
.pager .disabled > span {
  color: #777 !important;
  background-color: #fff;
  cursor: not-allowed;
  border: 1px solid #ccc;
}

#information .pager li > a {
  border: none;
  background-color: #00c1d2;
  color: #fff;
}
#information .pager li > a:hover, #information .pager li > a:focus {
  background-color: #4cd4df;
}

/* ========================= form ========================= */
/* errmsg */
.hdn {
  display: none;
}

.errmsg {
  margin-bottom: 2em;
  margin-top: 1em;
  background-color: #ffdddd;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  color: #ff0000;
}
.errmsg ul {
  margin-left: 20px;
  margin-top: 0.5em;
}
.errmsg li {
  color: #ff0000;
}

/* formメッセージ */
.msg_head {
  margin-bottom: 20px;
  line-height: normal;
  letter-spacing: 1px;
}

.msg_foot {
  color: #000000;
  /* 文字色 */
  text-align: center;
  /* 配置 */
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #444;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #00c1d2;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

input[type=text],
select,
textarea {
  height: 50px;
  color: #444;
  font-size: 16px;
  font-weight: 300;
  padding: 0px 20px;
  border: 1px solid #ccc;
  outline: none !important;
  border-radius: 3px;
  -webkit-box-shadow: inset -2px 2px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset -2px 2px 2px rgba(0, 0, 0, 0.05);
}

input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus {
  color: #777;
  border-color: #00c1d2;
}

.ie input[type=range]:focus,
.ie9 input[type=range]:focus {
  color: #777;
  border-color: #00c1d2;
}

input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus {
  color: #777;
  border-color: #00c1d2;
}

select:focus,
textarea:focus {
  color: #777;
  border-color: #00c1d2;
}

/* ========================= 3.Elements ========================= */
.affa-callout.callout-info {
  border-left-color: #0d98a5;
}
.affa-callout.callout-danger {
  border-left-color: #e9537d;
}
.affa-callout.callout-info h4 {
  color: #0d98a5;
}
.affa-callout.callout-danger h4 {
  color: #e9537d;
}

/* ========================= 4.Posts ========================= */
.single-product .post-single-content .post-single-title {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 20px;
}

/* ========================= 9.Spacing ========================= */
/* ========================= bottom ========================= */
#bottom {
  font-size: 15px;
  line-height: 24px;
  background-color: #00c1d2;
  padding-top: 30px;
  padding-bottom: 30px;
}
#bottom ul {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
}
#bottom ul li {
  list-style-type: none;
  position: relative;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 10px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px dotted #3a3a3a;
  margin-left: 0px;
}
#bottom ul li:before {
  position: absolute;
  top: 5px;
  left: 0px;
  font-family: Ionicons;
  line-height: 1;
  content: "\f3d3";
  color: #ffffff;
}
#bottom ul li a {
  color: #fff;
}
#bottom ul li a:hover {
  color: #ddd;
}
#bottom ul li a:hover strong {
  color: #ddd;
}
#bottom ul li a strong {
  font-weight: bold;
}
#bottom ul li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px;
}
#bottom ul ul {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}

/* ========================= footer-btn ========================= */
#footer-btn {
  background-color: #dddddd;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* ========================= Footer ========================= */
#footer {
  color: #666;
  background-color: #fff;
  padding: 30px 0px;
  text-align: left;
}
#footer .company {
  background-image: url(../images/icon-logo.png);
  background-repeat: no-repeat;
  text-indent: 30px;
  background-position: left center;
}

.copyright {
  font-size: small;
}

/* ========================= background ========================= */
#features5 {
  padding-top: 50px;
  padding-bottom: 20px;
}

/* ========================= information ========================= */
.info-entry {
  border-bottom: 1px dotted #cccccc;
  padding-bottom: 1em;
  padding-top: 1em;
  clear: both;
}
.info-entry .info-date {
  float: left;
  color: #727172;
  min-width: 90px;
  margin: 0px;
  padding: 0px;
  font-size: 85%;
}
.info-entry .label {
  /*float: left;*/
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  border-radius: 0;
  color: #ffffff;
}
.info-entry .label-info {
  background-color: #00c3d6;
}
.info-entry .label-danger {
  background-color: #e4007f;
}
.info-entry .label-warning {
  background-color: #ef7a09;
}
.info-entry .label-primary {
  background-color: #0e357f;
}
.info-entry .label-success {
  background-color: #8fc31f;
}
.info-entry .info-title {
  clear: both;
}
.info-entry .info-title a {
  color: #333333;
}
.info-entry .info-title a:hover {
  color: #666666;
}
.info-entry .more {
  text-align: right;
  margin-bottom: 5px;
}

.more .btn {
  border-radius: 0;
}
.more a.btn-info {
  border-radius: 0;
  border: none;
  background-color: #00c1d2;
  color: #ffffff;
}
.more a:hover.btn-info {
  background-color: #4cd4df;
}

#publication .btn-custom {
  background-color: #00c1d2;
  color: #ffffff !important;
}
#publication .btn-custom.btn-sm {
  padding-top: 0;
  padding-bottom: 0;
}
#publication .btn-custom:hover {
  background-color: #4cd4df;
}

#order-select .btn-custom:hover {
  background-color: #4cd4df;
}

#publication .bg-dark-overlay10 .btn-custom,
#order-select .btn-custom {
  background-color: #ffffff !important;
  color: #00c1d2 !important;
}

.btn-with-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-with-text.end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.btn-with-text.end p {
  margin-right: 0.75em;
  font-size: 1.125em;
  font-weight: bold;
  text-align: right;
}

/* ========================= carousel-slider ========================= */
.carousel-slider.carousel-arrows img {
  width: 70%;
}

/* ========================= pp新規 ========================= */
.dot-blue {
  list-style-type: square;
}
.dot-blue li {
  color: #00c1d2;
}
.dot-blue li span {
  color: #333333;
}

.padding20 {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

/* ========================= publication ========================= */
#publication .bg-grey {
  background-color: #b5b5b6;
}
#publication h2 {
  font-size: 30px;
  clear: both;
}

.post-content-desc {
  margin-top: 30px;
  margin-bottom: 30px;
}
.post-content-desc ul {
  list-style-position: outside;
  margin-left: 20px;
  padding-left: 0px;
}

.entry-content .version {
  font-size: 20px;
  color: #727171;
}
.entry-content .author {
  font-size: 14px;
}
.entry-content .label-danger {
  background-color: #e9537d;
}
.entry-content .bg-grey {
  background-color: #b5b5b6;
}
.entry-content .text-primary {
  color: #0e357f;
}
.entry-content .text-warning {
  color: #ef7a09;
}
.entry-content .text-success {
  color: #22ac38;
}

.text-danger {
  color: #e60012;
}

#publication .more {
  margin-bottom: 10px;
  float: left;
}
#publication .more .label {
  margin-left: 0;
  margin-right: 10px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  border-radius: 0;
  color: #ffffff;
}
#publication .more .label-warning {
  background-color: #ef7a09;
  border: 1px solid #ef7a09;
}
#publication .more .label-danger {
  background-color: #e9537d;
  border: 1px solid #e9537d;
}
#publication .more a {
  margin-right: 10px;
}

#order .post-content-desc {
  margin-top: 0px;
  margin-bottom: 0px;
}

#publication .post-content-desc ul,
#order .post-content-desc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#publication .post-content-desc li,
#order .post-content-desc li {
  padding-left: 1em;
  text-indent: -0.7em;
  margin-bottom: 1em;
}

#publication .post-content-desc li::before,
#order .post-content-desc li::before {
  content: "• ";
  color: #00c1d2;
}

#publication .bg-dark-overlay10 .bg-white h3 {
  font-size: 26px;
}

/* ========================= order ========================= */
.order-books {
  border-top: 1px solid #00c1d2;
  border-bottom: 1px solid #00c1d2;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.order-selected {
  background: #e8e8e8;
  padding: 6%;
}
.order-selected > div:not(:first-child) {
  margin-top: 6%;
}
.order-selected .bg-white {
  padding: 20px;
}
.order-selected h4 {
  font-size: larger;
  margin-bottom: 20px;
}

@media (max-width: 479px) {
  #publication .bg-dark-overlay10 .bg-white h3 {
    font-size: 14px;
  }
  form .well h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  body:not(#publicationCat) #bottom ul.cat-publication > li ul, body:not(#secretaryCat) #bottom ul.cat-secretary > li ul, body:not(#teacherCat) #bottom ul.cat-teacher > li ul {
    display: none;
  }
  a.scrollup {
    display: block;
  }
  .btn-custom.btn-md {
    min-width: 166px;
    line-height: 55px;
    letter-spacing: 0px;
    margin-bottom: 5px;
  }
  body.nav-mobile-open #body-wrap, body.nav-mobile-on.nav-mobile-open #body-wrap, body.nav-shop-filter-open #body-wrap {
    left: 0;
  }
}
@media (min-width: 768px) {
  .order-selected {
    background: #e8e8e8;
    padding: 7.5% 10%;
  }
  .order-selected > div:not(:first-child) {
    margin-top: 7.5%;
  }
  .order-selected .bg-white {
    padding: 30px;
  }
  .order-selected h4 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .btn-custom.btn-md {
    min-width: 100px;
    line-height: 55px;
  }
}
@media (min-width: 992px) {
  .btn-custom.btn-md {
    font-size: 16px;
    min-width: 166px;
  }
  .order-selected h4 {
    font-size: 21px;
  }
  #header #nav-mobile-top .navmenu {
    display: none;
  }
}
.grade h5 {
  font-weight: bold;
}

.content-index {
  padding: 1.5em;
  border: solid 1px #ccc;
  border-radius: 10px;
}
.content-index a {
  color: #444;
}
.content-index a:hover {
  color: #00c1d2;
}
.content-index dl {
  margin-bottom: 0;
}
.content-index ul {
  list-style: none;
}
.content-index dd > ul {
  padding-left: 0;
}
.content-index dd > ul > li {
  margin-top: 1em;
}
.content-index ul ul {
  padding-left: 1em;
}
.content-index ul ul li {
  margin-top: 0.5em;
}

.point .card {
  padding: 2em;
  border-width: 2px;
  border-radius: 10px;
}
.point .card .copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #e4006e;
  font-size: 1.25em;
  line-height: 1.5;
  min-height: 3em;
}
.point .card .title {
  margin: 0.75em 0;
  color: #e4006e;
  font-size: 1.75em;
  font-weight: bold;
  text-align: center;
}
.point .card .title:first-child {
  margin-top: 0;
}
.point .card .title.text-left {
  text-align: left !important;
}
.point .card .body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.point .card .body .media {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0;
  text-align: center;
}
.point .card .body .media.d-flex {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.point .card .body .media a:hover {
  opacity: 0.8;
}
.point .card .body .text {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.point .card .media + .text {
  padding-left: 2em;
}
.point .card ul {
  padding-left: 1em;
}
.point .card.set {
  padding: 2em;
  border: 2px solid #e4006e;
}
.point .card.set .title {
  display: inline-block;
  height: inherit;
  text-align: left;
}
.point .card.set .text {
  padding-left: 0;
  padding-right: 2em;
}
.point .card.with-arrow-b {
  position: relative;
  margin-bottom: 3em;
}
.point .card.with-arrow-b::after {
  content: "";
  position: absolute;
  bottom: -2.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #e4006e transparent transparent transparent;
}
.point .card .has-list {
  padding-left: 1.5rem;
}
.point .card .has-list .list-circle {
  color: #e4006e;
}
.point .card .has-list .list-circle::before {
  content: "●";
  display: inline-block;
  margin-left: -1.5rem;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .point .card {
    padding: 1.5em;
  }
  .point .card .body.f-sm-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .point .card .body .media.d-flex > * ~ * {
    margin-left: 15px;
  }
  .point .card.set .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .point .card.set .text {
    padding-left: 0;
    padding-right: 0em;
  }
}
/* pie chart */
.pie-chart {
  background: -webkit-radial-gradient(circle closest-side, transparent 90%, white 0), conic-gradient(#19c7d6 0, #19c7d6 60%, #ff7c9d 0, #ff7c9d 93%, #f9ffb9 0, #f9ffb9 98%, #c9caca 0, #c9caca 100%);
  background: radial-gradient(circle closest-side, transparent 90%, white 0), conic-gradient(#19c7d6 0, #19c7d6 60%, #ff7c9d 0, #ff7c9d 93%, #f9ffb9 0, #f9ffb9 98%, #c9caca 0, #c9caca 100%);
  position: relative;
  width: 100%;
  min-height: 240px;
  margin: 0;
}
.pie-chart h2 {
  position: absolute;
  margin: 1rem;
}
.pie-chart cite {
  position: absolute;
  bottom: 0;
  font-size: 80%;
  padding: 1rem;
  color: gray;
}
.pie-chart figcaption {
  position: absolute;
  bottom: 1em;
  right: 1em;
  font-size: smaller;
  text-align: right;
}
.pie-chart span:after {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.4em;
  height: 0.8em;
  border-radius: 0.2em;
  background: currentColor;
}

.data-title {
  margin-bottom: 0.5em;
  color: #0d98a5;
  font-weight: bold;
  text-align: center;
}

.manga-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  --gap: 20px;
  gap: var(--gap);
  margin-top: 3rem;
  padding-left: 0;
}
.manga-wrapper.index {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .manga-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    --gap: 30px;
  }
  .manga-wrapper.column-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .manga-wrapper.column-1 .manga-item {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
@media screen and (min-width: 992px) {
  .manga-wrapper.column-1 .manga-item > figure img {
    width: 100%;
    min-width: 262px;
  }
  .manga-wrapper.column-1 .manga-item .body {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
}
@media screen and (min-width: 768px) {
  .manga-wrapper.only-media {
    --gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .manga-wrapper.only-media .manga-item {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 480px;
  }
}

.manga-item {
  list-style: none;
}
.manga-item .link-item {
  --padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--padding);
  width: 100%;
  height: 100%;
  padding: var(--padding);
  border: solid 5px #E5E5E5;
  border-radius: 5px;
}
.manga-item .link-item:hover {
  border-color: #00c1d2;
}
.manga-item .header {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 58%;
      -ms-flex: 1 0 58%;
          flex: 1 0 58%;
  text-align: center;
}
.manga-item .header .title {
  margin-bottom: 0;
}
.manga-item .media {
  -webkit-box-flex: 42%;
  -webkit-flex: 42%;
      -ms-flex: 42%;
          flex: 42%;
  margin-top: 0;
}
.manga-item .body {
  width: 100%;
  padding-top: 1em;
}
.manga-item .manga-comment.panel-default {
  border: none;
  border-radius: 0;
}
.manga-item .manga-comment .panel-heading {
  padding: 0;
  background-color: #f5f5f5;
  border: none;
}
.manga-item .manga-comment .panel-title {
  color: #009fad;
  font-weight: normal;
}
.manga-item .manga-comment .panel-title .number {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 32px;
  min-height: 32px;
  padding: 2px;
  background-color: #00c1d2;
  color: white;
}
.manga-item .manga-comment .panel-title .text {
  position: relative;
  padding: 2px 1em;
}
.manga-item .manga-comment .panel-title .text::after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin-left: 0.5em;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #009fad transparent transparent transparent;
}
.manga-item .manga-comment .panel-title a {
  display: block;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.manga-item .manga-comment .panel-title a:hover {
  color: #00707a;
}
.manga-item .manga-comment .panel-body {
  margin-left: 32px;
  padding: 1em;
  border: solid 1px #00c1d2 !important;
}
.manga-item .border-box {
  margin-top: 5em;
  padding: 1em 0.75em;
  border: solid 5px #ccc;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .manga-item .media {
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
}
@media screen and (min-width: 768px) {
  .manga-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .manga-item .media {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 36%;
        -ms-flex: 0 0 36%;
            flex: 0 0 36%;
  }
  .manga-item .body {
    padding-top: 0.5em;
    padding-left: 3em;
  }
  .manga-item:last-child .body {
    padding-top: 2.25em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .manga-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc((100% - var(--gap)) / 2);
        -ms-flex: 0 0 calc((100% - var(--gap)) / 2);
            flex: 0 0 calc((100% - var(--gap)) / 2);
  }
  .manga-item .header .title {
    font-size: 24px;
  }
  .manga-item .link-item {
    --padding: 15px;
  }
}

.d-none {
  display: none;
}

@media screen and (min-width: 768px) {
  .d-md-block {
    display: block;
  }
}
.store-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px;
  max-width: 900px;
  margin: auto;
}
.store-list .btn-custom {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc((100% - 15px) / 2);
      -ms-flex: 0 0 calc((100% - 15px) / 2);
          flex: 0 0 calc((100% - 15px) / 2);
  padding: 10px 5px;
  line-height: inherit;
  min-width: inherit;
  overflow: auto;
}
.store-list img {
  width: 120px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.store-list .text {
  display: none;
}
@media screen and (min-width: 768px) {
  .store-list {
    gap: 20px;
  }
  .store-list .btn-custom {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc((100% - 60px) / 4);
        -ms-flex: 0 0 calc((100% - 60px) / 4);
            flex: 0 0 calc((100% - 60px) / 4);
  }
  .store-list img {
    width: 145px;
    height: 45px;
  }
}
.store-list.collapse {
  display: none;
}
.store-list.collapse.in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.btn-light-green {
  background-color: #ccf3f6;
  color: #009fad;
}
.btn-light-green span + .icon {
  margin-left: 0.5em;
}

button.btn-outline-order {
  padding: 1.125em;
  background-color: white;
  border: solid 5px #00c1d2;
  border-radius: 0;
  color: #009fad !important;
  font-size: 1.5em;
}
button.btn-outline-order:hover {
  border-color: #00d8ec;
  color: #00cee0 !important;
}

.icon + span {
  margin-left: 0.5em;
}

dl.d-md-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0 1em;
}
dl.d-md-flex dt, dl.d-md-flex dd {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (min-width: 768px) {
  dl.d-md-flex {
    margin-bottom: 0;
  }
  dl.d-md-flex dt {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 4em;
        -ms-flex: 1 0 4em;
            flex: 1 0 4em;
    font-weight: normal;
  }
  dl.d-md-flex dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 calc(100% - 5em);
        -ms-flex: 1 0 calc(100% - 5em);
            flex: 1 0 calc(100% - 5em);
  }
}
dl:last-child {
  margin-bottom: 0;
}

.aiueo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
.aiueo dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50px;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  width: 50px;
  height: 50px;
  border: solid 2px #ff6c91;
  border-radius: 100%;
  background-color: #fff0f3;
  color: #e4006e;
  font-size: 1.5em;
}
.aiueo dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 calc(100% - 50px - 1em);
      -ms-flex: 1 0 calc(100% - 50px - 1em);
          flex: 1 0 calc(100% - 50px - 1em);
}