@charset "utf-8";

/*main-menu*/
.top-menu {
    top: 0;
    position: relative;
    width: 100%;
    height: 50px;
    margin: 0 auto;
}

.input-select {
    width: 20em;
}

a.forgot-link {
    color: #d88d02 !important;
}

a.forgot-link:hover {
    text-decoration: underline;
    color: #d88d02 !important;
}

a.generic-link:hover {
    text-decoration: underline;
    color: #d88d02 !important;
}

.top-menu > li {
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.top-menu > li a {
    display: block;
}

.header-language {
    border: none !important;
    border-radius: 0 !important;
    border: 1px solid !important;
    color: #FF9046;
    background: transparent !important;
    border: 2px;
}
.header-language.dropdown-toggle:hover {
    background: transparent;
    color: #ce6925 !important;
}
.header-language.dropdown-toggle:focus {
    box-shadow: none !important;
    color: #ce6925 !important;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    flex-direction: column;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.top-menu > li:hover {
    background: #ff9046;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li a:hover {
    background: #999;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.top-menu:before,
.top-menu:after {
    content: " ";
    display: table;
}

.top-menu:after {
    clear: both;
}

.top-menu {
    *zoom: 1;
}
.top-menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
    background: rgba(255,255,255,.9);
}
.menu__second-level li a{
    line-height: 33px;
    color: #212529;
}
#globalMenu > ul > li {
    text-align: center;
}
#globalMenu{
    width: 60%;
}
footer{
    margin-top: 0!important;
}
.footer_navi ul {
    justify-content: unset;
    flex-direction: column;
    font-size: 18px;
    margin:0!important;
}
.list-h a{
    font-weight: bold;
}
.footer_navi{
    display: flex;
    margin-top: 12px;
    justify-content: space-between;
}
.footer_navi *:not(:first-child) {
    margin-left: 0px!important;
    padding-left: 0px!important;
    border-left: 0px;
}
.ftr_logo{
    text-align:left;
}
.line3{
    line-height: 0;
}
#toc_container ul ul{
    margin-left: 0px!important;
}
ul.toc_list li{
    padding: 7px 0!important;
    border-top: 1px dashed #ccc;
}
ul.toc_list > li > a {
    font-weight: bold;
}
#toc_container ul ul{
    margin-top:9px;
}
ul.toc_list li ul li a {
    padding-left: 15px;
    display: inline-block;
}

.mail_info_container {
    display: flex;
    justify-content: center;
}

.mail_info {
    width: 29rem;
}

/* CSS Document */

body{
    max-width: 100%;
}
#globalMenu {
    width: 50%;
    font-size: 1em;
}

