@charset "utf-8";
body {
    font-size: 16px;
    line-height:1.7em;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
    letter-spacing: .4px;
    color: #111;
}
body * {
  box-sizing: border-box;
}
body img {
    display: block;
}

a{color:#002b8a;text-decoration:none;}
a:hover{color:#002b8a;text-decoration:none;}
a:hover img {opacity: 0.5;}
a img { transition: opacity 0.3s ease-out;}

b, strong, .bold{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
}




/*==================================
    hover move
==================================*/
.linkMove{
    transition: .15s ease-in-out;
}
.linkMove:hover{
    transform: scale(1.1);
}

/*==================================
    header
==================================*/
header{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 10px 0 15px;
  background-color: #c6a85b;
  background: linear-gradient(to right, #85713f, #c6a85b, #85713f);
  width: 100%;
  transition: .3s;

  background:
      linear-gradient(
          100deg,
          #6e5319 0%,
          #9f7b2f 10%,
          #d7b35d 22%,
          #f6e2a2 32%,
          #b58731 45%,
          #7b5a1c 58%,
          #caa04a 72%,
          #f9e8af 84%,
          #8f6a24 100%
      );
  box-shadow:
      inset 0 1px 0 rgba(255,255,255,.45),
      inset 0 -1px 0 rgba(60,35,5,.55);
}
header::before {
	content: "";
	position: absolute;
	inset: 0;
	background: repeating-linear-gradient( 90deg, rgba(255,255,255,.06) 0px, rgba(255,255,255,.06) 1px, transparent 1px, transparent 4px );
	opacity: .18;
	pointer-events: none;
}
header::after {
	content: "";
	position: absolute;
	top: 0;
	left: -140%;
	width: 60%;
	height: 100%;
	background: linear-gradient( 115deg, transparent 0%, rgba(255,255,255,.12) 25%, rgba(255,247,212,.95) 48%, rgba(255,255,255,.18) 72%, transparent 100% );
	transform: skewX(-24deg);
	animation: goldShine 5s ease-in-out infinite;
	filter: blur(.4px);
}
@keyframes goldShine{
    0%{
        left:-140%;
    }

    45%{
        left:-140%;
    }

    100%{
        left:180%;
    }
}

    header #headerWrap02{
        margin: 0 auto;
        width: 1050px;
        display:-ms-flexbox;/*--- IE10 ---*/
        display:-webkit-flex;/*--- safari（PC）用 ---*/
        display:flex;
        -ms-flex-wrap:wrap;/*--- IE10用 ---*/
        -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
        flex-wrap:wrap;
        -webkit-justify-content: space-between; /* Safari */
        justify-content:         space-between;
    }
        header #headerWrap02 #logo{
          /*width: 180px;*/
          width: 300px;
          color: #FFF;
          transition: .3s;
        }
          header #headerWrap02 #logo a{
            width: 100%;
            height: auto;
            display: block;
            color: #FFF;
          }
            header #headerWrap02 #logo a img{
              width: 100%;
              height: auto;
              display: block;
            }
        nav#gm{
            width: 600px;
            transition: .3s;
        }
            nav#gm > ul{
                width: 100%;
            }
                nav#gm > ul li{
                  display: inline-block;
                }
                    nav#gm > ul li a{
                        padding: 17px 20px 17px 30px;
                        height: auto;
                        display: block;
                        box-sizing: border-box;
                        color: #FFF;
                        background-image: url(../img/icon_white_kakko02.svg);
                        background-repeat: no-repeat;
                        background-size: 4px;
                        background-position: 20px 50%;
                        font-size: 1em;
                        transition: .3s;
                    }
          header #headerWrap02 #con{
            width: 250px;
            color: #FFF;
            transition: .3s;
          }
            header #headerWrap02 #con a{
              padding: 1em;
              line-height: 1;
              width: 100%;
              display: block;
              font-weight: bold;
              font-size: 1.1em;
              background-color: rgba(0, 0, 0, 0.5);
              border: none;
              border-bottom: 3px solid rgba(0, 0, 0, 0.5);
              border-radius: 10px;
              color: #FFF;
              background-image: url('../../common/img/icon_arr02_right_white.svg');
              background-repeat: no-repeat;
              background-position: 94% 50%;
              background-size: 10px;
              transition: .3s;
            }

