@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800|Playfair+Display+SC:400,700,900);

/*
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{color:#333;text-decoration:none}mark{background-color:#ff9;color:#333;font-style:italic;font-weight:bold}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 #cccccc;margin:1em 0;padding:0}input,select{vertical-align:middle}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-size:1.0625rem;font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif}p{margin:1rem auto;line-height:1.8}a{color:#333}a:visited{color:#333}a:focus{color:#959595}a:hover{color:#959595}a:active{color:#00a0e9}body{background-color:#f0f1f6}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}small{font-size:0.8rem}sub,sup{font-size:0.8rem;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}strong{font-weight:bold}strong.red{color:#e00909;font-weight:normal}i{font-weight:normal;font-style:italic}input[type=email],input[type=text],input[type=url]{-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #e0e3e4;padding:0.5rem}textarea{-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #e0e3e4;padding:0.5rem}p{margin:20px auto}.wp-caption{}.wp-caption-text{}.sticky{}.gallery-caption{}.bypostauthor{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{}header#site-header{padding:20px;background-color:#efefef}main{padding:20px}main article.entry{padding:20px;border-bottom:3px dotted #efefef}main .navigation{padding:20px}#sub{padding:20px}#sub .widget{padding:20px}footer#site-footer{padding:20px;background-color:#efefef}
# sourceMappingURL=style.css.map
*/
li {
  letter-spacing: 0.2rem;
  list-style: none;
  display: inline-block;
  font-family: system-ui, "Hiragino Sans", "YuGothic", "Arial", sans-serif;
}

body {
  margin: 0;
  box-sizing: border-box;
  font-family: system-ui, "Hiragino Sans", "YuGothic", "Arial", sans-serif;
}

a {
  font-family: system-ui, "Hiragino Sans", "YuGothic", "Arial", sans-serif;
}

p {
  font-family: system-ui, "Hiragino Sans", "YuGothic", "Arial", sans-serif;
}

input,
textarea,
button,
th,
td,
dd,
dt,
h1,
h2,
h3,
h4,
h5 {
  font-family: system-ui, "Hiragino Sans", "YuGothic", "Arial", sans-serif;
}

a:hover {
  opacity: 0.7;
}


.content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

#menu {
  display: none;
}

#sp_menu {
  display: none;
}

.text-center {
  text-align: center;
}

.text-center img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

.list {
  background: #181818;
  padding: 0.5em 0 2px;
  max-width: 240px;
  text-align: center;
  margin: 4em auto;
}

.list::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 3px;
  width: 240px;
  margin: auto;
  margin-top: 2px;
}

.list a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}



small {
  font-size: 12px;
  color: #666;
}

nav.header {
  position: relative;
}

nav.header ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
}

nav.header ul:after {
  content: "";
  display: block;
  clear: both;
  padding-top: 7px;
}

nav.header li svg {
  display: block;
  margin: 1em auto;
  min-height: 42px;
}

nav.header li {
  border-right: dashed 1px #333;
  width: 12%;
  text-align: center;
}

nav.header .logo {
  width: 25%;
}



nav.header li a {
  max-width: 120px;
  text-align: center;
  font-size: 13px;
  display: inline-block;
  color: #333;
  text-decoration: none;
  min-height: 62px;
  letter-spacing: normal;
}

nav.header li.logo a {
  background-image: url("img/logo_header.jpg");
  background-repeat: no-repeat;
  width: 210px;
  height: 70px;
  max-width: none;
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
  margin-right: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-right: none;
  background-size: contain;
}

nav.header li.contact {
  background-color: #F57F7E;
}

nav.header li.contact a {
  color: #fff;
  border-right: none;
}

nav.header {
  margin-bottom: 3rem;
}

nav.header::after {
  content: "";
  display: block;
  border-bottom: solid 1px #333;
  position: absolute;
  width: 100%;
  left: 0;
}

/*トップデジタル紙面スライダー*/
.entry-list .content {
  display: flex;
}

.backnumberTops {
  width: 40%;
}

.backnumberTops .slider {
  width: 100%;
  height: 550px;
  position: relative;
  float: left;
}

.backnumberTops .slider .slide {
  display: none;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
  position: relative;
}

.backnumberTops .slider .slide.active {
  display: block;
}

.backnumberTops .slider .slide img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.backnumberTops .slider .slide h2 {
  position: absolute;
  background-color: rgb(0 0 0 / 0.7);
  color: #fff;
  padding: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
}

.backnumberTops .slider .slide h2 a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  padding: 0.3em;
  width: 100%;
  margin: 0;
}

.backnumberTops .slider .button {
  position: absolute;
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  padding: 20px 10px;
  z-index: 2;
  top: 50%;
  margin-top: -25px;
}

.backnumberTops .slider .button.next {
  right: 0;
}


/*トップスライダー横暮らしのお得情報*/


.lifeTops {
  display: flex;
  flex-wrap: wrap;
  width: 60%;
  margin-left: 0.5%;
}

.lifeTops::after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

.lifeTops .lifePosts {
  float: left;
  width: 49%;
  border: 1px solid #dfdfdf;
  margin-top: -1px;
  margin-left: -1px;
}

.lifeTops .lifePosts h4 {
  margin: 0;
  padding: 0 0.5rem;
  line-height: 1.5em;
}

.lifeTops .lifePosts h4 a {
  font-size: 16px;
  color: #333;
  text-decoration: none;
}

.lifeTops .lifePosts .thumb a {
  color: inherit;
}

.lifeTops .lifePosts .thumb {
  z-index: 2;
  padding: 0;
  overflow: hidden;
  position: relative;
  margin: 0;
  height: 215px;
  margin-bottom: 0.5rem;
}

.lifeTops .lifePosts .thumb img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  box-sizing: border-box;
}

.lifeTops .lifePosts .thumb span {
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12px;
  padding: 0.1em 1.8em;
  z-index: 3;
  background-color: #fff;
  display: block;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #333;
  font-weight: 600;
}



.eventTops .slider {
  position: relative;
}

.eventTops .slider .button {
  position: absolute;
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  padding: 20px 10px;
  z-index: 2;
  top: 50%;
  margin-top: -25px;
}

.eventTops .slider .button.next {
  right: 0;
}

.eventTops .eventDetail {
  width: 90%;
  margin: auto;
  border-radius: 10px;
  box-shadow: 0px 4px 9px 1px rgb(187 187 187 / 0.2);
  background: #fff;
}