.top-menu > li{
    width: 190px;
}
.open-time{
    display: block;
    text-align: end;
    position: relative;
    top: -7px;
    right: 10px;
    color: #6d6d6d;
    font-size: .9em;
}
.FV{
    background-image: url("/common/img/main_img_pc2.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}
.FV_p,.FV_p span{
    color: #fff;
}
.FV:before{
    background-color: rgba(0,0,0,.4);
    position: absolute;
    top: 111px;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    height: 600px;
    max-width: 100%;
    margin: 0 auto;
}
.FV-box02,.FV-box01{
    z-index: 99;
    position: relative;
    width: 40%;
    left: 60%;
    color: #fff;
    margin: 5px 0;
}
.FV-box02,.FV-box01 p{
    color: #fff;
}
.FV_tit{
    margin-bottom: 10px;
    font-size: 29px;
    font-weight: 500;
    color: #fff;
}
.FV_tit:first-letter {
    color: #FF9046;
}
.FV-box02 .form button[type="submit"]{
    display: inline;
    padding: 7px 0 7px 0;
    border-radius: 0 5px 5px 0;
    width: 100px;
}
.FV-box02 .form input[type="email"]{
    height: 36px;
    width: 250px;
    border-radius: 5px 0 0 5px;
    border:0;
    margin-top: 30px;
}
.FV-box01 h3{
    font-size: 60px;
    color: #fff;
    display: inline-block;
    margin-bottom: 38px;
    font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, Verdana, Arial, Helvetica, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}

.nav-btn {
    font-size:.7em;
    position: relative;
    top: -7px;
}
.nav-item-login {
    color:#52c343;
}

.nav-item-contact {
    display: block;
}

.nav-item-login-logo {
    font-size: 1.1em;
}
@media (min-width: 800px){
    .hdr_login_btn{
        display: none;
    }
    .FV:before{
        top: 111px;
    }
}
@media (max-width: 799px){
    .hdr_login_pc, .nav-item-contact{
        display: none;
    }
    .FV-box02,.FV-box01{
        text-align: center;
        width: 100%;
        left: 0;
    }
    .FV{
        font-size: 0.8em;
    }
    .wrap{
        margin-top:23px;
        margin-bottom: 30px;
    }
    .FV-box02 .form button[type="submit"] {
        padding: 7px 0;
        width: 88px;
    }
    .FV:before{
        top: 87px;
    }
}
@media (max-width: 800px){
    .FV-box02 .form button[type="submit"] {
        padding: 6px 0;
    }
    .top-menu {
        top: 0;
    }
}
@media (max-width: 799px){
    #globalMenu > ul > li {
        font-size: 0.8em;
    }
}
@media (max-width: 1120px){
    #globalMenu > ul > li {
        font-size: 1em;
    }
}
.send_arrow{
    font-size: 26px!important;
    color: #ff9046;
    margin: 63px 0 -20px;
}
.merit_icon{
    border-radius: 5px;
    padding: 13px;
    height: 100%;
}
.merit_icon img{
    width: 60px;
}
.icon_yellow{
    background: #ffd400;
}
.icon_blue{
    background: #00b9ff;
}
.icon_green{
    background: #23e200;
}
.main_list{
    width: 99%;
    margin: 0 auto;
}
.main_list li{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    width: 512px;
    margin: 25px auto;
    max-width: 95%;
}
.main_list span{
    font-weight: bold;
}
.main_list p{
    margin-left: 10px;
}
.btn-light-plan {
    background-color: #2dce17;
    border-radius: 13px !important;
    padding: 0.8em 0 !important;
    cursor: pointer;
    color: white;
    font-size: 1.2em;
}
.btn-light-plan:hover {       
    background-color: #23a512;
    -o-transition:.5s;
   -ms-transition:.5s;
   -moz-transition:.5s;
   -webkit-transition:.5s;
   transition: .3s;
}
.btn-free-plan {
    background-color: #fcc245;
    border-radius: 13px !important;
    padding: 0.8em 0 !important;
    cursor: pointer;
    color: white;
    font-size: 1.2em;
}
.btn-free-plan:hover {       
    background-color: #e6b243;
    -o-transition:.5s;
   -ms-transition:.5s;
   -moz-transition:.5s;
   -webkit-transition:.5s;
   transition: .3s;
}
.btn-plan-soon {
    background-color: #ffa467;
    border-radius: 13px !important;
    padding: 0.8em 0 !important;
    color: white;
    font-size: 1.2em;
}

