@charset "UTF-8";


@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700');

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{
	 
    display:block;
}
ul{
    list-style:none;
}
img{
	width: 100%;
    height: auto;
	border: none;
	vertical-align: bottom;
}
blockquote, q{
    quotes: none;
}
blockquote::before, blockquote::after,
q::before, q::after{
    content: '';
    content: none;
}
address, em, code, cite, dfn, var, optgroup{
  font-style: normal;
}
a{
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
	text-decoration:none;
	outline:none;
    color: #231815;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
input, select{
    vertical-align:baseline;
}
input[type="button"],input[type="text"],input[type="submit"],input[type="reset"],textarea{
	-webkit-appearance:none;
	border-radius:0;
	font-family:'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border: none;
}
.clearfix::after{
    content: "."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix{
	display:inline-block;
}
* html .clearfix{
	height:1%;
}
.clearfix{
	display:block;
}
.clear{
	font-size: 1px;
	height: 1px;
	clear: both;
}
.floatL{
	float:left;
	display:inline;
}
.floatR{
	float:right;
	display:inline;
}
.alignCenter{
	text-align:center;
}
.alignLeft{
	text-align:left;
}
.alignRight{
	text-align:right;
}
.valignTop{
	vertical-align:top;
}
.valignMiddle{
	vertical-align:middle;
}
.valignBottom{
	vertical-align:bottom;
}
.bold{
	font-weight:bold;
}

.mb5{
	margin-bottom: 5px;
}
.mb15{
	margin-bottom: 15px;
}
.mb30{
	margin-bottom: 30px;
}
.mb60{
	margin-bottom: 60px;
}

.pcon{
	display:block;
}
.spon{
	display:none;
}
@media only screen and (max-width:750px){
.pcon{
	display:none;
}
.spon{
	display:block;
}
}


/* html
-------------------------------------------------*/
html{
	overflow-x: hidden;
}


/* body
-------------------------------------------------*/
body{
	font-family:'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.65;
	color: #231815;
	-webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}
@media only screen and (min-width:751px) and (max-width:1280px){
body {
	font-size: 1.09375vw;
}
}
@media only screen and (max-width:750px){
body {
	font-size: 4vw;
}
}


/* #wrapper
-------------------------------------------------*/
#wrapper{
	width: 100%;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
}


/* inner
-------------------------------------------------*/
.inner{
	max-width: 1000px;
    margin: 0 auto;
    padding: 0 140px;
    position: relative;
}
sup{
	 
    vertical-align: top;
    position: relative;
    top: -0.1em;
    font-size: 0.71428em;
}
sub{
	 
    vertical-align: bottom;
    position: relative;
    top: 0.1em;
    font-size: 0.71428em;
}
@media only screen and (min-width:751px) and (max-width:1280px){
.inner {
    padding: 0 10.9375vw;
}
sup, sub {
    font-size: 0.78vw;
}
}
@media only screen and (max-width:750px){
.inner{
    width: 92%;
    padding: 0;
}
sup, sub {
    font-size: 2vw;
}
}


/* #header
-------------------------------------------------*/
#header{
	max-width: 1280px;
    height: 135px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
#header .logo{
	width: 273px;
    position: absolute;
    left: 45px;
    top: 70px;
}
#header .tg{
    color: #727171;
    position: absolute;
    left: 45px;
    top: 30px;
    font-size: 0.9285em;
}
#header .gnav{
    position: absolute;
    left: 375px;
    top: 75px;
}
#header .gnav ul li{
    display: inline-block;
    margin-right: 30px;
}
#header .gnav ul li a{
    color: #1c459b;
    background : url(../common/img/icon1.png) left center / auto auto no-repeat scroll padding-box border-box transparent;
    background-size: 8px auto;
    padding-left: 24px;
}
#header dl{
    display: flex;
    position: absolute;
    left: 375px;
    top: 30px;
    color: #727171;
}
#header dl dt{
    padding-right: 5px;
}
#header dl dd{
    color: #fff;
    background-color: #727171;
    width: 1.57em;
    height: 1.57em;
    text-align: center;
    line-height: 1.57em;
    margin: 0 3px;
    cursor: pointer;
}
#header dl dd:hover,
#header dl dd.on{
    background-color: #2059a7;
}
@media only screen and (min-width:751px){
#header #nav-toggle p{
    display: none;
}
}
@media only screen and (min-width:751px) and (max-width:1280px){
#header {
    height: 10.5468vw;
}
#header .logo {
	width: 21.3281vw;
    left: 3.515625vw;
    top: 5.46875vw;
}
#header .tg {
    left: 3.515625vw;
    top: 2.34375vw;
}
#header .gnav {
    left: 29.2968vw;
    top: 5.89375vw;
}
#header .gnav ul li {
    margin-right: 2.34375vw;
}
#header .gnav ul li a {
    background-size: 0.625vw auto;
    padding-left: 1.875vw;
}
#header dl {
    left: 29.296875vw;
    top: 2.34375vw;
}
#header dl dt {
    padding-right: 0.4vw;
}
#header dl dd {
    margin: 0 0.3vw;
}
}

