/* ���X�|���V�u�@CSS*/

/*��ʕ�990px�܂ł̃X�^�C��*/
@media print, screen and (min-width: 0px) and (max-width: 999px) {
    .menugroup__item { float: none;
    }

    .menu__item { 
        float: none;
        display:block;
    }

    .section {
        box-sizing: border-box;
        float: left;
        margin: 0;
        padding: 10px;
        right: 0;
        width: 100%;
    }

    .tmg-container, .row10, .row11 {
        clear: both;
        content: "";
        display: block;
    }

    #nav-open {
        /* position: fixed; */
        position: absolute;
        right: 10px;        
        top: 25px;
        transition-duration: 0.25s; /*���炩�ɕ\��*/
        transition-timing-function: ease-in-out;
        z-index: 9999;
        background-color: #012ea6;
        padding:  13px 28px 17px 3px
    }

    #nav-open span, #nav-open span:before, #nav-open span:after {
        background: #fff;
        border-radius: 3px;
        cursor: pointer;
        display: block;
        height: 3px; /*���̑���*/
        position: absolute;
        width: 25px; /*����*/
    }

    /*����p�̔����J�o�[*/
    #nav-close {
        background: black;
        display: none; /*�͂��߂͉B���Ă���*/
        height: 100%;
        left: 0;
        opacity: 0;
        position: fixed;
        top: 0; /*�S�̂ɍL����悤��*/
        transition: .3s ease-in;
        width: 100%;
        z-index: 99;
    }

    /*���g*/
    .menugroup-container {
        /* position: fixed;  */       
        position: absolute;
        /* height: 100%; */
        margin: 0;
        overflow: auto;
        right: 0;
        top: 0;
        /* transform: translateX(100%); /*���ɉB���Ă���*/
        z-index: 9999;
        -webkit-transform: translateX(100);
        
        background-color: #012ea6;
        width: 100%;
        top:71px;
        padding:76px 0px 0px 0px;
 /*        display: flex;
        flex-wrap: wrap; */
        max-width: 100%;
    }

    .menu-container {
        position: fixed;        
        margin: 0;        
        overflow: auto;
        left: 0;
        right: 0;
        top: 0;
        padding: 0;
        transform: translateX(100%); /*���ɉB���Ă���*/
        z-index: 9999;
        -webkit-transform: translateX(100);
        display: none !important;
    }

  /*   .sideonly{ 
        display: none;
    } */

    /*�`�F�b�N��������������\��*/
/*     #nav-input:checked ~ #nav-close {
        display: block; 
        opacity: .5;
    } */

    #nav-input:checked ~ ul li, #nav-input:checked ~ ul {
        background-color: #012ea6; 
        border-bottom: 1px solid #fff; 
        border-right: 0px;          
        display: block; /*�J�o�[��\��*/
        float: none;
        transform: translateX(0%); /*���g��\���i�E�փX���C�h�j*/
        transition-duration: 0.25s; /*���炩�ɕ\��*/
        transition-timing-function: ease-in-out;
        -webkit-transform: translateX(0%);
        
    }

    #nav-input:checked ~ .global-sw,#nav-input:checked ~ .navbar__utility .utility__helper .global-sw{
        display: block;
    }
    .global-sw{
        display: none;
    }

    #nav-input:checked ~ ul li{
        padding: 10px 60px;
    }

    #nav-input:checked ~ ul li, #nav-input:checked ~ ul li a:link {
        color: #fff;
        text-decoration:none;        
    }

     #nav-input:checked ~ ul li, #nav-input:checked ~ ul li a:visited {
        color: #fff;
        text-decoration:none;
    }

     #nav-input:checked ~ ul li:hover {
        color: #012ea6;    
        background-color: #fff;   
    }

     #nav-input:checked ~ ul li:hover a{
        color: #012ea6;    
           
    }

