/*
 Theme Name:   Generic Child
 Description:  Generic Child Theme
 Template:     generic
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  generic-child
*/
html {
  height: 100%;
  overflow: auto;
}

body{
  font-family:Times New Roman,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

.entry-content ul, .widget-container ul, .comment-body ul, .entry-content ol, .widget-container ol, .comment-body ol {
  font-family:Times New Roman,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif
}

h2 {
  color: #262626;
  display: inline-block;
  padding: 0 1em 5px;
}

section {
  padding-top: 6em;
  padding-bottom: 5em;
}

.entry-content ul li,
.widget-container ul li,
.comment-body ul li {
  list-style-type: none;
}

.icon-mobile {
  width: 15%;
}

.fadeUpTrigger,
.fadeLeftTrigger,
.fadeRightTrigger{
  opacity: 0;
}

/* move in */
.fadeIn {
  animation-name:fadeInAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;
}

@keyframes fadeInAnime {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
}

  /* move bottom */

.fadeUp {
  animation-name:fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
}

@keyframes fadeUpAnime {
    from {
      opacity: 0;
    transform: translateY(100px);
    }

    to {
      opacity: 1;
    transform: translateY(0);
    }
}

  /* move top */

.fadeDown {
  animation-name:fadeDownAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
}

@keyframes fadeDownAnime {
    from {
      opacity: 0;
    transform: translateY(-100px);
    }

    to {
      opacity: 1;
    transform: translateY(0);
    }
}

/* move left */

.fadeLeft {
  animation-name:fadeLeftAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
}

@keyframes fadeLeftAnime {
    from {
      opacity: 0;
    transform: translateX(-100px);
    }

    to {
      opacity: 1;
    transform: translateX(0);
    }
}

/* move right */

.fadeRight {
  animation-name:fadeRightAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
}

@keyframes fadeRightAnime {
    from {
      opacity: 0;
      transform: translateX(100px);
    }

    to {
      opacity: 1;
    transform: translateX(0);
    }
}

.home #container .non_border {
  border: none;
}

#sidebar h2 {
  border-bottom: 5px solid;
  border-image: linear-gradient(to right, #aa833f 0%, #262626 100%);
  border-image-slice: 1;
}

#sidebar h2 {
  display: block;
  text-align: center;
}

.home section h2 {
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  padding: 7% 7% 0;
  z-index: 2;
  margin: 0;
}

.home section h2 > span {
  display: inline-block;
  width: calc(100% / 2 + 5em );
  border-bottom: 5px solid #eb9800;
}

.home a {
  transition: all 0.3s ease-in-out 0s;
}

.headline {
  text-align: center;
}

#header {
  background-color: #000;
  padding: 1%;
}

#footer {
  background-color: #000;
}

.home #container {
  padding: 0;
  background-color: transparent;
}

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

.flex_wrap_between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#wrapper #container {
  background-color: #fff;
}

.sp {
  display: none;
}

.home #container .entry-content > div:not(:first-of-type),
.home #container .entry-content > ul {
  background-color: #fff;
}

#menu{
  position:fixed;
  z-index: -1;
  opacity: 0;
  top:0;
  width:100%;
  height: 100vh;
  background:#b2aca3;
  transition: all 0.3s;
}

#menu.panelactive{
opacity: 1;
z-index:999;
}

#menu.panelactive #menu-main{
  position: fixed;
  z-index: 999; 
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #000;
}

#menu ul {
  display: none;
  position: absolute;
  z-index: 999;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}

#menu.panelactive ul {
  display: block;
}

#menu li{
list-style: none;
  text-align: center; 
}

#menu li a{
text-decoration: none;
padding:10px;
display: block;
text-transform: uppercase;
letter-spacing: 0.1em;
font-weight: normal;
text-align: center;
}

.openbtn{
  position:fixed;
  z-index: 9999;
  top:10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height:50px;
}

.openbtn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
background-color: #666;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
top:15px; 
}

.openbtn span:nth-of-type(2) {
top:23px;
}

.openbtn span:nth-of-type(3) {
top:31px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
opacity: 0;
}

