@charset "utf-8";

.pagetop{
    z-index: 100;
}
.row:after{
    display: none!important;
}

#gsu {
    background: #FFFFFF;
    color: #2b1c18;
    font-size: 18px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    line-height: 1.8;
    text-align: justify;
}
@media only screen and (max-width: 850px) {
    #gsu{font-size: 14px;}
}

* html #gsu {	/* for IF6 */
  font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
#gsu a{ color:#35a853; text-decoration: underline;}
#gsu a:link{ color:#35a853; text-decoration: underline;}
#gsu a:visited{ color:#35a853; text-decoration: underline;}
#gsu a:hover{ color:#35a853; text-decoration: none;}

#gsu a:focus, *:focus { outline:none; }

#gsu a img:hover{opacity: 0.5; transition:all 0.5s ease 0s;}

#gsu p{ margin:0;}

#gsu .tal{ text-align:left;}
#gsu .tac{ text-align:center;}
#gsu .tar{ text-align:right;}

#gsu .sp  { display:none}
#gsu .pc  { display:inline;}
@media only screen and (max-width: 750px) {
	#gsu .sp  { display:inline;}
	#gsu .pc  { display:none;}
}

#gsu ul{
    margin: 0;
    padding: 0;
}
#gsu h2{
    margin: 0;
}

#gsu .wrapper{
	max-width:1200px;
	width: 100%;
	margin:0 auto;
    position: relative;
}
#gsu .wrapper2{
    max-width:850px;
    width: 100%;
    margin:0 auto;
    position: relative;
}
#gsu section{
    padding: 100px 0;
}
@media only screen and (max-width:1260px) {
    #gsu .wrapper{
        width: calc(100% - 60px);
    }
    #gsu section{
        padding: 8.1vw 0;
    }
}
@media only screen and (max-width: 890px) {
    #gsu .wrapper{
        width: calc(100% - 40px);
    }
    #gsu .wrapper2{
        width: calc(100% - 40px);
    }
}

/*背景*/
#gsu .bg{
    background:#f5f5f5;
}


/*タイトル*/
#gsu .title1{
    margin: 0 auto 20px auto;
    padding: 3px 30px;
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    background: #35a853;
    border-radius: 30px;
}
@media only screen and (max-width: 750px) {
    #gsu .title1{
        margin: 0 auto 2.6vw auto;
        padding: 0.4vw 4vw;
        font-size: 2.9vw;
    }
}

/*タイトル2*/
#gsu .title2{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin:0 0 40px 0;
}
#gsu .title2 span {
    background: linear-gradient(rgba(0, 0, 0, 0) 60%, #fcbb02 0%); 
    position: relative;
}
@media only screen and (max-width: 750px) {
    #gsu .title2{
        font-size: 5.3vw;
        margin:0 0 5.3vw 0;
    }
}

/*タイトル3*/
#gsu .title3{
    color: #35a853;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    margin: 0 0 60px 0;
}
@media only screen and (max-width: 750px) {
    #gsu .title3{
        font-size: 5.3vw;
        margin: 0 0 8vw 0;
    }
}

/*フォントサイズ*/
#gsu .font16{ font-size: 16px;}@media only screen and (max-width: 850px) {#gsu .font16{ font-size: 14px;}}
#gsu .font14{ font-size: 14px;}@media only screen and (max-width: 850px) {#gsu .font14{ font-size: 11px;}}
#gsu .strong{ font-weight: bold;}

/*マージン*/
.mt30{ margin-top:30px;}

/*------------------------------------------------------------------------------------------------------------------------*/
/* MV */
/*------------------------------------------------------------------------------------------------------------------------*/
#gsu #mv{
	background: url("../images/gsu/bg_mv.jpg") no-repeat center center;
    background-size: cover;
    margin: 0;
    padding: 0 0 0 0;
    width:100%;
    position: relative;
}
#gsu #mv h1{
    z-index: 2;
    position: relative;
    margin: 0;
    padding: 50px 0 0 0;
    text-align:center;
}
#gsu #mv .user{
    position: absolute;
    bottom:0px;
    right:0;
    z-index: 4;
    text-align: right;
}
@media only screen and (max-width: 1220px) {
    #gsu #mv h1{
        padding: 4vw 0 0 0;
    }
}
@media only screen and (max-width: 750px) {
    #gsu #mv h1{
        padding: 4vw 0 0 0;
    }
}