header.is-animation{
  padding: 1px 0 7px;
  /* background-color: #c92b7ee0; */
  background-color: #c6a85b;
  /* background: linear-gradient(to right, #85713f, #c6a85b, #85713f); */
  width: 100%;
  transition: .3s;

  background:
      linear-gradient(
          100deg,
          #6e5319 0%,
          #9f7b2f 10%,
          #d7b35d 22%,
          #f6e2a2 32%,
          #b58731 45%,
          #7b5a1c 58%,
          #caa04a 72%,
          #f9e8af 84%,
          #8f6a24 100%
      );
  box-shadow:
      inset 0 1px 0 rgba(255,255,255,.45),
      inset 0 -1px 0 rgba(60,35,5,.55);
}
.gold-header::before {
	content: "";
	position: absolute;
	inset: 0;
	background: repeating-linear-gradient( 90deg, rgba(255,255,255,.06) 0px, rgba(255,255,255,.06) 1px, transparent 1px, transparent 4px );
	opacity: .18;
	pointer-events: none;
}
.gold-header::after {
	content: "";
	position: absolute;
	top: 0;
	left: -140%;
	width: 60%;
	height: 100%;
	background: linear-gradient( 115deg, transparent 0%, rgba(255,255,255,.12) 25%, rgba(255,247,212,.95) 48%, rgba(255,255,255,.18) 72%, transparent 100% );
	transform: skewX(-24deg);
	animation: goldShine 5s ease-in-out infinite;
	filter: blur(.4px);
}

        header.is-animation #headerWrap02 #logo{
          /*width: 100px;*/
          width: 180px;
          color: #FFF;
          transition: .3s;
        }
          header.is-animation #headerWrap02 #logo a{
            width: 100%;
            height: auto;
            display: block;
            color: #FFF;
            font-size: 2em;
            line-height: 100%;
            font-weight: bold;
          }
            header.is-animation #headerWrap02 #logo a img{
              width: 140%;
              height: auto;
              display: block;
            }
        header.is-animation nav#gm{
            width: 600px;
            transition: .3s;
        }
            header.is-animation nav#gm > ul{
                width: 100%;
            }
                header.is-animation nav#gm > ul li{
                  display: inline-block;
                }
                    header.is-animation nav#gm > ul li a{
                        padding: 8px 10px 8px 20px;
                        height: auto;
                        display: block;
                        box-sizing: border-box;
                        color: #FFF;
                        background-image: url(../img/icon_white_kakko02.svg);
                        background-repeat: no-repeat;
                        background-size: 4px;
                        background-position: 20px 50%;
                        font-size: 1em;
                        transition: .3s;
                    }
                    header.is-animation #headerWrap02 #con{
                      width: 250px;
                      transition: .3s;
                    }
                      header.is-animation #headerWrap02 #con a{
                        padding: 0.8em;
                        font-size: 1em;
                        transition: .3s;
                      }

/*==================================
    スマホ対応
==================================*/
.hpc{}
.hsp{
  display: none;
}

/*==================================
    Footer
==================================*/
footer a{
    color: #FFF;
}
footer a:hover{
    color: #FFF;
    text-decoration: underline;
}
footer section#footerArea01{
    background-color: #222222;
}
    footer section#footerArea01 #wrap{
        display:-ms-flexbox;/*--- IE10 ---*/
        display:-webkit-flex;/*--- safari（PC）用 ---*/
        display:flex;
        -ms-flex-wrap:wrap;/*--- IE10用 ---*/
        -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
        flex-wrap:wrap;
        -webkit-justify-content: space-between; /* Safari */
        justify-content:        space-between;
    }
        footer section#footerArea01 #wrap #left{
            width: 70%;
        }
            footer section#footerArea01 #wrap #left h3{
                font-size: 20px;
            }
            footer section#footerArea01 #wrap #left p{
                font-size: 12px;
            }
        footer section#footerArea01 #wrap #right{
            width: 30%;
        }
            footer section#footerArea01 #wrap #right a{
                padding: 20px 20px 20px 70px;
                box-sizing: border-box;
                /* background-color: #c6a85b; */
                background-color: #85713f;
                color: #FFF;
                background-image: url(../img/icon_mail_white.svg);
                background-repeat: no-repeat;
                background-position: 20px 50%;
                background-size: 40px;
                display: block;
                border-radius: 5px;
                font-size: 22px;
            }
            footer section#footerArea01 #wrap #right a:hover{
                background-color: #907737;
                text-decoration: none;
            }

footer section#footerArea02{
    background-color: #333;
}
    footer section#footerArea02 #wrap ul{
        display:-ms-flexbox;/*--- IE10 ---*/
        display:-webkit-flex;/*--- safari（PC）用 ---*/
        display:flex;
        -ms-flex-wrap:wrap;/*--- IE10用 ---*/
        -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
        flex-wrap:wrap;
        -webkit-justify-content: space-between; /* Safari */
        justify-content:        space-between;
    }
        footer section#footerArea02 #wrap ul li{
          padding: 0 30px;
          box-sizing: border-box;
          width: 25%;
          border-right: 1px solid #444;
        }
        footer section#footerArea02 #wrap ul li:last-child{
            border-right: none;
        }
            footer section#footerArea02 #wrap ul li h3{
                font-size: 13px;
            }
            footer section#footerArea02 #wrap ul li h3 a{
                display: block;
                margin-top: 0.5em;
                margin-bottom: 0.5em;
            }
            footer section#footerArea02 #wrap ul li ul{
                width: 100%;
            }
                footer section#footerArea02 #wrap ul li ul li{
                    padding: 0px;
                    width: 100%;
                    border: none;
                    line-height: 110%;
                }
                    footer section#footerArea02 #wrap ul li ul li a{
                        font-size: 1em;
                        line-height: 1.7em;
                    }

footer section#footerArea03{
    background-color: #222222;
}
    footer section#footerArea03 #wrap ul{
        padding-bottom: 20px;
        margin-bottom: 20px;
        display:-ms-flexbox;/*--- IE10 ---*/
        display:-webkit-flex;/*--- safari（PC）用 ---*/
        display:flex;
        -ms-flex-wrap:wrap;/*--- IE10用 ---*/
        -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
        flex-wrap:wrap;
        -webkit-justify-content: flex-start; /* Safari */
        justify-content:        flex-start;
        border-bottom: 1px solid #444;
    }
        footer section#footerArea03 #wrap ul li{
            margin-right: 20px;
            padding-right: 20px;
            border-right: 1px solid #444;
        }
        footer section#footerArea03 #wrap ul li:last-child{
            border-right: none;
        }
    footer section#footerArea03 #wrap dl{
        display:-ms-flexbox;/*--- IE10 ---*/
        display:-webkit-flex;/*--- safari（PC）用 ---*/
        display:flex;
        -ms-flex-wrap:wrap;/*--- IE10用 ---*/
        -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
        flex-wrap:wrap;
        -webkit-justify-content: space-between; /* Safari */
        justify-content:        space-between;
    }
        footer section#footerArea03 #wrap dl dt{
            width: 30%;
        }
            footer section#footerArea03 #wrap dl dt img{
                width: 100%;
            }
        footer section#footerArea03 #wrap dl dd{
            width: 65%;
        }

    footer section#footerArea01 #wrap,
    footer section#footerArea02 #wrap,
    footer section#footerArea03 #wrap{
        padding: 20px 0;
        margin: 0 auto;
        width: 1000px;
        color: #FFF;
    }
