@charset 'utf-8';
/*
**********************************************************************

* common.css

*********************************************************************
*/
/* clearfix 
----------------------------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
/* WinIE7 only */
*:first-child+html .clearfix {
  height: 1%;
}
/* WinIE6 and below */
/* hide \*/
* html .clearfix {
  height: 1%;
}
/* imghover
----------------------------------------------------------------------*/
a.ov:hover img {
  opacity: 0.8;
  /* filter: alpha(opacity=80);  /* IE7 */
  /* -ms-filter: "alpha(opacity=80)"; IE8 */
}
/* fade setting
a.ov img {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
*/

/* common style !important
----------------------------------------------------------------------*/
.fontB {
  font-weight: bold !important;
}
.clrBk {
  color: #333333 !important;
}
.clrRed {
  color: #ff0000 !important;
}
.clear {
  clear: both !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}

/* 
----------------------------------------------------------------------*/
#GHeadWrap {
  height:219px;
}
@media only screen and (max-width: 768px)
{
#GHeadWrap {
  height:60px;
}
}

.inner
{
    position: relative;

    width: 960px;
    margin: 0 auto;
}
#GHead,
#GFoot,
#Contents
{
    min-width: 960px;
}

.pcOnly
{
    display: block;
}
span.pcOnly,
img.pcOnly
{
    display: inline;
}
.spOnly,
span.spOnly,
img.spOnly
{
    display: none;
}
#MqBox
{
    position: fixed;
    bottom: 0;
    left: 0;

    display: none;

    width: 1px;
    height: 1px;
}
.inlineB
{
    display: inline-block;
}

#Overlay
{
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    background: #0996d9;
    background: rgba(9,150,217,.9);
}

@media only screen and (max-width: 768px)
{
    .inner
    {
        width: auto;
    }
    #GHead,
    #GFoot,
    #Contents
    {
        min-width: inherit;
    }
    .pcOnly,
    span.pcOnly,
    img.pcOnly
    {
        display: none;
    }
    .spOnly
    {
        display: block;
    }
    span.spOnly,
    img.spOnly
    {
        display: inline;
    }
    #MqBox
    {
        display: block;
    }
}


/* =========================================================
GHead
========================================================= */
#GHead
{
    position: fixed;
    z-index: 50;
    width:100%;
    background: #fff;
	-webkit-transition: opacity .4s ease;
	-moz-transition: opacity .4s ease;
	transition: opacity .4s ease;
    line-height: 1.6;
    text-align:left;
}
#GHead img
{
    max-width: 100%;
    height: auto;
}
.ie8 #GHead img
{
    max-width: inherit;
}
#GHead .logo
{
    width: 328px;
    height:121px;
    padding: 42px 0 0;
}
#GHead .telBox
{
    position: absolute;
    top: 20px;
    right: 187px;
}
#GHead .telBox li
{
    clear: both;
    overflow: hidden;

    margin-bottom: 5px;
}
#GHead .telBox li > p
{
    float: left;

    margin-left: 3px;
}
#GHead .telBox li .tel
{
    padding-right: 5px;
}

#GHead .firstBtn
{
    position: absolute;
    top: 20px;
    right: 0;
}
#GHead {
  opacity:.95;
}

#GHead .gNavWrap
{
    background: #fafafa;
}
#Gnav
{
    font-size: 16px;
    line-height: 1;

    text-align: center;
}
#Gnav li
{
    position: relative;

    display: inline-block;
}
#Gnav li:before
{
    position: absolute;
    top: 20px;
    left: -6px;

    content: '/';

    color: #4ec3f4;
}
#Gnav li:first-child:before
{
    display: none;
}
#Gnav li a
{
    display: block;

    padding: 20px 36px;

    text-decoration: none;

    color: #333;
}


#GHead .menuBtn,
#GHead .spNavWrap
{
    display: none;
}

#GHead.sc {
  opacity:.98;
}
#GHead.sc .logo {
    height:97px;
    padding: 21px 0 0;
}
#GHead .telBox li .btnL,
#GHead .firstBtn .btnL {
  display:block;
}
#GHead .telBox li .btnS,
#GHead .firstBtn .btnS {
  display:none;
}
#GHead.sc .telBox li .btnL,
#GHead.sc .firstBtn .btnL {
  display:none;
}
#GHead.sc .telBox li .btnS,
#GHead.sc .firstBtn .btnS {
  display:block;
}
#GHead.sc .telBox li .tel img 
{
  height:26px;
  width:auto;
}


#GHead.sc .telBox
{
    top: 15px;
}
#GHead.sc .firstBtn
{
    top: 15px;
}

#GHead.sc #Gnav
{
    font-size: 14px;
}
#GHead.sc #Gnav li a
{

    padding: 15px 36px;

}
#GHead.sc #Gnav li:before
{
    top: 15px;
    left: -4px;
}



