@charset "UTF-8";
/****************************************************
共通部分
****************************************************/
html{
box-sizing:border-box;
font-family: 'Zen Kaku Gothic New', sans-serif;
font-feature-settings: "palt";
}
*,*::before,*::after{box-sizing:inherit;}
input,textarea,select,option{
box-sizing:border-box;
font-feature-settings: "palt";
}
body{
  background-color: #FFFAF5;
  padding-top: 80px;
}
body p{
  line-height: 1.5;
}
img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}
a{
  text-decoration: none;
  transition: 0.5s;
  cursor: pointer;
}
a:hover{
  opacity: 0.8;
}
.inner{
  max-width: 1040px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

li{
  list-style: none;
}
.flex{
  display: flex;
  justify-content: space-between;
}
.top__btn {
  width: 50px;
  height: 50px;
  margin-left: auto;
}
.text__bold{
  font-weight: bold;
}
section.sec{
  padding: 50px 0;
}
.btn{
  margin: 50px 0;
}
.btn a{
  width: 32%;
  display: block;
  margin: 0 auto;
  background-color: #E50914;
  color: #FFF;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
}
@media screen and (max-width:768px){
  body{
    padding-top: 54px;
  }
.inner{
  /* max-width: 390px; */
  padding-left: 15px;
  padding-right: 15px;
}
main{
  margin-top: 54px;
}
.sp-none{
  display: none !important;
}
.flexSp{
  display: flex;
  justify-content: space-between;
}
h2 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.03em;
  text-align: center;
  font-weight: bold;
}
.ruby {
  font-size: 14px;
  line-height: 20px;
  margin-top: 2px;
}
.top__btn {
  display: none;
}
.btn a{
  width: 250px;
}
section.sec{
  padding: 30px 0;
}
}


@media screen and (min-width:769px){
.pc-none{
  display: none;
}
.flexPc{
  display: flex;
  justify-content: space-between;
}
}

/****************************************************
header
****************************************************/
header{
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  height: 80px;
  position: fixed;
  width: 100%;
  background: #FFF;
  z-index: 10000;
  top: 0;
  box-shadow: 0px 0px 3px #201e1f;
}
header .logo{
  color: #201e1f;
  font-size: 25px;
  display: block;
  padding: 15px 0 0px;
  max-width: 170px;
}
header ul{
  justify-content: right;
  display: flex;
}
header ul > li a{
  font-size: 18px;
  line-height: 80px;
  color: #201e1f;
  font-weight: bold;
  padding: 0 20px;
}
header ul .header__hamburgerBtn.contact a{
  font-size: 18px;
  line-height: 80px;
  color: #201e1f;
  text-align: center;
  display: block;
  font-weight: bold;
  background-color: #617CA6;
  width: 176px;
  margin-left: 30px;
}
header ul .header__hamburgerBtn.store a{
  font-size: 18px;
  line-height: 80px;
  color: #201e1f;
  text-align: center;
  display: block;
  font-weight: bold;
  background-color: #2B5B84;
  width: 176px;
}

.header__hamburgerContents{
  display: block;
  display: none;
}
.header__list li:last-child{
  width: 35px;
  margin-right: 30px;
}
.header__list li:last-child a{
  line-height: 55px;
}

@media screen and (max-width:1100px){
header .logo{
  color: #201e1f;
  font-size: 25px;
  display: block;
  padding: 27px 0 28px;
}
header ul{
  justify-content: right;
}
header ul > li a{
  font-size: 16px;
  line-height: 80px;
  padding: 0 15px;
}
header ul .header__hamburgerBtn.contact a{
  font-size: 16px;
  line-height: 80px;
  text-align: center;
  display: block;
  width: 120px;
  margin-left: 20px;
}
header ul .header__hamburgerBtn.store a{
  font-size: 16px;
  line-height: 80px;
  text-align: center;
  display: block;
  width: 120px;
}
}

