@charset "UTF-8";
/*!
 * common.css
 * For Responsive style
 * Header, Footer, locator...basic common style
 */

/*================================================*/
/*HEADER*/
/*================================================*/
header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  background: url(../image/common/bg_wrapper.jpg) repeat 0 0;
  z-index: 120;
}
header.is-animation{
	box-shadow: 0 0 40px -20px #666;
}
header .inner{
  max-width: 1200px;
    margin: 15px auto;
}
header img{
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
header .headerTop {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
header .headerTop .logoArea {
    display: flex;
}
header .hdleadtxt {
	order: 1;
    font-size: 13px;
    line-height: 2;
    font-weight: normal;
    max-width: 160px;
    width: 100%;
    letter-spacing: 0;
    color: #666;
    padding: 0.3em 0;
    margin: 0;
    margin-left: 1em;
    border-bottom: 1px solid #ccccab;
    border-top: 1px solid #ccccab;
}
header .infoarea {
    display: flex;
    align-items: center;
    margin-left: auto;
}
header .infoarea li{
	list-style-type: none;
}
header .infoarea .tel{
	position: relative;
}
header .infoarea .tel .txt {
    position: absolute;
    left: 84px;
    top: 45px;
    font-size: 12px;
}
header .infoarea .cv{

}

@media only screen and (max-width:1000px) {
	header .headerTop .logoArea{
		display: block;
	}
	header .hdleadtxt {
	    max-width: none;
	    font-size: 8px;
	    padding: 0;
	    border: none;
	    margin: 0;
	}
	header .infoarea .cv a{

	}
	header .infoarea .cv img{
		display: none;
	}
}
@media only screen and (max-width:690px) {
	header {
	    height: 70px;
	    z-index: 200;
	    background: url(../image/common/bg_wrapper.jpg) repeat 0 0;
	}
	header .inner{
	    margin: auto;
	}
	header .headerTop {
	    margin: auto;
	}
	header .headerTop .logo img{
		height: 40px;
	}
	header .infoarea{
		display: none;
	}	
}



.drawer-hamburger{
	display: none;
}
.drawer-nav{
	padding: 1em;
	/*background-color: #f9f1e6;*/
}
.drawer-nav ul{
	display: flex;
	flex-wrap: wrap;
}
.drawer-nav li {
    list-style: none;
    flex-grow: 1;
}
.drawer-nav .infoarea_sp{
	display: none;
}
.drawer-nav li a{
	position: relative;
	display: block;
	font-weight: bold;
	text-align: center;
}
.drawer-nav li a::before {
    content: "";
    display: inline-block;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent currentColor;
    margin-top: -3px;
    margin-right: 5px;
    vertical-align: middle;
}
.drawer-nav li a:hover {
    color: #d90d18;
    text-decoration: none;
}
@media only screen and (max-width:690px) {
	.drawer-nav ul {
	    display: block;
	    text-align: left;
	}
	.drawer-nav li + li{
		margin-top: 1.5em;
	}
	.drawer-nav li a {
	    font-weight: normal;
	    font-size: 15px;
	}
  .drawer-nav .rd a{
    color: #B9141E;
  }
	.drawer-nav li a::before {
	    border-width: 2px 0 2px 4px;
	    margin-top: -4px;
	    margin-right: 5px;
	}
	.drawer-nav .infoarea_sp{
		display: block;
	}
	.drawer-nav .infoarea_sp a{
		text-align: center;
	}
	.drawer-nav .infoarea_sp a::before{
		display: none;
	}
	.drawer-nav .infoarea_sp .tel a {
	    font-size: 20px;
	}
	.drawer-nav .infoarea_sp .cv a::after {
	    content: url(../image/common/icon_mail.png);
	    display: inline-block;
	    vertical-align: middle;
	    margin-left: 0.5em;
	}
}
/*================================================*/
/*FOTER*/
/*================================================*/
footer {
    background: url(../image/footer_bg.jpg) repeat-x 0 0;
}
footer, footer a {
    font-size: 12px;
    color: #666;
    text-align: left;
}
footer .footerInn{
	padding-top: 18vh;
}
footer .inner{
	margin: auto;
	position:relative;
}
footer .title a{
	display: block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.2;
}
footer .footernav{
	display: flex;
	margin-bottom: 10px;
}
footer .footernav .innbox{
	flex: 1;
}
footer .footernav ul{

}
footer .footernav ul li{
	list-style: none;
}

.footerbttm {
	font-size:11px;
	line-height:12px;
	background-color: #FFF;
}
.footerbttm .inner {
    padding: 1em 0;
    display: flex;
}
.footerbttm ul {
    display: flex;
    margin-right: auto;
}
.footerbttm li{
	list-style: none;
}
.footerbttm li + li{
	margin-left: 1em;
}
.footerbttm li a::before {
    content: "";
    display: inline-block;
    border-style: solid;
    border-width: 3px 0 3px 4px;
    border-color: transparent transparent transparent currentColor;
    margin-top: -3px;
    margin-right: 5px;
    vertical-align: middle;
}
#copyright{
	font-size:12px;
	line-height:13px;
}

.pagetop {
    background: url(../image/common/pagetop.png) no-repeat scroll 0 0 transparent;
    height: 0;
    overflow: hidden;
    padding-top: 120px;
    width: 100px;
}
@media only screen and (max-width:980px) {
	footer .footernav {
	    flex-wrap: wrap;
	}
	footer .footernav .innbox{
	    flex: inherit;
	    width: 33.33%;
	    margin-bottom: 20px;
	}
}
@media only screen and (max-width:690px) {
	footer .footernav .innbox{
	    width: 50%;
	    margin-bottom: 0;
	}
	footer .footernav ul {
	    display: none;
	}
	.footerbttm .inner {
	    display: block;
	    text-align: center;
	}
	.footerbttm ul {
		margin: 0 auto 10px;
	    justify-content: center;
	}
}
@media only screen and (max-width:460px) {
	footer .footernav .innbox{
	    width: 100%;
	}
}




/*-----------------------------------------------------------------

locator ぱんくず

-----------------------------------------------------------------*/
#locator_template_c3 {
    margin: auto;
    font-size: 10px;
    line-height: 1.4;
    width: 100%;
    position: relative;
    z-index: 3;
    text-align: left;
    margin-top: 200px;
    margin-bottom: 10px;
}
#locator_template_c3 .inner{
  max-width: 1200px;
}
#locator_template_c3, #locator_template_c3 a{

}

