/*HEADER*/
/*-----------------------------------------------------------*/
header {
	position: relative;
    max-width: 1024px;
    width: 94%;
    margin: 20px auto 0;
    text-align: left;
}
header_in {
	position: relative;
}
header:after  {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
header h1 {
    font-size: 10px;
    line-height: 1;
    color: #666;
    position: absolute;
    top: -10px;
	letter-spacing:0;
}
#logo{
	margin-top: 10px;
	width:auto;
}
#logo a{display: inline-block;}

#logo img {
    width: 182px;
    height: auto;
    display: inline-block;
    vertical-align: text-bottom;
}
#logo .common_span {
    display: block;
    margin: 6px 0 0 44px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    color: #2052A4;
    vertical-align: text-bottom;
    letter-spacing: 1px;
}

#logo a:hover span {
    opacity: 0.7;
}

@media only screen and (min-width:980px){
#logo img{
	width:140px;
}
#logo .common_span {
    display:inline-block;
	line-height:45px;
	margin:0 0 0 30px;
	font-size:16px;
}
}


#header_left{
	float: left;
	width: 50%;
}
#header_right {
    float: right;
    width: 50%;
}
#language {
    display: table;
    float: right;
    margin-top: 0px;
    width: 340px;
    padding-right: 0;
    margin-bottom: 10px;
}

#language li {display: table-cell;}
#language li:first-child a::after {
    background: rgba(0, 0, 0, 0) url("../image/common/icon_link.png") no-repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 9px;
    margin-left: 4px;
    vertical-align: middle;
    width: 11px;
}

#language a {
		position: relative;
		display: block;
		font-size: 11px;
		line-height: 1.2;
        letter-spacing: 0.3px;
	}
#language a::before {
	    content: "";
		box-sizing:border-box;
	    width: 6px;
	    height: 6px;
	    border: solid #1B4383;
	    border-width: 1px 1px 0 0;
	    -webkit-transform: rotate(45deg);
	    -o-transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	    transform: rotate(45deg);
	    position: absolute;
	    top: calc(50% - 3px);
	    left: -10px;
	}



#headnav{
	float: right;
	margin-bottom: 30px;
}
#headnav .tel, #headnav .mail {
    display: inline-block;
    vertical-align: top;
}
#headnav .num {
    font-size: 24px;
    line-height: 1.2;
    color: #1A4383;
    font-family: 'Oswald', sans-serif;
    margin-right: 18px;
    letter-spacing: 1.5px;
}
#headnav .num a{color: #1A4383;}
#headnav .common_span {font-size: 20px;}
#headnav .time {
	display: block;
	font-size: 11px;
	color: #333;
	font-family: 'メイリオ', 'Meiryo', "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

#headnav .mail a {
    position: relative;
    background-color: #CA3034;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    padding: 15px 5%;
    border: 1px solid #CA3034;
    box-sizing: border-box;
    transition: 0.3s;
    width: 150px;
}
#headnav .mail a:after {
    content: "";
	box-sizing:border-box;
    width: 8px;
    height: 8px;
    border: solid #FFF;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 4px);
    right: 10px;
    transition: 0.3s ease;
}
#headnav .mail a:hover {
	color: #CA3034;
	background-color: #FFF;
}
#headnav .mail a:hover:after {
    border: solid #CA3034;
    border-width: 2px 2px 0 0;
}

#globalnav .gnav_contact {
    display: none;
}



/*globalnav*/
/*-----------------------------------------------------------*/
#globalnav{
	float:none;
	width: 100%;
	clear: both;
}

#gnav_btn{display:none;}

#globalnav li {
    float: left;
    width: 13.5%;
}

#globalnav li:nth-child(1){width:11%;}
#globalnav li:nth-child(2){width:12%;}
#globalnav li:nth-child(3){width:14%;}
#globalnav li:nth-child(4){width:20%;}
#globalnav li:nth-child(5){width:12%;}
#globalnav li:nth-child(6){width:11%;}