@media screen and (max-width:768px){

.header__openBtn{
  margin-left: auto;
  padding: 18px 14px;
  background-color: #201e1f;
  width: 54px;
  z-index: 20;
}
.header__openBtn.active{
  padding: 15px;
}
.header__openBtn span{
  width: 26px;
  height: 2px;
  display: block;
  margin-bottom: 6px;
  background-color: #FFF;
  transition: 0.4s;
  border-radius: 3px;
}
.header__openBtn.active span:nth-child(1){
  width: 32px;
  margin: 0;
  transform: rotate(45deg) translate(5px , 10px);
}
.header__openBtn.active span:nth-child(2){
display: none;
}
.header__openBtn.active span:nth-child(3){
  width: 32px;
  margin: 0;
  transform: rotate(-45deg) translate(-9px , 3px);
}
.header__list{
  position: fixed;
  display: flex;
  top: 60px;
  right: -200vw;
  background-color: #FFF;
  transition: 0.4s;
  display: block;
  width: 260px;
  height: 100%;
  position: fixed;
  top: 0;
  padding: 90px 20px 38px;
}
.header__list.active{
  right: 0;
  overflow: scroll;
}
.header__list a{
  display: block;
  font-size: 20px;
  margin-top: 10px;
  text-align: center;
  color: #111111;
}
.header__hamburgerContents{
  height: 0;
  overflow: hidden;
  transition: 0.4s;
  opacity: 0.4;
  display: block;
}
.header__hamburgerContents.open{
  height: 100%;
  opacity: 1;
}
header ul .header__hamburgerBtn.contact a {
  font-size: 14px;
  line-height: 70px;
  color: #FFF;
  text-align: center;
  display: block;
  font-weight: bold;
  background-color: #617CA6;
  width: 100%;
  margin-left: 0;
  margin-top: 40px;
  border: none;
}
header ul .header__hamburgerBtn.store a {
  font-size: 14px;
  line-height: 70px;
  color: #FFF;
  text-align: center;
  display: block;
  font-weight: bold;
  background-color: #2B5B84;
  width: 100%;
  margin-top: 22px;
  border: none;
}
}
@media screen and (max-width:768px){

  header{
    height: 60px;
    padding: 0;
  }
  header .logo{
    width: 148px;
    padding: 14px 0 0 14px;
  }
  header ul.header__list > li > a {
    display: block;
    font-size: 14px;
    margin-top: 0;
    text-align: left;
    line-height: 58px;
    padding: 0 20px;
    border-top: #EBE9E5 2px solid;
  }
  header ul.header__list > li:nth-child(6) > a {
    border-bottom: #EBE9E5 2px solid;
  }
  header .header__hamburgerBg {
    width: 0;
    height: 0;
  }
  header .header__hamburgerBg.active {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 0;
    background-color: #201e1f34;
  }
  header ul.header__list > a:last-child {
    border-bottom: #EBE9E5 2px solid;
  }
  header ul.header__list > li p {
    display: block;
    font-size: 14px;
    margin-top: 0;
    text-align: left;
    line-height: 58px;
    padding: 0 20px;
    cursor: pointer;
    border-top: #EBE9E5 2px solid;
  }
  header ul.header__list > li ul.header__hamburgerContents p {
    display: block;
    font-size: 12px;
    margin-top: 0;
    text-align: left;
    line-height: 24px;
    padding: 0 20px;
    background-color: #F5F3EF;
    margin-bottom: 5px;
    border: none;
  }
  header ul.header__list > li ul.header__hamburgerContents .type {
    margin-top: 5px;
  }
  header ul.header__list > li ul.header__hamburgerContents a {
    display: block;
    font-size: 14px;
    margin-top: 0;
    text-align: left;
    line-height: 46px;
    padding: 0 20px;
  }
  .header__expansion{
    position: relative;
  }
  .header__expansion::after{
    position: absolute;
    content: "";
    height: 6.36px;
    width: 11.14px;
    background: url(.<?php echo esc_url( home_url( '/' ) ); ?>/images/bottom__arrow.png) no-repeat;
    background-size: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 16px;
    transition: 0.5s;
  }
  .header__expansion.open::after{
    position: absolute;
    content: "";
    height: 6.36px;
    width: 11.14px;
    background: url(.<?php echo esc_url( home_url( '/' ) ); ?>/images/bottom__arrow.png) no-repeat;
    background-size: 100%;
    transform: rotate(180deg);
  }
}

/****************************************************
footer
****************************************************/
footer{
  background-color: #201e1f;
    padding: 50px 20px 20px;
}
footer h2{
  margin-bottom: 50px;
  font-size: 25px;
  text-align: center;
  color: #FFF;
}
footer > a{
  display: block;
  margin: 50px auto;
  width: 50px;
}
footer div{
    display: flex;
    width: 100%;
    justify-content: center;
}
footer div a{
    display: block;
    width: 180px;
    line-height: 20px;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
}
footer div a{
    border-left: #FFF 1px solid;
}
footer div a:last-child{
  border-right: #FFF 1px solid;
}
footer p{
    font-size: 10px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 40px;
}
@media screen and (max-width:768px){
  footer{
      padding: 30px 5px 15px;
  }
  footer h2{
    margin-bottom: 30px;
    font-size: 20px;
  }
  footer > a{
    display: block;
    margin: 30px auto;
    width: 40px;
  }
  footer div{
      display: flex;
      width: 100%;
      justify-content: center;
  }
  footer div a{
    display: block;
    width: 85px;
    line-height: 20px;
    font-size: 13px;
    color: #FFFFFF;
  }
  
}


