@charset "utf-8";
body,html {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  width: 100%;
	font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  color: #474543;
}
.wrapper {
	width: 1080px;
  margin: 0 auto;
}
.clearfix{zoom:1;}
.clearfix:after{
  display:block;
  content:'';
  clear:both;
}
.view_pc {
  display: block;
}
.view_sp {
  display: none;
}
img {
	display: block;
  width: 100%;
  height: auto;
}
a {
	text-decoration: none;
	color: #474543;
}
a, a:hover ,a img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a:hover img {
	opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity:0.80; 
}
h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  text-align: center;
  color: #474543;
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 20px;
  padding-bottom: 35px;
}
h3 {
  text-align: left;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.6;
}
ol li {
  list-style-type: decimal;
  margin: 20px 0 20px 20px;
  line-height: 1.6;
  font-size: 14px;

}
i {
  color: #c2c2c2;
  margin-right: 5px;
}
p {
  text-align: left;
  font-size: 14px;
  line-height: 1.3;
}
.article {
  position: relative;
  padding: 15px;
  background: #fff;
  border-radius: 0 0 20px 20px;
}
p.category, p.date, p.clinic {
  font-size: 12px;
  letter-spacing: 0;
  margin: 5px 0;
  text-align: left;
  color: #707070;
}
p.tag {
  display: inline-block;
  padding: 4px 8px;
  border: solid 1px #888;
  border-radius: 6px;
}
.btn_more {
  text-align: center;
  padding: 1.2% 0;
  display: block;
  width: 30%;
  margin: 20px auto 10px;
  background: #464443;
  color: #fff;
  border-radius: 22px;
}
.btn_more p {
  display: inline-block;
  color: #fff;
}
.btn_more img {
  width: 5px;
  display: inline-block;
  margin-left: 12px;
}


/*header
--------------------------------------*/
header {
  width: 100%;
  background: #fff;
}
header .wrapper {
  position: relative;
  padding: 40px 0;
}
header h1 img {
  width: 180px;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
header .title_txt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #999;
  height: max-content;
}
header nav.sns {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: max-content;
}
header nav.sns li {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
header nav.sns i {
  font-size: 20px;
}
header nav.sns img {
  width: 24px;
}
header nav.menu {
  text-align: center;
  padding: 15px 0;
  border-top: solid 1px #dfdfdf;
}
header nav.menu li {
  display: inline-block;
  margin: 0px 12px;
}
header nav.menu li a {
  color: #474543;
  font-size: 13px;
}
header nav.menu li a:hover,
header nav.sns a:hover i {
  color: #ccc;
}
#form.searchform {
  width:206px;
  height: 30px;
  background: #F0F4FA;
  border-radius: 50px;
}
#form.searchform input{
  vertical-align: top;
  margin: 0px;
  height: 100%;
  box-sizing: border-box;
}
.searchform #input {
  border: none;
  width: 170px;
  padding-left: 10px;
  background: transparent;
  outline: none;
}
.searchform #submit{
  width: 30px;
  border: none;
  background-image: url(images/icon_search.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  background-color: transparent;  
}

/* MMENU */
.mm-menu {
  background: #FBE9F1 !important;
}
#mmenu_wrap {
  display: block;
  position: fixed;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 23px;
  padding-top: 4px;
  background: #fff;
  text-align: center;
  z-index: 3;
}
#mmenu_wrap i {
  color: #D1A7AF;
  margin-right: 0;
}
#mmenu_wrap .fa:before {
  font-size: 20px;
}
.mm-panel.mm-hasnavbar .mm-navbar {
  display: none;
}
.mm-panels>.mm-panel.mm-hasnavbar {
  padding-top: 0!important;
}
.mm-listview>li {
  text-align: left;
  padding: 10px 20px 10px 20px;
}
.mm-listview>li:not(.mm-divider):after {
  right: 20px!important;
}
.mm-listview>li.search #form {
  border: solid 1px #fff;
  width: 100%;
  background: #fff;
}
.mm-listview>li.search #input {
  width: 87%;
}
.mm-listview>li.sns,
.mm-listview>li.search {
  padding: 10px 20px 10px 20px;
}
.mm-listview>li:first-child:after,
.mm-listview>li.search:after,
.mm-listview>li.sns:after {
  border: none!important;
}
.mm-listview>li.sns a {
  display: inline-block;
  width: 38px;
  height: 38px;
  background: #474543;
  margin-right: 10px;
  padding: 0;
}
.mm-listview>li.sns i.fab,
.mm-listview>li.sns i.fa {
  color: #fff;
  font-size: 22px;
  padding: 8px 0px 0px 9px;
}
.mm-listview>li.sns img {
  width: 25px;
  margin: 8px 7px;
}