/*------------------------------------------------------------------------------------------------------------------------*/
/* ボタンエリア */
/*------------------------------------------------------------------------------------------------------------------------*/
#gsu .btn_Area{
    background: url(../images/gsu/bg_contact.jpg);
    text-align: center;
    padding: 50px 0;
}
#gsu .btn_Area .btn{
    margin:0 0 0 0;
}
#gsu .btn_Area .btn_mail{
    display: inline-block;
    width: 550px;
    border-radius: 50px;
    padding: 20px 0;
    box-shadow:0px 0px 30px rgba(0,0,0,0.2);
    border: none;
    font-size: 26px;
    font-weight: bold;
    text-decoration: none;
    background: url("../images/gsu/icn_mail01.png") no-repeat center left 30px,url("../images/gsu/arrow01.png") no-repeat center right 30px, #d73f35;
    background-size: 30px,14px,auto;
    color: #ffffff;
}
#gsu .btn_Area .btn_mail:hover{
    box-shadow:0px 0px 20px rgba(0,0,0,0.3);
    background: url("../images/gsu/icn_mail01.png") no-repeat center left 30px,url("../images/gsu/arrow01.png") no-repeat center right 30px,  #ff2a1c;
    background-size: 30px,14px,auto;
}
@media only screen and (max-width: 750px) {
    #gsu .btn_Area{
        padding: 6.6vw 0;
    }
    #gsu .btn_Area .btn_mail{
        display: block;
        width: 100%;
        padding: 2.6vw 0;
        font-size: 16px;
        background: url("../images/gsu/icn_mail01.png") no-repeat center left 20px,url("../images/gsu/arrow01.png") no-repeat center right 20px, #d73f35;
        background-size: 20px,10px,auto;
    }
    #gsu .btn_Area .btn_mail:hover{
        background: url("../images/gsu/icn_mail01.png") no-repeat center left 20px,url("../images/gsu/arrow01.png") no-repeat center right 20px,  #ff2a1c;
        background-size: 20px,10px,auto;
    }
}

/*------------------------------------------------------------------------------------------------------------------------*/
/* Google Serch Up とは？ */
/*------------------------------------------------------------------------------------------------------------------------*/
#gsu #about .text{
    width:460px;
    vertical-align: top;
    display: inline-block;
    margin: 0 20px 0 0;
}
#gsu #about .photo{
    width:calc(100% - 500px);
    vertical-align: top;
    display: inline-block;
}
@media only screen and (max-width: 1200px) {
    #gsu #about .text{
        width:38.3vw;
        margin: 0 1.6vw 0 0;
    }
    #gsu #about .photo{
        width:calc(100% - 41.6vw);
        vertical-align: top;
        display: inline-block;
    }
}
@media only screen and (max-width: 750px) {
    #gsu #about .text{
        width:100%;
        display: block;
        margin: 0 0 30px 0;
    }
    #gsu #about .photo{
        width:100%;
    }
}

/*------------------------------------------------------------------------------------------------------------------------*/
/* Google Serch Up はこんなお店で導入されています */
/*------------------------------------------------------------------------------------------------------------------------*/
#gsu #shop{
    background: #e9f2eb;
    text-align: center;
    padding-bottom: 0;
}
#gsu #shop .ballon{
    margin: 0 0 40px 0;    
}
#gsu #shop .ballon li {
    position: relative;
    display: inline-block;
    margin: 10px 50px;
    padding: 10px 20px;
    min-width: 210px;
    max-width: 270px;
    font-size: 20px;
    font-weight: bold;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
