@charset "UTF-8";
/* CSS Document */
/* -------------------------------------------------
-------------------------------------------------
*01. pc common
*02. header
*03. footer
*04. 共通CSS (第2階層)
*05. 各ページ

-------------------------------------------------
------------------------------------------------- */
/* ---------------------------

01. common

---------------------------*/
/* ------------------

フォントサイズ 

------------------ */
/* ------------------

margin-bottom 

------------------ */
/* ------------------

テキスト隠す 

------------------ */
body {
  background-color: #FFF;
  color: #444;
  font-size: 0.875rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.5rem;
  letter-spacing: 0;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#wrapper.second_wrapper {
  margin-top: 50px;
}

.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 1100px;
  padding: 0;
  position: relative;
  width: 90%;
}

.section_s {
  margin-bottom: 40px !important;
}

.section_m {
  margin-bottom: 40px !important;
}

.section {
  margin-bottom: 60px !important;
}

.section_l {
  margin-bottom: 70px !important;
}

/**
* bg
*/
.bg_gray {
  background-color: #eee;
}

.bg_white {
  background-color: #FFF;
}

.border_gray {
  border: 1px solid #DDD;
}

/**
* text
*/
.text_white {
  color: #FFF;
}

.text_gray {
  color: #888;
}

.text_red {
  color: #a70000;
}

.marker_yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff6));
  background: linear-gradient(transparent 60%, #ff6 60%);
}

p {
  margin-bottom: 1.5em;
}

.gothic {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.gothic_en {
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
}

.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.text_medium {
  font-size: 1rem;
  line-height: fx(32);
  letter-spacing: 0.2em;
}

.text_large {
  font-size: 1.25rem;
  line-height: fx(35);
  letter-spacing: 0.2em;
}

.letter-spacing-0 {
  letter-spacing: 0;
}

.float-right {
  float: right;
}

.list_circle {
  list-style: none;
  margin-bottom: 16px;
}
.list_circle li {
  padding-left: 8px;
  position: relative;
}
.list_circle li:before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 0.8em;
}

.list_disc {
  list-style: none;
  margin: 0 0 0 -3px;
  padding: 0;
}
.list_disc > li {
  padding-left: 12px;
  position: relative;
}
.list_disc > li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.img_w_100 {
  width: 100%;
  height: auto;
}

.img_h_100 {
  width: auto;
  height: 100%;
}

.img_border, .border_gray {
  border: 1px solid #DDD;
}

.link_border {
  color: #999;
  text-decoration: underline !important;
}

/* button */
a.btn:link, a.btn:visited, a.btn:hover, a.btn:active,
button.btn, input[type=submit].btn {
  border-radius: 0;
  text-decoration: none;
}
a.btn:link:hover, a.btn:visited:hover, a.btn:hover:hover, a.btn:active:hover,
button.btn:hover, input[type=submit].btn:hover {
  opacity: 0.7;
  text-decoration: none !important;
}