body.pagewide #locator_template_c3 {
  margin-top: 80px;
}

#locator_template_c3 li {
  display: inline-block;
  list-style: none;
  margin-right: 6px;
  position: relative;
}

#locator_template_c3 li::after {
  content: ">";
  margin-left: 6px;
}

#locator_template_c3 li:last-child::after {
  display: none;
}

#locator_template_c3 li a {
  text-decoration: underline;
}

#locator_template_c3 li:first-child {
  margin-left: 0;
}

/*#pageband {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
  margin-top: 175px;
  position: relative;
  background: #d90d18;
  z-index: 0;
}*/

.pageband_black {
  /*background-color: rgba(0, 0, 0, 0.2);*/
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}

@media only screen and (max-width: 979px) {
	#locator_template_c3{
	    margin-top: 185px;
	}
}
@media only screen and (max-width: 690px) {
/*  body.pagewide #locator_template_c3 {
    margin-top: 70px;
  }*/
  #locator_template_c3 {
    margin-top: 70px;
  }
}

/*-----------------------------------------------------------------

ページ見出し H1

-----------------------------------------------------------------*/
#pagelead {
  width: 1200px;
  padding: 30px 40px 0 40px;
  margin: -80px auto 30px;
  position: relative;
  z-index: 1;
}

body#tinymce #pagelead {
  margin-top: 0;
}

#contents_left #pagelead {
  padding-right: 260px;
}

#pagetitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.pagetitle {
    font-size: 30px;
    line-height: 1.4;
    margin: 0 32px 0 0;
    font-weight: normal;
}

.pagetitle_sub {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .08em;
  padding: 16px 0;
}

#pagedescription {
  margin-top: 20px;
}

@media only screen and (max-width: 1219px) {
  #pagelead {
    width: 94vw;
  }
}

