/*
Theme Name: editlocal
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: editlocal
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

editlocal is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
@charset "UTF-8";abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{text-decoration:none}ins,mark{background-color:#ff9;color:#000}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}

html{
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  background-color: #EEEAE0;
}
body{
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-family :'YakuHanJP', 'Neuzeit Office W01', "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", 'MS Pゴシック', 'MS PGothic', "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  background-color: #EEEAE0;
}
a{
  text-decoration: none;
  color: #000000;
}
a:hover{
  color: #cccccc;
}
.interview-single-info a,
.interview-single-content a{
  border-bottom: dashed 1px #000000;
}
.interview-single-info a:hover,
.interview-single-content a:hover{
  border-bottom: dashed 1px #cccccc;
}
section a:link[target="_blank"]::after,
footer a:link[target="_blank"]::after{
  content: '\e902';
  display: inline;
  font-family: 'icomoon';
  font-size: 1em;
  margin-left: 0.3em;
}
ul li{
  list-style: none;
}
header{
  width: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #EEEAE0;
  transition: all 250ms cubic-bezier(.02,.63,.56,.99);
}
.sub-menu-sp{
  display: none;
}
.header-inner{
  position: relative;
  width: 100%;
  height: 340px;
  margin: auto;
  padding-top: 32px;
  border-bottom: solid 4px #000000;
  overflow: hidden;
}
.header-wrap{
  position: relative;
  max-width: 1140px;
  margin: auto;
}
.fixed .header-inner{
  padding-top: 16px;
  height: 126px;
}
.search-input-wrapper{
  position: absolute;
  content: '';
  width: 200px;
  height: 36px;
  background-color: #000000;
  top: 0;
  right: 0;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  transition: all 250ms cubic-bezier(.02,.63,.56,.99);
}
#searchform input[type=text]{
  border: none;
  border-bottom: solid 1px #cccccc;
  background-color: transparent;
  color: #ffffff;
  width: 140px;
  height: 20px;
  margin-right: 4px;
  margin-top: -6px;
  border-radius: 0;
}
#searchform input[type=text]:focus {
  outline: 0;
}

input[type=submit]#searchsubmit{
  border: none;
  width: 28px;
  height: 21px;
  background-color: transparent;
  font-family: 'icomoon';
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #ffffff;
  cursor: pointer;
}
input[type=submit]#searchsubmit:hover{
  color: #888888;
}
.search-input-wrapper form{
  position: absolute;
  width: 100%;
  right: -6px;
}
.header-inner::after{
  content: '';
  display: block;
  clear: both;
}
.header-main-wrapper{
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 32px;
  border-bottom: solid 1px #000000;
}
.header-main-wrapper::after{
  content: '';
  display: block;
  clear: both;
}
.fixed .header-main-wrapper{
  margin-bottom: 16px;
  padding-bottom: 8px;
}
.header-main{
  position: absolute;
  width: 100%;
  text-align: center;
}
.header-main > .catch{
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 700;
  margin-bottom: 24px;
}
.fixed .header-main > .catch{
  display: none;
}

header h1{
  display: block;
  width: 540px;
  margin: auto;
}
header h1 img{
  width: 100%;
}
header.fixed h1{
  width: 200px;
}
.sub-menu-pc{
  float: left;
  position: relative;
  z-index: 8;
}
.sub-menu-pc ul{
  letter-spacing: -.4em;
}
.sub-menu-pc ul li{
  display: inline-block;
  width: 120px;
  height: 100px;
  text-align: left;
  vertical-align: top;
  margin-right: 16px;
}
.fixed .sub-menu-pc ul li{
  height: 40px;
}
.sub-menu-pc ul li:last-child{
  margin-right: 0;
}
.sub-menu-pc ul li a{
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  vertical-align: top;
}
.sub-menu-pc ul li a::after{
  content: '';
  display: block;
  position: absolute;
  width: 132px;
  height: 1px;
  top: 0;
  right: 24px;
  background-color: #555555;
  -moz-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform: rotate(-45deg);
  transition: all 200ms cubic-bezier(.1,.46,0,1);
}
.fixed .sub-menu-pc ul li a::after{
  width: 40px;
  height: 1px;
}
/*.sub-menu-pc ul li a:hover::after{
  width: 80px;
  transform: rotate(-90deg);
}*/
.share-pc{
  position: absolute;
  right: 36px;
  top: 120px;
  z-index: 10;
}
.fixed .share-pc{
  display: none;
}

