@charset "UTF-8";
.pc {
  display: none;
}

.top_flow {
  position: relative;
  max-height: 15em;
  overflow: hidden;
  -webkit-transition: max-height .1s;
  transition: max-height .1s;
  padding-bottom: 5em;
}
.top_flow.active {
  max-height: 100%;
  overflow: visible;
  padding-bottom: 3em;
}
.top_flow.active span.flow_more {
  display: none;
}
.top_flow.active span.flow_close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top_flow span {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 8em;
  position: absolute;
  bottom: 0;
  padding-bottom: 1em;
  z-index: 3;
}
.top_flow span.flow_more {
  height: 6em;
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 247, 247, 0.2)), color-stop(50%, #f6f7f7));
  background: linear-gradient(rgba(246, 247, 247, 0.2) 0%, #f6f7f7 50%);
}
.top_flow span.flow_close {
  height: 6em;
  display: none;
}

input[type="text"],
textarea,
select {
  font-size: 16px;
}

input[type="text"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  padding: .6em;
  background-color: #f6f7f7;
  border: 1px solid #dddddd;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

textarea {
  width: 100%;
  font-family: 'Avenir', 'Avenir Next', 'Century Gothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

::-webkit-input-placeholder {
  color: #aaaaaa;
}

:-moz-placeholder {
  color: #aaaaaa;
}

::-moz-placeholder {
  color: #aaaaaa;
}

:-ms-input-placeholder {
  color: #aaaaaa;
}

:placeholder-shown {
  color: #aaaaaa;
}

.form_select {
  position: relative;
  display: inline-block;
  width: 100%;
}
.form_select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  padding: .5em 2em .5em 1em;
  width: 100%;
  background-color: #f6f7f7;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.form_select select::-ms-expand {
  display: none;
}
/*.form_select select option:first-child {
  color: #aaaaaa;
}*/
.form_select::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: bold;
  font-size: 12px;
  color: #aaaaaa;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -12px;
  pointer-events: none;
}

.form_tel_comment {
  font-weight: bold;
  margin-bottom: .5em;
}

.form_tel_link a {
  display: inline-block;
  width: 262px;
  height: 0;
  overflow: hidden;
  padding-top: 30px;
  background-image: url(/wp-content/themes/affinger5-child/images/form/form_phone.png.svg);
  background-repeat: no-repeat;
}

.section_form dl {
  width: 100%;
}
.section_form dl dt {
  position: relative;
  left: -20px;
  display: block;
  width: 100vw;
  background-color: #e95a83;
  color: #fff;
  margin: 1em 0;
  padding: .5em 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section_form dl dt.req {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section_form dl dt.req::after {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  content: "必須";
  background-color: #fff;
  color: #e95a83;
  font-weight: normal;
  border-radius: 3px;
  padding: .25em .5em;
  margin-right: .5em;
}
.section_form dl dt small {
  font-size: 12px;
  display: inline-block;
  line-height: 1.5em;
  margin-top: 1em;
  padding-bottom: 1em;
  font-weight: normal;
}
.section_form dl dt small.pc {
  display: none;
}
.section_form dl dd {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.section_form dl dd input[type="text"]:not(.form_age):not(.form_name),
.section_form dl dd .form_select:not(.form_age):not(.form_name) {
  width: 100%;
}
.section_form dl dd .form_select:not(:first-of-type) {
  margin-top: 10px;
}
.section_form dl dd .form_name:not(:last-child) {
  margin-bottom: 5px;
}
.section_form dl dd .form_info {
  margin: .5em 0 0;
}
.section_form dl dd .form_info.sp {
  margin: .5em 0 1em;
}
.section_form dl dd.form_schedule span {
  position: relative;
  left: -20px;
  display: block;
  width: 100vw;
  background-color: #dddddd;
  margin: 1em 0;
  padding: .5em 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section_form dl dd.form_reference span {
  display: block;
  margin: 1em 0 .5em;
}
.section_form dl dd.form_name_sep label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section_form dl dd.form_name_sep label:first-child {
  margin-bottom: 10px;
}
.section_form dl dd.form_name_sep label input {
  width: 100%;
}
.section_form .btn_ct {
  text-align: center;
  margin-bottom: 2em;
}
.section_form .btn_ct button.btn_pink {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: 0 solid transparent;
  margin: 0 auto;
  display: block;
  padding: 20px;
  width: 100%;
  background-color: #e95a83;
  border-radius: 40px;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  text-align: center;
}
.section_form .btn_ct button.btn_pink i {
  position: absolute;
  top: 50%;
  right: 60px;
  margin-top: -.5em;
}

#wrapper .voice,
.voice {
  margin: 0;
}
.voice .section_s {
  margin-left: 20px;
  margin-right: 20px;
}
.voice .voice_interview {
  background-color: #f6f7f7;
  border-top: 2px solid #e95a83;
  padding-bottom: 20px;
}
.voice .voice_interview h3 {
  display: inline-block;
  background-color: #e95a83;
  color: #fff;
  background-image: url(/wp-content/themes/affinger5-child/images/voice/heart.svg);
  background-repeat: no-repeat;
  background-position: .5em center;
  margin: 0 0 1em 10px;
  padding: .5em .5em .5em 35px;
  font-weight: normal;
}
.voice .voice_interview section > h4 {
  font-size: 20px;
  text-align: center;
  color: #e95a83;
  font-weight: normal;
}
.voice .voice_interview section > h4 small {
  font-size: 14px;
}
.voice .voice_interview section > h4 .voice_male,
.voice .voice_interview section > h4 .voice_female {
  padding-left: 30px;
  background-repeat: no-repeat;
}
.voice .voice_interview section > h4 .voice_male {
  background-image: url(/wp-content/themes/affinger5-child/images/voice/male.svg);
  margin-right: 5px;
}
.voice .voice_interview section > h4 .voice_female {
  background-image: url(/wp-content/themes/affinger5-child/images/voice/female.svg);
  margin-left: 5px;
}
.voice .voice_interview .ol_number2 {
  padding: 30px 20px 0;
  margin-bottom: 0 !important;
}
.voice .voice_interview .ol_number2 li {
  margin-bottom: 30px;
}
.voice .voice_interview .ol_number2 li::before {
  margin-bottom: 0;
}
.voice .voice_interview .ol_number2 li span {
  font-size: 18px;
}
.voice .voice_interview .ol_number2 li p {
  display: block;
  text-indent: 0;
  background-color: #fff;
  border-radius: 10px;
  padding: .5em .75em;
  margin: 1em 0 0 -35px;
}
.voice .voice_advisor {
  padding: 0 20px;
}
.voice .voice_advisor .voice_advisor_name {
  width: 110px;
  min-width: 110px;
  font-size: 12px;
  line-height: 1.5em;
  text-align: center;
  margin: 0 auto 1em;
}
.voice .voice_advisor .voice_advisor_name .voice_advisor_img img {
  border-radius: 100%;
  max-width: 100%;
  height: auto;
}
.voice .voice_advisor .voice_advisor_comment {
  position: relative;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #e95a83;
  padding: 1em .5em;
}
.voice .voice_advisor .voice_advisor_comment::before {
  position: absolute;
  top: -6px;
  left: 50%;
  content: "";
  width: 8px;
  height: 8px;
  border-left: 1px solid #e95a83;
  border-bottom: 1px solid #e95a83;
  background-color: #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.voice .voice_advisor .voice_advisor_comment h4 {
  font-size: 16px;
  font-weight: bold;
  color: #e95a83;
  margin-bottom: 1em;
}
.voice .voice_advisor .voice_advisor_comment p:last-child {
  margin-bottom: 0;
}
.voice .voice_nav {
  padding: 0 20px;
}
.voice .voice_nav ul li {
  width: 100%;
  margin-bottom: 10px;
}
.voice .voice_nav ul li .btn_voice {
  display: block;
  padding: 1em 40px;
}
.voice .voice_nav ul li .btn_voice .btn_icon_right {
  top: 14px;
  line-height: 26px;
}

.voice .voice_interview {
    margin-bottom: 20px;
}
.voice .voice_pager_header div,
.voice .voice_pager_footer div {
    height: 44px;
}
#wrapper .voice .voice_pager_header,
.voice .voice_pager_header {
    margin-bottom: 20px;
}
.voice .voice_pager_footer {
    margin-bottom: 60px;
}

.adviser .adviser_profile section .adviser_profile_img {
  margin-bottom: 30px;
}
.adviser .adviser_profile section .adviser_profile_img img {
  max-width: 100%;
  height: auto;
}
.adviser .adviser_profile section .adviser_profile_text .profile_top small {
  font-weight: bold;
}
.adviser .adviser_profile section .adviser_profile_text .profile_top h2 {
  font-size: 30px;
  margin-top: .25em;
  margin-bottom: 30px;
}
.adviser .adviser_profile section .adviser_profile_text .profile_top p {
  margin-bottom: 1em;
}
.adviser .adviser_profile section .adviser_profile_text .profile_top dl {
  margin: 0 0 2em !important;
}
.adviser .adviser_profile section .adviser_profile_text .profile_top dl dt {
  float: left;
  clear: both;
}
.adviser .adviser_profile section .adviser_profile_text .profile_btn {
  text-align: center;
}
.adviser .adviser_profile section .adviser_profile_text .profile_btn .btn_small {
  display: none; /* inline-block */
  width: 240px;
  max-width: 100%;
}
.adviser .adviser_message {
  padding-bottom: 100px;
  margin-bottom: 70px;
  background-image: url(/wp-content/themes/affinger5-child/images/adviser/ring.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.adviser .adviser_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.adviser .adviser_nav ul li {
  width: 200px;
  max-width: 44%;
  text-align: center;
  margin: 0 3% 40px;
}
.adviser .adviser_nav ul li .adviser_nav_img {
  width: 200px;
  max-width: 100%;
  height: auto;
  border-radius: 100%;
  border: 1px solid #dddddd;
  margin-bottom: .5em;
}
.adviser .adviser_nav ul li .adviser_nav_name {
  margin-bottom: 0;
  font-size: 0.875em;
  line-height: 1.5em;
}
.adviser .adviser_nav ul li .adviser_nav_name span {
  font-weight: bold;
}

.google_map {
  padding: 0 20px;
  margin-bottom: 40px;
}
.google_map iframe {
  height: 50vh;
}

.map .map_intro section .map_intro_img {
  text-align: center;
  width: 100%;
  margin-bottom: 1.5em;
}
.map .map_intro section .map_intro_img img {
  max-width: 100%;
  height: auto;
}
.map .map_intro section .map_intro_text h2 {
  font-size: 20px;
  margin-bottom: .75em;
}
.map .map_intro section .map_intro_text dl {
  margin-bottom: 0 !important;
}
.map .map_intro section .map_intro_text dl dt {
  color: #e95a83;
  font-weight: bold;
}
.map .map_intro section .map_intro_text dl dd {
  margin-bottom: 30px;
}
.map .map_intro section .map_tel {
  font-size: 20px;
  font-weight: bold;
}
.map .map_route {
  width: 100%;
  background-color: #f6f7f7;
  padding: 20px;
  margin-left: -20px;
}
.map .map_route section > div {
  width: 100%;
}
.map .map_route section .swiper-container .swiper-wrapper {
  padding: 0 30px;
}
.map .map_route section .swiper-container .swiper-wrapper .swiper-slide {
  width: 100% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 60px;
  margin-bottom: 10px;
}
.map .map_route section .swiper-container .swiper-wrapper .swiper-slide figure {
  width: 100%;
  text-align: center;
  margin: 0;
}
.map .map_route section .swiper-container .swiper-wrapper .swiper-slide figure img {
  max-width: 100%;
  height: auto;
}
.map .map_route section .swiper-container .swiper-wrapper .swiper-slide figure figcaption {
  text-align: left;
}
.map .map_route section .swiper-container .swiper-btn-prev,
.map .map_route section .swiper-container .swiper-btn-next {
  position: absolute;
  top: 95px;
  display: block;
  content: "";
  width: 22px;
  height: 22px;
/*  border-left: 1px solid #434343;
  border-bottom: 1px solid #434343;*/
  cursor: pointer;
  z-index: 10;
}
.swiper-btn-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f359";
  font-size: 28px;
  color: #e95a83;
}
.swiper-btn-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  font-size: 28px;
  color: #e95a83;
}
.map .map_route section .swiper-container .swiper-btn-prev.swiper-button-disabled:before,
.map .map_route section .swiper-container .swiper-btn-next.swiper-button-disabled:before {
/*  border-color: #dddddd;*/
  color: #f8d1e0;
}
.map .map_route section .swiper-container .swiper-btn-prev {
  left: 1px;
  right: auto;
/*  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);*/
}
.map .map_route section .swiper-container .swiper-btn-next {
  left: auto;
  right: 7px;
/*  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);*/
}

.faq > section {
  background-color: #f6f7f7;
  padding: 20px 0;
  margin-top: 40px;
}
.faq > section h3,
.faq > section h4 {
  position: relative;
  padding: .2em 20px 0 70px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.25em;
}
.faq > section h3::before,
.faq > section h4::before {
  position: absolute;
  top: 0;
  left: 20px;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  text-align: center;
  width: 33px;
  height: 33px;
  line-height: 33px;
  border-radius: 100%;
  font-family: 'Lato', 'Avenir', 'Avenir Next', 'Century Gothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.faq > section h3 {
  color: #78b1e0;
}
.faq > section h3::before {
  content: "Q";
  background-color: #78b1e0;
}
.faq > section h4 {
  color: #e95a83;
  margin-bottom: 1.5em;
}
.faq > section h4::before {
  content: "A";
  background-color: #e95a83;
}
.faq > section .faq_content {
  display: none;
  padding: 0 20px;
  font-size: 14px;
}
.faq > section .faq_content .btn_large {
  font-size: 14px;
  padding: 1em;
}
.faq > section .faq_content .btn_large i {
  top: 1.25em;
}
.faq > section .faq_close {
  display: none;
  background-color: #333;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
  padding: .5em;
  cursor: pointer;
}
.faq > section .faq_close i {
  display: inline-block;
  width: 14px;
  height: 12px;
  margin-right: 5px;
  background-image: url(/wp-content/themes/affinger5-child/images/faq/close.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.faq > section .faq_open {
  cursor: pointer;
}
.faq > section .faq_open a {
  margin-bottom: 0;
  width: 240px;
}
.faq > section.active {
  padding-bottom: 0;
}
.faq > section.active .faq_close {
  display: block;
}
.faq > section.active .faq_open {
  display: none;
}

.media .media_menu {
  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;
}
.media .media_menu li {
  width: 48%;
  margin-bottom: 12px;
  font-weight: bold;
}
.media .media_menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 1em .5em 1em 1em;
  border: 1px solid #dddddd;
  background-color: #f6f7f7;
}
.media .media_menu li a::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: bold;
  font-size: 18px;
  pointer-events: none;
}
.media #media_mass h3 {
  margin-bottom: 30px;
}
.media #media_mass .media_list dt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 0;
}
.media #media_mass .media_list dt .media_cat_green {
  max-width: 100%;
  padding: .25em 1.25em;
  line-height: 1.25em;
  background-color: #80bd69;
  color: #fff;
  font-weight: bold;
  border-radius: 1em;
}
.media #media_mass .media_list dt .media_date {
  padding-left: 1.25em;
}
.media #media_mass .media_list dd {
  position: relative;
  left: -20px;
  display: block;
  width: 98vw;
  padding: 0 20px 1em;
  border-bottom: 1px dotted #dddddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.media #media_mass .media_list dd::after {
  clear: both;
  content: "";
  display: block;
}
.media #media_movie h3 {
  margin-bottom: 30px;
}
.media #media_movie .media_movie_list li {
  width: 100%;
  margin-bottom: 30px;
}
.media #media_movie .media_movie_list li figure {
  width: 100%;
  text-align: center;
}
.media #media_movie .media_movie_list li figure iframe {
  max-width: 100%;
}
.media #media_movie .media_movie_list li figure figcaption {
  display: inline-block;
  width: 475px;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
}