@media only screen and (max-width:750px){
#header {
    height: 20vw;
}
#header .logo{
	width: 64.4vw;
    position: static;
    margin: 0 auto;
    padding: 6.4vw 9vw 0 0;
}
#header .tg{
	display: none;
}
#header .gnav{
    display: none;
}
#header dl{
    display: none;
}
#header #global-nav{
    position: absolute;
	top: 20vw;
    right: -150vw;
	background-color: rgba(32,89,167,0.9);
	width: 100%;
	text-align: left;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	z-index: 800;
    display: block;
}
#header #global-nav .nav1 li a,
#header #global-nav .nav1 li p{
    display: block;
    background : url(../common/img/icon2.png) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
    background-size: 2.66vw auto;
    padding: 3.5vw 0 3.5vw 14vw;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 4.4vw;
    color: #fff;
    margin-top: -1px;
}
#header #global-nav .nav1 li p {
    padding: 0 0 0 14vw;
}
#header #global-nav .nav1 li p.active{
    border-bottom: none;
}
#header #global-nav .nav1 li p span{
    display: block;
    background : url(../common/img/iconp2.png) 90% center / auto auto no-repeat scroll padding-box border-box transparent;
    background-size: 5vw auto;
    padding: 3.5vw 16vw 3.5vw 0;
    cursor: pointer;
}
#header #global-nav .nav1 li p.active span{
    background : url(../common/img/iconm2.png) 90% center / auto auto no-repeat scroll padding-box border-box transparent;
    background-size: 5vw auto;
}
#header #global-nav .nav1 li ul{
    display: none;
    padding: 0 0 3vw;
}
#header #global-nav .nav1 li ul li a{
    display: block;
    background : url(../common/img/icon7.png) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
    background-size: 1.866vw auto;
    padding: 3vw 0 3vw 19.6vw;
    border: none;
    font-size: 4.2vw;
}
#header #global-nav .tel{
    color: #fff;
    font-size: 4.24933vw;
    padding: 6.666vw 5vw;
}
#header #global-nav .tel img {
    width: 56.4vw;
    margin-left: 2.5vw;
}
#header #global-nav .nav2{
    font-size: 0;
    text-align: center;
    padding: 0 4vw 8vw;
}
#header #global-nav .nav2 li{
    font-size: 4vw;
    width: 48.5%;
    margin-right: 3%;
    display: inline-block;
}
#header #global-nav .nav2 li:last-child{
    margin-right: 0;
}
#header #global-nav .nav2 li a{
    display: block;
    height: 9.5vw;
    line-height: 9.5vw;
    background : url(../common/img/icon3.png) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
    background-size: 6.4vw auto;
    color: #2059a7;
    font-weight: bold;
    border-radius: 1vw;
    padding-left: 11.7vw;
    text-align: left;
}
#header #global-nav .nav2 li:last-child a{
    background : url(../common/img/icon4.png) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
    background-size: 6.4vw auto;
}
#header #nav-toggle{
    display: block;
    position: absolute;
    right: 8vw;
    top: 7.2vw;
    width: 9vw;
    height: 12vw;
    cursor: pointer;
    z-index: 999;
}
#header #nav-toggle div{
    position: relative;
}
#header #nav-toggle span{
    display: block;
    position: absolute;
    height: 0.8vw;
    width: 100%;
    background: #2059a7;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    border-radius: 0.5vw;
}
#header #nav-toggle span:nth-child(1){
    top: 0;
}
#header #nav-toggle span:nth-child(2) {
    top: 2.2vw;
}
#header #nav-toggle span:nth-child(3) {
    top: 4.4vw;
}
#header #nav-toggle p{
    font-size: 2.2vw;
    color: #2059a7;
    padding-top: 6vw;
    text-align: center;
}
#header.open #nav-toggle span:nth-child(1) {
	top: 2.2vw;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open#header #nav-toggle span:nth-child(2){
	width: 0;
	left: 50%;
}
#header.open #nav-toggle span:nth-child(3) {
	top: 2.2vw;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
#header.open #global-nav {
	-moz-transform: translateX(-150vw);
	-webkit-transform: translateX(-150vw);
	transform: translateX(-150vw);
}
}


/* #path
-------------------------------------------------*/
#path{
	max-width: 1000px;
    margin: 0 auto;
    padding: 0 140px 30px;
    font-size: 0.85714em;
}
@media only screen and (min-width:751px) and (max-width:1280px){
#path {
    padding: 0 10.9375vw 2.34375vw;
    font-size: 0.9375vw;
}
}
@media only screen and (max-width:750px){
#path{
    width: 92%;
    padding: 2vw 0 4vw;
    font-size: 2.6vw;
}
}


