@charset "UTF-8";

/*=============================================
 * HOME
*=============================================*/
.btn-scroll {
   cursor: pointer;
   transition: all 0.3s;
   font-weight: 700;
   font-size: 15px;
   line-height: 20px;
   color: #fff;
   position: relative;
   text-align: center;
}

.btn-scroll span {
   display: block;
}

.btn-scroll img {
   max-width: 24px;
   animation: sdl01 1s infinite;
}

.btn-scroll:hover {
   opacity: 0.7;
}

@keyframes sdl01 {
   0% {
      transform: translateY(0);
   }

   50% {
      transform: translateY(10px);
   }

   100% {
      transform: translateY(0);
   }
}

/* -- -- */
.mv-bg {
   width: 100%;
   height: 100vh;
   position: fixed;
   top: 0;
   left: 0;
   z-index: -1;
}

body:not(.home) .mv-bg:after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	left: 0;
}

.mv-bg video {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: cover;
}

/* -- -- */
#mv {
   display: flex;
   align-items: center;
   height: calc(100vh - 86px);
   position: relative;
   color: #fff;
}

#mv:after {
   content: '';
   width: 0;
   height: 300px;
   border-left: 1px solid #fff;
   position: absolute;
   bottom: -200px;
   left: 50%;
}

#mv h2 {
   width: 64px;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

#mv .btn-scroll {
   position: absolute;
   bottom: 20px;
   left: 50%;
   transform: translateX(-50%);
}

@media screen and (max-width: 1023px) {
   #mv {
      height: calc(100vh - 80px);
   }
}

@media screen and (max-width: 767px) {
   #mv:after {
      height: 150px;
      bottom: -75px;
   }

   #mv h2 {
      width: 48px;
   }
}

/* -- --*/
#about-us {
   color: #fff;
   overflow: hidden;
   position: relative;
   z-index: 1;
   padding-top: 350px;
}

#about-us .catch {
   max-width: 602px;
   margin: 0 auto;
   padding: 90px 0 315px;
}

#about-us .catch dd {
   letter-spacing: 0.1em;
   padding-top: 45px;
}

#about-us:before {
   content: '';
   width: 100%;
   background: linear-gradient(to bottom, transparent, rgba(15, 23, 0, 0.7));
   position: absolute;
   top: 0;
   bottom: 5.3vw;
   left: 0;
}

#about-us .wrap {
   display: flex;
   justify-content: flex-end;
   gap: 0 220px;
   width: 92%;
   max-width: 1806px;
}

#about-us figure {
   width: 50%;
}

#about-us .col {
   width: 550px;
   position: relative;
   padding: 80px 0px;
}

#about-us h3 {
   padding-top: 40px;
}

#about-us .txt {
   padding-top: 40px;
}

#about-us .button {
   padding-top: 40px;
}

@media screen and (max-width: 1600px) {
   #about-us .wrap {
      justify-content: space-between;
      gap: 50px;
   }
}

@media screen and (max-width: 1440px) {
   #about-us:before {
      bottom: 2.5vw;
   }
}

@media screen and (max-width: 1023px) {
   #about-us {
      padding-bottom: 120px;
   }

   #about-us:before {
      bottom: 0;
   }

   #about-us .wrap {
      flex-direction: column;
      gap: 0px;
   }

   #about-us .col {
      display: contents;
      width: 100%;
   }

   #about-us h2,
   #about-us .button {
      text-align: center;
   }

   #about-us h2 {
      order: 1;
   }

   #about-us h3,
   #about-us .txt,
   #about-us .button {
      order: 3;
   }

   #about-us figure {
      width: 100%;
      left: 0;
      order: 2;
      padding-top: 50px;
   }
}

@media screen and (max-width: 767px) {
   #about-us {
      padding: 150px 0 50px;
   }

   #about-us .catch {
      padding: 50px 20px 150px;
      box-sizing: border-box;
   }

   #about-us .catch dd {
      padding-top: 15px;
   }

   #about-us .wrap {
      width: 100%;
   }

   #about-us h3,
   #about-us .txt,
   #about-us .button {
      padding-top: 20px;
   }
}

/* -- --*/
#gallery {
   padding: 60px 0 18vw;
   position: relative;
}

#gallery:before {
   content: '';
   width: 100%;
   background: url("../img/index/gallery-bg.webp") no-repeat center bottom/cover;
   position: absolute;
   top: -5.3vw;
   bottom: 0;
   left: 0;
}

#gallery .box {
   padding: 50px 90px 0;
}

#gallery .grid {
   display: grid;
   grid-template-columns: 58% 1fr;
   gap: 10px;
   position: relative;
}

#gallery .grid .col {
   display: flex;
   flex-direction: column;
}

#gallery .grid .item {
   padding: 0px;
   position: relative;
}

#gallery .grid .item:not(:last-child) {
   margin-bottom: 10px;
}

#gallery .grid .item a {
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
}

#gallery .grid .item-1 {
   width: 100%;
   padding-top: 70%;
}

#gallery .grid .item-2 {
   width: 100%;
   flex: 1 0 0;
}

#gallery .grid .item-3 {
   width: 100%;
   padding-top: 100%;
}

#gallery .grid .item-4 {
   width: 100%;
   padding-top: 97%;
}

#gallery .button {
   position: absolute;
   top: 50px;
   right: 0;
}

.pt-gallery .coming-soon {
   font-weight: 400;
   font-size: 60px;
   line-height: 1;
   letter-spacing: 0.1em;
   text-transform: uppercase;
   text-align: center;
}

.pt-gallery .coming-soon p {
   background-color: #fff;
   color: #000;
   padding: 20px 0 25px;
}

@media screen and (max-width: 1440px) {
   #gallery:before {
      top: -2.5vw;
   }

   #gallery .box {
      padding: 50px 50px 0;
   }
}

@media screen and (max-width: 1023px) {
   #gallery {
      padding-bottom: 24vw;
   }

   #gallery:before {
      top: 0;
   }

   #gallery .box {
      padding: 50px 20px 0;
   }

   .pt-gallery .coming-soon {
      font-size: 4vw;
   }

   .pt-gallery .coming-soon p {
      padding: 20px 0 25px;
   }
}