/*#globalnav li:nth-child(2), #globalnav li:nth-child(5){
	width: 20%;
}*/
#globalnav li:last-child {
	margin-right: 0;
}
#globalnav li a {
    position: relative;
    font-size: 18px;
	letter-spacing:1.5;
    line-height: 1;
    display: block;
    font-weight: normal;
    color: #333;
    text-align: center;
    height: auto;
    transition: 0.4s;
	padding:10px 0 30px;
}
#globalnav li a:hover, #globalnav li.main_current a {
    color: #ca3034;
}
#globalnav li a:after {
    opacity: 0;
    content: "";
    transition: 0.4s ease;
    border: solid #1B4383;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 34px;
    width: 8px;
    height: 8px;
    right: calc(50% - 4px);
}

#globalnav li a:hover::after, #globalnav li.main_current a::after {
    opacity: 1;
}

#globalnav .gnav_contact {
    display: block;
    background-color: #ca3034;
    color: #fff;
}

#globalnav .gnav_contact a{
    display: none;
}

/*footer*/
/*------------------------------------------------------------------------------*/
footer {
    background-color: #F3F3F3;
    border-top: 1px solid #DDD;
}
.fttop {
    max-width: 1024px;
    margin: 0 auto;
    padding: 30px 0 40px;
    border-bottom: #E6E6E6 1px solid;
    text-align: left;
}
#footer_logo {
    max-width: 299px;
    float: left;
    margin-right: 5%;
}
#footer_logo a{display: block;}

#footer_logo img {
    width: 182px;
    height: auto;
    display: inline-block;
    vertical-align: text-bottom;
}
#footer_logo .common_span {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    color: #2052A4;
    vertical-align: text-bottom;
    margin-left: 10px;
    margin-bottom: -3px;
    letter-spacing: 1px;
}
.fttop dl {
    float: left;
    width: 29%;
    margin-right: 2%;
    border-left: 1px solid #DDD;
    padding-left: 5%;
}
.fttop dl:last-child {
	float: right;
    width: 32%;
	margin-right: 0;
    border-left: 0;
    padding-left: 0;
}
.fttop dt {font-weight: bold}
.fttop dd {line-height: 1.6;}

.ftnav {background-color: #D1D1D1;}
    .ftnav_in {
        max-width: 800px;
        margin: 0 auto;
        width: 100%;
    }
    .ftnav li {
        float: left;
        width: 16.6%;
    }
        .ftnav a {
        font-size: 13px;
        color: #333;
        text-align: center;
        display: block;
        padding: 20px 0;
        transition: 0.8s;
    }
    .ftnav a:hover {background-color: #DDD;}

.ftbtm {
    margin: 0 auto;
    padding: 15px;
    text-align: left;
    background-color: #333333;
}
.ftbtm ul{
	max-width: 1024px;
	margin: 0 auto
}
.ftbtm li {
    padding-right: 10px;
    margin-right: 10px;
    line-height: 1;
    display: inline;
}
.ftbtm li:first-child::after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 9px;
    background: url(../image/common/icon_link.png)no-repeat;
    vertical-align: middle;
    margin-left: 4px;
}
.ftbtm li:last-child{
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}
.ftbtm a {color: #FFF;}

.sp_br {
    display: none;
}

/* pagetop */
/*------------------------------------------------------------------------------*/
#topcontrol{
	z-index:150;
}
a.pagetop {
	width: 50px;
	height: 50px;
	background: url(../image/common/pagetop.png) no-repeat 0 0;
	overflow: hidden;
	display:block;
}



/* sitemap
/************************************************************************/
.sitemap ul {
  padding: 0px 0 5px 40px;
}
.sitemap ul li {
  background: none;
  list-style: none;
  padding: 0 0 0 0;
  margin: 5px 0px;
}
.sitemap ul ul {
  padding: 5px 0 5px 40px;
}
.sitemap ul ul li {
  background: none;
  list-style: none;
}
.sitemap li {
  list-style: none;
  background: url(../image/arr01.gif) no-repeat 0 10px;
  padding: 0 0 0 12px;
  margin: 20px 0px;
}
.sitemap li a {
  color: #333;
}








/* sub locator common */
/************************************************************************/
#locator{
    background-color: #f6f6f6;
    padding: 12px 0;
    margin-bottom: 45px;
}
#locator.sub_mainp{margin-bottom: 0;}
#locator_in{
    max-width: 1044px;
    padding: 0 10px;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.4;
    font-size: 12px;
    text-align: right;
}
@media only screen and (max-width: 979px) {
    #locator{margin-bottom: 40px;}
    #locator_in{padding: 0 2.5%;}
    } /*------------------------------------------*/
