/* LESS Document ver1.13 */
/*
* 基本スタイル
* 全ページ共通スタイル
* メイン部分
* ヘッダー
* グローバルナビゲーション
* フッター
* リンク
* パーツ
* 汎用
*/
/* LESS Document */
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  min-width: 960px;
}
body {
  font-family: "メイリオ", "Meiryo", sans-serif;
  line-height: 1.8;
  font-size: 1.6rem;
}
p {
  margin-bottom: 1em;
}
p:nth-last-child(1) {
  margin-bottom: 0;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  clear: both;
  border: none;
  border-top: #CCC 1px dotted;
  margin: 30px 0;
}
/* -------------------------------- テーブル */
.table_01 {
  margin: 0 auto 20px;
}
.table_01 th {
  border: #CCC 1px solid;
  background: #FFE8EF;
  text-align: center;
  padding: 3px 10px;
}
.table_01 td {
  border: #CCC 1px solid;
  text-align: left;
  padding: 3px 10px;
}
.table_01 .break td {
  background: #EEE;
}
/* -------------------------------- リスト */
.listDisc_01 {
  padding: 0 0 0 2rem;
  list-style: disc;
}
.listDisc_01 li {
  margin: 0 0 5px;
}
.listDisc_02 {
  padding: 0 0 0 2rem;
}
.listDisc_02 li {
  margin: 0 0 12px;
}
.listDisc_02 li::before {
  font-family: 'FontAwesome';
  content: '\f0da';
  display: inline-block;
  width: 1.8rem;
  margin: 0 0 0 -1.8rem;
  text-align: center;
}
.listDecimal_01 {
  list-style: decimal;
  padding-left: 25px;
}
.listDecimal_01 > li {
  text-indent: 0;
}
.listDecimal_02 {
  padding: 0 0 0 2.5rem;
}
.listDecimal_02 > li {
  counter-increment: number;
  margin-bottom: 10px;
}
.listDecimal_02 > li::before {
  content: '(' counter(number) ') ';
  display: inline-block;
  width: 2.5rem;
  margin: 0 0 0 -2.5rem;
}
.listRoman {
  list-style-type: lower-roman;
  padding-left: 20px;
}
/* -------------------------------- 定義リスト */
.dlList_01 {
  line-height: 2;
}
.dlList_01 dt {
  width: 260px;
  float: left;
  padding: 15px 0 15px 15px;
  clear: both;
}
.dlList_01 dt:nth-of-type(1) {
  padding-top: 0;
}
.dlList_01 dd {
  margin-left: 260px;
  padding: 15px;
}
.dlList_01 dd:nth-of-type(1) {
  padding-top: 0;
}
.dlList_01.dlBorder {
  border-bottom: #666 1px dotted;
}
.dlList_01.dlBorder dt:nth-of-type(n+2) {
  border-top: #666 1px dotted;
}
.dlList_01.dlBorder dd:nth-of-type(n+2) {
  border-top: #666 1px dotted;
}
@media screen and (max-width: 767px) {
  .dlList_01.dlBorder dd:nth-of-type(n+2) {
    border-top: none;
  }
}
.dlList_01 dt {
  padding: 20px 40px 20px;
  color: #B6003D;
  font-weight: bold;
}
.dlList_01 dd {
  padding: 20px 0 20px;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	全ページで必ず使っているstyle
+++++++++++++++++++++++++++++++++++++++++++ */
.inner {
  width: 960px;
  margin: 0 auto;
  padding: 0 30px;
}
.inner::after {
  content: '';
  display: block;
  clear: both;
}
.inner::after {
  content: '';
  display: block;
  clear: both;
}
.pageTop {
  text-align: right;
  margin: 0 auto 5px;
  padding: 0 15px 0 0;
  width: 960px;
}
.pageTop a {
  padding: 0 23px 0 0;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	メイン部分
+++++++++++++++++++++++++++++++++++++++++++ */
main {
  padding: 0 0 75px;
}
main h1 {
  margin: 0 -30px 65px;
  border-bottom: #B6003D 1px solid;
  font-size: 3.6rem;
  font-weight: normal;
  color: #B6003D;
  text-align: center;
}
main h1 span {
  display: inline-block;
  padding: 10px 20px;
  border-bottom: #B6003D 5px solid;
  margin-bottom: -3px;
}
main h2 {
  margin: 0 0 30px;
  padding: 4px 0 2px 10px;
  font-size: 2.4rem;
  line-height: 1.2;
  border-left: #B6003D 7px solid;
  border-bottom: #B6003D 1px solid;
}
main .btn_01 {
  font-size: 2rem;
}
main .greetingArea p {
  text-indent: 1em;
}
main .regClose {
  width: 600px;
  margin: 0 auto 30px;
  padding: 10px;
  border: #B6003D 2px solid;
  color: #B6003D;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  background: #FFE8EF;
  text-align: center;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	ヘッダー
+++++++++++++++++++++++++++++++++++++++++++ */
.kv {
  background: url(../img/kv_bg.jpg) repeat-x;
}
.kv .img {
  height: 448px;
  padding: 24px 42px;
  background: url(../img/kv_img.jpg) no-repeat right top;
}
.kv .img h1 {
  margin: 155px 0 0;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	グローバルナビゲーション
+++++++++++++++++++++++++++++++++++++++++++ */
#gNav {
  background: #B6003D;
  min-width: 960px;
  margin: 0 0 45px;
}
#gNav ul {
  width: 960px;
  margin: 0 auto;
  text-align: center;
}
#gNav ul li {
  display: inline-block;
  margin: 0 -3px;
}
#gNav ul li a {
  display: block;
  height: 60px;
  padding: 15px 36px;
  color: #FFF;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
}
#gNav ul li a:hover,
#gNav ul li a.current {
  background: #83002c;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	フッター