@media screen and (max-width: 767px) {
   #gallery {
      padding: 50px 0 30vw;
   }

   #gallery .box {
      padding: 30px 0 0;
   }

   #gallery .button {
      position: static;
      padding-top: 30px;
   }
}

/* -- --*/
#cast {
   color: #fff;
   position: relative;
   padding-top: 105px;
}

#cast:before {
   content: '';
   width: 100%;
   background: url("../img/index/cast-bg.webp") no-repeat center top/cover;
   position: absolute;
   top: -20vw;
   bottom: -20vw;
   left: 0;
   z-index: -1;
}

#cast .wrap {
   display: flex;
   justify-content: space-between;
   gap: 30px;
}

#cast .col {
   width: 550px;
}

#cast .col h3 {
   padding-top: 80px;
}

#cast .col .button,
#cast .col .txt {
   padding-top: 40px;
}

#cast .txt-scroll {
   width: 47px;
   position: absolute;
   top: 0;
   left: calc(50% - 107px);
}

#cast .scroll-list {
   width: calc(50% + 40px);
}

#cast .scroll-list .scroll-wrap {
   max-height: 850px;
   overflow-y: auto;
   padding-bottom: 120px;
}

#cast .scroll-list .scroll-wrap::-webkit-scrollbar {
   width: 0;
}

#cast .scroll-list .box {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 10px;
}

#cast .scroll-list .box:not(:last-child) {
   padding-bottom: 80px;
}

#cast .scroll-list .box .text {
   padding-left: 40px;
}

#cast .scroll-list .box h4 {
   font-weight: 500;
   font-size: 20px;
   line-height: 25px;
   border-bottom: 1px solid #fff;
   padding-bottom: 30px;
}

#cast .scroll-list .box h4 .sub {
   display: block;
   font-size: 42px;
   line-height: 52px;
   padding-bottom: 10px;
}

#cast .scroll-list .box .txt {
   padding-top: 30px;
}

@media screen and (max-width: 1440px) {
   #cast .col {
      width: 500px;
   }

   #cast .scroll-list .box .text {
      padding-left: 10px;
   }
}

@media screen and (max-width: 1023px) {
   #cast {
      padding-top: 50px;
   }

   #cast .wrap {
      flex-direction: column;
      gap: 50px;
   }

   #cast .col {
      width: 100%;
   }

   #cast h2,
   #cast .button {
      text-align: center;
   }

   #cast .scroll-list {
      width: 100%;
      position: relative;
   }

   #cast .scroll-list .scroll-wrap {
      padding-left: 100px;
   }

   #cast .txt-scroll {
      left: 0;
   }
}

@media screen and (max-width: 767px) {
   #cast {
      padding-top: 20px;
   }

   #cast .col h3 {
      padding-top: 30px;
   }

   #cast .col .button,
   #cast .col .txt {
      padding-top: 20px;
   }

   #cast .scroll-list .scroll-wrap {
      padding-bottom: 50px;
      padding-left: 50px;
   }

   #cast .scroll-list .box {
      grid-template-columns: 1fr;
      gap: 20px;
   }

   #cast .scroll-list .box:not(:last-child) {
      padding-bottom: 40px;
   }

   #cast .scroll-list .box .text {
      padding-left: 0;
   }

   #cast .scroll-list .box h4 {
      font-size: 18px;
      line-height: 26px;
      padding-bottom: 20px;
   }

   #cast .scroll-list .box h4 .sub {
      font-size: 32px;
      line-height: 40px;
      padding-bottom: 5px;
   }

   #cast .scroll-list .box .txt {
      padding-top: 20px;
   }

   #cast .txt-scroll {
      width: 40px;
   }
}

/* -- --*/
#info {
   position: relative;
   padding: 25px 0 120px;
   color: #fff;
}

#info:before {
   content: '';
   width: 100%;
   background-image: linear-gradient(45deg, #000, #2D1901);
   position: absolute;
   top: -100px;
   bottom: -100px;
   left: 0;
   transform: skewY(5deg);
}

#info .box {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 24px;
   padding-top: 40px;
}

#info .box .col {
   border-bottom: 1px solid #D1D1D1;
   padding-bottom: 10px;
}

#info .box figure {
   border-radius: 6px;
   padding-top: 78%;
   position: relative;
}

#info .box figure img {
   position: absolute;
   top: 0;
   left: 0;
}

#info .box time {
   display: block;
   font-weight: 400;
   font-size: 13px;
   line-height: 16px;
   padding-top: 10px;
}

#info .box h3 {
   font-size: 16px;
   line-height: 24px;
   margin-top: 5px;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   display: -webkit-box;
   overflow: hidden;
}

#info .box .cat {
   font-size: 14px;
   line-height: 20px;
   padding-top: 20px;
}

#info .button {
   position: absolute;
   top: 68px;
   right: 0;
}

@media screen and (max-width: 767px) {
   #info {
      padding: 50px 0;
   }

   #info:before {
      top: -20px;
   }

   #info .box {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px 10px;
   }

   #info .button {
      position: static;
      padding-top: 20px;
   }
}

/* -- --*/
#recruit {
   background: url("../img/index/recruit-bg.webp") no-repeat center top/cover;
   padding: 120px 0;
   position: relative;
}

#recruit .video {
   width: calc(50% - 160px);
   position: absolute;
   top: 120px;
   bottom: 220px;
   left: 0;
}

#recruit .video video {
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   object-fit: cover;
}

#recruit .wrap {
   display: flex;
   justify-content: flex-end;
   align-items: flex-end;
   gap: 0 170px;
}

#recruit .col {
   width: 550px;
   padding: 120px 0 170px;
}

#recruit h3 {
   padding-top: 60px;
}

#recruit .txt {
   padding-top: 40px;
}

#recruit .button {
   padding-top: 60px;
}

#recruit figure {
   width: 450px;
}

