@charset "UTF-8";

/* 必須指定 */
#contWrap {
	margin: 0 auto;
	max-width: 1200px;
    /*min-width: 1020px;*/
}
@media screen and (max-width: 750px)  {
	#contWrap {
		width: 100%;
        max-width: 100%;
        min-width: 100%;
	}
}
/*共通
-------------------------------*/
#contWrap h2{
    color:#006934;
    font-weight: 900;
}
#contWrap h3,#contWrap h4,#contWrap p{
    color: #595757;
}
#contWrap a:hover{
    text-decoration: none;
}
/*黄緑色のボタン*/
#contWrap .btn01{
    background-color: #80af1f;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
}
#contWrap .btn01 a{
    color: #FFF;
    text-decoration: none; 
    position: relative;
    display: block;
}
#contWrap .btn01 a::after{
    content:"";
    position: absolute;
    top:55%;
    right: 10px;
    width: 3px;
    height: 3px;
    margin: -4px 0 0 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*深緑色のボタン*/
#contWrap .btn02{
    background-color: #006934;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
}
#contWrap .btn02 a{
    color: #FFF;
    text-decoration: none; 
    position: relative;
    display: block;
}
#contWrap .btn02 a::after{
    content:"";
    position: absolute;
    top:55%;
    right: 10px;;
    width: 3px;
    height: 3px;
    margin: -4px 0 0 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*深緑色の右上メニュー*/
#contWrap .bannerNav{
    position: absolute;
    top: 0;
    right: 0;
    list-style: none;
    height: 56px;
    display: flex;
    margin:0;
    padding: 0;
    text-align: center; 
    background-color:#006934; 
}
#contWrap .bannerNav li:hover {
  filter:alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}
#contWrap .bannerNav li:nth-child(1){
    width:60px;
}
#contWrap .bannerNav li:nth-child(2){
    width:130px;
}
#contWrap .bannerNav li:nth-child(3){
    width:150px;
}
#contWrap .bannerNav li:nth-child(4){
    width:170px;
}
#contWrap .bannerNav li:nth-child(5){
    width:96px;
}
#contWrap .bannerNav li:not(:last-child){
    border-right: solid 1px #FFF;
}
#contWrap .bannerNav li a{
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: none;
    line-height: 60px;
    display: block;
}
#contWrap .bannerNav li a i{
    line-height: 60px;
}
@media screen and (max-width: 750px){
    #contWrap .bannerNav{
        position:static;
        top: 0;
        right: 0;
        list-style: none;
        height: 56px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin:0;
        padding: 0 1%;
        background-color:transparent;
    }
    #contWrap .bannerNav li{
        background-color: #006934;
        margin: 6px auto 0px auto;
        height: 48px;
    }
    #contWrap .bannerNav li:nth-child(1){
        width:calc(50% - 5px);
    }
    #contWrap .bannerNav li:nth-child(2){
        width:calc(50% - 5px);
    }
    #contWrap .bannerNav li:nth-child(3){
        width:calc(50% - 5px);
    }
    #contWrap .bannerNav li:nth-child(4){
        width:calc(50% - 5px);
    }
    #contWrap .bannerNav li:not(:last-child){
        border-right: none;
    }
    #contWrap .bannerNav li a{
        font-size: 14px;
        line-height: 51px;
        font-weight: 600;
        position: relative;
    }
    #contWrap .bannerNav li a::before{
        content:"";
        position: absolute;
        top:55%;
        right: 10px;
        width: 3px;
        height: 3px;
        margin: -4px 0 0 0;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
/*各ページトップの部分*/
#contWrap .bannerTop{
    background-color: rgba(247, 247, 215, 1);
    background-image: repeating-linear-gradient(140deg, transparent, transparent 9px, rgba(221, 233, 180, 1) 9px, rgba(221, 233, 180, 1) 13px );
    position: relative;
    height: 226px;
    width:100%;
}
#contWrap .bannerTop h2{
    padding: 66px 0 0 84px;
    font-size: 40px;
    margin-bottom: 0;
    font-weight: 900;
}
#contWrap .bannerTop p{
    padding: 0 0 0 84px;
    margin-top: 10px;
    font-size: 20px;
    font-weight:600; 
}
@media screen and (max-width: 750px){
    #contWrap .bannerTop{
        background-color: rgba(247, 247, 215, 1);
        background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(221, 233, 180, 1) 5px, rgba(221, 233, 180, 1) 8px );
        position: relative;
        height: auto;
        padding-bottom: 10px;
        width:100%;
    }
    #contWrap .bannerTop h2{
        padding:0px;
        font-size: 24px;
        margin: 65px 0 0 2%;
        font-weight: 900;
    }
    #contWrap .bannerTop p{
        padding: 0 2% 0 2%;
        margin-top: 0;
        font-size: 14px;
    }
}
/*@media screen and (max-width: 368px){
    #contWrap .bannerTop{
        height: 234px;
    }
}*/
/*各ページ上のページ内リンクボタン*/
#contWrap .pageLink-btn{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 0 130px 0;
    padding: 0;
}
#contWrap .pageLink-btn>li{
    background-color: #80af1f;
    list-style: none;
    width:32.113821138211385%;
    text-align: center;
    height: 40px;
    position: relative;
}
#contWrap .pageLink-btn>li a{
    text-decoration: none;
    color: #FFF;
    font-weight: 600;
    display: block;
    margin: 8px;
}
#contWrap .pageLink-btn>li a::after{
    content:"";
    position: absolute;
    top:55%;
    right: 10px;
    width: 3px;
    height: 3px;
    margin: -4px 0 0 0;
    border-right: solid 2px #FFF;
    border-bottom: solid 2px #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and (max-width: 750px) {
    #contWrap .pageLink-btn{
        display: block;
    }
    #contWrap .pageLink-btn>li{
        width:100%;
    }
    #contWrap .pageLink-btn>li a{
        line-height: 38px;
    }
}
/*h3に＼ ／で装飾*/
#contWrap .h3border{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin: 20px auto;
}
#contWrap .h3border>span{
    font-size: 26px;
    position: relative;
    margin: 0 30px;
    font-weight: 600;
}
#contWrap .h3border>span::before{
    content:"";
    position: absolute;
    border-top: solid 4px #80af1f;
    width: 20px;
    transform: rotate(45deg);
    left:-30px;
    top:10px;
}
#contWrap .h3border>span::after{
    content:"";
    position: absolute;
    border-top: solid 4px #80af1f;
    width: 20px;
    transform: rotate(-45deg);
    right: -30px;
    top: 10px;
}
@media screen and (max-width: 750px) {
    #contWrap .h3border{
        font-size: 18px;
    }
}
/*各ページ下の各種サポート部分*/
#contWrap .support-link{
    width:100%;
    margin:  0 auto;
    background-color: #eff0f0;
    padding: 10px 0;
}
#contWrap .support-link >div{
    width:91.66666666666666%;
    margin: 0 auto;
    position: relative;
}
#contWrap .support-link-page>h3{
    margin-top: 0px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