/****************************************************
top__slide
****************************************************/
.top__slide {
  position: relative;
  padding: 0;
}
.top__slide__item{
  position: relative;
}
.top__slide__item div{
  position: absolute;
  width: 100%;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.307);
  color: #FFF;
  bottom: 0;
  padding: 20px;
  text-align: center;
}
.top__slide__item div time{
  font-size: 12px;
}
.top__slide__item div h3{
  font-size: 18px;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 10px;
}
@media screen and (max-width:1000px){
.top__slide__item div h3{
  font-size: 16px;
}
}
@media screen and (max-width:768px){
  .top__slide__item div{
    position: absolute;
    width: 100%;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.307);
    color: #FFF;
    bottom: 0;
    padding: 5px;
  }
  .top__slide__item div time{
    font-size: 10px;
  }
  .top__slide__item div h3{
    font-size: 14px;
    line-height: 1.5;
    height: 21px;
    margin-top: 0;
  }
}

/****************************************************
top__article
****************************************************/
.article h2{
  font-size: 30px;
  text-align: center;
  margin: 50px 0;
}
.article__wrap{
  display: flex;
  flex-wrap: wrap;
}
.article__img{
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: relative;
}
.article__img img{
  object-fit: cover;
  height: 100%;
}
/* .article__img::after{
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.25);
  top: 0;
  left: 0;
  position: absolute;
  transition: 0.5s;
}
.article__img:hover::after{
  width: 100%;
  height: 0%;
  content: "";
  background-color: none;
  top: 0;
  left: 0;
  position: absolute;
} */
.article__box{
  display: block;
  width: 32%;
  margin-right: 2%;
  margin-top: 20px;
}
.top__tag__wrap{
  margin-bottom: 30px;
}
.article__tag{
  color: #000;
}
.article__title{
  color: #000;
}
.article__box small{
  display: block;
  margin: 10px 0 0;
  font-size: 12px;
  color: #000;
}
.article__box h3{
  margin: 10px 0 0;
  color: #000;
}
.article__box:nth-child(3n){
  margin-right: 0;
}
.btn__more a{
  position: relative;
  display: block;
}
.btn.btn__more{
  margin-bottom: 0;
}
.btn__more a::after{
  position: absolute;
  content: "";
  display: block;
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 6%;
  width: 10px;
  height: 10px;
  transition: 0.5s;
}
.btn__more a:hover::after{
  right: 4%;
}
@media screen and (max-width:768px){
  .article .inner{
    max-width: 100%;
  }
  .article__box{
    display: block;
    width: 32%;
    margin-right: 2%;
    margin-top: 20px;
  }
  .article h2{
    font-size: 24px;
  }
}
@media screen and (max-width:600px){
  .article__box{
    display: block;
    width: 49%;
    margin-right: 2%;
    margin-top: 20px;
  }
  .article__box:nth-child(3n){
    margin-right: 2%;
  }
  .article__box:nth-child(2n){
    margin-right: 0;
  }
}

/****************************************************
top__tag
****************************************************/
.top__tag h2{
  font-size: 30px;
  text-align: left;
  margin-bottom: 42px;
}
.top__tag__wrap{
  display: flex;
  flex-wrap: wrap;
}
.tag__item{
  font-size: 16px;
  line-height: 36px;
  border: #000 1px solid;
  padding: 0 20px;
  border-radius: 20px;
  display: block;
  margin: 8px 10px 0 0;
  color: #000;
}
.tag__item:hover{
  background-color: #000;
  color: #FFF;
}