footer #copylight{
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    background-color: #000;
    color: #FFF;
    font-size: 12px;
}

/**************************************************************************************************************/

body h1,
body h2,
body h3,
body h4{
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}



/*==================================
    main image
==================================*/

.thumb-item{}
.thumb-item li{}
.thumb-item li a,
.thumb-item li a img{
    display: block;
    width: 100%;
    height: auto;
}
.thumb-item-nav{}
.thumb-item-nav li{}
.thumb-item-nav li a{
    padding: 10px;
    box-sizing: border-box;
}
.thumb-item-nav li a,
.thumb-item-nav li a img{
    display: block;
    width: 100%;
    height: auto;
}


/****** メインイメージ部分 ******/
#mainImg{
    margin: 0 auto;
    /*padding-top: 120px;*/
    /*padding-bottom: 70px;*/
    width: 100%;
    background-color: #000;
    display: block;
    background-image: url("../../img/topimg_ab.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
    #mainImg #mainImgWrap{
      padding: 10em 0 7em;
      margin: 0 auto;
      width: 100%;
      max-width: 800px;
      display:flex;
      flex-wrap:wrap;
      justify-content:        space-between;
    }
      #mainImg #mainImgWrap #mainImgLeft {
        width: 100%;
        background-color: rgba(0,0,0,0.65);
        padding: 50px 50px;
        border-radius: 0;
        /* box-shadow: 0 0 0px 4px #fff inset; */
        /* border: 10px solid; */
        /* border-color: rgba(0,0,0,0.1);*/
      }
        #mainImg #mainImgWrap #mainImgLeft h1,
        #mainImg #mainImgWrap #mainImgLeft .hero-catch{
          margin-bottom: 20px;
          width: 500px;
          max-width: 100%;
          font-size: 28px;
          letter-spacing: 0.2em;
          line-height: 1.3em;
          font-weight: bold;
          color: #FFF;
          display: block;
          text-align: center;
        }
        #mainImg #mainImgWrap #mainImgLeft p{
          font-size: 16px;
          line-height: 150%;
          color: #FFF;
          text-align: center;
          margin: 0 auto 20px;
          width: 100%;
          max-width: 420px;
        }
        #mainImg #mainImgWrap #mainImgLeft .mainBnrArea{
          width: 400px;
          margin: 0 auto;
        }
          #mainImg #mainImgWrap #mainImgLeft .mainBnrArea a{
            width: 100%;
            display: block;
            text-align: center;
          }
            #mainImg #mainImgWrap #mainImgLeft .mainBnrArea a img{
              width: 100%;
              height: auto;
              display: block;
            }
          #mainImg #mainImgWrap #mainImgLeft .mainBnrArea .bnr01{
            padding: 1em;
            line-height: 1;
            width: 100%;
            display: block;
            font-weight: bold;
            font-size: 1.1em;
            background-color: #c6a85b;
            background: linear-gradient(to right, #85713f, #c6a85b, #85713f);
            border: none;
            border-bottom: 3px solid #907737;
            border-radius: 10px;
            color: #FFF;
          }
      #mainImg #mainImgWrap #mainImgRight{
        padding: 2em;
        width: 350px;
        background-color:#c5b79dde;
      }
        #mainImg #mainImgWrap #mainImgRight h2{
          margin-bottom: 0.5em;
          font-size: 2em;
          font-weight: bold;
          color: #FFF;

        }
        #mainImg #mainImgWrap #mainImgRight input[type="text"]{
          margin-bottom: 0.5em;
          border: 0;
          border-radius: 0.5em;
          padding: 0.5em;
          display: block;
          background-color: #FFF;
          width: 100%;
          font-size: 1.1em;
        }
        #mainImg #mainImgWrap #mainImgRight input[type="submit"]{
          padding: 1em;
          line-height: 1;
          width: 100%;
          display: block;
          font-weight: bold;
          font-size: 1.1em;
          background-color: #c6a85b;
          border: none;

          border-radius: 10px;
          color: #FFF;
          transition: transform 0.1s,border-bottom 0.1s;
        }


/*==================================
    title
==================================*/
.titleArea01{
  margin-bottom: 1em;
  width: 100%;
  display:-ms-flexbox;/*--- IE10 ---*/
  display:-webkit-flex;/*--- safari（PC）用 ---*/
  display:flex;
  -ms-flex-wrap:wrap;/*--- IE10用 ---*/
  -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
  flex-wrap:wrap;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}
  .titleArea01 > .title{
    font-size: 2em;
    font-weight: bold;
    line-height: 120%;
  }
  .linkArea{
    padding: 20px 0 0;
    width: 100%;
    text-align: right;
  }
    .linkArea > a{
      display: inline-block;
      padding: 0.8em 1.5em;
      line-height: 1;
      border: 1px solid #111;
      border-radius: 5px;
      font-size: 0.9em;
      color: #111;
    }

.title01{
  margin-bottom: 20px;
  display: block;
  width: 100%;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.2em;
  color: #FFF;
  text-align: center;
}
  .sub_title01{
    margin-bottom: 50px;
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2em;
    color: #FFF;
    text-align: center;
  }

.title02{
  margin-bottom: 20px;
  display: block;
  width: 100%;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.2em;
  color: #111;
  text-align: center;
}
  .sub_title02{
    margin-bottom: 50px;
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2em;
    color: #111;
    text-align: center;
  }