/*footer
--------------------------------------*/
footer {
  background: #9B8CB1;
  padding: 36px 0 10px;
  color: #fff;
}
footer p,footer a {
  color: #fff;
}
footer .footer_content {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
footer .copyright {
  text-align: center;
  letter-spacing: 0.5px;
  font-size: 12px;
  color: #fff;
  margin: 20px auto;
}
.footer_logo {
  max-width: 152px;
}
.footer_about {
  width: 44%;
}
.footer_category {
  width: 30%;
}
.footer_about ul,
.footer_category ul {
  margin: 12px 0;
  font-size: 14px;
  width: 48%;
}
.footer_about li,
.footer_category li {
  margin: 4px 0;
}
.footer_about_top,
.footer_category_top {
  font-size: 15px;
  font-weight: 600;
}
.footer_list {
  display: flex;
}

/*mainvisual
--------------------------------------*/
.mv_bg_wrap {
  background: url(images/mv_bg.jpg);
  background-size: cover;
}
.mv {
  padding: 30px 0;
  overflow: hidden;
}
.mv .article p.category {
  color: #ffc217;
}
.mv .article p.date {
  float: left;
  color: #999;
}
.mv .article p.clinic {
  float: right;
  color: #999;
}
.mv .slider .article_wrap {
  margin: 0 12px;
}
.mv .slider .article_wrap a {
  outline: none;
}
.slider.slick-initialized {
  display: block;
}
.slick-dotted.slick-slider,
.slick-track,
.slick-list.draggable {
  height: auto;
  width: 100%;
}
.mv .slider .slick-slide {
  margin: 0 10px;
}
.mv .slider .slick-dots {
  bottom: -40px;
}
.mv .slider .slick-dots li {
  margin: 0;
  height: auto;
  background: none;
  width: 20px!important;
  height: 20px!important;
}
.mv .slider .slick-dots li button:before {
  font-size: 10px;
  opacity: 1;
  color: #bfbfbf;
}
.mv .slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #232323;
}

/* article list */
.article_wrap img,
.pickup li img,
.latest_article li img {
  border-radius: 15px 15px 0 0;
}
.article_wrap h3,
.latest_article h3 {
  text-align: justify;
}
.article_foot {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.article_foot .article_category {
   background-color: #EFF2F7;
   color: #707070;
   font-size: 13px;
  padding: 2px 10px 3px;
  border-radius: 10px;
}
.article_foot .article_date {
  color: #707070;
}

/*  pickup  */
.pickup {
  background: rgba(0,49,87,20%);
  padding: 50px 0;
}
.pickup .wrapper {
  margin: 0 0 0 20px;
  width: auto;
}
.pickup.bottom {
  background: #EBE1F4;
}
.pickup .title {
  width: 28%;
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 0 0;
}
.pickup .title h2 {
  color: #fff;
  text-align: left;
  font-size: 18px;
  padding-bottom: 20px;
  line-height: 1.3;
}
.pickup .title h2 span {
  display: block;
}
.pickup.bottom .title h2 {
  color: #474543;
}
.pickup .title .category {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.2rem;
  margin: 10px 0 20px;
}
.pickup.bottom .title .category {
  color: #fff;
}
.pickup .title p {
  color: #fff;
  line-height: 1.4rem;
}
.pickup.bottom .title p {
  color: #666;
}
.pickup .title .btn_more {
  background: #464443;
  color: #fff;
  width: 65%;
  margin-left: 0;
  padding: 8px 0;
  border-radius: 20px;
}
.pickup .title .btn_more p {
  color: #fff;
}
.pickup ul {
  display: inline-block;
  width: 70%;
  white-space: nowrap;
  overflow-x: scroll;
}
.pickup ul li {
  width: 32%;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.pickup ul li:last-child {
  margin-right: 0;
}
.pickup .article {
  color: #fff;
  font-size: 20px;
}
.pickup ul li .new {
  width: 70px;
  height: 70px;
  background: #ffc217;
  border-radius: 50%;
  position: absolute;
  top: -35px;
  left: -35px;
  z-index: 2;
}
.pickup.bottom ul li .new {
  background: #1e2e53;
}
.pickup ul li .new p {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
  margin-top: 27px;
  line-height: 1;
}
.pickup ul li h3 {
  white-space: normal;
  text-align: justify;
}

/*  latest  */
.latest {
  padding: 60px 0;
  background: #F8F9FB;
}
.latest h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.2rem;
  color: #474543;
  margin-bottom: 30px;
}
.latest h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.2rem;
  color: #474543;
}
.latest h2 span {
  font-size: 14px;
  display: block;
}
.latest .latest_article {
  text-align: center;
}
.latest .latest_article ul li {
  width: 31%;
  margin-right: 2%;
  margin-bottom: 2%;
  display: inline-block;
  vertical-align: top;
}
.latest .latest_article ul li:nth-child(3n) {
  margin-right: 0;
}
.latest .article .category {
  color: #ffc217;
}
.latest .article .date {
  text-align: right;
  letter-spacing: 0;
}

