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

PC　view

------------------------------------------------------------------------------
******************************************************************************/
@media screen and (min-width: 769px) {
    
body,html{
min-width:1200px;
}	
	
.pc{ display: block;}
.sp{ display: none;}	

.contentInner{
	width: 1200px;
	margin: 0 auto;
}
.contentInnerAll{
	width: 100%;
}

.contentInnerHalf{
	width: 50%;
	float: left;
	height: 500px;
}

.inLink{
    padding: 20px 0 0 0;
}

.inLink a{
    font-size: 24px;
    letter-spacing: 0.2em;
    color: #FFFFFF;
    padding: 20px 28px 20px 28px;
    background-color: #16b1e4;
}

.inLink a span{
    padding: 0 100px 0 0;
    background: url(../image/arr_inLink.png) no-repeat right center;
    background-size: 66px 11px;
}

.flexarea{
	display: flex;
	justify-content: space-between;
}
.flexareaPC{
	display: flex;
	justify-content: space-between;
}
	
body{
	color: #000000;
	font-size: 16px;
}
a{text-decoration: none; color: #000000;}


.bg{
	background: url(../image/common/bg.png);
	background-color: #19B1E4;
}		

/* header */
header{
	position: fixed;
	top: 0;
	height: 80px;
	width: 100%;
	background-color: #FFFFFF;
	z-index: 200;
}

header .contentInner{
	position: relative;
    width: 100%;
}

header #logo{
	position: absolute;
	top: 11px;
	left: 0;
    right: 0;
    margin:  auto;
	width: 304px;
}

header #logo img{
	width: 100%;
}

header #heBtn{
    position: absolute;
    top: 0;
    right: 80px;
    width: 195px;   
}

header #heBtn a{
    display: block;
    background-color: #16b1e4;
    height: 80px;
    width: 195px; 
    vertical-align: middle;
    text-align: center;
}

header #heBtn a:hover{
    opacity: 0.7;
}

header #heBtn a img{
    width: 79px;
    height: 19px;
    margin: 30px auto 0;
}



header nav{
	position: absolute;
	right: 0;
	top: 34px;
}

header nav ul {
	width: 610px;
	display: flex;
	justify-content: space-between;
}
header nav ul li{
	font-size: 18px;
}
    
    
/* footer */
footer {
    clear: both;
}

footer .f-sitemap {
    margin-top: 40px;
	letter-spacing: 1px;
}

footer .f-sitemap dl{
	position: relative;
}

footer .f-sitemap dl dt{
	position: absolute;
	top:0;
	font-weight: bold;
	font-size: 1em;
	color: #0096c2;
}

.fbTypeA{flex-basis: 18%;}
.fbTypeB{flex-basis: 28%;}
.fbTypeC{flex-basis: 18%;}
.fbTypeD{flex-basis: 28%;}
.border{border-right: 2px dotted #eee;}

footer .f-sitemap dl dd{
	padding-top: 30px;
}

footer .f-sitemap dl dd ul li{
	line-height: 2.2;
	font-size: 0.9em;
}

footer .f-sitemap dl dd ul li.child{
	padding-left: 10px;
	line-height: 1.8;
	font-size: 0.85em;
	background-image: url(../image/common/);
	position: relative;
}

footer .f-sitemap dl dd span{
	font-size: 0.9em;
	padding-left: 20px;
}
.btn-more{
	text-align:left;
	display: block;
	overflow: hidden;
	text-decoration: none;
	width: 80%;
	height: 40px;
	font-weight: normal;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 0;
	color: #fff;
	position: relative;
	background-color: #19b1e4;
  }
  .btn-more:before,.btn-more:after{
	content: '';
	position: absolute;
	background: #fff;
  }
  .btn-more:before {
	top: 22px;
	right: 20px;
	height: 1px;
	width: 18px;
  }
  .btn-more:after {
	top: 18px;
	right: 20px;
	height: 1px;
	width: 10px;
	transform: rotate(45deg);
  }

footer .contentInner{
    width: 1000px;
}

footer .f-logo{
	margin: 40px 0 20px;
	width: 304px;
}

footer .f-logo img{
	width: 100%;
}


footer .f-btn{
    margin: 50px 0 0;
    width: 300px;
}

footer .f-btn a{
    display: block;
    width: 220px;
    font-size: 12px;
    background-color: #eaeaea;
    padding: 12px 20px 8px;
}

footer .f-btn a span{
    padding: 0 60px 0 0;
    background: url(../image/arr_f-Link.png) no-repeat right top;
    background-size: 51px 11px;
}

footer .f-address{
	margin: 48px 0 20px;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 2;
}

footer .copyright{
	clear: both;
	height: 47px;
	line-height: 47px;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #19B1E4;
	text-align: center;
}
    
}



