
/* common */
html{
  scroll-padding-top: 170px;
}
.ffc{
  /* font-family: "Cinzel", serif; */
  font-family: "Barlow Condensed", serif;
}
a:hover,a:hover img{
  opacity: 0.9;
}
body{
  padding-top: 120px;
}
.date{
  font-size: 14px;
}
.note{
  font-size: 13px;
  line-height: 160%;
}
.mb50{
  margin-bottom: 50px;
}


/* header */
header{
  background: #FFF;
  padding: 10px 19px;
  height: 80px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10000;
}
header .inner{
  width: 96%;
  max-width: 1470px;
  position: relative;
  margin: 0 auto;
}
.headerlogo{
  text-align: center;
}
.headerlogo a{
  display: inline-block;
  width: 206px;
  transition: 0.5s;
}
.headerlogo a:hover{
  opacity: 0.6;
}
.headercontact{
  position: absolute;
  right: 0;
  top: 0;
}
.headercontact.flex{
  display: flex;
}
.headercontact a.contactbtn,a.gbtn_r{
  background: linear-gradient(165deg, #8C0000 0%, #8C0000 50%, #981A1A 50%, #981A1A 100%);
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  width: 190px;
  height: 50px;
  margin-left: 10px;
  color: #FFF;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  transition: 0.5s;
}
.headercontact a.reservebtn,a.gbtn_b{
  background: linear-gradient(165deg, #14126F 0%, #14126F 50%, #2C2A7E 50%, #2C2A7E 100%);
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  width: 190px;
  height: 50px;
  margin-left: 10px;
  color: #FFF;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  transition: 0.5s;
}
.headercontact a:hover{
  opacity: 0.8;
}

/* nav */
nav.navi{
  background: #F7F7F7;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  height: 40px;
  width: 100%;
  position: fixed;
  top: 80px;
  z-index: 10000;
}
nav.navi ul{
  display: flex;
  justify-content: space-between;
  width: 96%;
  max-width: 1470px;
  margin: 0 auto;
}
nav.navi ul li{
	/*
  width: 14.28571428571429%;
	*/
	width: 20%;
  padding: 12px 0;
  position: relative;
}
nav.navi ul li a,nav.navi ul li div.shift{
  border-right: 1px solid #000;
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  position: relative;
}
nav.navi ul li:nth-child(1) a{
  border-left: 1px solid #000;
}
nav.navi ul li.active a,nav ul li:hover a{
  color: #2A297C;
}
nav.navi ul li.nav_tv:hover a::after{
  display: none;
}
nav.navi ul li ul.dropmenu{
  background: #F7F7F7;
  display: none;
  width: 100%;
  position: absolute;
  top: 38px;
  left: 0;
}
nav.navi ul li:hover ul.dropmenu {
  display: block;
  border-top: 1px solid #CCC; 
}
nav.navi ul li ul.dropmenu li{
  width: 100%;
  border-bottom: 1px solid #CCC; 
}
nav.navi ul li ul.dropmenu li a{
  border-left: none;
  border-right: none;
}

/*page */
#main_container{
  padding-top: 20px;
}
#main_container.subpage{
  padding-top: 30px;
}
.pagewapper{
  width: 96%;
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.pagewapper div#main{
  width: calc(100% - 340px);
  padding-bottom: 100px;
}
.pagewapper div#side{
  width: 300px;
  margin-left: 40px;
  margin-bottom: 50px;
}
.pagewapper div#side .textlink a{
  background: linear-gradient(165deg, #14126F 0%, #14126F 50%, #2C2A7E 50%, #2C2A7E 100%);
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  width: 190px;
  height: 50px;
  margin-left: 10px;
  color: #FFF;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  transition: 0.5s;
}
.mainsliderdot{
  margin-top: 10px;
}
.contents_bgg{
  background: #F5F5F5;
}
.centertitle{
  color: #333;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 50px;
}
.centertitle span{
  color: #2A277A;
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0;
  margin-top: 5px;
}