/* partner */
.partner {
  padding: 60px 0;
  background: #F8F9FB;
}
.partner ul {
  display: flex;
  justify-content: space-between;
}
.partner ul li {
  width: 14%;
}

/* footer_sns */
.footer_sns {
  background: #fff;
  padding: 30px 0;
}
.footer_sns ul {
  text-align: center;
}
.footer_sns li {
  display: inline-block;
  width: 21%;
}
.footer_sns p {
  margin-bottom: 10px;
  text-align: center;
}
.footer_sns a {
  background: #464443;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  display: inline-block;
  width: 93%;
  font-size: 14px;
  border-radius: 20px;
}
.footer_sns i {
  font-size: 16px;
  margin-right: 2%;
  color: #fff;
}
.footer_sns img {
  width: 17px;
  display: inline-block;
  margin-right: 3%;
  vertical-align: middle;
}


@media screen and (max-width: 1024px) {
  .wrapper {
    width: 100%;
  }
  .container {
    padding: 0 25px;
  }
  header .title_txt {
    left: 25px;
  }
  header nav.sns {
    right: 25px;
  }
  .slick-list.draggable {
    height: 451px;
  }
}
@media screen and (max-width: 768px) {
  #mmenu_wrap {
    top: 25px;
    width: 28px;
    padding-top: 3px;
  }
  header .view_pc {
    display: none;
  }
  header .view_sp {
    display: block;
  }
  header {
    position: fixed;
    z-index: 99;
  }
  header .title_txt {
    font-size: 10px;
  }
  
  h3 {
    font-size: 14px;
    line-height: 1.3;
  }
  .slick-list.draggable {
    height: 408px;
  }
  .footer_sns li {
    width: 28%;
  }
}
@media screen and (max-width: 600px) {
  .view_pc {
    display: none;
  }
  .view_sp {
    display: block;
  }
  .container {
    padding: 0 10px;
  }
  #mmenu_wrap {
    top: 14px;
  }
  h2 {
    font-size: 18px;
    padding-bottom: 20px;
  }
  h3 {
    margin: 7px 0;
  }
  .article {
    padding: 10px;
  }
  header {
    padding: 10px 0;
  }
  header .wrapper {
    padding: 18px 0;
  }
  header h1 img {
    width: 130px;
    height: auto;
  }
  header .title_txt {
    display: none;
  }
  header nav.sns {
    right: 0;
  }
  .mv {
    padding: 70px 0 30px;
  }
  .slick-list.draggable {
    padding: 0!important;
    height: auto;
  }
  .mv .slider .article_wrap {
    margin: 0 0px;
  }
  .article_foot {
    display: block;
    text-align: left;
  }
  .article_foot .article_category {
    margin-bottom: 5px;
    display: inline-block;
  }
  .pickup .wrapper {
    margin: 0;
  }
  .pickup .wrapper .container {
    padding: 0 0 0px;
  }
  .pickup, .latest, .partner {
    padding: 40px 0;
  }
  .pickup .title {
    width: 90%;
    margin: 0 auto 20px;
    display: block;
  }
  .pickup .title .category {
    text-align: center;
  }
  .pickup .title h2 {
    padding-bottom: 13px;
  }
  .pickup .btn_more {
    background: #464443;
    color: #fff;
  }
  .pickup ul {
    width: 100%;
    padding: 0 10px;
  }
  .pickup ul li {
    width: 48%;
    margin-bottom: 20px;
  }
  .pickup ul li .new {
    width: 40px;
    height: 40px;
    top: 3px;
    left: 3px;
  }
  .pickup ul li .new p {
    font-size: 10px;
    margin-top: 15px;
  }
  .pickup.bottom .title .category {
    text-align: center;
  }
  .latest .latest_article ul li {
    margin-bottom: 4%;
    width: 48%;
  }
  .latest .latest_article ul li:nth-child(3n) {
    margin-right: 2%;
  }
  .latest .latest_article ul li:nth-child(2n) {
    margin-right: 0;
  }
  .latest .latest_category ul li {
    width: 21%;
    margin: 0;
    font-size: 10px;
  }
  .latest .article .category,
  .latest .article .date {
    margin-bottom: 0;
  }
  .btn_more {
    width: 60%;
    padding: 10px 0;
  }
  .partner ul {
    flex-wrap: wrap;
  }
  .partner ul li {
    width: 32%;
    margin-bottom: 2%;
  }
  footer .footer_content {
    display: block;
  }
  .footer_logo {
    margin: 0 auto 20px;
  }
  .footer_list {
    margin-bottom: 30px;
  }
  .footer_about {
    width: 100%;
  }
  .footer_category {
    width: 100%;
  }
  .footer_about ul, .footer_category ul {
    font-size: 13px;
  }
  .footer_sns p {
    margin-bottom: 4px;
  }
  .footer_sns ul li {
    width: 60%;
    margin-bottom: 15px;
  }
  .footer_sns ul li:last-child {
    margin-bottom: 0;
  }
  .footer_sns a {
    width: 100%;
    font-size: 12px;
  }
}
@media screen and (max-width: 375px) {
  .pickup ul li {
    width: 47%;
  }
}
@media screen and (max-width: 360px) {
  .mv .slider .article_wrap {
    width: 340px!important;
    margin: 0 10px;
  }
}
@media screen and (max-width: 320px) {
  .mv .slider .article_wrap {
    width: 300px!important;
    margin: 0 10px;
  }
  .slick-list.draggable {
    height: 488px!important;
  }
}