#contWrap .support-link-page>ul{
    width:100%;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}
#contWrap .support-link-page>ul>li{
    width:18.181818181818183%;
    height: 40px;
    background-color: #FFF;
    border: solid 1px #727171;
    margin-left: 6.090909090909091%;
    margin-bottom: 50px;
    position: relative;
}
#contWrap .support-link-page>ul>li::before{
    content: url("../images/support-figure01.png");
    position: absolute;
    top:-14px;
    left: -50px;
}
#contWrap .support-link-page>ul>li:nth-child(2)::before{
    content: url("../images/support-figure02.png");
}
#contWrap .support-link-page>ul>li:nth-child(3)::before{
    content: url("../images/support-figure03.png");
}
#contWrap .support-link-page>ul>li:nth-child(4)::before{
    content: url("../images/support-figure04.png");
}
#contWrap .support-link-page>ul>li:nth-child(5)::before{
    content: url("../images/support-figure05.png");
}
#contWrap .support-link-page>ul>li:nth-child(6)::before{
    content: url("../images/support-figure06.png");
}
#contWrap .support-link-page>ul>li:nth-child(7)::before{
    content: url("../images/support-figure07.png");
}
#contWrap .support-link-page>ul>li>a{
    color:#727171;
    text-decoration: none;
    padding-left: 26px;
    line-height: 37px;
    font-size: 14px;
    display: block;
    position: relative;
}
@media screen and (max-width:1180px)  {
    #contWrap .support-link-page>ul>li>a{
        font-size: 12px;
    }
}
#contWrap .support-link-page>ul>li>a::before{
    content:"";
    position: absolute;
    top:20px;
    right: 6px;
    width: 3px;
    height: 3px;
    margin: -4px 0 0 0;
    border-top: solid 2px #727171;
    border-right: solid 2px #727171;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and (max-width: 750px){
    #contWrap .support-link{
        width:100%;
        margin:  0 auto;
        background-color: #eff0f0;
        padding: 10px 0;
    }
    #contWrap .support-link >div{
        width:91.66666666666666%;
        margin: 0 auto;
        position: relative;
    }
    #contWrap .support-link-page>h3{
        margin-top: 0px;
        margin-bottom: 20px;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
    }
    #contWrap .support-link-page>ul{
        width:100%;
        margin: 40px auto;
        display: inline;
        list-style: none;
        padding: 0;
    }
    #contWrap .support-link-page>ul>li{
        width: 100%;
        height: 50px;
        background-color: #FFF;
        border: solid 1px #727171;
        margin: 8px 0;
        position: relative;
    }
    #contWrap .support-link-page>ul>li::before{
        position: absolute;
        top: 4px;
        left: 2%;
        content: '';
        display: inline-block;
        width: 40px;
        height: 40px;
        background-image: url(../images/support-figure01.png);
        background-size: contain;
        vertical-align: middle;
    }
    #contWrap .support-link-page>ul>li:nth-child(2)::before{
        background-image: url(../images/support-figure02.png);
        content: '';
    }
    #contWrap .support-link-page>ul>li:nth-child(3)::before{
        background-image: url(../images/support-figure03.png);
        content: '';
    }
    #contWrap .support-link-page>ul>li:nth-child(4)::before{
        background-image: url(../images/support-figure04.png);
        content: '';
    }
    #contWrap .support-link-page>ul>li:nth-child(5)::before{
        background-image: url(../images/support-figure05.png);
        content: '';
    }
    #contWrap .support-link-page>ul>li:nth-child(6)::before{
        background-image: url(../images/support-figure06.png);
        content: '';
    }
    #contWrap .support-link-page>ul>li:nth-child(7)::before{
        background-image: url(../images/support-figure07.png);
        content: '';
    }
    #contWrap .support-link-page>ul>li>a{
         color: #595757;
        text-decoration: none;
        padding-left: 20%;
        line-height: 47px;
        font-size: 14px;
        display: block;
        position: relative;
    }
    #contWrap .support-link-page>ul>li>a::before{
        top:26px;
    }
}
/*TOPへもどる*/
#contWrap .pageTop{
    text-align: right;
    border-bottom: 2px dotted #313333;
    width: 196px;
    position: absolute;
    right: 40px;
}
#contWrap .pageTop>a{
    text-decoration: none;
    color:#313333;
}
#contWrap .pageTop>a::after{
    content:"";
    position: absolute;
    top:50%;
    right: -10px;
    width: 3px;
    height: 3px;
    margin: -4px 0 0 0;
    border-top: solid 2px #313333;
    border-left: solid 2px #313333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*TOPへもどる--サポート*/
#contWrap  .support-link>div>p{
    bottom:-10px;
}
/*TOP-トップイメージ
-------------------------------*/
#mainImg > div {
    width:100%;
    background-size: auto auto;
    background-color: rgba(247, 247, 215, 1);
    background-image: repeating-linear-gradient(140deg, transparent, transparent 9px, rgba(221, 233, 180, 1) 9px, rgba(221, 233, 180, 1) 13px );
    position: relative;
    height: 440px;
}
@media screen and (max-width: 1160px) {
    #mainImg > div {
    height: 380px;
}
}
#bn_copy{
    width: 96.66666666666667%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#mainImg .mainLeft {
    width: 45.83333333333333%;
    margin: 0 auto;
    background-image: url("../images/top-img02.png");
    background-repeat: no-repeat;
    background-position:100% 30px;
    background-size: 35%;
}
#mainImg .mainLeft h2{
    margin-top: 80px;
    margin-bottom: 30px;
    font-size: 70px;
    font-weight: 900;
    line-height: 90px;
}
#mainImg .mainLeft p{
    background-color: #638eac;
    width: 100%;
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin: 14px 0;
}
/*広瀬追記*/
@media screen and (max-width: 1160px) {
 #mainImg .mainLeft {
      width: 45.83333333333333%;
      margin: 0 auto;
      background-image: url("../images/top-img02.png");
      background-repeat: no-repeat;
    background-position: 93% 59px;
    background-size: 28%;
  }
