@charset "utf-8";


.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin: 20px auto 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 50px;
}

#localnavi {
  margin-left: 20px;
  width: 280px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#main {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.06);
  padding-bottom: 30px;
}

#basewrap {
  background-image: url(/images/2018-baseall_bg.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
}

#baseall {
  background-image: url(/images/2018-baseall_bg-img.gif);
  background-repeat: repeat;
  min-width: 1240px;
}


/* ヘッダ 
============================== */

.h0right {
  width: 980px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #FFF;
  -webkit-box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.06);
  margin-bottom: 10px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.h0wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  min-height: 200px;
}


.headlist li {
  padding: 0;
  background-image: none;
  margin-left: 20px;
}

.righttop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 6px;
  padding-bottom: 6px;
  margin: 0 5px 3px 5px;
  position: relative;
}

.righttop::before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: rgb(119, 172, 207);
  background: -webkit-linear-gradient(left, rgba(119, 172, 207, 1) 0%, rgba(8, 74, 140, 1) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(119, 172, 207, 1)), to(rgba(8, 74, 140, 1)));
  background: -o-linear-gradient(left, rgba(119, 172, 207, 1) 0%, rgba(8, 74, 140, 1) 100%);
  background: linear-gradient(to right, rgba(119, 172, 207, 1) 0%, rgba(8, 74, 140, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77accf', endColorstr='#084a8c', GradientType=1);
  position: absolute;
  bottom: 0;
  left: 0;
}

ul.headlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7px;
  padding-bottom: 10px;
  padding-right: 15px;
  font-size: 1.3rem;
}

.headlist a {
  font-size: 1.3rem;
  display: inline-block;
}

.headlist a:link, .headlist a:visited, .headlist a:hover, .headlist a:focus, .headlist a:active {
  color: #222222;
  text-decoration: none;
}

span.headlist_icon {
  vertical-align: middle;
  display: inline-block;
}

/* メガドロップ
============================== */
.gnavi {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.gnavi li {
  padding: 0;
  margin: 0;
  background-image: none;
  position: static;
}

.sub {
    display: block;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    position: absolute;
    z-index: 9999;
    left: 0;
    padding: 0;
    top: 104px;
    visibility: hidden;
}

ul.sub-menu.focused {
    visibility: visible;
    opacity: 1;
}

li.parent .sub {
    visibility: hidden;
    opacity: 0;
    margin: 0;
}

li.parent:hover .sub, 
li.parent .focused {
	display: block;
	visibility: visible;
	opacity: 1;
}
.sub-menu {
    border: 15px solid #496B8D;
    background-color: #FFF;
    margin: 0;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 980px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.sub-menu li {
    width: calc(100% / 3);
    padding-top: .5em;
    padding-bottom: .5em;
}

.sub-menu li a {
    background-image: url(/images/2018-Sec03_li_icon.gif);
    padding-left: 30px;
    background-position: 13px 0.35em;
    background-repeat: no-repeat;
    display: inline-block;
}


/* 検索窓 */

#searchword, #searchword01 {
  background-color: #DDE6EE;
  border: 1px solid #DDE6EE;
  height: 32px;
  width: 270px;
}

input.h0bt02 {
  background-color: #04284C;
  color: #FFF;
  padding: 4px 20px 3px 20px;
  font-size: 1.8rem;
  border: 1px solid #04284C;
  min-height: 36px;
}

label.smsg {
  margin-right: 7px;
  display: inline-block;
}


/* フッタ
============================== */

ul.footlist {
  margin: 0;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.footlist li:last-child {
  border: none;
}

ul.footlist li {
  /* margin: 20px 0; */
  padding: 0 15px;
  line-height: 1;
  border-right: 1px solid #212121;
  background-color: transparent;
  background-image: none;
}

.add h2:before {
  content: none;
}

.add h2 {
  padding: 0 0 5px 0;
  margin: 0;
}

#copybgall {
  background-image: url(/images/2018-copyright_bg.gif);
  color: #FFF;
  text-align: center;
  padding: 10px 0;
  position: relative;
}

#copybgall:before {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background: rgb(119, 172, 207);
  background: -webkit-linear-gradient(left, rgba(119, 172, 207, 1) 0%, rgba(8, 74, 140, 1) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(119, 172, 207, 1)), to(rgba(8, 74, 140, 1)));
  background: -o-linear-gradient(left, rgba(119, 172, 207, 1) 0%, rgba(8, 74, 140, 1) 100%);
  background: linear-gradient(to right, rgba(119, 172, 207, 1) 0%, rgba(8, 74, 140, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77accf', endColorstr='#084a8c', GradientType=1);
  position: absolute;
  top: 0;
  left: 0;
}

p.houjin_no {
  padding: 0;
}

address {
  padding-bottom: 10px;
}

.footbgall {
  background-color: #FFF;
  padding: 0 10px;
}

.f0foot {
  width: 1200px;
  margin: 0 auto;
}

.footer_con_wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 16px;
}

.footer_con03 {
  width: 200px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer_con02 {
  width: 760px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer_con01 {
  width: 240px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

p.footer_tel_text {
  padding: 0;
  font-size: 3.0rem;
  color: #074A8C;
}

p.footer_tel_text>span {
  font-size: 1.5rem;
}

.add_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

h3.footer_title {
  background-color: #04284C;
  display: inline;
  color: #FFF;
  border: none;
  padding: 3px 8px;
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0;
  margin-right: 8px;
}

p.footer_text {
  padding: 0;
  font-size: 1.5rem;
}

span.footer_text.footer_time {
  color: #212121;
}

li.addlist_icon a {
  background-color: #DAE9F6;
  background-repeat: no-repeat;
  background-size: 62px;
  color: #212121;
  text-decoration: none;
  display: flex;
  align-items: center;
  min-height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  align-self: center;
}

li.addlist_icon {
  padding: 0;
  margin-bottom: 10px;
}

ul.addlist {
  padding: 0;
}

span.addlist_icon_txt {
    padding: 10px;
}

/* ==================================================
フォーム用
================================================== */
input.fedbt {
    padding: 10px 20px;
}

#enqbt {
    padding: 20px;
}