@media screen and (max-width: 1200px) {
   #recruit .wrap {
      gap: 0 50px;
   }
}

@media screen and (max-width: 1023px) {
   #recruit {
      padding-top: 0;
   }

   #recruit .video {
      width: 100%;
      padding-top: 56.25%;
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
   }

   #recruit .wrap {
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      gap: 50px;
      padding-top: 120px;
   }

   #recruit figure {
      width: 100%;
      max-width: 450px;
   }

   #recruit .col {
      width: 100%;
      box-sizing: border-box;
      padding: 0;
   }

   #recruit h2,
   #recruit .button {
      text-align: center;
   }
}

@media screen and (max-width: 767px) {
   #recruit {
      padding: 0;
   }

   #recruit .wrap {
      padding-top: 50px;
      padding-bottom: 50px;
   }

   #recruit h3,
   #recruit .button {
      padding-top: 30px;
   }

   #recruit .txt {
      padding-top: 20px;
   }
}

/* -- --*/
/*=============================================
 * 料金
*=============================================*/
#menu .box {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 80px;
   padding-top: 20px;
   position: relative;
}

#menu .box:before{
   content: '';
   width: auto;
   height: auto;
   border-left: 1px solid #787878;
   position: absolute;
   top: 20px;
   bottom: 0;
   left: 50%;
}

#menu .box h4 {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 10px;
   font-weight: 500;
   font-size: 19px;
   line-height: 30px;
}

#menu .box h4 span {
   line-height: inherit;
   border-right: 1px solid #fff;
   padding-right: 16px;
}

#menu .box .note-1 {
   font-size: 14px;
   line-height: 20px;
   padding-top: 20px;
}

#menu .box dl {
   border-bottom: 1px solid #D1D1D1;
   padding: 20px 15px 20px;
}

#menu .box dl+dl {
   padding-top: 15px;
}

#menu .box dl dt {
   position: relative;
}

#menu .box dl dt:before {
   content: '';
   width: 0;
   height: 0;
   border: 5px solid transparent;
   border-left-color: #D1D1D1;
   border-style: solid;
   position: absolute;
   top: 9px;
   left: -15px;
}

#menu .box dl dd {
   padding-top: 6px;
}

#menu .box dl .price {
   font-weight: 500;
}

#menu .box dl .txt {
   font-size: 16px;
   line-height: 24px;
}

@media screen and (max-width: 1023px) {
   #menu .wrap {
      max-width: 100%;
      padding: 0;
   }

   #menu .box {
      grid-template-columns: 1fr;
   }

   #menu .box:before{
      display: none;
   }

   #menu .box .col {
      padding: 0 20px;
   }

   #menu .box .col:not(:last-child) {
      border-bottom: 1px solid #787878;
      padding-bottom: 80px;
   }
}

@media screen and (max-width: 767px) {
   #menu .box .note-1 {
      font-size: 12px;
   }

   #menu .box h4 {
      font-size: 16px;
      line-height: 24px;
   }

   #menu .box dl dt:before {
      top: 5px;
   }

   #menu .box dl .txt {
      font-size: 14px;
      line-height: 20px;
   }
}

/* -- -- */
#policy {
   background: url("../img/common/policy-bg.webp") no-repeat center top/cover;
   line-height: 25px;
}

#policy .bg-cl02 {
   border-radius: 6px;
   margin-top: 40px;
   padding: 30px 50px;
}

@media screen and (max-width: 767px) {
   #policy .bg-cl02 {
      padding: 30px 20px;
   }
}

/*=============================================
 * 会社概要
*=============================================*/
#salon .gmap {
   height: 600px;
   border-radius: 6px;
   overflow: hidden;
   margin-top: 60px;
}

#salon .gmap iframe {
   display: block;
   width: 100%;
   height: 100%;
}

#salon .tb-style .btn-map {
   background-image: url("../img/common/icon-map-marker-wh.png");
}

@media screen and (max-width: 767px) {
   #salon .gmap {
      height: 300px;
      margin-top: 30px;
   }
}

.company-video {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
   height: 1000px;
   position: relative;
}

.company-video .video {
   width: 100%;
   height: 100%;
   transform: skewY(5deg);
   position: absolute;
   top: 0;
   left: 0;
   overflow: hidden;
}

.company-video video {
   width: 100%;
   height: 120%;
   object-fit: cover;
   transform: skewY(-5deg);
   position: absolute;
   top: -10%;
   left: 0;
}

.company-video h2 {
   width: 100px;
}

@media screen and (max-width: 767px) {
   .company-video {
      height: 400px;
   }

   .company-video h2 {
      width: 50px;
   }
}

/*=============================================
 * 採用情報
*=============================================*/
@media screen and (max-width: 767px) {
   .page-id-52 .h2 {
      font-size: 16px;
      line-height: 24px;
   }

   .page-id-52 .h2 .sub {
      font-size: 32px;
      line-height: 40px;
      letter-spacing: 0.05em;
      padding: 0 0 5px;
   }
}

@media screen and (min-width: 768px) {
   .page-id-52 .h2 {
      font-size: 16px;
      line-height: 24px;
   }

   .page-id-52 .h2 .sub {
      font-size: 42px;
      line-height: 53px;
      letter-spacing: 0.05em;
      padding: 0 0 5px;
   }
}

#message .wrap {
   border: 1px solid #fff;
   border-radius: 10px;
   padding: 60px 100px;
}

@media screen and (max-width: 1023px) {
   #message .wrap {
      padding: 50px;
   }
}

@media screen and (max-width: 767px) {
   #message {
      padding-right: 20px;
      padding-left: 20px;
   }

   #message .wrap {
      padding: 20px;
   }
}

#appeal {
   position: relative;
   padding: 280px 0;
}

#appeal video {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   object-fit: cover;
}

#appeal ul {
   display: flex;
   gap: 45px;
}

#appeal ul li {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   gap: 10px;
   width: 370px;
   height: 370px;
   background-color: #fff;
   color: #060606;
   border-radius: 50%;
   text-align: center;
}

#appeal ul li:nth-child(2) {
   background-color: #FFF4DF;
}