#mainImg  .mainLeft h2{
      margin-top: 80px;
      margin-bottom: 30px;
      font-size: 60px;
      font-weight: 900;
      line-height: 70px;
  }
 #mainImg .mainLeft p{
      background-color: #638eac;
      width: 90%;
      color: #fff;
      font-size: 24px;
      text-align: center;
      margin: 14px 0;
  }
}
#mainImg .mainRight{
    width: 49.166666666666664%;
    margin: 0 auto;
}
#mainImg .mainRight img{
    display: block;
    margin-top: 60px;
    width:100%;
}
@media screen and (max-width: 750px) {
    #mainImg > div {
        height: 500px;
    }
    #bn_copy{
        display: block;
    }
    #mainImg .mainLeft {
        width:100%;
        background-size: 30%;
        background-position: 100% 7px;
    }
    #mainImg .mainLeft h2{
        font-size: 40px;
        line-height: 50px;
        margin: 0 auto;
        padding-top: 10px;
    }
    #mainImg .mainLeft p{
        font-size: 18px;
        width: 100%;
        margin: 4px 0;
    }
    #mainImg .mainRight{
        width: 90%;
        display: block;
    }
    #mainImg .mainRight img{

    }
}
/*TOP-バナースタンドには３種の形状・特徴があります
-------------------------------*/
#banner-type>div{
    width:92.66666666666667%;
    margin:70px auto 150px auto;
    position: relative;
}
#banner-type>div>div{
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#banner-type>div>div>div{
    width: 32.90909090909091%;
}
#banner-type h3{
    font-weight: 600;
    margin: 16px 0;
    font-size: 20px;
}
#banner-type h4{
    color: #80af1f;
    text-align: center;
    font-size: 20px;
    letter-spacing: 5px;
    position: relative;
    font-weight: 600;
    margin: 40px 0;
}
#banner-type h4::after{
    content: "";
    border-bottom: solid 3px #80af1f;
    width:80px;
    position: absolute;
    top:42px;
    left:38%;
}
#banner-type .bannerType{
    border: solid 1px  #80af1f;
    margin-top: 20px;
}
#banner-type .bannerType >div>img{
    width:100%;;
}
#banner-type .bannerType p{
    color: #dd5513;
    font-weight: 600;
    margin: 20px 0 0 20px;
    font-size: 16px;
}
#banner-type .bannerType .btn01{
    margin: 20px;
}
#banner-type .bannerType ul{
    list-style: none;
    margin:10px 0 20px 20px;
    padding: 0;
}
#banner-type .bannerType li{
    color: #4d4d4d;
    font-weight: 600;
    font-size: 16px;
}
#banner-type .bannerType li::before{
    content:"\f14a";
    font-family:'Font Awesome 5 Free';
    margin-right: 10px;
    color: #006934;
}
#banner-type >div>p{
    position: absolute;
    font-size: 16px;
    border-bottom: dotted 2px #595757;
    text-align: right;
    width:384px;
    right: 10px;
    margin-top: 30px;
}
#banner-type >div>p>a{
    text-decoration: none;
    display: inline-block;
}
#banner-type >div>p>a::after{
    content:"";
    position: absolute;
    top:55%;
    width: 3px;
    height: 3px;
    margin: -4px 0 0 10px;
    border-top: solid 2px #595757;
    border-right: solid 2px #595757;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and (max-width: 750px) {
    #banner-type>div{
        margin: 30px auto 72px auto;
    }
    #banner-type>div>div{
        display: block;
    }
    #banner-type>div>div>div{
        width: 100%;
    }
    #banner-type >div>p{
        font-size: 14px;
        width: 191px;
        text-align: left;
        margin: 10px auto;
    }
    #banner-type >div>p>a::after{
        margin: -4px 0 0 40px;
    }
}
/*TOP-シチュエーション（使用例
-------------------------------*/
#banner-situation>div{
    width:100%;
    background-color: #eff0f0;
    margin: 80 auto 0 auto;
}
#banner-situation>div>div{
    width: 91.66666666666666%;
    margin: 0 auto;
    padding:80px 0;
    display: flex;
    justify-content: space-between;
}
#situationLeft{
    width:35.833333333333336%;
    margin-top: 90px;
}
#situationLeft h3{
    color:#595757;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}
#situationLeft .textBox{
    font-size:16px;
    line-height: 30px;
    margin-bottom: 20px;
}
#situationRight{
    width:58.333333333333336%;
    position: relative;
    overflow: hidden;
    height: 460px;
}
#situationRight img{
    position: relative;
    top:50%;
    left:50%;
    transform: translate3d(-50%,-50%,0)
}
@media screen and (max-width: 750px) {
    #banner-situation>div>div{
        display: block;
        padding:  10px 0;
    }
    #situationLeft{
        width: 100%;
        margin: 30px auto;
    }
    #situationLeft .textBox{
        margin: 20px auto;
    }
    #situationLeft h3{
        margin-bottom: 32px;
    }
    #situationRight{
        height: 100%;
        width: 100%;
    }
}
/*TOP-サインシティが選ばれる理由
-------------------------------*/
#reason>div{
    width:100%;
    margin: 0 auto;
    padding: 30px 0;
    background-image: url("../images/top-img07.png");
    background-size: cover;
    background-position: center;
}
#reason>div>h3{
    color: #FFF;
    font-size: 24px;
    text-align: center;
    margin: 10px auto 30px auto;
    font-weight: 600;
}
#reasonTop{
    width:72.5%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/*広瀬追記*/