.top_plan{
    width: 30%;
    border:1px solid;
    padding: 0 20px;
    border-radius: 3px;
    margin: 0 10px;
    position: relative;
    overflow: hidden;
}
.plan_flex{
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}
.plan_flex th{
    background-color: transparent;
    font-size: 1.3em;
    font-weight: bold;
    height: 70px;
    text-align: center;
    border:none;
    border-bottom: 1px dashed #ccc;

}
.top_plan td{
    border:none;
    height: 50px;
    border-bottom: 1px dashed #ccc;
}
.top_plan table{
    border:none;
}
.top_plan tr td:nth-child(2n){
    text-align: center;
}
.contact-box{
    width: 50%;
    border: 1px solid #ff9046;
    border-radius: 3px;
    box-shadow: 3px 3px 5px #ccc;
    padding: 30px;
    margin: 0 auto;
}
.top_qa{
    width: 65%;
    margin: 0 auto;
    max-width: 1200px;
}
.top_qa .qa-q{
    background: #f5efe0;
    width: 100%;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    padding-left: 3em;
    text-indent: -2em;
}
.top_qa span{
    font-size: 1.5em;
    font-weight: bold;
    padding-right: 20px;
}
.top_qa p:nth-child(2n){
    padding: 15px;
    font-size: 18px;
    padding-left: 3em;
    text-indent: -2em;
    border: 1px solid #f5efe0;
}
.btn-white {
    display: inline-block;
    width: 250px;
    padding: 10px;
    font-size: 1.1em;
    color: #ff9046;
    border-radius: 5px;
    border: 1px solid;
}
.btn-white-box{
    margin:40px auto -20px;
    width: 77%;
    text-align: center;
}
.btn-price .btn-white{
    display: inline-block;
    width: 360px;
    padding: 9px;
    font-size: 1.7em;
    color: #ffffff;
    border-radius: 5px;
    background: #ffd400;
    line-height: 2;
}
.sitamuki{
    transform: rotate(90deg);
    display: inline-block;
    font-size: .8em;
    padding-left: 5px;
    vertical-align: top;
    font-weight: bold;
}
.top-menu > li a:hover {
    color: #000;
}

.web-menu {
    display: block;
}
.mobile-menu {
    display: none;
}
@media (max-width: 800px){
    .top-menu > li .web-menu {
        display: none;
    }
    .top-menu > li .mobile-menu {
        display: block;
    }
    .top_qa,.contact-box{
        width: 98%;
    }
    .great_plan,.lightplan_obi, .lightplan_obi_en{
        display: block;
    }
    .top_plan{
        width: 93%;
        display: flex;
        margin: 10px auto;
    }
    .btn-price{
        display: block;
    }
    .btn-price .btn-white{
        width: 100%;
    }
    .plan_flex {
        all: initial;
    }

    #globalMenu { display: none; }

    #rwdMenuWrap {
        width: 100%;
        border-bottom: #fff 1px solid;
    }
    #rwdMenuWrap #switchBtnArea {
        position: relative;
    }

    /* ボタン */
    #rwdMenuWrap #switchBtnArea #switchBtn {
        position: absolute;	top: 25px; right: 10px;
        width: 46px;
        height: 46px;
        background: #444;
        border-radius: 3px;
        z-index: 999;
    }
    #rwdMenuWrap #switchBtnArea #switchBtn span{
        width: 25px;
        height: 3px;
        content:"";
        transition: all .4s;
        position: absolute; left: 11.5px;
        display: block;
        background: #fff;
    }
    #rwdMenuWrap #switchBtnArea #switchBtn span:nth-child(1){ top: 15%; }
    #rwdMenuWrap #switchBtnArea #switchBtn span:nth-child(2){ top: 29%; }
    #rwdMenuWrap #switchBtnArea #switchBtn span:nth-child(3){ top: 44%; }
    #rwdMenuWrap #switchBtnArea #switchBtn:after{
        content:"MENU";
        position: absolute; left: 5px; top: 54%;
        color: #fff;
        font-size: 12px;
    }

    #rwdMenuWrap #switchBtnArea #switchBtn.btnClose { background-image: url(../img/btnClose.png); }
    #rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-child(1) {
        -webkit-transform: translateY(6.5px) rotate(-45deg);
        transform: translateY(6.5px) rotate(-45deg);
    }
    #rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-child(2){
        opacity: 0;
    }
    #rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-child(3) {
        -webkit-transform: translateY(-6.5px) rotate(45deg);
        transform: translateY(-6.5px) rotate(45deg);
    }

    /* メニューコンテンツ */
    #rwdMenuWrap ul {
        width: 100%;
        position: absolute;
        top: 75px;
        z-index: 999;
        display: none;
    }
    #rwdMenuWrap ul li{
        width: 100%;
        border-bottom: #ddd 1px solid;
    }
    #rwdMenuWrap ul li small{
        margin-left: 10px;
        color: #1C6BAA;
    }
    #rwdMenuWrap ul li:last-child{
        border: none;
    }
    #rwdMenuWrap ul li a {
        position: relative;
        padding: 0 50px;
        background: #f8f8f8;
    }
    #rwdMenuWrap ul li a:hover{
        background: #D7D7D7;
    }
    #rwdMenuWrap ul li a:after{
        position: absolute;
        right: 20px;
        content: "+";
        width: 10px;
        height: 10px;
    }
    #rwdMenuWrap ul li button {
        position: relative;
        padding: 0 50px;
        background: #f8f8f8;
        width: 100%;
        text-align: left;
    }

    #rwdMenuWrap ul li button:hover{
        background: #D7D7D7;
    }
    #rwdMenuWrap ul li button:after{
        position: absolute;
        right: 20px;
        content: "+";
        width: 10px;
        height: 10px;
    }
    #rwdMenuWrap ul li button:hover .menu__second-level{
       display: none;
    }
}