@media only screen and (max-width: 979px) {
  #contents_left #pagelead {
    padding-right: 0;
  }
}

@media only screen and (max-width: 690px) {
  #pagelead {
    padding: 12px 16px 0 16px;
    margin: -30px auto 20px;
  }
  .pagetitle {
    font-size: 28px;
    width: 100%;
    margin: 0;
  }
  .pagetitle_sub {
    font-size: 12px;
    width: 100%;
    padding: 6px 0;
  }
  #pagedescription {
    margin-top: 20px;
    width: calc(100vw - 32px);
    margin-left: -16px;
  }
}

#subnav.sb_col2 {
  margin-bottom: 20px
}

#subnav.sb_col2 ul li {
  list-style: none
}

#subnav.sb_col2 ul li a {
  width: 100%;
  display: block;
  border-width: 0 0 1px 0;
  border-style: dotted;
  padding: 10px
}

#subnav.sb_col2 ul li a:hover {
  text-decoration: none
}

#subnav.sb_col2 ul li ul {
  border-bottom: none
}

#subnav.sb_col2 ul li ul li a {
  padding: 5px 5px 5px 25px
}

#subnav_title.sb_col2 a {
  display: block;
  text-align: center;
  padding: 8px 5px;
  font-size: 18px
}

#subnav_title.sb_col2 a:hover {
  text-decoration: none
}

#subnav.sb_col2 ul li a {
  padding: 8px 25px 8px 18px
}

#subnav.sb_col2 ul li.current ul li a {
  padding: 8px 28px 8px 28px
}

#subnav.sb_col2 ul li.current ul li.current ul li a {
  padding: 8px 28px 8px 38px;
  font-size: 0.8em
}

#subnav.sb_col2 ul li.current ul li.current ul li.current ul li a {
  padding: 8px 28px 8px 48px
}

#subnav.sb_col2 ul li.current ul li.current ul li.current ul li.current ul li a {
  padding: 8px 28px 8px 55px
}

#subnav.sb_col2_accordion {
  margin-bottom: 20px
}

#subnav.sb_col2_accordion ul li {
  list-style: none
}

#subnav.sb_col2_accordion ul li a {
  width: 100%;
  display: block;
  border-width: 0 0 1px 0;
  border-style: dotted;
  padding: 10px
}

#subnav.sb_col2_accordion ul li a:hover {
  text-decoration: none
}

#subnav.sb_col2_accordion ul li ul {
  border-bottom: none
}

#subnav.sb_col2_accordion ul li ul li a {
  padding: 5px 5px 5px 25px
}

#subnav.sb_col2_accordion .sp_btn {
  display: none
}

#subnav_title.sb_col2_accordion a {
  display: block;
  text-align: center;
  padding: 8px 40px 8px 40px;
  font-size: 18px
}

#subnav_title.sb_col2_accordion a:hover {
  text-decoration: none
}

@media only screen and (max-width:979px) {
  #subnav.sb_col2_accordion #subnav_title {
    position: relative
  }
  #subnav.sb_col2_accordion .sp_btn {
    position: absolute;
    top: 50%;
    right: 8px;
    z-index: 2;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    width: 30px;
    height: 30px;
    display: block
  }
  #subnav.sb_col2_accordion .sp_btn:before {
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    display: block;
    font-size: 20px;
    color: #ffffff;
    line-height: 1;
    text-align: center
  }
  #subnav.sb_col2_accordion #subnav_list {
    display: none
  }
  #subnav_title.sb_col2_accordion a {
    padding: 12px 40px 12px 40px
  }
}

#subnav.sb_col2_accordion ul li a {
  padding: 8px 25px 8px 18px
}

#subnav.sb_col2_accordion ul li.current ul li a {
  padding: 8px 28px 8px 28px
}

#subnav.sb_col2_accordion ul li.current ul li.current ul li a {
  padding: 8px 28px 8px 38px;
  font-size: 0.8em
}

#subnav.sb_col2_accordion ul li.current ul li.current ul li.current ul li a {
  padding: 8px 28px 8px 48px
}

#subnav.sb_col2_accordion ul li.current ul li.current ul li.current ul li.current ul li a {
  padding: 8px 28px 8px 55px
}