#reasonTop > div:nth-child(1) {
  background-image: url("../images/top-num1.png");
  background-repeat: no-repeat;
  background-size: 36%;
  background-position: left -24px bottom -8px;
}
#reasonTop > div:nth-child(2) {
  background-image: url("../images/top-num2.png");
  background-repeat: no-repeat;
  background-size: 36%;
  background-position: left -16px bottom -8px;
}
#reasonTop > div:nth-child(3) {
  background-image: url("../images/top-num3.png");
  background-repeat: no-repeat;
  background-size: 36%;
  background-position: left -18px bottom -8px;
}
#reasonBottom{
    width:46%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/*広瀬追記*/
#reasonBottom > div:nth-child(1) {
  background-image: url("../images/top-num4.png");
  background-repeat: no-repeat;
  background-size: 36%;
  background-position: left -20px bottom -8px;
}
#reasonBottom > div:nth-child(2) {
  background-image: url("../images/top-num5.png");
  background-repeat: no-repeat;
  background-size: 36%;
  background-position: left -16px bottom -8px;
}
@media screen and (max-width: 1160px) {
  #reasonBottom{
    width:48%;
  }
}
#reason>div>div>div{
    border: solid 2px #80af1f;
    background-color: #FFF;
    width:236px;
    height: 236px;
    border-radius: 30px;
    margin-bottom: 30px;
    text-align: center;
}
#reason>div>div>div>h4{
    color: #595757;
    font-size: 24px;
    line-height: 36px;
    margin: 16px auto 0px auto;
    width:65%;
}
#reason>div>div>div>h4 span{
    color: #80af1f;
    font-size: 30px;
    border-bottom: dotted 2px #80af1f;
    display: block;
    padding-bottom: 10px;
}
#reason>div>div>div>p{
    font-size: 16px;
    margin-bottom: 10px;
}
#reason>div>div>div>p span{
    color: #d4304e;
    font-weight: 600;
}
#reasonLast img{
    margin-top: 30px;
}
#reason>div>.btn01{
    width:40.666666666666664%;
    margin: 0 auto;
}

@media screen and (max-width: 750px) {
    #reasonTop{
        display: block;
        width: 100%;
    }
    #reasonTop > div:nth-child(1) {
        margin:  0 auto 30px auto;
    }
    #reasonTop > div:nth-child(2) {
        margin:  0 auto 30px auto;
    }
    #reasonTop > div:nth-child(3) {
        margin:  0 auto 30px auto;
    }
    #reasonBottom{
        display: block;
        width: 100%;
    }
    #reasonBottom > div:nth-child(1) {
        margin:  0 auto 30px auto;
    }
    #reasonBottom > div:nth-child(2) {
        margin:  0 auto 30px auto;
    }
    #reason>div>.btn01{
        width:90%;
    }
}
/*TOP-各種サポート
-------------------------------*/
#contWrap .support>div{
    width:100%;
    background-color: #eff0f0;
    margin:0 auto;
    padding: 50px 0px;
    text-align: center;
}
#contWrap .support>div>h3{
    font-size: 24px;
    font-weight: 600;
    margin-top: 50px;
}
#contWrap .support>div>div{
    margin: 50px auto 0px auto;
    display: flex;
    flex-wrap: wrap;
    max-width: 1025px;
    width:85.41666666666666%;
    position: relative;
}
#contWrap .support>div>div>div{
    width:23.804878048780488%;
    margin-right: 1%;
    background-color: #FFF;
    margin-bottom: 20px;
    border: solid 2px #80af1f;
    border-radius: 30px;
    text-align: center;
    position: relative;
}
#contWrap .support>div>div>div>a {
  padding: 46px 0 0 0;
  display: block;
    height: 202px;
  text-align: center;
  color: #727171;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}