/*single, page, category
--------------------------------------*/
.single .single_article,
.page .page_article,
.single .single_article .ad,
.recommend {
  padding: 30px 0;
}
.single,.page {
  background: #F8F9FB;
}
.single article .wrapper {
  width: auto;
}
.single .container,
.page .container {
  /*background: #fff;*/
  position: relative;
}
.single .single_article,
.page .page_article {
  width: 728px;
  margin: 0 auto;
}
.single .single_article h1,
.single .single_article h2 {
  text-align: left;
  margin: 10px 0;
}
.single .single_article .article_meta .article_category {
  display: inline-block;
  background-color: #EFF2F7;
  color: #707070;
  font-size: 13px;
  text-decoration: none;
  padding: 2px 10px 3px;
  margin-right: 10px;
  border-radius: 10px;
}
.single .single_article .article_meta .tags {
  display: inline-block;
  font-size: 14px;
  color: #707070;
}
.single .single_article .article_meta .tags li {
  display: inline-block;
  margin-right: 10px;
}
.single .single_article .article_meta .tags li a {
  text-decoration: underline;
  color: #707070;
}
.single .single_article .article_meta,
.single .single_article .sns {
  display: inline-block;
  width: 49%;
}
.single .single_article p.category, 
.single .single_article p.date {
  font-size: 14px;
}
.single .single_article p.date {
  display: inline-block;
  margin: 10px 10px 10px 10px;
}
.single .single_article figure.size-full {
  text-align: center;
  margin-bottom: 40px;
}
.single .single_article figure.wp-block-image.size-full img {
  margin: 20px auto 0;
} 
.single .single_article .sns ul {
  text-align: right;
  margin: 10px 0;
}
.single .single_article .sns ul li {
  width: 70px;
  padding: 3px 0;
  margin: 0 5px;
  color: #fff;
  display: inline-block;
  text-align: center;
}
.single .single_article .article_footer_sns ul {
  text-align: center;
  margin: 10px auto;
}
.single .single_article .sns ul li:nth-of-type(1),
.single .single_article .article_footer_sns li:nth-of-type(1) a {
  background: #01abf0;
}
.single .single_article .sns ul li:nth-of-type(2),
.single .single_article .article_footer_sns li:nth-of-type(2) a {
  background: #2a478c;
}
.single .single_article .sns ul li:nth-of-type(3),
.single .single_article .article_footer_sns li:nth-of-type(3) a {
  background: #00a4de;
}
.single .single_article .sns ul li:nth-of-type(4) {
  background: #565656;
}
.single .single_article i {
  color: #fff;
}
.single .single_article .article_main .single_lead p {
  line-height: 1.8rem;
  font-size: 15px;
}
.single .single_article .article_main {
  margin-top: 20px;
}
.single .single_article .article_single_thumb img {
  border-radius: 20px;
}
.single .single_article .article_main img {
  max-width: 728px;
}