.eventTops .eventDetail .thumb {
  width: 30%;
  float: left;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

.eventTops .eventDetail .thumb img {
  width: 100%;
  font-size: 0;
  vertical-align: bottom;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  object-fit: contain;
  height: auto;
  box-sizing: border-box;
}

.eventTops .eventDetail::after {
  content: "";
  display: block;
  clear: both;
}

.eventTops .eventDetail dl::after {
  content: "";
  display: block;
  clear: both;
}

.eventTops .eventDetail dl {
  float: right;
  width: 65%;
  margin-block-start: 0;
  margin-block-end: 0;
}

.eventTops .eventDetail h4 {
  margin-top: 1em;
  font: 16px;
  float: right;
  width: 65%;

}

.eventTops .eventDetail h4 {
  color: #333;
  text-decoration: none;
  font-size: 16px;
}

.eventTops .eventDetail dl dt {
  float: left;
  margin-bottom: 1em;
  font-size: 1.1rem;
  background: #f5f5f5;
  color: #333;
  text-decoration: none;
}

.eventTops .eventDetail dl dd {
  width: 80%;
  margin-left: 20%;
  margin-bottom: 1em;
  font-size: 1.1rem;
  font-weight: normal;
  color: #333;
  text-decoration: none;
}

.newNumber::before {
  /* content: "";
  display: block;
  height: 5px;
  width: 100%;
  background-color: #333;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #F9F9F9), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #F9F9F9), color-stop(.75, #F9F9F9), color-stop(.75, transparent), to(transparent));
  -webkit-background-size: 5px 5px; */
}

.newNumber {
  background-color: #f5f5f5;
  padding-bottom: 0.5em;
  margin-bottom: 3rem;
  padding-top: 0.5em;
  margin-top: 1em;
}

.newNumber::after {
  content: "";
  width: 100%;
  clear: both;
  display: block;
  ;
}

.newNumber .clearfix {
  display: flex;
  flex-wrap: wrap;
}

.newNumber .inner {
  width: 90%;
  margin: 4em auto;
  text-align: center;
}

.newNumber .inner::after {
  content: "";
  width: 100%;
  clear: both;
  display: block;
  ;
}

.newNumber .inner h3 {
  font: 36px normal;
  margin: 0;
}

.newNumber .inner p {
  margin: 0;
}

.newNumber .inner h3 i {
  display: inline-block;
  margin: 0 0.5em;
}

.newNumber .inner .thumb {
  float: left;
  margin-left: 5%;
}

.newNumber .inner .thumb img {
  /* width: 100%;
  height: auto; */
  box-sizing: border-box;
}

.newNumber .inner .detail {
  float: left;
  background-color: #fff;
  padding: 2em;
  text-align: left;
  border-radius: 10px;
  margin-left: 30px;
  position: relative;
  width: 45%;
}

.newNumber .inner .detail .gou {
  font-size: 24px;
  font-weight: bold;
  background: #FAE25E;
  padding: 0.5em;
  margin: 0.5em 0;
}

.newNumber .inner .detail .subtile {
  font-size: 32px;
  margin-bottom: 0.5em;
}

.newNumber .inner .detail::before {
  content: url(img/dp_new.png);
  display: inline-block;
  position: absolute;
  right: 0;
  top: -34px;
}

.newNumber .inner .detail:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #fff;
}