#contWrap .support>div>div>div:hover {
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
#contWrap .support>div>div>div:nth-of-type(4){
    margin-right: 0;
}
#contWrap .support>div>div>div img{
    margin: 0 auto 20px auto;
    width:50%;
    display: block;
}
/*広瀬追記*/
@media screen and (max-width: 1160px) {
  #contWrap .support>div>div>div{
    width: 30%;
    margin-right: 2%;
    }
  #contWrap .support>div>div>div:nth-of-type(4){
    margin-right: 0;
    }
  #contWrap .support>div>div>div:nth-of-type(4){
    margin-right: 2%;
    }
  #contWrap .support>div>div>div:nth-of-type(3){
    margin-right: 0;
    }
}
@media screen and (max-width: 750px) {
    #contWrap .support>div{
        padding: 1px 0 30px 0;
    }
    #contWrap .support>div>p{
        width:96%;
        margin-top: 10px;
    }
    #contWrap .support>div>div{
        display: block;
        width: 92%;
    }
    #contWrap .support>div>div>div{
        width:100%;
        border-radius: 10px;
        position: relative;
    }
    #contWrap .support>div>div>div::after{
        content: "";
        position: absolute;
        top: 56%;
        left: 94%;
        width: 3px;
        height: 3px;
        margin: -4px 0 0 0;
        border-top: solid 2px #727171;
        border-right: solid 2px #727171;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #contWrap .support>div>div>div>a {
        height: 70px;
        position: relative;
    }
    #contWrap .support>div>div>div>a>p{
        position: absolute;
        top: 22px;
        left: 90px;
    }
    #contWrap .support>div>div>div img{
        width: 20%;
        position: absolute;
        top: 7px;
        left: 10px;
    }
}
/*01-shape
-------------------------------*/
#banner-shape{
    width: 100%;
    background-color: #eff0f0;
    padding: 20px 0;
}
#banner-shape>div{
    width: 82%;
    margin: 0 auto;
}
#banner-shape h2{
    color:#595757;
}
#banner-shape>div>div{
    width: 100%;
    border: solid 1px #595757;
    background-color: #FFF;
    margin: -100px auto 130px auto;
  padding-top: 50px;
}
#banner-shape>div>div:last-of-type{
    margin-bottom: 50px;
}
#banner-shape>div>div h3{
    font-size: 24px;
    font-weight: 600;
    margin-top: 0;
    margin-left: 20px;
}
#banner-shape>div>div h3 span{
    background-color: #006934;
    color: #FFF;
    padding: 4px 20px 1px 20px;
    line-height: 80px;
}
#banner-shape>div>div>div>div>p{
    margin-left: 20px;
    width: 70%;
    font-size: 16px;
}
#banner-shape>div>div>div:first-of-type{
    width:100%;
    display: flex;
}
#banner-shape>div>div>div>div:last-of-type{
    margin-top: 20px;
}
#banner-shape>div>div>div h4{
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0 0 20px;
}
#banner-shape>div>div>div>p{
    margin: 10px 0 30px  0 ;
    padding-left: 46px;
    font-size: 16px;
}
#banner-shape>div>div>div h4::before{
    content: "■";
    color: #006934;
}
#banner-shape>div>div>div>img{
    width:100%;
}
#banner-shape>div>div>.btn01{
    margin: 0 auto 20px auto;
    width:30%;
}
@media screen and (max-width: 750px) {
    #banner-shape>div{
        width:91.66666666666666%;
    }
    #banner-shape>div>div{
        margin: -113px auto 130px auto;
        padding-top: 43px;
    }
    #banner-shape>div>div:last-of-type{
        margin-bottom: 10px;
    }
    #banner-shape>div>div h3{
        text-align: center;
        margin-left: 0;
    }
    #banner-shape>div>div h3 span{
        font-size: 16px;
        background-color: transparent;
        color: #006934;
        line-height: 20px;
        padding: 0px;
    }
    #banner-shape>div>div>div>div>img{
        margin: 18px auto;
    }
    #banner-shape>div>div>div>div>p{
        width:96%;
        margin: 0 auto;
    }
    #banner-shape>div>div>div h4{
        font-size: 18px;
        margin-left: 2%;
        margin-top: 30px;
    }
    #banner-shape>div>div>div>p{
        padding-left: 0;
        width: 96%;
        margin: 0 auto;
    }
    #banner-shape>div>div>.btn01{
        width:90%;
        margin-top: 16px;
    }
}
/*02-rollup,03-hatome,04tencho　3つのポイント
------------------------------------------*/
#contWrap .banner-point{
    width:100%;
    margin: 0 auto;
    background-color: #eff0f0;
}
#contWrap .banner-point h3{
    color: #FFF;
    font-size: 20px;
    background-color: #006934;
    display: inline-block;
    padding: 4px 20px;
    margin-top: 40px;
    margin-bottom: 30px;
}
#contWrap .banner-point h3 span{
    font-size: 26px;
}
#contWrap .banner-point>div{
    width:91.66666666666666%;
    margin: 0 auto;
}
#contWrap .banner-point p{
    margin-bottom: 30px;
}
#contWrap .banner-point-wrap{
    background-color: #FFF;
    border: solid 1px #80af1f;
    margin-bottom: 30px;
}
#contWrap .banner-point-wrap:last-child{
    margin-bottom: 0;
}
#contWrap .banner-point-wrap h4{
    margin:20px 0 20px 20px;
    color: #006934;
    font-size: 24px;
    font-weight: 600;
}
#contWrap .banner-point-wrap h4 span{
    font-size: 28px;
}
#contWrap .banner-point-wrap01 p{
    margin-left: 20px;
    width:70%;
    font-size: 16px;
}
#contWrap .banner-step{
    width: 96.36363636363636%;
    margin: -120px  auto 0 auto;
    display: flex;
    justify-content: space-between;
}
#contWrap .banner-step div:not(:last-of-type){
    margin-top: 166px;
    width: 24.03846153846154%;
}
#contWrap .banner-step div:last-of-type{
    margin-top: 16px;
    width: 24.03846153846154%;
}
#contWrap .banner-step div>img{
    border: solid 1px #595757;
    width:100%;
}
#contWrap .banner-step div:last-of-type img{
    border: none;
}
#contWrap .banner-step p{
    font-size: 14px;
    margin-left: 0px;
    margin-top: 6px;
    color: #595757;
}
#contWrap .banner-point-wrap02{
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
}
#contWrap .banner-point-wrap02 div:first-child{
    width:70%;
}
#contWrap .banner-point-wrap02 div:last-child{
    width:30%;
    margin: 10px;
}
#contWrap .banner-point-wrap02 div:last-child img{
    width:100%;
}
#contWrap .banner-point-wrap02 p{
    margin-left: 20px;
}
@media screen and (max-width: 750px) {
    #contWrap .banner-point h3{
        color: #006934;
        background-color: transparent;
        font-weight: 600;
        margin: 10px auto;
        padding: 0;
        text-align: center;
        display: block;
        font-size: 18px;
    }
    #contWrap .banner-point>div{
        padding-top: 10px;
        width: 100%;
    }
    #contWrap .banner-point-wrap{
        border: none;
    }
    #contWrap .banner-point-wrap h4{
        margin: 0 auto 10px auto;
        font-size: 18px;
        background-color: #006934;
        color: #FFF;
        text-align: center;
        font-weight: normal;
    }
    #contWrap .banner-point-wrap h4 span{
        font-size: 18px;
        font-weight: normal;
    }
    #contWrap .banner-point-wrap01 p{
        width:91.66666666666666%;
        margin: 20px auto;
    }
    #contWrap .banner-point-wrap01 p::before{
        content: "■";
        color: #006934;
    }
    #contWrap .banner-step{
        margin: 0 auto;
        flex-wrap: wrap;
    }
    #contWrap .banner-step div:not(:last-of-type){
        margin-top: 0;
        width: 49%
    }
    #contWrap .banner-step div:last-of-type{
        margin-top:  0;
        width: 49%;
    }
    #contWrap .banner-point-wrap02{
        display: block;
        background-color: #FFF;
    }
    #contWrap .banner-point-wrap02 div:first-child{
        width: 100%;
    }
    #contWrap .banner-point-wrap02 div:last-child{
        width: 100%;
        margin: 0;
    }
    #contWrap .banner-point-wrap02 p{
        width: 91.66666666666666%;
        margin: 20px auto;
    }
    #contWrap .banner-point-wrap02 p::before{
        content: "■";
        color: #006934;
    }
}
/*02-rollup,03-hatome,04tencho　製作方法
------------------------------------------*/
#contWrap .banner-production{
    width:100%;
    margin: 0 auto;
    background-color: #eff0f0;
    padding-bottom: 30px
}
#contWrap .banner-production>div{
    width:91.66666666666666%;
    margin: 0 auto;
}
#contWrap .banner-production h3{
    color: #FFF;
    font-size: 20px;
    background-color: #006934;
    display: inline-block;
    padding: 4px 20px;
    margin: 40px 0 20px 0;
}
#contWrap .banner-production-flex{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width:100%;
}
#contWrap .banner-production>div>div>div{
    width:22.363636363636363%;
}
#contWrap .banner-production img{
    border: solid 1px #595757;
    width:100%;
}
#contWrap .banner-production-flex div p{
    font-size: 14px;
    margin-left: 0px;
    margin-top: 6px;
    color: #595757;
}
#contWrap .banner-production-advice h4{
    color:#df0012;
    font-size: 16px;
    margin-top: 20px;
    font-weight: 600;
}
#contWrap .banner-production-advice ul{
    margin: 4px 0 40px 0;
}
#contWrap .banner-production-advice li{
    color:#df0012;
    font-size: 14px;
    list-style-type: disc;
    margin-left: 20px;
}
#contWrap .banner-production .btn01{
    width:30%;
    margin: 0 auto;
}
#contWrap .tencho-banner-step{
    width: 100%;
    margin: 0px  auto;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