+++++++++++++++++++++++++++++++++++++++++++ */
footer {
  padding: 0 0 30px;
  background: #F4F4F4;
  text-align: center;
  line-height: 2;
  font-size: 1.7rem;
}
footer nav {
  border-top: #CCC 1px solid;
  border-bottom: #CCC 1px solid;
  padding: 20px 0;
  margin: 0 0 50px;
}
footer nav ul li {
  display: inline-block;
  line-height: 1;
  padding: 0 20px 0 17px;
  font-size: 1.5rem;
}
footer nav ul li:not(:last-child) {
  border-right: #CCC 1px solid;
}
footer p {
  margin-bottom: 30px;
}
footer p small {
  font-size: 1.2rem;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	リンク
+++++++++++++++++++++++++++++++++++++++++++ */
a {
  color: #B6003D;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover img {
  opacity: 0.7;
  transition: all 0.3s ease;
}
a:hover img.noOpacity {
  opacity: 1;
}
a.link::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7.5px;
  border-color: transparent transparent transparent #2DA7E0;
  margin: 0 3px 0 0;
  vertical-align: baseline;
}
a.telLink {
  pointer-events: none;
  text-decoration: none;
  cursor: text;
  color: inherit;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	パーツ（不特定のページで使うスタイル）
+++++++++++++++++++++++++++++++++++++++++++ */
.box_01 {
  background: #EEE;
  padding: 15px;
}
.box_02 {
  background: #DDD;
  padding: 15px;
}
.photoFrame {
  -webkit-box-shadow: 1px 1px 3px #999;
  box-shadow: 1px 1px 3px #999;
}
ul.iBlock {
  display: block;
}
ul.iBlock li {
  display: inline-block;
  margin: 0 15px 5px 0;
}
.columnBox {
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.columnBox  > * {
  display: block;
  width: 49%;
  margin-bottom: 10px;
}
.columnBox  > *.empty {
  height: 0!important;
  min-height: 0!important;
  margin: 0!important;
  padding: 0!important;
}
.columnBox > * {
  margin-bottom: 10px;
}
.columnBox.column3 {
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.columnBox.column3  > * {
  display: block;
  width: 32%;
  margin-bottom: 10px;
}
.columnBox.column3  > *.empty {
  height: 0!important;
  min-height: 0!important;
  margin: 0!important;
  padding: 0!important;
}
.columnBox.column3 > * {
  margin-bottom: 10px;
}
.columnBox.column4 {
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.columnBox.column4  > * {
  display: block;
  width: 24%;
  margin-bottom: 10px;
}
.columnBox.column4  > *.empty {
  height: 0!important;
  min-height: 0!important;
  margin: 0!important;
  padding: 0!important;
}
.btn_01 {
  background: none;
  color: #FFF;
  display: inline-block;
  text-decoration: none;
  padding: 20px;
  line-height: 1;
  min-width: 347px;
  border: #B6003D 1px solid;
  color: #B6003D;
  font-weight: bold;
}
.btn_01 img {
  vertical-align: top;
}
.btn_01:hover {
  opacity: 0.7;
}
.btn_01:hover {
  background: #B6003D;
  color: #FFF;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	パンくず
+++++++++++++++++++++++++++++++++++++++++++ */
#breadcrumbsList {
  margin: 0;
  font-size: 1.4rem;
  line-height: normal;
  text-align: left;
}
#breadcrumbsList a {
  font-weight: normal;
  text-decoration: underline;
  color: #000;
}
#breadcrumbsList li {
  display: inline;
}
#breadcrumbsList li + li::before {
  content: " > ";
}
#breadcrumbsList::before {
  font-family: 'FontAwesome';
  content: '\f015';
  color: #2755A6;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	汎用
+++++++++++++++++++++++++++++++++++++++++++ */
.clear {
  clear: both;
}
.texCenter {
  text-align: center!important;
}
.texLeft {
  text-align: left!important;
}
.texRight {
  text-align: right!important;
}
.weightNormal {
  font-weight: 500!important;
}
.weightBold {
  font-weight: bold!important;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.imgL {
  float: left;
  margin: 0 1em 1em 0;
}
.imgR {
  float: right;
  margin: 0 0 1em 1em;
}
.boxCenter {
  display: block;
  margin: 0 auto;
}
.borderNone {
  border: none!important;
}
.overflowHidden {
  overflow: hidden;
}
.lineHeight20 {
  line-height: 2;
}
.lineHeight19 {
  line-height: 1.8;
}
.lineHeight18 {
  line-height: 1.8;
}
.lineHeight17 {
  line-height: 1.7;
}
.lineHeight16 {
  line-height: 1.6;
}
.lineHeight15 {
  line-height: 1.5;
}
.lineHeight14 {
  line-height: 1.4;
}
.lineHeight13 {
  line-height: 1.3;
}
.lineHeight12 {
  line-height: 1.2;
}
.iBlock {
  display: inline-block;
}
.inline {
  display: inline;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	横幅
+++++++++++++++++++++++++++++++++++++++++++ */
.w500 {
  width: 500px;
}
.w450 {
  width: 450px;
}
.w400 {
  width: 400px;
}
.w350 {
  width: 350px;
}
.w300 {
  width: 300px;
}
.w250 {
  width: 250px;
}
.w200 {
  width: 200px;
}
.w150 {
  width: 150px;
}
.w100 {
  width: 100px;
}
.w50 {
  width: 50px;
}
.w100per {
  width: 100%;
}
.w90per {
  width: 90%;
}
.w80per {
  width: 80%;
}
.w70per {
  width: 70%;
}
.w60per {
  width: 60%;
}
.w50per {
  width: 50%;
}
.w40per {
  width: 40%;
}
.w33per {
  width: 33.333%;
}
.w30per {
  width: 30%;
}
.w20per {
  width: 20%;
}
.w10per {
  width: 10%;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	color
+++++++++++++++++++++++++++++++++++++++++++ */
.color_red {
  color: #B6003D;
}
.color_red2 {
  color: #D90000;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	font-size
+++++++++++++++++++++++++++++++++++++++++++ */
.fs10 {
  font-size: 1rem!important;
}
.fs11 {
  font-size: 1.1rem!important;
}
.fs12 {
  font-size: 1.2rem!important;
}
.fs13 {
  font-size: 1.3rem!important;
}
.fs14 {
  font-size: 1.4rem!important;
}
.fs15 {
  font-size: 1.5rem!important;
}
.fs16 {
  font-size: 1.6rem!important;
}
.fs17 {
  font-size: 1.7rem!important;
}
.fs18 {
  font-size: 1.8rem!important;
}
.fs19 {
  font-size: 1.9rem!important;
}
.fs20 {
  font-size: 2rem!important;
}
.fs21 {
  font-size: 2.1rem!important;
}
.fs22 {
  font-size: 2.2rem!important;
}
.fs23 {
  font-size: 2.3rem!important;
}
.fs24 {
  font-size: 2.4rem!important;
}
.fs25 {
  font-size: 2.5rem!important;
}
.fs26 {
  font-size: 2.6rem!important;
}
.fs27 {
  font-size: 2.7rem!important;
}
.fs28 {
  font-size: 2.8rem!important;
}
.fs29 {
  font-size: 2.9rem!important;
}
.fs30 {
  font-size: 3rem!important;
}
.fs32 {
  font-size: 3.2rem!important;
}
.fs34 {
  font-size: 3.4rem!important;
}
.fs36 {
  font-size: 3.6rem!important;
}
.fs38 {
  font-size: 3.8rem!important;
}
.fs40 {
  font-size: 4rem!important;
}
.fs42 {
  font-size: 4.2rem!important;
}
.fs44 {
  font-size: 4.4rem!important;
}
.fs46 {
  font-size: 4.6rem!important;
}
.fs48 {
  font-size: 4.8rem!important;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	margin
+++++++++++++++++++++++++++++++++++++++++++ */
.mt0 {
  margin-top: 0!important;
}
.mt5 {
  margin-top: 5px!important;
}
.mt10 {
  margin-top: 10px!important;
}
.mt15 {
  margin-top: 15px!important;
}
.mt20 {
  margin-top: 20px!important;
}
.mt25 {
  margin-top: 25px!important;
}
.mt30 {
  margin-top: 30px!important;
}
.mt35 {
  margin-top: 35px!important;
}
.mt40 {
  margin-top: 40px!important;
}
.mt45 {
  margin-top: 45px!important;
}
.mt50 {
  margin-top: 50px!important;
}
.mb0 {
  margin-bottom: 0!important;
}
.mb5 {
  margin-bottom: 5px!important;
}
.mb10 {
  margin-bottom: 10px!important;
}
.mb15 {
  margin-bottom: 15px!important;
}
.mb20 {
  margin-bottom: 20px!important;
}
.mb25 {
  margin-bottom: 25px!important;
}
.mb30 {
  margin-bottom: 30px!important;
}
.mb35 {
  margin-bottom: 35px!important;
}
.mb40 {
  margin-bottom: 40px!important;
}
.mb45 {
  margin-bottom: 45px!important;
}
.mb50 {
  margin-bottom: 50px!important;
}
.mr0 {
  margin-right: 0!important;
}
.mr5 {
  margin-right: 5px!important;
}
.mr10 {
  margin-right: 10px!important;
}
.mr15 {
  margin-right: 15px!important;
}
.mr20 {
  margin-right: 20px!important;
}
.mr25 {
  margin-right: 25px!important;
}
.mr30 {
  margin-right: 30px!important;
}
.mr35 {
  margin-right: 35px!important;
}
.mr40 {
  margin-right: 40px!important;
}
.mr45 {
  margin-right: 45px!important;
}
.mr50 {
  margin-right: 50px!important;
}
.ml0 {
  margin-left: 0!important;
}
.ml5 {
  margin-left: 5px!important;
}
.ml10 {
  margin-left: 10px!important;
}
.ml15 {
  margin-left: 15px!important;
}
.ml20 {
  margin-left: 20px!important;
}
.ml25 {
  margin-left: 25px!important;
}
.ml30 {
  margin-left: 30px!important;
}
.ml35 {
  margin-left: 35px!important;
}
.ml40 {
  margin-left: 40px!important;
}
.ml45 {
  margin-left: 45px!important;
}
.ml50 {
  margin-left: 50px!important;
}
.pt5 {
  padding-top: 5px!important;
}
.pt10 {
  padding-top: 10px!important;
}
.pt15 {
  padding-top: 15px!important;
}
.pt20 {
  padding-top: 20px!important;
}
.pt25 {
  padding-top: 25px!important;
}
.pb5 {
  padding-bottom: 5px!important;
}
.pb10 {
  padding-bottom: 10px!important;
}
.pb15 {
  padding-bottom: 15px!important;
}
.pb20 {
  padding-bottom: 20px!important;
}
.pb25 {
  padding-bottom: 25px!important;
}
.pr5 {
  padding-right: 5px!important;
}
.pr10 {
  padding-right: 10px!important;
}
.pr15 {
  padding-right: 15px!important;
}
.pr20 {
  padding-right: 20px!important;
}
.pr25 {
  padding-right: 25px!important;
}
.pl5 {
  padding-left: 5px!important;
}
.pl10 {
  padding-left: 10px!important;
}
.pl15 {
  padding-left: 15px!important;
}
.pl20 {
  padding-left: 20px!important;
}
.pl25 {
  padding-left: 25px!important;
}
/*+++++++++++++++++++++++++++++++++++++++++++ clearfix */
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