.check {
  width: 100%;
  min-height: 260px;
  background-image: linear-gradient(#f5f5f5 1px, transparent 0),
    linear-gradient(90deg, #f5f5f5 1px, transparent 0);
  background-size: 30px 30px;
  padding: 1px;
  margin-right: -2px;
}

.check .content .clearfix {
  display: flex;
  flex-wrap: wrap;
}

.backnumberList {
  width: 20%;
}

.backnumberList h4 {
  text-align: center;
  font-size: 16px;
}

.backnumberList img {
  width: 90%;
  height: auto;
  display: block;
  margin: auto;
  box-sizing: border-box;
}

.backnumberList .list2 a {
  border: solid 2px #333;
  display: block;
  background-color: #fff;
  text-align: center;
  line-height: 2em;
  text-decoration: none;
  color: #333;
  width: 80%;
  font-size: 14px;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.backnumberList .list2 a::after {
  content: "";
  border-bottom: solid 10px #333;
  border-left: solid 10px #FFF;
  display: block;
  position: absolute;
  right: 0;
  margin-top: -10px;
}

.viewer {
  width: 100%;
  position: relative;
}

.viewer:before {
  content: "";
  display: block;
  padding-top: 133.3333%;
}

.viewer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.newCulture .clearfix {
  display: flex;
  flex-wrap: wrap;
}

.culturePosts {
  float: left;
  width: 24%;
  border-top: solid 1px #f5f5f5;
  border-bottom: solid 1px #f5f5f5;
  padding: 1px 0;
  margin: 0.5%
}

.culturePosts img {
  width: 100%;
  height: auto;
  max-height: 215px;
  /* object-fit: contain; */
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.culturePosts .school span {
  font-size: 12px;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
}

.culturePosts h4 a {
  color: #333;
  text-decoration: none;
}

.culturePosts .desc {
  font-size: 13px;
}

.culturePosts .tag span {
  font-size: 12px;
  background-color: #fff;
  height: 16px;
  display: inline-block;
  border: solid 1px #ccc;
  border-radius: 8px;
  padding: 0px 10px;
}

.culturePosts .tag span:first {
  background-color: #ccc;
}

.category_list {
  display: flex;
  flex-wrap: wrap;
}

.category_list a {
  text-decoration: none;
  background: #fff;
  color: #333;
  padding: 0.8rem 1.5rem;
  margin: 0.5rem;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
}

.term_title {
  margin: 0.5rem;
  background: #fff;
}

.term_title h1 {
  padding: 1rem 2rem;
  border-bottom: 2px dashed #333;
  margin-bottom: 0;
}

.term_title p {
  padding: 1rem 2rem;
  margin: 0;
}



.lifePosts2 {
  float: left;
  width: 24%;
  margin: 0.5%;
  background-color: #fff;
}

.lifePosts2 .inner2 {
  margin: 5px;
}

.lifePosts2 .thumb {
  position: relative;
  margin: 0;
  height: 215px;
  margin-bottom: 0.5rem;
  z-index: 2;
  overflow: hidden;
}

.lifePosts2 .thumb img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  box-sizing: border-box;
}

.lifePosts2 .thumb span {
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12px;
  padding: 0.1em 1.8em;
  z-index: 3;
  background-color: #fff;
  display: block;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #333;
  font-weight: 600;
}

.lifePosts2 h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
  margin: 0;
  margin-bottom: 0.5rem;
  color: #333;
  padding: 0 0.5rem;
}

.lifePosts2 .date {
  color: #666;
  font-size: 12px;
  margin: 0;
  padding: 0 0.5rem;
}

.pagination {
  text-align: center;
  margin-bottom: 3rem;
}

a.page-numbers,
.pagination .current {
  background: #dfdfdf;
  padding: 5px 8px;
  margin: 0 2px;
  text-decoration: none;
  color: #333;
}

.pagination .current {
  background: #fff;
}

.archive-list .pagination {
  text-align: center;
  padding: 3rem;
  background: #fff;
  margin: 0;
}

.search_header.content {
  text-align: right;
  margin-top: 1rem;
}

.search_header input {
  width: 30%;
  letter-spacing: 0.05rem;
  border: 1px solid #dfdfdf;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 0.5rem;
}

.search_header button {
  letter-spacing: 0.05rem;
  border: 1px solid #F59800;
  background: #F59800;
  border-radius: 5px;
  padding: 0.3rem 1rem;
  color: #fff;
}

.search_inner {
  padding-top: 6rem;
}

.search_inner .term_title {
  margin: 0;
}

.search_inner .term_title p {
  font-weight: bold;
}

.search-list .livingNumber {
  margin-top: 3rem;
}

.bnr {
  margin: 2em 0;
  padding: 0 0 0 1%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.bnr::after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
}

.bnr li {
  width: 49%;
  margin: 0.5%;
}

.bnr li img {
  width: 100%;
  box-sizing: border-box;
}

.bnr2 {
  margin: 2em 0;
  padding: 0 0 0 1%;
  list-style: none;
  display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.bnr2 li {
  width: 33%;
  margin: 1.5% 2%;/*0.5%*/
}

.bnr2 li img {
  width: 100%;
  box-sizing: border-box;
}

.Information h2 {
  position: relative;
}

.Information h2 a {
  display: inline-block;
  background-color: #333;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  padding: 5px 10px;
  text-decoration: none;
}

.Information dl {
  border-top: solid 1px #ccc;
  margin: 0;
}

.Information dl:last-of-type {
  border-bottom: 1px solid #ccc;
}

.Information dt {
  color: #333;
  float: left;
  width: 20%;
  text-align: center;
  padding: 1rem;
  clear: both;
}

.Information dd {
  margin-left: 20%;
  padding: 1rem;
  padding-bottom: 0;
}

.Information dd::after {
  content: '';
  display: block;
  clear: both;
}

.Information dd a {
  color: #333;
  text-decoration: none;
}

.archive-list .Information {
  padding-bottom: 3rem;
}

.pink {
  background-color: #F8E1E0;
  padding: 2em 0;
}

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

.pink li {
  float: left;
  width: 33%;
}

.pink li a {
  width: 90%;
  background-color: #fff;
  color: #333;
  display: block;
  margin: 0 auto 2em;
  line-height: 3em;
  text-decoration: none;
  text-align: center;
  position: relative;
}

.pink li a::after {
  content: "";
  width: 100%;
  display: block;
  height: 3em;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  position: absolute;
  right: -5px;
  bottom: -5px;
}

/* ソーシャル */
.social_media {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 3rem;
}

.social_media h2 img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  box-sizing: border-box;
}

.social_media #sb_instagram .sb_instagram_header {
  width: auto;
}

.social_media h2 a {
  color: #000;
  text-decoration: none;
}

.twitter_feed {
  width: 45%;
}

.insta_feed {
  width: 45%;
}


/* 暮らし詳細 */


.life_detail.deals-list {
  background-color: #f5f5f5;
}

.life_detail .text-center {
  background-color: #fff;
}

.life_detail .text-center img {
  padding: 2rem 0;
  box-sizing: border-box;
}

.life_detail .livingNumber .inner .deals_title {
  padding: 0;
  font-size: 1.5em;
  border: none;
  background: none;
}

.life_detail .livingNumber .inner h1 {
  border-top: 3px solid #ed704f;
  border-bottom: 3px solid #ed704f;
  padding: 0.3rem 0.5rem;
  font-size: 24px;
}

.life_detail .livingNumber .inner h2 {
  background: #ffe1d9;
  padding: 0.3rem 0.5rem;
  font-size: 20px;
}

.life_detail .livingNumber .inner h3 {
  padding-left: 1rem;
  border-left: 6px solid #ed704f;
  font-size: 18px;
}

.life_detail .livingNumber .inner h4 {
  border-bottom: 2px solid #ed704f;
  font-size: 16px;
  padding: 0.3rem 0.5rem;
}

.life_detail .livingNumber .inner h5 {
  position: relative;
  border-bottom: 2px solid #ed704f;
  font-size: 16px;
  padding: 0.3rem 0.5rem;
}

.life_detail .livingNumber .inner h5::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  border-bottom: 2px solid #ed704f;
  width: 100%;
  height: auto;
}

.life_detail .livingNumber .inner h6 {
  border-bottom: 2px dashed #ed704f;
  font-size: 16px;
  padding: 0.3rem 0.5rem;
}


.livingNumber {
  background-color: #FFF;
  margin: 0 auto;
  padding: 2rem;
  margin-top: 5rem;
}

.life_detail .text-center::after {
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  background-color: #333;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #F9F9F9), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #F9F9F9), color-stop(.75, #F9F9F9), color-stop(.75, transparent), to(transparent));
  -webkit-background-size: 5px 5px;
}

.livingNumber ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.livingNumber ul li {
  display: inline-block;
  padding: 0.3rem 2rem;
  background-color: #FAE25E;
}

.livingNumber ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.livingNumber .inner {
  border-bottom: 3px solid #dfdfdf;
  padding-bottom: 3rem;
}

.livingNumber .inner::after {
  content: "";
  display: block;
  clear: both;
}

.livingNumber .inner h3 {
  padding-left: 1rem;
  border-left: 6px solid #FAE25E;
}

.livingNumber .inner p {
  line-height: 2.2;
  letter-spacing: 0.03rem;
}

.livingNumber .inner p {
  line-height: 2.2;
  letter-spacing: 0.03rem;
  position: relative;
  word-wrap: break-word;
}

.livingNumber .inner time {
  float: right;
}

.livingNumber .inner table {
  padding-top: 3rem;
}

.livingNumber .inner th {
  background: #f5f5f5;
  padding: 0.3rem 1.5rem;
}