#gsu #shop .ballon li:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 40px solid #ffffff;
}
#gsu #shop .ballon li span {
    background: linear-gradient(rgba(0, 0, 0, 0) 60%, #fcbb02 0%); 
    position: relative;
}
@media only screen and (max-width: 1200px) {
    #gsu #shop .ballon li {
        margin: 0.8vw 4.16vw;
        padding: 0.8vw 1.6vw;
        min-width: 17.5vw;
        max-width: 22.5vw;
        font-size: 1.6vw;
    }
    #gsu #shop .ballon li:before {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -10px;
      border: 10px solid transparent;
      border-top: 40px solid #ffffff;
    }
    #gsu #shop .ballon li span {
        background: linear-gradient(rgba(0, 0, 0, 0) 60%, #fcbb02 0%); 
        position: relative;
    }
    #gsu #shop .ballon{
        margin: 0 0 30px 0;    
    }
    #gsu #shop figure img{
        width: 67.6vw;
    }
}
@media only screen and (max-width: 750px) {
    #gsu #shop{
        padding-bottom: 13.3vw;
    }
    #gsu #shop .ballon li {
        position: relative;
        display: inline-block;
        margin: 10px 10px 10px 110px;;
        padding: 10px 15px;
        min-width: calc(100% - 110px);
        max-width: 100%;
        font-size: 3vw;
        text-align: left;
    }
    #gsu #shop .ballon li:before {
        top: 50%;
        left: -30px;
        margin-left: auto;
        margin-top: -10px;
        border: 10px solid transparent;
        border-top: auto;
        border-right: 20px solid #ffffff;
    }
    #gsu #shop .ballon li::after{
        content: "";
        position: absolute;
        left: -100px;
        top: -5px;
        width:68px;
        height: 60px;
    }
    #gsu #shop .ballon li:nth-child(1)::after{
        background: url("../images/gsu/shop_img02.png") no-repeat center center;
        background-size: 60px;
    }
    #gsu #shop .ballon li:nth-child(2)::after{
        background: url("../images/gsu/shop_img03.png") no-repeat center center;
        background-size: 50px;
    }
    #gsu #shop .ballon li:nth-child(3)::after{
        background: url("../images/gsu/shop_img04.png") no-repeat center center;
        background-size: 68px;
    }
    #gsu #shop .ballon li:nth-child(4)::after{
        background: url("../images/gsu/shop_img05.png") no-repeat center center;
        background-size: 56px;
    }
    #gsu #shop .ballon li:nth-child(5)::after{
        background: url("../images/gsu/shop_img06.png") no-repeat center center;
        background-size: 60px;
    }
}

/*------------------------------------------------------------------------------------------------------------------------*/
/*ペコリスが徹底サポートします！ */
/*------------------------------------------------------------------------------------------------------------------------*/
#gsu #support{
    text-align: center;
    background: url("../images/gsu/arrow02.png") no-repeat center top 30px;
    background-size: 49px;
    padding-top: 160px;
}
#gsu #support .title{
    font-size: 30px;
    font-weight: bold;
    color: #35a853;
    background: linear-gradient(rgba(0, 0, 0, 0) 60%, #e7fc02 0%); 
    position: relative;
    display: inline-block;
}
#gsu #support .logo{
    margin: 0 0 30px 0;
}
#gsu #support p{
    font-size:  26px;
}
@media only screen and (max-width: 750px) {
    #gsu #support{
        background: url("../images/gsu/arrow02.png") no-repeat center top 4vw;
        background-size: 6.5vw;
        padding-top: 21.3vw;
    }
    #gsu #support .title{
        font-size: 4vw;
    }
    #gsu #support .logo{
        margin: 0 0 4vw 0;
    }
    #gsu #support p{
        font-size:  3.2vw;
    }
}

/*------------------------------------------------------------------------------------------------------------------------*/
/*一般的なMEOサービスとの違い */
/*------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 750px) {
    #gsu #reason .title2 img{
        width:44.4vw;
    }
}

/*------------------------------------------------------------------------------------------------------------------------*/
/*サービスの機能・特徴1 */
/*------------------------------------------------------------------------------------------------------------------------*/
#gsu #feature1 .graf{
    margin: 60px 0 0 0;
    overflow: hidden;
}
#gsu #feature1 .graf .graf1{
    float: left;
    width: 62%;
}
#gsu #feature1 .graf .graf2{
    float: right;
    width:36%;
    margin: 0 0 25px 0;
}
#gsu #feature1 .graf .graf3{
    float: right;
    width:36%;
}
@media only screen and (max-width: 750px) {
    #gsu #feature1 .graf{
        margin: 8vw 0 0 0;
    }
    #gsu #feature1 .graf .graf1,
    #gsu #feature1 .graf .graf2,
    #gsu #feature1 .graf .graf3{
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }
}