/* title
-------------------------------------------------*/
.headline1{
    font-size: 1.7142em;
    font-weight: normal;
    color: #2059a7;
    border-bottom: 2px solid #9ed7dd;
    padding-bottom: 10px;
    margin-bottom: 25px;
    position: relative;
}
.headline1::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 45px;
    border-bottom: 2px solid #2059a7;
}
.headline3{
    font-size: 1.2857em;
    font-weight: normal;
    color: #2059a7;
    border-left: 7px solid #2059a7;
    padding-left: 13px;
    line-height: 1.2;
    margin-bottom: 25px;
}
.headline4{
    font-size: 1.1428em;
    color: #fff;
    background-color: #2059a7;
    text-align: center;
    padding: 5px 10px;
    margin-bottom: 10px;
}
.headline4 span{
    font-size: 0.8571em;
}
.headline4-2{
    font-size: 1.1428em;
    color: #2059a7;
    background-color: #fff;
    text-align: center;
    padding: 5px 10px;
    margin-bottom: 10px;
    border: 1px dashed #2059a7;
}
.headline4-2 span{
    font-size: 0.8571em;
}
.headline5{
    font-size: 1.1428em;
    font-weight: normal;
    color: #2059a7;
    margin-bottom: 15px;
}
.headline5.drink{
    margin-bottom: 5px;
}
.headline6{
    font-size: 1.7142em;
    font-weight: normal;
    color: #2059a7;
    margin-bottom: 25px;
}
.headline7{
    font-size: 1.1428em;
    font-weight: bold;
    margin-bottom: 10px;
}
@media only screen and (min-width:751px) and (max-width:1280px){
.headline1 {
    font-size: 1.875vw;
    padding-bottom: 0.78125vw;
    margin-bottom: 1.953125vw;
}
.headline1::after {
    width: 3.515625vw;
}
.headline3 {
    font-size: 1.40625vw;
    border-left: 0.546vw solid #2059a7;
    padding-left: 1.015vw;
    margin-bottom: 1.953125vw;
}
.headline4 {
    font-size: 1.25vw;
    padding: 0.39vw 0.78125vw;
    margin-bottom: 0.78125vw;
}
.headline4 span {
    font-size: 0.9275vw;
}
.headline5 {
    font-size: 1.25vw;
    margin-bottom: 1.953125vw;
}
.headline5.drink {
    margin-bottom: 0.4vw;
}
.headline6 {
    font-size: 1.875vw;
    margin-bottom: 1.953vw;
}
.headline7 {
    font-size: 1.25vw;
    margin-bottom: 0.781vw;
}
}
@media only screen and (max-width:750px){
.headline1{
    font-size: 5.33vw;
    border-bottom: 0.533vw solid #9ed7dd;
    padding-bottom: 2vw;
    margin-bottom: 7.5vw;
    font-weight: bold;
    line-height: 1.4;
}
.headline1::after {
    bottom: -0.533vw;
    width: 14.666vw;
    border-bottom: 0.533vw solid #2059a7;
}
.headline3 {
    font-size: 4.4vw;
    border-left: 2vw solid #2059a7;
    padding-left: 2vw;
    margin-bottom: 3.5vw;
}
.headline4 {
    font-size: 4.2vw;
    padding: 1vw 2vw;
    margin-bottom: 2vw;
}
.headline4 span {
    font-size: 3.4vw;
}
.headline5 {
    font-size: 4.2vw;
    margin-bottom: 3.5vw;
}
.headline5.drink {
    margin-bottom: 1.2vw;
}
.headline6 {
    font-size: 5.33vw;
    margin-bottom: 3.5vw;
}
.headline7 {
    font-size: 4.2vw;
    margin-bottom: 1vw;
}
}


/* around
-------------------------------------------------*/
.around{
    display: flex;
    padding-bottom: 2.5em;
}
.around li{
    background-color: #2059a7;
    font-size: 0.8571em;
    height: 30px;
    font-weight: normal;
    color: #fff;
    line-height: 30px;
    padding: 0 15px;
    margin-right: 1.5em;
}
@media only screen and (min-width:751px) and (max-width:1280px){
.around li {
    font-size: 0.9375vw;
    height: 2.34375vw;
    line-height: 2.34375vw;
    padding: 0 1.171875vw;
}
}
@media only screen and (max-width:750px){
.around{
    flex-wrap: wrap;
    padding-bottom: 1em;
}
.around li{
    font-size: 3.2vw;
    height: 6.5vw;
    line-height: 6.5vw;
    padding: 0 3vw;
    margin: 0 0.8em 0.8em 0;
}
.around li:last-child{
    margin-right: 0;
}
}


/* flex
-------------------------------------------------*/
.flex2,
.flex3 {
    display: flex;
    flex-wrap: wrap;
}
.flex2 li{
    align-content: stretch;
    width: 48%;
    margin: 0 4% 2% 0;
}
.flex2 li:nth-child(2n){
    margin-right: 0;
}
.flex3 li{
    align-content: stretch;
    width: 30.5%;
    margin: 0 4.25% 2% 0;
}
.flex3 li:nth-child(3n){
    margin-right: 0;
}
.flex2.mb00 li,
.flex3.mb00 li{
    margin-bottom: 0;
}
.flex2 li img,
.flex3 li img{
    margin-bottom: 5px;
}

@media only screen and (min-width:751px) and (max-width:1280px){
.flex2 li img,
.flex3 li img {
    margin-bottom: 0.4vw;
}
}

@media only screen and (max-width:750px){
.flex2,
.flex3 {
    display: flex;
    flex-wrap: wrap;
}
.flex2 li{
    width: 100%;
    margin: 0 0 6vw;
}
.flex3 li{
    width: 100%;
    margin: 0 0 6vw;
}
.flex2.mb00 li,
.flex3.mb00 li {
    margin-bottom: 4vw;
}
.flex2.mb00 li:last-child,
.flex3.mb00 li:last-child{
    margin-bottom: 0;
}
}

/* nist
-------------------------------------------------*/
ol.nist{
    margin:30px 0 30px 20px;
}


/* dist
-------------------------------------------------*/
.dist1,
.dist2{
    display: table;
}
.dist1 li,
.dist2 li{
    display: table-cell;
    padding-right: 30px;
    vertical-align: top;
    width: 430px;
}
.dist1 li:last-child,
.dist2 li:last-child{
    padding-right: 0;
    width: auto;
}
.dist1 li:last-child p{
    padding-bottom: 1.5em;
}
.dist1 li:last-child p:last-child{
    padding-bottom: 0;
}
.dist1 li:last-child .small{
    font-size: 0.8571em;
}
.dist1 li:last-child ul{
    display: block;
}
.dist1 li:last-child ul li{
    display: list-item;
    padding: 0 0 0.5em 2.5em;
    text-indent: -2.5em;
    width: 100%;
    box-sizing: border-box;
}
.dist2{
    margin: 25px 0;
}
.dist2 li{
    padding-right: 40px;
    width: 330px;
}
.dist2 li:last-child img{
    width: auto;
    padding-top: 1em;
}