.livingNumber .inner td {
  padding-left: 1rem;
}

.livingNumber .sns_share {
  text-align: center;
  margin-top: 3rem;
}

.livingNumber .sns_share a {
  text-decoration: none;
  margin: 0.5rem;
}

.livingNumber img {
  max-width: 100%;
  box-sizing: border-box;
  height: auto;
}

.livingNumber .inner iframe {
  max-width: 100%;
}

.life_link_list {
  font-size: 0;
  margin: 0 auto;
  padding: 0;
  width: 90%;
}

.life_link_list li a {
  text-decoration: none;
}

.life_link_list li a::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 3px;
  margin: auto;
  margin-top: 2px;
}

.life_link_list li:nth-child(1),
.life_link_list li:nth-child(3) {
  width: 25%;
}

.life_link_list li:nth-child(2) {
  width: 40%;
  margin: 0 5%;
}

.life_link_list li:nth-child(1) a {
  width: 100%;
  text-align: left;
  display: block;
  box-sizing: border-box;
  background: #181818;
  text-align: center;
  margin: 4rem auto;
  padding: 0.5em 0 2px;
  color: #fff;
}


.life_link_list li:nth-child(2) a {
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 0.5em 0 2px;
  background: #333;
  display: block;
  box-sizing: border-box;
  background: #181818;
  text-align: center;
  margin: 4rem auto;
}

.life_link_list li:nth-child(3) a {
  width: 100%;
  text-align: right;
  display: block;
  box-sizing: border-box;
  background: #181818;
  text-align: center;
  margin: 4rem auto;
  padding: 0.5em 0 2px;
  color: #fff;
}

.life_link_list li a {
  font-size: initial;
}

.pickup_post {
  margin: 0 auto;
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.pickup_content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}


.post_content {
  width: 48%;
  margin: 0 1%;
  border-bottom: 2px solid #dfdfdf;
}

.post_content img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 145px;
  box-sizing: border-box;
}

.post_inner {
  display: flex;
  padding: 1rem;
  align-items: center;
}

.img_content {
  width: 35%;
}

.text_content {
  width: 60%;
  margin-left: 5%;
}

.text_content a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

.text_content p a {
  font-weight: normal;
}

.livingNumber .inner .inqForm {
  background: #f5f5f5;
  display: block;
}

.livingNumber .inner .inqForm tbody {
  display: block;
}

.livingNumber .inner .inqForm tr {
  width: 100%;
  display: block;
  box-sizing: border-box;
}


.livingNumber .inner .inqForm th {
  background: none;
  padding: 0.3rem 1.5rem;
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}

.livingNumber .inner .inqForm td {
  padding: 0.3rem 1.5rem;
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.livingNumber .inner .inqForm input[type="text"],
.livingNumber .inner .inqForm input[type="email"],
.livingNumber .inner .inqForm input[type="tel"],
.livingNumber .inner .inqForm input[type="date"],
.livingNumber .inner .inqForm textarea,
.livingNumber .inner .inqForm select {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.05rem;
  display: block;
  border: 1px solid #dfdfdf;
  background: #fff;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  margin: 1rem 0 0.5rem;
  box-sizing: border-box;
}

.livingNumber .inner .inqForm input[name="postnumber"],
.livingNumber .inner .inqForm select[name="your-add1"] {
  width: 50%;
}

.livingNumber .inner .inqForm input.wpcf7c-conf[type="text"],
.livingNumber .inner .inqForm input.wpcf7c-conf[type="email"],
.livingNumber .inner .inqForm input.wpcf7c-conf[type="tel"],
.livingNumber .inner .inqForm input.wpcf7c-conf[type="date"],
.livingNumber .inner .inqForm textarea.wpcf7c-conf,
.livingNumber .inner .inqForm select.wpcf7c-conf {
  border: none;
  background: none;
}

.livingNumber .inner .inqForm .required {
  position: relative;
}

.livingNumber .inner .inqForm .required::after {
  position: relative;
  content: "必須";
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin: 0 0 0 1.5rem;
  padding: 0.1rem 1rem;
  border: 1px solid #ed704f;
  background: #ed704f;
}

.livingNumber .inner .inqForm tr td div {
  margin-bottom: 1rem;
}

.livingNumber .inner .buttonBox {
  background: #f5f5f5;
  text-align: center;
  padding: 2rem 0;
}

.livingNumber .inner .buttonBox input[type="submit"] {
  width: 35%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1rem;
  padding: 1rem 1.5rem;
  background: #ed704f;
  box-sizing: border-box;
  border-radius: 5px;
}

/* トップイベント */
.ev_slide.e_active {
  display: block;
}

.ev_slide {
  display: none;
}

.event_slider {
  position: relative;
}

.e_prev {
  position: absolute;
  padding: 20px 10px;
  z-index: 2;
  top: 45%;
  margin-top: -25px;
  left: 0;
}

.e_next {
  position: absolute;
  padding: 20px 10px;
  z-index: 2;
  top: 45%;
  margin-top: -25px;
  right: 0;
}

/* トップお得 */
.lifePosts2 .inner2 a {
  text-decoration: none;
  color: inherit;
}

.eventDetail h3 {
  border-left: solid 10px #FED27A;
  padding-left: 0.5em;
}

.eventDetail dt {
  float: left;
  clear: both;
  font-weight: bold;
  width: 15%;
  margin: 0 0 1em;
  text-align: center;
}

.eventDetail dd {
  margin: 0 0 1em 20%;
}

.eventDetail.content .clearfix dt {
  background: #f5f5f5;
}

.contentBody {
  line-height: 2.5em;
  font-weight: 400;
  border-bottom: 3px solid #dfdfdf;
  padding-bottom: 3rem;
  width: 90%;
  margin: 0 auto;
}

.contentBody img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

.eventDetail.content {
  border-bottom: 3px solid #dfdfdf;
  padding-bottom: 3rem;
  margin-top: 3rem;
  width: 90%;
  margin: 0 auto;
}

/*  固定ページ  */
.tab_box {
  display: flex;
  justify-content: space-between;
}

.tab {
  width: 45%;
  text-align: center;
  margin: 2rem;
  margin-bottom: 0;
  border: 3px solid #fff;
  background: #fff;
  border-radius: 0.3rem;
}


.tab.is-active {
  border: 3px solid #F57F7E;
}

.tab.tab.is-active a {
  color: #F57F7E;
}

.tab a {
  color: #333;
  text-decoration: none;
  padding: 3rem;
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
}

.page-list {
  background: #f5f5f5;
  padding-bottom: 3rem;
}

.page-list .text-center {
  text-align: center;
  background: #fff;
  margin: 0;
}

.page-list .text-center img {
  padding-bottom: 2rem;
  max-width: 100%;
  box-sizing: border-box;
}

.page-list .text-center::after {
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  background-color: #333;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #F9F9F9), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #F9F9F9), color-stop(.75, #F9F9F9), color-stop(.75, transparent), to(transparent));
  -webkit-background-size: 5px 5px;
}

.page_detail {
  text-align: center;
  background: #fff;
  padding-bottom: 2rem;
}

.page_detail h3 {
  margin: 0;
  padding-top: 2rem;
  font-size: 2.4rem;
}

.pageNumber {
  background-color: #FFF;
  margin: 0 auto;
  padding: 2rem;
  margin-top: 2rem;
}

.pageNumber .category_list {
  margin-bottom: 3rem;
}

.pageNumber .category_list a {
  background-color: #f5f5f5;
}

.pageNumber .category_list .is-active {
  color: #fff;
  background: #F57F7E;
}

.page-list article {
  margin-bottom: 3rem;
}

.page-list table {
  width: 95%;
  border-collapse: collapse;
  margin: 0 auto;
}

.page-list tr {
  border-bottom: 1px solid #dfdfdf;
}

.page-list th {
  padding: 1.5rem;
  font-weight: 400;
  line-height: 2.2;
  text-align: left;
}

.page-list td {
  padding: 1.5rem 0 1.5rem 1.5rem;
  line-height: 2.2;
}

.page-list h4 {
  color: #F57F7E;
  font-size: 1.2rem;
  width: 95%;
  margin: 0 auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #F57F7E;
  padding-bottom: 0.5rem;
}

.page_title {
  width: 95%;
  margin: 0 auto;
  font-size: 1.8rem;
}

.page_title img {
  vertical-align: middle;
  box-sizing: border-box;
}

.page_title::after {
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  background-color: #333;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #F9F9F9), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #F9F9F9), color-stop(.75, #F9F9F9), color-stop(.75, transparent), to(transparent));
  -webkit-background-size: 5px 5px;
  margin-top: 1rem;
}

.flex_box {
  display: flex;
  width: 95%;
  margin: 0 auto;
}

.img_box {
  width: auto;
}

.img_box img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.text_box {
  width: 65%;
  margin-left: 5%;
}

.text_box p {
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0.03rem;
}

.text_box h5 {
  font-size: 1.2rem;
  margin: 0;
  margin-bottom: 1.5rem;
  font-weight: 400;
}

.text_box table {
  width: auto;
  margin: 1rem 0;
}

.text_box tr {
  border: none;
}

.text_box th,
.text_box td {
  padding: 0;
}

.text_box td {
  padding-left: 4rem;
  text-align: right;
}

.text_box p .big {
  font-size: 1.8rem;
}

.link_box {
  display: inline-block;
  width: 240px;
  background: #181818;

  max-width: 240px;
  text-align: center;
  margin: 2rem 1rem 0;
}

.link_box a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 0.5em 0;
}