/*------------------------------------------------------------------------------------------------------------------------*/
/*サービスの機能・特徴2 */
/*------------------------------------------------------------------------------------------------------------------------*/
#gsu #feature2 .graf{
    margin: 60px 0 0 0;
    overflow: hidden;
}
#gsu #feature2 .graf .graf1,
#gsu #feature2 .graf .graf2{
    text-align: center;
    color: #35a853;
    font-size: 24px;
    font-weight: bold;
}
#gsu #feature2 .graf .graf1{
    float: left;
    width: 48%;
}
#gsu #feature2 .graf .graf2{
    float: right;
    width:48%;
}
#gsu #feature2 .graf .graf1 img,
#gsu #feature2 .graf .graf2 img{
    margin: 20px 0 0 0;
}
@media only screen and (max-width: 750px) {
    #gsu #feature2 .graf{
        margin: 8vw 0 0 0;
    }
    #gsu #feature2 .graf .graf1,
    #gsu #feature2 .graf .graf2{
        font-size: 3.2vw;
    }
    #gsu #feature2 .graf .graf1,
    #gsu #feature2 .graf .graf2{
        float: none;
        width: 100%;
        margin: 0 0 5vw 0;
    }
    #gsu #feature2 .graf .graf1 img,
    #gsu #feature2 .graf .graf2 img{
        margin: 2.6vw 0 0 0;
    }
}

/*------------------------------------------------------------------------------------------------------------------------*/
/*サービスの概要 */
/*------------------------------------------------------------------------------------------------------------------------*/
#gsu #outline .row{
    margin: 60px 0 0 0;
    background: url("../images/gsu/outline_img04.png") no-repeat center center;
    background-size: 47px;
    display: flex;
    justify-content: space-between;
}
#gsu #outline .box{
    border-radius: 10px;
    text-align: center;
    border:solid 3px #35a853;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    background: #ffffff;
    width: 375px;
    padding: 20px;
    font-size: 16px;
}
#gsu #outline .box h4{
    margin: 0 0 20px 0;
    color: #35a853;
    font-size: 32px;
    font-weight: bold;
}
#gsu #outline .box2{
    border-radius: 10px;
    text-align: left;
    border:solid 5px #35a853;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    background: #ffffff;
    padding: 20px;
    font-size: 16px;
    margin: 70px 0 0 0;
    position: relative;
}
#gsu #outline .box2::after{
    background: url("../images/gsu/arrow05.png") no-repeat center center;
    background-size: 60px;
    content: "";
    height: 30px;
    width:100%;
    position: absolute;
    top:-60px;
    left: 0;
}
#gsu #outline .box2 h4{
    margin: 0 0 20px 0;
    color: #d73f35;
    font-size: 37px;
    font-weight: bold;
    border-bottom: dotted 3px #d73f35;
    display: inline-block;
}
#gsu #outline .box2 .left{
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}
#gsu #outline .box2 figure{
    display: inline-block;
    width: 45%;
    vertical-align: middle;
}
@media only screen and (max-width: 1000px) {
    #gsu #outline .row{
        background: url("../images/gsu/outline_img04.png") no-repeat center center;
        background-size: 4.7vw;
    }
    #gsu #outline .box{
        width: 41vw;
        padding: 2vw;
    }
    #gsu #outline .box h4{
        margin: 0 0 2vw 0;
        font-size: 3.2vw;
    }
    #gsu #outline .box2{
        padding: 2vw;
        margin: 7vw 0 0 0;
    }
    #gsu #outline .box2::after{
        background: url("../images/gsu/arrow05.png") no-repeat center center;
        background-size: 6vw;
        height: 3vw;
        top:-6vw;
    }
    #gsu #outline .box2 h4{
        margin: 0 0 2vw 0;
        font-size: 3.7vw;
    }
}
@media only screen and (max-width: 750px) {
    #gsu #outline .row{
        margin: 8vw 0 0 0;
        background:none;
        display: inherit;
    }
    #gsu #outline .box{
        width: 100%;
        font-size: 14px;
        margin: 0;
    }
    #gsu #outline .box:first-child{
        margin: 0 0 5vw 0;
    }
    #gsu #outline .box h4{
        margin: 0 0 20px 0;
        font-size: 6.2vw;
    }
    #gsu #outline .box2{
        font-size: 14px;
        margin: 9.3vw 0 0 0;
        position: relative;
    }
    #gsu #outline .box2::after{
        background: url("../images/gsu/arrow05.png") no-repeat center center;
        background-size: 8vw;
        height: 4vw;
        top:-8vw;
    }
    #gsu #outline .box2 h4{
        margin: 0 0 2.6vw 0;
        font-size: 6.2vw;
    }
    #gsu #outline .box2 .left{
        display: block;
        width: 100%;
        text-align: center;
    }
    #gsu #outline .box2 figure{
        display: block;
        width: 100%;
        text-align: center;
    }
}