.share-pc > ul{
  letter-spacing: -.4em;
}
.share-pc > ul > li{
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #ffffff;
  border: solid 1px #DBDBDB;
  letter-spacing: 0;
  margin-right: 6px;
}
.share-pc > ul > li:last-child{
  margin-right: 0;
}
.share-pc > ul > li a{
  display: inline-block;
  width: 100%;
  height: 100%;
  font-family: 'ITC Lubalin Graph W01';
  font-size: 2.0rem;
  line-height: 3.6rem;
  text-align: center;
  color: #cccccc;
}
.share-pc > ul > li a:hover{
  color: #000000;
}
.share-pc > ul > li.other{
  position: absolute;
  cursor: pointer;
  transition: all 250ms cubic-bezier(.02,.63,.56,.99);
  z-index: 10;
}
.share-pc > ul > li.other.open{
  width: 120px;
  height: 90px;
  border-radius: 6px;
}
.other-inner{
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 2.0rem;
  line-height: 3.6rem;
  text-align: center;
  color: #cccccc;
}
.other-inner:hover{
  color: #000000;
}
.open .other-inner{
  display: none;
}
.other-inner::before{
  content: "\e900";
  font-family: 'icomoon';
}
.other-inner-content{
  position: relative;
  display: none;
  padding-top: 24px;
}
.other-inner-content li{
  text-align: center;
}
.open .other-inner-content{
  display: block;
}
.other-inner-close{
  position: absolute;
  font-size: 2.0rem;
  color: #cccccc;
  top: -4px;
  left: 6px;
}
.copy_btn{
  display: inline-block;
  width: 84px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  margin: auto;
  border: solid 1px #dddddd;
  border-radius: 4px;
  padding: 4px 0;
  cursor: pointer;
}
.copy_btn.copied{
  font-size: 1.1rem;
}
.copy_btn:hover{
  background-color: #dddddd;
}
.main-menu{
  width: 100%;
  float: left;
}
.main-menu ul{
  letter-spacing: -.4em;
}
.main-menu ul li{
  display: inline-block;
  width: calc(50% - 10px);
  height: 130px;
  letter-spacing: normal;
  margin-right: 20px;
}
.post-type-archive-column .main-menu ul li.interview a,
.single-column .main-menu ul li.interview a,
.post-type-archive-interview .main-menu ul li.column a,
.single-interview  .main-menu ul li.column a{
  background-color: #dbdbdb;
}
.post-type-archive-column .main-menu ul li.interview a:hover,
.single-column .main-menu ul li.interview a:hover,
.post-type-archive-interview .main-menu ul li.column a:hover,
.single-interview  .main-menu ul li.column a:hover{
  background-color: #fdd0d1;
}
.main-menu ul li:last-child{
  margin-right: 0;
}
.main-menu ul li a{
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-weight: 700;
  background-color: #F29C9D;
}
.main-menu ul li a:hover{
  background-color: #fdd0d1;
  color: #000000;
}
.main-menu ul li a .head{
  display: inline-block;
  font-size: 2.0rem;
  line-height: 2.0rem;
  letter-spacing: 0.12em;
  width: 100%;
  border-bottom: solid 1px #000000;
  padding: 18px 0 16px 0;
  margin-bottom: 14px;
}
.fixed .main-menu ul li a .head{
  padding: 12px 0;
}
.post-type-archive-column .main-menu ul li.interview a .head,
.single-column .main-menu ul li.interview a .head,
.post-type-archive-interview .main-menu ul li.column a .head,
.single-interview .main-menu ul li.column a .head{
  font-weight: 400;
}
.fixed .read{
  display: none;
}
.fixed .main-menu ul li{
  height: 42px;
}
.fixed .main-menu ul li a .head{
  border-bottom: none;
}
main{
  display: block;
  background-color: #EEEAE0;
}
main::after{
  content: '';
  display: block;
  clear: both;
}
#page{
  position: relative;
  width: 100%;
  min-height: 100%;
  padding-bottom: 330px;
}
#content{
  position: relative;
  max-width: 1180px;
  margin: auto;
  padding: 0 20px;
  z-index: 10;
  padding-top: 340px;
}
#content.fixed{
  padding-top: 122px;
}
section{
  padding-bottom: 32px;
}
section::after{
  content: '';
  display: block;
  clear: both;
}
section > h1{
  border-top: solid 4px #000000;
  border-bottom: solid 1px #000000;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8rem;
  letter-spacing: 0.1em;
  padding: 18px 0;
}
section .more{
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 12px 0 6px 0;
}

.taglist {
  width: 100%;
}
.taglist li{
  display: inline-block;
}
.taglist li a{
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.2rem;
  background-color: #F29C9D;
  padding: 4px;
  margin-right: 6px;
  margin-bottom: 4px;
}
.taglist li a:hover{
  color: #000000;
  background-color: #fdd0d1;
}