.btn_white, a.btn_white, input[type=submit].btn_white {
  background-color: #FFF;
  border-radius: 80px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
  border: none;
  color: #444;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 0.875rem;
  margin: 0 auto;
  padding: 8px 25px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_white:focus, a.btn_white:focus, input[type=submit].btn_white:focus {
  outline: none;
}
.btn_white:hover, a.btn_white:hover, input[type=submit].btn_white:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.btn_blue, input[type=submit].btn_blue, .btn_blue {
  background-color: #6B8EC9;
  border-radius: 80px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
  border: none;
  color: #FFF !important;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 auto;
  max-width: 325px;
  min-width: 208px;
  padding: 14px 0;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
a.btn_blue:focus, input[type=submit].btn_blue:focus, .btn_blue:focus {
  outline: none;
}
a.btn_blue:hover, input[type=submit].btn_blue:hover, .btn_blue:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.btn_gray, input[type=submit].btn_gray {
  background-color: #333;
  border-radius: 80px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
  border: none;
  color: #FFF !important;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 auto;
  max-width: 325px;
  min-width: 208px;
  padding: 14px 0;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
a.btn_gray:focus, input[type=submit].btn_gray:focus {
  outline: none;
}
a.btn_gray:hover, input[type=submit].btn_gray:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.btn_orange, input[type=submit].btn_orange, .btn_orange {
  background-color: #FF9300;
  border-radius: 80px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
  border: none;
  color: #FFF !important;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 auto;
  max-width: 325px;
  min-width: 208px;
  outline: none;
  padding: 14px 0;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
a.btn_orange:focus, input[type=submit].btn_orange:focus, .btn_orange:focus {
  outline: none;
}
a.btn_orange:hover, input[type=submit].btn_orange:hover, .btn_orange:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn_link {
  background-color: #FFF;
  border: none;
  color: #3490dc;
  font-size: 1rem;
  font-weight: bold;
  min-width: 80px;
  padding: 0 22px 0 0;
  position: relative;
  text-align: left;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_link:after {
  border-top: 1px solid #3490dc;
  border-right: 1px solid #3490dc;
  content: "";
  display: block;
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn_link:focus {
  outline: none;
}
.btn_link:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* list */
.list-style-disc {
  margin-left: 3em;
}
.list-style-disc li {
  list-style: disc;
}

.list_center {
  text-align: center;
}
.list_center li {
  display: inline-block;
  margin: 0 13px;
}

/* link */
a {
  color: #444;
  cursor: pointer;
}

a:link, a:visited {
  color: #444;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

a:hover, a:active {
  color: #444;
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

a.link_blue {
  color: #5177B7;
  text-decoration: underline;
}

/* icon */
.icon_arrow_white {
  width: 6px;
  height: auto;
  margin-left: 10px;
}

/* -------------------------------

02. header

------------------------------- */
.modaal-content-container {
  padding: 0;
}

.loginmodal_container {
  background-color: #FFF;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 480px;
  padding: 20px;
}
.loginmodal_container .loginmodal_tit {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.loginmodal_container a {
  color: #5177B7;
  text-decoration: underline;
}
.loginmodal_container a:hover {
  text-decoration: none;
}
.loginmodal_container dl input[type=email], .loginmodal_container dl input[type=password] {
  width: 100%;
}

/* ---------------------------

03. footer

---------------------------*/
#ftr {
  background-color: #EDEDED;
  padding: 28px 0;
}

.ftr_sns_box .ftr_sns_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.ftr_sns_box li {
  margin: 0 13px;
  width: 20px;
}
.ftr_sns_box .svgclass {
  fill: #444;
}

.ftr_tit {
  font-size: 0.8125rem;
  font-weight: bold;
  margin-bottom: 14px;
  text-align: center;
}

.ftr_ul {
  list-style: none;
  padding: 0;
  text-align: center;
}
.ftr_ul li {
  display: inline-block;
  margin: 0 10px 10px;
}

.copyrights {
  font-size: 0.6875rem;
  text-align: center;
}

#fix_btn_set {
  background-color: #FFF;
  -webkit-box-shadow: -3px -3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: -3px -3px 6px rgba(0, 0, 0, 0.16);
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 20px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 200;
}
#fix_btn_set.fixed {
  bottom: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#fix_btn_set.fixed.none {
  opacity: 0;
  bottom: -100px;
}

/* ---------------------------

04. 共通CSS (第2階層)

---------------------------*/
/* ----------------------------------------------

05. 各ページ

----------------------------------------------*/
/*  --------------------------------------

top  

--------------------------------------*/
#top_main {
  margin: 0 auto;
  max-width: 1100px;
  min-width: 280px;
  padding-top: 69px;
}
#top_main .hdr_btn_set .hdr_btn_nav ul li {
  border-left: 1px solid #FFF;
}
#top_main .hdr_btn_set .hdr_btn_nav ul li.current + li {
  border-left: none;
}

.hdr_btn_set {
  width: 100%;
}
.hdr_btn_set .hdr_btn_nav {
  background-color: #F2F2F2;
  margin-bottom: 1px;
}
.hdr_btn_set .hdr_btn_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.hdr_btn_set .hdr_btn_nav ul li {
  background-color: #F2F2F2;
  position: relative;
  width: 33.33333%;
}
.hdr_btn_set .hdr_btn_nav ul li.current {
  background-color: #FFF;
  margin-top: 5px;
}
.hdr_btn_set .hdr_btn_nav ul li.current a {
  display: block;
  height: 46px;
  padding-top: 14px;
}
.hdr_btn_set .hdr_btn_nav ul li.current {
  border-radius: 10px 10px 0 0;
  margin: 5px 5px 0;
}
.hdr_btn_set .hdr_btn_nav ul li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: calc(14px + 2 * (100vw - 320px) / 1200);
  font-weight: normal;
  line-height: 1.2em;
  padding: 14px 0 11px 11px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 51px;
  /*
  &:after{
  	border-top: 1px solid #666;
  	border-right: 1px solid #666;
  	content: "";
  	display: block;
  	margin: auto 0;
  	position: absolute;
  	top: 0;
  	right: 10px;
  	bottom: 0;
  	transform: rotate(45deg);
  	width: 8px;
  	height: 8px;
  }
  */
}
.hdr_btn_set .hdr_btn_nav ul li a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hdr_btn_set .hdr_btn_nav_inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
}
.hdr_btn_set .hdrnav_icon_pre {
  line-height: 0;
  margin-right: 10px;
  width: 20px;
  height: 13px;
}
.hdr_btn_set .hdrnav_icon_pre .svgclass {
  fill: #666;
}
.hdr_btn_set .hdrnav_icon_cat {
  line-height: 0;
  margin-right: 10px;
  width: 18px;
  height: 18px;
}
.hdr_btn_set .hdrnav_icon_cat .svgclass {
  fill: #666;
}
.hdr_btn_set .hdrnav_icon_birth {
  margin-top: -6px;
  margin-right: 10px;
  width: 18px;
  height: 18px;
}
.hdr_btn_set .hdrnav_icon_birth .svgclass {
  fill: #666;
}
.hdr_btn_set .hdrnav_icon_pregnant {
  margin-top: -6px;
  margin-right: 10px;
  width: 11px;
  height: 22px;
}
.hdr_btn_set .hdrnav_icon_pregnant .svgclass {
  fill: #666;
}
.hdr_btn_set .hdrnav_icon_pre_text {
  text-align: center;
}
.hdr_btn_set .hdrnav_small {
  font-size: calc(10px + 2 * (100vw - 320px) / 1200);
  line-height: 1em;
}

.hdr_search {
  margin: 0 auto 20px;
  max-width: 380px;
  width: 94.67%;
}
.hdr_search input[type=text] {
  background: url(/images/common/icon_search.svg) 6px center no-repeat;
  background-size: 18px;
  border: 2px solid #F2F2F2;
  padding: 5px 5px 5px 33px;
  width: 100%;
}
.hdr_search input[type=text]::-webkit-input-placeholder {
  color: #444;
  font-size: 0.875rem;
}
.hdr_search input[type=text]::-moz-placeholder {
  color: #444;
  font-size: 0.875rem;
}
.hdr_search input[type=text]:-ms-input-placeholder {
  color: #444;
  font-size: 0.875rem;
}
.hdr_search input[type=text]::-ms-input-placeholder {
  color: #444;
  font-size: 0.875rem;
}
.hdr_search input[type=text]::placeholder {
  color: #444;
  font-size: 0.875rem;
}
.hdr_search input[type=text]:focus {
  border: 2px solid #DBE0E8;
  outline: 0;
}

.top_mainvisual_tit_set {
  background-color: #FAF8EA;
  overflow-x: hidden;
  padding: 14px 20px 7px;
  width: 100%;
}
.top_mainvisual_tit_set .icon_pickup {
  line-height: 0;
  margin: 0;
  width: 84px;
}

.top_mainvisual {
  background-color: #FAF8EA;
  overflow-x: hidden;
  padding: 7px 0 40px;
  width: 100%;
}
.top_mainvisual .slick-list {
  overflow: visible;
}

.top_mainvisual_inner {
  padding: 0 15px;
  position: relative;
}
.top_mainvisual_inner a {
  display: block;
  outline: none;
}
.top_mainvisual_inner a:hover {
  opacity: 0.6;
}
.top_mainvisual_inner .top_mainvisual_figure {
  border-radius: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
}
.top_mainvisual_inner .top_mainvisual_tit {
  font-size: calc(12px + 3 * (100vw - 320px) / 1200);
  font-weight: normal;
  line-height: 1.125rem;
  margin: 0;
}
.top_mainvisual_inner .top_mainvisual_icon {
  width: 64px;
  position: absolute;
  top: -10px;
  left: -10px;
}
.top_mainvisual_inner .top_mainvisual_block {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 154px;
}

.top_logout_content {
  margin: 32px auto 20px;
}

.top_logout_content_tit01 {
  font-size: calc(17px + 2 * (100vw - 320px) / 1200);
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
}

.top_logout_content_tit02 {
  font-size: calc(14px + 2 * (100vw - 320px) / 1200);
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
}
.top_logout_content_tit02 .top_logout_content_tit02_small {
  font-size: calc(9px + 2 * (100vw - 320px) / 1200);
}

.top_logout_content_tit03 {
  font-size: calc(12px + 2 * (100vw - 320px) / 1200);
  font-weight: bold;
  line-height: calc(18px + 2 * (100vw - 320px) / 1200);
  margin-bottom: 0.2em;
}

.top_logout_content_01 {
  border: 2px solid #F9E5E9;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
}
.top_logout_content_01 .top_logout_content_tit02 {
  background-color: #F9E5E9;
  color: #DA8199;
  padding: 8px 0;
}
.top_logout_content_01 .top_logout_content_tit03 {
  color: #DA8199;
}

.top_logout_content_02 {
  border: 2px solid #D1EDF5;
  border-radius: 10px;
  position: relative;
}
.top_logout_content_02 .top_logout_content_tit02 {
  background-color: #D1EDF5;
  color: #6B8EC9;
  padding: 8px 0;
}
.top_logout_content_02 .top_logout_content_tit03 {
  color: #6B8EC9;
}

.top_logout_content_label {
  position: absolute;
  top: -20px;
  left: -15px;
  width: 72px;
}

.top_logout_content_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4%;
  list-style: none;
  margin: 0 0 -15px;
  padding: 10px 12px;
}
.top_logout_content_ul > li {
  margin-bottom: 15px;
  width: 48%;
}
.top_logout_content_ul > li p {
  font-size: calc(11px + 2 * (100vw - 320px) / 1200);
  line-height: calc(16px + 2 * (100vw - 320px) / 1200);
}
.top_logout_content_ul > li p:last-child {
  margin: 0;
}
.top_logout_content_ul > li .text_small {
  font-size: 0.625rem;
  line-height: 1rem;
}