.openbtn.active span:nth-of-type(3){
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.entry-content ul li::before {
  position: static;
  margin-left: 0;
  content: none;
}

#main-video{
  position: relative;
  height: 100vh;
} 

.home #main-video > p {
  font-size: 2rem;
  color: #aa833f;
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  margin-right: -50%;
  margin-top: 0;
  -webkit-text-stroke: 1px #e5d9c5;
  text-stroke: 1px #e5d9c5;
}

#video-area{
  position: fixed;
  z-index: -1;
  top: 0;
  right:0;
  left: 0;
  bottom:0;
  overflow: hidden;
  background-color: #000;
}

#video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh; 
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
  max-width: none!important;
}

.hoem h1 {
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color:#fff;
  text-shadow: 0 0 15px #666;
}

.front-list-menu {
  display: flex;
}

.front-list-menu li a {
  display: inline-block;
  border: 1px solid #999;
  width: 25%;
}

.home #content {
  width: 100%;
  float: none;
  padding: 0;
}

.sell-case-list {
  justify-content: space-between;
}

.post-list-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 300px;
  margin-top: 30px;
}

.post-list-item {
  width: 47%;
  padding: 3%;
  background-color: #f2f2f2;
  margin-bottom: 2.5em;
  position: relative;
}

.post-list-item:hover,
.archive #content article:hover,
.search #content article:hover {
  box-shadow: 0 0 8px #b2aca3;
}

.post-list-item a {
  color: #333;
  text-decoration: none;
}

.post-list-thumb img {
  margin: 0;
  width: 100%;
}

.post-list-meta {
  padding: 10px;
}

.post-list-meta span {
  display: block;
  font-weight: bold;
}

.post-list-meta span:first-child {
  margin-bottom: 2.5em;
}

.post-list-meta span:nth-child(2) {
  font-size: 0.8em;
  font-weight: normal;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.post-list-box > a,
.news-list-box > a {
  display: block;
  width: 100%;
  background-color: #fff;
  color: #aa833f;
  text-align: center;
  border: 1px solid #aa833f;
  border-radius: 2px;
  padding: 10px;
  text-decoration: none;
}

.post-list-box > a:hover,
.news-list-box > a:hover {
  background-color: #aa833f;
  color: #fff;
  text-align: center;
}

.news-list ul {
  list-style: none outside;
  padding: 0 0 20px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
 }

 .news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}
.news-list .item a p {
  color: #2d2d60;
}
.news-list .item:first-child a{
  border-top: 1px solid #CCC;
}
.news-list .item .date{
  margin: 0;
  min-width: 170px;
  padding: 0 20px 0 0;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}
.news-list .item a:hover {
  background-color: #f2f2f2;
}

 ul.main-btn {
   margin: 0;
   padding: 30px 5% 300px;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
 }

 .main-btn li {
  margin: 0;
  width: 47%;
  margin-bottom: 2em;
}

.home section {
  background-color: #f2f2f2;
}

.home .inner_def {
  width: 86%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 2;
}

.bold {
  font-weight: bold;
}

.yel {
  color: #ffc460;
}