.interview-wrapper{
  width: 100%;
}
section.interview-wrapper > h1{
  border-top: none;
}
.archive .interview-wrapper{
  border-top: solid 3px #000000;
  width: 100%;
  padding-top: 40px;
}
.interview-box{
  width: 100%;
  padding: 28px 0;
  border-bottom: solid 1px;
}
.interview-box::after{
  content: '';
  display: block;
  clear: both;
}
.archive .interview-box:first-child{
  border-top: solid 1px #000000;
}
.interview-thumb{
  position: relative;
  display: block;
  width: 48%;
  float: left;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 24px;
}
.interview-info{
  width: calc(52% - 24px);
  float: left;
}
.interview-info::after{
  content: '';
  display: block;
  clear: both;
}
.interview-info-left{
  position: relative;
  width: calc(100% - 200px);
  float: left;
  padding-right: 18px;
}
.interview-num{
  position: absolute;
  width: 36px;
  height: 36px;
  background-color: #ffffff;
  border: solid 1px #555555;
  border-radius: 50%;
  font-family: 'ITC Lubalin Graph W01';
  font-size: 1.4rem;
  line-height: 3.6rem;
  letter-spacing: 0.01em;
  text-align: center;
  color: #333333;
  right: 60px;
  top: -46px;
}
.interview-title{
  font-size: 3.2rem;
  line-height: 3.8rem;
  margin-bottom: 6px;
  margin-top: -4px;
}
.interview-data-line{
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin-bottom: 32px;
}
.interview-date{
  font-family: 'ITC Lubalin Graph W01';
  margin-right: 12px;
}
.interview-writer{
  font-weight: 700;
}
.interview-writer::before{
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(image/writer.svg);
  background-size: cover;
  margin-right: 2px;
}
.interview-read{
  text-align: justify;
}
.interview-subtitle{
  font-size: 2.0rem;
  line-height: 2.6rem;
  margin-bottom: 12px;
}
.interview-info-right{
  position: relative;
  width: 200px;
  min-height: 300px;
  float: left;
}
.interview-info-right::before{
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #000000 transparent transparent transparent;
  top: -28px;
  left: -10px;
}
.interview-thumb::before{
  content: '';
  display: block;
  width: 100%;
  padding-top: 60%;
}
.interview-map{
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px;
}
.interview-map-sp{
  display: none;
}
.pref {
  fill: #000000;
}
.current_pref {
  fill: #F29C9D;
}
.top-map{
  position: relative;
  width: 100%;
  height: 500px;
}
.top-map .pref{
  cursor: pointer;
}
.top-map-count{
  font-family: 'ITC Lubalin Graph W01';
  position: absolute;
  width: 108px;
  height:180px;
  right: 6px;
  bottom: 80px;
}
.top-map-count .molecular-wrapper{
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
}
.pref_name{
  display: inline-block;
  font-size: 2.2rem;
  line-height: 3.2rem;
  background-color: #F29C9D;
  padding: 4px 4px 2px 4px;
  margin-bottom: 6px;
}
.molecular{
  font-size: 7.4rem;
  line-height: 7.4rem;
}
.top-map-count .denominator{
  position: absolute;
  width: 56px;
  font-size: 2.8rem;
  line-height: 2.8rem;
  text-align: right;
  right: 0;
  bottom: 0;
}
.top-map-count .denominator::before{
  position: absolute;
  content: '';
  display: block;
  width: 114px;
  height: 1px;
  background-color: #aaaaaa;
  -moz-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform: rotate(-45deg);
  left: -24px;
  bottom: 6px;
}

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

