@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@400;500;700&display=swap');
html, body, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, table, td, th, div, p, img, form, address {
  margin: 0;
  padding: 0;
  border: none;
  font-weight: normal;
  color: #333;
}
html, body {
  height: 100%;
  text-align: center;
  background: url(../img/contents_bg.jpg) repeat left top;
}
html, body, th, td {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", sans-serif;
}
input, select, textarea {
  vertical-align: middle;
  font-size: 14px;
}
table {
  border-collapse: collapse;
}
a {
  color: #3366a8;
  text-decoration: underline;
}
a:hover {
  color: #3366a8;
  text-decoration: none;
}
ul, ol, dl, dt, dd, address {
  list-style-type: none;
  font-style: normal;
}
img {
  display: block;
}
.sp {
	display: none;
}
@media all and (max-width: 768px) {
  body {
    font-size: 14px;
  }
	.sp {
		display: block;
	}
}
/* ************************************************** */
#contents {
  width: 960px;
  margin: 30px auto 0;
  text-align: center;
  overflow: hidden;
}
#contents .container {
  width: 960px;
  float: left;
  display: inline;
  margin-bottom: 50px;
}
#footer {
  width: 1020px;
  margin: 0 auto;
  position: relative;
  border-top: 5px solid #b3bcd1;
  background: url("../img/bg_pattern.png");
}
#footer .container {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
@media all and (max-width: 768px) {
  #contents {
    width: 100%;
    margin: 30px auto 0;
    text-align: center;
    overflow: hidden;
  }
  #contents .container {
    width: 95%;
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
  #footer {
    width: 100%;
    height: auto;
    margin: 50px auto 0 auto;
    clear: both;
    background: none;
  }
  #footer .container {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: url("../img/bg_pattern.png");
  }
}
/* *********************** column *************************** */
.first {
  width: 700px;
  float: right;
  text-align: left;
  display: inline;
  margin-right: 10px;
}
.second {
  width: 220px;
  float: left;
  text-align: left;
  display: inline;
  margin-left: 10px;
}
@media all and (max-width: 768px) {
  .first {
    width: 100%;
    float: none;
    text-align: left;
    display: block;
    margin-right: 10px;
  }
  .second {
    width: 100%;
    float: none;
    text-align: left;
    display: block;
    margin-left: 0;
  }
}
/* *********************** header *************************** */
#header {
  width: 100%;
  height: 352px;
  text-align: center;
  background: url(../img/header_bg.jpg) no-repeat center top;
}
#header .container {
  width: 960px;
  height: 331px;
  margin: 0 auto;
  position: relative;
  background: url(../img/header_bg.jpg) no-repeat center top;
}
#header h1 a {
  position: absolute;
  left: 80px;
  top: 40px;
  width: 360px;
  height: 130px;
  display: block;
}
#header h1 img {
  position: absolute;
}
.hdr_cpy {
  position: absolute;
  left: 10px;
  top: 185px;
  width: 425px;
  height: 65px;
  display: block;
}
.hdr_cpy img {
  position: absolute;
}
header {
  display: none;
}
@media all and (max-width: 768px) {
  #header {
    display: none;
  }
  header {
    display: block;
    background: url("../img/sp_header-bg.png") no-repeat center top;
    background-size: 100% auto;
    padding: 20px 20px 30px;
  }
  header h1 {
    width: 100%;
  }
  header img {
    max-width: 100%;
  }
  header p {
    margin: 50px 0 0 0;
		text-align: left;
  }
}