.mv {
  background: -webkit-linear-gradient(45deg,transparent 30px,#fff 0),-webkit-linear-gradient(135deg,transparent 30px,#fff 0),-webkit-linear-gradient(225deg,transparent 30px,#fff 0),-webkit-linear-gradient(315deg,transparent 30px,#fff 0);
  margin: 0 auto;
  width: 90%;
  background-position: 0 100%,100% 100%,100% 0,0 0;
  background-size: 51% 51%;
  background-repeat: no-repeat;
  padding: 52px 42px 30px;
  position: relative;
  z-index: 120;
}

.mv ul {
  display: flex;
  justify-content: space-between;
  margin-left: 0;
  padding: 0 2%;
}

.mv li {
  width: 31.5%;
  background-color: #2d2d60;
  color: #fff;
}

.mv li > div {
  width: 100%;
}

.mv li p {
  margin: 0 2%;
}

.mv li p.user_text {
  color: #aa833f;
}

.feature > div {
  margin-left: 20px;
  margin-right: 20px;
}

.feature ul {
  margin: 0;
}

.feature ul li {
  width: 31.5%;
  padding: 24px;
  background-color: #fff;
}

.feature h3 {
  line-height: 35px;
  border-bottom: 2px solid #2d2d60;
  margin-bottom: 34px;
  padding-bottom: 18px;
  height: calc(3.2em + 18px);
  text-align: center;
}

.feature p {
  text-align: center;
}

section.reason {
  background-color: #f2f2f2;
  text-align: center;
}

.reason > div {
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 20px;
}

.reason table {
  margin-bottom: 0;
}

.reason table th,
.reason table td {
  border: 1px solid #2d2d60;
  color: #000;
  padding: 15px;
  vertical-align: middle;
}

.reason table td {
  background-color: #fff;
  font-weight: 500;
  text-align: center;
}

.reason table tr:not(:first-child) {
  text-align: left;
}

.reason table tr:first-child,
.reason table tr td:first-child {
  background-color: #b2aca3;
}

.reason table th,
.reason table tr td:first-child {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.price > div {
/*  background: -webkit-linear-gradient(45deg,transparent 30px,#fff 0),-webkit-linear-gradient(135deg,transparent 30px,#fff 0),-webkit-linear-gradient(225deg,transparent 30px,#fff 0),-webkit-linear-gradient(315deg,transparent 30px,#fff 0);*/
  margin: 0 auto;
  width: 90%;
  background-position: 0 100%,100% 100%,100% 0,0 0;
  background-size: 51% 51%;
  background-repeat: no-repeat;
  padding: 80px 100px 100px;
}

.price table.price_tb tr:first-child {
  background-color: #f2f2f2;
}

.price table.price_tb td,
.price table.price_tb th {
  border: 1px solid #2d2d60;
  text-align: center;
  vertical-align: middle;
  padding: 15px;
}

.price table.price_tb th {
  width: 42%;
}

.price table.price_tb tr:first-child {
  background-color: #f2f2f2;
}

.price table.price_tb tr:first-child td {
  border-top: none;
/*  background-color: #fff;*/
}

.price table.price_tb tr:not(:first-child) td:nth-child(2) {
  background-color: #f2f2f2;
}

.price table.total_tb th,
.price table.total_tb td {
  border: 1px solid #2d2d60;
  vertical-align: middle;
  padding: 15px;
  text-align: center;
}

.price table.total_tb th {
  background-color: #b2aca3;
}

.total_tb .td_lg {
  background-color: #f2f2f2;
  padding: 10px;
}

section.sell-cases {
  background-color: #f2f2f2;
}

.sell-cases h3 {
  text-align: center;
  font-size: 26px;
  position: relative;
  margin-bottom: 60px;
  color: #000;
}
/*
.sell-cases h3::before,
.sell-cases h3::after {
  display: inline-block;
  content: "";
  width: 100px;
  height: 2px;
  margin: auto;
  top: 0;
  bottom: 0;
  background: #2b2b60;
  position: absolute;
}

.sell-cases h3::before {
  margin-left: -130px;
}

.sell-cases h3::after {
  margin-left : 30px;
}
*/
.sell-cases > div {
  width: 90%;
/*  background: -webkit-linear-gradient(45deg,transparent 20px,#b2aca3 0),-webkit-linear-gradient(135deg,transparent 20px,#b2aca3 0),-webkit-linear-gradient(225deg,transparent 20px,#b2aca3 0),-webkit-linear-gradient(315deg,transparent 20px,#b2aca3 0);
  background-position: 0 100%,100% 100%,100% 0,0 0;
  background-size: 51% 51%;
  background-repeat: no-repeat;*/
  padding: 80px 100px 100px;
  margin: 0 auto;
}

.sell-cases > div ul li {
  width: 47%;
  margin-bottom: 50px;
  margin-right: 3%;
  text-align: center;
  position: relative;
  background-color: #fff;
}

.sell-cases .industry_list li p {
  border-top: 1px solid #2b2b60;
  width: 100%;
}

.sell-cases > div ul li a {
  display: block;
  color: #000;
  padding: 15px;
  text-decoration: none;
}

.sell-cases > div ul li p {
  margin-top: 0;
}

section.many-impressions {
  background-color: #f2f2f2;
}

.many-impressions h2 {
  margin-top: 0;
  padding-top: 20px;
}

.many-impressions li a {
  background-color: #f2f2f2;
  display: block;
}

.many-impressions li {
  margin-right: 2.75%;
}

.many-impressions li:nth-child(3n) {
  margin-right: 0;
}

.many-impressions li:hover {
  opacity: 0.7;
  box-shadow: none;
}

.many-impressions li .item_text {
  padding: 20px;
}

.many-impressions li .item_text h3 {
  font-size: 1em;
  padding: 0 0 20px;
  border-bottom: 1px solid #2d2d60;
  margin-bottom: 20px;
  height: 70px
  box-sizing: border-box;
}

.many-impressions .list-link {
  padding-bottom: 20px;
}

section .list-link {
  width: 250px;
  margin: auto;
} 

section .list-link a {
  height: 50px;
  line-height: 50px;
  display: block;
  border-radius: 25px;
  background: #fff;
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  position: relative;
  color: #222;
  border: 1px solid #2d2d60;
  box-shadow: 0 0 13px -5px #000;
  text-decoration: none;
}

section .topics } {
  padding-bottom: 0;
}

.buyer-needs li {
  width: 31.5%;
  margin-right: 2.75%;
  background-color: #fff;
}

.buyer-needs li:nth-child(3n) {
  margin-right: 0;
}

.buyer-needs li div div span {
  border: 1px solid #b2aca3;
  border-radius: 5px;
  font-size: 12px;
  height: 24px;
  display: inline-flex;
}

.buyer-needs p {
  margin: 0;
}

.buyer-needs a {
  color: #000;
  text-decoration: none;
}

.buyer-needs h3 {
  font-size: 18px;
  padding: 0 0 20px;
  border-bottom: 1px solid #2d2d60;
  margin-bottom: 20px;
  height: 70px;
}

.buyer-needs > div {
  width: 86%;
  margin: auto;
}

.buyer-needs ul {
  margin: 70px 0 100px;
}

.buyer-needs a > div:first-of-type {
  background-color: #2d2d60;
  color: #fff;
  text-align: center;
  padding: 3px;
}

.buyer-needs a > div:nth-of-type(2) {
  padding: 20px;
}

.buyer-needs .buyer_info {
  background-color: #f2f2f2;
  padding: 20px;
  margin: 10px;
}

.experts {
  background-color: #b2aca3;
}

.experts .item_text {
  border-top: 1px solid #2b2b60;
}

.experts a {
  background-color: #b2aca3;
  text-decoration: none;
  color: #000;
  display: block;
}

.experts ul {
  margin: 0;
}

.experts li {
    width: 31.5%;
    margin-right: 2.75%;
}

.experts li:nth-child(3n) {
  margin-right: 0;
}

.experts li a > div:first-child {
  padding: 30px 30px 0;
  display: grid;
  grid-template-columns: 45% 50%;
  grid-column-gap: 12px;
  justify-items: center;
  align-items: center;
}
.experts li a > div:nth-child(2) {
  padding: 30px;
}

.pp .ttl_pp {
  margin: 40px 0;
  font-size: 26px;
  padding: 10px 0;
  border-top: 1px solid #eb9800;
  border-bottom: 1px solid #eb9800;
}

.pp li {
  width: 31%;
  background: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.pp > div > p {
  text-align: center;
}

.macollege a {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
.macollege li {
  width: 31.5%;
  margin-right: 2.75%;
}
.macollege li:nth-child(3n) {
  margin-right: 0;
}

.macollege h3 {
  text-align: center;
  font-size: 26px;
  position: relative;
  margin-bottom: 30px;
  margin-top: 60px;
}

.macollege h3::before,
.macollege h3::after {
  display: inline-block;
  content: "";
  width: 100px;
  height: 2px;
  margin: auto;
  top: 0;
  bottom: 0;
  background: #2b2b60;
  position: absolute;
}

.macollege h3::before {
  margin-left: -130px;
}

.macollege h3::after {
  margin-left : 30px;
}

.sponsor ul {
  margin: 0;
}

.sponsor .media_list li {
  flex: 1 0 25%;
  width: 20%;
  padding: 40px 30px;
  height: 130px;
  text-align: center;
  display: table;
}

.sponsor .list_media li {
  width: 31.8%;
  margin-right: 2.3%;
  margin-bottom: 26px;
  padding: 14px;
  background: #2b2b60;
  font-size: 26px;
  text-align: center;
  color: #fff;
}

.sponsor .list_media li:nth-child(3n) {
  margin-right: 0;
}

.sponsor p {
  text-align: center;
}

.caption-bk .step {
  display: flex;
  background-color: #4c4c4c;
  position: relative;
  align-items: center;
  padding: 1em 1.5em;
  color: #fff;
  border-radius: 5px 0 0 5px;
  font-size: 25px;
}

.caption-bk:not(:last-child) .step:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #4c4c4c;
}

.caption-bk span:nth-child(2) {
  display: flex;
  align-items: stretch;
  background-color: #ccc;
  border-radius: 0 5px 5px 0;
  padding: 1em 1.5em;
  width: 60%;
  color: #262626;
  font-size: 20px;
}

.caption-bk span:nth-child(2) > span {
  display: flex;
  align-items: center;
}

.caption > * {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: center;
  margin: 1.5em 0;
}

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

.register-btn p a {
  background: #9b384b;
  padding: 0.8em 1.5em;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}

.page #content .mv li p.user_num {
  font-size: 36px;
}

.caption p {
  margin: 0;
  padding: 0;
}

.page #content .mv > p {
  font-size: 2.5rem;
  font-weight: 700;
  padding-bottom: 30px;
  text-align: center;
}