.list_box {
  width: 95%;
  margin: 0 auto;
}

.list_box ul {
  padding: 0;
}

.list_box li {
  padding-left: 2rem;
  position: relative;
  display: block;
}

.list_box li span {
  position: absolute;
  left: 0;
}

.img_area {
  width: 95%;
  margin: 0 auto;
}

.img_area img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.map_inner {
  width: 95%;
  margin: 0 auto;
  padding: 0 2rem;
}

.map_inner p {
  margin: 1.5rem;
}

.map_inner iframe {
  width: 100%;
}

.company_biz .img_box {
  width: 40%;
}

.table_box p {
  width: 95%;
  margin: 0 auto;
  line-height: 2.2;
  margin-bottom: 1.5rem;
}

.page-list .table_box table {
  width: 100%;
}

.page-list .table_box tr {
  border: 1px solid #F57F7E;
}

.page-list .table_box th {
  background-color: #FFF4EE;
  line-height: 1.5;
  padding: 0 1rem;
}

.page-list .table_box td {
  border-left: 1px dashed #F57F7E;
  padding: 1rem;
  text-align: center;
  width: 40%;
}

.content_list .list_box {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
}

.content_list .list_box ul {
  width: 45%;
  margin: 0 2%;
}

.content_list .list_box li {
  width: 100%;
}

.content_list .list_box li a {
  text-decoration: none;
  color: 333;
}