/* ******** globalnavi ******** */
.globalmenu {
  position: absolute;
  top: 285px;
  left: 10px;
  overflow: hidden;
}
.globalmenu li {
  float: left;
}
.globalmenu li a:hover img {
  opacity: 0.7;
  transition: 0.3s;
}
/* *********************** breadcrumb list *************************** */
.lwr_bnv {
  position: absolute;
  left: 0px;
  top: 350px;
  width: 960px;
  text-align: right;
}
.lwr_bnv p {
  padding-right: 10px;
  font-size: 12px;
}
.lwr_bnv p a {
  color: #333;
  text-decoration: none;
}
.lwr_bnv p a:hover {
  color: #333;
  text-decoration: underline;
}
/* *********************** footer *************************** */
#footer .ftr_btn {
  position: absolute;
  top: -35px;
  right: 12px;
}
#footer dl {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
#footer dl dt img {
  width: 170px;
}
#footer dl dd {
  color: #fff;
  font-size: 10px;
  margin: 5px 0 0 0;
}
#navi_fix {
	display: none;
}
@media all and (max-width: 768px) {
	#footer {
		padding-bottom: 50px;
	}
  #footer .ftr_btn {
    top: -34px;
  }
  #footer dl {
    display: block;
  }
  #footer dl dt {
    display: inline-block;
    text-align: center;
    padding: 10px 0;
  }
  #footer dl dt img {
    width: 200px;
  }
	#navi_fix {
		display: block;
		position: fixed;
		left: 0;
		bottom: 0;
		background: #232330;
		width: 100%;
	}
	#navi_fix ul {
		display: flex;
		justify-content: space-between;
	}
	#navi_fix ul li {
		border-left: 1px solid #94949b;
	}
	#navi_fix ul li:first-child {
		border: none;
	}
	#navi_fix ul li a {
		color: #fff;
		text-decoration: none;
		display: block;
		padding: 15px 10px;
	}
}
/* 消す */
.ftr_logo {
  width: 170px;
  height: 40px;
  position: absolute;
  top: 45px;
  left: 0;
  display: block;
}
.ftr_logo img {
  position: absolute;
}
.ftr_to_top {
  width: 145px;
  height: 35px;
  position: absolute;
  top: 0px;
  left: 803px;
  display: block;
}
.ftr_to_top img {
  position: absolute;
}
.copy_right {
  width: 275px;
  height: 20px;
  position: absolute;
  top: 55px;
  left: 683px;
  display: block;
}
.copy_right img {
  position: absolute;
}
/* 消す ↑ */
/* *********************** second *************************** */
.snd_abt_wrap {
  width: 220px;
  background: url(../img/sid_abt_btm.gif) no-repeat center bottom;
  padding-bottom: 10px;
}
.snd_abt_wrap dl {
  padding: 1px 5px 5px;
  background: url("../img/bg_pattern-side.png");
}
.snd_abt_wrap dt {
  margin: 5px 0 0;
  text-align: center;
  background: url("../img/bg_pattern.png");
}
.snd_abt_wrap dt a {
  font-size: 16px;
  padding: 12px 0;
  color: #fff;
  display: block;
  text-decoration: none;
  letter-spacing: 0.1em;
}
.snd_abt_wrap dt a:hover {
  opacity: 0.7;
}
.snd_abt_wrap dd {
  background: #fff;
}
.snd_abt_wrap dd ul li {
  border-bottom: 1px dotted #999999;
}
.snd_abt_wrap dd ul li a {
  display: block;
  padding: 10px 10px 10px 30px;
  background: url(../img/gray_arw.gif) no-repeat 16px 10px;
  text-decoration: none;
}
.snd_abt_wrap dd ul li a:hover {
  color: #000;
}
@media all and (max-width: 768px) {
  .snd_abt_wrap {
    width: 100%;
    background: url(../img/sid_abt_btm.gif) no-repeat left bottom;
    background-size: 100% auto;
  }
  .snd_abt_wrap dd ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .snd_abt_wrap dd ul li {
    width: calc(50% - 1px);
  }
  .snd_abt_wrap dd ul li:nth-child(odd) {
    border-right: 1px dotted #999999;
  }
}
.snd_bnr p {
  margin-bottom: 10px;
}
@media all and (max-width: 768px) {
  .snd_bnr {}
  .snd_bnr p {
    width: 60%;
    margin: 0 auto 10px;
  }
  .snd_bnr p img {
    max-width: 100%;
  }
}
/* 消す */
.snd_apc {
  width: 220px;
}
.snd_apc dd {
  width: 220px;
  height: 146px;
  position: relative;
  background: url(../img/sid_apc_bg.gif) no-repeat center top;
}
.snd_apc dd a {
  width: 190px;
  height: 40px;
  position: absolute;
  left: 15px;
  top: 78px;
}
.snd_apc dd a img {
  position: absolute;
}
/* 消す↑ */
/* *********************** common *************************** */
.title_h2 {
  font-size: 25px;
  padding: 18px 22px;
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
  background: url("../img/bg_pattern.png");
}
.greeting_box .title_h2 {
  font-size: 20px;
  padding: 10px 12px;
}
.title_h2::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
  bottom: -5px;
  background: url("../img/bg_pattern-koushi.png");
}
.title_h3 {
  margin: 0 0 20px;
  padding: 6px 20px;
  background: url("../img/bg_pattern-h3.png") repeat-y top left #f9f9f9;
  border-top: 1px solid #f3f4f8;
  border-right: 1px solid #f3f4f8;
  border-bottom: 1px solid #f3f4f8;
}
.ptl_adb_dl {
  border: solid 1px #eee6cb;
  background: #fff;
  margin: 50px 0 30px;
  padding: 15px 0;
  overflow: hidden;
}
.ptl_adb_dl dt {
  float: left;
  width: 160px;
  margin: 0 15px;
  display: inline;
}
.ptl_adb_dl dd {
  float: right;
  width: 493px;
  margin-right: 15px;
  margin-bottom: 3px;
  font-size: 12px;
  display: inline;
}
.ptl_adb_dl dd a {
  background: url(../img/red_arw.gif) no-repeat left top;
  padding-left: 11px;
  display: block;
}
@media all and (max-width: 768px) {
  .title_h2 {
    font-size: 22px;
    padding: 15px 20px;
  }
  .ptl_adb_dl {
    padding: 20px 0;
  }
  .ptl_adb_dl dt {
    float: none;
    margin: 0 auto 15px;
    display: block;
  }
  .ptl_adb_dl dd {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0 20px;
    box-sizing: border-box;
    display: block;
  }
}
/* ******** margin bottom ******** */
.Mb0 {
  margin-bottom: 0px !important;
}
.Mb5 {
  margin-bottom: 5px !important;
  clear: both;
}
.Mb10 {
  margin-bottom: 10px !important;
  clear: both;
}
.Mb15 {
  margin-bottom: 15px !important;
  clear: both;
}
.Mb20 {
  margin-bottom: 20px !important;
  clear: both;
}
.Mb25 {
  margin-bottom: 25px !important;
  clear: both;
}
.Mb30 {
  margin-bottom: 30px !important;
  clear: both;
}
.Mb35 {
  margin-bottom: 35px !important;
  clear: both;
}
.Mb40 {
  margin-bottom: 40px !important;
  clear: both;
}
.Mb45 {
  margin-bottom: 45px !important;
  clear: both;
}
.Mb50 {
  margin-bottom: 50px !important;
  clear: both;
}