.single table tr:nth-child(odd) {
  background-color: #f2f2f2;
}

.single table td:first-child {
  background-color: #2d2d60;
  color: #fff;
}

.single table td {
  padding: 3%;
}

 a.request {
  padding: 3%;
  text-align: center;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #a05144;
  color: #a05144;
  border-radius: 3px;
}

a.request:hover {
  background-color: #a05144;
  color: #fff;
}

.nav-links > div {
  position: relative;
}

.nav-links a {
	color: #2d2d60;
  display: block;
  text-decoration: none;
}

.nav-links a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #2d2d60;
	transition: width 0.3s;
  text-decoration: none;
}

.nav-links a:hover::after {
	width: 100%;
}

.wpcf7 {
  margin: 0  auto;
}

.wpcf7 form ul {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.wpcf7 form ul li {
  position: relative;
  overflow: hidden;
  margin: .5em 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}

.wpcf7 form ul li input,
.wpcf7 form ul li textarea {
  width: 100%;
}

.wpcf7 form ul li .title {
   position: relative;
  width: 30%;
  font-weight: normal;
  padding: 1em;
  position: relative;
  color: #2d2d60;
  border-bottom: 3px solid #2d2d60;
}

.wpcf7 form ul li .title span {
  background-color: #a05144;
  padding: 0 .3em;
  color: #fff;
  margin-left: .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
}

.wpcf7 form ul li .box_det {
  width: 70%;
  position: relative;
  padding: 1em;
  border-bottom: 3px solid #d7d7d7;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wpcf7 form p.submit-btn {
  text-align: center;
}

.wpcf7 form p.submit-btn input[type="submit"] {
  border-radius: 5px;
  padding: 1%;
  -webkit-box-shadow: 0 5px 0 #99948d;
  box-shadow: 0 5px 0 #99948d;
  width: 40%;
  background-color: #b2aca3;
  color: #262626;
}

.wpcf7 form p.submit-btn input[type="submit"]:hover {
  box-shadow: 0 2px 0 #99948d;
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
}

.accordion-contact {
  margin-bottom: 7px;
  border: 2px solid #2d2d60;
  border-radius: 5px;
}

.accordion-contact summary {
  position: relative;
  padding: 1em 2em;
  background-color: #2d2d60;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

form.search-sell {
  border: 2px solid;
  padding: 1em;
  border-radius: 5px;
  margin-bottom: 2em;
  background: #fff;
}

.search-sell table {
  table-layout: fixed;
}

.search-sell table td:first-child {
  width: 30%;
}

.search-sell .ui-list label {
  display: inline-block;
}

.search-sell input[type="submit"],
.search-sell button {
  background-color: #2d2d60;
  color: #fff;
  padding: 0.8em 4em;
}

.search-sell .detailed{
  display: block;
}

.search-sell .detailed,
.search .toggle {
  display: none;
}

.search {
  text-align: center;
  position: relative;
}

.search .Label {
  text-decoration: underline;
  position: absolute;
  top: 30%;
  left: 0;
}

.sell_cases > div {
  margin-top: 1.5em;
}

.sell_cases > div:first-child {
  margin-top: 0;
}

.sell-case-list figure {
  text-align: center;
}

.sell-case-list .wp-post-image {
  display: inline-block;
  text-align: center;
}

.item-head {
  background-color: #2d2d60;
  color: #fff;
  display: inline-block;
  padding: 1em;
}

.item-content {
  border: 1px solid #b2aca3;
  background-color: #f2f2f2;
  padding: 1em;
}

.border {
  border: 1px solid #dbdbdb;
  margin-left: -1px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 auto;
}

.header-data {
  background-color: #f4f5f6;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.col-3, .col-6, .col-9,
.col-12 {
  padding: 12px;
}

.archive #content,
.search #content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.archive #content > header,
.search #content > header {
  width: 100%;
}

.archive #content article,
.search #content article {
  width: 47%;
  background-color: #f2f2f2;
  padding: 3%;
}

.archive #content article h2 a,
.search #content article h2 a {
  color: #333;
  text-decoration: none;
}