/*sitemap*/
.sitemap{
    width: 80%;
    margin: 0 auto;
    font-size: 1.3em;
    max-width: 1200px;
}
.sitemap li{
    margin: 8px 0;
}
.seclist{
    margin: 10px 0 10px 35px;
}
.head-img{
    padding: 50px;
    background: url(https://column.greatsign.com/wp-content/themes/greatsign_design/img/sitemap_img_pc.png);
    text-align: center;
    font-size: 2em;
    color: #fff;
    background-position: center;
    background-size: cover;
    margin-top: 1px;
}
.sm_list{
    display: flex;
    justify-content: space-between;
}
.sm_list div{
    width: 170px;
    height: 170px;
    text-align: center;
    padding: 10px;
    border: 5px solid #ff9046;
    border-radius: 10px;
}
.sm_list span{
    display: block;
    justify-content: space-between;
    margin: 10px auto;
}
.sm_list img{
    width: 100px;
    height: 100px;
    object-fit: scale-down;
}
.first_cat{
    margin: 45px 0px 20px!important;
    color: #ff9046;
}

@media (max-width: 600px){
    .sm_list{
        flex-direction: column;
    }
    .sm_list img{
        display: none;
    }
    .sm_list div{
        width: auto;
        height: auto;
    }
    .sm_list span{
        color: #ff9046;
    }
    .seclist li{
        display: none;
    }
    .seclist .first_cat{
        display: block;
    }
}

.nav-img-icon {
    vertical-align: 0px;
}

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

    .type__article h2{
        font-size: 19px;
    }
    .type__img img{
        width: 100%;
    }
    .wrap .flex{
        flex-direction: column;
    }
    .flex .type,.sidewidget{
        width: 100%;
    }
    #topicPath ul{
        flex-direction: column;
    }
    .shell{
        flex-direction: column;
        width:95%;
    }
    .content{
        width: 100%;
    }
    .footer_navi ul{
        border-bottom: 1px dashed #ccc;
    }
    .footer_navi{
        display: block;
    }
    .footer_navi ul li a {
        font-size: 18px;
    }
    #rwdMenuWrap .menu__second-level {
        top: 50px;
        display: none;
    }
    .header-menu {
        display: none!important;
    }
    .line3{
        line-height: normal;
    }
    #toc_container {
        width: 100%!important;
    }
    section {
        padding-top: 15px!important;
    }
    .list-img {
        margin-right: 8px;
    }
    .flex2{
        width:100%;
    }
    .wrap{
        width: 95%;
    }
    #topicPath{
        display: none;
    }
    .con_bnr {
        font-size: 1.1em;
    }
    .local-ttl{
        font-size: 20px;
    }
}

/*-- agent --*/
.agent-header-text {
    font-size: 1.8em;
}
.agent-header {
    display: flex;
    align-items: stretch;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}
.agent-header-image {
    align-self: center;
}
.collab-icon {
    height: 42px;
    align-self: center;
}
.agent-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.agent-form input[type=email],
.agent-form input[type=text],
.agent-form input[type=password]
{
    width: 100%;
}
.greatsign-logo {
    height: 60px;
}
.agent-logo {
    height: 85px;
}

@media (max-width: 800px){
    .agent-header {
        flex-direction: column;
    }
    .agent-logo {
        width: 100% !important;
    }
}