/*------------------------------------------------------------------------------------------------------------------------*/
/* サービスの内容 */
/*------------------------------------------------------------------------------------------------------------------------*/
#gsu #service .row{
    display: flex;
}
#gsu #service .row .text,
#gsu #service .row .photo{
    width:50%;
}
#gsu #service .service_list{
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    border-radius: 10px;
}
#gsu #service .service_list h4{
    border-radius: 10px 10px 0 0;
    background: #35a853;
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    padding: 5px 0;
    margin: 35px 0 0 0;
    text-align: center;
}
#gsu #service .service_list ul{
    padding: 15px 15px;
    display: flex;
    flex-wrap: wrap;
}
#gsu #service .service_list li{
    text-align: center;
    border-radius: 5px;
    border: solid 2px #35a853;
    color: #35a853;
    width:calc((100% - 90px) / 3);
    margin: 15px;
    padding: 10px 0;
    vertical-align: middle;
    font-weight: bold;
}
@media only screen and (max-width: 750px) {
    #gsu #service .row{
        display: inherit;
    }
    #gsu #service .row .text,
    #gsu #service .row .photo{
        width:100%;
    }
    #gsu #service .service_list h4{
        font-size: 3.4vw;
        padding: 5px 0;
    }
    #gsu #service .service_list ul{
        padding: 5px;
    }
    #gsu #service .service_list li{
        width:calc((100% - 20px) / 2);
        margin: 5px;
        padding: 5px 0;
        font-size: 3vw;
    }
}

/*------------------------------------------------------------------------------------------------------------------------*/
/* Google Serch Upの実績 */
/*------------------------------------------------------------------------------------------------------------------------*/
#gsu #case .case1{
    margin: 40px 0 60px 0;
    padding: 0 0 60px 0;
    border-bottom:solid 4px #cccccc;
}
#gsu #case .case1 .bxslider li div{
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    border-radius: 10px;
    margin: 0 30px 30px 30px;
    padding: 0 0 10px 0;
}
#gsu #case .case1 .bxslider li h4{
    border-radius: 10px 10px 0 0;
    background: #35a853;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    padding: 5px 0;
    margin: 0 0 0 0;
    text-align: center;
}
#gsu #case .case1 .bxslider li h4 span{
    border-radius: 30px;
    background: #ffffff;
    color: #35a853;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 20px;
    margin: 0 15px 0 0;
    text-align: center;
}
#gsu #case .case1 .bxslider li img{
    margin: 20px 20px 10px 20px;
    width: calc(100% - 40px);
}
#gsu #case .case1 .sample{
    text-align: center;
    margin: 30px 0 0 0; 
}
#gsu #case .case1 .sample li{
    display: inline-block;
    margin: 0 10px;
    font-weight: bold;
}
#gsu #case .case1 .sample li span{
    display: inline-block;
    margin: 0 10px 0 0;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    border-radius: 5px;
}
#gsu #case .case1 .sample li span.blue{
    background: #3e7bf1;
}
#gsu #case .case1 .sample li span.green{
    background: #35a853;
}
#gsu #case .case1 .sample li span.red{
    background: #d73f35;
}
#gsu #case .case2 .row{
    margin: 50px 0 50px 0;
    display: flex;
    justify-content: space-between;
}
#gsu #case .case2 .case2_graf{
    background: #eeeeee;
    padding: 20px;
}
#gsu #case .case2 .case2_graf table{
    background: #ffffff;
    width: 100%;
}
#gsu #case .case2 .case2_graf table th,
#gsu #case .case2 .case2_graf table td{
    border:solid 3px #eeeeee;
    text-align: center;
    padding: 15px 0;
}
#gsu #case .case2 .case2_graf table thead th{
    background: #b9e9c6;
}
#gsu #case .case2 .case2_graf table th{
    color: #35a853;
    font-weight: bold;
}
#gsu #case .case2 .case2_graf table tbody td{
    width: 22%;
}
@media only screen and (max-width: 750px) {
    #gsu #case .case1{
        margin: 5.3vw 0 8vw 0;
        padding: 0 0 8vw 0;
        border-bottom:solid 2px #cccccc;
    }
    #gsu #case .case1 .bxslider li div{
        padding: 0 0 10px 0;
    }
    #gsu #case .case1 .bxslider li h4{
        font-size: 3.2vw;
        padding: 4px 0;
    }
    #gsu #case .case1 .bxslider li h4 span{
        font-size: 2.6vw;
        padding: 3px 10px;
        margin: 0 5px 0 0;
    }
    #gsu #case .case1 .bxslider li img{
        margin: 10px 10px 5px 10px;
        width: calc(100% - 20px);
    }
    #gsu #case .case1 .sample{
        margin: 4vw 0 0 0; 
    }
    #gsu #case .case1 .sample li{
        display: inline-block;
        margin: 0 10px;
        font-weight: bold;
    }
    #gsu #case .case1 .sample li span{
        margin: 0 5px 0 0;
        width: 4vw;
        height: 4vw;
    }
    #gsu #case .case2 .row{
        margin: 6.6vw 0;
        display: inherit;
    }
    #gsu #case .case2 .row .box{
        text-align: center;
        margin: 0 0 20px 0;
    }
    #gsu #case .case2 .row .box img{
        max-width: 80%;
    }
    #gsu #case .case2 .case2_graf{
        padding: 2.6vw;
    }
    #gsu #case .case2 .case2_graf table th,
    #gsu #case .case2 .case2_graf table td{
        border:solid 2px #eeeeee;
        padding: 10px 0;
    }
}