#appeal ul li:nth-child(3) {
   background-color: #EED7AB;
}

#appeal ul li .no {
   color: #787878;
   line-height: 24px;
}

#appeal ul li .no span {
   display: block;
}

#appeal ul li .ttl {
   letter-spacing: 0.05em;
}

@media screen and (max-width: 1440px) {
   #appeal ul li {
      width: 350px;
      height: 350px;
   }
}

@media screen and (max-width: 1200px) {
   #appeal ul li {
      width: 290px;
      height: 290px;
   }
}

@media screen and (max-width: 1023px) {
   #appeal ul {
      justify-content: center;
      flex-wrap: wrap;
      gap: 0 40px;
   }

   #appeal ul li {
      width: 290px;
      height: 290px;
   }
}

@media screen and (max-width: 767px) {
   #appeal {
      padding: 100px 0;
   }

   #appeal ul {
      flex-direction: column;
      align-items: center;
      gap: 30px;
   }

   #appeal ul li {
      width: 280px;
      height: 280px;
   }
}

/* -- -- */
#job-desc .tb-style .btn-map {
   background-image: url("../img/common/icon-map-marker-wh.png");
}

@media screen and (max-width: 767px) {
   #job-desc .tb-style dl dt {
      width: 110px;
   }
}

/* -- -- */
#apply .wrap {
   background-color: #F8F6F2;
   color: #333;
   padding: 84px 20px 76px;
   border-radius: 6px;
}

#apply .box .item:not(:last-child):after {
   content: '';
   width: 0;
   height: 0;
   border-width: 24px 50px 0 50px;
   border-color: #D1D1D1 transparent transparent transparent;
   border-style: solid;
   display: block;
   margin: 40px auto;
}

@media screen and (max-width: 767px) {
   #apply {
      padding-right: 20px;
      padding-left: 20px;
   }

   #apply .wrap {
      padding-top: 40px;
      padding-bottom: 40px;
   }
}

/* -- -- */
/*=============================================
 * キャスト紹介
*=============================================*/
.page-id-72 .mv-bg:after {
   content: '';
   width: 100%;
   height: 100%;
   background-color: #001C37;
   position: absolute;
   top: 0;
   left: 0;
   opacity: 0.4;
}

#cast-list .box {
   display: flex;
   align-items: flex-start;
   gap: 100px;
}

#cast-list .box.img-r {
   flex-direction: row-reverse;
}

#cast-list .box figure {
   width: 500px;
   position: relative;
}

#cast-list .box figure:before {
   content: '';
   width: 100%;
   height: 100%;
   background-image: linear-gradient(135deg, transparent, #000000);
   position: absolute;
   top: 20px;
   left: 20px;
}

#cast-list .box .col {
   width: 600px;
}

#cast-list .box .name {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 10px 20px;
   border: 1px solid #D1D1D1;
   border-radius: 6px;
   padding: 20px 30px;
   line-height: 30px;
}

#cast-list .box .name-en {
   width: 100%;
   font-size: 50px;
   line-height: 61px;
}

#cast-list .box .name-ja {
   font-weight: 700;
   font-size: 20px;
}

#cast-list .box .position {
   font-weight: 700;
   font-size: 15px;
}

#cast-list .box .desc {
   font-size: 16px;
   line-height: 34px;
   padding-top: 20px;
}

#cast-list .box .txt {
   line-height: 25px;
   padding-top: 20px;
}

#cast-list .box .txt dl {
   padding: 20px 15px;
   border-bottom: 2px dashed #D1D1D1;
}

#cast-list .box .txt dl dd {
   font-size: 16px;
   padding-top: 6px;
}

#cast-list .box .txt dl dd p:not(:last-child) {
	padding-bottom: 20px;
}

#cast-list .box .insta {
   width: 30px;
   padding-top: 30px;
}

#cast-list hr {
   border-bottom-color: #D1D1D1;
   margin: 120px 0;
}

#cast-list hr:last-child {
   display: none;
}

@media screen and (max-width: 1023px) {
   #cast-list .box {
      gap: 50px;
   }
}

@media screen and (max-width: 767px) {
   #cast-list .box {
      flex-direction: column;
      align-items: center;
   }

   #cast-list .box figure {
      width: 80%;
   }

   #cast-list .box .col {
      width: 100%;
   }

   #cast-list .box .name {
      gap: 5px 10px;
      padding: 20px;
   }

   #cast-list .box .name-en {
      font-size: 40px;
      line-height: 50px;
   }

   #cast-list .box .name-ja {
      font-size: 18px;
      line-height: 26px;
   }

   #cast-list .box .desc {
      font-size: 14px;
      line-height: 20px;
   }

   #cast-list .box .txt {
      padding-top: 10px;
   }

   #cast-list .box .txt dl dt {
      font-size: 15px;
   }

   #cast-list .box .txt dl dd {
      font-size: 14px;
   }

   #cast-list .box .insta {
      padding-top: 20px;
   }

   #cast-list .box.img-r {
      flex-direction: column;
   }

   #cast-list hr {
      margin: 50px 0;
   }
}

/*=============================================
 * お問合せ
*=============================================*/
.mailform .box-info {
   line-height: 25px;
}

.mailform .box-info .logo {
   width: 220px;
   margin: 0 auto;
}

.mailform hr {
   border-bottom-color: #ccc;
   margin: 80px 0;
}

.mailform .box-tel a[href^="tel:"] {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   width: 100%;
   max-width: 500px;
   height: 65px;
   background-color: #fff;
   font-size: 36px;
   line-height: 42px;
   box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
   border-radius: 50px;
   text-align: center;
   padding-top: 5px;
}

.mailform .box-form {
   max-width: 900px;
   margin: 0 auto;
}

.mailform .box-form .desc {
   padding-bottom: 20px;
}

.mailform .form-wrap {
   font-size: 16px;
   line-height: 24px;
}

.mailform .form-row {
   margin-bottom: 20px;
   padding: 20px 30px;
}