.top_logout_content_img {
  margin: 0 0 0.3em;
}

.top_logout_content_wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4%;
  list-style: none;
  margin: 0;
}
.top_logout_content_wide .top_logout_content_img, .top_logout_content_wide .top_logout_content_text {
  width: 48%;
}

.top_osusume_box {
  margin: 10px;
}
.top_osusume_box .top_osusume_dl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
.top_osusume_box .top_osusume_dl dt {
  background-color: #E87B99;
  color: #FFF;
  font-size: 0.75rem;
  font-weight: normal;
  float: left;
  line-height: 0.75rem;
  margin: 0 5px 0 0;
  text-align: center;
  padding: 5px 3px;
}
.top_osusume_box .top_osusume_dl dd {
  font-size: 0.8125rem;
  margin: 0;
}
.top_osusume_box .top_osusume_dl dd a {
  display: -ms-inline-grid;
  display: inline-grid;
  padding-right: 20px;
  position: relative;
}
.top_osusume_box .top_osusume_dl dd a:after {
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  content: "";
  display: block;
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}

.top_icon_new {
  line-height: 0;
  margin-top: -3px;
  margin-right: 6px;
  display: block;
  width: 24px;
  height: 21px;
}

.top_special_icon {
  line-height: 0;
  margin-top: -3px;
  margin-right: 6px;
  display: block;
  width: 20px;
}