/*------------------------------------------------------------------------------------------------------------------------*/
/* よくあるご質問 */
/*------------------------------------------------------------------------------------------------------------------------*/
#gsu #faq dl{
    border-top:solid 2px #55371a;
    padding: 30px 0 0 0;
}
#gsu #faq dl:last-child{
    border-bottom:solid 2px #55371a;
    padding: 30px 0;
}
#gsu #faq dt{
    margin: 0 0 10px 0;
    padding: 0 40px 0 60px;
    font-weight: bold;
    background: url("../images/gsu/arrow03.png") no-repeat center right 20px;
    background-size: 20px;
    font-size: 18px;
    text-indent: -60px;
}
#gsu #faq dt.active{
    background: url("../images/gsu/arrow04.png") no-repeat center right 20px;
    background-size: 20px;
}
#gsu #faq dd{
    margin: 0 0 0 60px;
    padding: 0 40px 0 0;
    font-size: 16px;
    display: none;
    text-indent: -60px;
}
#gsu #faq dt::before,
#gsu #faq dd::before{
    font-size: 23px;
    display: inline-block;
    color: #ffffff;
    width:50px;
    height: 45px;
    text-align: center;
    border-radius: 100%;
    vertical-align: middle;
    margin: 0 10px 0 0;
    padding: 5px 0 0 0;
    text-indent: 0;
}
#gsu #faq dt::before{
    content:"Q";
    background: #35a853;
}
#gsu #faq dd::before{
    content:"A";
    background: #fcbb02;
    font-weight: bold;
}
@media only screen and (max-width: 750px) {
    #gsu #faq dl{
        padding: 4vw 0 0 0;
    }
    #gsu #faq dl:last-child{
        padding: 4vw 0;
    }
    #gsu #faq dt{
        margin: 0 0 1.3vw 40px;
        padding: 0 30px 0 0;
        background: url("../images/gsu/arrow03.png") no-repeat center right 10px;
        background-size: 15px;
        font-size: 16px;
        text-indent: -40px;
    }
    #gsu #faq dt.active{
        background: url("../images/gsu/arrow04.png") no-repeat center right 10px;
        background-size: 15px;
    }
    #gsu #faq dd{
        font-size: 14px;
        padding: 0 30px 0 0;
        text-indent: -40px;
        margin: 0 0 0 40px;
    }
    #gsu #faq dt::before,
    #gsu #faq dd::before{
        font-size: 16px;
        width:30px;
        height: 30px;
        margin: 0 10px 0 0;
        padding: 0px 0 0 0;
    }
    #gsu #faq dt::before{
        content:"Q";
        background: #35a853;
    }
    #gsu #faq dd::before{
        content:"A";
        background: #fcbb02;
        font-weight: bold;
    }
}