.search .post,
.archive .post:last-of-type {
  margin-bottom: 60px;
}

.widget-container a {
  color: #2d2d60;
}

#footer-menu {
  margin-bottom: 1em;
}

#footer-menu ul {
  display: flex;
  justify-content: space-between;
}

#footer-menu ul a {
  color: #fff;
  text-decoration: none;
}

/* pager */
.pager {
  width: 100%;
}
.pager .pagination {
  text-align: center;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  border-radius: 10px;
}

.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  color: #2d2d60;
  border-radius: 50px;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
  color: #fff;
  background: #2d2d60;
}

.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
  list-style-type: none;
  padding: 0;
}

.page-numbers a,
.page-numbers .current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  border-radius: 1px;
  background-color: #f2f2f2;
  color: #2d2d60;
  border-radius: 3px;
}

.page-numbers a:not(:hover) {
  text-decoration: none;
}

.page-numbers .current {
  background-color: #2d2d60;
  color: #fff;
  pointer-events: none;
}

.page-numbers a.prev,
.page-numbers a.next {
  gap: 0 4px;
  width: auto;
  padding: .5em .8em;
  line-height: 1;
}

.page-numbers a.prev::before,
.page-numbers a.next::after {
  display: inline-block;
  transform: rotate(45deg);
  width: .3em;
  height: .3em;
  content: '';
}