@media only screen and (min-width:751px) and (max-width:1280px){
.dist1 li,
.dist2 li {
    padding-right: 3.125vw;
    width: 33.59vw;
}
.dist1 li:last-child .small {
    font-size: 0.9375vw;
}
.dist2 {
    margin: 1.953vw 0;
}
.dist2 li {
    padding-right: 3.125vw;
    width: 25.78vw;
}
.dist2 li:last-child img {
    width: 23vw;
}
}

@media only screen and (max-width:750px){
.dist1,
.dist2{
    display: block;
}
.dist1 li,
.dist2 li{
    display: list-item;
    padding: 0 0 5vw;
    width: 100%;
}
.dist1 li:first-child,
.dist2 li:first-child {
    padding: 0 0 2vw;
}
.dist1 li:last-child p{
    padding-bottom: 1em;
}
.dist1 li:last-child .small {
    font-size: 3.3vw;
}
.dist2 {
    margin: 3.5vw 0;
}
.dist2 li{
    padding-right: 0;
    width: 100%;
}
.dist2 li:last-child img{
    width: 100%;
    padding-top: 0.5em;
}
}


/* list
-------------------------------------------------*/
.dot1 li{
    padding-left: 1em;
    text-indent: -1em;
}
.dot1 li::before{
    content: '・';
}
.dot2 li{
    padding-left: 1.5em;
    text-indent: -1.5em;
    margin-bottom: 0.5em;
}
.dot2.mb li{
    margin-bottom: 1em;
}
.dot2 li::before{
    content: '●';
    color: #2059a7;
    padding-right: 0.5em;
}


/* link
-------------------------------------------------*/
.link1.mt{
    margin-top: 1em;
}
.link1 li{
    margin-bottom: 0.5em;
}
.link1 li a{
    background : url(../common/img/icon6.png) left center / auto auto no-repeat scroll padding-box border-box transparent;
    background-size: 6px auto;
    padding-left: 16px;
}
.link1 li p{
    font-size: 0.8571em;
    padding-left: 16px;
    padding-top: 0.5em;
}

@media only screen and (min-width:751px) and (max-width:1280px){
.link1{
    padding: 0 1em;
}
.link1 li a {
    background-size: 0.46875vw auto;
    padding-left: 1.25vw;
}
.link1 li p {
    font-size: 0.9375vw;
    padding-left: 1.25vw;
}
}

@media only screen and (max-width:750px){
.link1 li a{
    background : url(../common/img/icon6.png) left 0.45em / auto auto no-repeat scroll padding-box border-box transparent;
    background-size: 2vw auto;
    padding-left: 5vw;
    display: block;
}
.link1 li p {
    font-size: 3.6vw;
    padding: 0 0 1vw 3.8vw;
}
}


/* indent
-------------------------------------------------*/
.ind1{
    padding-left: 1em;
    text-indent: -1em;
}


/* table
-------------------------------------------------*/
.table1{
    width: 100%;
    margin-bottom: 40px;
}
.table1.wid1{
    width: 70%;
}
.table1.wid2{
    width: 80%;
}
.table1.wid3{
    width: 60%;
}
.table1.wid4{
    width: 50%;
}
.table1.mb10{
    margin-bottom: 10px;
}
.table1 th{
    background-color: #cde2f5;
    border: 1px solid #d0d0d0;
    padding: 15px 10px;
    text-align: center;
    font-weight: normal;
    vertical-align: middle;
}
.table1 .th1{
    width: 22%;
}
.table1 .th2{
    width: 30%;
}
.table1 .th3{
    text-align: left;
    padding: 10px 20px;
}
.table1 td{
    background-color: #fff;
    border: 1px solid #d0d0d0;
    padding: 5px 10px;
    text-align: center;
    font-weight: normal;
    vertical-align: middle;
}
.table1.left td{
    text-align: left;
}
.table1.left td.center{
    text-align: center;
}
.table1 .td1{
    background-color: #cde2f5;
    padding: 15px;
    text-align: center;
    vertical-align: middle;
}
.table1 .td1 span{
    display: inline-block;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
    text-align: left;
}
.table1 .td2{
    text-align: left;
    padding: 5px 10px;
}
.table1 .td2-2{
    text-align: left;
    padding: 5px 30px;
}
.table1 .td3{
    text-align: right;
    padding: 5px 20px;
}
.table1 .td3 span{
    display: inline-block;
    padding: 0 10px;
    box-sizing: border-box;
}
.table1 .td3 .num{
    text-align: center;
}
.tableTxt1{
    padding-bottom: 1em;
}
.tableCau1{
    display: table;
}
.tableCau1 dt{
    display: table-cell;
    vertical-align: top;
    white-space: nowrap;
    padding-right: 0.5em;
}
.tableCau1 dd{
    display: table-cell;
    vertical-align: top;
}
.tableCau1 dd ol{
    padding-left: 1em;
}