.content_list {
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.pink_title h2 {
  color: #fff;
  background: #F57F7E;
  display: inline-block;
  padding: 0.5rem 3rem;
  border-radius: 0.3rem;
  font-size: 1rem;
}

.list_box .link_box {
  margin: 0 1rem;
}

.list_link {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}

.content_list p {
  margin: 0;
}

.living_link {
  width: 95%;
  margin: 0 auto;
}

.living_link .link_box {
  display: block;
  margin: 1rem 0rem;
}

.page-list .calender img {
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
}

.page-list .calender tr {
  border: 1px solid #F57F7E;
}

.page-list .calender th {
  background-color: #FFF4EE;
  line-height: 1.5;
  padding: 0 1rem;
  width: 10%;
  border: 1px solid #F57F7E;
  white-space: nowrap;
}

.page-list .calender td {
  padding: 1rem;
  line-height: 1.5;
  width: 40%;
}

.schedule_table {
  width: 95%;
  margin: 0 auto;
}

.page-list .schedule_table table {
  width: auto;
  margin: 0;
}

.page-list .schedule_table tr {
  border: 1px solid #F57F7E;
}

.page-list .schedule_table th {
  background-color: #FFF4EE;
  line-height: 1.5;
  padding: 1rem 2rem;
  border: 1px solid #F57F7E;
  white-space: nowrap;
  text-align: center;
}

.page-list .schedule_table td {
  padding: 1rem;
  line-height: 1.5;
  border-right: 1px solid #F57F7E;
  text-align: center;
}

.schedule_inner {
  width: 95%;
  margin: 0 auto;
}

.schedule_inner p {
  margin: 2rem 0;
}

.in_pink {
  position: relative !important;
  color: #F57F7E !important;
  ;
}

.flow_inner {
  width: 95%;
  margin: 0 auto;
}

.list_box .pink_title {
  margin: 1.5rem 0;
}

.flow_inner .pink_title {
  margin: 1.5rem 0;
}

.page-list .fee_table {
  width: 95%;
  margin: 0 auto;
}

.page-list .fee_table table {
  display: inline-block;
  vertical-align: top;
}

.page-list .fee_table table:first-child {
  margin-right: 3rem;
  margin-bottom: 2rem;
}


.page-list .fee_table table tr {
  border: 1px solid #F57F7E;
}

.page-list .fee_table table th {
  background-color: #FFF4EE;
  line-height: 1.5;
  padding: 0.5rem 2rem;
  border: 1px solid #F57F7E;
  white-space: nowrap;
  text-align: center;
}

.page-list .fee_table table td {
  padding: 1rem;
  line-height: 1.5;
  border-right: 1px solid #F57F7E;
  text-align: center;
}

.page-list .fee_table .list_box {
  background: #DCE6F2;
  width: 100%;
}

.page-list .fee_table .list_box ul {
  padding: 1.5rem 1rem;
}

.page-list h5 {
  color: #F57F7E;
  font-size: 1.3rem;
  width: 95%;
  margin: 2rem auto;
}

.privacy {
  margin-bottom: 3rem;
}

.privacy h2 {
  border-bottom: 1px solid #333;
  padding-left: 1.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
  margin: 1.5rem 0;
  letter-spacing: 0.03rem;
}

.privacy p {
  width: 95%;
  margin: 0 auto;
  line-height: 1.5;
  letter-spacing: 0.03rem;
}

.privacy p span {
  font-weight: bold;
}

.privacy .list_box li {
  margin-bottom: 0.5rem;
}

.recruit_inner {
  margin-bottom: 6rem;
}

.recruit_inner h2 {
  border-bottom: 1px solid #333;
  padding-left: 1.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
  margin: 1.5rem 0;
  letter-spacing: 0.03rem;
}

.recruit_inner p {
  width: 95%;
  margin: 0 auto;
  line-height: 1.5;
  letter-spacing: 0.03rem;
}

.recruit_inner table p {
  width: auto;
}

.rectuit_detail {
  width: 95%;
  margin: 1.5rem auto;
  position: relative;
  box-sizing: border-box;
}

.rectuit_detail p {
  background-color: #8CB8C9;
  width: 50%;
  position: absolute;
  top: 30%;
  left: 50%;
  color: #fff;
  font-weight: bold;
  line-height: 2.2;
  padding: 1.5rem;
  letter-spacing: 0.2rem;
  box-sizing: border-box;
}

.rectuit_detail img {
  width: 60%;
  height: auto;
  position: relative;
  box-sizing: border-box;
}

/* お問い合わせ */
.contact_inner {
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin: auto;
}

.contact_box {
  width: 45%;
  text-align: center;
  margin-bottom: 0;
  background: #fff;
  border-radius: 0.3rem;
  border: 3px solid #F57F7E;
  color: #F57F7E;
}

.contact_form {
  margin-top: 3rem;
}

.contact_form table tr:first-of-type {
  border-top: 1px solid #dfdfdf;
}

.contact_form td p {
  text-align: center;
  border: 1px solid;
  font-weight: bold;
}

.contact_form td p a {
  display: block;
  padding: 0 2rem;
  color: #fff;
  background: #333;
  text-decoration: none;
}

.contact_form td .tel_bg a {
  background: #fff;
  color: #333;
}

.contact_detail {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: left;
  padding: 0 2rem;
}

.contact_detail p {
  margin: 0;
  padding: 1.5rem 0;
}

.haihu_imp {
  text-align: center;
}

.haihu_imp p {
  border: 1px solid #F57F7E;
  color: #F57F7E;
}

.contact_area {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 7rem;
}

.contact_area .contact_step {
  width: 100%;
  text-align: center;
  margin-bottom: 5rem;
  margin-top: 3rem;
}

.contact_area p {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 4rem;
}

p.wpcf7c-elm-step1 {
  text-align: center;
}

.contact_area .contact_step li {}

.contact_area .contact_step li h2 {
  font-size: 2rem;
  color: #e6e6e6;
  text-align: center;
  margin-bottom: 0.7rem;
}

.contact_area .contact_step li h3 {
  font-size: 1.6rem;
  color: #e6e6e6;
  text-align: center;
}

.contact_area .contact_step li.selected h2,
.contact_area .contact_step li.selected h3 {
  color: #333;
}

.contact_area .form_content {
  width: 80%;
  margin: 0 auto;
}

.contact_area h2 {
  position: relative;
  font-size: 1.5rem;
  display: inline-block;
  color: #333;
}

.contact_area .required::after {
  position: relative;
  content: "必須";
  font-size: 1rem;
  color: #e05638;
  display: inline-block;
  margin: 0 0 0 1.5rem;
  padding: 0.3rem 1rem;
  border: 1px solid #e05638;
}

.contact_area input[type="text"],
.contact_area input[type="email"],
.contact_area input[type="tel"],
.contact_area input[type="date"],
.contact_area textarea,
.contact_area select {
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  display: block;
  border: 1px solid #dfdfdf;
  background: #dfdfdf;
  border-radius: 5px;
  padding: 1rem;
  margin: 1rem 0 1.5rem;
  box-sizing: border-box;
}

.contact_area input.wpcf7c-conf[type="text"],
.contact_area input.wpcf7c-conf[type="email"],
.contact_area input.wpcf7c-conf[type="tel"],
.contact_area input.wpcf7c-conf[type="date"],
.contact_area textarea.wpcf7c-conf,
.contact_area select.wpcf7c-conf {
  border: none;
  background: none;
}

.contact_area input[type="date"] {
  width: inherit;
  margin-bottom: 1rem;
}

.contact_area .form_content p {
  margin-bottom: 0;
}

.contact_area input[type="text"]:focus,
.contact_area input[type="email"]:focus,
.contact_area input[type="tel"]:focus {
  outline: 0;
}

.contact_area .separator {
  width: 100%;
  margin: 4rem 0 6rem;
}

.contact_area .form_content .radio {
  display: block;
}

span.wpcf7-list-item {
  font-family: system-ui, "Hiragino Sans", "YuGothic", "Arial", sans-serif;
  position: relative;
  font-size: 1.4rem;
  display: block;
  display: inline-block;
  margin: 0 1rem 1.5rem 0 !important;
}

.contact_area .form_content .radio input[type="radio"]+label {
  font-family: system-ui, "Hiragino Sans", "YuGothic", "Arial", sans-serif;
  padding: 0.2rem 3rem 0 4rem;
  position: relative;
  font-size: 1.4rem;
}

.contact_area .form_content .radio input[type="radio"]+label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #cfcfcf;
  border-radius: 50%;
}

