/*
Theme Name: template
Theme URI:
Author: Universal Interactive
Author URI:
Version: 1.0
License: Universal Interactive
License URI: https://www.u-active.jp/
*/

@charset "utf-8";

/* --------------------------------------------------------------------------------
site common style
-------------------------------------------------------------------------------- */

.div_box01 {
  overflow: hidden;
  margin-bottom: 30px;
}

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

.h4_tit02 a:hover {
  text-decoration: none !important;
}

/* --------------------------------------------------------------------------------
aside style
-------------------------------------------------------------------------------- */

/* aside global
---------------------------------------- */

#asideBoxWrap {
  margin-bottom: 30px;
  overflow: hidden;
}

.asideBox {
  margin-bottom: 20px;
}

.asideBox h3 {
  font-family: "Rounded Mplus 1c";
  font-size: 22px;
  padding-bottom: 10px;
}



/* aside list
---------------------------------------- */



.asideList ul {
  background-color: #c8deed;
  padding: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.asideList li {
  border-bottom: solid 1px #fef3f7;
  background: #fff;
  padding: 0 15px 0 10px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.asideList li:first-child {
  border-top: solid 1px #fef3f7;
}

.asideList li:hover {
  background: #fef3f7;
  border-bottom: solid 1px #fff;
}

.asideList li:hover:first-child {
  border-top: solid 1px #fff;
}

.asideList li a {
  display: block;
  padding: 10px 0;
  text-decoration: none !important;
  position: relative;
  padding-left: 25px;
  color: #000;
}

.asideList li a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #5cc4c1;
  border-right: 2px solid #5cc4c1;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.asideList li a:hover {
  text-decoration: underline !important;
}

/* aside calender
------------------------------------------ */



#wp-calendar {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  padding: 0 !important;
  margin-bottom: 30px;
  background-color: #f9e0e1;
}

#wp-calendar caption {
  text-align: center;
  line-height: 100%;
  padding: 12px 0 12px 0;
  background: #c8deed;
  font-weight: bold;
  color: #fff;
}

#wp-calendar thead th {
  font-weight: bold;
}

#wp-calendar th,
#wp-calendar td {
  padding: 5px;
  border: 2px solid #fff;
  color: #000;
}

#wp-calendar td a {
  font-weight: bold;
  color: #ffa0ba;
  text-decoration: none;
}

#wp-calendar td a:hover {
  font-weight: bold;
  color: #ffa0ba;
  text-decoration: underline;
}

/* --------------------------------------------------------------------------------
content style
-------------------------------------------------------------------------------- */

/* text
---------------------------------------- */

.div_text01 {
  clear: both;
  overflow: hidden;
}

/* btn
---------------------------------------- */

.btnDetail {
  text-align: center;
  float: right;
}

.btnDetail a {
  display: block;
  line-height: 100%;
  background: #56a6df !important;
  color: #fff;
  font-size: 130%;
  padding: 10px 40px;
  text-decoration: none !important;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
}

.btnDetail a::before {
  display: block;
  content: "";
  /*width: 20px;
    height: 20px;
    background: #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    top: -10px;
    right: -10px;
    position: absolute;*/
}

.btnDetail a::after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  top: -1px;
  position: relative;
  margin-left: 5px;
}

.btnDetail a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* content_comment
---------------------------------------- */

.content_comment_wrap {
  display: -webkit-box;
  display: flex;
  margin-bottom: 30px;
}

/* content_comment  */

.content_comment {
  overflow: hidden;
  color: #5cc4c1;
  font-weight: normal;
  line-height: 100% !important;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  padding: 7px 14px;
  margin-right: 10px;
  position: relative;
}

.content_comment::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #5cc4c1;
  border-left: 1px solid #5cc4c1;
}

.content_comment::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #5cc4c1;
  border-right: 1px solid #5cc4c1;
}

.content_comment a {
  color: #5cc4c1 !important;
}

.content_comment a:hover {
  text-decoration: none !important;
}

.div_single01 .content_comment_wrap {
  overflow: hidden;
  margin-bottom: 25px;
}

/* date  */

.date {
  color: #fba1a5;
  font-weight: normal;
  line-height: 100% !important;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  padding: 7px 14px;
  margin-right: 10px;
  position: relative;
}

.date::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #fba1a5;
  border-left: 1px solid #fba1a5;
}

.date::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #fba1a5;
  border-right: 1px solid #fba1a5;
}

.div_single01 .date {
  float: left;
}

/* img
---------------------------------------- */

.thumbnailWrap {
  display: block;
  float: left;
  margin: 5px 20px 20px 0;
  width: 200px;
}

.thumbnailWrap img {
  width: 100% !important;
  height: auto;
}



.div_single01 .alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.div_single01 .aligncenter {
  float: none;
  margin: 0 auto 20px;
  display: block;
}

.div_single01 .alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

/* pager index
------------------------------------------ */

#pager {
  overflow: hidden;
  margin-top: 50px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
}

#pager .page-numbers {
  width: 8%;
  margin: 0 1% 2%;
  box-sizing: border-box;
  display: block;
  border: 2px solid #5cc4c1;
  background: #fff;
  color: #5cc4c1 !important;
  text-decoration: none !important;
  text-align: center;
  padding: 15px;
  position: relative;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#pager .page-numbers.next {
  width: 15%;
  margin-left: 5%;
}

#pager .page-numbers.prev {
  width: 15%;
  margin-right: 5%;
}

#pager .page-numbers:hover {
  background: #5cc4c1;
  color: #fff !important;
  opacity: 1;
}

#pager .current {
  background-color: #5cc4c1 !important;
  color: #fff !important;
  pointer-events: none;
}

/* pager single
------------------------------------------ */

.pager-single {
  overflow: hidden;
  padding-bottom: 15px;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}

.newpage,
.oldpage,
.back {
  min-width: 165px;
  text-align: center;
  color: #56a6df !important;
  text-decoration: none !important;
  border: 2px solid #56a6df;
  display: inline-block;
  padding: 15px 15px;
  cursor: pointer;
  font-weight: bold;
  margin: 0 20px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.oldpage {
  margin-left: 0px !important;
}

.newpage {
  margin-right: 0px !important;
}

.newpage:hover,
.oldpage:hover,
.back:hover {
  background: #56a6df;
  color: #fff !important;
  text-decoration: none !important;
  opacity: 1;
}

.ti_Q:before {
  content: url(../../img/icon_Q.png);
  font-size: 30px;
  margin: 0 10px 0 0;
  padding: 0px 10px 0px 0px;
  color: #fff;
  display: block;
  float: left;
  width: 25px;
}

.ti_Q {
  font-size: 22px;
  color: #56a6df;
  padding: 0 0 20px 0;
  display: inline-block;
  margin-top: -5px;
}

.ti_Q a,
.h5_tit02 a {
  color: #56a6df;
}

.ti_Q a:hover,
.h5_tit02 a:hover {
  text-decoration: none;
}



.ti_A:before {
  content: url(../../img/icon_A.png);
  font-size: 30px;
  margin: 0 10px 0 0;
  padding: 0px 11px 0px 0px;
  color: #fff;
  display: block;
  font-weight: bold;
  width: 25px;
  float: left;
}

.faqText {
  padding: 20px;
  border: 2px solid #fba1a5;
  margin-bottom: 20px;
  overflow: hidden;
}

.div_single01:after {
  content: "";
  display: block;
  clear: both;
}

.div_single01 .ti_Q a {
  width: 90%;
}