@media only screen and (min-width:751px) and (max-width:1280px){
.table1 {
    margin-bottom: 3.125vw;
}
.table1.mb10 {
    margin-bottom: 0.78vw;
}
.table1 th {
    padding: 1.172vw 0.78vw;
}
.table1 .th3 {
    padding: 0.78vw 1.5625vw;
}
.table1 td {
    padding: 0.39vw 0.78vw;
}
.table1 .td1 {
    padding: 1.172vw;
}
.table1 .td2 {
    padding: 0.39vw 0.78vw;
}
.table1 .td2-2 {
    padding: 0.39vw 2.343vw;
}
.table1 .td3 {
    padding: 0.39vw 1.5625vw;
}
.table1 .td3 span {
    padding: 0 0.78vw;
}
}
@media only screen and (max-width:750px){
.table1 {
    margin-bottom: 3vw;
    font-size: 3.6vw;
}
.table1.wid1,
.table1.wid2,
.table1.wid3,
.table1.wid4{
    width: 100%;
}
.table1.mb10 {
    margin-bottom: 1vw;
}
.table1 th {
    padding: 2vw;
}
.table1 .th1,
.table1 .th2{
    width: auto;
}
.table1 .th3{
    padding: 2vw;
    white-space: nowrap;
}
.table1 td {
    padding: 2vw;
}
.table1 .td1 {
    padding: 2vw 9vw 2vw 2vw;
}
.table1 .td2{
    text-align: left;
    padding: 2vw;
}
.table1 .td2-2 {
    padding: 2vw;
}
.table1 .td3 {
    padding: 2vw;
}
.table1 .td3 span{
    padding: 0;
}
.table1 .td3 .num{
    width: auto;
    display: inline;
}
.tableTxt1 {
    font-size: 3.6vw;
}
.tableCau{
    font-size: 4vw;
    color: #D22A2D;
    margin: 3vw 0;
    text-align: center;
}
.tableOv{
    overflow: auto;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 5vw;
    padding-bottom: 0;
    -webkit-overflow-scrolling: touch;
}
.tableOv::-webkit-scrollbar {
	height:5px;
}
.tableOv::-webkit-scrollbar-track {
 	background:#f1f1f1;
}
.tableOv::-webkit-scrollbar-thumb {
	background:#bcbcbc;
}
}