/****************************************************************************
------------------------------------------------------------------------------

tab　view

------------------------------------------------------------------------------
******************************************************************************/
@media screen and (min-width: 721px) and ( max-width: 768px) {

    body,html{
        min-width:1240px;
        margin: 0 auto;
    }		

    .pc{ display: block;}
    .sp{ display: none;}	

    .contentInner{
        width: 1200px;
        margin: 0 auto;
    }
    .contentInnerAll{
        width: 100%;
    }

    .contentInnerHalf{
        width: 50%;
        float: left;
        height: 500px;
    }

    .inLink{
        padding: 20px 0 0 0;
    }

    .inLink a{
        font-size: 24px;
        letter-spacing: 0.2em;
        color: #FFFFFF;
        padding: 20px 28px 20px 28px;
        background-color: #16b1e4;
    }

    .inLink a span{
        padding: 0 100px 0 0;
        background: url(../image/arr_inLink.png) no-repeat right center;
        background-size: 66px 11px;
    }



    .flexarea{
        display: flex;
        justify-content: space-between;
    }
    .flexareaPC{
        display: flex;
        justify-content: space-between;
    }

    body{
        color: #000000;
        font-size: 16px;
    }
    a{text-decoration: none; color: #000000;}


    .bg{
        background: url(../image/common/bg.png);
        background-color: #19B1E4;
    }		

    /* header */
    header{
        position: fixed;
        top: 0;
        height: 80px;
        width: 100%;
        background-color: #FFFFFF;
        z-index: 200;
    }

    header .contentInner{
        position: relative;
        width: 100%;
    }

    header #logo{
        position: absolute;
        top: 11px;
        left: 100px;
        width: 425px;
    }

    header #logo img{
        width: 100%;
    }

    header #heBtn{
        position: absolute;
        top: 0;
        right: 80px;
        width: 195px;   
    }

    header #heBtn a{
        display: block;
        background-color: #16b1e4;
        height: 80px;
        width: 195px; 
        vertical-align: middle;
        text-align: center;
    }

    header #heBtn a:hover{
        opacity: 0.7;
    }

    header #heBtn a img{
        width: 79px;
        height: 19px;
        margin: 30px auto 0;
    }



    header nav{
        position: absolute;
        right: 0;
        top: 34px;
    }

    header nav ul {
        width: 610px;
        display: flex;
        justify-content: space-between;
    }
    header nav ul li{
        font-size: 18px;
    }


    /* footer */
    footer {
        clear: both;
    }


    footer .f-sitemap {
        letter-spacing: 1px;
    }
    
    footer .f-sitemap dl{
        position: relative;
    }
    
    footer .f-sitemap dl dt{
        position: absolute;
        top:0;
        font-weight: bold;
        font-size: 1em;
        color: #0096c2;
    }
    
    .fbTypeA{flex-basis: 18%;}
    .fbTypeB{flex-basis: 28%;}
    .fbTypeC{flex-basis: 18%;}
    .fbTypeD{flex-basis: 28%;}
    .border{border-right: 2px dotted #eee;}
    
    footer .f-sitemap dl dd{
        padding-top: 30px;
    }
    
    footer .f-sitemap dl dd ul li{
        line-height: 2.2;
        font-size: 0.9em;
    }
    
    footer .f-sitemap dl dd ul li.child{
        padding-left: 10px;
        line-height: 1.8;
        font-size: 0.85em;
        background-image: url(../image/common/);
        position: relative;
    }
    
    footer .f-sitemap dl dd span{
        font-size: 0.9em;
        padding-left: 20px;
    }
    .btn-more{
        text-align:left;
        display: block;
        overflow: hidden;
        text-decoration: none;
        width: 80%;
        height: 40px;
        font-weight: normal;
        font-size: 16px;
        line-height: 40px;
        letter-spacing: 0;
        color: #fff;
        position: relative;
        background-color: #19b1e4;
      }
      .btn-more:before,.btn-more:after{
        content: '';
        position: absolute;
        background: #fff;
      }
      .btn-more:before {
        top: 22px;
        right: 20px;
        height: 1px;
        width: 18px;
      }
      .btn-more:after {
        top: 18px;
        right: 20px;
        height: 1px;
        width: 10px;
        transform: rotate(45deg);
      }

    footer .contentInner{
        width: 1000px;
    }

    footer .f-logo{
        margin: 40px 0 20px;
        width: 304px;
    }

    footer .f-logo img{
        width: 100%;
    }


    footer .f-btn{
        margin: 50px 0 0;
        width: 300px;
    }

    footer .f-btn a{
        display: block;
        width: 220px;
        font-size: 12px;
        background-color: #eaeaea;
        padding: 12px 20px 8px;
    }

    footer .f-btn a span{
        padding: 0 60px 0 0;
        background: url(../image/arr_f-Link.png) no-repeat right top;
        background-size: 51px 11px;
    }

    footer .f-address{
        margin: 48px 0 20px;
        font-size: 14px;
        letter-spacing: 0.1em;
        line-height: 2;
    }

    footer .copyright{
        clear: both;
        height: 47px;
        line-height: 47px;
        font-size: 12px;
        color: #FFFFFF;
        background-color: #19B1E4;
        text-align: center;
    }

}