.contact_area .form_content .radio input[type="radio"]:checked+label {
  color: #333333;
}

.contact_area .form_content .radio input[type="radio"]:checked+label::after {
  position: absolute;
  content: "";
  top: 0.225rem;
  left: 0.2rem;
  width: 1.35rem;
  height: 1.35rem;
  background: #333333;
  border-radius: 50%;
  display: block;
}

.contact_area .form_content .checkbox {
  display: inline-block;
  margin: 1rem 0 0 2rem;
  width: 17rem;
}

.contact_area .form_content .even {
  margin-left: 1rem;
}

.request_category_label {
  font-family: system-ui, "Hiragino Sans", "YuGothic", "Arial", sans-serif;
  padding: 0 0 0 3.8rem;
  position: relative;
  margin-right: 3rem;
  font-size: 1.4rem;
}

.request_category_label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #cfcfcf;
  border-radius: 0.2rem;
}

.request_category:checked+.request_category_label {
  color: #333333;
}

.request_category:checked+.request_category_label::after {
  content: "";
  display: block;
  position: absolute;
  top: -0.6rem;
  left: 0.3rem;
  width: 0.8rem;
  height: 1.6rem;
  transform: rotate(40deg);
  border-bottom: 0.35rem solid #333333;
  border-right: 0.35rem solid #333333;
}

.contact_area .form_content .privacy_checkbox {
  margin-left: 0;
  text-align: center;
}

.contact_area .form_content .privacy_link {
  color: #32568f;
  text-decoration: underline;
}

.privacy_check_label {
  font-size: 1.4rem;
}

.privacy_check_label .wpcf7-list-item {
  padding: 0;
  display: inline-block;
  margin: 0 1rem !important;
}

.privacy_check:checked+.privacy_check_label {
  color: #333333;
}

.privacy_check:checked+.privacy_check_label::after {
  content: "";
  display: block;
  position: absolute;
  top: -0.6rem;
  left: 0.3rem;
  width: 0.8rem;
  height: 1.6rem;
  transform: rotate(40deg);
  border-bottom: 0.35rem solid #333333;
  border-right: 0.35rem solid #333333;
}

.contact_submit {
  position: relative;
  width: 80%;
  margin: 6rem auto 0;
}

.contact_submit input[type="submit"] {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1rem;
  padding: 2.5rem 4rem;
  background: #F57F7E;
  box-sizing: border-box;
  border-radius: 5px;
}

.contact_submit input[type="submit"][disabled] {
  background: #333;
  cursor: not-allowed;
}

.contact_submit span {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 18rem;
  height: 1px;
  border-bottom: 1px solid #fff;
  display: block;
}

.contact_submit input[type="button"] {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1rem;
  padding: 2.5rem 4rem;
  background: #333;
  box-sizing: border-box;
  margin-bottom: 3%;
  cursor: pointer;
}


@media screen and (max-width:960px) {
  .rectuit_detail img {
    width: 100%;
    box-sizing: border-box;
  }

  .rectuit_detail p {
    width: 100%;
    position: relative;
    top: -0.5rem;
    left: 0;
  }
}

/* footer */

footer#site-footer {
  margin: auto;
  padding-top: 2rem;
}

footer #copyright {
  text-align: center;
  margin-bottom: 0;
}

footer .footer_right {
  float: right;
  margin: 1rem;
}

footer .footer_right a {
  text-decoration: none;
  color: #333;
  display: block;
  margin-bottom: 1rem;
}

footer .footer_right ul {
  margin: 0;
  padding: 1.5rem 0;
  text-align: right;
}

footer .footer_right li {
  margin-left: 0.5rem;
}

footer .footer_left {
  float: left;
  margin: 1rem;
}

footer .footer_left img {
  margin-bottom: 1.5rem;
  max-width: 100%;
  box-sizing: border-box;
}

footer .footer_left p {
  line-height: 1.5;
  margin: 0;
}