/* #serviceArea
-------------------------------------------------*/
#serviceArea{
    max-width: 1000px;
    background-color: #eaf2f4;
    padding: 30px 25px;
    margin: 80px auto 60px;
    box-sizing: border-box;
    position: relative;
}
#serviceArea h3{
    font-size: 18px;
    font-weight: bold;
    color: #2059a7;
    margin-bottom: 25px;
}
#serviceArea .tab{
    position: absolute;
    left: 320px;
    top: 25px;
}
#serviceArea .tab li{
    display: inline-block;
    margin-right: 15px;
}
#serviceArea .tab li a{
    display: block;
    width: 218px;
    height: 36px;
    background : url(../common/img/icon2.png) 28px center / auto auto no-repeat scroll padding-box border-box #93989e;
    background-size: 8px auto;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 36px;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-left: 44px;
    box-sizing: border-box;
}
#serviceArea .tab .active a{
    background-color: #2059a7;
}
#serviceArea .allBox{
    width: 94%;
    margin: 0 auto;
}
#serviceArea .allBox .allIn{
    display: none;
}
#serviceArea .allBox .allIn.show{
    display: block;
}
#serviceArea .allBox ul{
    display: inline-block;
    vertical-align: top;
    width: 22%;
    margin-right: 2%;
}
#serviceArea .allBox ul li a{
    display: block;
    background : url(../common/img/icon6.png) left 7px / auto auto no-repeat scroll padding-box border-box transparent;
    background-size: 6px auto;
    padding: 0 10px 0 20px;
    margin-bottom: 5px;
    color: #231815;
}
#serviceArea .allBox ul h4{
    font-size: 19px;
    height: 34px;
    color: #2059a7;
    font-weight: bold;
    background : url(../common/img/sicon01.png) left center / auto auto no-repeat scroll padding-box border-box transparent;
    background-size: 36px auto;
    padding: 10px 0 10px 50px;
    margin-bottom: 10px;
}
#serviceArea .allBox ul h4 span{
    font-weight: bold;
}
#serviceArea .allBox ul li ul{
    width: 100%;
}
#serviceArea .allBox .sicon2{
    width: 25%;
}
#serviceArea .allBox .sicon2 h4{
    background : url(../common/img/sicon02.png) left center / auto auto no-repeat scroll padding-box border-box transparent;
    background-size: 36px auto;
}
#serviceArea .allBox .sicon3{
    width: 18%;
}
#serviceArea .allBox .sicon3 h4{
    background : url(../common/img/sicon03.png) left center / auto auto no-repeat scroll padding-box border-box transparent;
    background-size: 36px auto;
}
#serviceArea .allBox .sicon4{
    width: 27%;
    margin: 10px 0 0;
}
#serviceArea .allBox .sicon4 li{
    font-size: 15px;
    background : url(../common/img/icon1.png) left center / auto auto no-repeat scroll padding-box border-box transparent;
    background-size: 12px auto;
    padding-left: 20px;
    box-sizing: border-box;
    margin-bottom: 15px;
}
#serviceArea .allBox .sicon4 li a{
    background : url(../common/img/sicon04.png) left center / auto auto no-repeat scroll padding-box border-box transparent;
    background-size: 30px auto;
    padding: 0 0 0 35px;
    color: #2059a7;
    font-weight: bold;
}
#serviceArea .allBox .sicon4 li:nth-child(2) a{
    background : url(../common/img/sicon05.png) left center / auto auto no-repeat scroll padding-box border-box transparent;
    background-size: 30px auto;
}
#serviceArea .allBox .sicon4 li:nth-child(3) a{
    background : url(../common/img/sicon06.png) left center / auto auto no-repeat scroll padding-box border-box transparent;
    background-size: 30px auto;
}
#serviceArea .allBox .sicon4 li:nth-child(4) a{
    background : url(../common/img/sicon07.png) left center / auto auto no-repeat scroll padding-box border-box transparent;
    background-size: 30px auto;
}
#serviceArea .allBox .sicon4 li:nth-child(5) a{
    background : url(../common/img/sicon08.png) left center / auto auto no-repeat scroll padding-box border-box transparent;
    background-size: 30px auto;
}
#serviceArea .allBox .sicon4 li:nth-child(6) a{
    background : url(../common/img/sicon09.png) left center / auto auto no-repeat scroll padding-box border-box transparent;
    background-size: 30px auto;
}
#serviceArea .allBox .sicon5{
    width: 25%;
}
#serviceArea .allBox .sicon6{
    width: 21%;
}
#serviceArea .allBox .sicon7{
    width: 21%;
}
#serviceArea .allBox .sicon8{
    width: 25%;
    margin-right: 0;
}
#serviceArea .allBox .sicon5 h4{
    background : url(../common/img/sicon10.png) left center / auto auto no-repeat scroll padding-box border-box transparent;
    background-size: 36px auto;
}
#serviceArea .allBox .sicon6 h4{
    background : url(../common/img/sicon11.png) left center / auto auto no-repeat scroll padding-box border-box transparent;
    background-size: 36px auto;
}
#serviceArea .allBox .sicon7 h4{
    background : url(../common/img/sicon12.png) left center / auto auto no-repeat scroll padding-box border-box transparent;
    background-size: 36px auto;
    font-size: 14px;
    line-height: 1.1;
}
#serviceArea .allBox .sicon8 h4{
    background : url(../common/img/sicon13.png) left center / auto auto no-repeat scroll padding-box border-box transparent;
    background-size: 36px auto;
    font-size: 14px;
    line-height: 1.1;
}
@media only screen and (min-width:751px) and (max-width:1280px){
#serviceArea {
    padding: 2.34375vw 1.953125vw;
    margin: 0 auto 4.6875vw;
}
#serviceArea h3 {
    font-size: 1.40625vw;
    margin-bottom: 1.953125vw;
}
#serviceArea .tab {
    left: 25vw;
    top: 1.953125vw;
}
#serviceArea .tab li {
    margin-right: 1.171875vw;
}
#serviceArea .tab li a{
    width: 17.03125vw;
    height: 2.8125vw;
    background : url(../common/img/icon2.png) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
    background-size: 0.625vw auto;
    font-size: 1.171875vw;
    line-height: 2.8125vw;
    border-radius: 0.39vw;
    margin-bottom: 0.78125vw;
    padding-left: 3.4375vw;
}
#serviceArea .allBox ul li a{
    background : url(../common/img/icon6.png) left center / auto auto repeat scroll padding-box border-box transparent;
    background-size: 0.46875vw auto;
    padding: 0 0.78125vw 0 1.5625vw;
    margin-bottom: 0.39vw;
}
#serviceArea .allBox ul h4 {
    font-size: 1.484375vw;
    height: 2.65625vw;
    background-size: 2.8125vw auto;
    padding: 0.78125vw 0 0.78125vw 3.9vw;
    margin-bottom: 0.78125vw;
}
#serviceArea .allBox .sicon2 h4 {
    background-size: 2.8125vw auto;
}
#serviceArea .allBox .sicon3 h4 {
    background-size: 2.8125vw auto;
}
#serviceArea .allBox .sicon4 {
    margin: 0.78125vw 0 0;
}
#serviceArea .allBox .sicon4 li {
    font-size: 1.171875vw;
    background-size: 0.9375vw auto;
    padding-left: 1.5625vw;
    margin-bottom: 1.171875vw;
}
#serviceArea .allBox .sicon4 li a {
    background-size: 2.34375vw auto;
    padding: 0 0 0 2.734375vw;
}
#serviceArea .allBox .sicon4 li:nth-child(2) a {
    background-size: 2.34375vw auto;
}
#serviceArea .allBox .sicon4 li:nth-child(3) a {
    background-size: 2.34375vw auto;
}
#serviceArea .allBox .sicon4 li:nth-child(4) a {
    background-size: 2.34375vw auto;
}
#serviceArea .allBox .sicon4 li:nth-child(5) a {
    background-size: 2.34375vw auto;
}
#serviceArea .allBox .sicon4 li:nth-child(6) a {
    background-size: 2.34375vw auto;
}
#serviceArea .allBox .sicon5 h4 {
    background-size: 2.8125vw auto;
}
#serviceArea .allBox .sicon6 h4 {
    background-size: 2.8125vw auto;
}
#serviceArea .allBox .sicon7 h4 {
    background-size: 2.8125vw auto;
    font-size: 1.09375vw;
}
#serviceArea .allBox .sicon8 h4 {
    background-size: 2.8125vw auto;
    font-size: 1.09375vw;
}
}
@media only screen and (max-width:750px){
#serviceArea {
    padding: 5vw 4%;
    margin-bottom: 10vw;
}
#serviceArea h3{
    font-size: 5.33vw;
    margin-bottom: 25px;
    line-height: 1.4;
}
#serviceArea .tab{
    position: static;
    font-size: 0;
    padding-bottom: 6vw;
}
#serviceArea .tab li{
    width: 49%;
    margin-right: 2%;
}
#serviceArea .tab li:last-child{
    margin-right: 0;
}
#serviceArea .tab li a{
    display: block;
    width: 100%;
    height: 11vw;
    background : url(../common/img/icon2.png) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
    background-size: 2.266vw auto;
    font-size: 3.6vw;
    line-height: 11vw;
    border-radius: 1vw;
    margin-bottom: 0;
    padding-left: 6.2vw;
}
#serviceArea .allBox{
    width: 100%;
}
#serviceArea .allBox ul{
    display: block;
    width: 100%;
    margin: 0;
}
#serviceArea .allBox ul li ul{
    display: none;
    padding: 3vw 0;
}
#serviceArea .allBox ul li a{
    display: block;
    background : url(../common/img/icon6.png) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
    background-size: 1.66vw auto;
    padding: 0 0 0 14vw;
    margin-bottom: 2vw;
    font-size: 4vw;
}
#serviceArea .allBox ul h4{
    font-size: 4.4vw;
    height: auto;
    background : url(../common/img/sicon01.png) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
    background-size: 9.5vw auto;
    padding: 0;
    border-top: 1px solid #2059a7;
    border-bottom: 1px solid #2059a7;
    margin-bottom: 0;
    margin-top: -1px;
}
#serviceArea .allBox ul h4 span{
    display: block;
    background : url(../common/img/iconp1.png) 90% center / auto auto no-repeat scroll padding-box border-box transparent;
    background-size: 5vw auto;
    padding: 3vw 0 3vw 20vw;
    cursor: pointer;
}
#serviceArea .allBox ul .active span{
    background : url(../common/img/iconm1.png) 90% center / auto auto no-repeat scroll padding-box border-box transparent;
    background-size: 5vw auto;
}
#serviceArea .allBox ul .active{
    border-bottom: none;
}
#serviceArea .allBox .sicon1 h4{
    border-top: none;
}
#serviceArea .allBox .sicon2,
#serviceArea .allBox .sicon3,
#serviceArea .allBox .sicon4{
    width: 100%;
    margin: 0;
}
#serviceArea .allBox .sicon2 h4{
    background : url(../common/img/sicon02.png) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
    background-size: 9.5vw auto;
}
#serviceArea .allBox .sicon3{
    padding-right: 0;
}
#serviceArea .allBox .sicon3 h4{
    background : url(../common/img/sicon03.png) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
    background-size: 9.5vw auto;
}
#serviceArea .allBox .sicon4{
    display: block;
    width: 100%;
    padding: 0;
}
#serviceArea .allBox .sicon4 li{
    display: list-item;
    font-size: 4.4vw;
    background: none;
    padding-left: 0;
    width: 100%;
    margin: 0;
}
#serviceArea .allBox .sicon4 li a{
    background : url(../common/img/sicon04.png) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
    background-size: 9.5vw auto;
    font-size: 4.4vw;
    height: 8.7vw;
    padding: 3.5vw 0 3vw 20vw;
    border-top: 1px solid #2059a7;
    border-bottom: 1px solid #2059a7;
    cursor: pointer;
    margin: -1px 0 0;
    color: #2059a7;
    font-weight: bold;
}
#serviceArea .allBox .sicon4 li:nth-child(2) a{
    background : url(../common/img/sicon05.png) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
    background-size: 9.5vw auto;
}
#serviceArea .allBox .sicon4 li:nth-child(3) a{
    background : url(../common/img/sicon06.png) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
    background-size: 9.5vw auto;
}
#serviceArea .allBox .sicon4 li:nth-child(4) a{
    background : url(../common/img/sicon07.png) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
    background-size: 9.5vw auto;
}
#serviceArea .allBox .sicon4 li:nth-child(5) a{
    background : url(../common/img/sicon08.png) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
    background-size: 9.5vw auto;
}
#serviceArea .allBox .sicon4 li:nth-child(6) a{
    background : url(../common/img/sicon09.png) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
    background-size: 9.5vw auto;
    border-bottom: none;
}
#serviceArea .allBox .sicon5,
#serviceArea .allBox .sicon6,
#serviceArea .allBox .sicon7,
#serviceArea .allBox .sicon8{
    width: 100%;
    padding-right: 0;
}
#serviceArea .allBox .sicon5 h4{
    background : url(../common/img/sicon10.png) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
    background-size: 9.5vw auto;
    padding: 0;
    border-top: none;
}
#serviceArea .allBox .sicon6 h4{
    background : url(../common/img/sicon11.png) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
    background-size: 9.5vw auto;
}
#serviceArea .allBox .sicon7 h4{
    background : url(../common/img/sicon12.png) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
    background-size: 9.5vw auto;
    font-size: 4.4vw;
    padding: 0;
    line-height: 1.3;
}
#serviceArea .allBox .sicon8 h4{
    background : url(../common/img/sicon13.png) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
    background-size: 9.5vw auto;
    font-size: 4.4vw;
    padding: 0;
    line-height: 1.3;
    border-bottom: none;
}
}