.top_special {
  list-style: none;
  margin: 0 0 50px;
  padding: 0;
}
.top_special li {
  margin-bottom: 3px;
}
.top_special li a {
  background-color: #fcecef;
  border-radius: 5px;
  border: 2px solid #f2d5da;
  color: #DA8199;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  height: 100%;
  padding: 15px 10px;
  text-align: center;
  width: 100%;
}

.top_others_tit_container {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.top_others_tit_container .btn_more {
  margin-bottom: 5px;
}

.top_others_icon {
  line-height: 0;
  margin-top: 3px;
  margin-right: 6px;
  display: block;
  width: 24px;
  height: 21px;
}

a.btn_more {
  background-color: #FFF;
  border: 1px solid #EEE;
  border-radius: 40px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  color: #444;
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: bold;
  line-height: 0.6875rem;
  padding: 8px 25px;
  position: relative;
}
a.btn_more:after {
  border-top: 1px solid #444;
  border-right: 1px solid #444;
  content: "";
  display: block;
  margin: auto 0;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.top_others_tit {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0;
}

.top_others_ul {
  display: -ms-grid;
  display: grid;
  gap: 13px;
  -ms-grid-columns: 1fr 13px 1fr 13px 1fr;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 0;
  padding: 0 0 30px;
  width: 100%;
}
.top_others_ul a p {
  font-size: calc(11px + 3 * (100vw - 320px) / 1200);
  line-height: 1.5em;
  margin: 1px 0 0;
}
.top_others_ul a:hover {
  opacity: 0.6;
}

.thumbnail01 {
  margin-bottom: 5px;
  position: relative;
}
.thumbnail01 a {
  border-radius: 5px;
  display: block;
  overflow: hidden;
}

.thumbnail_block {
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.thumbnail_block img {
  width: 154px;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}

.thumbnail_icon {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 50px;
}

.label_news {
  border-radius: 5px 0 0 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 37px;
}

.icon_tag_area ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -3px;
  padding: 0;
}
.icon_tag_area ul li {
  margin-right: 5px;
  margin-bottom: 5px;
}

.icon_tag {
  background-color: #FFF;
  border: 1px solid #DDD;
  border-radius: 3px;
  color: #444;
  display: block;
  font-size: 0.6875rem;
  line-height: 1em;
  margin: 0;
  padding: 2px 8px 1px;
}

.btn_qa, .btn_beige {
  background-color: #EDEBD6;
  color: #444 !important;
  display: block;
  border-radius: 30px;
  font-size: calc(14px + 4 * (100vw - 320px) / 1200);
  font-weight: bold;
  margin: 0 auto 20px;
  max-width: 425px;
  padding: 14px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  width: 100%;
}
.btn_qa:after, .btn_beige:after {
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  content: "";
  display: block;
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
  height: 10px;
}

.btn_qa {
  margin-bottom: 40px;
}

.btn_light_gray_no-arrow {
  background-color: #EFEFEF;
  color: #444 !important;
  display: block;
  border-radius: 30px;
  font-size: calc(14px + 4 * (100vw - 320px) / 1200);
  font-weight: bold;
  margin: 0 auto 20px;
  max-width: 425px;
  padding: 14px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  width: 100%;
}

a.link_cancel {
  text-decoration: underline;
}
a.link_cancel span {
  display: inline-block;
  margin-bottom: -10px;
  width: 18px;
  height: 1em;
  position: relative;
}
a.link_cancel span:before {
  background-color: #4895FF;
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
}
a.link_cancel span:after {
  background-color: #4895FF;
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
  left: 0;
}
a.link_cancel:hover {
  opacity: 0.6;
  text-decoration: none;
}

.btn_icon01 {
  margin: -5px 5px 0 0;
  width: 20px;
  height: auto;
}

.img_fukidashi {
  margin: 10px auto 15px;
  max-width: 470px;
  width: 84.78%;
}

.top_hr {
  border-top: 3px solid #F2F2F2;
  border-right: none;
  border-bottom: none;
  border-left: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 35px auto 0;
  padding-top: 30px;
  position: relative;
}

.top_online_container {
  border-top: 3px solid #F2F2F2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding-top: 30px;
  position: relative;
}

.top_online_tit_container p {
  color: #FFF;
  font-size: 0.75rem;
  margin: 0 0 0 10px;
}

.top_online_tit_container {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 11px;
}

.top_online_tit {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: calc(14px + 2 * (100vw - 320px) / 1200);
  font-weight: bold;
  margin: 0;
  padding: 8px 11px 8px 6px;
}

.top_online_icon {
  margin-top: -2px;
  margin-right: 6px;
  display: block;
  width: 24px;
  height: 21px;
}

.top_online_text {
  background-color: #F8F8F8;
  margin-bottom: 20px;
  padding: 2px 5px;
}
.top_online_text p {
  font-size: 0.75rem;
  font-weight: bold;
  color: #666;
  margin: 0;
}

.top_recommend_ul {
  margin-bottom: 18px;
}

.top_login_recommend {
  background-color: #F8F8F8;
  margin: 30px 0 0;
  padding: 30px 5vw;
  text-align: center;
}

a.login_recommend_btn {
  background-color: #6B8EC9;
  border-radius: 80px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
  color: #FFF;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 auto;
  max-width: 425px;
  min-width: 208px;
  padding: 14px 0;
  position: relative;
  text-align: center;
  width: 60%;
}
a.login_recommend_btn:after {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  content: "";
  display: block;
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 22px;
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
  height: 8px;
}

@media screen and (min-width: 426px) {
  .top_others_tit_container.top_special_tit_container {
    margin-top: 60px;
  }

  .top_others_tit, .top_online_tit {
    font-size: 1.125rem;
  }

  .top_others_icon {
    margin-top: 5px;
    margin-right: 10px;
  }

  .top_special_icon {
    margin-right: 10px;
  }

  .top_online_icon {
    margin-top: -8px;
  }

  .top_special {
    display: -ms-grid;
    display: grid;
    gap: 13px;
    -ms-grid-columns: 1fr 13px 1fr;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 0 80px;
  }
  .top_special li {
    height: 100%;
  }
  .top_special li a {
    font-size: 1.125rem;
    padding: 15px 10px 12px;
  }

  .img_fukidashi {
    margin: 60px auto 30px;
  }

  .btn_qa {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 769px) {
  .thumbnail_icon {
    top: -18px;
    left: -18px;
    width: 50%;
    max-width: 100px;
  }

  .label_news {
    border-radius: 5px 0 0 0;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 40%;
    max-width: 100px;
  }

  .top_logout_content {
    margin: 70px auto;
    max-width: 1100px;
  }

  .top_logout_content_tit01 {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }

  .top_logout_content_tit02 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1em;
    text-align: center;
  }
  .top_logout_content_tit02 .top_logout_content_tit02_small {
    font-size: 1.125rem;
  }

  .top_logout_content_tit03 {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .top_logout_content_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3%;
  }

  .top_logout_content_01, .top_logout_content_02 {
    margin: 0;
    width: 48.5%;
  }

  .top_logout_content_label {
    position: absolute;
    top: -40px;
    left: -40px;
    width: 123px;
    z-index: 100;
  }

  .top_logout_content_ul {
    margin: 0 0 -20px;
    padding: 0 18px 18px;
  }
  .top_logout_content_ul > li {
    margin-bottom: 20px;
  }
  .top_logout_content_ul > li p {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }

  .top_osusume_box {
    margin: 15px 0;
  }
}
/*  -------------------

下層

-------------------*/
#second_main {
  margin: 0 auto;
  max-width: 1100px;
  min-width: 320px;
  padding-top: calc(74px + 30 * (100vw - 320px) / 1200);
  overflow-x: hidden;
}

/*  -------------------

details

-------------------*/
.details_tit_container {
  margin: 0 auto;
  width: 90%;
}

.seminar_tit_container {
  margin: 0 auto;
  width: 90%;
}

.details_tit {
  font-size: calc(18px + 2 * (100vw - 320px) / 1200);
  font-weight: 600;
  line-height: 1.5em;
  margin: 5px 0 10px;
}

.details_figure_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 380px;
  padding: 0;
  position: relative;
  width: 90%;
}