.mailform .form-row .caption {
   display: flex;
   align-items: center;
   gap: 6px;
   font-weight: 500;
}

.mailform .form-row .caption span {
   display: block;
   background-color: #787878;
   color: #fff;
   width: 46px;
   height: 24px;
   font-weight: 400;
   font-size: 12px;
   text-align: center;
   border-radius: 24px;
}

.mailform .form-row .input {
   padding-top: 10px;
}

.mailform .form-row .gr-address {
   display: flex;
   flex-wrap: wrap;
   gap: 8px 40px;
}

.mailform .form-row .gr-address .item {
   width: 100%;
}

.mailform .form-row .gr-address .item:nth-child(1),
.mailform .form-row .gr-address .item:nth-child(2) {
   width: calc(50% - 20px);
}

.mailform .form-row .gr-address .cap {
   padding-bottom: 5px;
}

.mailform .form-pp-text {
   padding-top: 20px;
}

.mailform .form-pp-text .scroll-wrap {
   height: 300px;
   overflow-y: auto;
   border: 1px solid #ccc;
   padding: 16px 40px;
}

.mailform .form-pp {
   padding-top: 30px;
   font-weight: 500;
   text-align: center;
}

.mailform .form-pp .wpcf7-form-control-wrap {
   color: #fff;
}

.mailform .form-pp .wpcf7-checkbox {
   display: flex;
   justify-content: center;
}

.mailform .form-pp .wpcf7-checkbox .wpcf7-list-item-label {
   grid-template-columns: 16px 1fr;
}

.mailform .form-pp .wpcf7-checkbox .wpcf7-list-item-label:before,
.mailform .form-pp .wpcf7-checkbox .wpcf7-list-item-label:after {
   width: 16px;
   height: 16px;
   border: 1px solid #707070;
   border-radius: 2px;
}

.mailform .form-note {
   background-color: rgba(212, 216, 222, 0.14);
   border: 1px solid #173155;
   margin-top: 105px;
   padding: 15px 10px;
   box-sizing: border-box;
   font-weight: 500;
   line-height: 24px;
}

.mailform .form-btn {
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 20px;
   padding-top: 60px;
}

.mailform .form-btn input,
.mailform .form-btn a {
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   opacity: 0;
   cursor: pointer;
}

.mailform .form-btn p {
   display: flex;
   justify-content: center;
   align-items: center;
   background-color: #F8F6F2;
   border: 2px solid #ccc;
   color: #060606;
   width: 320px;
   height: 60px;
   box-sizing: border-box;
   font-weight: 500;
   font-size: 15px;
   line-height: 20px;
   text-align: center;
   border-radius: 50px;
   transition: all 0.3s;
   position: relative;
}

.mailform .form-btn p:hover {
   background-color: #060606;
   border-color: #060606;
   color: #fff;
}

.mailform .form-btn .btn-send {
   background-color: #060606;
   color: #fff;
}

.mailform .form-btn .btn-send:hover {
   background-color: #060606;
   opacity: 0.7;
}

.mailform .form-btn .wpcf7-spinner {
   display: none;
}

.mailform.confirm .form-row .caption {
   padding: 0;
}

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

.mailform.thanks .txt {
   padding-top: 30px;
}

.mailform.thanks .txt p+p {
   padding-top: 30px;
}

.mailform.thanks .button {
   padding-top: 60px;
}

@media screen and (max-width: 767px) {
   .mailform hr {
      margin: 40px 0;
   }

   .mailform .box-info .logo {
      width: 250px;
   }

   .mailform .box-form .desc {
      text-align: justify;
   }

   .mailform .form-wrap {
      font-size: 14px;
   }

   .mailform .form-row {
      padding: 10px;
   }

   .mailform .form-row .gr-address .item:nth-child(1),
   .mailform .form-row .gr-address .item:nth-child(2) {
      width: 100%;
   }

   .mailform .form-pp-text .scroll-wrap {
      padding: 20px;
   }

   .mailform .form-btn {
      padding-top: 40px;
   }

   .mailform.thanks .txt {
      text-align: justify;
      font-size: 14px;
   }

   .mailform.thanks .txt p+p {
      padding-top: 20px;
   }

   .mailform.thanks .button {
      padding-top: 40px;
   }
}

/*=============================================
 * プライバシーポリシー
*=============================================*/
#privacy {
   padding: 120px 0;
}

#privacy p+p {
   padding-top: 40px;
}

@media screen and (max-width: 767px) {
   #privacy {
      padding: 50px 0;
   }

   #privacy p+p {
      padding-top: 20px;
   }
}

/*=============================================
 * Post type
*=============================================*/
.wp-pagenavi {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   flex-wrap: wrap;
   gap: 20px;
   padding-top: 80px;
   font-style: normal;
   font-weight: 500;
   font-size: 15px;
   line-height: 26px;
}

.wp-pagenavi .pages {
   display: none;
}

.wp-pagenavi span,
.wp-pagenavi a {
   display: block;
}

.wp-pagenavi a:hover,
.wp-pagenavi .current {
   color: #D1D1D1;
   opacity: 1;
}

.wp-pagenavi .previouspostslink {
   border-right: 1px solid #fff;
   padding-right: 20px;
}

.wp-pagenavi .nextpostslink {
   border-left: 1px solid #fff;
   padding-left: 20px;
}

@media screen and (max-width: 767px) {
   .wp-pagenavi {
      justify-content: center;
      padding-top: 40px;
   }
}

/* -- -- */
.sidebar .in {
   background-color: #fff;
   box-shadow: 0 0 10px rgba(26, 54, 93, 0.16);
   border-radius: 10px;
   overflow: hidden;
}

.sidebar h3 {
   background-color: #1A365D;
   color: #fff;
   font-weight: 700;
   padding: 20px 20px;
}

.sidebar ul {
   font-weight: 500;
   padding: 0 20px 40px;
}

.sidebar ul li {
   border-bottom: 1px solid rgba(26, 54, 93, 0.2);
}

.sidebar ul li a {
   display: flex;
   justify-content: space-between;
   padding: 20px 0;
}