/* #footer
-------------------------------------------------*/
#footer{
	width: 100%;
    background-color: #2059a7;
    color: #fff;
    padding: 40px 0 45px;
    margin-top: 75px;
}
#footer a{
    color: #fff;
}
#footer #pagetop{
    width: 108px;
	position: absolute;
    right: 140px;
    top: -94px;
}
#footer .tit{
    font-size: 1.4285em;
    font-weight: bold;
    margin-bottom: 10px;
}
#footer address{
    font-size: 0.9285em;
    line-height: 1.75;
}
#footer .fbox{
    width: 300px;
    border: 1px solid #fff;
    margin: 15px 0;
    padding: 15px;
    font-size: 0.9285em;
    box-sizing: border-box;
}
#footer .fbox ul{
    font-size: 0;
    width: 100%;
    padding-top: 5px;
}
#footer .fbox ul li{
    display: inline-block;
    width: 48%;
    margin-right: 4%;
    font-size: 10px;
    line-height: 1.8;
}
#footer .fbox ul li:nth-child(2n){
    margin-right: 0;
}
#footer .fnav{
    position: absolute;
    left: 450px;
    top: 5px;
}
#footer .fnav ul{
    display: table;
}
#footer .fnav ul li{
    display: table-cell;
    padding-left: 45px;
}
#footer .fnav ul li p{
    border-left: 6px solid #fff;
    padding-left: 6px;
    margin-bottom: 10px;
}
#footer .fnav ul li .la{
    margin-bottom: 18px;
}
#footer .fnav ul li ul{
    display: list-item;
    margin-bottom: 15px;
}
#footer .fnav ul li ul li{
    display: list-item;
    font-size: 0.8571em;
    line-height: 2;
    padding-left: 12px;
}
#footer small{
    font-size: 0.7142em;
}
@media only screen and (min-width:751px) and (max-width:1280px){
#footer {
    padding: 3.125vw 0 3.515625vw;
    margin-top: 5.859375vw;
}
#footer #pagetop {
    width: 8.4375vw;
    top: -7.34375vw;
    right: 10.9375vw;
}
#footer .tit {
    font-size: 1.5625vw;
    margin-bottom: 0.78125vw;
}
#footer address {
    font-size: 1.015625vw;
}
#footer .fbox {
    width: 23.4375vw;
    margin: 1.171875vw 0;
    padding: 1.171875vw;
    font-size: 1.015625vw;
}
#footer .fbox ul {
    padding-top: 0.390625vw;
}
#footer .fbox ul li {
    font-size: 0.78125vw;
}
#footer .fnav {
    top: 0.390625vw;
    left: 35.15625vw;
}  
#footer .fnav ul li {
    padding-left: 3.515625vw;
}
#footer .fnav ul li p {
    border-left: 0.46875vw solid #fff;
    padding-left: 0.46875vw;
    margin-bottom: 0.78125vw;
}
#footer .fnav ul li .la {
    margin-bottom: 1.40625vw;
}
#footer .fnav ul li ul li {
    font-size: 0.9375vw;
    padding-left: 0.9375vw;
}
#footer small {
    font-size: 0.78125vw;
}
}
@media only screen and (max-width:750px){
#footer{
    padding: 8vw 0 6vw;
    margin-top: 24vw;
    box-sizing: border-box;
}
#footer #pagetop{
    width: 24.8vw;
	position: absolute;
    right: 0vw;
    top: -20vw;
}
#footer .tit{
    font-size: 6vw;
    margin-bottom: 0;
}
#footer address{
    font-size: 4vw;
    line-height: 1.75;
    margin-top: 2.5vw;
}
#footer .fbox{
    width: 100%;
    margin: 6vw 0;
    padding: 4vw 5vw;
    font-size: 4vw;
}
#footer .fbox ul {
    padding-top: 1vw;
}
#footer .fbox ul li{
    font-size: 3.2vw;
    line-height: 1.8;
}
#footer .fnav{
    display: none;
}
#footer small {
    font-size: 3.14266vw;
}
}