.title03{
  text-align: center;
  margin-bottom: 50px;
  display: block;
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5em;
  color: #111;
}

/*==================================
    テキスト
==================================*/
.text01{
  margin-bottom: 2em;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.7em;
}
.text02{
  margin-bottom: 2em;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.7em;
  color: #FFF;
}

/*==================================
    contents
==================================*/

/* infoArea
***********************************/

.infoArea{
  padding: 2em;
  width: 100%;
}
  .infoAreaWrap{
    margin: 0 auto;
    width: 1050px;
    display:-ms-flexbox;/*--- IE10 ---*/
    display:-webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
    -ms-flex-wrap:wrap;/*--- IE10用 ---*/
    -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
    flex-wrap:wrap;
    -webkit-justify-content: space-between; /* Safari */
    justify-content:         space-between;
  }
    .infoAreaWrap .left{
      width: 48%;
    }
    .infoAreaWrap .right{
      width: 48%;
    }


/* sec_work
***********************************/

.sec_work{
  padding: 8em 0;
  width: 100%;
}
  .sec_workWrap{
    margin: 0 auto;
    width: 1050px;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
  }

    .sec_workWrap > .sec_work_text01{
      margin: 0 auto;
      margin-bottom: 3em;
      width: 100%;
      font-size: 1em;
      color: #333;
      text-align: center;
    }
      .sec_workWrap .list_sec_work01{
        margin: 0 auto;
        width: 100%;
        display:flex;
        flex-wrap:wrap;
        justify-content: space-between;
      }
        .sec_workWrap .list_sec_work01 > li{
          /* margin: 0 auto; */
          width: 31%;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          background-color: #FAF7ED;
          margin: 0 0 33px;
        }
          .sec_workWrap .list_sec_work01 > li a{
            margin: 0 auto;
            width: 100%;
            display:block;
            color: #333;
          }
          .sec_workWrap .list_sec_work01 > li a > .wrap{
            padding: 30px;
          }
          .sec_workWrap .list_sec_work01 > li figure{
            width: 100%;
            display:block;
          }
            .sec_workWrap .list_sec_work01 > li figure img{
              width: 100%;
              display:block;
            }
          .sec_workWrap .list_sec_work01 > li ul.tag{
            margin: 0 auto 20px;
            width: 100%;
            display:flex;
            flex-wrap:wrap;
            justify-content: flex-start;
          }

            .sec_workWrap .list_sec_work01 > li ul.tag > li{
              display: inline-block;
              padding: 0.4em 0.8em;
              background-color: #FFF;
              line-height: 1;
              margin-bottom: 0.5em;
              border-radius: 0.3em;
              margin-right: 0.5em;
              font-size: 11px;
            }
          .sec_workWrap .list_sec_work01 > li p.cliname{
            margin-bottom: 10px;
            font-size: 1.1em;
            font-weight: bold;
            display: flex;
            font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
          }
            .sec_workWrap .list_sec_work01 > li p.cliname span{
              border:1px solid #B19662;
              display: inline-block;
              margin-right: 5px;
              padding: 0px 1em;
              color: #B19662;
              font-size: 11px;
              font-weight: normal;
            }
          .sec_workWrap .list_sec_work01 > li p.clitext{
            text-align: center;
            margin: 0 auto 20px;
          }
          .sec_workWrap .list_sec_work01 > li p.clitext02{
            text-align: center;
            margin: 0 auto 15px;
            font-size: 14px;
          }

      .sec_workWrap .list_sec_work01 > li .linkBtn{
          display: block;
          margin: 0 auto;
          width: 100%;
          padding: 0.5em 0.5em;
          background-color: #B19662;
          color: #FFF;
          text-align: center;
          font-size: 1em;
          font-weight: bold;
      }




/* textArea01
***********************************/

.textArea01{
  padding: 8em 0;
  width: 100%;
  background-color: #333333;
}
  .textArea01Wrap{
    margin: 0 auto;
    width: 1050px;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
  }
    .textArea01Wrap > p{
      margin: 0 auto 50px;
      width: 800px;
    }

.list_info{}
  .list_info li{
    padding: 0.5em 0;
  }

    .acMenu{
      padding: 1em;
      border: 1px solid #DDD;
      border-radius: 0.5em;
      display:block;
      width:100%;
      cursor:pointer;
    }
      .acMenu dt{
        display:block;
        width:100%;
        cursor:pointer;
        font-weight: bold;
        font-size: 1.2em;
      }
        .acMenu dt time{
          display:block;
          width:100%;
          font-size: 0.8em;
          font-weight: normal;
        }
      .acMenu dd{
        border-top: 1px solid #DDD;
        margin-top: 1em;
        padding: 0.5em 0 0;
        width:100%;
        display:none;
        font-size: 14px;
      }

.list_textArea01{
  display:-ms-flexbox;/*--- IE10 ---*/
  display:-webkit-flex;/*--- safari（PC）用 ---*/
  display:flex;
  flex-wrap:wrap;
  justify-content:          space-between;
}
  .list_textArea01 li{
    padding:0;
    width: 30%;
    background-color: #222;
  }
    .list_textArea01 li img{
      width: 100%;
      height: auto;
      display: block;
      text-decoration: underline;
    }
    .list_textArea01 li p{
      padding: 1em;
      display: block;
      text-align: center;
      color: #FFF;
      font-size: 14px;
    }