/*SP*/
@media screen and (max-width:767px) {
  .content {
    width: 90%;
    margin: 0 auto 0;
  }

  #menu {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #333;
  }

  #sp_menu {
    display: block;
    text-align: center;
    margin-top: 1rem;
  }

  #sp_menu img {
    width: 156px;
    height: auto;
    box-sizing: border-box;
  }

  nav.header {
    height: 45px;
    background: #fff;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: solid 1px #333;
    position: relative;
  }

  nav.header::after {
    display: none;
  }

  nav.header li.logo {
    display: none;
  }

  nav.header ul {
    display: none;
    position: relative;
    z-index: 3;
    background-color: #fff;
    position: absolute;
    top: 50px;
    width: 100%;
  }


  nav.header li {
    width: 100%;
    text-align: left;
    float: none;
    border-right: none;
    border-bottom: solid 1px #333;
    min-height: auto;
    line-height: 3em;
    font-size: 14px;
    max-width: 100%;
  }

  nav.header li a {
    width: 90%;
    text-align: left;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    min-height: auto;
  }

  nav.header li a svg {
    float: none;
    display: inline-block;
    margin: 0 1em 0 0;
    min-height: auto;
    height: 20px;
    width: auto;
    vertical-align: middle;
  }

  nav.header li.contact a {
    background-color: #F57F7E;
    color: #333;
    margin-top: auto !important;
    padding-top: 0 !important;
    margin-bottom: auto !important;
    padding-bottom: 0 !important;
    /* background-color: #F57F7E; */
    color: #fff;
    /* margin-top: -32px; */
    /* padding-top: 32px; */
    /* margin-bottom: -12px; */
    /* padding-bottom: 12px; */
    border-right: none;
  }

  .search_header input {
    width: 50%;
  }

  .Information dt {
    padding: 1rem;
  }

  .newNumber .inner .thumb img {
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }

  /* .Information dd {
    padding: 1rem;
  } */

  .dashicons,
  .dashicons-before:before {
    width: 30px !important;
    height: 30px !important;
    font-size: 30px !important;

  }

  .entry-list .content {
    display: block;
  }

  .backnumberTops {
    width: 100%;
  }

  .backnumberTops .slider {
    width: 100%;
    position: relative;
    float: none;
    margin-bottom: 2em;
    height: auto;
    text-align: center
  }

  .backnumberTops .slider .slide {
    width: initial;
  }

  .backnumberTops .slider .slide img {
    /* width: inherit; */
    box-sizing: border-box;
  }

  .lifeTops {
    width: 100%;
    margin: 0;
  }

  .lifeTops .lifePosts {
    width: 49%;
  }

  .lifeTops .lifePosts:nth-of-type(even) {
    width: 49%;
    margin-right: 0.5%;
    margin-left: -1px;
  }

  .lifeTops .lifePosts:nth-of-type(odd) {
    width: 49%;
    margin-left: 0.5%;

  }

  .lifeTops .lifePosts .thumb {
    width: 100%;
    text-align: center;
  }

  .lifeTops .lifePosts .thumb img{
    width: inherit;
  }

  .eventTops .eventDetail .thumb {
    width: 100%;
    float: none;
  }

  .eventTops .eventDetail .thumb img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    box-sizing: border-box;
  }

  .eventTops .eventDetail h4 {
    float: none;
    width: 100%;
    text-align: center;
    padding: 0.5em;
    box-sizing: border-box;
  }

  .eventTops .eventDetail dl {
    float: none;
    width: auto;
    padding: 0.5em;
  }

  .eventTops .eventDetail dl dd {
    margin-left: 20%;
  }

  .culturePosts {
    width: 49%;
  }

  .culturePosts .thumb2 img {
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }

  .bnr {
    display: block;
  }

  .bnr li {
    width: 100%;
    margin: 1%;
  }

  .bnr2 {
    display: block;
    text-align: center;
  }

  .bnr2 li {
    width: 100%;
  }

  .bnr img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
  }

  .bnr2 li img {
    max-width: 100%;
    width: auto;
    height: auto;
    box-sizing: border-box;
  }

  .lifePosts2 {
    width: 49%;
  }

  .lifePosts2 .thumb{
    text-align: center;
  }

  .lifePosts2 .thumb img{
    width: 100%;
  }

  .lifePosts2 .thumb span {
    top: auto;
    bottom: 6px;
  }

  .social_media h2 a {
    font-size: 4vw;
  }

  .pink {
    width: 100%;
  }

  .pink li {
    width: 100%;
    font-size: 14px;
  }

  .pink li:last-child {
    width: 100%;
  }

  .title {
    width: 90%;
    margin: auto;
  }

  .title img {
    max-width: 100%;
    box-sizing: border-box;
  }

  .newNumber .inner h3 {
    margin: 0;
    font-size: 24px;
  }

  .newNumber .inner {
    width: 90%;
    margin: 4em auto;
    text-align: center;
  }

  .newNumber .inner .thumb {
    float: none;
    width: 100%;
    margin-bottom: 3em;
    margin-left: 0;
  }

  .newNumber .inner .detail {
    float: none;
    width: 100%;
    margin-left: 0;
    padding: 0;
  }

  .newNumber .inner .det_inner {
    padding: 2em;
  }

  .newNumber .inner .detail:after {
    top: -30px;
    left: 30px;
    margin-top: 0;
    border: 15px solid transparent;
    border-bottom: 15px solid #fff;
  }

  .backnumberList {
    width: 50%;
  }

  .eventDetail {
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }

  .eventDetail dt {
    width: 100%;
    display: block;
  }

  .eventDetail dd {
    margin: 0;
    margin-bottom: 1em;
  }

  .eventTops .eventDetail dl dd {
    width: auto;
    margin-left: 0;
  }

  /* footer */
  footer#site-footer {
    padding-top: 2rem;
    width: 100%;
    margin: 0 auto 0;
    background: #fff;
  }

  footer .footer_left {
    float: none;
    margin-bottom: 1rem;
  }

  footer .footer_right {
    float: none;
  }

  footer .footer_right ul {
    padding: 0.5rem 0;
    text-align: left;
  }

  footer .footer_right li {
    display: inline-block;
    margin-bottom: 0.5rem;
    text-align: left;
  }

  /* 固定ページ */
  .tab_box {
    display: block;
    padding-top: 0.5rem;
  }

  .tab {
    width: auto;
    margin: 1rem;
  }

  .tab a {
    padding: 1rem;
    font-size: 1.5rem;
  }

  .pageNumber {
    padding: 1rem;
  }

  .map_inner {
    padding: 0;
  }

  .flex_box {
    display: block;
  }

  .img_box {
    width: 100%;
  }

  .company_biz .img_box {
    width: 100%;
  }

  .img_box img {
    height: auto;
    width: 100%;
    box-sizing: border-box;
  }

  .text_box {
    width: 100%;
    margin: 0;
  }

  .link_box {
    width: 100%;
    background: #181818;
    text-align: center;
    margin: 2rem 0;
    display: block;
    max-width: 100%;
  }

  .content_list .list_box {
    display: block;
  }

  .content_list .list_box ul {
    width: 100%;
  }

  .pink_title {
    width: 100%;
  }

  .pink_title h2 {
    padding: 0.5rem 0;
    width: 100%;
    display: block;
    text-align: center;
  }

  .list_link {
    width: 100%;
    display: block;
  }

  .list_box .link_box {
    margin: 1rem 0rem;
  }

  .page-list .calender table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .page-list .schedule_table table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .page-list .fee_table table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }

  .social_media {
    display: block;
  }

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

  /* フォーム */
  .contact_inner {
    display: block;
  }

  .contact_box {
    width: auto;
    margin-bottom: 1.5rem;
  }

  .contact_form td {
    display: block;
  }

  .contact_form th {
    display: block;
    padding-bottom: 0;
  }

  .contact_area {
    width: 100%;
  }

  .contact_area .form_content {
    width: 95%;
  }

  .contact_submit {
    position: relative;
    width: 100%;
    margin: 6rem auto 0;
  }

  .contact_submit input[type="submit"] {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 1.6vh;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.1rem;
    padding: 2.5rem 4rem;
    background: #000;
    box-sizing: border-box;
  }

  .contact_area input[type="text"],
  .contact_area input[type="email"],
  .contact_area input[type="tel"],
  .contact_area input[type="date"],
  .contact_area textarea,
  .contact_area select {
    font-size: 1.2rem;
    padding: 0.5rem;
  }

  .contact_area h2 {
    font-size: 1.3rem;
  }

  .contact_area .required::after {
    position: relative;
    content: "必須";
    font-size: 1rem;
    color: #e05638;
    display: inline-block;
    margin: 0 0 0 1.5rem;
    padding: 0.1rem 0.8rem;
    border: 1px solid #e05638;
    vertical-align: top;
  }

  .twitter_feed {
    width: 95%;
    margin: 0 auto;
  }

  .insta_feed {
    width: 95%;
    margin: 0 auto;
  }

}