.interview-single-wrapper{
  width: 100%;
  border-top: solid 1px #000000;
  margin-top: 36px;
  padding-top: 28px;
  font-size: 1.7rem;
  line-height: 3.4rem;
}
.interview-single-wrapper::after{
  content: '';
  display: block;
  clear: both;
}
.interview-single-header{
  width: 360px;
  float: left;
  margin-bottom: 24px;
}
.interview-single-header h1{
  font-size: 3.2rem;
  line-height: 3.8rem;
  margin-bottom: 32px;
}
.interview-single-header .interview-subtitle{
  border-top: solid 1px #aaaaaa;
  padding: 18px 0;
}
.interview-single-header .interview-data-line{
  border-top: solid 1px #aaaaaa;
  padding: 12px 0;
  margin-bottom: 0;
}
.interview-single-header .taglist{
  width: 100%;
  border-top: solid 1px #aaaaaa;
  padding: 12px 0;
}
.interview-single-header .share-pc{
  display: block;
  position: static;
  border-top: solid 1px #aaaaaa;
  padding: 12px 0;
}
.interview-single-content{
  width: calc(100% - 420px);
  float: right;
  margin-bottom: 64px;
}
.interview-single-thumb{
  width: calc(100% - 420px);
  float: right;
}
.interview-single-info{
  width: 360px;
  font-size: 1.4rem;
  line-height: 2.2rem;
  text-align: justify;
  float: left;
}
.interview-single-info a{
  word-break: break-all;
}
.interview-single-info .head{
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #ffffff;
  background-color: #000000;
  padding: 6px;
  margin-bottom: 24px;
}
.interview-single-info > div{
  border-top: solid 1px #aaaaaa;
  margin-bottom: 32px;
}
.interview-single-data{
  padding-top: 24px;
}
.interview-single-read{
  width: 100%;
  padding: 20px 0;
  border-top: solid 10px #DBDBDB;
  border-bottom: solid 10px #DBDBDB;
  margin: 42px 0 54px 0;
  text-align: justify;
}
.interview-single-text{
  width: 100%;
  text-align: justify;
  margin-bottom: 48px;
}
.interview-single-text p{
  margin-bottom: 22px;
}
.interview-single-text h3{
  font-size: 2.0rem;
  line-height: 3.2rem;
  margin-bottom: 24px;
}
.interview-single-text blockquote{
  font-family :'YakuHanMP', 'ITC New Baskerville W01', 'yumincho',serif;
  font-size: 1.9rem;
  line-height: 3.4rem;
  padding-left: 24px;
  margin: 24px 0;
  border-left: solid 4px #DBDBDB;
}
.interview-single-image{
  width: 100%;
  margin-bottom: 48px;
}
.interview-single-image figcaption{
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.interview-single-image img{
  width: 100%;
}
.interview-single-map{
  position: relative;
}
.interview-single-map .interview-map{
  top: 0;
}
.interview-single-writer{
  width: 100%;
  float: left;
  border-top: solid 1px #aaaaaa;
  margin-bottom: 32px;
  padding: 0;
}
.interview-single-writer .head{
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #ffffff;
  background-color: #000000;
  padding: 6px;
  margin-bottom: 24px;
  float: left;
}
.interview-single-writer-inner{
  width: 100%;
  margin: auto;
  float: left;
}
.interview-single-writer .thumb{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 12px;
  float: left;
}
.interview-single-writer .content{
  width: calc(100% - 120px);
  float: left;
  padding-left: 24px;
  text-align: justify;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.interview-single-writer .name{
  font-weight: 700;
  margin-bottom: 8px;
}
.interview-single-writer .link{
  display: inline-block;
  background-color: #F29C9D;
  padding: 0 6px;
  margin-top: 16px;
  font-size: 1.2rem;
  line-height: 2.2rem;
}
.relation-post{
  width: 100%;
  float: left;
}
.relation-post-inner{
  width: 100%;
  margin-top: 24px;
  border-bottom: solid 1px #000000;
  display: flex;
  flex-wrap: wrap;
}
.relation-post-inner::after{
  content: '';
  display: block;
  clear: both;
}
.writer-single-wrapper .relation-post-inner{
  border-top: solid 1px #000000;
  padding-top: 24px;
}
.post-type{
  position: absolute;
  display: inline-block;
  background-color: #F29C9D;
  padding: 6px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-transform: uppercase;
  top: 0;
  left: 0;
}

.column-box{
  display: block;
  width: calc((100% / 3) - 12px);
  float: left;
  margin-right: 18px;
  margin-bottom: 60px;
}
.home .column-box{
  margin-bottom: 18px;
}
.column-box:nth-child(3n){
  margin-right: 0;
}
.column-thumb{
  position: relative;
  width: 100%;
  display: inline-block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.column-thumb::before{
  content: '';
  display: block;
  width: 100%;
  padding-top: 60%;
  top: 0;
  left: 0;
}
.column-inner{
  padding: 32px 0;
  border-bottom: solid 1px #000000;
}
.column-inner::after{
  content: '';
  display: block;
  clear: both;
}
.column-title{
  font-size: 2.2rem;
  line-height: 3.0rem;
  margin-bottom: 12px;
}
.column-data-line{
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin-bottom: 16px;
}
.column-date{
  font-family: 'ITC Lubalin Graph W01';
  margin-right: 12px;
}
.column-writer{
  font-weight: 700;
}
.column-writer::before{
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(image/writer.svg);
  background-size: cover;
  margin-right: 2px;
}
.column-read{
  text-align: justify;
}

.column-single-wrapper{
  width: 100%;
  border-top: solid 1px #000000;
  padding-top: 24px;
  font-size: 1.6rem;
  line-height: 3.0rem;
}
.column-single-wrapper::after{
  content: '';
  display: block;
  clear: both;
}
.column-single-header{
  width: 360px;
  height: 200px;
  float: left;
  margin-bottom: 24px;
}
.column-single-content{
  width: calc(100% - 420px);
  float: right;
}
.column-single-info{
  width: 360px;
  height: 200px;
  font-size: 1.4rem;
  line-height: 2.2rem;
  text-align: justify;
  float: left;
}
.column-single-info a{
  word-break: break-all;
}
.column-single-info .head{
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #ffffff;
  background-color: #000000;
  padding: 6px;
  margin-bottom: 24px;
}
.column-single-info > div{
  border-top: solid 1px #aaaaaa;
  margin-bottom: 32px;
}
.column-single-data{
  padding-top: 24px;
}
.column-single-read{
  width: 100%;
  padding: 20px 0;
  border-top: solid 10px #DBDBDB;
  border-bottom: solid 10px #DBDBDB;
  margin: 42px 0 54px 0;
}
.column-single-header h1{
  font-size: 3.2rem;
  line-height: 3.8rem;
}
.column-single-text{
  width: 100%;
  text-align: justify;
  margin-bottom: 24px;
}
.column-single-text p{
  margin-bottom: 18px;
}
.column-single-text h3{
  font-size: 2.0rem;
  line-height: 3.2rem;
  margin-bottom: 24px;
}
.column-single-text blockquote{
  font-family: 'YakuHanMP', 'ITC New Baskerville W01', 'MyYumincho', serif;
  font-size: 1.8rem;
  line-height: 3.0rem;
  padding: 12px 0;
}
.column-single-image{
  width: 100%;
  margin-bottom: 32px;
}
.column-single-image figcaption{
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.column-single-image img{
  width: 100%;
}

.news-wrapper{
  width: calc(50% - 16px);
  float: left;
  margin-right: 32px;
  margin-bottom: 32px;
}
.news-list{
  padding: 6px 0;
}
.news-list li{
  border-bottom: solid 1px #000000;
}
.news-list li a{
  display: inline-block;
  width: 100%;
  padding: 4px 0;
  vertical-align: middle;
}
.news-date{
  display: inline-block;
  font-family: 'ITC Lubalin Graph W01';
  font-size: 1.2rem;
  line-height: 2.6rem;
  width: 72px;
  float: left;
}
.news-title{
  display: inline-block;
  float: left;
  width: calc(100% - 72px);
}

.news-archive-wrapper{
  width: 100%;
}
.news-archive-wrapper .news-date{
  font-size: 1.4rem;
  line-height: 2.6rem;
  width: 80px;
  float: left;
}
.news-archive-wrapper .news-title{
  display: inline-block;
  float: left;
  width: calc(100% - 80px);
}

.map-wrapper{
  width: calc(50% - 16px);
  float: right;
}


.about-inner{
  font-size: 1.6rem;
  line-height: 3.0rem;
  text-align: center;
}
.about-inner > div{
  border-bottom: solid 1px #aaaaaa;
  padding-bottom: 54px;
}
.about-inner > div:last-child{
  border-bottom: none;
}
.about-inner > div > h2{
  font-size: 2.2rem;
  line-height: 2.2rem;
  margin: 42px 0;
}
.about-inner > div > h3{
  margin-top: 36px;
  margin-bottom: 12px;
}

.support-inner{
  font-size: 1.6rem;
  line-height: 3.0rem;
  text-align: center;
}
.support-inner > div{
  border-bottom: solid 1px #aaaaaa;
  padding-bottom: 54px;
}
.support-inner > div:last-child{
  border-bottom: none;
}
.support-inner > div > h2{
  font-size: 2.2rem;
  line-height: 2.2rem;
  margin: 42px 0;
}
.support-inner > div > h3{
  margin-top: 36px;
  margin-bottom: 12px;
}
a.support-contact{
  display: inline-block;
  background-color: #F29C9D;
  padding: 0 12px;
  margin-top: 24px;
}
.support-offer-icon{
  margin-bottom: 32px;
}
.support-offer-icon li{
  display: inline-block;
  width: 180px;
  margin-right: 42px;
}
.support-offer-icon li img{
  width: 100%;
}
.support-offer-icon li:last-child{
  margin-right: 0;
}
.support-offer-icon li .caption{
  font-weight: 700;
}


.writer-box-wrapper{
  max-width: 740px;
  margin: auto;
  padding-top: 48px;
  padding-bottom: 80px;
}
.writer-box{
  width: 100%;
  margin-bottom: 60px;
}
.writer-box::after{
  content: '';
  display: block;
  clear: both;
}
.writer-thumb-wrapper{
  width: 120px;
  margin-right: 54px;
  float: left;
}
.writer-thumb{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 12px;
}
.writer-name-wrapper{
  text-align: center;
}
.writer-name-ja{
  font-size: 2.0rem;
  line-height: 2.0rem;
  margin-bottom: 6px;
}
.writer-name-en{
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.writer-profile-wrapper{
  width: calc(100% - 174px);
  float: left;
}
.writer-profile{
  text-align: justify;
  margin-bottom: 24px;
}
.writer-link{
  display: inline-block;
  background-color: #F29C9D;
  padding: 0 6px;
}
.writer-single-wrapper{
  border-top: solid 1px #000000;
}
.writer-single-header{
  max-width: 740px;
  margin: auto;
  padding-top: 32px;
}
.writer-single-header::after{
  content: '';
  display: block;
  clear: both;
}
.writer-posts-list{

}

/*----- contact ----*/
.contact-wrapper h1{
  margin-bottom: 24px;
}
.contact-wrapper ul{
  width: 100%;
  margin: 60px 0 30px 0;
}
.red{
  color: #ff0000;
}
.contact-wrapper ul li{
  max-width: 1000px;
  margin-bottom: 24px;
}
.contact-wrapper ul li::after{
  content: '';
  display: block;
  clear: both;
}
.contact-caption{
  font-weight: 700;
}
.contact-label{
  width: 250px;
  min-height: 1px;
  float: left;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 700;
  color: #000000;
  vertical-align: middle;
}
.contact-form{
  float: left;
  width: calc(100% - 250px);
}
.contact-form input[type="text"],
.contact-form input[type="email"]{
  width: 80%;
  height: 32px;
  border: solid 1px #000000;
  outline:none;
  font-size: 1.4rem;
  line-height: 2.0rem;
  padding: 0 6px;
  font-family :'YakuHanJP', 'Neuzeit Office W01', "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", 'MS Pゴシック', 'MS PGothic', "メイリオ", Meiryo, sans-serif;
}
.contact-form textarea{
  width: 80%;
  height: 200px;
  border: solid 1px #000000;
  outline:none;
  font-size: 1.4rem;
  line-height: 2.0rem;
  font-family :'YakuHanJP', 'Neuzeit Office W01', "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", 'MS Pゴシック', 'MS PGothic', "メイリオ", Meiryo, sans-serif;
}
.contact-form input[type="checkbox"]{
  font-size: 1.4rem;
  line-height: 2.0rem;
  margin-top: 6px;
}
.contact-form input[type="submit"]{
  display: block;
  width: 140px;
  height: 60px;
  border: solid 1px #ffffff;
  background-color: #000000;
  color: #ffffff;
  font-family :'YakuHanJP', 'Neuzeit Office W01', "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", 'MS Pゴシック', 'MS PGothic', "メイリオ", Meiryo, sans-serif;
  font-size: 2.2rem;
  line-height: 2.2rem;
  letter-spacing: 0.1em;
  cursor: pointer;
  font-weight: bold;
  border-radius: 6px;
}
.contact-form input[type="submit"]:hover{
  background-color: #f0f0f0;
  color: #000000;
}
.contact-terms{
  width: 80%;
  border: solid 1px #000000;
  padding: 12px;
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding-bottom: 0;
  margin-bottom: 6px;
}
.contact-terms .head-main{
  color: #000000;
}
.contact-terms p{
  margin-bottom: 14px;
}
.contact-terms a{
  color: #000000;
  border-bottom: solid 1px #000000;
}
.contact-terms a:hover{
  color: #cccccc;
  border-bottom: solid 1px #cccccc;
}
.contact-wrapper p{
  margin-bottom: 8px;
}
.contact-credit{
  max-width: 1000px;
  font-size: 1.4rem;
  line-height: 2.8rem;
  margin-top: 68px;
  padding-top: 36px;
  border-top: solid 1px #cccccc;
}
.contact-credit p{
  margin-bottom: 0;
}
.labo-wrapper{
  width: 100%;
  padding-bottom: 60px;
}
.labo-main-image{
  width: 100%;
  background-color: #F29C9D;
  background-image: url(image/logo_labo.svg);
  background-position: 50% 42%;
  background-repeat: no-repeat;
  background-size: 68%;
  margin: 24px 0;
}
.labo-main-image::after{
  content: '';
  display: inline-block;
  width: 100%;
  padding-top: 42%;
}
.labo-wrapper section > h1 {
  position: relative;
  width: 100%;
  height: 1px;
  border-top: solid 2px #000000;
  border-bottom: none;
  padding: 0;
  letter-spacing: 0.01em;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 0 0 72px 0;
  margin-top: 72px;
}
.labo-wrapper section > h1 p{
  position: absolute;
  color: #ffffff;
  background-color: #000000;
  border: solid 4px #EEEAE0;
  width: 114px;
  height: 114px;
  border-radius: 50%;
  top: -57px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.labo-concept{
  font-size: 2.0rem;
  line-height: 1.8;
  font-weight: 700;
}
.labo-list{
  width: 100%;
}
.labo-list ul{
  width: 100%;
  display: flex;
  flex-wrap:wrap;
  flex-direction: row;
  justify-content:  space-between;
}
.labo-list ul li{
  flex-basis: 49%;
  margin-bottom: 36px;
}
.labo-list-thumb{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
.labo-list-thumb::after{
  content: '';
  display: inline-block;
  width: 100%;
  padding-top: 55%;
}
.labo-title{
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}
.labo-privilege ul{
  width: 80%;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 auto;
}
.labo-privilege ul li{
  width: 100%;
  margin-bottom: 18px;
}
.labo-privilege ul li::after{
  content: '';
  display: block;
  clear: both;
}
.labo-wrapper a{
  text-decoration: underline;
}
.labo-wrapper .num{
  display: inline-block;
  font-family: 'ITC Lubalin Graph W01';
  color: #F29C9D;
  font-size: 2.4rem;
  line-height: 1.6;
  width: 36px;
  float: left;
  text-align: right;
  margin-right: 8px;
}
.labo-wrapper .privilege{
  width: calc(100% - 50px);
  float: left;
}
.labo-fee{
  width: 100%;
  font-weight: 700;
  text-align: center;
}
.labo-box-inner{
  font-family :'YakuHanJP', "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", 'MS Pゴシック', 'MS PGothic', "メイリオ", Meiryo, sans-serif;
  margin-bottom: 36px;
}
.labo-box-inner:last-child{
  margin-bottom: 0;
}
.labo-box-inner h2{
  display: inline-block;
  font-size: 1.8rem;
  border-bottom: solid 3px #F29C9D;
  margin-bottom: 12px;
  margin-top: 32px;
}
.labo-box-inner h2:first-child{
  margin-top: 0;
}
.labo-box-inner .large{
  font-size: 3.6rem;
  line-height: 1;
  vertical-align: middle;
  margin-bottom: 12px;
}
.labo-box-inner .small{
  font-size: 0.9em;
  line-height: 1.6;
}
.labo-procedure{
  font-weight: 700;
  text-align: center;
}
.labo-member{
  text-align: center;
}
.labo-member-inner{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.labo-member-inner li{
  width: 25%;
  margin-bottom: 24px;
}
.labo-member-inner li a:hover{
  opacity: 0.6;
}
.labo-member-inner li img{
  width: 70%;
}
section .labo-member-inner a:link[target="_blank"]::after{
  display: none;
}
a.popup-button{
  text-decoration: none;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
  padding: 16px;
  background-color: #fff;
  border:solid 1px #000000;
  margin-bottom: 24px;
  cursor: pointer;
}
.popup-text{
  display: none;
}
#popup-window{
  display: none;
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  background-color: rgba(0,0,0,0.5);
}
#popup-text-wrapper{
  position: absolute;
  max-width: 960px;
  padding: 24px 42px;
  margin: 60px 0;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%)
}
.popup-title{
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 24px;
}
#popup-text-wrapper h2{
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin: 16px 0 42px 0;
}
#popup-text-wrapper p{
  margin-bottom: 14px;
}
#popup-close{
  width: 120px;
  height: 120px;
  position: fixed;
  top: 48px;
  right: 10%;
  z-index: 999999;
  cursor: pointer;
}
#popup-close::before,
#popup-close::after{
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 80px;
  top :0;
  left: 50%;
  background-color: #ffffff;
}
#popup-close::before{
  transform: rotate(45deg);
}
#popup-close::after{
  transform: rotate(-45deg);
}
/*.labo-procedure .heading{
  font-family: 'ITC Lubalin Graph W01';
  color: #F29C9D;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.04em;
}*/
.labo-procedure .procedure{
  font-size: 3.2rem;
  line-height: 1;
  vertical-align: middle;
  margin-bottom: 12px;
}
.labo-contact{
  text-align: center;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1;
}