/*     #nav-input:checked ~ #nav-open {
        transform: translateY(260px);
        -webkit-transform: translateY(260px);
    } */

    #nav-input:checked ~ body {
        overflow: hidden;
    }

    .mg__logo{display: none;}


    /*ハンバーガーメニュー用*/
    .utility__helper{
        width: 100%;
    }

    .utility__logo{
        display: none !important;
    }

    .utility__search{
        position: absolute;
        z-index: 10000;
        top:84px;
        left:0;
        width: 100%;
        padding: 0px 15px;
    }

    .src-container{
        padding: 10px;
        display: flex;
        width: 100%;
        align-items: center;
        margin-top: 0px;
        background-color: #ecf2fd;        
        border: solid 1px #ecf2fd;
        border-radius: 10px;            
    }

    .src-container2{
        padding: 10px;
        display: flex;
        width: 100%;
        align-items: center;
        margin-top: 0px;
        margin-bottom: 15px;
        background-color: #ecf2fd;        
        border: solid 1px #ecf2fd;
        border-radius: 0px;            
    }    

    .src-title{
        min-width: 115px;
        margin-right: 10px;
    }

    .vsrc-container{
        width: 100%;
        display: flex;
    }

    .vsrc__textbox{
        max-width: 600px;
        width: 300%;
    }

    .vsrc__btn{
        min-width: 70px;
    }

    .utility__bilingual{
        display: none;
    }

    .utility__inquiry{
        display: none;
    }

    .utility__fontchange{
        display: none !important;
    }

    .utility__changebgcolor{
        display: none !important;
    }
    
    .menugroup__item{
        width: 50%;
        float: left;

    }
    :nth-last-child(4).menugroup__item{
        border-bottom: none;
    }
    .sp{
        border-bottom: solid 1px #718acd;
        background-color: #3458b8;
    }



    .menugroup-container :nth-child(2n+1).sp{
        border-right: 1px solid #718acd;
    }

    .sideonly{
        width: 100%;
        border-top: solid 1px #718acd;
    }

    .menugroup__item > a{
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 10px;
    }
    .menugroup__item a::after{
        font-family: "Font Awesome 5 Free";
        content: "\f054";
        font-weight: 700;
        display: inline-block;
    }

}

/*��ʕ�990px�ȏ�̃X�^�C��*/
@media print, screen and (min-width: 1000px) {
      .section {
        box-sizing: border-box;
        float: left;
        margin-top: 20px;
        padding: 10px;
        width: 100%;
    }
    /*�g�b�v�y�[�W�@���C���u���b�N*/
    .row11 {
        float: left;
        width: 25%;
    }

    .row10 {
        float: left;
        width: 75%;
    }

    .colcount1, .optcolcount1 {
        float: left;
        width: 100%;
        padding:0 10px;
    }

    .colcount2, .optcolcount2 {
        float: left;
        width: 50%;
        padding:0 10px;
    }

    .colcount3, .optcolcount3 {
        float: left;
        width: 33%;
        padding:0 10px;
    }

    .colcount4, .optcolcount4 {
        float: left;
        width: 25%;
        padding:0 10px;
    }

    .colcount5, .optcolcount5 {
        float: left;
        width: 20%;
        padding:0 10px;
    }

    .colcount6, .optcolcount6 {
        float: left;
        width: 16.6%;
        padding:0 10px;
    }

    .colcount7, .optcolcount7 {
        float: left;
        width: 14.2%;
        padding:0 10px;
    }

    .colcount8, .optcolcount8 {
        float: left;
        width: 12.5%;
        padding:0 10px;
    }

    .colcount9, .optcolcount9 {
        float: left;
        width: 11.1%;
        padding:0 10px;
    }

    .colcount10, .optcolcount10 {
        float: left;
        width: 10%;
        padding:0 10px;
    }

    .sideonly {
        color: #000;          
        display: none;
    }

    .sideonly a:link {
        color: #000;          
        display: none;
    }

/*���j���[�O���[�v�@�֘A*/
    .tmg-container { height: 30px;}
    .menugroup__item { float: left; }
    .menu__item { float: left; }
    .menu__list { display: block; }

    .menugroup__name{
        color: #000;
        display: none;
    }

    .src-container2{
        display: none;       
    }     

}