/* #contactBox
-------------------------------------------------*/
#contactBox{
    position: fixed;
    right: 0;
    bottom: 10px;
	width: 235px;
    background : url(../common/img/sidebg.png) right center / auto auto no-repeat scroll padding-box border-box transparent;
    background-size: 100% auto;
    padding: 14px 10px 12px 50px;
    box-sizing: border-box;
    color: #fff;
    -webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#contactBox .contactIn{
    position: relative;
}
#contactBox .tit{
    font-size: 17px;
    padding-bottom: 10px;
    text-align: center;
}
#contactBox ul li{
    margin-top: 12px;
}
#contactBox ul li a{
    display: block;
    width: 100%;
    height: 33px;
    background : url(../common/img/icon3.png) 10px center / auto auto no-repeat scroll padding-box border-box #ffffff;
    background-size: 22px auto;
    color: #2059a7;
    line-height: 33px;
    padding-left: 40px;
    border-radius: 5px;
    font-weight: bold;
    box-sizing: border-box;
}
#contactBox ul li:last-child a{
    background : url(../common/img/icon4.png) 10px center / auto auto no-repeat scroll padding-box border-box #ffffff;
    background-size: 22px auto;
    color: #2059a7;
}
#contactBox .close{
    position: absolute;
    left: -51px;
    top: -15px;
    width: 36px;
}
#contactBox .close .cb{
	display: block;
}
#contactBox .close .ob{
	display: none;
}
#contactBox.out {
	-moz-transform: translateX(200px);
	-webkit-transform: translateX(200px);
	transform: translateX(200px);
}
.out#contactBox .close .cb{
	display: none;
}
.out#contactBox .close .ob{
	display: block;
}
@media only screen and (min-width:751px) and (max-width:1280px){
#contactBox {
    bottom: 0.78125vw;
	width: 18.359375vw;
    padding: 1.09375vw 0.78125vw 0.9375vw 3.90625vw;
}
#contactBox .tit {
    font-size: 1.328125vw;
    padding-bottom: 0.78125vw;
}
#contactBox ul li {
    margin-top: 0.9375vw;
}
#contactBox ul li a{
    height: 2.578125vw;
    background : url(../common/img/icon3.png) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
    background-size: 1.71875vw auto;
    line-height: 2.578125vw;
    padding-left: 3.125vw;
    border-radius: 0.390625vw;
}
#contactBox ul li:last-child a{
    background : url(../common/img/icon4.png) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
    background-size: 1.71875vw auto;
}
#contactBox .close{
    position: absolute;
    left: -3.984375vw;
    top: -1.171875vw;
    width: 2.8125vw;
}
#contactBox.out {
	-moz-transform: translateX(15.625vw);
	-webkit-transform: translateX(15.625vw);
	transform: translateX(15.625vw);
}
}
@media only screen and (max-width:750px){
#contactBox{
    display: none;
}
}


@media only screen and (min-width:751px){
/* a
-------------------------------------------------*/
a:hover{
	text-decoration:underline;
}
a:hover.al,
a:hover.al img{
	opacity:0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	transition:opacity 400ms;
    text-decoration: none;
    cursor: pointer;
}

/* #header
-------------------------------------------------*/
#header #global-nav{
    display: none;
}

/* #serviceArea
-------------------------------------------------*/
#serviceArea .allBox ul li h4 {
    pointer-events: none;
}
#serviceArea .allBox ul li ul{
    display: table-cell !important;
}
}


/* animate
------------------------------------------------- */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}