footer{
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 330px;
  background-color: #DBDBDB;
  bottom: 0;
}
.site-info{
  max-width: 1180px;
  margin: auto;
  padding: 54px 20px 20px 20px;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.footer-logo{
  width: 200px;
  margin-bottom: 32px;
}
.footer-ul-wrapper{
  width: 100%;
  margin-bottom: 48px;
}
.footer-ul-wrapper::after{
  content: '';
  display: block;
  clear: both;
}
.footer-ul-wrapper ul{
  float: left;
  margin-right: 48px;
}
.footer-ul-wrapper ul:last-child{
  margin-right: 0;
}
.footer-ul-wrapper ul li{
  margin-bottom: 8px;
}
.copy{
  text-align: right;
  font-size: 1.0rem;
  letter-spacing: 0.06em;
}
.notfound-text{
  margin-top: 24px;
}
@media screen and (max-width: 1180px){
  body{
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-family :'YakuHanJP', 'Neuzeit Office W01', 'MyHiragino', 'MS Pゴシック', 'MS PGothic', "メイリオ", Meiryo, sans-serif;
    font-weight: 400;
  }
  .sub-menu-sp{
    display: block;
  }
  #menu-trigger,
  #menu-trigger span {
    display: inline-block;
    -webkit-transition: all 300ms cubic-bezier(0.5,0,0,1);
    -moz-transition: all 300ms cubic-bezier(0.5,0,0,1);
    -o-transition: all 300ms cubic-bezier(0.5,0,0,1);
    transition: all 300ms cubic-bezier(0.5,0,0,1);
    box-sizing: border-box;
  }
  #menu-trigger {
    position: fixed;
    width: 26px;
    height: 20px;
    z-index: 200;
    top:14px;
    right: 14px;
    z-index: 9999;
  }
  #menu-trigger span {
    position: absolute;
    left: 0;
    width: 26px;
    height: 2px;
    background-color: #000000;
    border-radius: 4px;
  }
  #menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  #menu-trigger span:nth-of-type(2) {
    top: 9px;
  }
  #menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  #menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
    transform: translateX(4px);
  }
  #menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
  .sub-menu-sp-inner{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    z-index: 999;
    background-color: #EEEAE0;
    transition: all 300ms cubic-bezier(0.5,0,0,1);
    font-size: 2.4rem;
    line-height: 3.2rem;
    text-align: left;
    padding: 14px;
  }
  .sub-menu-sp-inner.active{
    top: 0;
    left: 0;
  }
  .sub-menu-sp-inner li{
    width: 100%;
    margin-bottom: 6px;
  }

  #content{
    padding: 0 12px;
    padding-top: 150px;
  }
  #content.fixed {
    padding-top: 69px;
  }
  #page{
    padding-bottom: 386px;
  }
  .header-inner {
    height: 168px;
    padding-top: 48px;
    border-bottom: solid 3px #000000;
  }
  .main-menu ul li{
    width: calc(50% - 2px);
    height: 36px;
    margin-right: 4px;
  }
  .fixed .main-menu ul li{
    height: 36px;
  }
  .main-menu ul li a .head{
    font-size: 1.6rem;
    line-height: 1.6rem;
    padding: 10px 0 8px 0;
    border-bottom: none;
  }
  .main-menu .read{
    display: none;
  }
  header{
    padding: 0 12px;
  }
  header h1{
    width: 98%;
  }
  header h1 img{
    width: 100%;
  }
  header.fixed h1{
    width: 200px;
  }
  .sub-menu-pc {
    display: none;
  }
  .header-main-wrapper {
    margin-bottom: 12px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .header-wrap .share-pc{
    display: none;
    left: 0;
    top:0;
    right: auto;
    bottom: 0;
    z-index: 10;
  }
  .header-main{
    position: static;
  }
  .header-main > .catch {
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: 700;
    margin-bottom: 12px;
  }
  .fixed .header-main-wrapper {
    margin-bottom: 6px;
    padding-bottom: 0;
  }
  .fixed .header-inner {
    padding-top: 14px;
    height: 90px;
  }
  .fixed .main-menu {
    border-bottom: none;
  }
  .fixed .main-menu ul li a .head {
    padding: 11px 0;
  }
  section > h1{
    border-top: solid 3px #000000;
    border-bottom: solid 1px #000000;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.6rem;
    letter-spacing: 0.1em;
    padding: 12px 0;
    margin-top: 18px;
  }
  .search-input-wrapper{
    display: none;
  }
  #searchform input[type=text] {
    color: #000000;
    width: 240px;
    height: 24px;
  }
  input[type=submit]#searchsubmit{
    border: none;
    width: 28px;
    height: 21px;
    font-size: 1.8rem;
    line-height: 1.8rem;
    color: #000000;
  }
  input[type=submit]#searchsubmit:hover{
    color: #888888;
  }
  .search-input-wrapper form{
    position: absolute;
    width: 100%;
    right: 0;
  }
  .interview-map{
    display: none;
  }
  .interview-map-sp{
    display: block;
    margin-top: 12px;
  }
  .interview-box{
    padding: 28px 0 32px 0;
  }
  .interview-thumb{
    width: 100%;
    margin-right: 0;
    margin-bottom: 6px;
  }
  .interview-single-wrapper{
    font-size: 1.5rem;
    line-height: 3.0rem;
    border-top: none;
    margin-top: 0;
  }
  .interview-single-text blockquote{
    font-size: 1.7rem;
    line-height: 3.2rem;
    padding-left: 12px;
    margin: 18px 0;
  }
  .archive .interview-wrapper{
    border-top: none;
    padding-top: 54px;
  }
  .interview-single-text p{
    margin-bottom: 20px;
  }
  .interview-single-text h3{
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-top: 24px;
    margin-bottom: 12px;
  }
  .interview-single-image{
    width: 100%;
    margin-bottom: 28px;
  }
  .interview-single-image figcaption{
    font-size: 1.2rem;
    line-height: 2.2rem;
  }
  .interview-info,
  .interview-info-left,
  .interview-info-right{
    width: 100%;
  }
  .interview-info-left{
    padding-right: 0;
    margin-bottom: 12px;
  }
  .interview-info-right{
    min-height: auto;
  }
  .interview-info-right::before{
    display: none;
  }
  .interview-title{
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin-bottom: 12px;
    margin-top: 0;
  }
  .interview-subtitle{
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 6px;
  }
  .interview-read{
    display: none;
  }
  .interview-data-line {
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin-bottom: 12px;
  }
  .interview-single-writer .thumb{
    display: block;
    text-align: center;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 8px;
    float: none;
  }
  .interview-single-writer .name{
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 12px;
    text-align: center;
  }
  .interview-single-writer .content{
    width: 100%;
    padding-left: 0;
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
  .interview-single-header {
    width: 100%;
  }
  .interview-single-header h1{
    font-size: 2.8rem;
    line-height: 3.2rem;
    margin-bottom: 24px;
  }
  .interview-single-content,
  .interview-single-thumb{
    width: 100%;
  }
  .interview-single-info{
    width: 100%;
  }
  .interview-num {
    right: 6px;
  }
  .map-wrapper{
    width: 100%;
    float: right;
  }
  .top-map{
    /*display: none;*/
    height: 400px;
  }
  .top-map-count {
    width: 90px;
    height: 170px;
    right: 6px;
    bottom: -20px;
  }
  .pref_name {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  .molecular {
    font-size: 6.8rem;
    line-height: 6.8rem;
  }
  .column-box{
    width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #000000;
  }
  .home .column-box{
    margin-bottom: 18px;
  }
  .column-box:nth-child(3n){
    margin-right: 0;
  }
  .column-box:last-child{
    border-bottom: solid 1px #000000;
  }
  .column-inner {
    padding: 32px 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .news-wrapper{
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .about-inner{
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
  .about-el p{
    text-align: left;
  }
  .about-el p br{
    display: none;
  }

  .support-inner{
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
  .support-inner p{
    text-align: left;
  }
  .support-inner p br{
    display: none;
  }
  .support-inner > div{
    border-bottom: solid 1px #aaaaaa;
    padding-bottom: 54px;
  }
  .support-inner > div:last-child{
    border-bottom: none;
  }
  .support-inner > div > h2{
    font-size: 2.0rem;
    line-height: 2.0rem;
    margin: 42px 0 28px 0;
  }
  .support-inner > div > h3{
    margin-top: 36px;
    margin-bottom: 12px;
  }
  a.support-contact{
    display: inline-block;
    background-color: #F29C9D;
    padding: 0 12px;
    margin-top: 24px;
  }
  .support-offer-icon{
    margin-bottom: 12px;
  }
  .support-offer-icon li{
    display: inline-block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .support-offer-icon li img{
    width: 160px;
  }
  .support-offer-icon li:last-child{
    margin-right: 0;
  }
  .support-offer-icon li .caption{
    font-weight: 700;
    text-align: center;
  }
  .writer-single-wrapper{
    border-top: none;
  }
  .writer-thumb {
    margin: auto;
    margin-bottom: 12px;
  }
  .writer-thumb-wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 18px;
  }
  .writer-profile-wrapper {
    width: 100%;
  }
  .contact-label{
    width: 100%;
  }
  .contact-form{
    float: left;
    width: 100%;
  }
  .contact-form input[type="text"], .contact-form input[type="email"] {
    width: 100%;
    border-radius: 0;
  }
  .contact-form textarea {
    width: 100%;
    border-radius: 0;
  }
  .contact-form input[type="submit"] {
    border-radius: 0;
    background-color: #000;
  }
  input[type="submit"],
  input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
  }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none;
  }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px;
  }
  footer{
    height: 390px;
  }

  .labo-concept{
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .labo-list ul li{
    flex-basis: 100%;
    margin-bottom: 24px;
  }
  .labo-title{
    font-size: 2.2rem;
  }
  .labo-privilege ul{
    width: 90%;
    font-size: 1.6rem;
  }
  .labo-box-inner .content{
    font-size: 2.4rem;
  }
  .labo-contact{
    font-size: 2.4rem;
  }
  .labo-member-inner li{
    width: 100%;
  }
  .labo-member-inner li img{
    width: 50%;
  }
  .labo-box-inner .large{
    font-size: 2.4rem;
  }
  #popup-text-wrapper {
    width: 80%;
    padding: 12px 24px;
  }
  #popup-close{
    width: 50px;
    height: 50px;
  }
  #popup-close::before,
  #popup-close::after{
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 50px;
  }
}
/*Wordpress5.7で追加、pタグの空間を削除*/
p:empty:before {
content: "";
}