#contWrap .tencho-banner-step div{
    margin-top: -70px;
}
#contWrap .tencho-banner-step div:not(:last-of-type){
    margin-top: 30px;
}
#contWrap .tencho-banner-step div:last-of-type img{
    border: none;
}
@media screen and (max-width: 750px) {
    #contWrap .banner-production h3{
        color: #006934;
        background-color: transparent;
        font-weight: 600;
        margin: 10px auto;
        padding: 20px 0 10px 0;
        text-align: center;
        display: block;
        font-size: 18px;
    }
    #contWrap .banner-production-flex{
        flex-wrap: wrap;
    }
    #contWrap .tencho-banner-step div:not(:last-of-type){
        margin-top: 0;
    }
    #contWrap .banner-production>div>div>div{
        width: 48%;
        margin-bottom: 14px;
    }
    #contWrap .banner-production .btn01{
        width: 100%;
    }
    #contWrap .tencho-banner-step{
        flex-wrap: wrap;
    }
    #contWrap .tencho-banner-step div{
        margin-top: 0;
        width: 49%;
    }
}
/*02-rollup,03-hatome,04tencho　商品リスト
------------------------------------------*/
#contWrap .product-list h3{
    background-color: #006934;
    color: #FFF;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
}
#contWrap .product-list >div>.btn01{
    width:30%;
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    #contWrap .product-list >div>.btn01{
        width:94%;
    }
}
/*02-rollup,03-hatome,04tencho　商品リスト
------------------------------------------*/
#contWrap .product-list h3{
    background-color: #006934;
    color: #FFF;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
}
/*02-rollup,03-hatome,04tencho　FAQ
------------------------------------------*/
#contWrap .banner-faq{
    width:100%;
    margin: 20px auto 0 auto;
    background-color: #eff0f0;
    padding: 10px 0;
}
#contWrap .banner-faq a{
    text-decoration: underline;
    color: #6DB3E4;
}
#contWrap .banner-faq>div{
    width:91.66666666666666%;
    margin: 0 auto;
}
#contWrap .banner-faq>div>h3{
    border-bottom: solid 2px #80af1f;
    font-weight: 600;
    font-size: 20px;
    margin: 18px 0;
}
#contWrap .banner-faq>div>dl{
    background-color: #FFF;
    padding:20px;
    margin-bottom: 20px;
}
#contWrap .banner-faq>div>dl:last-child{
    border-bottom: solid 2px #80af1f;
    padding-bottom: 10px
}
#contWrap .banner-faq>div>dl>dt{
    font-size: 18px;
    color:#595757;
    font-weight: 600;
    display: flex;
}
#contWrap .banner-faq>div>dl>dd{
    font-size: 16px;
    color:#595757;
    margin:10px 0 0 0;
    display: flex;
}
#contWrap .banner-faq>div>dl>dt>span:first-child,.banner-faq>div>dl>dd>span:first-child{
    display: block;
    color: #FFF;
    font-size: 36px;
    border-radius: 50%;
    font-weight: 600;
    text-align: center;
    width:48px;
    height: 48px;
    line-height: 44px;
}
#contWrap .banner-faq>div>dl>dt>span:first-child{
    background-color: #80af1f;
}
#contWrap .banner-faq>div>dl>dd>span:first-child{
    background-color: #ec8e19;
}
#contWrap .banner-faq>div>dl>dt>span:last-child,.banner-faq>div>dl>dd>span:last-child{
    display: block;
    width: 90%;
    padding-left: 20px;
}
#contWrap .banner-faq>div>dl>dt>span:last-child{
    line-height: 60px;
}
#contWrap .banner-faq>div>hr{
    border-color:  #80af1f;
    border-style: solid;
    border-width: 2px 0 0 0;
}
#contWrap .support-link>div{
    background-color: #EFF0F0;
}
#contWrap .support-link-ohter{
    margin-bottom: 50px;
}
#contWrap .support-link-ohter>h3{
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin: 20px 0;
}
#contWrap .support-link-ohter>div{
    display: flex;
    margin: 0 auto;
    width:65.27272727272727%;
    justify-content: space-between;
}
#contWrap .support-link-ohter>div>p.btn01{
    width:48.76237623762376%;
    margin-top: 10px;
}
@media screen and (max-width: 750px) {
    #contWrap .banner-faq>div>dl>dt>span:last-child{
        line-height: 30px;
    }
    #contWrap .support-link-ohter>div{
        display: block;
        width:100%;
}
    #contWrap .support-link-ohter>div>p.btn01{
        width:100%;
}
}
/*05-situation おすすめの使用方法
------------------------------------------*/
#situation{
    background-color: #EFF0F0;
    margin: 0 auto;
    width:100%;
}
#situation>div{
    padding-bottom: 40px;
}
#situation .situationType-btn{
    width:91.66666666666666%;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    list-style: none;
    padding: 10px 0;
}
#situation .situationType-btn li{
    width:24%;
    padding: 5px 0px;
    background-color: #FFF;
    border: solid 2px #006934;
    text-align: center;
    position: relative;
}
#situation .situationType-btn li:nth-of-type(2n){
    border: solid 2px #80af1f;
}
#situation .situationType-btn li>a{
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color:#006934;
}
#situation .situationType-btn li>a::after{
    content:"";
    position: absolute;
    top:55%;
    right: 10px;
    width: 3px;
    height: 3px;
    margin: -4px 0 0 0;
    border-right: solid 2px #006934;
    border-bottom: solid 2px #006934;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#situation .situationType-btn li:nth-of-type(2n)>a{
    color:#80af1f;
}
#situation .situationType-btn li:nth-of-type(2n)>a::after{
    border-right: solid 2px #80af1f;
    border-bottom: solid 2px #80af1f;
}
#situation .situationType-wrap{
    width:91.66666666666666%;
    margin: 30px auto 0 auto;
    background-color: #FFF;
    border: solid 2px #80af1f;
}
#situation .situationType-wrap>div{
    padding: 60px 9.545454545454547% 80px 9.545454545454547%;
    margin: 0 auto;
    text-align: center;
}
#situation .situationType-wrap>div>div{
    position: relative;
    overflow: hidden;
    height: 584px;
    width: 100%;
}
#situation .situationType-wrap>div>h3{
    margin-top: 0;
    margin-bottom: 40px;
    position: relative;
    font-size: 24px;
    font-weight: 600;
}
#situation .situationType-wrap>div>h3::after{
    content: "";
    border-bottom: solid 3px #80af1f;
    width: 80px;
    position: absolute;
    top: 50px;
    left: 45%;
}
#situation .situationType-wrap>div>.textLeft{
    text-align: left;
    margin-bottom: 30px;
}
#situation .situationType-wrap>div>.btn01,.situationType-wrap>div>.btn02{
    width:392px;
    margin: 20px auto 20px auto;
}
#situation .situationType-wrap>div>.btn02{
    position: relative;
}
#situation .situationType-wrap:not(:nth-of-type(3))>div>.btn02::after{
    content: "";
    border-bottom: solid 2px #cbcaca;
    width: 60%;
    position: absolute;
    top: 85px;
    left: 20%;
}
#situation .situationType-wrap>div>a>img{
    margin: 70px auto 0 auto;
}
@media screen and (max-width: 750px) {
    #situation .situationType-wrap>div{
       padding: 30px 20px ;
    }
    #situation .situationType-wrap>div>div{
        position: static;
        overflow: visible;
        height: 100%;
    }
    #situation .situationType-wrap>div>h3{
        font-size: 18px;
    }
    #situation .situationType-wrap>div>h3::after{
        left:36%;
        top:40px;
    }
    #situation .situationType-wrap>div>.textLeft{
        margin-top: 30px;
    }
    #situation .situationType-wrap>div>.btn01,.situationType-wrap>div>.btn02{
        width:100%;
    }
}
/*06-reason サインシティが選ばれる理由
------------------------------------------*/
#five-reason{
    width:100%;
    margin: 0 auto;
    background-color: #eff0f0;
    padding: 10px 0 40px 0; 
}
#five-reason>div{
    width:91.66666666666666%;
    margin: 0 auto;
}
#five-reason .reason-wrap{
    background-color: #FFF;
    border: solid 1px #80af1f;
    margin-bottom: 60px;
    display: flex;
    width:100%;
}
#five-reason .reason-wrap:last-of-type{
    margin-bottom: 0;
}
#five-reason .reason-wrap>div:first-of-type{
    margin: 40px 0 30px 40px;
    width:80%;
}
#five-reason .reason-wrap>div>h3{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}
#five-reason .reason-wrap>div>p:first-of-type{
    margin-bottom: 20px;
}
#five-reason .reason-wrap>div>p:last-of-type{
    color: #80af1f;
    font-weight: 600;
    border-top: dotted 3px #80af1f;
    padding-top: 20px;
}
#five-reason .reason-wrap>div>p:last-of-type>span{
    color: #d4304e;
    font-size: 18px;
    margin-left: 10px;
}
#five-reason .reason-wrap>div:last-of-type{
    margin: auto;
}
@media screen and (max-width: 750px) {
    #five-reason .reason-wrap{
        display: block;
    }
    #five-reason .reason-wrap>div:first-of-type{
        width: 100%;
        padding: 4% 4% 0 4%;
        margin: 0 auto;
    }
    #five-reason .reason-wrap>div>h3{
        font-size: 20px;
        text-align: center;
    }
    #five-reason .reason-wrap>div:last-of-type{
         width: 100%;
        padding: 4%;
        margin: 0 auto;
    }
}
/*08-cloth 生地について
------------------------------------------*/
#clothType{
    width:100%;
    margin: 0 auto;
    background-color: #eff0f0;
    padding: 10px 0; 
}
#clothType>div{
    width:91.66666666666666%;
    margin: 0 auto;
    padding-bottom: 40px;
}
#clothType .cloth-wrap{
    background-color: #FFF;
    border: solid 1px #80af1f;
    margin-top: 0;
    padding: 36px;
}
#clothType .cloth-title{
    background-color: #FFF;
    border: solid 1px #80af1f;
    border-bottom: none;
    height: 40px;
    width:260px;
    position: relative;
    z-index: 10;
    margin: 30px 0 -1px 0;
    color: #006934;
    text-align: center;
    line-height: 60px;
    font-weight: 600;
    font-size: 20px;
}
#clothType .cloth-item{
    display: flex;
    margin-bottom: 100px;
    justify-content: space-between;
    position: relative;
}
#clothType .cloth-item:not(:last-of-type)::after{
    content: "";
    position: absolute;
    border-bottom: solid 2px #cbcaca;
    width:19.090909090909093%;
    top:126%;
    left:40%;
}
#clothType .cloth-item>div:first-of-type{
    width:43.27272727272727%;
}
#clothType .cloth-item>div:first-of-type>img{
    width:100%;
}
#clothType .cloth-item>div:last-of-type{
    width:53%;
}
#clothType .cloth-item:last-of-type{
    margin-bottom: 0;
}
#clothType .cloth-item>div:last-of-type>h4{
    background-color: #595757;
    color: #FFF;
    display: inline-block;
    padding: 10px 20px;
    margin: 0;
}#clothType .cloth-item>div:last-of-type>p{
    margin-top: 20px;
}
#vinyl{
    margin-top: -150px;
    padding-top: 30px;
}
#polyester{
    margin-top: -30px;
    padding-top: 30px;   
}
#paper{
    margin-top: -30px;
    padding-top: 30px;       
}
@media screen and (max-width: 750px) {
    #clothType .cloth-wrap{
        padding: 5%;
    }
    #clothType .cloth-title{
        width: 100%;
        margin-top: 58px;
    }
    #clothType .cloth-item{
        display: block;
    }
    #clothType .cloth-item:not(:last-of-type)::after{
        top: 114%;
        width: 90%;
        left: 5%;
    }
    #clothType .cloth-item>div:first-of-type{
        width: 100%;
    }
    #clothType .cloth-item>div:last-of-type{
        width: 100%;
    }
    #clothType .cloth-item>div:last-of-type>h4{
        background-color: transparent;
        color: #595757;
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        padding: 0;
        margin: 14px auto 0 auto;
        display: block;
    }
    #clothType .cloth-item>div:last-of-type>p{
        margin-top: 10px;
    }
}
/*09-faq　よくあるご質問
------------------------------------------*/
#bannerFAQ{
    width:100%;
    margin: 0 auto;
    background-color: #eff0f0;
    padding: 30px 0 40px 0;
}
#bannerFAQ a{
    text-decoration: underline;
    color: #6DB3E4;
}
#bannerFAQ>div{
    width:91.66666666666666%;
    margin: 0 auto;
}
#bannerFAQ>div>div:not(:last-of-type){
    margin-bottom: 50px
}
#bannerFAQ>div>div>h3{
    color: #80af1f;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}