.seminar_figure_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 90%;
}

.details_figure {
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  height: 0;
  padding: 0 0 100%;
  overflow: hidden;
}
.details_figure iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.details_figure + .details_figure {
  margin-top: 10px;
}

.details_figure_seminar {
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
}
.details_figure_seminar iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.details_figure_seminar + .details_figure {
  margin-top: 10px;
}

.details_figure_cover {
  background-color: rgba(250, 248, 234, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.details_figure_login {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.details_figure_block {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 207px;
  z-index: 1;
}

.details_sns_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 22px;
}

.details_sns_button {
  background-color: #FFF;
  border: 1px solid #EEE;
  border-radius: 40px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  color: #444;
  font-size: 0.6875rem;
  font-weight: normal;
  line-height: 0.6875rem;
  margin-left: 5px;
  outline: #FFF;
  padding: 6px 12px;
  position: relative;
}
.details_sns_button svg {
  fill: #444;
  width: 12px;
}
.details_sns_button:focus {
  outline: #000;
}
.details_sns_button.btn_good {
  color: #E87B99;
  font-weight: bold;
}
.details_sns_button.btn_good svg {
  fill: #E87B99;
}
.details_sns_button#btn_share:hover {
  opacity: 0.6;
}

.sharemodal_sns_box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sharemoodal_sns_btn {
  margin: 0 10px;
}

.details_icon_tag_area {
  background-color: #F8F8F8;
  margin-top: 50px;
  margin-bottom: 20px;
  padding: 5px;
}

.details_teacher_set {
  background-color: #F8F8F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px 0 0;
  padding: 20px;
}
.details_teacher_set .details_teacher_ph {
  width: 170px;
}
.details_teacher_set .details_teacher_profile {
  width: calc(100% - 190px);
}

.details_teacher_name {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.8em;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .details_teacher_set {
    clear: both;
    display: block;
  }
  .details_teacher_set .details_teacher_ph {
    float: left;
    margin: 0 20px 20px 0;
    width: 80px;
  }
  .details_teacher_set .details_teacher_profile {
    width: auto;
  }

  .details_teacher_name {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.8em;
    margin: 0;
  }
}
.details_text_container a, .details_text_container a.link_border {
  color: #4895FF;
  text-decoration: underline;
}
.details_text_container a:hover, .details_text_container a.link_border:hover {
  color: #4895FF;
  opacity: 0.6;
}
.details_text_container h2 {
  border-bottom: 1px solid #6B8EC9;
  color: #6B8EC9;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.details_text_container h2 + h2, .details_text_container h2 + h3, .details_text_container h2 + h4 {
  margin-top: 20px;
}
.details_text_container h3 {
  color: #222;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.details_text_container h3 + h2, .details_text_container h3 + h3, .details_text_container h3 + h4 {
  margin-top: 20px;
}
.details_text_container h4 {
  color: #444;
  font-size: 0.9375rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.details_text_container h4 + h2, .details_text_container h4 + h3, .details_text_container h4 + h4 {
  margin-top: 20px;
}
.details_text_container p + h2 {
  margin-top: 40px;
}
.details_text_container ul, .details_text_container ol {
  margin-bottom: 40px;
}

.details_qa_box {
  padding-top: 10px;
}
.details_qa_box dl {
  margin-bottom: 30px;
}
.details_qa_box dl dt {
  color: #222;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 15px;
  padding: 0 0 0 47px;
  position: relative;
}
.details_qa_box dl dt .details_qa_q {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #222;
  border-radius: 50%;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 6px 0 0;
  overflow: hidden;
  position: absolute;
  top: -4px;
  left: 0;
  width: 34px;
  height: 34px;
}
.details_qa_box dl dd {
  color: #444;
  margin-bottom: 23px;
  padding: 0 0 0 47px;
  position: relative;
}
.details_qa_box dl dd .details_qa_a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF;
  border: 1px solid #666;
  border-radius: 50%;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 6px 0 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
}

.details_text01 {
  font-size: calc(17px + 4 * (100vw - 320px) / 1200);
  font-weight: bold;
  line-height: 1.75rem;
  text-align: center;
}

a.details_btn_regist {
  background-color: #6B8EC9;
  border-radius: 40px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  color: #FFF;
  display: block;
  font-size: calc(17px + 4 * (100vw - 320px) / 1200);
  margin: 0 auto 20px;
  max-width: 380px;
  padding: 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
a.details_btn_regist:after {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  content: "";
  display: block;
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
a.details_btn_regist:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.recommend_wrapper {
  border-top: 3px solid #F2F2F2;
  padding-top: 16px;
}

.recommend_tit {
  color: #6B8EC9;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 17px;
}
.recommend_tit .svgclass {
  fill: #6B8EC9;
}

.recommend_slick {
  margin: 0 auto 60px !important;
  position: relative;
}
.recommend_slick .slick-list {
  overflow: visible;
}

.recommend_slick_inner {
  margin: 0 6px;
  width: auto !important;
}
.recommend_slick_inner p {
  font-size: calc(11px + 3 * (100vw - 320px) / 1200);
  line-height: 1.5em;
  margin: 1px 0 0;
}

.seminar_tit {
  font-size: 0.875rem;
  font-weight: bold;
  margin: 15px 5vw;
}

.icon_seminar {
  margin-right: 7px;
}

.seminar_mainvisual {
  background-color: #FFF;
  margin: 0 auto;
  overflow-x: visible;
  padding: 20px 0 40px;
  width: 70%;
}
.seminar_mainvisual .slick-list {
  overflow: visible;
}

.slick-slide, .slick-slider .slick-track {
  margin: 0 auto !important;
}

.seminar_mainvisual_inner {
  padding: 0 15px;
  position: relative;
}
.seminar_mainvisual_inner a {
  display: block;
  outline: none;
}
.seminar_mainvisual_inner a:hover {
  opacity: 0.6;
}
.seminar_mainvisual_inner .seminar_mainvisual_figure {
  border-radius: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
}
.seminar_mainvisual_inner .seminar_mainvisual_tit {
  color: #222;
  font-size: calc(13px + 3 * (100vw - 320px) / 1200);
  font-weight: bold;
  line-height: 1.125rem;
  margin: 0 0 3px;
}
.seminar_mainvisual_inner .seminar_mainvisual_icon {
  width: 64px;
  position: absolute;
  top: -10px;
  left: -10px;
}
.seminar_mainvisual_inner .seminar_mainvisual_block {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 73px;
}
.seminar_mainvisual_inner .seminar_mainvisual_text {
  font-size: 0.75rem;
  line-height: 1.125rem;
  margin: 0;
}

@media screen and (min-width: 769px) {
  .seminar_tit {
    font-size: 0.875rem;
    font-weight: bold;
    margin: 15px 0;
  }

  .details_figure_box {
    max-width: 100%;
    width: 556px;
    height: auto;
  }
}
/*  -------------------

list

-------------------*/
.list_tit {
  background-color: #FAF8EA;
  color: #444;
  font-size: 0.75rem;
  font-weight: bold;
  margin-bottom: 1px;
  padding: 8px 5vw;
}

.category_list_nav {
  margin-top: 12px;
  padding: 0;
}
.category_list_nav ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 5px 5vw;
  white-space: nowrap;
}
.category_list_nav ul li {
  background-color: #FFF;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  display: block;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  padding: 8px;
  position: relative;
  text-align: center;
}
.category_list_nav ul li span {
  line-height: 0.875rem;
}
.category_list_nav ul li:before {
  background-color: #DDD;
  content: "";
  display: block;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 14px;
  z-index: 1;
}
.category_list_nav ul li:after {
  background-color: #FFF;
  content: "";
  display: block;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2px;
  width: 4px;
  height: 100%;
  z-index: 0;
}
.category_list_nav ul li:first-child {
  border-radius: 10px 0 0 10px;
}
.category_list_nav ul li:first-child:before, .category_list_nav ul li:first-child:after {
  background-color: transparent;
}
.category_list_nav ul li a {
  border-radius: 20px;
  display: inline-block;
  font-size: 0.75rem;
  padding: 6px 9px;
}
.category_list_nav ul li a.current {
  background-color: #6B8EC9;
  color: #FFF;
}
.category_list_nav ul li:last-child {
  border-radius: 0 10px 10px 0;
}

.btn_filter {
  font-size: 0.6875rem;
  margin: 15px 5vw 5px;
  text-align: right;
}

.icon_filter {
  line-height: 0;
  margin-right: 7px;
  width: 12px;
  height: 12px;
}

.pagenation {
  margin: 20px auto 40px;
  width: 90%;
}
.pagenation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 0;
}
.pagenation ul li {
  margin: 0 10px;
}
.pagenation ul li a {
  position: relative;
  text-decoration: underline;
}
.pagenation ul li span {
  font-weight: bold;
}
.pagenation .page_prev {
  display: block;
  position: relative;
  height: 100%;
  width: 20px;
}
.pagenation .page_prev span {
  display: block;
  height: 10px;
  width: 20px;
}
.pagenation .page_prev span:before {
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 8px;
  height: 8px;
}
.pagenation .page_next {
  display: block;
  position: relative;
  height: 100%;
  width: 20px;
}
.pagenation .page_next span {
  display: block;
  height: 10px;
  width: 20px;
}
.pagenation .page_next span:before {
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
  height: 8px;
}

@media screen and (min-width: 769px) {
  .hdr_btn_set .hdr_btn_nav {
    margin-bottom: 20px;
  }

  .list_tit {
    font-size: 1rem;
    padding: 12px 20px;
  }

  .category_list_nav {
    border-bottom: 3px solid #F2F2F2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 20px;
    max-width: 1100px;
    padding: 0 0 10px;
    width: 100%;
  }
  .category_list_nav ul {
    margin: 0 -5px;
    padding: 5px;
  }
  .category_list_nav ul li {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .category_list_nav ul li a {
    font-size: 0.875rem;
  }
  .category_list_nav .btn_filter {
    font-size: 0.875rem;
    margin: 15px 0 5px;
  }
  .category_list_nav .icon_filter {
    margin-right: 10px;
    width: 18px;
    height: 18px;
  }
}
/*  -------------------

contact

-------------------*/
input[type=text], input[type=email], input[type=tel], input[type=password], textarea, select {
  border: 1px solid #CCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px;
}

input[type=text]::-webkit-input-placeholder {
  color: #EDEDED;
}

input[type=text]::-moz-placeholder {
  color: #EDEDED;
}

input[type=text]:-ms-input-placeholder {
  color: #EDEDED;
}

input[type=text]::-ms-input-placeholder {
  color: #EDEDED;
}

input[type=text]::placeholder {
  color: #EDEDED;
}

/*  -------------------

404

-------------------*/
#post-not-found {
  padding: 100px 0;
  text-align: center;
}

.error_link_ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