/* textArea02
***********************************/
.textArea02{
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #333;
}
  .textArea02Wrap{
    margin: 0 auto;
    /* width: 1050px; */
  }

  .img_txt{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 70px 0;
    border-bottom: 1px solid #000;
    border-left: 20px solid #000;
  }
    .img_txt h3,
    .txt_img h3{
      padding-left: 0.5em;
      margin-bottom: 1em;
      font-size: 2em;
      font-weight: bold;
      line-height: 1.3em;
      color: #fff;
      display: inline-block;
      border-left: 2px solid #fff;
    }
    .img_txt .txt {
    	width: 50%;
    	color: #fff;
    	padding: 80px 40px 0px 40px;
    }
    .img_txt .img{
      width: 50%;
    }
      .img_txt .img img{
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover;
      }

  .txt_img{
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 70px 0;
    border-right: 20px solid #000;
  }
    .txt_img .img{
      width: 50%;
    }
      .txt_img .img img{
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover;
      }
    .txt_img .txt{
      width: 50%;
      color: #fff;
    	padding: 80px 40px 0px 40px;
    }

/* textArea03
***********************************/
.textArea03{
  padding: 8em 0;
  width: 100%;
  background-color: #FFF;
}
  .textArea03Wrap{
    margin: 0 auto;
    width: 1050px;
  }

.tab-group{
    display: flex;
    justify-content: space-between;
}
  .tab-group li{
    width: 24%;
    padding:1em;
    background-color: #5C4A29;
    color: #fff;
    text-align: center;
    cursor:pointer;
    display: block;
    font-weight: bold;
    font-size: 1.2em;
  }
  .panel-group{
    /*padding: 2em;*/
    /*background-color: #22201f;*/
    color: #fff;
    border-top:none;
  }
  .panel{
      display:none;
  }
  .tab.is-active{
    background-color: #B19662;
    transition: all 0.2s ease-out;
  }
  .panel.is-show{
      display:block;
  }

.panel-group .panelWrap{
  display: flex;
  justify-content: space-between;
  padding: 3em;
  background-color: #FAF7ED;
}
  .panel-group .panelWrap .right img,
  .panel-group .panelWrap .left img{
    width: 100%;
    height: auto;
    display: block;
  }
  .panel-group .panelWrap .left{
    width: 40%;
  }
    .panel-group .panelWrap .left h3{
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 20px;
      padding-left: 0.5em;
      border-left: 1px solid #B19662;
      line-height: 1.2em;
      color: #B19662;
    }
    .panel-group .panelWrap .left ul{
      margin-bottom: 20px;
      padding: 20px 0 20px 20px;
      border-top: 1px solid #B19662;
      border-bottom: 1px solid #B19662;
      list-style-type: disc;
    }
      .panel-group .panelWrap .left ul li{
        color: #B19662;
      }
      .panel-group .panelWrap .left p{
        color: #111;
      }
  .panel-group .panelWrap .right{
    width: 55%;
  }




/* textArea04
***********************************/
.textArea04{
  padding: 8em 0;
  width: 100%;
  background-color: #FFF;
}
  .textArea04Wrap{
    margin: 0 auto;
    width: 1000px;
  }