/****************************************************************************
------------------------------------------------------------------------------

SP view

------------------------------------------------------------------------------
******************************************************************************/
@media screen and (max-width: 768px) {
    
.sp{ display: block;}
.pc{ display: none;}	  

body{
    color: #000000;
    font-size: 14px;
}	    
    
    .hamburger {
        top: 8px;
        right: 6px;
    }

/*  header */
header {
    position: fixed;
    top: 0;
    height: 60px;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 200;
}	

header .sp_bg{
    height: 60px;
}

header #logo{
    margin: 14px auto 0;
    width: 242px;
}

header #logo img,
header .button-toggle img{
    width: 100%;
}

    

    header #heBtn{
        display: none;
        /*position: absolute;
        top: 0;
        right: 80px;
        width: 100px;   
    }

    header #heBtn a{
        display: block;
        background-color: #16b1e4;
        height: 60px;
        width: 100px; 
        vertical-align: middle;
        text-align: center;
    }

    header #heBtn a img{
        width: 60px;
        height: 14px;
        margin: 23px auto 0;*/
    }

    .inLink{
        text-align: center;
        padding: 20px 0 0 0;
        width: 80%;
        margin: 0 auto;
    }

    .inLink a{
        font-size: 14px;
        letter-spacing: 0.2em;
        color: #FFFFFF;
        padding: 20px 0 20px 0;
        background-color: #16b1e4;
        text-decoration: none;
        display: block;
        width: 100%;
    }

    .inLink a span{
        padding: 0 50px 0 0;
        background: url(../image/arr_inLink.png) no-repeat right center;
        background-size: 33px 6px;
    }
    

    
    
    footer {
        padding-top: 40px;
    } 
    
footer .f-sitemap {
	margin: 0 auto 0;
	width: 80%;
	letter-spacing: 1px;
}

footer .f-sitemap dl{
}

footer .f-sitemap dl dt{
	top:0;
	font-weight: bold;
	font-size: 1em;
	color: #0096c2;
}

.fbTypeA{flex-basis: 18%; padding-bottom: 16px;}
.fbTypeB{flex-basis: 28%; padding-top: 16px;}
.fbTypeC{flex-basis: 18%; padding-bottom: 16px;}
.fbTypeD{flex-basis: 28%; padding-top: 16px;}
.border{border-bottom: 2px dotted #eee;}

footer .f-sitemap dl dd{
	
}

footer .f-sitemap dl dd ul li{
	line-height: 2.2;
	font-size: 0.9em;
}

footer .f-sitemap dl dd ul li.child{
	padding-left: 10px;
	line-height: 1.8;
	font-size: 0.85em;
}

footer .f-sitemap dl dd span{
	font-size: 0.9em;
	padding-left: 20px;
}
.btn-more{
	text-align:left;
	display: block;
	overflow: hidden;
	text-decoration: none;
	width: 100%;
	height: 40px;
	font-weight: normal;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 0;
	color: #fff;
	position: relative;
	background-color: #19b1e4;
  }
  .btn-more:before,.btn-more:after{
	content: '';
	position: absolute;
	background: #fff;
  }
  .btn-more:before {
	top: 22px;
	right: 20px;
	height: 1px;
	width: 18px;
  }
  .btn-more:after {
	top: 18px;
	right: 20px;
	height: 1px;
	width: 10px;
	transform: rotate(45deg);
  }
    
footer .pagetop{
    padding: 50px 0 0 0; 
    text-align: center;
}

footer .arrow{
    position: relative;
    display: inline-block;
    padding: 20px 4px 0;
    font-size: 14px;
    color: #0096c2;
}

footer .arrow::before{
    content: '';
    width: 28px;
    height: 28px;
    border: 0px;
    border-top: solid 3px #5bc0de;
    border-right: solid 3px #5bc0de;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    left: 0;
    right : 0;
    margin-left: 4px;
}

footer .flexarea{
    display: block;	
}

footer .f-logo{
    margin: 35px auto 0;
    width: 97px;
}

footer .f-logo img{
    width: 100%;
}


    footer .f-btn{
        margin: 20px auto 0;
        width: 220px;
    }

    footer .f-btn a{
        display: block;
        width: 220px;
        font-size: 12px;
        background-color: #eaeaea;
        padding: 12px 20px 8px;
    }

    footer .f-btn a span{
        padding: 0 40px 0 0;
        background: url(../image/arr_f-Link.png) no-repeat right center;
        background-size: 26px 6px;
    }
    
    
footer .f-address{
    text-align: center;
    margin: 25px 0 15px;
    font-size: 11px;
    letter-spacing: 0.1em;
    line-height: 2;
}

footer .copyright{
    clear: both;
    height: 24px;
    line-height: 24px;
    font-size: 10px;
    color: #FFFFFF;
    background-color: #19B1E4;
    text-align: center;
}
    a{text-decoration: none; color: #000000;}
   
}