/* side */
a,a img{
  transition: 0.3s;
}
.sidebnr{
  margin-bottom: 20px;
}

/* side category */
.jigyousoukei{
  background: #F7F7F7;
  border-radius: 10px;
  padding: 10px;
}
.jigyousoukei_head{
  text-align: center;
}
.jigyousoukei_head img{
  display: inline-block;
}
.jigyousoukei_text{
  padding: 5px 10px;
}
.jigyousoukei_text p{
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 0.02em;
}
.jigyousoukei_text p strong{
  color: #13126D;
  font-weight: 600;
}
.jigyousoukei_text p strong span{
  color: #D80000;
}
.side_category{
  margin-top: 30px;
  margin-bottom: 30px;
}
.side_title{
  color: #333;
  border-bottom: 1px solid #2A287B;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.side_category .side_title{
  color: #FFF;
  border-bottom: 1px solid #FFF;
}
.side_category .side_categorys{
  margin-bottom: 15px;
}
.s_cat  a{
  display: block;
  position: relative;
}
.s_cat .s_category{
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 60px;
  padding:5px 5px 5px 60px;
  margin-bottom: 5px;
  position: relative;
}
.s_cat .s_category span{
  font-size: 15px;
  letter-spacing: 0;
  display: block;
  width: 100%;
  margin-top: 5px;
  font-family: "Barlow Condensed", serif;
}
.s_cat a .caticon{
  background: rgba(255,255,255,0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}
.s_cat a .caticon img{
  width: 40px;
}
.caticon_s .s_category{
  background: linear-gradient(170deg, #5079D6 0%, #5079D6 50%, #6A8DDC 50%, #6A8DDC 100%);
}
.caticon_h .s_category{
  background: linear-gradient(170deg, #5CACC9 0%, #5CACC9 50%, #74B8D1 50%, #74B8D1 100%);
}
.caticon_i .s_category{
  background: linear-gradient(170deg, #916CC4 0%, #916CC4 50%, #A182CD 50%, #A182CD 100%);
}
.caticon_f .s_category{
  background: linear-gradient(170deg, #89AABC 0%, #89AABC 50%, #9BB7C6 50%, #9BB7C6 100%);
}
.caticon_t .s_category{
  background: linear-gradient(170deg, #72BC94 0%, #72BC94 50%, #87C6A4 50%, #87C6A4 100%);
}
.cat_label{
  background: #B4B4B4;
  color: #FFF;
  display: inline-block;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 6px;
  line-height: 100%;
}
.cat_strategy{
  background: #507ad6;
}
.cat_technology{
  background: #72bc94;
}
.cat_hr{
  background: #5cacc9;
}
.cat_innovation{
  background: #916cc4;
}
.cat_finance{
  background: #89aabc;
}
.cat_vision {
  background: #98791a;
}
.newicon{
  position: absolute;
  left: 10px;
  top: 10px;
  background: #B20000;
  color: #FFF;
  display: inline-block;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 6px;
  line-height: 100%;
  z-index: 1;
}

/* side ranking */
.ranking{
  margin-top: 50px;
}
.ranking_number{
  background-size: 40px auto;
  font-size: 21px;
  margin-bottom: 10px;
  color: #a58947;
  font-family: "Barlow Condensed", serif;
  font-weight: 600;
  font-style: italic;
  border-bottom: 3px double;
  width: fit-content;
}
.ranking_number strong{
  font-size: 30px;
  font-weight: 600;
  margin-left: 5px;
}
.ranking_entry a{
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.ranking_entry a .r_img{
  width: 120px;
}
.ranking_entry a .r_entry{
  width: 170px;
}
.ranking_entry .date{
  font-size: 14px;
  margin: 6px 0 2px;
}
.ranking_entry p{
  line-height: 160%;
  text-overflow: ellipsis;
  height: 3.2em;
  overflow: hidden;
}

/* side sns */
.snsarea {
  margin-top: 50px;
}
.snslink{
  display: flex;
  align-items: center;
}
.snslink .xicon{
  width: 30px;
  margin-right: 25px;
}
.snslink a{
  line-height: 100%;
}
.snslink a:hover{
  text-decoration: underline;
}

/* side_interview */
.side_interview{
  margin-top: 50px;
}
.side_interview .interview_detail{
  margin-bottom: 30px;
}
.side_interview .interview_detail a{
  display: flex;
  justify-content: space-between;
}
.side_interview .profileimg{
  border-radius: 10px;
  overflow: hidden;
  width: 100px;
  margin-right: 10px;
}
.side_interview .profileinfo{
  flex: 1;
}
.side_interview .profileinfo p{
  font-size: 14px;
  line-height: 160%;
}
.side_interview .profileinfo p span{
  font-size: 13px;
  display: block;
}
.side_interview .profileinfo p.profilename{
  font-size: 16px;
}
.side_interview .interview_more {
  text-align: center;
  margin-bottom: 20px;
}
.side_interview .interview_more span.gbtn_b{
  background: linear-gradient(165deg, #14126F 0%, #14126F 50%, #2C2A7E 50%, #2C2A7E 100%);
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  width: 180px;
  height: 40px;
  color: #FFF;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  transition: 0.5s;
  cursor: pointer;
}
.side_interview .interview_more span.gbtn_b:hover{
  opacity: 0.8;
}
.side_interview .side_interview_add{
  display: none;
}

/* side media_partner */
.media_partner{
  margin-top: 50px;
}
.media_partner .sidebnr{
  border: 1px solid #BBB;
}

/* side search */
.search_container{
  margin-bottom: 50px;
}
.search_container form{
  display: flex;
}
.search_container form input[type="text"]{
  flex: 1;
  padding: 10px;
  height: 40px;
}
.search_container form button{
  background: #BBBBBB;
  width: 40px;
  height: 40px;
  padding: 10px;
  margin-left: 10px;
}

/* subpage */
.pagehead{
  background: url("../img/common/pagehead_bg.png") no-repeat;
  background-size: cover;
  height: 100px;
}
.pagehead .headinner{
  display: flex;
  align-items: center;
  width: 94%;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.pagehead .headinner h2{
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.pagehead .headinner h2 span{
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-top: 2px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.breadcrumb{
  width: 94%;
  max-width: 1440px;
  margin: 0 auto 40px;
}
.breadcrumb ul{
  background: url("../img/common/home_icon.svg") no-repeat left center;
  background-size: 20px 20px;
  display: flex;
  padding-left: 30px;
}
.breadcrumb ul li{
  margin-right: 10px;
}
.breadcrumb ul li span{
  margin-left: 10px;
}
.breadcrumb ul li a{
  color: #2A2679;
}
.entrylist{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.entrylist .entry{
  width: 48%;
  max-width: 520px;
  margin-bottom: 30px;
}
.entryimg{
  background: #000;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 15px;
  aspect-ratio: 512 / 341;
  position: relative;
}
.entry h3{
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 10px 0;
}
.entry p{
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 10px;
}
.entry p.date{
  margin-bottom: 0;
}
.pagerwap{
  width: 100%;
  margin-bottom: 50px;
}
.pager{
  margin-top: 50px;
  text-align: center;
}
.pager a,.pager span{
  margin: 0 3px;
}
.pager span,.pager a:hover{
  color: #FFF;
  border: 1px solid #000;
  background: #2A287B;
  display: inline-block;
  padding: 5px 10px; 
}
.pager a{
  color: #000;
  border: 1px solid #000;
  background: #FFF;
  display: inline-block;
  padding: 5px 10px; 
}
.countcategory{
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}
.subpage .side_category {
  margin-top: 0px;
}
.subpage .side_category .side_title {
  color: #000;
  border-bottom: 1px solid #2A287B;
}

/* entry */
#ez-toc-container.counter-disc li{
  list-style-type: none;
}
.entry_image{
  margin-bottom: 35px;
}
.entry_image img{
  width: 100%;
}
.entry_header{
  margin-bottom: 20px;
}
.entry_header h1{
  font-size: 28px;
  margin: 15px 0 5px;
  line-height: 140%;
}
.single_container .entry_excerpt{
  border-top: 1px solid #CCC;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 25px;
}
.single_container .entry_excerpt p{
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.1em;
}
.single_container{
  font-size: 16px;
  line-height: 180%;
}
.single_container h2{
  background: #E9E9F1;
  border-left: 5px solid #2A277A;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 10px 10px 10px 15px;
  margin-bottom: 35px;
}
.single_container .entry_contents p{
  margin-bottom: 35px;
  line-height: 180%;
}
.entry_contents a{
  color: #003f96;
  text-decoration: underline;
}
.entry_contents a:hover{
  color: #003f96;
  text-decoration: none;
}
.custom-link {
  display: block;
  width: 100%;
  margin: 0 0 60px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: right;
}
div#ez-toc-container {
  background: #F7F7F7;
  border-top: none;
  border-bottom: none;
  border-radius: 0;
  padding: 20px;
}
.single_container div#ez-toc-container p.ez-toc-title {
  background: url("../img/common/toc_icon.png") no-repeat left center;
  font-size: 18px;
  font-weight: 600;
  padding-left: 40px;
  margin-left: 10px;
  margin-bottom: 0;
}
#ez-toc-container ul {
  padding: 0;
  margin-left: 40px;
}
div#ez-toc-container ul li {
  padding: 6px 10px;
  border-top: none;
  font-size: 16px;
  color: #000;
}
div#ez-toc-container ul li::before{
  color: #2A277A;
  content: "●";
  font-size: 15px;
  margin-right: 5px;
}
div#ez-toc-container ul li:last-child {
  border-bottom: none;
}

.single_container p.entry_share {
  margin-top: 60px;
  margin-bottom: 0px;
  text-align: center;
}
.single_container .addtoany_content {
  text-align: center;
}

.single_container .entry_author {
  background: #F7F7F7;
  display: block;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 5rem 2rem;
  border-top: 2px solid #2A277A;
  border-bottom: 2px solid #2A277A;
}
.single_container h2.entry_author-name{
  background: none;
  border-left: none;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  padding: 0;
}
.single_container .entry_author-flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 3rem;
  margin-bottom: 20px;
}
.single_container .entry_author-flexBox .entry_author-imgbox {
  width: 20%;
}
.single_container .entry_author-flexBox .entry_author-info {
  width: 76%;
}
.single_container p.entry_author-des {
  margin-bottom: 0px;
  line-height: 180%;
}
.single_container .entry_author-info{
  margin-left: 30px;
}
.entry_related-ttl{
  color: #000;
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}
.entry_related-post-list{}
.entry_related-post-list a{
  display: flex;
  background: #F7F7F7;
  border: 1px solid #BBB;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.entry_related-post-list a .entry_related_img {
  background: #000;
  display: flex;
  width: 300px;
  height: auto;
  aspect-ratio: 512 / 341;
  justify-content: center;
  align-items: center;
}
.entry_related_text {
  padding: 35px 35px 35px 10%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
}
.entry_related-post-ttl{
  font-size: 20px;
  margin: 10px 0;
  line-height: 140%;
  width: 100%;
}
.entry_related-post-date{
  font-size: 14px;
}
.article_btn {
  text-align: center;
  width: 100%;
  margin-top: 50px;
}
.article_btn a{
  display: inline-flex;
}
.sponsored-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin: 15px 0;
}
.sponsored-tags .tag {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 10px;
  border: 1px solid #333;
  line-height: 1;
  font-size: 1.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sponsored-tags .name {
  line-height: 1.5;
  font-size: var(--ss_tx);
}
.sponsored-tags p {
  margin-bottom: 0;
  font-weight: bold;
}

/* slider */
.slick-dots{
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}
.slick-dots li{
  position: relative;
  display: inline-block;
  width: 32px;
  height: 5px;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button{
  font-size: 0;
  line-height: 0;
  display: block;
  width: 32px;
  height: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
  opacity: 1;
}
.slick-dots li button:before{
  background: #DBDBDB;
  width: 32px;
  height: 5px;
  content: '';
  display: block;
}
.slick-dots li.slick-active button:before{
  background: #14126F;
  opacity: 1;
}

/* layout */
.tar{
  text-align: right !important;
}
.inner{
  width: 94%;
  max-width: 1440px;
  margin: 0 auto;
}

/* footer */
footer{
  background: #F5F5F5;
  position: relative;
  z-index: 1000;
}
.community_container img{
  display: inline-block;
}
.community_container{
  position: relative;
}
.community_slider .c_slide{
  pointer-events: none;
}
.community_titlewap{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 90%;
  max-width: 660px;
  text-align: center;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.community_title{
  background: rgba(5,47,88,0.7);
  width: 100%;
  padding: 25px;
  text-align: center;
}
.community_title h2{
  text-align: center;
  margin-bottom: 10px;
}
.sclogo_w img{
  max-width: 220px;
}
.community_btn{
  width: 100%;
  text-align: center;
}
.community_btn a{
  background: linear-gradient(165deg, #8C0000 0%, #8C0000 50%, #981A1A 50%, #981A1A 100%);
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  width: 190px;
  height: 50px;
  margin-left: 10px;
  color: #FFF;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  transition: 0.5s;
}
.community_btn a:hover{
  opacity: 0.8;
}
.footerbottom{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 96%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 50px 0;
}
.footerlogo{
  display: inline-block;
  margin-bottom: 15px;
}
.footerlogo img{
  width: 210px;
}
.footersns a{
  margin-right: 6px;
}
.footersns a img{
  display: inline-block;
}
.footerlinks{
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.footerlinks li{
  margin-bottom: 10px;
}
.footerlinks li a{
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  display: inline-block;
  padding: 0 20px;
  line-height: 120%;
  margin-left: -1px;
}
.copy{
  color: #333;
  font-size: 13px;
  text-align: right;
}

/* add 20251016 */
.taglist{
	margin: 20px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.taglist a{
	border-radius: 5px;
	box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.5);
	background: #61ab15;
	color: #FFF;
	display: block;
	font-size: 15px;
	text-align: center;
	width: 48%;
	margin-bottom: 10px;
	padding: 10px;
}


@media screen and (min-width: 768px){
  .sp{
    display: none !important;
  }
}
@media screen and (max-width: 1200px){
  .headercontact.flex{
    justify-content: space-between;
    width: 100%;
  }
  nav.navi ul {
    width: 98%;
  }
  nav.navi ul li {
    width: 10%;
    font-size: 13px;
  }
  nav.navi ul li:nth-child(7) {
    width: 16%;
  }
  nav.navi ul li:nth-child(9) {
    width: 14%;
  }
  
  .entry_related_text {
    padding: 15px 15px 15px 5%;
  }
  .entry_related-post-ttl {
    font-size: 16px;
  }
  .breadcrumb{
    margin: 0 auto 30px;
    display: block !important;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
    white-space: nowrap;
  }
  
  /* footer */
  .community_container{
    /*padding-bottom: 100px;*/
  }
  .footerleft{
    width: 38%;
  }
  .footerright{
    width: 60%;
  }
  .footerlinks{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .footerlinks li{
  }
}
@media screen and (max-width: 900px){

  .entry_related-post-list a .entry_related_img {
    width: 150px;
  }
  .entry_related_text {
    padding: 15px 15px 15px 5%;
  }
  .entry_related-post-ttl {
    font-size: 15px;
    margin: 5px 0;
    text-overflow: ellipsis;
    line-height: 1.2;
    height:2.4em;
    overflow: hidden;
  }
  .jigyousoukei_text p {
    text-align: left;
  }
}
@media screen and (max-width: 767px){
  html{
    scroll-padding-top: 80px;
  }
  .pc{
    display: none !important;
  }
  body {
    padding-top: 60px;
  }
  .mb50{
    margin-bottom: 30px;
  }
  
  /* header */
  header {
    padding: 0;
    height: 60px;
  }
  header .inner {
    width: 100%;
  }
  .headercontact{
    display: none !important;
  }
  .headerlogo{
    padding-top: 12px;
  }
  .headerlogo a {
    width: 120px;
  }
  /* spmenu */
  .spmenu{
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 10px;
  }
  .spmenu span{
    display: block;
    margin: 0;
    border: none;
    width: 50%;
    height: 1px;
    background: #000;
    transform-origin:0% 50%;
    position: absolute;
    top: 12px;
    left: 25%;
    transition: .3s;
  }
  .spmenu span:nth-of-type(2){
    top: 21px;
  }
  .spmenu span:nth-of-type(3){
    top: 30px;
  }
  .spmenu.spclose span{
    left: 30%;        
  }   
  .spmenu.spclose span:nth-of-type(1){
    transform: rotate(45deg);
    width: 52%;
  }
  .spmenu.spclose span:nth-of-type(2){
    opacity: 0;
  }
  .spmenu.spclose span:nth-of-type(3){
    top: 30px;
    transform: rotate(-45deg);
    width: 52%;
  }
  
  /* nav */
  nav.navi {
    display: none;
  }
  .spnav {
    background: #F7F7F7;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    width: 100%;
    position: fixed;
    z-index: 10000;
    height: auto;
    top: 60px;
    display: none;
  }
  .spnav ul{
    display: flex;
    flex-wrap: wrap;
  }
  .spnav ul li{
    width: 50%;
    border-bottom: 1px solid #CCC;
  }
  .spnav ul li:nth-child(2n){
    border-left: 1px solid #CCC;
  }
  .spnav ul li a{
    display: block;
    padding: 10px;
  }
  
  /* page */
  .pagewapper {
    width: 100%;
    flex-wrap: wrap;
  }
  
  /* main */
  .pagewapper div#main {
    width: 94%;
    margin: 0 auto 20px;
    padding-bottom: 20px;
  }
  #main_container {
    padding-top: 10px;
  }
  .toppickupbnr{
    text-align: center;
    margin-top: 20px;
  }
  .toppickupbnr a {
    display: inline-block;
  }
  .toppickup_category{
    margin-top: 20px;
  }
  .toppickup_title {
    color: #333;
    border-bottom: 1px solid #2A287B;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .toppickup_category .textlink{
    margin-top: 10px;
  }
  .toppickup_category .textlink a{
    padding: 10px 0;
    background: linear-gradient(165deg, #14126F 0%, #14126F 50%, #2C2A7E 50%, #2C2A7E 100%);
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
    width: 190px;
    height: 50px;
    margin-left: 10px;
    color: #FFF;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    transition: 0.5s;
  }
  .centertitle{
    font-size: 24px;
    margin-bottom: 25px;
  }
  .centertitle span{
    font-size: 20px;
    margin-top: 5px;
  }
  
  /* subpage */
  .pagehead .headinner h2 {
    font-size: 24px;
  }
  .pagehead .headinner h2 span{
    font-size: 18px;
  }
  
  /* entry */
  .entrylist .entry {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .entry h3 {
    font-size: 18px;
    margin: 5px 0;
  }
  .entry p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .pager {
    margin-top: 20px;
    text-align: center;
  }
  div#ez-toc-container {
    width: 100%;
    margin: 3rem auto;
  }
  .single_container div#ez-toc-container p.ez-toc-title {
    background: url("../img/common/toc_icon.png") no-repeat left center;
    font-size: 16px;
    font-weight: 600;
    padding-left: 30px;
    margin-left: 0px;
    margin-bottom: 0;
  }
  #ez-toc-container ul {
    padding: 0;
    margin-left: 0px;
  }
  .single_container h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .single_container .entry_contents p {
    margin-bottom: 20px;
  }
  .single_container .entry_author-info {
    margin-left: 0px;
  }
  .entry_related-post-list a {
    margin-bottom: 10px;
  }
  .entry_related-post-list a {
    margin-bottom: 10px;
  }
  .entry_related-post-list a .entry_related_img {
    width: 35%;
    aspect-ratio: 512 / 341;
  }
  .entry_related_text {
    padding: 10px;
  }
  .cat_label {
    font-size: 12px;
    padding: 3px 10px;
  }
  .entry_related-post-ttl {
    font-size: 15px;
    margin: 5px 0;
  }
  .article_btn {
    margin-top: 20px;
  }
  .entry_header h1{
    font-size: 24px;
  }
  .single_container p.entry_author-des {
    font-size: 14px;
  }
  
  /* side */
  .pagewapper div#side {
    width: 100%;
    margin-left: 0;
  }
  .side_inner{
    width: 94%;
    margin: 0 auto;
  }
  .sidebnr{
    text-align: center;
  }
  .sidebnr a{
    display: inline-block;
  }
  .s_cat .s_category .s_category{
    position: relative;
  }
  .s_cat .s_category span{
    position: absolute;
    display: inline-block;
    font-size: 16px;
    right: 10px;
    width: auto;
  }
  
  /* side ranking */
  .ranking {
    background: #F7F7F7;
    margin-top: 0px;
    padding: 20px 0;
  }
  .ranking_inner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ranking_inner .ranking_entrywap:first-child{
    width: 100%;
  }
  .ranking_inner .ranking_entrywap{
    width: 48%;
    margin-bottom: 15px;
  }
  .ranking_entry a {
    flex-wrap: wrap;
  }
  .ranking_entry a .r_img {
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 512 / 341;
    width: 100%;
    margin-bottom: 15px;
  }
  .ranking_entry a .r_entry {
    width: 100%;
  }
  .ranking_number{
    font-size: 21px;
  }
  .ranking_number strong{
      font-size: 30px;
  }
  
  /* side sns */
  .snsarea {
    margin-top: 30px;
  }
  .snslink {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 180px;
  }
  .snslink .xicon {
    margin-right: 10px;
  }
  
  /* media_partner */
  .media_partner{
    background: #F7F7F7;
    margin-top: 30px;
    padding: 20px 0;
  }
  .media_partner .sidebnr {
    background: #FFF;
    border: 1px solid #BBB;
    text-align: center;
  }
  .media_partner .sidebnr a{
    display: block;
  }
  .media_partner .sidebnr img{
    display: inline-block;
  }
  
  /* footer */
  .community_container{
    background: #FFF;
    padding-bottom: 140px;
  }
  .community_titlewap{
    display: block;
  }
  .community_title{
    margin-top: 120px;
    padding-bottom: 40px;
  }
  .community_btn {
    margin-top: -20px;
  }
  .footerleft{
    width: 100%;
  }
  .footerright{
    width: 100%;
  }
  .footerlinks li{
  }
  .footerbottom{
    padding: 40px 0 30px; 
  }
  .footerlogo {
    display: block;
    margin: 0 auto 15px;
    text-align: center;
  }
  .footerlogo a{
    display: inline-block;
  }
  .footersns{
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
  }
  .footersns a{
    width: 30%;
  }
  .footerlinks {
    border-left: none;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .footerlinks li {
    border-right: none;
    margin-bottom: 0;
  }
  .footerlinks li a{
    padding: 10px;
    border-left: none;
    border-right: none;
  }
  .copy{
    text-align: center;
  }
  
}

