@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
img {
  vertical-align: top;
  width: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* Switch Mobile */
@media screen and (min-width: 768px) {
	.only_sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .only_pc {
    display: none;
  }
}

/* --------------------------
    Module
----------------------------*/
/* Layout */
.hidden {
  display: none;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.txtR {
  text-align: right;
}
/* ---- Container ---- */
#contents {
  width: 1000px;
  margin: 0px auto 0;
}
/* ----- Content Module ----- */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
/* --------------------------
  Base
----------------------------*/
body {
  font-family: Helvetica, Arial, Verdana, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #333333;
  word-break: break-word;
  line-height: 1.4;
}
a {
  color: #000;
}
a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
a:hover img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
}
/* -----  Header ----- */
#header {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
#header_out {
  width: 100%;
  z-index: 900;
  padding: 1.5rem 0;
  box-sizing: border-box;
}
.headerLeft__logo .linkLogo {
  display: block;
  width: 276px;
  height: 41px;
  overflow: hidden;
  text-align: left;
  text-indent: -99999em;
  background-image: url(/common/images/logo_footer.png);
  background-size: 276px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
a[href^='tel:'] {
  display: inline-block;
  pointer-events: none;
}
@media print {
  #header {
    position: absolute;
  }
  #header_new {
    position: absolute;
  }
  #opening-movie {
    display: none;
  }
}
.section_title {
  text-align: center;
  padding: 4rem 0 0;
  font-weight: bold;
  font-size: 1.6rem;
}
.section_title:after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background: #0a4067;
  margin: 2rem auto;
}
.inr {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 5rem;
}
h1 {
  background: #2f3a48;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 auto 2rem;
  max-width: 1000px;
}
.sec_title {
  text-align: center;
  padding: 1rem 0 0;
  font-size: 1.6rem;
  position: relative;
  font-weight: bold;
  margin: 0 0 3rem;
}
.sec_title:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 4px;
  background: #0a4067;
  bottom: -11px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.txt {
  text-align: left;
  margin: 0 0 1rem;
  font-size: 22px;
}
.block {
  margin: 0 0 1.4rem;
}
.block .block_inr {
  padding: 0.8rem;
  line-height: 2;
  font-size: 20px;
}
.block .name {
  background: #edf1f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: nowrap;
  font-size: 1.1rem;
}
.block .name p {
  padding: 1rem 0.6rem;
  width: 92%;
  font-weight: bold;
  font-size: 22px;
}
.block .num {
  background: #2f3a48;
  color: #fff;
  padding: 1rem 0.6rem;
  width: 8%;
  text-align: center;
  display: inline-block;
  vertical-align: initial;
  font-size: 22px;
}
.block table th {
  width: 10%;
  vertical-align: baseline;
}
.block table td {
  width: 90%;
}
.block .btn_pdf{
  color: #175886;
  text-decoration: none;
	display: inline-block;
  border: 1px solid #175886;
  padding: .1rem 1rem;
  font-weight: bold;
  margin-top: .5rem;
}
.block .btn_pdf:hover {
  opacity: 0.7;
}
#contact_sec .inr{
	background: #EDF1F5;
	padding: 2rem 0 2rem;
	margin-bottom: 4rem;
}
#contact_sec .inr > p {
  font-size: 1.4rem;
  margin: 0 0 1rem;
  text-align: center;
}
#contact_sec .contact_title{
	text-align: center;
  font-size: 1.6rem;
  position: relative;
  font-weight: bold;
  margin: 0 0 1rem;
}
#contact_sec .inr .contact dt {
  text-align: center;
}
#contact_sec .inr .contact .btn {
  padding: 1rem;
  font-size: 1.4rem;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.contact .tel a {
  color: #b10510;
  font-weight: bold;
  text-decoration: none;
}
.contact .tel .ico {
  width: 24px;
  vertical-align: baseline;
  margin: 0 0.2rem 0 0;
}
.contact .btn {
  background: #b10510;
  display: block;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0px 2px 4px #b9b9b9;
  position: relative;
}
.contact .btn:after {
  background-image: url(/pro/images_rn/common/icon/icon_arrow_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  display: block;
  height: 10px;
  position: absolute;
  right: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
}
.contact .btn:hover {
  background: #e71c29;
  box-shadow: none;
}
header .contact .day {
  font-size: 0.8rem;
  display: inline-block;
}
header .contact .tel {
  font-size: 1.5rem;
  display: inline-block;
}
header .contact .btn {
  padding: 0.5rem 0;
}
#contact_sec .contact .tel {
  font-size: 2.2rem;
  text-align: center;
}
header .contact .tel .ico{
	width: 18px;
}
.inr .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer_logo {
  max-width: 276px;
  margin: 3rem auto 2rem;
  text-align: center;
}
/* ページ上部へ戻るボタン*/
#page_top {
  display: block;
  position: fixed;
  bottom: 2.67vw;
  right: 2.67vw;
  z-index: 9999;
  width: 70px;
}
#page_top img {
  width: 100%;
}
#page_top a {
  display: block
}
#page_top a:hover {
  opacity: .8
}
#footer {
  padding: 2rem 0;
  background-color: #a1a0a0;
}
.footer_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 2vw
}
.footer_flex li {
  padding: 0 2vw;
  border-right: 1px solid #fff
}
.footer_flex li:last-child {
  border: none
}
.footer_flex li a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.footer_flex li a:hover {
  text-decoration: underline
}
.copyright {
  color: #fff;
  text-align: center;
  font-size: 90%;
}
@media screen and (min-width: 768px) {
  #contact_sec .inr .contact{
	  display: flex;
    justify-content: center;
    gap: 0 2rem;
  }
	#contact_sec .inr .contact .btn{
		width: 432px;
	}
	#contact_sec .inr .contact .day{
		font-size: .9rem;
	}
}
@media screen and (max-width: 950px) {
  .block .num {
    width: 10%;
  }
  .block .name p {
    width: 90%;
  }
	.block table th {
    width: 15%;
  }
  .block table td {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
	 a[href^='tel:'] {
    pointer-events: auto;
  }
  #header_out {
    padding: 1em 0.5rem 1.2rem;
  }
  .headerLeft__logo .linkLogo {
    width: 190px;
    background-size: 190px;
  }
  header .contact dt {
    text-align: center;
  }
  header .contact dt span {
    display: inline-block;
    text-align: center;
  }
  header .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #a1a1a1;
    padding-top: 0.4rem;
    width: 100%;
  }
  header .contact_wrap {
    display: flex;
    width: 100%;
    justify-content: space-around;
    margin-bottom: .5rem;
  }
  header .contact .tel {
    font-size: 1.4rem;
  }
  header .contact .tel .ico {
    display: inline-block;
  }
  header .contact .btn_inr {
    width: 80%;
    vertical-align: middle;
    font-size: 1rem;
    margin: 0 auto;
  }
  .inr {
    margin: 0 0.8rem;
    width: auto;
  }
  h1 {
    font-size: 1.25rem;
    letter-spacing: -0.05rem;
		margin-bottom: 1.5rem;
  }
  .sec_title {
		margin-bottom: 2rem;
    font-size: 1.24rem;
  }
  .txt {
    font-size: 1.1rem;
    margin: 0;
  }
  .block .num {
    width: 20%;
    font-size: 1.2rem;
  }
  .block .name p {
    width: 80%;
    font-size: 1.2rem;
  }
  .block .block_inr {
    padding: 0.8rem 0;
    font-size: 1.1rem;
		line-height: 1.7;
  }
  .block table th {
    width: 24%;
  }
  .block table td {
    width: 76%;
  }
  #contact_sec .contact_title{
		font-size: 1.4rem;
	}
  #contact_sec .inr > p {
    font-size: 1.1rem;
		margin-bottom: 0;
  }
  #contact_sec .contact .tel {
    font-size: 2rem;
  }
	#contact_sec .inr {
    padding:1.5rem 1rem ;
    margin-bottom: 2rem;
  }
  .inr .contact {
    display: block;
  }
  .inr .contact dt {
    width: auto;
    margin: 0 0 0.5rem;
  }
  .inr .contact dd {
    width: auto;
  }
  .inr .contact .btn {
    font-size: 1.2rem;
  }
  #page_top {
    width: 50px;
    height: 50px;
  }
  #footer {
    padding: 1rem 0 4rem;
  }
  .footer_logo {
    width: auto;
    margin: 2rem auto;
    max-width: 250px;
  }
  .footer_flex {
    font-size: 0.75rem;
  }
  .copyright {
    font-size: 0.7rem;
  }
}