.single .single_article div#toc_container {
  border: 2px solid #DFE4EF;
  min-width: 70%;
  margin-bottom: 40px;
}
.single .single_article #toc_container li {
  font-size: 14px;
  margin: 0 0 15px 0;
}
.single .single_article #toc_container li a {
  color: #474543;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}
.single .single_article #toc_container > ul > li > a {
  border-bottom: 1px dashed #DFE4EF;
  display: block;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-weight: 600;
}
.single .single_article #toc_container .toc_number {
  margin-right: 10px;
  color: #A8B0BF;
  font-weight: 500;
}
.single .single_article p,
.page .page_article p,
.page .page_article ol,
.single .single_article blockquote,
.page .page_article blockquote {
  margin: 30px 0;
  line-height: 1.8;
  font-size: 14px;
}
.single .single_article blockquote,
.page .page_article blockquote {
  background: #F0F4FA;
  padding: 30px;
  border-radius: 15px;
}
.single .single_article blockquote p,
.page .page_article blockquote p {
  margin: 10px 0;
}
.single .single_article h2,
.page .page_article h2 {
  background-color: #F5E4E8;
  padding: 14px 10px;
  margin: 60px 0 20px;
  font-size: 20px;
  font-weight: 600;
}
.single .single_article h3,
.page .page_article h3 {
  border-bottom: 4px solid #F5E4E8;
  padding: 4px 0px;
  margin: 40px 0 10px;
  font-size: 18px;
  font-weight: 600;
}
.single .single_article h4,
.page .page_article h4 {
  border-left: 6px solid #DFE4EF;
  padding: 4px 0px 4px 10px;
  margin: 30px 0 20px;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}
.single .single_article .interviewer,
.single .single_article .interviewee {
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
}
.single .single_article .interviewer .txt,
.single .single_article .interviewee .txt {
  border: solid 2px #DFE4EF;
  padding: 0px 20px;
  width: 84%;
}
/*.single .single_article .interviewer .txt,
.single .single_article .interviewee img {
  float: right;
}
.single .single_article .interviewee .txt,
.single .single_article .interviewer img {
  float: left;
}*/
.single .single_article .interviewer img,
.single .single_article .interviewee img {
  width: 50px;
  height: 50px;
}
.single .single_article .uservoice figure img {
  width: 80px;
  height: 80px;
}
.single .single_article .uservoice .uservoice_textblock {
  
}
.single .single_article .wp-block-media-text {
  margin: 20px 0 40px;
}
.wp-block-media-text.is-stacked-on-mobile.uservoice {
  grid-template-columns: 15% auto !important;
  margin: 30px 0;
}
.wp-block-media-text.is-stacked-on-mobile.uservoice .wp-block-media-text__content {
  grid-template-columns: 15% auto !important;
}
.wp-block-media-text.is-stacked-on-mobile.uservoice .wp-block-media-text__content {
  grid-column: 2;
  grid-row: 1;
  border: solid 2px #DFE4EF;
  padding: 10px 20px;
  background-color: #fff;
}
.wp-block-media-text.is-stacked-on-mobile.uservoice .wp-block-media-text__content p {
  margin: 5px 0;
  font-size: 13px;
  line-height: 1.4rem;
}
.wp-block-media-text.is-stacked-on-mobile.uservoice .wp-block-media-text__media {
  grid-column: 1;
  grid-row: 1;
}
.single .single_article .wp-block-media-text__media img {
  max-width: 80%;
    margin: 0 auto;
}
.single .single_article a,
.page .page_article a {
  color: #BF7F8C;
  text-decoration: underline;
  display: inline-block;
}
.single .single_article .wp-block-button a {
  color: #fff;
  text-decoration: none;
}
.single .single_article .wp-block-image img {
  margin: 20px auto;
}
.single .single_article ul.wp-block-list {
  padding: 0;
  margin: 20px auto;
}