.page-numbers a.prev::before {
  border-bottom: 1px solid #2d2d60;
  border-left: 1px solid #2d2d60;
}

.page-numbers a.next::after {
  border-top: 1px solid #2d2d60;
  border-right: 1px solid #2d2d60;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  background-color: #000;
  margin-bottom: 0;
  padding-bottom: 30px;
}

/* UI */
.ui-list label {
  display: block;
}

.ui-list input[type="radio"] {
  appearance: none;
  display: none;
  opacity: 0;
  width: 1px;
  position: absolute;
  height: 1px;
}

.ui-list input[type="radio"] + span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding: 10px 11px 8px 36px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
}

.ui-list input[type="radio"] + span::before,
.ui-list input[type="radio"] + span::after {
  position: absolute;
  content: "";
  display: block;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto 10px auto 0;
  box-sizing: border-box;
}

.ui-list input[type="radio"] + span::before {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #999999;
  left: 9px;
}

.ui-list input[type="radio"] + span::after {
  width: 8px;
  height: 8px;
  background: #999999;
  left: 15px;
  opacity: 0;
}

.ui-list input[type="radio"]:checked + span::before {
  background-color: #0070bd;
  border-color: #0070bd;
}

.ui-list input[type="radio"]:checked + span::after {
  opacity: 1;
  background: #fff;
}