@media screen and (max-width:768px){
  .tag__item {
    font-size: 14px;
    line-height: 30px;
}
}
/****************************************************
top__cate
****************************************************/
.top__cate h2{
  font-size: 30px;
  text-align: left;
  margin-bottom: 42px;
}
.top__cate__wrap{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.cate__item{
  font-size: 15px;
  line-height: 32px;
  padding: 0 15px;
  border-radius: 20px;
  display: block;
  margin: 8px 8px 0 0;
  color: #000;
  background-color: rgb(225, 225, 225);
}
.cate__item.EVENT{
  color: #000;
  background-color: #201e1f;
}
.cate__item.SALES{
  color: #000;
  background-color: #201e1f;
}
.cate__item.FEATURE{
  color: #000;
  background-color: #201e1f;
}
.cate__item:hover{
  background-color: #000;
  color: #FFF;
}

@media screen and (max-width:768px){
  .tag__item {
    font-size: 14px;
    line-height: 30px;
}
}

/****************************************************
to__contact
****************************************************/
.to__contact{
  background-color: #201e1f;
  padding: 50px 0;
}
.to__contact h2{
  text-align: center;
}
.btn__contact{
  margin-bottom: 0;
  margin-top: 20px;
}
.btn__contact a{
  position: relative;
  display: block;
}
.btn__contact a::after{
  position: absolute;
  content: "";
  display: block;
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 6%;
  width: 10px;
  height: 10px;
  transition: 0.5s;
}
.btn__contact a:hover::after{
  right: 4%;
}
@media screen and (max-width:768px){
.to__contact h2{
  font-size: 16px;
}
}

/****************************************************
contact
****************************************************/
.contact__form h2{
  padding-top: 50px;
  margin: 0 0 50px;
  font-size: 30px;
  text-align: center;
}
.contact__form >p{
  margin: 0 0 50px;
  font-size: 16px;
  text-align: center;
}
.contact__form tr,
.contact__form tbody,
.contact__form table,
.contact__form input,
.contact__form textarea{
  width: 100%;
  height: 100%;
}
.contact__form .contact__form__label{
  display: block;
  font-size: 19px;
  font-weight: 400;
  margin: 30px auto 0;
  max-width: 800px;
  text-align: left;
}
.contact__form .contact__form__label span{
    background: #ef5d50;
    padding: 5px;
    border-radius: 8px;
    display: inline-block;
    margin-left: 10px;
    color: #FFF;
}
.contact__form .contact__form__text{
  display: block;
  font-size: 16px;
  margin: 10px auto 0;
  max-width: 800px;
}
.contact__form .contact__form__text input{
  padding: 5px;
  height: 35px;
}
.contact__form .contact__form__text textarea{
  padding: 5px;
  height: 100px;
}
.btn__confirm{
  width: 32%;
  display: block;
  margin: 50px auto;
  background-color: #818181;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  border: none;
}
@media screen and (max-width:768px){
  .btn__confirm{
    width: 250px;
  }
  .contact__form h2{
    padding-top: 30px;
    margin: 0 0 30px;
    font-size: 24px;
    text-align: center;
  }
  .contact__form.inner{
    max-width: 390px;
  }
  .contact__form >p{
    margin: 0 0 30px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }
  .contact__form .contact__form__label{
    font-size: 16px;
  }
}


  
/****************************************************
パンクズ
 ****************************************************/
.bread{
  margin: 0 auto;
  max-width: 1040px;
  padding: 20px 20px 0;
}
.bread ul{
  display: flex;
}
.bread li{
  display: block;
  margin-right: 30px;
  position: relative;
}
.bread li::after{
  position: absolute;
  content: "";
  display: block;
  border-bottom: 1px solid rgb(0, 0, 0);
  border-right: 1px solid rgb(0, 0, 0);
  transform: rotate(-45deg);
  top: 2px;
  bottom: 0;
  margin: auto;
  right: -17px;
  width: 7px;
  height: 7px;
}
.bread li:last-child:after{
  content: none;
}
.bread li:last-child{
  font-weight: bold;
}
.bread li a{
  color: #000;
  transition: 0.5s;
}
.bread li a:hover{
  color: rgb(71, 71, 71);
}

@media screen and (max-width:768px){

}



/****************************************************
記事テンプレ
 ****************************************************/

 /* =========================
   Home Page Styles
   ========================= */

.home-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

/* Hero */
.home-hero {
  padding: 4rem 1rem;
  text-align: center;
}

.home-title {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.home-lead {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #555;
}

/* Sections */
.home-section {
  margin-bottom: 4rem;
}

.home-heading {
  font-size: 1.4rem;
  margin-bottom: 1.25rem;
  padding-left: 0.75rem;
  border-left: 4px solid #333;
}

.home-section p {
  line-height: 1.8;
  margin-bottom: 1rem;
}

/* Links */
.home-link {
  display: inline-block;
  font-size: 0.95rem;
  text-decoration: none;
  border-bottom: 1px solid #333;
  padding-bottom: 2px;
}

/* Activities */
.home-activity-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  list-style: none;
  padding: 0;
}

.home-activity-list h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.home-activity-list p {
  font-size: 0.95rem;
  color: #555;
}

/* =========================
   Responsive (SP)
   ========================= */

@media screen and (max-width: 768px) {

  .home-hero {
    padding: 3rem 0.5rem;
  }

  .home-title {
    font-size: 1.8rem;
  }

  .home-heading {
    font-size: 1.25rem;
  }

  .home-activity-list {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}


 /* =========================
   About (Company Style)
   ========================= */

.about-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.about-header {
  margin-bottom: 2.5rem;
}

.about-title {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.about-lead {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
}

.about-section {
  margin-bottom: 3rem;
}

.about-heading {
  font-size: 1.3rem;
  margin-bottom: 1.25rem;
  margin-top: 50px;
  padding-left: 0.75rem;
  border-left: 4px solid #333;
}

.about-definition {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 0.75rem 1.5rem;
  line-height: 1.8;
}

.about-definition dt {
  font-weight: bold;
  color: #333;
}

.about-definition dd {
  margin: 0;
  color: #555;
}

.about-footer {
  border-top: 1px solid #e0e0e0;
  padding-top: 1.25rem;
}

.about-note {
  font-size: 0.85rem;
  color: #777;
}

/* =========================
   Responsive (SP)
   ========================= */

@media screen and (max-width: 768px) {

  .about-title {
    font-size: 1.6rem;
  }

  .about-heading {
    font-size: 1.2rem;
    text-align: left;
  }

  .about-definition {
    grid-template-columns: 1fr;
  }

  .about-definition dt {
    margin-top: 1rem;
  }
}

/* =========================
   Work List
========================= */

.page-work{
    max-width: 930px;
    margin: 0 auto;
    padding: 80px 15px;
}

.page-work__list {
  display: grid;
  gap: 32px;
}

.work-item {
  border: 1px solid #ddd;
}

.work-item__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.work-item__thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.work-item__body {
  padding: 16px;
}

.work-item__title {
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.work-item__target {
  font-size: 0.9rem;
  color: #666;
}

/* hover */
.work-item__link:hover {
  opacity: 0.8;
}

/* =========================
   PC（768px以上）
========================= */

@media screen and (min-width: 768px) {
  .page-work__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* =========================
   Work List Meta
========================= */

.work-item__meta {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  font-size: 0.9rem;
  color: #555;
}

.work-item__meta li {
  line-height: 1.6;
}


/* =========================
   Single Work Layout
========================= */

/* 全体インナー */
.single-work__article {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 16px;
}

/* タイトル */
.single-work__title {
  font-size: 1.8rem;
  margin: 24px 0;
}

/* アイキャッチ */
.single-work__thumb {
  margin-bottom: 24px;
}

.single-work__thumb img {
  width: 100%;
  height: auto;
  display: block;
}

/* 本文エリア */
.single-work__body {
  padding-bottom: 40px;
}

/* メタ情報 */
.single-work__meta {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
  border-top: 1px solid #ddd;
}

.single-work__meta li {
  display: flex;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
  font-size: 0.95rem;
}

.single-work__meta span {
  min-width: 90px;
  font-weight: bold;
  color: #555;
}

/* 概要 */
.single-work__summary {
  background: #f7f7f7;
  padding: 16px;
  margin-bottom: 32px;
  font-size: 1rem;
}

/* 本文 */
.single-work__content {
  line-height: 1.8;
}

/* =========================
   PC（768px以上）
========================= */
@media screen and (min-width: 768px) {
  .single-work__article {
    padding: 0;
  }

  .single-work__title {
    font-size: 2rem;
  }
}
/* =========================
   Front Page
========================= */
.front section {
  text-align: center;
  padding: 40px 20px 40px;
}
.front section.front-mv {
  padding: 0px 20px;
}

.front-mv img {
  max-width: 100%;
  height: auto;
}

.front-mv__title {
  margin-top: 24px;
  font-size: 2rem;
}

.front-button {
  display: inline-block;
  margin-top: 24px;
  padding: 12px 32px;
  background: #000;
  color: #fff;
  text-decoration: none;
}

.front-work__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin: 40px 0;
}

.front-work__item img {
  width: 100%;
  height: auto;
}

/* =========================
   contact Page
========================= */
.contact_page {

  padding: 40px 20px;
  line-height: 1.8;
}

.contact_page h2 {
  font-size: 1.3rem;
  margin-bottom: 1.25rem;
  margin-top: 50px;
  padding-left: 0.75rem;
  border-left: 4px solid #333;
}

.contact_page p {
  margin-bottom: 16px;
}

.contact_page ul {
  padding-left: 20px;
  margin-bottom: 24px;
}

.contact_page li {
  margin-bottom: 8px;
}

.contact_page a {
  color: #0066cc;
  text-decoration: none;
}

.contact_page a:hover {
  text-decoration: underline;
}

.contact_page .mail-address {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
.contact_page h2 {
  font-size: 1.2rem;
  text-align: left;
}
}