.single .single_article ul.wp-block-list li {
  position: relative;
  list-style-type: none!important;
  padding: 0.5em 0.5em 0.5em 0.5em;
  margin-bottom: 5px;
  line-height: 1.5;
  background: #dbebf8;
  vertical-align: middle;
  color: #505050;
  border-radius: 15px 0px 0px 15px;
  font-size: 14px;
}

.single .single_article ul.wp-block-list li:before{ 
  display:inline-block; 
  vertical-align: middle;
  content:'';
  width:1em;
  height: 1em;
  background: #fff;
  border-radius: 50%;
  margin-right: 8px;
}



.single .single_article .article_footer_sns li {
  display: inline-block;
  width: 30%;
  margin-right: 4%;
}
.single .single_article .article_footer_sns li:last-child {
  margin-right: 0;
}
.single .single_article .article_footer_sns li p {
  text-align: center;
  margin: 10px auto;
}
.single .single_article .article_footer_sns li a {
  padding: 6px 0;
  color: #fff;
  display: inline-block;
  width: 100%;
  font-size: 20px;
  border-radius: 5px;
}
.single .single_article .comments {
  background-color: #F8F9FB;
  padding: 4%;
}
.single .single_article .comments h2 {
  background-color: #DFE4EF;
}
.single .single_article .comments h3 {
  border-bottom: none;
  font-size: 15px;
  margin-bottom: 0px;
}
.single .single_article .comments ol {
  margin: 30px 0;
}
.single .single_article .comments ol li {
  margin-bottom: 30px;
}
.single .single_article .comments ol li::marker {
  color: #93929B;
}
.single .single_article .comments ol li p {
  margin: 10px 0;
}
.single .single_article .comments ol li .url,
.single .single_article .comments ol li .comment-meta a,
.single .single_article .comments ol li .comment-author {
  color: #93929B;
  text-decoration: none;
  font-size: 12px;
}
.single .single_article .comments label[for="comment"] {
  display: none;
}
.single .single_article .comments .comment-form-comment {
  margin: 0;
}
.single .single_article .comments .comment-form-author {
  margin: 10px 0 20px;
}
.single .single_article .comments .name {
  border-bottom: solid 2px #f1f1f1;
  color: #8c8c8c;
  margin: 10px 0;
}
.single .single_article .comments .comment {
  margin: 10px 0 10px 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #D2D5D9;
}
.single .single_article .comments .comment-reply-link {
  font-size: 11px;
}
.single .single_article .comments .logged-in-as {
  font-size: 12px;
  margin: 5px 0;
}
.single .single_article .comments .form-submit {
  margin: 20px 0;
}
.single .single_article .comments input[type="submit"] {
  background: #BF7F8C;
  color: #fff;
  border-radius: 22px;
  border: none;
  padding: 6px 20px;
}
.single .single_article .comments textarea {
  border: 1px solid #D2D5D9;
  padding: 5px;
  width: 100%;
}
.single .single_article .comments .comment-form-author input {
  border: 1px solid #D2D5D9;
  max-width: 200px;
  padding: 5px;
}
.single .single_article .comments .says{
	display:none;
}
.single .single_article .comments .comment-author,
.single .single_article .comments .comment-meta{
	display:inline-block;
}
.page .page_article h1 {
  margin: 20px auto 40px;
  color: #93929B;
}
.single .wp-block-media-text .wp-block-media-text__content {
  padding: 0 4%;
}
.archive .category_description {
  margin: 0px auto 30px;
}
.archive .category_description p {
  text-align: center;
}