.custom-select {
  border-radius: 5px;
  border: solid 1px #999999;
  box-sizing: border-box;
}
.custom-select select {
  border-radius: 5px;
  width: 100%;
  border: none;
  box-shadow: none;
  background: transparent;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  background: #fff
    url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%3E%3Cpath%20d%3D%22M4.33%208.5L0%201L8.66%201z%22%20fill%3D%22%23666%22%2F%3E%3C%2Fsvg%3E")
    right 10px center no-repeat;
  padding: 12px 35px 12px 11px;
  color: #000;

  /* Firefox hide arrow */
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}

.tbl-profit td:first-child {
  background: #fbf5f5;
}
.tbl-stock-price td:first-child {
  background: #fbf5f5;
}

#result {
  text-align: center;
  font-size: 1.5em;
}

.selectdiv:after {
  content: '<>';
  font: 17px "Consolas", monospace;
  color: #333;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 11px;
  /*Adjust for position however you want*/
  
  top: 18px;
  padding: 0 0 2px;
  border-bottom: 1px solid #2d2d60;
  /*left line */
  
  position: absolute;
  pointer-events: none;
}

.selectdiv {
  position: relative;
  padding-bottom: 5em;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */
  
  display: block;
  width: 100%;
  max-width: 320px;
  height: 50px;
  float: right;
  margin: 5px 0px;
  padding: 0px 24px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #2d2d60;
  -ms-word-break: normal;
  word-break: normal;
}

.select-lb {
  padding-left: 1em;
}

.page-id-448 #container {
  background-color: #eee;
}

.simulate-result {
  margin: 2em 0;
  background: #f1f1f1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

.simulate-result .result-lb {
  font-size: 1.2em;
  background: #a05144;
  padding: 8px 0;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.simulate-result #result {
  padding: 15px 20px;
  margin: 0;
  font-weight: bold;
}

.result-lb {
  text-align: center;
  color: #a05144;
  padding: 0.5em;
  font-weight: bold;
}

.search #content article{
  width: 100%;
}

.search #content article.not-found:hover {
  box-shadow: none;
}

.slide-post-title > div {
  overflow: hidden;
  display: -webkit-box!important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.slide-title-box > div {
  min-height: 100px;
}

.search-no-results .entry-content .search-field {
  width: 60%;
}

.fadeUp{
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.archive.category-sell #content article {
  width: 100%;
  background-color: #f8f8fb;
}

.archive.category-sell #content article header {
  border-bottom: 1px solid #2d2d60;
  padding-bottom: 1em;
  padding-left: 1.5em;
}

.archive.category-sell #content .public-date {
  padding-left: 1em;
}

.archive.category-sell #content ul.list-item {
  display: flex;
  justify-content: space-between;
  margin-top: 1em;
}

.archive.category-sell #content .list-item li {
  width: 30%;
}

.archive.category-sell #content .list-item li h3 {
  background-color: #2d2d60;
  color: #fff;
  padding: 5px;
  font-weight: normal;
  font-size: 15px;
  text-align: center;
  margin: 0;
}

.archive.category-sell #content .list-item li p {
  text-align: center;
  margin-top: 1em;
}

.archive.category-sell #content .industry-type {
  padding: 0.3rem 1rem;
  border: 1px solid #2d2d60;
  border-radius: 5px;
  display: inline-block;
}

.archive.category-sell #content .description {
  margin: 1em;
}