@media only screen and (max-width: 979px) {
    #locator{margin-bottom: 30px;}
    #locator_in{padding: 0 3%;}
} /*------------------------------------------*/


/* subnavi */
/************************************************************************/
#subnav {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
}

#subnav_title a {
    width: 100%;
    padding: 10px 2.5%;
    text-align: center;
    font-size: 110%;
    display: block;
    overflow: hidden;
}
#subnav li a {
    width: 100%;
    border-bottom: 1px dotted #ccc;
    display: block;
    overflow: hidden;
    padding: 12px 5% 12px 28px;
    position: relative;
    font-size: 100%;
    line-height: 1.6;
}
#subnav li a:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
#subnav li.current a{border-bottom: 1px dotted #e5e5e5;}
#subnav li a:hover, #subnav ul li.current a, #subnav ul li.current a:hover {
    /*background-color: #f3f3f3;*/
}
#subnav li.current ul li a {
    width: 100%;
    border-bottom: 1px dotted #ccc;
    display: block;
    overflow: hidden;
    padding: 8px 5% 8px 38px;
    position: relative;
    font-size: 80%;
    line-height: 1.6;
}
#subnav li.current ul li a:before{
    display: none;
}
#subnav li.current ul li a:hover, #subnav li.current ul li.current a {
    /*background-color: #f3f3f3;*/
}
#subnav li.current ul li.current ul li a {
    width: 100%;
    border-bottom: 1px dotted #ccc;
    display: block;
    overflow: hidden;
    padding: 8px 5% 8px 38px;
    position: relative;
    font-size: 80%;
    line-height: 1.6;
}
#subnav li.current ul li.current ul li a:hover {
    /*background-color: #f3f3f3;*/
}

/* one column
------------------------- */
#subnav.onecol{
    margin-bottom: 0;
    background-color: #eefdfd;
}
#subnav.onecol ul{
    max-width: 1044px;
    width: 100%;
    padding: 0 10px;
    margin-right: auto;
    margin-left: auto;
}
#subnav.onecol ul:after {
    content:"";
    display:table;
    clear:both;
}
#subnav.onecol li{
    float: left;
    width: 25%;
}
#subnav.onecol li a{
    border-bottom: none;
    padding: 16px 5% 16px 28px;
}
#subnav.onecol li.current ul{display: none;}
body.onecol #subnav{padding: 0% 10% 10%;}
body.onecol #subnav li a {color: #fff;}
body.onecol #subnav li a:before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
@media only screen and (max-width: 979px) {
    #subnav.onecol ul{padding: 0;}
    #subnav.onecol li{width: 33.333333%;}
    body.onecol #subnav{padding: 0% 5% 5%;}
} /*------------------------------------------*/
@media only screen and (max-width: 690px) {
    #subnav.onecol ul{padding: 0;}
    #subnav.onecol li{
        width: 100%;
        float: none;
    }
    #subnav li a{font-size: 90%;}
    #subnav.onecol li a{padding: 12px 5% 12px 28px;}
    #subnav.onecol li.current ul{display: block;}
    body.onecol #subnav {padding: 0% 3% 5%;}
} /*------------------------------------------*/






/* sub H link common */
/************************************************************************/
.title_link{
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 1.5;
}
.title_link a{
    font-size: 24px;
    color: #000;
}
@media only screen and (max-width: 690px) {
    .title_link a{
        font-size: 20px;
    }
}