#subnav.sb_col1_1 {
  margin-bottom: 40px;
  text-align: center
}

#subnav.sb_col1_1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

#subnav.sb_col1_1 ul li {
  list-style: none;
  margin: 4px 0
}

#subnav.sb_col1_1 ul li a {
  display: block;
  padding: 8px 24px;
  line-height: 1.4;
  font-size: 95%
}

#subnav.sb_col1_1 ul li a:hover {
  text-decoration: none
}

#subnav.sb_col1_1 ul li a:after {
  content: '';
  width: 4px;
  height: 4px;
  border: 0px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
  font-size: 14px;
  content: "\f138";
  margin-left: 8px
}

#subnav.sb_col1_1 ul li a {
  border-width: 0 1px 0 1px;
  border-style: solid;
  margin-left: -1px
}

#subnav.sb_col1_1 ul li.current a:after {
  content: '';
  width: 4px;
  height: 4px;
  border: 0px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
  font-size: 14px;
  content: "\f138";
  margin-left: 8px
}

#subnav_title.sb_col1_1 {
  position: relative;
  text-align: center;
  margin-bottom: 24px
}

#subnav_title.sb_col1_1 a {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 32px;
  font-size: 2rem
}

#subnav_title.sb_col1_1:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0
}

@media only screen and (max-width:690px) {
  #subnav.col1_1 {
    margin-bottom: 40px;
    text-align: left
  }
  #subnav.col1_1 ul li {
    font-size: 1.4rem;
    display: block
  }
  #subnav.col1_1 ul li a {
    padding: 8px
  }
  #subnav.col1_1 ul li a:before {
    content: '';
    width: 4px;
    height: 4px;
    border: 0px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    left: 0;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    content: "\f138";
    font-size: 1.2rem;
    margin-left: 8px
  }
  #subnav.col1_1 ul li a:after {
    display: none
  }
  #subnav.col1_1 ul li:not(:last-child) a {
    border-right: none
  }
  #subnav.col1_1 ul li.current a:before {
    content: '';
    width: 4px;
    height: 4px;
    border: 0px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    left: 0;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    content: "\f138";
    font-size: 1.2rem;
    margin-left: 8px
  }
  #subnav.col1_1 ul li.current a:after {
    display: none
  }
  #subnav.col1_1 ul li:not(:last-child) a {
    border-right: none
  }
  #subnav_title.col1_1 {
    margin-bottom: 16px
  }
  #subnav_title.col1_1 a {
    padding: 0 16px;
    font-size: 1.8rem
  }
}

.sb_col1_2_wrap {
  padding: 8px
}

#subnav.sb_col1_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.sb_col1_2_wrap #subnav_title {
  border-width: 0 2px 0 0;
  border-style: solid
}

.sb_col1_2_wrap #subnav_title a {
  font-weight: bold;
  padding: 0 16px;
  text-decoration: none
}

.sb_col1_2_wrap #subnav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.sb_col1_2_wrap #subnav_list li {
  list-style: none;
  padding: 0 16px;
  border-width: 0 1px 0 0;
  border-style: solid;
  font-size: 90%
}

@media only screen and (max-width:979px) {
  .sb_col1_2_wrap {
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 3
  }
  #subnav.sb_col1_2 {
    display: none
  }
  #sb_col1_2_btn {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -40px;
    right: 2%
  }
  #sb_col1_2_btn:before {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center
  }
  #sb_col1_2_btn.active:before {
    content: "\f077"
  }
  .sb_col1_2_wrap #subnav_title {
    border-width: 0 0 1px 0
  }
  .sb_col1_2_wrap #subnav_title a {
    padding: 8px;
    display: block
  }
  .sb_col1_2_wrap #subnav_list {
    display: block
  }
  .sb_col1_2_wrap #subnav_list li {
    padding: 8px;
    border-width: 0 0 1px 0
  }
  .sb_col1_2_wrap #subnav_list li:last-child {
    border: none
  }
  .sb_col1_2_wrap #subnav_list li a {
    display: block
  }
}

#subnav.template_c3_one {
  margin-top: 80px
}

#subnav.template_c3_one .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 0;
  width: calc(1200px - 32px)
}

