@charset "UTF-8";
/* @import url("../css2020/jquery.fatNav.css"); */
*{margin:0;padding:0;}
html {
	height:100%;
}
body {
	font-size: 16px;
	height:100%;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: 400;
	width:100%;
	line-height:1.7;
	position:relative;
  height: 100%;
	box-sizing: border-box;
  border-top: 8px solid #1c1c1c;
  color:#221815;
  word-break: break-all;
}
.pc{
	display:none !important;
}
.bold{
	font-weight: bold;
}
a{
	text-decoration: none;
	outline: none;
	color: #353535;
}
a:focus, *:focus{ 
	outline:none; 
}
a img,a{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s;
}
ul li {
	list-style:none;
}
img{
	vertical-align: bottom;
	width: 100%;
}
.mgt0{
	margin-top:0 !important;
}
.mgt20{
	margin-top:20px !important;
}
.center,.spcenter{text-align:center!important;}
.left{text-align:left!important;}
.clear{clear:both;}
.block{display:block;}
.bordernone{border: none !important;}
.minft{
	font-size:0.8em;
}
.orange{
	color: #ff4500;
}
.underyw{
	background: linear-gradient(transparent 60%, #ffff66 60%);
	font-weight: bold;
	font-size: 17px;
}
header nav{
  display: none;
}
header h1,.headlogo{
	width:120px;
	margin: 5px auto 10px;
}
.maintitle{
	font-family: 'DM Sans', sans-serif;
	font-weight: 500;
	font-size:30px;
	letter-spacing: 2px;
	margin-bottom:30px;
	position: relative;
}
.maintitle:before {
	content: "";
	height: 2px;
	background: #000000;
	display: inline;
	width: 70px;
	position: absolute;
	  bottom: -2px;
	  left: 50%;
	  transform:  translateX(-50%);
	  -webkit-transform:  translateX(-50%);
	  margin: auto;
}
.mainimgarea{
	position: relative;
}
.catcharea{
	z-index:99;
	background:rgba(238, 230, 215, 1);
	padding:103px 40px 70px;
	z-index:98;
	overflow:hidden;
	position: relative;
	width:100%;
	-webkit-box-sizing: border-box;
	     -moz-box-sizing: border-box;
	         -o-box-sizing: border-box;
	      -ms-box-sizing: border-box;
	             box-sizing: border-box;
}
.catcharea .catch{
	height:100%;
}
.mainimg{
  width : 100% ;
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height: 100%;
  background:url(images2020/top/slider2-sp.jpg) no-repeat center center;
  background-size: cover;
}
.mainimg.renewal{
  background:url(images2020/top/renewal/slider2-sp.jpg) no-repeat center center;
}
.mainimg img{
	display: none;
}
.mainlogo{
	position:absolute;
	top:8px;
	position: absolute;
	  left: 50%;
	  transform: translateX(-50%);
	  -webkit-transform:translateX(-50%);
	  margin: auto;
	z-index:89;
	width:35%;
}
.rampimg{
	top: -65px;
	position: absolute;
	left: calc(50% - 65px);
	margin: auto;
	z-index: 99;
}
.rampimg img{
	width:130px;
}
.maincatch{
	margin:40px 3%;
}
.maincatch h1{
	font-size:26px;
	text-align:center;
	margin-bottom:0;
}
.maincatch h1 span.reg{
	font-weight: normal;
	font-size:0.8em;
	vertical-align: top;
	display: inline-block;
	margin-left: -6px;
}
.maincatch .subtitle{
	font-size: 16px;
	padding-bottom:8px;
	text-align: center;
	font-weight: bold;
}
.inner, .inner2, .inner3{
	margin: 0 auto;
}
.inner{
	width: 90%;
}
.generalsec{
	margin-bottom:94px;
}
.flexlist{
	display: flex;
}
.service h1.maintitle{
	margin-bottom:25px;
	margin-top: 50px;
}
.service__text{
	 width:90%;
	 margin:0 auto 30px;
	 font-size:16px;
	 text-align: justify;
}
.service .inner{
	width:78%;
}
.service .inner div{
	font-size:14px;
	margin-bottom:50px;
}
.service .inner div img{
	width:100%;
	vertical-align: bottom;
	margin-bottom:20px;
}
.service__contents{
	text-align: justify;
}
.service h2,.renutitle,p.maintitle{
	font-size: 20px;
	line-height: 1.5em;
	margin-bottom: 20px;
	letter-spacing:2px;
}
.top-news{
	width	:92%;
	margin:0 auto 110px;
}
ul.newslist li{
	border-bottom:1px solid #e5e5e5;
	margin-bottom:20px;
	padding-bottom:5px;
	font-size:16px;
}
.newsday{
	font-size:13px;
	display: block;
	padding-right: 10px;
}
.aboutus{
	margin-bottom:70px;
	background:#f4efe5;
}
.aboutus .flexlist{
	flex-direction: column;
}
.aboutus h1{
	font-size: 28px;
	font-style: normal;
	margin-bottom: 20px;
	line-height: 1.7em;
	text-align: center;
}
.aboutus h2{
	margin-bottom: 15px;
	font-size: 21px;
}
.aboutus h3{
	margin-bottom: 15px;
	font-size: 21px;
}
.aboutus_mainimg{
	height:300px;
	width : 100% ;
}
.aboutusimgarea{
	width : 100% ;
  height:100%;
  background:url(images2020/top/aboutus.jpg) no-repeat center center;
  background-size:cover;
}
.aboutus__contentsarea{
	padding:30px 5% 50px;
	box-sizing: border-box;
}
.aboutus .reservebtn{
	margin-top: 30px;
}
.contact .flexlist{
	width:88%;
	margin:40px auto;
	flex-direction: column;
}
.contact h2{
	font-size:23px;
	margin-bottom:20px;
}
.contact h2 .kana{
	display: block;
	font-size: 12px;
}
.contact .reservebtn{
	margin:50px auto 0;
}
.tel{
	margin-top: 10px;
	font-weight: bold;
	font-size: 17px;
	letter-spacing:2px;
}
.contact__contents{
	
}
.contact__map{
	margin-top: 20px;
}
footer{
	background:#242424;
  font-style:normal;
  position:relative;
  padding:25px 0 15px;
}
footer p, footer a{
	color: #fff;
	font-size: 13px;
}
footer h1{
	width: 175px;
	margin: 25px auto 40px;
}
footer ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 85%;
	margin: 0 auto 25px;
}
footer li{
	width: 48%;
	text-align: center;
	border: solid 2px rgba(255, 255, 255, 0.9);
	border-radius: 15px;
	box-sizing: border-box;
	margin-bottom: 4.5%;
	display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.4;
}
footer li a{
	padding: 6px 0 4px;
	display: block;
}
.copy{
  color: #fff;	
  font-size: 12px;
  letter-spacing: 3px;
  padding-bottom: 5px;
  text-align: center
}
.reservebtn{
	text-align:center;
	width: 65%;
	box-sizing: border-box;
	margin: 20px auto 0;
	letter-spacing: 4px;
}
.reservebtn a{
	display: block;
	border: 1px solid #636363;
	padding: 6px 0 5px 8px;
	background: #fff;
	color: #000;
	font-size: 15px;
	border-radius: 10px;
}
.btn-text{
 	position: relative;
	z-index: 2;
}
.hoveranime{
 	position:relative;
 	overflow:hidden;
 	cursor:pointer;
}
.hoveranime .btn-child{
 	position:absolute;
 	top:0;
 	left:0;
 	width:0%;
 	height:100%;
 	transition:all 0.5s;
}
.b-w_hover .btn-child{
 	background-color:	#3a3a3a;
}
.gray{
  border:0;width:100%;
  filter:grayscale(100%);
  -webkit-filter:grayscale(100%);
  height: 350px;
}
.list04{
}
.list04 li img{
	width:100%;
	border-radius:2px;
	margin-bottom:8px;
}
.topic .list04{
	overflow: scroll;
	padding-bottom: 20px;
}