.sidebar ul li a span {
   opacity: 0.6;
   font-weight: 500;
   font-size: 16px;
}

@media screen and (max-width: 1023px) {
   .sidebar .in {
      max-width: 485px;
      margin: 0 auto;
   }
}

/* -- -- */
.news__list {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 80px 24px;
}

.news__list .col {
   border-bottom: 1px solid #D1D1D1;
   padding-bottom: 10px;
}

.news__list figure {
   border-radius: 6px;
   padding-top: 78%;
   position: relative;
}

.news__list figure img {
   position: absolute;
   top: 0;
   left: 0;
}

.news__list time {
   display: block;
   font-size: 13px;
   line-height: 16px;
   padding-top: 10px;
}

.news__list h3 {
   font-size: 16px;
   line-height: 24px;
   margin-top: 5px;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   display: -webkit-box;
   overflow: hidden;
}

.news__list .cat {
   font-size: 14px;
   line-height: 20px;
   padding-top: 20px;
}

@media screen and (max-width: 767px) {
   .news__list {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px 10px;
   }
}

/* -- -- */
.pt-archive .list-cate h3 {
   font-size: 34px;
   line-height: 42px;
}

.pt-archive .list-cate ul {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 10px 20px;
   padding-top: 30px;
   font-weight: 400;
   font-size: 15px;
   line-height: 21px;
}

.pt-archive .list-cate ul a {
   display: inline-flex;
   background-color: #fff;
   border: 1px solid #333;
   color: #333;
   border-radius: 30px;
   padding: 4px 20px;
}

.pt-archive .list-cate ul a:hover,
.pt-archive .list-cate ul a.current {
   background-color: #333;
   color: #fff;
   opacity: 1;
}

@media screen and (max-width: 767px) {
   .pt-archive .list-cate h3 {
      font-size: 24px;
      line-height: 32px;
   }

   .pt-archive .list-cate ul {
      font-size: 14px;
      padding-top: 20px;
   }
}

/*=============================================
 * Post Detail
 *=============================================*/
.pt-details-block {
   display: flex;
   justify-content: space-between;
   align-items: center;
   gap: 30px;
}

.pt-details-meta {
   flex: 0 0 400px;
}

.pt-details-gallery {
   flex: 0 0 700px;
}

.pt-details-time {
   display: block;
   font-size: 13px;
   line-height: 16px;
}

.pt-details-cate {
   display: flex;
   flex-wrap: wrap;
   gap: 10px;
   font-size: 14px;
   line-height: 20px;
   padding-top: 20px;
}

.pt-details-cate a {
   border-bottom: 1px solid;
}

.pt-details-cate a:not(:hover) {
   border-bottom-color: transparent;
}

.pt-details-title {
   font-weight: 400;
   font-size: 22px;
   line-height: 32px;
   padding-top: 5px;
}

.pt-details-content {
   font-weight: 400;
}

.pt-details-content h2 {
   background-color: #F5F5F5;
   color: #060606;
   font-weight: 500;
   font-size: 30px;
   letter-spacing: 0;
   line-height: 40px;
   margin: 50px 0 20px;
   padding: 10px 15px;
}

.pt-details-content h3 {
   font-weight: 500;
   font-size: 24px;
   line-height: 35px;
   border-left: 6px solid;
   margin: 50px 0px 20px;
   padding: 0 0 0 8px;
   box-sizing: border-box;
}

.pt-details-content h4 {
   font-weight: 500;
   font-size: 20px;
   line-height: 30px;
   border-bottom: 1px solid;
   margin-top: 50px;
   margin-bottom: 20px;
   padding-bottom: 8px;
}

.pt-details-content h1:first-child,
.pt-details-content h2:first-child,
.pt-details-content h3:first-child,
.pt-details-content h4:first-child,
.pt-details-content h5:first-child,
.pt-details-content h6:first-child {
   margin-top: 0;
}

.pt-details-content h2+h3,
.pt-details-content h2+h4,
.pt-details-content h3+h4 {
   margin-top: 0;
}

.pt-details-content mark {
   background-color: #FFF6A8;
   color: #333;
}

.pt-details-content strong {
   font-weight: 700;
}

.pt-details-content p img {
   display: inline-block;
   vertical-align: top;
   margin-right: 10px;
}

.pt-details-content p img.aligncenter {
   display: block;
   margin: 0 auto;
}

.pt-details-content p img.alignright {
   display: block;
   margin-left: auto;
}

.pt-details-content p img:last-child {
   margin-right: 0;
}

.pt-details-btn {
   display: grid;
   grid-template-columns: repeat(3, 86px);
   justify-content: center;
   align-items: center;
   gap: 0;
   text-align: center;
   font-weight: 500;
   font-size: 15px;
   line-height: 26px;
   padding-top: 120px;
}

.pt-details-btn a {
   display: block;
}

.pt-details-btn .all a {
   border-left: 1px solid;
   border-right: 1px solid;
}

.pt-details-btn .button a {
   background-color: #3182CE;
}

.pt-details-btn .button a:hover {
   background-color: #2D3748;
}

.pt-details #ez-toc-container {
   min-width: 480px;
   max-width: 100%;
   background-color: #fff;
   border: 2px solid #3182CE;
   border-top: 0;
   margin: 0;
   padding: 0;
   border-radius: 20px;
   overflow: hidden;
}

.pt-details #ez-toc-container .ez-toc-title-container {
   background-color: #3182CE;
   color: #fff;
   font-weight: 500;
   font-size: 20px;
   letter-spacing: 0;
   line-height: 30px;
   text-align: center;
   position: relative;
   padding: 13px 20px 12px;
   box-sizing: border-box;
}

.pt-details #ez-toc-container .ez-toc-title {
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 2px;
   color: #fff;
   font-size: inherit;
   position: relative;
}

.pt-details #ez-toc-container .ez-toc-title:before {
   content: '';
   width: 16px;
   height: 11px;
   background: url("../img/common/toc-icon.png") no-repeat center top/100% auto;
   display: block;
   position: relative;
   top: 2px;
}