.list_textArea04{
    margin: 0 auto;
    width: 100%;

  }
  .list_textArea04 li{
    margin-bottom: 2px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
    .list_textArea04 li h3{
      padding: 1em;
      display: block;
      width: 35%;
      font-size: 26px;
      font-weight: bold;
      background-color: #B19662;
      color: #FFF;
    }
      .list_textArea04 li h3 span{
        margin-right: 10px;
        display: inline-block;
        font-size: 30px;
      }

    .list_textArea04 li p{
      background-color: #FAF7ED;
      padding: 1em;
      width: 65%;
    }



/* textArea05
***********************************/
.textArea05{
  padding: 8em 0;
  width: 100%;
  background-image: url("../../img/img09.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
  .textArea05Wrap{
    margin: 0 auto;
    width: 1000px;
  }
    .textArea05Wrap > p{
      color: #FFF;
      text-align: center;
      margin-bottom: 50px;
    }
.textArea05List01{
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
  .textArea05List01 li{
    margin-bottom: 20px;
    padding: 20px;
    width: 31%;
    background-color: #363636;
  }
    .textArea05List01 li h3{
      padding-bottom: 10px;
      margin-bottom: 15px;
      text-align: center;
      font-size: 24px;
      display: block;
      font-weight: bold;
      border-bottom: 1px solid #FFF;
      color: #FFF;
    }
    .textArea05List01 li p{
    margin-bottom: 15px;
      font-size: 14px;
      line-height: 1.5em;
      display: block;
      color: #FFF;
    }


/* textArea06
***********************************/
.textArea06{
  padding: 8em 0;
  width: 100%;
  background-color: #FFF;
  background-image: url("../../img/img06.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;

}
  .textArea06Wrap{
    margin: 0 auto;
    width: 1000px;
  }
    .textArea06Wrap > p{
      text-align: center;
      margin-bottom: 50px;
    }
.textArea06List{
  width: 100%;
  font-size: 0;
  display: flex;
  justify-content: space-between;
}
  .textArea06List li{
    padding: 30px;
    display: inline-block;
    background-color: #FAF7ED;
    border: 1px solid #B19662;
  }
  .textArea06List li:nth-child(1){
    width: 415px;
  }
  .textArea06List li:nth-child(2){
    width: 560px;
  }
    .textArea06List li h4{
      margin-bottom: 20px;
      font-size: 24px;
      font-weight: bold;
      color: #B19662;
    }

    .textArea06List li img{
      display: block;
      width: 100%;
      height: auto;
    }
      .textArea06List li p{
        color: #111;
        font-size: 14px;
      }

/* textArea07
***********************************/
.textArea07{
  padding: 8em 0;
  width: 100%;
  background-color: #EEE;
}
  .textArea07Wrap{
    margin: 0 auto;
    width: 1050px;
  }
.textArea07List{
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
  .textArea07List li{
    width: 24%;
    background-color: #FAF7ED;
  }
  .textArea07List li span{
    width: 100%;
    text-align: center;
    font-size: 18px;
    display: block;
    background-color: #B19662;
    color: #FFF;
  }
  .textArea07List li div{
    padding: 20px 20px;
  }
    .textArea07List li div h4{
      margin-bottom: 20px;
      width: 100%;
      text-align: center;
      font-size: 26px;
      font-weight: bold;
      display: block;
      color: #111;
    }
      .textArea07List li div p{
        margin-bottom: 20px;
        font-size: 14px;
        color: #111;
        text-align: left;
      }
      .textArea07List li div a{
        display: block;
        padding: 10px;
        text-align: center;
        font-size: 14px;
        color: #FFF;
        background-color: #B19662;
      }


/* textArea08
***********************************/
.textArea08{
  padding: 8em 0;
  width: 100%;
  background-color: #FFF;
}
  .textArea08Wrap{
    margin: 0 auto;
    width: 1050px;
  }
.textArea08List{
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
  .textArea08List li{
    width: 45%;
    text-align: center;
    font-size: 1.5em;
  }
  .textArea08List li img{
    margin-bottom: 1em;
    display: block;
    width: 100%;
    height: auto;
  }

  /* GW
  ***********************************/
  .logo-slider-section {
    width: 100%;
    background: #fff;
    padding: 30px 0;
    overflow: hidden;
  }

  .logo-slider {
    width: 100%;
    overflow: hidden;
  }

  .logo-track {
    display: flex;
    width: max-content;
    animation: logoScroll 18s linear infinite;
  }

  .logo-set {
    display: flex;
    align-items: center;
    gap: 70px;
    padding-right: 70px;
    flex-shrink: 0;
  }

  .logo-set img {
    height: 58px;
    width: auto;
    max-width: none;
    object-fit: contain;
    display: block;
  }

  @keyframes logoScroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
/* textArea_shien
***********************************/
section.textArea_shien {
	padding: 8em 0;
	width: 100%;
  background-color: #f6f6f6;
}
section.textArea_shien .textArea_shien_Wrap {
	margin: 0 auto;
	width: 1050px;
}
ul.textArea_shien_List{
  width: 90%;
  margin: 0 auto;
  display:-ms-flexbox;/*--- IE10 ---*/
  display:-webkit-flex;/*--- safari（PC）用 ---*/
  display:flex;
  -ms-flex-wrap:wrap;/*--- IE10用 ---*/
  -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
  flex-wrap:wrap;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}
  ul.textArea_shien_List li{
    width: 25%;
    box-sizing: border-box;
    padding: 5px;
  }
  ul.textArea_shien_List li img{
    display: block;
    width: 100%;
  }




/*==================================
イメージ
==================================*/
.img100Area{}
.img100Area img{
  display: block;
  width: 100%;
  height: auto;
}


/*==================================
　ボタン
==================================*/
.btn01Areaa{
  padding: 80px 0 0;
  display: block;
  width: 100%;
  text-align: center;
}
  .btn01Areaa a{
    border: 3px solid #010101;
    font-size: 1.2em;
    font-weight: bold;
    padding: 1em 2em;
    display: inline-block;
    color: #010101;
    border-radius: 35px;
  }
.btn02Areaa{
  padding: 80px 0 0;
  display: block;
  width: 100%;
  text-align: center;
}
  .btn02Areaa a{
    padding: 1em 2em;
    line-height: 1;
    font-weight: bold;
    display: inline-block;
    font-size: 1.1em;
    background-color: #FF6600;
    border-bottom: 3px solid #DD4400;
    border-radius: 10px;
    color: #FFF;
    transition: transform 0.1s,border-bottom 0.1s;
  }
    .btn02Areaa a:hover{
      transform: translateY(3px);
      color: #FFF;
      transition: transform 0.1s;
    }

.btn02{
  padding: 1em;
  line-height: 1;
  width: 100%;
  display: block;
  font-weight: bold;
  font-size: 1.1em;
  background-color: #FF6600;
  border-bottom: 3px solid #DD4400;
  border-radius: 10px;
  color: #FFF;
  transition: transform 0.1s,border-bottom 0.1s;
  text-align: center;
}
  .btn02:hover{
    transform: translateY(3px);
    color: #FFF;
    transition: transform 0.1s;
  }




#pankuzu{
    background-color: #2E2E2E;
}
    #pankuzu ul{
        margin: 0 auto;
        width: 1050px;
        display:-ms-flexbox;/*--- IE10 ---*/
        display:-webkit-flex;/*--- safari（PC）用 ---*/
        display:flex;
        -ms-flex-wrap:wrap;/*--- IE10用 ---*/
        -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
        flex-wrap:wrap;
        -webkit-justify-content: flex-start; /* Safari */
        justify-content:         flex-start;
    }
    #pankuzu ul li{
        position: relative;
    }
    #pankuzu ul li:after{
        content: "";
        height: 0px;
        width: 0px;
        border-top: 18px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 18px solid transparent;
        border-left: 8px solid #2D2D2D;
        position: absolute;
        right: -17px;
        top: 0px;
        z-index: 10;
    }
        #pankuzu ul li:nth-child(2n):after{
            border-left: 8px solid #1D1D1D;
        }

    #pankuzu ul li a,
    #pankuzu ul li span{
        padding: 5px 30px;
        display: block;
        color: #FFF;
    }
    #pankuzu ul li:nth-child(1n) a, #pankuzu ul li:nth-child(1n) span{ background-color: #2D2D2D;}
    #pankuzu ul li:nth-child(2n) a, #pankuzu ul li:nth-child(2n) span{ background-color: #1D1D1D;}

#localContentsTitle{
    background-color: #FFF;
}
    #localContentsTitle #localContentsTitleWrap{
        padding: 20px 100px;
        box-sizing: border-box;
        margin: 0 auto;
        width: 1050px;
        background-image: url(../img/logo_black.svg);
        background-repeat: no-repeat;
        background-size: 70px;
        background-position: left 50%;
    }
    #localContentsTitle #localContentsTitleWrap h2{
        color: #000;
        font-weight: bold;
    }
    #localContentsTitle #localContentsTitleWrap h2 #title{
        margin-right: 10px;
        font-size: 2em;
    }
    #localContentsTitle #localContentsTitleWrap h2 #sub{
        font-size: 1.2em;
    }