@media screen and (min-width: 900px) {
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .home table tr.sp {
    display: table-row;
    text-align: center;
  }
/*
  #main-video {
    height: 41vh;
  }
*/

  .main-btn li {
    width: 47%;
    margin: 10px 0;
  }

  .post-list-item {
      width: 47%;
  }

  .news-list .item a{
    flex-wrap: wrap;
  }

  .news-list .item .date{
    min-width: 100px;
  }

  .news-list .item .title{
    margin-top: 10px;
  }

  #header {
    text-align: left;
  }

  #header #site-title {
    width: 60%;
  }

  #footer-menu ul {
    flex-wrap: wrap;
  }

  #footer-menu ul li {
    width: 47%;
    margin: 10px 0;
  }

  .pager .pagination li{
    display: none;
  }

  .pager .pagination li.pre,
  .pager .pagination li.next{
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a{
    width: 100%;
    text-align: center;
  }

  .pager .pagination li.pre span::after{
    content: " prev";
  }

  .pager .pagination li.next span::before{
    content: "next ";
  }
/*
  #main-video,
  ul.main-btn,
  .post-list-box,
  .news-list-box {
    margin-bottom: 50px;
  }
*/
  .wpcf7 form ul li {
    display: block;
  }

  .wpcf7 form ul li .title {
    text-align: center;
    width: 100%;
    display: block;
    padding: .8em .2em;
    color: #fff;
    background: #2d2d60;
  }

  .wpcf7 form ul li .box_det {
    padding: 1em .5em;
    display: block;
    width: 100%;
    border-bottom: none;
  }

  .nav-links {
    display: flex;
    justify-content: space-between;
  }

  .nav-links > div {
    width: 45%
    ;
  }

  .nav-links a {
    flex: 1;
  }

  .nav-links a,
  .nav-links a:first-child {
    border: none;
  }

  .next-link {
    text-align: right;
  }

  .flex_wrap .small-1 {
    width: 100%;
  }

  .flex_wrap .small-1:nth-child(3n) {
    width: 100%;
  }

  .sell-cases .sell-case-list {
    margin-left: 0;
  }

  .sell-cases > div {
    padding: 20px 30px 30px;
  }

  .sell-cases > div ul li {
    margin: 0 0 2em 0;
  }

  .sell-cases > div ul li:last-child {
    margin-bottom: 0;
  }

  .many-impressions .sell-case-list {
    margin: 0 auto;
  }

  .many-impressions li {
    margin: 1em 2em;
  }

  .many-impressions li:nth-child(3n) {
    margin-right: 2em;
  }
}

@media screen and (max-width: 640px) {
  .tbl-profit,
  .tbl-stock-price {
    width: 80%;
  }
  .tbl-profit .thead,
  .tbl-stock-price .thead {
    display: none;
  }
  .tbl-profit tr,
  .tbl-stock-price tr {
    width: 100%;
  }
  .tbl-profit td,
  .tbl-stock-price td {
    display: block;
    text-align: right;
    width: 100%;
  }
  .tbl-profit td:first-child
  .tbl-stock-price td:first-child {
    background: #e9727e;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .tbl-profit td:before,
  .tbl-stock-price td:before {
    content: attr(data-label);
    float: left;
    clear: left;
    font-weight: bold;
    margin-right: 10px;
  }

  .page #content .mv > p {
    font-size: 2rem;
  }
	
  .caption-bk span:nth-child(1) {
    text-align: center;
    border-radius: 5px;
    width: 100%;
  }

  .caption-bk span:nth-child(2) {
    border-radius: 5px;
    width: 100%;
  }
  
  .caption-bk:last-child span:nth-child(1):before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #9b384b;
  }

  .price > div {
    padding: 20px;
  }
}

@media screen and (max-width: 500px) {
 .n2-ss-slider-pane {
    --slide-width: 250px!important;
    width: 250px;
    max-width: 250px;
    justify-self: auto!important;
  }
}

@media screen and (max-width: 400px) {
  /*
  #main-video {
    height: 20vh;
    margin-left: -10%;
    margin-right: -6%;
  }
*/
.n2-ss-slider-pane {
  --slide-width: 200px!important;
  width: 200px;
  max-width: 200px;
  justify-self: auto!important;
}
  .main-btn li {
    width: 100%;
  }

  .post-list-item {
    width: 100%;
  }

  .news-list .item a{
    flex-wrap: wrap;
  }

  .news-list .item .date{
    min-width: 100px;
  }

  .news-list .item .title{
    margin-top: 10px;
  }

  .archive #content article,
  .search #content article {
    width: 100%;
    padding: 8%;
  }

  #footer-menu ul li {
    width: 100%;
  }
 }