.pt-details #ez-toc-container .ez-toc-title-toggle {
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
}

.pt-details #ez-toc-container .ez-toc-title-toggle a {
   width: 100%;
   height: 100%;
   padding: 0;
   margin: 0;
   opacity: 0;
}

.pt-details #ez-toc-container nav {
   font-size: 16px;
   line-height: 24px;
}

.pt-details #ez-toc-container nav>ul {
   padding: 40px 50px 60px;
}

.pt-details #ez-toc-container nav a {
   color: inherit;
   font-size: inherit;
}

.pt-details #ez-toc-container nav a:before {
   color: #25271F;
   margin-right: 5px;
}

.pt-details #ez-toc-container nav ul,
.pt-details #ez-toc-container nav li {
   font-size: inherit;
   line-height: inherit;
}

.pt-details #ez-toc-container nav .ez-toc-list li+li {
   padding-top: 20px;
}

.pt-details #ez-toc-container nav .ez-toc-list>li>a {
   font-weight: 700;
   color: inherit;
   position: relative;
   padding-left: 0;
}

.pt-details #ez-toc-container nav .ez-toc-list>li>a:after {
   content: '';
   border-width: 6px 0 6px 8px;
   border-color: transparent transparent transparent #000;
   border-style: solid;
   position: absolute;
   top: 6px;
   left: 0;
   display: none;
}

.pt-details #ez-toc-container nav .ez-toc-list>li>ul {
   padding-top: 10px;
}

.pt-details #ez-toc-container nav .ez-toc-list>li>ul a {
   font-weight: 500;
   color: inherit;
}

.pt-details #ez-toc-container nav .ez-toc-list>li>ul a:before {
   content: counter(item) ". ";
}

@media screen and (max-width: 1200px) {
   .pt-details-block {
      flex-direction: column-reverse;
   }

   .pt-details-gallery,
   .pt-details-meta {
      width: 100%;
      flex: inherit;
   }
}

@media screen and (max-width: 1023px) {
   .pt-details #ez-toc-container {
      width: 100%;
      min-width: 100%;
   }

   .pt-details-content p img {
      display: block;
      margin: 0 auto 15px;
   }

   .pt-details-content p img:last-child {
      margin: 0 auto;
   }
}

@media screen and (max-width: 767px) {
   .pt-details-title {
      font-size: 20px;
   }

   .pt-details-content h2 {
      font-size: 22px;
      line-height: 32px;
   }

   .pt-details-content h3 {
      font-size: 20px;
      line-height: 30px;
   }

   .pt-details-content h4 {
      font-size: 18px;
      line-height: 26px;
   }

   .pt-details-content p img {
      display: block;
      margin: 0 auto 15px;
   }

   .pt-details-content p img.alignright {
      margin: 0 auto 15px;
   }

   .pt-details-content p img:last-child {
      margin: 0 auto !important;
   }

   .pt-details-btn {
      padding-top: 40px;
   }

   .pt-details #ez-toc-container {
      min-width: 100%;
   }

   .pt-details #ez-toc-container nav>ul {
      padding: 40px 30px;
   }

   .pt-details #ez-toc-container nav a:before {
      margin-right: 5px;
   }

   .pt-details #ez-toc-container nav .ez-toc-list>li>a {
      padding-left: 12px;
   }

   .pt-details #ez-toc-container nav .ez-toc-list>li>a:after {
      top: 4px;
   }

   .pt-details #ez-toc-container nav .ez-toc-list>li>ul {
      margin-left: 28px;
   }
}

.pt-details-gallery {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   gap: 10px;
}

.pt-details-gallery .tab-content {
   width: 100%;
}

.pt-details-gallery .tab-content li {
   width: 100%;
   padding-top: 66.6%;
   position: relative;
}

.pt-details-gallery .tab-content li img {
   display: block;
   max-height: 100%;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.pt-details-gallery .tab-link {
   display: grid;
   grid-template-columns: repeat(6, 1fr);
   gap: 10px;
   width: 100%;
}

.pt-details-gallery .tab-link li {
   width: 100%;
   padding-top: 100%;
   position: relative;
   transition: all 0.2s;
}

.pt-details-gallery .tab-link li:after {
   content: '';
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.5);
   position: absolute;
   top: 0;
   left: 0;
   opacity: 0;
   transition: all 0.2s;
}

.pt-details-gallery .tab-link li img {
   width: 100%;
   height: 100%;
   max-width: inherit;
   object-fit: cover;
   position: absolute;
   top: 0;
   left: 0;
}

.pt-details-gallery .tab-link li.active:after {
   opacity: 1;
}

.pt-details-gallery .tab-link li:hover {
   opacity: 0.7;
}

@media screen and (max-width: 767px) {
   .pt-details-gallery {
      margin: 0 10px;
   }
}

/*=============================================
 * Gallery
*=============================================*/
.pt-gallery .style-select {
   max-width: 1200px;
   margin: 0 auto;
}

.pt-gallery .style-select .list {
   display: grid;
   grid-template-columns: repeat(5, 1fr);
   gap: 40px 10px;
   padding-top: 30px;
   font-size: 15px;
   line-height: 26px;
}

.pt-gallery .style-select .list label {
   display: block;
   position: relative;
   cursor: pointer;
}

.pt-gallery .style-select .list label span {
   display: block;
   padding-left: 36px;
   position: relative;
}

.pt-gallery .style-select .list label span:before,
.pt-gallery .style-select .list label span:after {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   box-sizing: border-box;
   position: absolute;
}

.pt-gallery .style-select .list label span:before {
   width: 26px;
   height: 26px;
   background-color: #fff;
   top: 0;
   left: 0;
}

.pt-gallery .style-select .list label span:after {
   width: 12px;
   height: 12px;
   background-color: #787878;
   top: 7px;
   left: 7px;
   display: none;
}

.pt-gallery .style-select .list label input {
   display: none;
}

.pt-gallery .style-select .list label input:checked+span:after {
   display: block;
}

.pt-gallery hr {
   border-bottom-color: #D1D1D1;
   margin: 60px 0 80px;
}