#subnav.template_c3_one #subnav_title a {
  display: block;
  padding: 24px 40px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  background-color: #0D3780
}

#subnav.template_c3_one #subnav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 16px
}

#subnav.template_c3_one #subnav_list li {
  list-style: none
}

#subnav.template_c3_one #subnav_list li a {
  display: block;
  padding: 8px 24px;
  border-right: 1px solid #dddddd;
  font-size: 95%
}

#subnav.template_c3_one #subnav_list li.current a {
  font-weight: bold
}

@media only screen and (max-width:979px) {
  #subnav.template_c3_one {
    margin-top: 40px
  }
  #subnav.template_c3_one .inner {
    display: block;
    padding: 0;
    width: 100%
  }
  #subnav.template_c3_one #subnav_title a {
    width: 100%;
    font-size: 16px;
    padding: 8px 16px
  }
  #subnav.template_c3_one #subnav_list {
    display: block;
    margin-left: 0
  }
  #subnav.template_c3_one #subnav_list li a {
    padding: 10px 16px;
    margin-right: 0;
    font-size: 95%;
    border-top: 1px dotted #ebebeb
  }
}

#subnav.template_c3_two #subnav_title a {
  display: block;
  padding: 32px 40px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  font-size: 18px;
  position: relative;
  background-color: #0D3780
}

#subnav.template_c3_two #subnav_list li {
  list-style: none
}

#subnav.template_c3_two #subnav_list li a {
  display: block;
  padding: 20px 16px;
  font-size: 95%;
  border-bottom: 1px dotted #999999
}

#subnav.template_c3_two #subnav_list li.current a {
  font-weight: bold
}

@media only screen and (max-width:979px) {
  #subnav.template_c3_two {
    width: 100vw;
    margin-left: -3vw
  }
  #subnav.template_c3_two #subnav_title a {
    width: 100%;
    font-size: 16px;
    padding: 8px 16px
  }
  #subnav.template_c3_two #subnav_list {
    display: block;
    margin-left: 0
  }
  #subnav.template_c3_two #subnav_list li a {
    padding: 10px 16px;
    margin-right: 0;
    font-size: 95%;
    border-top: none;
    border-bottom: 1px dotted #ebebeb
  }
}

#subnav.template_c4_one {
  margin-top: 80px
}

#subnav.template_c4_one .inner, #subnav.template_c4_one .inner_m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 0;
  width: calc(1200px - 32px)
}

#subnav.template_c4_one #subnav_title a {
  display: block;
  padding: 24px 40px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  background-color: #0D3780
}

#subnav.template_c4_one #subnav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 16px
}

#subnav.template_c4_one #subnav_list li {
  list-style: none
}

#subnav.template_c4_one #subnav_list li a {
  display: block;
  padding: 8px 24px;
  border-right: 1px solid #dddddd;
  font-size: 95%
}

#subnav.template_c4_one #subnav_list li.current a {
  font-weight: bold
}

@media only screen and (max-width:979px) {
  #subnav.template_c4_one {
    margin-top: 40px
  }
  #subnav.template_c4_one .inner, #subnav.template_c4_one .inner_m {
    display: block;
    padding: 0;
    width: 100%
  }
  #subnav.template_c4_one #subnav_title a {
    width: 100%;
    font-size: 16px;
    padding: 8px 16px
  }
  #subnav.template_c4_one #subnav_list {
    display: block;
    margin-left: 0
  }
  #subnav.template_c4_one #subnav_list li a {
    padding: 10px 16px;
    margin-right: 0;
    font-size: 95%;
    border-top: 1px dotted #ebebeb
  }
}

#subnav.template_c4_two #subnav_title a {
  display: block;
  padding: 32px 40px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  font-size: 18px;
  position: relative;
  background-color: #0D3780
}

#subnav.template_c4_two #subnav_list li {
  list-style: none
}

#subnav.template_c4_two #subnav_list li a {
  display: block;
  padding: 20px 16px;
  font-size: 95%;
  border-bottom: 1px dotted #999999
}

#subnav.template_c4_two #subnav_list li.current a {
  font-weight: bold
}