/*------------------------------------------------------------------------------------------------------------------------*/
/* 導入の流れ */
/*------------------------------------------------------------------------------------------------------------------------*/
#gsu #flow ul{
    position: relative;
}
#gsu #flow li{
    position: relative;
    display: block;
    margin:0 0 20px 0;
    padding: 20px 20px 20px 90px;
    width: 100%;
    max-width: 100%;
    font-size: 22px;
    font-weight: bold;
    background: #f5f5f5;
}
#gsu #flow li:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -20px;
    border: 20px solid transparent;
    border-top: 20px solid #f5f5f5;
}
#gsu #flow li:nth-child(8):before {
    display: none;
}
#gsu #flow li:nth-child(1){
    background: url("../images/gsu/flow_step01.png") no-repeat center left 30px #f5f5f5;
    background-size: 37px;
}
#gsu #flow li:nth-child(2){
    background: url("../images/gsu/flow_step02.png") no-repeat center left 30px #f5f5f5;
    background-size: 37px;
}
#gsu #flow li:nth-child(3){
    background: url("../images/gsu/flow_step03.png") no-repeat center left 30px #f5f5f5;
    background-size: 37px;
}
#gsu #flow li:nth-child(4){
    background: url("../images/gsu/flow_step04.png") no-repeat center left 30px #f5f5f5;
    background-size: 37px;
}
#gsu #flow li:nth-child(5){
    background: url("../images/gsu/flow_step05.png") no-repeat center left 30px #f5f5f5;
    background-size: 37px;
}
#gsu #flow li:nth-child(6){
    background: url("../images/gsu/flow_step06.png") no-repeat center left 30px #f5f5f5;
    background-size: 37px;
}
#gsu #flow li:nth-child(7){
    background: url("../images/gsu/flow_step07.png") no-repeat center left 30px #f5f5f5;
    background-size: 37px;
}
#gsu #flow li:nth-child(8){
    background: url("../images/gsu/flow_step08.png") no-repeat center left 30px #f5f5f5;
    background-size: 37px;
}
#gsu #flow .image{
    position: absolute;
    bottom:0;
    right:-20px;
}
@media only screen and (max-width: 750px) {
    #gsu #flow li{
        margin:0 0 2.6vw 0;
        padding: 2.6vw 2.6vw 2.6vw 12vw;
        font-size: 16px;
    }
    #gsu #flow li:before {
        margin-left: -2.6vw;
        border: 2.6vw solid transparent;
        border-top: 2.6vw solid #f5f5f5;
    }
    #gsu #flow li:nth-child(1){
        background: url("../images/gsu/flow_step01.png") no-repeat center left 4vw #f5f5f5;
        background-size: 4.9vw;
    }
    #gsu #flow li:nth-child(2){
        background: url("../images/gsu/flow_step02.png") no-repeat center left 4vw #f5f5f5;
        background-size: 4.9vw;
    }
    #gsu #flow li:nth-child(3){
        background: url("../images/gsu/flow_step03.png") no-repeat center left 4vw #f5f5f5;
        background-size: 4.9vw;
    }
    #gsu #flow li:nth-child(4){
        background: url("../images/gsu/flow_step04.png") no-repeat center left 4vw #f5f5f5;
        background-size: 4.9vw;
    }
    #gsu #flow li:nth-child(5){
        background: url("../images/gsu/flow_step05.png") no-repeat center left 4vw #f5f5f5;
        background-size: 4.9vw;
    }
    #gsu #flow li:nth-child(6){
        background: url("../images/gsu/flow_step06.png") no-repeat center left 4vw #f5f5f5;
        background-size: 4.9vw;
    }
    #gsu #flow li:nth-child(7){
        background: url("../images/gsu/flow_step07.png") no-repeat center left 4vw #f5f5f5;
        background-size: 4.9vw;
    }
    #gsu #flow li:nth-child(8){
        background: url("../images/gsu/flow_step08.png") no-repeat center left 4vw #f5f5f5;
        background-size: 4.9vw;
    }
    #gsu #flow .image{
        width:24.6vw;
    }
}
@media only screen and (max-width: 600px) {
    #gsu #flow li{
        font-size: 14px;
    }
    #gsu #flow .image{
        display:  none;
    }
}