/* sub H2 common */
/************************************************************************/
.h2area {
    display: table;
    width: 100%;
    height: 145px;
/*    border-top: 1px solid #e9e9e9;*/
    border-bottom: 1px solid #e9e9e9;
    background-image: url(../image/h2_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
}
.h2area_in {
    display: table-cell;
    vertical-align: middle;
}
.subtitle02 {
    text-align: left;
    font-size: 240%;
    line-height: 1.2;
    position: relative;
    max-width: 1044px;
    width: 94%;
    margin: 0 auto;
}
.subtitle02:after{
    display: none;
}
@media only screen and (max-width: 979px) {
    .subtitle02{
        font-size: 220%;
    }
    .subtitle02:after{
        width: 100px;
        left: 50%;
        margin-left: -50px;
    }
} /*------------------------------------------*/
@media only screen and (max-width: 690px) {
    .h2area { height: 100px;}
    .subtitle02{ font-size: 180%;}
    .subtitle02:after{
        width: 80px;
        margin-left: -40px;
    }
} /*------------------------------------------*/

/* sub H3 common */
/************************************************************************/
.subtitle03{
    font-size: 200%;
    margin-bottom: 35px;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    position: relative;
}
.subtitle03:before{
    content: "";
    width: 40px;
    height: 3px;
    position: absolute;
    bottom: -1px;
}
.subtitle03_2{
    font-size: 200%;
    line-height: 1.6;
    margin-bottom: 35px;
    padding: 8px 16px;
    color: #fff;
}
.subtitle03_3{
    font-size: 200%;
    line-height: 1.6;
    margin-bottom: 35px;
    background-color: #f5f5f5;
    padding: 8px 16px;
}
.subtitle03_4{
    font-size: 200%;
    line-height: 1.6;
    margin-bottom: 35px;
    padding: 3px 0 3px 16px;
}
.subtitle03_5{
    font-size: 200%;
    line-height: 1.6;
    margin-bottom: 35px;
    background-color: #f5f5f5;
    padding: 8px 16px;
}
@media only screen and (max-width: 690px) {
    .subtitle03,.subtitle03_2,.subtitle03_3,.subtitle03_4,.subtitle03_5{
        font-size: 180%;
        margin-bottom: 25px;
    }
} /*------------------------------------------*/

/* sub H4 common */
/************************************************************************/
.subtitle04{
    font-size: 180%;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
    line-height: 27px;
}
.subtitle04:before{
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
}
.subtitle04_2{
    font-size: 180%;
    margin-bottom: 20px;
    padding-bottom: 3px;
}
.subtitle04_3{
    font-size: 180%;
    margin-bottom: 20px;
    padding-bottom: 3px;
    border-bottom: 1px solid #eee;
}
.subtitle04_4{
    font-size: 180%;
    line-height: 1.6;
    margin-bottom: 20px;
    padding: 3px 0 3px 12px;
}
.subtitle04_5{
    font-size: 180%;
    line-height: 1.6;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    padding: 8px 16px;
}
@media only screen and (max-width: 690px) {
    .subtitle04,.subtitle04_2,.subtitle04_3,.subtitle04_4,.subtitle04_5{
        font-size: 160%;
    }
} /*------------------------------------------*/





/* side blog */
/************************************************************************/
.side_reco{
    margin-top: 16px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}
.side_reco:after {
    content:"";
    display:table;
    clear:both;
}
.side_reco .img{
    float: left;
    width: 37%;
}
.side_reco .img img{
    width: 100%;
    height: auto;
}
.side_reco time{
    margin-bottom: 5px;
    font-size: 90%;
    line-height: 1;
}
.side_reco time,
.side_reco .cate{
    float: right;
    width: 60%;
}
.side_reco .cate a{font-size: 80%;}
.side_reco .title a{
    display: block;
    font-size: 100%;
    line-height: 1.7;
    font-size: 95%;
    clear: both;
    padding-top: 8px;
}
.blog_sidetitle01 a, .blog_sidetitle01 {
    display: block;
    font-size: 105%;
    overflow: hidden;
    padding: 10px 2.5%;
    text-align: center;
    width: 100%;
}

@media only screen and (max-width: 979px) {
    .side_reco{
        float: left;
        width: 48%;
        margin-right: 4%;
    }
    .side_reco:nth-last-child(odd){margin-right: 0;}
} /*------------------------------------------*/
@media only screen and (max-width: 690px) {
    .side_reco{
        float: none;
        width: 100%;
        margin-left: 0;
    }
} /*------------------------------------------*/


/*LAYOUT*/
/*-----------------------------------------------------------*/
.section {
    max-width: 1024px;
    width: 94%;
    margin: 0 auto;
    text-align: left;
}

/*BTN*/
/*-----------------------------------------------------------*/
.btn a {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    padding: 15px;
    display: block;
    text-align: center;
    color: #FFF;
    background-color: #1B4383;
    border: 1px solid #1B4383;
    transition: 0.3s;
}
    .btn a:after {
         content:"";
         width:6px;
         height:6px;
         border: solid #FFF;
         border-width:2px 2px 0 0;
         -webkit-transform: rotate(45deg);
         -o-transform: rotate(45deg);
         -moz-transform: rotate(45deg);
         transform: rotate(45deg);
         position:absolute;
         right:10px;
         top:calc(50% - 3px);
         transition: 0.4s ease;
    }
    .btn a:hover {
        color: #1B4383;
        background-color: #FFF;
    }
    .btn a:hover:after{
         border: solid #1B4383;
         border-width:2px 2px 0 0;
    }


/*CONTACT*/
/*-----------------------------------------------------------*/
#contact {
    height: 330px;
    background: url(../image/top_contact_bg.png)no-repeat #F2F3F7;
    background-size: cover;
}
#contact .section { padding: 70px 0 0;}
#contact .titarea {margin-bottom: 40px;}
#contact .subtit::before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 34px;
    background: url(../image/top_icon_06.png)no-repeat;
    margin-right: 10px;
    vertical-align: middle;
    margin-bottom: 6px;
        background-size: 100%;
}
#contact .subtit {
    font-size: 32px;
    line-height: 1.2;
    font-weight: bold;
    color: #1B4383;
    display: inline-block;
}