@media only screen and (max-width: 768px)
{
    #GHead
    {
    }
    #GHead.open
    {
      position:absolute;
    }
    
    #GHead img
    {
    }
    #GHead .logo,
    #GHead.sc .logo
    {
        width: 183px;
        height:52px;

        padding: 8px 20px 0;
    }
    #GHead .telBox,
    #GHead .firstBtn
    {
        display: none;
    }
    #GHead .gNavWrap
    {
        display: none;
    }

    #GHead .menuBtn
    {
        position: absolute;
        top: 12px;
        right: 12px;

        display: block;

        cursor: pointer;
    }
    #GHead .menuBtn .closeBtn
    {
        display: none;
    }
    #GHead.open .menuBtn .closeBtn
    {
        display: block;
    }
    #GHead.open .menuBtn .openBtn
    {
        display: none;
    }
    #GHead .spNavWrap
    {
        font-weight: bold;

        position: absolute;
        top: 60px;
        left: 0;

        display: none;

        width: 100%;
        
    }
    #SpNavWrap a
    {
        position: relative;

        display: block;

        text-decoration: none;
    }
    #SpNavWrap a:after
    {
        position: absolute;
        top: 50%;
        right: 5px;

        width: 7px;
        height: 10px;
        margin-top: -5px;

        content: '';

        background: no-repeat 0 0 ;
        background-size: 7px 10px;
    }
    #SpNavWrap #Spnav1
    {
        font-size: 13px;

        padding: 5px 10px 0;
    }

    #SpNavWrap #Spnav1 li
    {
        border-top: 1px solid #fff;
    }
    #SpNavWrap #Spnav1 li:first-child
    {
        border-top: 0;
    }
    #SpNavWrap #Spnav1 li a
    {
        padding: 12px 5px;

        color: #fff;
    }
    #SpNavWrap #Spnav1 li a:after
    {
        background-image: url(../images/spnav_arrow_white-sp.png);
    }
    #SpNavWrap #Spnav2
    {
        font-size: 12px;

        padding: 5px 10px 10px;

        background: #fff;
        background: rgba(255,255,255,.9);
    }
    #SpNavWrap #Spnav2 li
    {
        float: left;

        width: 48.5%;

        border-bottom: 1px solid #0996d9;
    }
    #SpNavWrap #Spnav2 li:nth-child(2n)
    {
        float: right;
    }
    #SpNavWrap #Spnav2 li a
    {
        padding: 10px 5px;

        color: #0996d9;
    }
    #SpNavWrap #Spnav2 li a:after
    {
        background-image: url(../images/spnav_arrow_blue-sp.png);
    }
}
/* =========================================================
GFoot
========================================================= */
#GFoot
{
    position: relative;

    color: #fff;
    
    text-align:left;
    line-height: 1.6;
}
#GFoot .pagetop
{
    position: fixed;
    z-index: 1;
    right: 50%;
    bottom: 50px;

    margin-right: -636px;
}

#GFoot .pagetop.btmFix
{
    position: absolute;
    top: -120px;
    bottom: auto;
}

#GFoot .bgWrap
{
    position: relative;
    z-index: 2;

    padding: 30px 0 0;

    background: #6b6b6b;
}
#GFoot a
{
    text-decoration: none;

    color: #fff;
}
#GFoot img
{
    max-width: 100%;
    height: auto;
}
#GFoot .snsList
{
    text-align: right;
}
#GFoot .snsList li
{
    display: inline-block;

    width: 38px;
}
#GFoot .fnavBlock
{
    margin-bottom: 35px;
}
#GFoot .fnavBlock .blockTit
{
    margin-bottom: 20px;
    padding-left: 20px;
}
#GFoot .fnavBlock .navList
{
    float: left;

    width: 145px;
    padding: 15px 0 15px 30px;

    border-left: 1px dotted #989898;
}
#GFoot .fnavBlock .navList.navList1
{
    border-left: 0;
}
#GFoot .fnavBlock .navList li
{
    font-size: 12px;

    padding: 3px 0;
}
#GFoot .telBlock
{
    margin-bottom: 50px;
}
#GFoot .telBlock .blockTit
{
    float: left;

    width: 275px;
    padding-left: 15px;
}
#GFoot .telBlock .telList
{
    padding-top: 10px;
}
#GFoot .telBlock .telList li
{
    float: left;

    width: 150px;
    margin-left: 60px;
}
#GFoot .copyright
{
    font-size: 10px;

    padding: 10px 0;

    text-align: center;

    border-top: 1px solid #666;
}
@media only screen and (max-width: 768px)
{
    #GFoot .pagetop
    {
        display: none !important;
    }
    #GFoot .bgWrap
    {
        padding: 0 0 60px;
    }
    #GFoot .snsList
    {
        position: absolute;
        right: 10px;
        bottom: 70px;
    }

    #GFoot .fnavBlock
    {
        margin-bottom: 15px;
        padding: 0px 0 0;

        background: #787878;
    }
    #GFoot .fnavBlock .blockTit
    {
        display: none;
    }
    #GFoot .fnavBlock .navList
    {
        float: none;

        width: auto;
        padding: 0 10px;

        border-left: 0;
    }
    #GFoot .fnavBlock .navList li
    {
        font-size: 15px;

        padding: 0;

        border-top: 1px solid #6e6e6e;
    }
    #GFoot .fnavBlock .navList.navList1 li:first-child
    {
        border-top: 0;
    }
    #GFoot .fnavBlock .navList li a
    {
        position: relative;

        display: block;

        padding: 10px;
    }
    #GFoot .fnavBlock .navList li a:after
    {
        position: absolute;
        top: 50%;
        right: 10px;

        width: 7px;
        height: 10px;
        margin-top: -5px;

        content: '';

        background: url(../images/foot_icon_arrow01.png) no-repeat 0 0;
        background-size: 7px auto;
    }
    #GFoot .telBlock
    {
        margin-bottom: 0;
        padding: 0 20px;
    }
    #GFoot .telBlock .blockTit
    {
        float: none;

        width: 250px;
        margin-bottom: 20px;
        padding-left: 0;
    }
    #GFoot .telBlock .telList
    {
        padding-top: 0;
    }
    #GFoot .telBlock .telList li
    {
        float: none;

        width: 150px;
        margin-bottom: 20px;
        margin-left: 0;
    }
    #GFoot .copyright
    {
    }
}


/* =========================================================
spFootContact
========================================================= */
.spFootContact {
    z-index: 3;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: #fff;
    box-shadow: 0 -2px 2px rgba(0,0,0,.2);

}

.spFootContact img {
    margin-top: -4px;
}