/*------------------------------------------------------------------------------------------------------------------------*/
/* 料金について */
/*------------------------------------------------------------------------------------------------------------------------*/
#gsu #price{
    text-align: center;
}
#gsu #price .row{
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px 0;
}
#gsu #price .row .box{
    width:47%;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    border-radius: 10px;
    background: #ffffff;
    padding: 0 0 20px 0;
}
#gsu #price .row .box h3{
    border-radius: 10px 10px 0 0;
    background: #35a853;
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 30px 0;
    padding: 20px 0;
}
#gsu #price .row .box dl{
    margin: 0;
}
#gsu #price .row .box dt{
    font-size:22px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
#gsu #price .row .box dd{
    font-size:42px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: #d73f35;
}
#gsu #price .row .box dd .m{
    font-size:60%;    
}
#gsu #price .row .box dd .s{
    font-size:33%;    
}
#gsu #price .row .box p{
    font-size: 16px;
}
@media only screen and (max-width: 750px) {
    #gsu #price .row{
        display: inherit;
        margin: 0 0 20px 0;
    }
    #gsu #price .row .box{
        width:100%;
        padding: 0 0 20px 0;
        margin: 0 0 20px 0;
    }
    #gsu #price .row .box h3{
        font-size: 4vw;
        margin: 0 0 4vw 0;
        padding: 2.6vw 0;
    }
    #gsu #price .row .box dt{
        font-size:18px;
    }
    #gsu #price .row .box dd{
        font-size:9vw;
    }
    #gsu #price .row .box p{
        font-size: 13px;
    }
}


/*------------------------------------------------------------------------------------------------------------------------*/
/* (08)フォーム */
/*------------------------------------------------------------------------------------------------------------------------*/
#gsu #form table{
	margin: 60px 0 60px 0;
	width: 100%;
    border:none;
}
#gsu #form table th{
	padding:10px 0 30px 0;
	width: 250px;
	vertical-align: top;
	font-size: 18px;
    font-weight: bold;
    border:none;
}
#gsu #form table th .hissu{
	font-size: 16px;
	color: #d73f35;
    margin:0 0 0 10px;
}
#gsu #form table td{
	padding:0;
	vertical-align: top;
    border:none;
}
#gsu #form input[type="text"],
#gsu #form input[type="email"],
#gsu #form input[type="tel"],
#gsu #form textarea{
	background: #ffffff;
	padding: 15px;
	border:solid 2px #cccccc;
	width: 100%;
	font-size: 18px;
    border-radius: 5px;
}
#gsu #form textarea{
	height: 150px;
}
#gsu #form .btn{
	text-align: center;
	margin: 50px 0 0 0;
}
#gsu #form .btn input[type="submit"]{
    border: none;
    border-radius: 50px;
    background:url("../images/gsu/arrow01.png") no-repeat right 20px center #d73f35;
    background-size: 14px;
    color: #ffffff;
    text-decoration: none;
    font-size: 26px;
    font-weight: bold;
    padding: 20px 60px;
    display: inline-block;
    max-width: 300px;
    width:100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
#gsu #form .btn input[type="submit"]:hover{
    background:url("../images/gsu/arrow01.png") no-repeat right 20px center #ff2a1c;
    background-size: 14px;
    transition:all 0.5s ease 0s;
}
@media only screen and (max-width: 750px) {
	#gsu #form table{
		margin: 4vw 0;
	}
	#gsu #form table th{
		padding:0 0 0 0;
		display: block;
		width: 100%;
        font-size: 16px;
	}
	#gsu #form table th .hissu{
		margin: 0 0 0 10px;
		padding: 5px 10px;
        font-size: 14px;
	}
	#gsu #form table td{
		padding:5px 0 10px 0;
		display: block;
		width: 100%;
        border-top: none;
	}
	#gsu #form .btn{
		margin: 30px 0 0 0;
	}
	#gsu #form .btn input{
		width: 100%;
	}
    #gsu #form .btn input[type="submit"]{
        font-size: 18px;
        padding:15px 0;
    }
}