#bannerFAQ>div>div>dl{
    background-color: #FFF;
    padding:20px;
    margin-bottom: 16px;
}
#bannerFAQ>div>div>dl>dt{
    font-size: 18px;
    color:#595757;
    font-weight: 600;
    display: flex;
}
#bannerFAQ>div>div>dl>dd{
    font-size: 16px;
    color:#595757;
    margin:10px 0 0 0;
    display: flex;
}
#bannerFAQ>div>div>dl>dt>span:first-child,#bannerFAQ>div>div>dl>dd>span:first-child{
    display: block;
    color: #FFF;
    font-size: 36px;
    border-radius: 50%;
    font-weight: 600;
    text-align: center;
    width:48px;
    height: 48px;
    line-height: 44px;
}
#bannerFAQ>div>div>dl>dt>span:first-child{
    background-color: #80af1f;
}
#bannerFAQ>div>div>dl>dd>span:first-child{
    background-color: #ec8e19;
}
#bannerFAQ>div>div>dl>dt>span:last-child,#bannerFAQ>div>div>dl>dd>span:last-child{
    display: block;
    width: 90%;
    padding-left: 20px;
}
#bannerFAQ>div>div>dl>dt>span:last-child{
    line-height: 60px;
}
#rollup{
    margin-top: -150px;
    padding-top: 66px;
}
#hatome{
    margin-top: -60px;
    padding-top: 66px;
}
#tencho{
    margin-top: -60px;
    padding-top: 66px;
}
@media screen and (max-width: 750px) {
    #bannerFAQ>div>div:not(:last-of-type){
        margin-top: 0px;
        padding-top: 0px;
    }
    #bannerFAQ>div>div>h3{
        font-size: 18px;
        text-align: center;
    }
    #bannerFAQ>div>div>dl{
        padding: 12px 2%;
    }
    #bannerFAQ>div>div>dl>dt>span:last-child{
        line-height: 27px;
    }
}
/*10-voice　製作事例とお客様の声
------------------------------------------*/
#bannerVoice{
    width:100%;
    margin: 0 auto;
    background-color: #eff0f0;
    padding-bottom: 40px;
}
#bannerVoice>div{
    width:91.66666666666666%;
    margin: 0 auto;
    background-color: #FFF;
    padding: 10px 0;
}
#bannerVoice .bannerVoice-flex{
    width:92.72727272727272%;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
}
#bannerVoice .bannerVoice-wrap{
    width: 43.63636363636363%;
    position: relative;
}
#bannerVoice .bannerVoice-wrap::after{
    position: absolute;
    content:"";
    width:100%;
    border-bottom: solid 3px #cccccc;
    top:50px;
    left: 0;
}
#bannerVoice .bannerVoice-wrap>div{
    display: flex;
}
#bannerVoice .bannerVoice-wrap>div>h3{
    position: relative;
    font-size: 16px;
    margin: 0 0 20px 0;
    font-weight: 600;
}
#bannerVoice .bannerVoice-icon{
    position: absolute;
    top: 26px;
    right: 0;
    background-color: #646565;
    display: inline-block;
    height: 20px;
    padding: 0px 10px;
    color: #FFF;
    text-align: right;
    line-height: 18px;
    font-size: 12px;
}
#bannerVoice .bannerVoice-wrap>div{
    display: flex;
    width:100%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
}
#bannerVoice .bannerVoice-wrap img:first-of-type{
    width:70%;
}
#bannerVoice .bannerVoice-wrap img:nth-of-type(2){
    width:36%;
}
#bannerVoice .bannerVoice-wrap>p:first-of-type{
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0;
}
#bannerVoice .bannerVoice-link{
    font-size: 16px;
    position: relative;
    margin-top: 14px;
}
#bannerVoice .bannerVoice-link>a{
    margin-left: 12px;
    text-decoration: underline;
    color: #6DB3E4;
}
#bannerVoice .bannerVoice-link::before{
    position: absolute;
    top: 6px;
    left: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #707070;
    content: "";
}
@media screen and (max-width: 750px) {
    #bannerVoice .bannerVoice-flex{
        display: block;
    }
    #bannerVoice .bannerVoice-wrap{
        width: 100%;
        margin-bottom: 80px;        
    }
    #bannerVoice .bannerVoice-icon{
        right: 52%;
        top: -24px;
        width: 48%;
        text-align: center;
    }

}