.topic .list04 li{
	font-size: 13px;
}
.topic .list04 li {
	min-width: 212px;
	max-width: 220px;
	margin-right: 15px;
}
.topicarchive .topiclistarea.list04 li,.topictaxonomy .topiclistarea.list04 li{
	opacity:1;
}
.topic{
	background:#f6f6f6;
	padding:60px 0;
}
.topic.generalsec{
	margin-bottom:56px;
}


.bloglist__titlearea {
	position: relative;
	font-size: 13px;
}
.wtimg {
	position: absolute;
	top: -30px;
	right: 2px;
	z-index: 90;
}
.list04 li .wtimg img {
	border-radius: 50%;
	object-fit: cover;
	object-position: 50% 50%;
	width: 35px;
	height: 35px;
	border: 2px solid #fff;
}
.topicday{
	margin:2px 0 4px;
	font-size:12px;
	color:#555555
}
.tag{
	background:#e2e0de;
	color:#0a0a0a;
	padding:5px 10px 3px;
	border-radius:3px;
	font-size: 11px;
}
.topiclist__title{
	margin-top:7px;
}


/* 下層ページ */
main.subP{
	padding-top: 30px;
}
.about{
}
.about-top h2{
	font-size: 28px;
	text-align: center;
}
.about-top h2 span.reg{
	font-weight: normal;
	font-size:0.6em;
	vertical-align: top;
	display: inline-block;
	margin-left: -6px;
}
h3.about_txt_t{
	font-size: 17px;
	margin-bottom: 20px;
	margin-top: 30px;
}
.about_txt{
	margin: 0px auto 50px;
	line-height: 1.9em;
	font-size: 16px;
	text-align: justify;
}
.about_contents{
	background:#f6f3f2;
	padding:60px 0 5px;
	text-align: justify;
}
.about_contents h2{
	font-size: 25px;
	margin-bottom:30px;
}
.about_contents__message{
	flex-direction: column;
	margin:0 auto 50px;
}
.about_contents__message__img{
	width:80%;
	margin:10px auto 20px;
}
/*
.mgr6{
	margin-right: 6%;
}
.mgl6{
	margin-left: 6%;
}
*/
.about_contents__message div{
	flex:1;
}
.messarea{
}
.messarea h2{
	font-size: 31px;
}
.mesflex{
}
.mesflex .messimg{
	width:73%;
	margin: 9px auto 30px;
}
.mesflex div{
	flex:1;
}
.messtext{
	text-align: justify;
}
.messtext .bold{
	font-size:1.2em;
}
.messimg img{
	border-radius: 50%;
}
.messname{
	text-align: right;
	margin-top: 40px;
	letter-spacing: 2px;
}
.messname span{
	font-size: 1.2em;
	display: block;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.about_contents h3{
	font-size: 19px;
	margin-bottom: 15px;
	white-space: nowrap;
	color:#ff4500;
	text-align: center;
}
.spservice{
	flex-direction: column-reverse;
}
.history h2{
	font-size: 31px;
}
.meetshop-copyright{
	font-size: 14px;
	margin-top: 20px;
}
/*companyページ*/
.history{
}
table.history-table {
    width: 100%;
    margin: 20px auto 50px;
    border-top: solid 1px #e1e1e1;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
}
.history-table th {
    text-align: left;
    padding:20px 13px 0px;
    display	:block;
}
.history-table td {
    border-bottom:1px solid #e1e1e1;
    padding:8px 13px 18px;
    display	:block;
}
ul.supporter{
	margin:0px 0 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
ul.supporter li{
	width:140px;
	margin:3%;
}
ul.supporter li img{
	width:100%;
}
.company h2{
	margin-bottom: 20px;
	line-height: 1.2em!important;
	letter-spacing:2px;
	font-family: 'DM Sans', sans-serif;
	font-weight: 500;
	font-size: 27px;
}
.companyflex{
	flex-direction: column;
}
.company{
	margin-top: 40px;
}
.company dl{
	margin-bottom: 70px;
}
.company dt{
	font-size: 16px;
	margin: 20px 0 10px;
	background: #bfbfbf;
	padding: 3px 20px;
	color: #fff;
	border-radius: 4px;
	font-weight: bold;
}
.company dd{
	padding: 0 18px;
}
.company .mapimg{
	flex:1;
}
.company .mapimg iframe{
	height:350px;
}
.company .flex1{
	margin-bottom:50px;
}
.company .reservebtn{
	margin:40px auto;
}
.mainvideoarea{
	padding-top: 58%;
	overflow: hidden;
	position: relative;
}
.mainvideoarea video{
	width:100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	margin: auto;
}
.mainvideoarea.healthcaremovie video{
	top: 50%;
	transform:  translateX(-50%) translateY(-50%);
	-webkit-transform:  translateX(-50%) translateY(-50%);
	margin: auto;
}
.mainvideoarea h2{
	position: absolute;
	top: 50%;
	transform: translateY(-50%) ;
	-webkit-transform: translateY(-50%) ;
	margin: auto;
	color:#fff;
	font-size: 22px;
	text-align: center;
	width: 100%;
}
.mainvideoarea h2 span{
	display: block;
	font-size: 13px;
	padding-top: 8px;
}
.catchcontents{
	padding:24px 6% 40px;
	font-size: 16px;
}
.catchcontents .inner{
	max-width:900px;
	text-align: justify;
}
.serviceabout{
	margin:0 auto;
	background:#f1ebdf;
	flex-direction: column;
}
.produceabout{
	background:#f6f4f3;
}
.serviceabout__img{
	margin-bottom:30px;
}
.serviceabout__contents{
	margin-bottom:70px;
}
.serviceabout__contents div{
	padding:0 8%;
}
.serviceabout__contents{
	font-size:15px;
	text-align: justify;
}
.serviceabout__contents h2{
	font-size:22px;
	margin-bottom:25px;
	text-align: left;
}
.serviceabout__contents h2 .minfont{
	display: block;
}
.minfont{
	font-size:0.6em;
	font-weight: normal;
}
.cases{
	padding-top:50px;
	margin-bottom:80px;
}
.cases h2{
	font-size:31px;
	margin-bottom:30px;
}
.caselist{
	flex-wrap: wrap;
	justify-content: center;
}
.caselist li{
	width:30%;
	margin-right: 3.5%;
}
.caselist li:nth-child(3n){
	margin-right: 0;
}
.caselist__contents{
	position: relative;
	padding-left:15px;
	margin-top:20px;
}
.caselist__contents::before{
	content:"";
	width:1px;
	height:100%;
	background:#888888;
	position: absolute;
	top:0;
	left:0;
}
.caselist__contents .companyname{
	font-weight: bold;
	font-size:15px;
}
.caselist__contents h3{
	font-weight: normal;
	font-size:15px;
	padding-top:8px;
}
.interviewarea{
	margin: 0px auto 100px;
}
.interviewarea__titlearea h3{
	font-size:20px;
	margin-bottom:5px;
}
.interviewarea__titlearea__name{
	font-size: 0.9em;
	line-height: 1.6;
	margin-bottom:13px;
	font-weight:bold;
	padding-left:6px;
}
.interviewarea__about{
	margin-bottom:40px;
	position: relative;
}
.interviewarea__about__img{
	width: 100%;
	z-index:-1;
}
.interviewarea__titlearea{
	z-index:99;
	line-height: 2;
	position: relative;
	width:87%;
	margin:-54px auto 0;
	padding: 30px 4% 30px 5%;
	background:rgba(252, 251, 249, 0.8);
	box-shadow: 0 10px 30px rgba(204, 204, 204, 0.4);
	box-sizing: border-box;
}
.interviewarea__cntents{
	width:87%;
	margin:0 auto;
}
.interviewarea__cntents h4{
	border-bottom: 1px solid #ababab;
	font-size: 23px;
	padding:9px 0 7px;
	margin-bottom:30px;
	color:#2e2e2e;
}
.cases .reservebtn{
	margin:50px auto 30px;
	width:83%;
}
.cases .reservebtn a{
	border-radius: 15px;
	letter-spacing: 1px;
	font-size: 13px;
	padding:12px 0 10px;
}

.ques{
	margin-bottom:15px;
	color:#000;
	font-weight: bold;
	font-size:17px;
}
.ans{
	margin-bottom:33px;
}
.ans .link a{
	text-decoration: underline;
	display: inline-block;
}
.interviewarea__middleimg{
	margin:30px auto 40px;
}
.interviewarea__detail{
	margin:10px auto;
	padding:20px;
	word-wrap: break-word;
	background:#f5f5f5;
	     -moz-box-sizing: border-box;
	         -o-box-sizing: border-box;
	      -ms-box-sizing: border-box;
	             box-sizing: border-box;
}
.interviewarea__detail p{
	margin-bottom:6px;
}
.interviewarea__detail p:last-child{
	margin-bottom:0;
}
.annotation{
	border:1px solid #5b5b5b;
	padding:20px;
	margin:20px auto 20px;
	width: 100%;
	align-items: center;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.annotation .annotation__img{
	width:95px;
	margin: 0px auto 20px;
}
.annotation__contents{
	flex:1;
}
.annotation__contents li{
	list-style: disc;
	margin-left:20px;
	margin-bottom:13px;
}
.annotation__contents li:last-child{
	margin-bottom:0;
}
.annotation__contents li.offer{
	list-style: none;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 5px;
	margin-left: 0;
}
span.maincatch-orange.maincatch-h1-005.bold {
  font-size: 14px;
}
.maincatch-orange{
	color: #dbdbdb;
	position: relative;
	display: inline-block;
}
.maincatch-orange::before{
	content:"";
	position: absolute;
	top:0px;
	left:0;
	color:#ff4500;
	 white-space: nowrap;
    overflow: hidden;
}
.maincatch-h1::before{
	content:"37度の世界";
}
.aboutus-h1-001::before{
	content:"世界";
}
.aboutus-h1-002::before{
	content:"テクノロジー";
}
.aboutus-h1-003::before{
	content:"「温もり」";
}
.maincatch-h1-renewal::before{
	content:"「体温が少し上がるような仕事を創っていきたい」";
}
.maincatch-h1-004::before{
	content:"ジャストミート";
}
.maincatch-h1-005::before{
	content:"MEETSHOPは業界や分野の壁にとらわれません。";
}

.aboutus-h3{
	color:#ff4500;
}
.press{
	margin-top: 40px;
}
.press h2{
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.2em!important;
	letter-spacing:2px;
	font-family: 'DM Sans', sans-serif;
	font-weight: 500;
	font-size: 30px;
}
.press ul{
}
.press ul li{
	margin-bottom: 50px;
}
.press ul li figure{
	position: relative;
}
.press ul li figcaption{
	position: absolute;
	bottom: 0;
	width:	100%;
	background:rgba(255, 255, 255, 0.6);
	padding:15px 10px 13px;
	font-weight: bold;
}
.downloadbtn{
	margin-top: 20px;
	text-align: center;
}
.downloadbtn a{
	background:#353535;
	color:#fff;
	text-align: center;
	padding:10px 25px 9px;
	border-radius: 5px;
	display: inline-block;
}

/* iOSでのデフォルトスタイルをリセット */
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;
}



.profilearea{
	margin:100px 0 50px;
}
.profilearea h2{
	font-size:24px;
	font-weight: bold;
	margin-bottom:30px;
}
.p-name{
	text-align: center;
}
.p-name__posi{
	font-size:20px;
	margin-top: 15px;
}
.p-name__name{
	font-size:23px;
	margin-top: 5px;
}
.ceoimg{
	width:200px;
	margin:0 auto;
}
.ceoimg img{
	width:100%;
}
.profile-txt{
	margin-top: 20px;
}
.profile-txt h3{
	font-size: 20px;
	border-bottom:1px solid #b8b8b8;
	margin-bottom:20px;
}
.profile-txt p{
	margin-bottom:10px;
	text-align: justify;
}
.profile-txt ul{
	margin-left:20px;
	margin-top:25px;
}
.profile-txt ul li{
	list-style-type: disc;
	font-weight: bold;
}
.nintei {
    width: 90%;
    margin: 40px auto 0;
}
.nintei img {
    width: 200px;
    display: block;
    margin:0 auto 5px;
}


/* お問い合わせページ */
.contacttitle{
	font-size:26px;
	text-align: center;
	margin-top: 50px;
}
.contactbox{
	border:1px solid #848484;
	padding:20px 30px;
	margin:30px auto;
	-webkit-box-sizing: border-box;
	     -moz-box-sizing: border-box;
	         -o-box-sizing: border-box;
	      -ms-box-sizing: border-box;
	             box-sizing: border-box;
}
.contactbox .contact{
	font-size: 16px;
	margin-bottom: -2px;
	margin-top:15px;
	font-weight:bold;
}
span.required {
    color: #c30000;
    padding-left: 3px;
}
.flag_long {
    height: 25px;
    padding: 6px 7px;
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #000;
    margin-top: 3px;
    margin-bottom: 10px;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
}
.flag_min{
	height: 25px;
    padding: 6px 7px;
    width: 70px;
    margin-right: 5px;
    margin-left:5px;
    font-size: 14px;
    color: #000;
    margin-top: 3px;
    margin-bottom: 10px;
    border: 1px solid #d6d6d6;
}
.conselect {
    position: relative;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    background: #ffffff;
    display: inline-block;
    width: 50%;
    margin: 0 0 13px;
}
.conselect::before {
    position: absolute;
    top: 0.8em;
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    pointer-events: none;
}
.conselect select {
    padding: 8px 38px 8px 8px;
}
.conselect select {
    width: 100%;
    font-size: 15px;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
.mesarea {
    height: 200px;
    padding: 10px;
    margin-bottom: 10px;
    width: 95%;
    overflow-y: auto;
    _overflow-y: hidden;
    background-color: #fff;
    color: #000;
    border: 1px solid #d6d6d6;
}
.submitbtn {
    text-align: center;
    width: 60%;
    height: 55px;
    font-size: 19px ;
    background: #000;
    color: #fff;
    border: 1px solid #000 ;
    margin-top:20px;
    transition-duration: 0.6s;
}

.formtitle{
	margin-top: 40px;
}



.singleP{
	margin:60px auto 30px;
}
.singleP h2{
	font-size: 22px;
	font-weight: 400;
	margin-bottom:15px;
}
h2.casetitle{
	margin-bottom:13px;
	border-bottom:1px solid #9a9a9a;
}
.single-date{
	font-size: 13px;
	color:#565656;
	text-align: right;
}
.day{
	font-size: 13px;
	color:#565656;
	margin-bottom:40px;
}
.singlecontents{
	color:#5e5e5e;
	letter-spacing: 1px;
	margin-bottom:40px;
}
.singlecontents iframe{
	max-width:100%;
}
.singlecontents blockquote{
	background: #f4f4f4;
	padding: 15px 15px 13px;
}
.singlecontents img{
	display	:block;
	height:auto;
}
.singlecontents p{
	margin:10px 0;
}
.relation{
	margin-bottom:80px;
}
.relation ul{
	margin:25px auto;
	display: flex;
}
.relation h3{
	font-size: 17px;
	font-weight: normal;
	border-bottom: 1px solid #9b9b9b;
}
.relation ul li{
	margin-bottom:20px;
	width:48%;
	margin-right: 4%;
}
.relation ul li:nth-child(even){
	margin-right: 0;
}
.relation h4{
	font-weight: normal;
	margin-top: 16px;
	font-size: 14px;
}



.prevnextarea {
	margin: 80px auto;
	width:95%;
	display: flex;
	justify-content: space-between;
	font-size:13px;
}
.prevnextarea a{
	color:#232323;
	text-decoration: underline;
}
.prevnextarea .current {
    font-size: 14px;
    background: #afa796;
    padding: 4px 7px 2px !important;
    border: none;
    color: #fff;
}
.underbn{
	width:90%;
	margin:50px auto 0px;
}
.underbn img{
	width:100%;
	border-radius:5px;
}



.single-catetag {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    margin-top: 25px;
}
.single-catetag th {
    vertical-align: top;
    width: 90px;
    text-align: left;
    padding: 0 0 14px 16px;
    font-weight: 400;
    position: relative;
}
.single-catetag th:before {
    position: absolute;
    content: "";
    border-left: 9px solid #1e1e1e;
    width: 9px;
    height: 9px;
    left: 0;
    top: 7px;
}
.single-catetag td {
    padding: 0 0 14px;
    font-size: 13px;
}
.single-catetag td.singletag a {
    text-decoration: none;
    background: #afa796;
    padding: 3px 6px 2px;
    border-radius: 3px;
    color: #fff;
    margin-right: 7px;
}
.single-catetag td.singlecate a{
	text-decoration: underline;
}
.writter {
    border-bottom: 1px solid #5c5c5c;
    padding: 0px 5px 30px;
    margin-top: 40px;
    position: relative;
}
.wttag {
    background: #000000;
    padding: 3px 0px 1px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-bottom: 7px;
    margin-bottom:20px;
}
.writeflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.writeflex .singlewtimg {
    width: 75px;
    margin-right: 20px;
    margin-top: 30px;
}
.writeflex .singlewtimg img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.wtdisc {
    flex: 1;
    font-size: 13px;
    line-height: 1.7;
    letter-spacing:1px;
}
.writtername {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
}


.topicarchive .topiclistarea,.topictaxonomy .topiclistarea{
	flex-direction: column;
	width:80%;
	margin:30px auto 70px;
}
.topicarchive .topiclistarea.list04 li,.topictaxonomy .topiclistarea.list04 li{
	width:100%;
	margin-bottom:20px;
}
.topicarchive,.topictaxonomy {
    margin-top: 40px;
}
.topicarchive h2 {
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2em!important;
    letter-spacing: 2px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 30px;
}
.topictaxonomy h2 {
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2em!important;
    letter-spacing: 2px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 30px;
}
.topictaxonomy h2 span{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	display: block;
	font-size:15px;
	font-weight: bold;
}

/* 追記2022/10/12 */
.serviceabout_link{
	margin-top: 20px;
  font-weight: 700;
  text-decoration: underline;
}
.company dl.historylist{
	margin-top: 25px;
	margin-bottom: 50px;
}
.historylist dt{
  margin: 15px 0 0 0;
  background: none;
  color: #2a2a2a;
}
.historylist dt,
.historylist dd{
  padding: 0;
  text-align: left;
}
.mainarea{
	overflow: hidden;
	position: relative;
}
.mainarea h2{
	position: absolute;
	top: 50%;
	transform: translateY(-50%) ;
	-webkit-transform: translateY(-50%) ;
	margin: auto;
	color:#fff;
	font-size: 22px;
	text-align: center;
	width: 100%;
}
.mainarea h2 span{
	display: block;
	font-size: 13px;
	padding-top: 8px;
}
.renewcatch{
	margin:10px 3%;
}
.service__text .maincatch-h1-renewal{
	font-size:14px;
}
.brandlinklist{
	width: 84%;
	margin: 20px auto 40px;
}
.brandlinklist li a{
	display: flex;
	align-items: center;
	border: 1px solid #999999;
	padding: 15px 10px 15px 20px;
	border-radius: 15px;
	font-size: 14px;
}
.brandlinklist li.brandlink-or a{
	background: #000;
	border: 1px solid #000;
	color: #fff;
}
.brandlinklist li.brandlink-37 a{
	background: #ff5100;
	border: 1px solid #ff5100;
	color: #fff;
}
.brandlinklist li img{
	width:22%;
	margin-right: 20px;
}
.brandlinklist li:nth-child(2){
	margin: 15px 0;
}
/* aboutページ */
.about-title {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0px;
  margin-bottom: 30px;
  position: relative;
}
.about-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: #000;
  margin: 15px auto 0;
}

.messimg.renewal img{
	border-radius: 0;
}


/* -------------------- ページナビ------------------- */
.wp-pagenavi {
	text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #999;
	background-color: #FFF;
	border: solid 1px #e0e0d2;
	padding: 8px 10px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
}
.wp-pagenavi span.current{
	color: #FFF;
	background-color: #afa796;
	border-color: #afa796 !important;  
	font-weight: bold;
}
@media screen and (min-width: 770px){
	.wp-pagenavi{
		margin-top: 40px;
		font-size: 18px;
	}
	.wp-pagenavi a:hover{
		color:#FFF; 
		background-color:#ccc; 
		border-color:#ccc;
	}
}
@media screen and (max-width: 769px){
	.wp-pagenavi{
		margin: 30px 0;
		font-size: 16px;
	}
}
/* メディア追加 */
.interviewarea__cntents.itarviewarea-hide {
  display: none;
}
p.itarviewarea-show {
	cursor: pointer;
  width: 65%;
  max-width: 260px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #636363;
  background: #fff;
  color: #000;
  font-size: 15px;
  padding: 6px 0 5px 8px;
  border-radius: 10px 
}
/* 追記 */
h3.catchcontents-title.center {
  margin-bottom: 10px;
  font-size: 24px;
}