.pt-gallery .grid {
   margin: 0 -10px;
   position: relative;
}

.pt-gallery .grid .item,
.pt-gallery .grid-sizer {
   width: calc(100% / 2 * 1);
   box-sizing: border-box;
   padding: 10px;
}

.pt-gallery .grid .item img {
   width: 100%;
   max-width: inherit;
}

.pt-gallery .grid .item a {
   display: block;
   position: relative;
}

.pt-gallery .grid .item .hvr {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   gap: 12px;
   width: 100%;
   height: 100%;
   background-color: rgba(6, 6, 6, 0.4);
   color: #fff;
   position: absolute;
   top: 0;
   left: 0;
   font-weight: 700;
   line-height: 30px;
   transition: all 0.3s;
   opacity: 0;
}

.pt-gallery .grid .item .ttl:after {
   content: '';
   display: block;
   width: 0;
   height: 24px;
   border-left: 1px solid #fff;
   margin: 12px auto 0;
}

.pt-gallery .grid .item .btn {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 180px;
   height: 40px;
   border-radius: 8px;
   border: 2px solid #fff;
   box-sizing: border-box;
   margin-top: 12px;
}

.pt-gallery .grid .item a:hover {
   opacity: 1;
}

.pt-gallery .grid .item a:hover .hvr {
   opacity: 1;
}

.remodal {
   padding: 120px 0;
}

.remodal-overlay {
   background: rgba(6, 6, 6, 0.9);
}

.remodal .remodal-close {
   width: 42px;
   background: url("../img/common/modal-close.webp") no-repeat center top/40px auto;
   position: absolute;
   top: 0;
   right: 0;
   font-size: 15px;
   line-height: 20px;
   padding-top: 45px;
   color: #fff;
}

.modal-content {
   color: #fff;
   text-align: left;
   position: relative;
}

.modal-content .wrap {
   display: flex;
   justify-content: space-between;
   align-items: center;
   gap: 30px;
}

.modal-content .slider {
   width: 580px;
}

.modal-content .slider .for figure span {
   display: block;
   width: 100%;
   padding-top: 100%;
   position: relative;
}

.modal-content .slider .for figure span img {
   max-height: 100%;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   object-fit: cover;
}

.modal-content .slider .nav {
   margin-top: 10px;
   padding: 0 45px;
}

.modal-content .slider .nav .slick-list {
   margin: 0 -5px;
}

.modal-content .slider .nav figure {
   margin: 0 5px;
   cursor: pointer;
   position: relative;
}

.modal-content .slider .nav figure:after {
   content: '';
   width: 100%;
   height: 100%;
   border: 5px solid;
   position: absolute;
   top: 0;
   left: 0;
   box-sizing: border-box;
   opacity: 0;
   transition: all 0.3s;
}

.modal-content .slider .nav figure span {
   display: block;
   width: 100%;
   padding-top: 100%;
   position: relative;
}

.modal-content .slider .nav figure span img {
   position: absolute;
   top: 0;
   left: 0;
}

.modal-content .slider .nav .slick-current:after,
.modal-content .slider .nav figure:hover:after {
   opacity: 1;
}

.modal-content .slider .nav .slick-arrow {
   display: block;
   width: 14px;
   height: 24px;
   border: 0;
   font-size: 0;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   cursor: pointer;
   transition: all 0.3s;
}

.modal-content .slider .nav .slick-arrow:hover {
   opacity: 0.5;
}

.modal-content .slider .nav .slick-prev {
   background: url("../img/common/slider-prev.webp") no-repeat center top/cover;
   left: 0;
}

.modal-content .slider .nav .slick-next {
   background: url("../img/common/slider-next.webp") no-repeat center top/cover;
   right: 0;
}

.modal-content .col {
   width: 540px;
}

.modal-content .col dl:not(:last-child) {
   padding-bottom: 60px;
}

.modal-content .col dl dd {
   font-weight: 400;
   padding-top: 10px;
}

.modal-content .col dl .cat {
   line-height: 25px;
}

.modal-content .col dl .cat p:not(:last-child) {
   padding-bottom: 10px;
}

@media screen and (max-width: 1440px) {
   .pt-gallery .style-select .list {
      grid-template-columns: repeat(4, 1fr);
   }

   .modal-content .col {
      width: 500px;
   }
}

@media screen and (max-width: 1023px) {
   .pt-gallery .style-select .list {
      grid-template-columns: repeat(2, 1fr);
   }

   .modal-content .wrap {
      flex-direction: column;
      align-items: center;
   }

   .modal-content .col {
      width: 100%;
   }
}

@media screen and (max-width: 767px) {
   .pt-gallery .style-select .list {
      gap: 20px 10px;
      font-size: 13px;
      line-height: 26px;
      padding-top: 20px;
   }

   .pt-gallery .style-select .list label span {
      padding-left: 30px;
   }

   .pt-gallery hr {
      margin: 40px 0;
   }

   .pt-gallery .grid {
      margin: 0 -5px;
   }

   .pt-gallery .grid .item {
      padding: 5px;
   }

   .pt-gallery .grid .item .hvr {
      gap: 0;
      font-size: 12px;
      line-height: 20px;
   }

   .pt-gallery .grid .item .ttl:after {
      height: 10px;
      margin: 2px auto 0;
   }

   .pt-gallery .grid .item .name {
      font-size: 18px;
      line-height: 26px;
   }

   .pt-gallery .grid .item .btn {
      width: 100px;
      height: 30px;
      margin-top: 2px;
   }

   .remodal {
      padding: 20px 0;
   }

   .remodal .remodal-close {
      background-size: 20px auto;
      font-size: 10px;
      padding-top: 20px;
      right: 10px;
   }

   .modal-content .slider {
      width: 80%;
   }

   .modal-content .slider .nav {
      padding: 0 30px;
   }

   .modal-content .col dl:not(:last-child) {
      padding-bottom: 30px;
   }

   .modal-content .col dl dd {
      font-size: 16px;
      padding-top: 5px;
   }
}