/*==================================
    google maps レスポンシブ
==================================*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*==================================
    下層ページ
==================================*/

/****** メインイメージ部分 ******/
#mainImg_local{
    margin: 0 auto;
    /*padding-top: 120px;*/
    /*padding-bottom: 70px;*/
    width: 100%;
    background-color: #000;
    display: block;
    background-image: url("../../img/topimg_ab.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
    #mainImg_local #mainImg_localWrap{
      padding: 7em 0 2em;
      margin: 0 auto;
      width: 1050px;
      display:-ms-flexbox;/*--- IE10 ---*/
      display:-webkit-flex;/*--- safari（PC）用 ---*/
      display:flex;
      -ms-flex-wrap:wrap;/*--- IE10用 ---*/
      -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
      flex-wrap:wrap;
      -webkit-justify-content: space-between; /* Safari */
      justify-content:        space-between;
    }
      #mainImg_local #mainImg_localWrap h2{
          margin-bottom: 1em;
          width: 100%;
          font-size: 2em;
          line-height: 1;
          font-weight: bold;
          color: #FFF;
          display: block;
      }
      #mainImg_local #mainImg_localWrap #mainImgLeft{
        width: 600px;
      }
        #mainImg_local #mainImg_localWrap #mainImgLeft p{
          font-size: 1;
          line-height: 150%;
          color: #FFF;
        }
      #mainImg_local #mainImg_localWrap #mainImgRight{
        padding: 2em;
        width: 350px;
      }

/*==================================
    table
==================================*/
.form_tbl{
  width: 100%;
}
  .form_tbl th,
  .form_tbl td{
    border-collapse: collapse;
    padding: 2em;
    border: 1px solid #AAA;
  }
  .form_tbl th{
    background-color: #F1F1F1;
    width: 30%;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    font-size: 1.2em;
  }
    .form_tbl th span{
      margin-left: 1em;
      padding: 0 1em;
      display: inline-block;
      background-color: #FF3300;
      vertical-align: top;
      font-size: 10px;
      color: #FFF;
      border-radius: 0.5em;
    }
  .form_tbl td{}
  .form_tbl td input[type="text"],
  .form_tbl td textarea{
    font-size: 1.1em;
    padding: 0.5em;
    border: none;
    border: 1px solid #DDD;
    width: 100%;
  }

.sendBtnArea{
  padding: 2em 5em;
  background-color: #FAFAFA;
}
  .sendBtnArea input[type="submit"]{
    padding: 1em;
    line-height: 1;
    width: 200px;
    margin: 0 auto;
    display: block;
    font-weight: bold;
    font-size: 1.3em;
    background-color: #002b8a;
    border: none;
    border-bottom: 3px solid rgba(0, 0, 0, 1);
    border-radius: 10px;
    color: #FFF;
    background-image: url(../../common/img/icon_arr02_right_white.svg);
    background-repeat: no-repeat;
    background-position: 94% 50%;
    background-size: 10px;
    transition: .3s;
  }

/*==================================
    flow sec01
==================================*/
.flow_sec01{
  padding: 4em 0;
  width: 100%;
  background-color: #EEE;
}
.flow_sec01Wrap{
  margin: 0 auto;
  width: 1050px;
}

/****** flowList ******/
.flowList{}
.flowList li{
  margin-bottom: 55px;
  padding: 3em;
  border: 2px solid #333;
  background-color: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.flowList li:last-child{
  margin-bottom: 0;
}
  .flowList li::after{
    content: "";
    width: 20px;
    height: 40px;
    display: block;
    background-image: url('../../common/img/icon_arr02_right_black.svg');
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    position: absolute;
    bottom: -50px;
    left: 50%;
  }
  .flowList li:last-child::after{
    display: none;
  }
.flowList li .s01{
  width: 10%;
}
  .flowList li .s01 p{
    text-align: center;
    line-height: 1em;
  }
  .flowList li .s01 p b{
    display: block;
    font-size: 3em;
    line-height: 1em;
  }
.flowList li .s02{
    width: 50%;
}
  .flowList li .s02 h3{
      font-size: 1.5em;
      margin-bottom: 0.5em;
  }
.flowList li .s03{
    width: 30%;
  }

/*==================================
    flow sec02
==================================*/
.flow_sec02{
  padding: 4em 0;
  width: 100%;
  background-color: #FFF;
}
.flow_sec02Wrap{
  margin: 0 auto;
  width: 1050px;
}

.funcList{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.funcList li{
  width: 49.5%;
  margin-bottom: 0.5em;
  padding: 2em;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.12);
  position: relative;
  border-radius: 10px;
}
.funcList li dl dt{
  font-size: 1.4em;
  margin-bottom: 0.5em;
}
  .funcList li dl dt::before{
    content: "";
    width: 20px;
    height: 1px;
    border: none;
    border-bottom: 5px solid #333;
    position: absolute;
    top: 41px;
    left: 0;
  }
.funcList li dl dd{}

/*==================================
    新着、お知らせ
==================================*/

.infoBox{}
.infoBoxWrap{
  width: 1050px;
  margin: 0 auto 30px;
}
#mainImg_infoBox{
  margin-top: 100px;
}
  #mainImg_infoBoxWrap{
    padding: 3em 0;
    width: 1050px;
    margin: 0 auto;
  }
    #mainImg_infoBoxWrap h1{
      font-size: 3em;
      font-weight: bold;
      line-height: 120%;
    }