/* AD */
.single .single_article .ad {
  text-align: center;
}
.single .single_article .ad.bottom img {
  display: inline-block;
  max-width: 300px;
  margin: 20px;
}
.single .single_right_ad {
  position: fixed;
  top: 160px;
  right: 0;
  max-width: 320px;
}
@media screen and (max-width: 1368px) {
  .single .single_right_ad {
    display: none;
  }
}

/* RECOMMEND */
.recommend {
  background: #C8E3EE;
}
.recommend h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.2rem;
  color: #474543;
}
.recommend h2 span {
  display: block;
  font-size: 14px;
}
.recommend ul li {
  width: 23%;
  margin-right: 2%;
  display: inline-block;
}
.recommend ul li:nth-child(4n) {
  margin-right: 0;
}
.recommend .recommend_article img {
  border-radius: 20px 20px 0 0;
}
.recommend .recommend_article h3 {
  font-size: 15px;
}

/* bread
--------------------------------------*/
.bread_wrap {
  color: #93929B;
  background-color: #EDF0F7;
  padding: 8px 0;
}
.bread_wrap a {
  margin: 10px 0;
  color: #93929B;
}


@media screen and (max-width: 768px) {
  .single .single_article,
  .page .page_article {
    width: 80%;
  }
}

@media screen and (max-width: 600px) {
  .single .single_article,
  .page .page_article {
    width: 100%;
    padding-top: 56px;
  }
  .single .single_article h2,
  .page .page_article h2 {
    font-size: 19px;
  }
  .single .single_article h3,
  .page .page_article h3 {
    font-size: 17px;
  }
  .single .single_article .article_meta {
    width: 100%;
  }
  .single .single_article .article_meta .article_category {
    display: inline-block;
  }
  .single .single_article .sns {
    width: 100%;
  }
  .recommend .container {
    padding: 0 0 0 10px;
  }
  .recommend ul {
    white-space: nowrap;
    overflow-x: scroll;
    padding: 0 10px 10px 0;
  }
  .recommend ul li {
    width: 46%;
  }
  .recommend .recommend_article h3 {
    white-space: wrap;
  }
  .single .single_article .introduction_app figure img {
    max-width: 50%;
    margin: 10px auto 0;
  }
  .single .single_article .interviewer .txt, .single .single_article .interviewee .txt {
    width: 72%;
  }
  .single .single_article .interviewer img, .single .single_article .interviewee img {
    width: 14%;
    height: 14%;
  }
  .single .single_article .uservoice figure img {
    width: 100%;
    height: 100%;
  }
  .single .single_article .uservoice .uservoice_textblock {
    padding: 0px 0px;
  }
  .single .single_article .uservoice .uservoice_textblock p {
    font-size: 13px;
    margin: 10px 0;
  }
  .article_foot .article_category {
    font-size: 12px;
  }
  .article_foot .article_date {
    font-size: 12px;
    padding: 2px 0 0 0;
  }
  .single .single_article .ad.bottom {
    padding: 0 20px;
  }
  .single .single_article .ad.bottom img {
    display: inline-block;
    max-width: 300px;
    margin: 20px 0;
  }
  .single .wp-block-media-text.is-stacked-on-mobile.uservoice .wp-block-media-text__content {
    padding: 10px 10px;
  }

  .bread_wrap {
    padding-top: 62px;
  }
}



/* about */
.page .about_text {
  margin: 40px auto;
}
.page .about_text p {
  margin: 20px 0;
  text-align: center;
  font-size: 15px;
  line-height: 1.8rem;
}

@media screen and (max-width: 600px) {
  .page .about_text p {
    text-align: left;
    font-size: 14px;
  }
}


/* contact */
.page .contact_text {
  margin: 40px auto;
}
.page .contact_text p {
  margin: 20px 0;
  text-align: center;
  font-size: 15px;
  line-height: 1.8rem;
}
.form_embed {
  margin: 40px auto;
  text-align: center;
}

@media screen and (max-width: 430px) {
  .page .contact_text p {
    text-align: left;
    font-size: 14px;
  }
}