.media #media_youtube h3 {
  margin-bottom: 30px;
}
.media #media_youtube .media_youtube_list li {
  width: 100%;
  margin-bottom: 30px;
}
.media #media_youtube .media_youtube_list li figure {
  width: 100%;
  text-align: center;
}
.media #media_youtube .media_youtube_list li figure iframe {
  max-width: 100%;
}
.media #media_youtube .media_youtube_list li figure figcaption {
  display: inline-block;
  width: 475px;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
}

.container.blog_container {
  margin: 0;
}

.blog_colmn img {
  max-width: 100%;
  height: auto;
}
.blog_colmn .blog_left {
  width: 100%;
}
.blog_colmn .blog_left .blog_title_index,
.blog_colmn .blog_left .blog_title_def {
  margin: 0 20px 20px;
}
.blog_colmn .blog_left .blog_title_def,
.blog_colmn .blog_left .blog_title_single {
  font-size: 18px;
  line-height: 1.25em;
}
.blog_colmn .blog_left .blog_cat_name {
  display: inline-block;
  background-color: #e95a83;
  color: #fff;
  padding: .25em 1.5em;
}
.blog_colmn .blog_left .blog_date_author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .5em .75em;
  background-color: #f6f7f7;
  border: 1px solid #dddddd;
}
.blog_colmn .blog_left .blog_date_author .blog_date {
  margin-right: 1em;
  white-space: nowrap;
}
.blog_colmn .blog_left .blog_date_author .blog_author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.blog_colmn .blog_left .blog_date_author .blog_author span:first-child {
  text-align: right;
  margin-right: .5em;
}
.blog_colmn .blog_left .blog_date_author .blog_author .author_img {
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border-radius: 100%;
}
.blog_colmn .blog_left .blog_section {
  padding: 15px 20px;
  border-top: 1px solid #dddddd;
}
.blog_colmn .blog_left .blog_section:last-of-type {
  border-bottom: 1px solid #dddddd;
}
.blog_colmn .blog_left .blog_section > a {
  display: block;
}
.blog_colmn .blog_left .blog_section .blog_list .blog_cat_name {
  margin-bottom: 20px;
}
.blog_colmn .blog_left .blog_section .blog_list .blog_archive_title {
  font-size: 16px;
  margin-top: 0 !important;
  margin-bottom: 1em;
}
.blog_colmn .blog_left .blog_section .blog_list .blog_date_author {
  border-top: 1px solid #dddddd;
}
.blog_colmn .blog_left .blog_single .blog_header,
.blog_colmn .blog_left .blog_single .blog_content {
  padding: 0 20px;
}
.blog_colmn .blog_left .blog_single .blog_cat_name {
  margin-bottom: 40px;
}
.blog_colmn .blog_left .blog_single .blog_title_single {
  font-weight: bold;
  margin-top: 0 !important;
  margin-bottom: 30px;
}
.blog_colmn .blog_left .blog_single .blog_date_author {
  margin-bottom: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blog_colmn .blog_left .blog_single .blog_content {
  margin-bottom: 40px;
}
.blog_colmn .blog_left .blog_single .blog_author_profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  margin: 0 20px 40px;
  background-color: #f6f7f7;
}
.blog_colmn .blog_left .blog_single .blog_author_profile .author_img {
  width: 50px;
  min-width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 100%;
  margin-right: 10px;
}
.blog_colmn .blog_left .blog_single .blog_author_profile .profile_text {
  -webkit-box-flex: 100%;
      -ms-flex: 100% 0 auto;
          flex: 100% 0 auto;
}
.blog_colmn .blog_left .blog_single .blog_author_profile .profile_text h2 {
  font-size: 18px;
  margin-bottom: .5em;
}
.blog_colmn .blog_left .blog_single .blog_author_profile .profile_text p {
  margin-bottom: 0;
}
.blog_colmn .blog_left .blog_single .blog_author_profile .profile_btn {
  text-align: right;
  margin-bottom: 0;
}
.blog_colmn .blog_left .blog_single .blog_author_profile .profile_btn a.btn_small {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.blog_colmn .blog_left .blog_single .blog_relation h2 {
  font-size: 18px;
  padding: 0 20px 1em;
  border-bottom: 2px solid #dddddd;
}
.blog_colmn .blog_left .blog_single .blog_relation ul {
  margin-bottom: 0 !important;
}
.blog_colmn .blog_left .blog_single .blog_relation ul li {
  border-bottom: 1px dashed #dddddd;
}
.blog_colmn .blog_left .blog_single .blog_relation ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 20px;
}
.blog_colmn .blog_left .blog_single .blog_relation ul li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: bold;
  font-size: 12px;
  color: #e95a83;
  margin-right: 1em;
}
.blog_colmn .blog_right {
  width: 100%;
  padding-top: 30px;
}
.blog_colmn .blog_right nav h3 {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  padding: .5em 20px;
  background-color: #e95a83;
}
.blog_colmn .blog_right nav .blog_recent_post,
.blog_colmn .blog_right nav .blog_cat_list {
  margin-bottom: 0 !important;
}
.blog_colmn .blog_right nav .blog_recent_post li:not(:last-child),
.blog_colmn .blog_right nav .blog_cat_list li:not(:last-child) {
  border-bottom: 1px dotted #dddddd;
}
.blog_colmn .blog_right nav .blog_recent_post li a,
.blog_colmn .blog_right nav .blog_cat_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1em 20px;
}
.blog_colmn .blog_right nav .blog_recent_post li a::after,
.blog_colmn .blog_right nav .blog_cat_list li a::after {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-size: 18px;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: bold;
  font-size: 12px;
  color: #e95a83;
  text-align: right;
  margin-left: 1em;
}
.blog_colmn .blog_right nav .blog_select_archive {
  padding: 1em 20px 30px;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  clear: both;
  text-align: center;
  margin: 30px 0px 1.5em;
}
.wp-pagenavi a,
.wp-pagenavi span {
  min-width: 30px;
  min-height: 30px;
  line-height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  padding: 0 0.5em;
  margin: 3px;
  background-color: #fff;
  color: #333;
  border-radius: 100%;
}
.wp-pagenavi span.current {
  color: #fff;
  background-color: #333;
}
.wp-pagenavi span:first-child {
  margin-left: auto;
}
.wp-pagenavi span:last-child {
  margin-right: auto;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  padding: 0;
  font-size: 30px;
}
.wp-pagenavi .previouspostslink {
  margin-right: auto;
}
.wp-pagenavi .nextpostslink {
  margin-left: auto;
}