/*==================================
    制作の流れ（nagare_box）
==================================*/
ul.nagare_box {
  display:-ms-flexbox;/*--- IE10 ---*/
  display:-webkit-flex;/*--- safari（PC）用 ---*/
  display:flex;
  -ms-flex-wrap:wrap;/*--- IE10用 ---*/
  -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
  flex-wrap:wrap;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:        space-between;
  margin: 0 0 20px;
}
ul.nagare_box li.left_col,
ul.nagare_box li.right_col  {
  width: 43%;
}
ul.nagare_box li.left_col.active,
ul.nagare_box li.right_col.active  {
  border-radius: 90px;
  padding: 20px 30px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-left: 8px solid;
  border-right: 8px solid;
  border-color: #000;
}

ul.nagare_box li.center_col {
  text-align: center;
  width: 14%;
}
ul.nagare_box li.center_col span {
  display: inline-block;
  background-color: #ff0000;
  color: #fff;
  border-radius: 50%;
  padding: 30px 16px;
  font-weight: bold;
}
ul.nagare_box li.left_col span,
ul.nagare_box li.right_col span {
  display: block;
  text-align: center;
  font-size: 110%;
  font-weight: bold;
}



ul.nagare_box.step01 li.active { border-color: #4695eb; }
ul.nagare_box.step01 li.center_col span { background-color: #4695eb; }

ul.nagare_box.step02 li.active { border-color: #65ab5a; }
ul.nagare_box.step02 li.center_col span { background-color: #65ab5a; }

ul.nagare_box.step03 li.active { border-color: #f5c144; }
ul.nagare_box.step03 li.center_col span { background-color: #f5c144; }

ul.nagare_box.step04 li.active { border-color: #ed6338; }
ul.nagare_box.step04 li.center_col span { background-color: #ed6338; }

ul.nagare_box.step05 li.active { border-color: #c6a85b; }
ul.nagare_box.step05 li.center_col span { background-color: #c6a85b; }

ul.nagare_box.step06 li.active { border-color: #d63863; }
ul.nagare_box.step06 li.center_col span { background-color: #d63863; }

ul.nagare_box.step07 li.active { border-color: #8f34a9; }
ul.nagare_box.step07 li.center_col span { background-color: #8f34a9; }



/*==================================
    table class="th_001
==================================*/
table.table_001 {
  width: 100%;
  /*table-layout: fixed;*/
  font-size: 13px;
  margin: 0 0 30px;
}
table.table_001 th,
table.table_001 td {
  padding: 20px 10px;
  text-align: center;
  border: 1px solid #999;
  vertical-align: middle;
}
table.table_001 th {
  background-color: #eee;
  font-weight: bold;
}
/*table.table_001 tr:nth-child(2n+1) {
  background-color: #fbfbfb;
}*/

/*table.table_001 th.th_top00 {
  background-color: #ddd;
  color: #fff;
}*/
/*table.table_001 th.th_top01 {
  background-color: #4695eb;
  color: #fff;
}
table.table_001 th.th_top02 {
  background-color: #f5c144;
  color: #fff;
}*/

table.table_001 th.th_top {
  background-color: #ddd;
}

.price_bottom_text {
  text-align: center;
}



.pricebox_sp {
  display: none;
}

.tab02-group{
    display: flex;
    justify-content: space-between;
}
  .tab02-group li{
    width: 33%;
    padding:1em;
    background-color: #ccc;
    color: #fff;
    text-align: center;
    cursor:pointer;
    display: block;
    border-radius: 0.5em 0.5em 0 0;
    font-weight: bold;
    font-size: 1.2em;
  }


  .panel02-group{
    /*padding: 2em;*/
    /*background-color: #22201f;*/
    color: #fff;
    border-top:none;
  }
  .panel02{
      display:none;
  }
  .tab02.is-active{
      background:#22201f;
      transition: all 0.2s ease-out;
  }
  .panel02.is-show{
      display:block;
  }





/*==================================
    プライバシーポリシー
==================================*/
.privacyTitle {
  font-size: 130%;
  font-weight: bold;
  margin: 25px 0 10px;
}

/*==================================
    お問い合わせ
==================================*/
.contact_box {
  padding: 20px;
}
.contact_box article {
  margin: 150px auto 100px;
  max-width: 800px;
}
.table_001 .hissu {
  background-color: #cf448d;
  color: #fff;
  margin-left: 10px;
  padding: 3px 10px;
  border-radius: 30px;
  font-size: 11px;
}
.wpcf7-form-control.has-spinner.wpcf7-submit {
  background-color: #c6a85b;
  width: 100px;
  border: none;
  padding: 20px;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
}





/*==================================
    トップページ　WORKS 動画制作の実績  修正CSS
==================================*/

.sec_work02 {
	padding: 8em 0;
	width: 100%;
}
.sec_work02Wrap {
	margin: 0 auto;
	width: 1050px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec_work02Wrap .list_sec_work02 {
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec_work02Wrap .list_sec_work02 > li {
	/* margin: 0 auto; */
	width: 31%;
	background-color: #000;
	margin: 0 0 33px;
	padding: 10px 10px 0px;
}
.youtube_box_inner {
  width: 100%;
}
.youtube_box_inner h3 {
  color: #fff;
  border-bottom: 1px solid #fff;
  margin: 0 0 10px;
}