#contact .sub_common {
    color: #333;
    font-size: 14px;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
}
#contact .sub_common:before {
	content: "／";
	display: inline-block;
	margin: 0 10px;
	vertical-align: bottom;
}

#contact .num {
    display: inline-block;
    vertical-align: bottom;
    font-size: 22px;
    line-height: 1.2;
    font-weight: bold;
    margin-right: 18px;
}
#contact .common_span {font-size: 16px;}
#contact .time {
    display: inline-block;
    vertical-align: bottom;
}
#contact .btn {
    margin-top: 38px;
    width: 300px;
}
#contact .btn a {
    background-color: #CA3034;
    border-color: #CA3034;
}
#contact .btn a:hover {
	color: #CA3034;
	background-color: #FFF;
}
#contact .btn a:hover:after {
	 border: solid #CA3034;
	 border-width:2px 2px 0 0;
}

@media only screen and (min-width:691px) and (max-width:979px) {
/*CONTACT*/
/*-----------------------------------------------------------*/
#contact {
    height: auto;
    background: url(../image/top_contact_bg.png)no-repeat center center#F2F3F7;
}
#contact .section {padding: 20px 0 0;}
#contact .btn {
    margin-top: 20px;
    margin-bottom: 20px;
}
}/*----------------------------------------*/

@media only screen and (max-width:690px) {
/*TITLE*/
/*----------------------------------------*/
#contact .subtit, #contact .sub_common {display: block;}
#contact .subtit {font-size: 30px;}
#contact .sub_common:before {display: none;}

/*CONTACT*/
/*----------------------------------------*/
#contact {
    height: auto;
    background: #F2F3F7;
}
#contact .section {
    padding: 30px 0;
}
#contact .titarea {
    margin-bottom: 15px;
    text-align: center;
}
#contact .btn {
    margin-top: 10px;
    width: auto;
}
#contact .num, #contact .time {
    display: block;
    text-align: center;
}
#contact .subtit::before {
    width: 28px;
    height: 31px;
    margin-right: 5px;
    margin-bottom: 0;
    background-size: 100%;
}

}/*----------------------------------------*/