@media only screen and (max-width:979px) {
  #subnav.template_c4_two {
    width: 100vw;
    margin-left: -3vw
  }
  #subnav.template_c4_two #subnav_title a {
    width: 100%;
    font-size: 16px;
    padding: 8px 16px
  }
  #subnav.template_c4_two #subnav_list {
    display: block;
    margin-left: 0
  }
  #subnav.template_c4_two #subnav_list li a {
    padding: 10px 16px;
    margin-right: 0;
    font-size: 95%;
    border-top: none;
    border-bottom: 1px dotted #ebebeb
  }
}

.sidefix_banner {
  position: fixed;
  top: 25%;
  right: 0;
  z-index: 10000
}

.sidefix_banner li {
  margin-bottom: 2px;
  list-style: none
}

.sidefix_banner li a {
  display: block;
  width: 80px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  padding: 8px 4px
}

.sidefix_banner li a img {
  max-width: 28px;
  height: auto;
  display: block;
  margin: auto auto 4px
}

.sidefix_banner li .material-icons {
  display: block
}

@media only screen and (max-width:979px) {
  .sidefix_banner {
    display: none
  }
}

#topcontrol {
  z-index: 150;
  margin-bottom: 0
}

a.pagetop {
  width: 72px;
  height: 72px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 72px 72px;
  display: block;
  z-index: 50
}

@media only screen and (max-width:979px) {
  #topcontrol {
    margin-bottom: 20px
  }
  a.pagetop {
    width: 50px;
    height: 50px;
    background-size: 50px 50px
  }
}

@media only screen and (max-width:690px) {
  #topcontrol {
    display: none
  }
}

#locator_t_under {
  font-size: 10px;
  line-height: 1.4;
  padding: 12px 0;
  border-width: 1px 0 1px 0;
  border-style: solid;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-bottom: 40px;
  margin-top: 85px;
  margin-bottom: 0;
  width: 100%
}

#locator_template_c2 {
  font-size: 10px;
  line-height: 1.4;
  padding: 12px 0;
  border-width: 1px 0 1px 0;
  border-style: solid;
  width: 100vw;
  margin-bottom: 40px;
  margin-top: 85px;
  margin-bottom: 0;
  width: 100%
}

#locator_template_c2 li {
  display: inline-block;
  list-style: none;
  margin-right: 6px;
  position: relative
}

#locator_template_c2 li:after {
  content: ">";
  margin-left: 6px
}

#locator_template_c2 li a {
  text-decoration: underline
}

#locator_template_c2 li:last-child:after {
  display: none
}

#locator_template_c2 li:first-child {
  margin-left: 0
}

@media only screen and (max-width:690px) {
  #locator_t_under {
    margin-bottom: 24px
  }
}

#locator_t_up {
  font-size: 10px;
  line-height: 1.4;
  padding: 12px 0;
  border-width: 1px 0 1px 0;
  border-style: solid;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw)
}

@media only screen and (max-width:690px) {
  #locator_t_up .inner {
    width: calc(100% - 40px);
    margin-left: 0
  }
  #locator_template_c2 {
    margin-top: 50px;
    padding: 8px 0
  }
}

.mincho {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", serif
}

.txt_tate {
  letter-spacing: 4px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: justify;
  text-justify: inter-ideograph
}

.txt_bg_blue {
  padding: 2px 10px;
  display: inline-block
}

.txt_bg_green {
  padding: 2px 10px;
  display: inline-block
}

@media only screen and (max-width:690px) {
  .form_info.inner_s {
    padding: 0
  }
}

.banner_sbs3 {
  font-size: 0
}

.banner_sbs3 li {
  display: inline-block;
  width: 32%
}

.banner_sbs3 li:not(:last-child) {
  margin-right: 2%
}

.banner_sbs3 li img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin-right: auto;
  margin-left: auto
}

@media only screen and (max-width:690px) {
  .banner_sbs3 li {
    width: 100%;
    margin: 8px 0
  }
  .banner_sbs3 li:not(:last-child) {
    margin-right: 0
  }
}

.banner_sbs2 {
  font-size: 0
}

.banner_sbs2 li {
  display: inline-block;
  width: 47.5%
}

