/* LESS Document ver1.10 */
/*
* 基本スタイル
* 全ページ共通スタイル
* メイン部分
* ヘッダー
* グローバルナビゲーション
* フッター
* リンク
* パーツ
* 汎用
*/
/* LESS Document */
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  min-width: 1000px;
}
@media screen and (max-width: 767px) {
  html {
    min-width: 320px;
  }
}
body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  overflow-x: hidden;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  body {
    font-family: "メイリオ", "Meiryo", sans-serif;
    letter-spacing: 0;
  }
}
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 0 20px;
}
.table_01 th {
  border: #000 1px solid;
  background: #EEE;
  text-align: center;
  padding: 3px 15px;
}
.table_01 td {
  border: #000 1px solid;
  text-align: center;
  padding: 3px 15px;
}
@media screen and (max-width: 767px) {
  .tableBlock {
    border: #000 1px solid;
    display: block;
  }
  .tableBlock tbody,
  .tableBlock thead,
  .tableBlock tr,
  .tableBlock th,
  .tableBlock td {
    text-align: left;
    display: block;
  }
  .tableBlock th {
    border-left: none;
    border-right: none;
  }
  .tableBlock td {
    border: none;
  }
  .tableWrap {
    overflow: auto;
    white-space: nowrap;
  }
  .tableWrap::-webkit-scrollbar {
    background: #CCC;
    width: 15px;
    height: 15px;
    border-radius: 15px;
  }
  .tableWrap::-webkit-scrollbar-thumb {
    background: #7F0039;
    border-radius: 15px;
  }
  table.tableResponsive thead {
    display: none;
  }
  table.tableResponsive th {
    display: block;
    border: none;
  }
  table.tableResponsive tr {
    display: block;
    margin-bottom: 10px;
  }
  table.tableResponsive td {
    display: block;
    border: none;
    text-align: left;
    padding: 0;
    margin: 0 0 15px;
  }
  table.tableResponsive td::before {
    content: attr(aria-label);
    display: inline-block;
    padding: 0 10px;
    margin: 0 5px 0 0;
    font-weight: bold;
    border: #000 1px solid;
    background: #EEE;
    text-align: center;
  }
}
/* -------------------------------- リスト */
.listDisc_01 {
  padding: 0 0 0 2rem;
  list-style: disc;
}
.listDisc_01 li {
  margin: 0 0 12px;
}
.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.5rem;
  margin: 0 0rem 0 -1.5rem;
  text-align: center;
}
.listDecimal_01 {
  list-style: decimal;
  padding-left: 25px;
}
.listDecimal_01 > li {
  text-indent: 0;
}
.listDecimal_02 {
  padding: 0 0 0 2rem;
}
.listDecimal_02 > li {
  counter-increment: number;
  margin-bottom: 10px;
}
.listDecimal_02 > li::before {
  content: '(' counter(number) ') ';
  display: inline-block;
  width: 2rem;
  margin: 0 0 0 -2rem;
}
.listRoman {
  list-style-type: lower-roman;
  padding-left: 20px;
}
/* -------------------------------- 定義リスト */
/* dlリスト
dl_01…PC横並び、SP以下改行
dl_02…PC、SP共に横並びリスト
dl_03…PC、SP共に改行
*/
.dlList_01 dt {
  width: 15rem;
  float: left;
  padding: 15px 0 15px 15px;
  clear: both;
}
.dlList_01 dt:nth-of-type(1) {
  padding-top: 0;
}
.dlList_01 dd {
  margin-left: 15rem;
  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;
  }
}
@media screen and (max-width: 767px) {
  .dlList_01 dt {
    width: auto;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
  }
  .dlList_01 dd {
    margin-left: 0 !important;
    padding: 2px 10px 8px;
  }
  .dlList_01 dd:nth-of-type(n+2) {
    border: none;
  }
}
.dlList_02 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .dlList_02 {
    display: block;
  }
}
.dlList_02 dt {
  width: 190px;
  margin: 0 20px 20px 0;
  padding: 8px 15px;
  background: url(../images/bg_shaded_03.png);
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .dlList_02 dt {
    width: auto;
    margin: 0;
    padding: 5px 10px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.dlList_02 dd {
  width: 590px;
  padding: 8px 0;
  margin: 0 0 20px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .dlList_02 dd {
    width: auto;
    margin: 0 0 20px;
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	全ページで必ず使っているstyle
+++++++++++++++++++++++++++++++++++++++++++ */
#wrapper {
  width: 1000px;
  margin: 0 auto;
  overflow-x: hidden;
}
.inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
    width: auto;
    padding: 0 10px;
  }
}
.inner.lowerInner {
  width: 800px;
}
@media screen and (max-width: 767px) {
  .inner.lowerInner {
    width: auto;
  }
}
.contactArea {
  background: url(../images/bg_shaded_02.png);
  padding-top: 78px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contactArea {
    padding-top: 30px;
  }
}
.contactArea .hgroup {
  margin: 0 0 35px;
}
.contactArea .hgroup h2 {
  border: none;
}
.contactArea .hgroup h2::after {
  display: none;
}
.contactArea .hgroup p {
  text-align: center;
}
.contactArea .column2box {
  width: 840px;
  margin: 50px auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contactArea .column2box {
    width: auto;
    margin: 20px auto;
  }
}
.contactArea .column2box .column .btn_01 {
  font-size: 2.4rem;
  font-weight: bold;
  width: 320px;
}
@media screen and (max-width: 767px) {
  .contactArea .column2box .column .btn_01 {
    max-width: 320px;
    width: 100%;
    margin: 0 auto 15px;
    padding: 15px 10px;
  }
}
.contactArea p {
  font-size: 2rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .contactArea p {
    font-size: 1.8rem;
    text-align: left;
  }
}
.contactArea p.text {
  margin-bottom: -20px;
}
@media screen and (max-width: 767px) {
  .contactArea p.text {
    margin-bottom: -1rem;
  }
}
.hbg {
  background: url(../../company/images/bg_company.jpg) no-repeat center center;
  background-size: cover;
  height: 300px;
}
.hbg .hgroup {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 2;
}
.hbg .hgroup h1 {
  margin-bottom: 0;
}
.hbg .hgroup p {
  font-size: 2.4rem;
  color: #FFF;
}
#map {
  height: 360px;
  width: 100%;
}
.pageTop {
  text-align: right;
  margin: 0 auto 5px;
  padding: 0 15px 0 0;
  width: 1000px;
}
.pageTop a {
  padding: 0 23px 0 0;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	メイン部分
+++++++++++++++++++++++++++++++++++++++++++ */
main section {
  padding: 60px 0 0;
}
main section::after {
  content: '';
  display: block;
  clear: both;
}
main section::after {
  content: '';
  display: block;
  clear: both;
}
main section:nth-last-of-type(1) {
  padding-bottom: 60px;
}
main section h2 {
  margin: 0 0 40px;
  border-bottom: #DDD 1px solid;
  font-size: 3.6rem;
  font-weight: 500;
  text-align: center;
  position: relative;
}
main section h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 5px;
  background: #000;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  margin: auto;
}
main section h3 {
  font-size: 2.8rem;
  margin: 0 0 20px;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	ヘッダー
+++++++++++++++++++++++++++++++++++++++++++ */
header {
  margin: 0 auto;
}
header::after {
  content: '';
  display: block;
  clear: both;
}
header::after {
  content: '';
  display: block;
  clear: both;
}
header h1,
header strong {
  display: block;
  float: left;
  width: 269px;
  margin: 3px 18px;
}
/* +++++++++++++++++++++++++++++++++++++++++++ drawer */
header .drawer-toggle {
  display: none;
}
header .drawer-nav {
  position: relative;
}
@media screen and (max-width: 767px) {
  header .drawer-nav {
    z-index: 100;
    background: url(../images/bg_shaded_02.png) #FFF;
    position: fixed;
    width: 28rem;
  }
  .drawer--right .drawer-nav {
    right: -28rem !important;
  }
  .drawer--right.drawer-open .drawer-hamburger {
    right: 28rem !important;
  }
  .drawer--right.drawer-open .drawer-nav {
    right: 0 !important;
  }
  header .drawer-toggle {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
  header .drawer-hamburger {
    background: #CD121A;
    z-index: 10000;
    width: 3rem;
    padding-bottom: 40px;
    border-radius: 0 0 0 5px;
  }
  header .drawer-hamburger .text {
    white-space: nowrap;
    color: #FFF;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 1.1rem;
  }
  header .drawer-hamburger:hover {
    background: #CD121A;
  }
  header .drawer-hamburger-icon {
    margin: 0;
    position: relative;
    top: 6px;
  }
  header .drawer-hamburger-icon,
  header .drawer-hamburger-icon::after,
  header .drawer-hamburger-icon::before {
    background: #FFF;
    height: 4px;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	グローバルナビゲーション
+++++++++++++++++++++++++++++++++++++++++++ */
#gNav {
  float: right;
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  #gNav {
    width: 28rem;
    min-width: 0;
  }
}
#gNav ul {
  margin: 0 auto;
}
#gNav ul::after {
  content: '';
  display: block;
  clear: both;
}
#gNav ul::after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  #gNav ul {
    width: auto;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
  }
}
#gNav ul li {
  float: left;
}
@media screen and (max-width: 767px) {
  #gNav ul li {
    width: auto;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
  }
}
#gNav ul li a {
  display: block;
  padding: 20px;
  color: #000;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  font-size: 1.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #gNav ul li a {
    width: auto;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    display: block;
    width: 85%;
    margin: 0 auto 20px;
    padding: 10px 0;
    background: #FFF;
    border: #CD121A 2px solid;
    color: #CD121A;
    font-weight: bold;
    font-size: 1.8rem;
  }
}
#gNav ul li a:after {
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  width: 80%;
  height: 2px;
  margin: auto;
  background: #000;
  content: '';
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  transform: translateY(-5px);
}
@media screen and (max-width: 767px) {
  #gNav ul li a:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #gNav ul li a.current,
  #gNav ul li a.parentsLink {
    background: #CD121A;
    color: #FFF;
  }
}
#gNav ul li a.current::after,
#gNav ul li a.parentsLink::after {
  transition: opacity 0s, transform 0s;
}
#gNav ul li a:hover::after,
#gNav ul li a.current::after,
#gNav ul li a.parentsLink::after {
  opacity: 1;
  transform: translateY(-15px);
}
/*+++++++++++++++++++++++++++++++++++++++++++
	フッター
+++++++++++++++++++++++++++++++++++++++++++ */
footer {
  padding: 60px 0;
  background: #000;
  text-align: center;
  color: #FFF;
  position: relative;
  z-index: 1;
}
footer p {
  line-height: 2;
}
footer p strong {
  font-size: 1.8rem;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	リンク
+++++++++++++++++++++++++++++++++++++++++++ */
a {
  color: #000;
}
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;
}
@media screen and (max-width: 767px) {
  a.telLink {
    pointer-events: auto;
    text-decoration: underline;
    cursor: pointer;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	パーツ（不特定のページで使うスタイル）
+++++++++++++++++++++++++++++++++++++++++++ */
.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;
}
.column2box {
  margin-bottom: 15px;
}
.column2box::after {
  content: '';
  display: block;
  clear: both;
}
.column2box::after {
  content: '';
  display: block;
  clear: both;
}
.column2box > .column {
  float: left;
  width: 49%;
  margin-left: 2%;
  margin-bottom: 10px;
}
.column2box > .column:nth-child(2n + 1) {
  margin-left: 0;
  clear: both;
}
@media screen and (min-width: 768px) {
  .column2box > .column:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .column2box > .column {
    width: auto;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
  }
}
.column3box {
  margin-bottom: 15px;
}
.column3box::after {
  content: '';
  display: block;
  clear: both;
}
.column3box::after {
  content: '';
  display: block;
  clear: both;
}
.column3box > .column {
  float: left;
  width: 300px;
  margin-left: 50px;
  margin-bottom: 10px;
}
.column3box > .column:nth-child(3n + 1) {
  margin-left: 0;
  clear: both;
}
@media screen and (min-width: 768px) {
  .column3box > .column:nth-last-child(-n + 3) {
    margin-bottom: 0;
  }
}
.column3box > .column {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .column3box > .column {
    width: auto;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    margin-bottom: 30px;
  }
}
.column4box {
  margin-bottom: 15px;
}
.column4box::after {
  content: '';
  display: block;
  clear: both;
}
.column4box::after {
  content: '';
  display: block;
  clear: both;
}
.column4box > .column {
  float: left;
  width: 23.5%;
  margin-left: 2%;
  margin-bottom: 10px;
}
.column4box > .column:nth-child(4n + 1) {
  margin-left: 0;
  clear: both;
}
@media screen and (min-width: 768px) {
  .column4box > .column:nth-last-child(-n + 4) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .column4box {
    margin-bottom: 15px;
  }
  .column4box::after {
    content: '';
    display: block;
    clear: both;
  }
  .column4box::after {
    content: '';
    display: block;
    clear: both;
  }
  .column4box > .column {
    float: left;
    width: 49%;
    margin-left: 2%;
    margin-bottom: 10px;
  }
  .column4box > .column:nth-child(2n + 1) {
    margin-left: 0;
    clear: both;
  }
}
@media screen and (max-width: 767px) and screen and (min-width: 768px) {
  .column4box > .column:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.column3box_2 {
  margin-bottom: 15px;
}
.column3box_2::after {
  content: '';
  display: block;
  clear: both;
}
.column3box_2::after {
  content: '';
  display: block;
  clear: both;
}
.column3box_2 > .column {
  float: left;
  width: 310px;
  margin-left: 15px;
  margin-bottom: 10px;
}
.column3box_2 > .column:nth-child(3n + 1) {
  margin-left: 0;
  clear: both;
}
@media screen and (min-width: 768px) {
  .column3box_2 > .column:nth-last-child(-n + 3) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .column3box_2 .column {
    width: 49%;
    margin-left: 2%;
  }
  .column3box_2 .column:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
  .column3box_2 .column:nth-child(3n+4) {
    clear: none;
    margin-left: 2%;
  }
}
.column4box_2 {
  margin-bottom: 15px;
}
.column4box_2::after {
  content: '';
  display: block;
  clear: both;
}
.column4box_2::after {
  content: '';
  display: block;
  clear: both;
}
.column4box_2 > .column {
  float: left;
  width: 225px;
  margin-left: 20px;
  margin-bottom: 10px;
}
.column4box_2 > .column:nth-child(4n + 1) {
  margin-left: 0;
  clear: both;
}
@media screen and (min-width: 768px) {
  .column4box_2 > .column:nth-last-child(-n + 4) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .column4box_2 .column {
    width: 49%;
    margin-left: 2%;
  }
  .column4box_2 .column:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
  .column4box_2 .column:nth-child(4n+4) {
    clear: none;
    margin-left: 2%;
  }
}
.btn_01 {
  background: none;
  color: #FFF;
  display: inline-block;
  text-decoration: none;
  padding: 20px;
  line-height: 1;
  text-align: center;
  border: #000 3px solid;
  color: #000;
}
.btn_01 img {
  vertical-align: top;
}
.btn_01:hover {
  opacity: 0.7;
}
.btn_01:hover {
  background: #000;
  color: #FFF;
}
.btn_02 {
  background: #222;
  color: #FFF;
  display: inline-block;
  text-decoration: none;
  padding: 20px;
  line-height: 1;
}
.btn_02 img {
  vertical-align: top;
}
.btn_02:hover {
  opacity: 0.7;
}
.btn_03 {
  background: #D01F00;
  border: none;
  color: #FFF !important;
  text-decoration: none;
  text-shadow: 0px -1px 0px #666;
  font-size: 142.8%;
  text-align: center;
  padding: 14px 44px;
  cursor: pointer;
  display: inline-block;
}
.btnBack {
  background: #999;
}
.btnBack:hover {
  background: #CCC;
}
.layer {
  position: relative;
}
.layer::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: url(../images/bg_shaded_01.png);
  z-index: 1;
}
/*+++++++++++++++++++++++++++++++++++++++++++ error */
.err {
  background-color: #FCC !important;
}
.error {
  color: #F00;
}
/*+++++++++++++++++++++++++++++++++++++++++++ google map */
.gMap {
  position: relative;
  width: 600px;
  height: 350px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .gMap {
    width: 100%;
    height: 240px;
  }
}
.gMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
  margin-top: -175px;
}
@media screen and (max-width: 767px) {
  .gMap iframe {
    height: 500px;
    margin-top: -140px;
    pointer-events: none;
  }
}
.gMapLink {
  width: 600px;
  margin: 10px auto;
  text-align: right;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .gMapLink {
    width: auto;
  }
}
.gMapLink i {
  color: #7F0039;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	パンくず
+++++++++++++++++++++++++++++++++++++++++++ */
#breadcrumbsList {
  margin: 0;
  font-size: 85.7%;
  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;
}
@media screen and (max-width: 767px) {
  .texCenter_sp {
    text-align: center!important;
  }
  .texLeft_sp {
    text-align: left!important;
  }
  .texRight_sp {
    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;
}
@media screen and (max-width: 767px) {
  .imgL {
    display: block;
    float: none;
    margin: 0 auto 1em;
  }
}
.imgR {
  float: right;
  margin: 0 0 1em 1em;
}
@media screen and (max-width: 767px) {
  .imgR {
    display: block;
    float: none;
    margin: 0 auto 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%;
}
@media screen and (max-width: 767px) {
  .w100per_sp {
    width: 100%;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	color
+++++++++++++++++++++++++++++++++++++++++++ */
.color_red {
  color: #CD121A;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	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;
}
.fs22 {
  font-size: 2.2rem!important;
}
.fs24 {
  font-size: 2.4rem!important;
}
.fs26 {
  font-size: 2.6rem!important;
}
.fs26 {
  font-size: 2.8rem!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;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	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;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	TB用、SP用
+++++++++++++++++++++++++++++++++++++++++++ */
.tb_show,
.sp_show {
  display: none;
}
@media screen and (max-width: 1023px) {
  .tb_hide {
    display: none;
  }
  .tb_show {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sp_hide {
    display: none;
  }
  .sp_show {
    display: block;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++ clearfix */
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
