/* margin-bottom */

.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mt20 {
  margin-top: 20px;
}
.clearfix,
.column2wrap {
  zoom: 1;
}
.clearfix:after,
.column2wrap:after,
.column3wrap:after {
  clear: both;
  content: '';
  display: block;
  overflow: hidden;
}
.clearfix:before,
.column2wrap:before,
.column3wrap:before {
  content: '';
  display: block;
  overflow: hidden;
}
.column2wrap .column2box {
  float: left;
  width: 49%;
}
.column2wrap .column2box.last-child {
  float: right;
}

/* Modal
 ----------------------------------------------*/
#lean_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}
.modal_box {
  display: none;
}

/* Block System
 ----------------------------------------------*/
.row {
  overflow: hidden;
  margin-bottom: 10px;
}
.row .col {
  float: left;
  box-sizing: border-box;
}

.row.col3 {
}
.row.col3 .col {
  width: 33.33%;
}

.row.gutter10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row.gutter10 .col {
  padding-left: 5px;
  padding-right: 5px;
}

.row-table {
  display: table;
  width: 100%;
  overflow: visible;
}
.row-table-separate {
  display: table;
  border-collapse: separate;
  border-spacing: 13px 0;
  margin-left: -13px;
  margin-right: -13px;
  overflow: visible;
}
.row-table .col,
.row-table-separate .col {
  display: table-cell;
  float: none;
}

/* Button
 ----------------------------------------------*/
.btn {
  -webkit-appearance: none;
}
.btn:hover {
  cursor: pointer;
}
.btn.btn01 {
  display: inline-block;
  background: #eaeaea;
  box-shadow: inset 0 14px 7px rgba(255, 255, 255, 0.25), inset 0 0 1px rgba(255, 255, 255, 0.4),
    1px 1px 1px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  border: 1px solid #e4e4e4;
  text-align: center;
  padding: 7px 0.5em 6px 1.2em;
  color: #a6a6a6;
  text-decoration: none;
  margin: 0 3px;
  font-size: 13px;
  font-weight: 700;
  position: relative;
  line-height: 1;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.btn.btn01:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin: -4px 0 0;
  left: 5px;
  border-style: solid;
  border-width: 4px 5px;
  border-color: transparent transparent transparent #fff;
}
.btn.btn01:after {
  display: none;
}
.btn.btn01:hover {
  position: relative;
  top: 1px;
  box-shadow: inset 0 14px 7px rgba(255, 255, 255, 0.05), inset 0 0 1px rgba(255, 255, 255, 0.4);
}
.btn.btn-pink {
  background: #ff739e;
  border-color: #ff739e;
  color: #fff;
}

.btn_base {
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  padding: 12px 0 10px;
  box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.4);
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.35) 0%,
    rgba(255, 255, 255, 0.13) 49%,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 0.05) 100%
  );
  line-height: 1;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 16px;
  margin: 0 10px 10px 0;
  text-align: center;
  transition: all 0.2s;
}
.btn_base:hover {
  opacity: 0.8;
}
.btn_base:link {
  text-decoration: none;
}
.btn_base.default {
  background-color: #eee;
  color: #999;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0.7) 49%,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 0.3) 100%
  );
}
.btn_base.action {
  border-color: #ff78a1;
  color: #fff;
  background-color: #fd6996;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.btn_base.primary {
  background-color: #02a0c7;
  border-color: #02a0c7;
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.btn_base.mini {
  font-size: 12px;
  padding: 7px 0.6em 5px;
}
.btn_base.block {
  font-size: 16px;
  display: block;
  margin: 10px 0;
  min-height: 44px;
}
.btn_base .wf {
  vertical-align: middle;
  line-height: 1;
  margin-right: 2px;
}
.btn_base .wf::before {
  font-size: 1.2em;
}

.btn_base.icon_arrow_top_right {
  position: relative;
  padding: 12px 27px 10px 10px;
}
.btn_base.icon_arrow_top_right::before {
  background: #fff;
  border-radius: 100px;
  font-size: 14px;
  color: #02a0c7;
  line-height: 1;
  height: 1.6em;
  width: 1.6em;
  text-shadow: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  box-sizing: border-box;
  padding: 4px 0 0;
  content: '\f60a';
  visibility: visible;
  text-align: center;
}

/* Decoration
 ----------------------------------------------*/
.deco1 {
  position: relative;
}
.deco1:before,
.deco1:after {
  position: absolute;
  border-style: solid;
  border-width: 10px;
  content: '';
  display: block;
  width: 0;
  height: 0;
}
.deco1:before {
  top: 0;
  left: 0;
  border-radius: 5px 0 0 0;
}
.deco1:after {
  bottom: 0;
  right: 0;
  border-radius: 0 0 5px 0;
}

/* animation
 ----------------------------------------------*/
.hoverOpacity img {
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
.hoverOpacity img:hover,
.hoverOpacity img:focus {
  opacity: 0.6;
}

/* List_box
 ----------------------------------------------*/
.list_box {
  padding: 0 5px;
}
.list_box li {
  float: left;
  height: 188px;
  margin: 10px 0;
}
.list_box.three li {
  width: 33.33333%;
}
.list_box.three li a,
.list_box.three li > span {
  display: block;
}
.list_box.three li .add_info {
  color: #999;
  font-size: 12px;
  margin-top: 1px;
}
.list_box.three li .fw_b {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 5px;
}
.list_box.three li a .fw_b {
  color: #189edd;
}
.list_box.three li .tmb,
.list_box.three li .text_box {
  width: 196px;
  margin: auto;
}
.list_box.three li .tmb {
  margin-bottom: 4px;
}
.list_box.three li .tmb img {
  border: 1px solid #d9d9d9;
}
/* Box_special */
.box_special {
  background-color: #00a8d3;
  padding: 0 10px 5px;
  border-radius: 4px;
  margin: 10px 0;
}
.box_special .list_box {
  border-radius: 4px;
  background-color: #fff;
}
.box_special h2 {
  line-height: 1;
  padding: 8px 0 3px;
}
.box_special .more_read {
  text-align: right;
  margin-top: 5px;
}
.box_special .more_read a {
  color: #fff;
}

/* link 関連
 ----------------------------------------------*/
/* ClickableBox */
.clickableBox,
.clickableBox a {
  color: #707070;
  transition: all 0.2s;
}
.clickableBox:hover,
.clickableBox:hover a {
  text-decoration: none;
  background-color: #ffffef;
  cursor: pointer;
}
.clickableBox .link,
.pc .clickableBox .link {
  color: #189edd;
}
.sp .clickableBox .link {
  color: #ff78a1;
}
.clickableBox:hover .link {
  text-decoration: underline;
}

/* hoverAction */
.hoverOpacity {
  transition: opacity 0.2s;
}
.hoverOpacity:hover {
  opacity: 0.7;
}

.header_sub {
  background: #9ca3af;
  color: #fff;
  padding: 6px 0;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-weight: 400;
  font-size: 16px;
}