.banner_sbs2 li:not(:last-child) {
  margin-right: 5%
}

.banner_sbs2 li img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin-right: auto;
  margin-left: auto
}

@media only screen and (max-width:690px) {
  .banner_sbs2 li {
    width: 100%;
    margin: 8px 0
  }
  .banner_sbs2 li:not(:last-child) {
    margin-right: 0
  }
}

#map_canvas {
  height: 240px;
  width: 100%;
  position: relative
}

@media only screen and (max-width:979px) {
  #map_canvas {
    height: 240px
  }
}

@media only screen and (max-width:690px) {
  #map_canvas {
    height: 160px
  }
}

.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden
}

.gmap embed, .gmap iframe, .gmap object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

#media_info {
  background-color: #eeeeee;
  padding: 40px 0
}

#media_info .media_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px 0
}

#media_info .media_area {
  background-color: #ffffff;
  padding: 16px 32px
}

#media_info .media_img {
  width: 30%
}

#media_info .media_img img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto
}

#media_info .media_txt {
  width: 70%;
  padding: 0 0 0 2em
}

#media_info .media_pos {
  margin-top: 8px
}

#media_info .catelist {
  display: none
}

#media_info time {
  margin-bottom: 12px
}

#media_info .title06 {
  font-size: 18px;
  font-weight: bold;
  margin-top: -4px
}

@media only screen and (max-width:690px) {
  #media_info {
    padding: 24px 0
  }
  #media_info .media_in {
    margin: 20px 0
  }
  #media_info .media_in:first-child {
    margin-top: 0
  }
  #media_info .media_area {
    padding: 16px 16px 8px
  }
  #media_info .media_img {
    width: 30%
  }
  #media_info .media_txt {
    width: 70%;
    padding: 0 0 0 0.8em
  }
  #media_info time {
    display: none
  }
  #media_info .title06 {
    font-size: 16px;
    font-weight: bold
  }
  #media_info .media_pos {
    font-size: 12px;
    line-height: 1.2
  }
}

#sitemap {
  padding-bottom: 30px
}

#sitemap li {
  margin: 10px 0;
  padding: 0;
  list-style-type: none
}

#sitemap ul {
  padding: 0 0 5px 25px
}

#sitemap ul li {
  margin: 5px 0;
  padding: 0
}

#sitemap li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  display: inline-block;
  font-size: 14px;
  padding-right: 3px;
  position: relative;
  text-decoration: none
}

.sub_t_area {
  border-width: 1px 0 0 1px;
  border-style: solid
}

.sub_t_area .col, .sub_t_area .col:nth-child(3n+1), .sub_t_area .col:nth-child(5n+1) {
  padding: 16px 24px;
  margin: 0;
  border-width: 0 1px 1px 0;
  border-style: solid;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s
}

.sub_t_area .col:nth-child(3n+1) img, .sub_t_area .col:nth-child(5n+1) img, .sub_t_area .col img {
  max-width: 60%;
  margin: auto
}

.sub_t_area .col3_sp2 .col {
  width: 33.33333%
}

.sub_t_area .col4_sp2 .col {
  width: 25%
}

.sub_t_area .col5_sp2 .col {
  width: 20%
}

.sub_t_area_m .col {
  text-align: center;
  padding: 1em;
  margin-bottom: 0;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s
}

.sub_t_area_m .col img {
  max-width: 60%;
  margin: auto;
  opacity: 1
}

@media only screen and (max-width:979px) {
  .sub_t_area_m .col {
    margin-bottom: 24px
  }
}

@media only screen and (max-width:690px) {
  .sub_t_area .col3_sp2 .col {
    width: 50%
  }
  .sub_t_area .col4_sp2 .col {
    width: 50%
  }
  .sub_t_area .col5_sp2 .col {
    width: 50%
  }
  .sub_t_area_m .col {
    margin-bottom: 16px
  }
}

.txt_link.arr a {
  position: relative;
  padding-left: 13px
}

.txt_link.arr a:before {
  content: '';
  width: 4px;
  height: 4px;
  border: 0px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s
}

@media (-ms-high-contrast:none) {
  .txt_link.arr a:before {
    top: calc(50% - 5px)
  }
}