/* LESS Document ver1.16 */
/*
* 基本スタイル
* 全ページ共通スタイル
* メイン部分
* ヘッダー
* グローバルナビゲーション
* フッター
* リンク
* パーツ
* 汎用
*/
/* LESS Document */
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  min-width: 1040px;
}
@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: "pwid";
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.2vw;
  }
}
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 {
  margin: 0 0 20px;
}
table th {
  border: #FF0000 1px solid;
  background: rgba(255, 0, 0, 0.5);
  text-align: center;
  padding: 3px 10px;
}
table td {
  border: #FF0000 1px solid;
  text-align: center;
  padding: 3px 10px;
}
@media screen and (max-width: 767px) {
  .tableWrap {
    overflow: auto;
    white-space: nowrap;
  }
  .tableWrap::-webkit-scrollbar {
    background: #CCC;
    width: 15px;
    height: 15px;
    border-radius: 15px;
  }
  .tableWrap::-webkit-scrollbar-thumb {
    background: #1E94D4;
    border-radius: 15px;
  }
  .tableResponsive table thead {
    display: none;
  }
  .tableResponsive table th {
    display: block;
  }
  .tableResponsive table tr {
    display: block;
    margin-bottom: 10px;
  }
  .tableResponsive table td {
    display: block;
    border-top: none;
  }
  .tableResponsive table td::before {
    content: attr(aria-label);
    display: inline-block;
    width: 50px;
  }
}
/* -------------------------------- リスト */
.listDisc_01 {
  padding: 0 0 0 2rem;
  list-style: disc;
}
.listDisc_01 li:not(:last-child) {
  margin: 0 0 5px;
}
.listDisc_02 {
  padding: 0 0 0 2rem;
}
.listDisc_02 li:not(:last-child) {
  margin: 0 0 5px;
}
.listDisc_02 li::before {
  content: '\f0da';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  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;
}
/* -------------------------------- 定義リスト */
/* dlリスト
dl_01…PC横並び、SP以下改行
dl_02…PC、SP共に横並びリスト
*/
.dlList_01 {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 0;
  font-size: 1.8rem;
}
.dlList_01 dt {
  width: 280px;
  padding: 10px;
}
.dlList_01 dd {
  width: calc(100% - 280px);
  padding: 10px;
}
.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: 25px 60px;
  font-weight: bold;
  color: #1E94D4;
}
.dlList_01 > dd {
  padding: 25px;
}
.dlList_02 {
  display: flex;
  flex-wrap: wrap;
}
.dlList_02 dt {
  width: 150px;
  padding: 10px;
}
.dlList_02 dd {
  width: calc(100% - 150px);
  padding: 10px;
}
.dlList_02.dlBorder {
  border-bottom: #666 1px dotted;
}
.dlList_02.dlBorder dt:nth-of-type(n+2) {
  border-top: #666 1px dotted;
}
.dlList_02.dlBorder dd:nth-of-type(n+2) {
  border-top: #666 1px dotted;
}
@media screen and (max-width: 767px) {
  .dlList_02.dlBorder dd:nth-of-type(n+2) {
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .dlList_02 dt {
    width: 80px;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	全ページで必ず使っているstyle
+++++++++++++++++++++++++++++++++++++++++++ */
.inner {
  width: 1040px;
  margin: 0 auto;
}
.inner::after {
  content: '';
  display: block;
  clear: both;
}
.inner::after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 1040px;
    width: auto;
    padding: 0 10px;
  }
}
.pageTop {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #1E94D4;
  color: #FFF;
  border-radius: 10px;
  font-size: 2rem;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  transition: .2s;
}
.pageTop:hover {
  opacity: 0.7;
}

/* +++++++++++++++++++++++++++++++++++++++++++ siori */
.siori-parts {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .siori-parts {
    display: none !important;
    position: fixed;
    top: 110px;
    right: 0;
    z-index: 9000;
    opacity: 0;
    transform: translateX(12px);
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
  }
  .siori-parts.is-visible {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
  }
}
.siori-toggle {
  width: 44px;
  height: 44px;
  border: 1px solid #1E94D4;
  border-right: none;
  background: transparent;
  color: #1E94D4;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
.siori-panel {
  position: absolute;
  top: 0;
  right: -340px;
  width: 300px;
  max-height: 74vh;
  overflow-y: auto;
  padding: 10px 0 10px 10px;
  background: transparent;
  border: none;
  box-shadow: none;
  transition: right .25s ease;
  text-align: right;
  pointer-events: none;
}
.siori-parts.is-open .siori-panel {
  right: 44px;
}
.siori-group + .siori-group {
  margin-top: 18px;
  padding-top: 12px;
  border-top: 1px solid rgba(30, 148, 212, 0.35);
}
.siori-group {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  pointer-events: auto;
  width: max-content;
  margin-left: auto;
}
.siori-heading {
  margin: 0 0 10px;
  font-size: 1.4rem;
  color: #3f5368;
  text-align: right;
}
.siori-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.siori-panel li + li {
  margin-top: 6px;
}
.siori-panel a {
  display: block;
  font-size: 1.4rem;
  line-height: 1.45;
  color: #1f2c3a;
  text-decoration: none;
  text-align: right;
}
.siori-panel a:hover {
  color: #1E94D4;
}
.siori-section-links a.is-active {
  font-weight: bold;
  color: #1E94D4;
}
.siori-enabled .ankerNav {
  display: flex !important;
}
@media screen and (max-width: 1023px) {
  .siori-parts {
    display: none !important;
  }
  .siori-enabled .ankerNav {
    display: flex !important;
  }
}

/* recruit側ではサイトマップを表示しない */
#sitemap {
  display: none !important;
}
/*+++++++++++++++++++++++++++++++++++++++++++
		メイン部分
+++++++++++++++++++++++++++++++++++++++++++ */
section h3 {
  font-size: 4.8rem;
  line-height: 1.2;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 767px) {
  section h3 {
    font-size: 4.8vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	ヘッダー
+++++++++++++++++++++++++++++++++++++++++++ */
.header {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.header .logo {
  display: block;
  padding: 10px 13px;
  position: relative;
  z-index: 2;
}
.header .contactBtn {
  margin: 15px 10px 0 auto;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .header .contactBtn {
    display: none;
  }
}
.header .contactBtn .btn {
  min-width: 175px;
	padding: 10px 15px;
  text-align: center;
  background: #FF7500;
  border: none;
  font-size: 2rem;
  font-weight: bold;
  /*font-family: "Times New Roman", Times, "serif";*/
}
.header .contactBtn .btn:hover {
  opacity: 1;
  background: #cc5e00;
  color: #FFF;
}
.spMenu {
  display: none;
}
@media screen and (max-width: 767px) {
  .spMenu {
    display: block;
    padding: 15px 70px 15px 0;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
  }
  .spMenu a {
    display: inline-block;
    margin: 0 10px;
    color: #1E94D4!important;
    font-size: 4rem;
  }
}
/* +++++++++++++++++++++++++++++++++++++++++++ drawer */
@media screen and (max-width: 767px) {
  .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: none;
}
@media screen and (max-width: 767px) {
  header .drawer-toggle {
    display: block;
  }
}
header .drawer-nav {
  position: relative;
}
@media screen and (max-width: 767px) {
  header .drawer-nav {
    z-index: 100;
    position: fixed;
    width: 28rem;
  }
  header .drawer-nav .drawer-menu {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
header .drawer-hamburger {
  z-index: 10000;
  width: 3.5rem;
  padding: 30px 15px;
}
header .drawer-hamburger .text {
  display: none;
  white-space: nowrap;
  color: #1E94D4;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  text-align: center;
}
header .drawer-hamburger-icon {
  margin: 0;
  position: relative;
  top: 2px;
  background: #1E94D4;
  height: 5px;
}
header .drawer-hamburger-icon::before,
header .drawer-hamburger-icon::after {
  background: #1E94D4;
  height: 5px;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	グローバルナビゲーション
+++++++++++++++++++++++++++++++++++++++++++ */
#gNav {
  margin: 19px 0 0 ;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  #gNav {
    width: 28rem;
    min-width: 0;
    margin: 0;
    background: #1E94D4;
    position: fixed;
  }
}
#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;
    height: auto;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
  }
  #gNav ul.sp_show {
    text-align: center;
  }
  #gNav ul.sp_show li {
    display: inline-block;
    margin: 20px 0;
  }
  #gNav ul.sp_show li a {
    padding: 10px;
    border: none;
    font-size: 3rem;
  }
}
#gNav ul li {
  display: inline-block;
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  #gNav ul li {
    width: auto;
    height: auto;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    display: block;
    margin: 10px 0 0;
    padding: 0 10px;
    text-align: center;
  }
}
#gNav ul li a {
  /*font-family: "Times New Roman", Times, "serif";*/
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  position: relative;
	text-shadow: 0 0 10px rgba(0,0,0,0.1);
}
@media screen and (min-width: 768px) {
  #gNav ul li a {
    color: #FFF;
    text-shadow:
      2px 0 0 #1E94D4,
      -2px 0 0 #1E94D4,
      0 2px 0 #1E94D4,
      0 -2px 0 #1E94D4,
      2px 2px 0 #1E94D4,
      -2px 2px 0 #1E94D4,
      2px -2px 0 #1E94D4,
      -2px -2px 0 #1E94D4;
  }
}
@media screen and (max-width: 767px) {
  #gNav ul li a {
    display: block;
    padding: 5px;
    border: #FFF 1px solid;
  }
}
#gNav ul li a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  content: '';
  opacity: 0;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  transform: translateY(-10px);
}
#gNav ul li a:hover::after,
#gNav ul li a:focus::after {
  height: 3px;
  opacity: 1;
  transform: translateY(6px);
}
@media screen and (max-width: 767px) {
  #gNav ul li a:hover::after,
  #gNav ul li a:focus::after {
    display: none;
  }
}

/*+++++++++++++++++++++++++++++++++++++++++++
	サイトマップ
+++++++++++++++++++++++++++++++++++++++++++ */

#sitemap {
	margin-bottom:50px;
}

#sitemap h2{
    background-color: #000;
    color:#fff;
    font-size:2.4rem;
    text-align: center;
    letter-spacing:2px;
    padding:9px 0;
    font-weight:500;
    margin-bottom:6px;
}

#sitemap ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#sitemap li{
    width:49.7%;
    border:solid 1px #000;
    margin-bottom:6px;
    text-align: center;
}

#sitemap span{
    font-weight:bold;
    font-size:2.4rem;
}

#sitemap a{
    text-decoration:none;
    padding:12px 0;
    display: block;
}

#sitemap a:hover{
    background-color:#DBDBDB;
}

#sitemap a.current {
	background: #1E94D4;
	color: #FFF;
	pointer-events: none;
}

#sitemap li:last-child a{
    padding:0;
}

#sitemap li:nth-child(7) a{
    padding:14px 0;
}

@media screen and (max-width: 767px) {
	
	#sitemap h2{
		font-size:5.6vw;
		margin-bottom:30px;
	}
 
	#sitemap ul{
		width:94%;
		margin:0 auto;
		display: block;
	}
    #sitemap li{
		width:100%;
		height:auto;
		margin-bottom:13px;
		font-size:3.2vw;
	}
	
	#sitemap span{
		font-size:4.26vw;
	}
	
	#sitemap a{
    padding:8px 0;
}
	
}
/*+++++++++++++++++++++++++++++++++++++++++++
	フッター
+++++++++++++++++++++++++++++++++++++++++++ */
footer {
  min-height: 562px;
  padding: 53px 0 0;
  background-color:#eee;
  color: #aaa;
}
@media screen and (max-width: 767px) {
  footer {
    background-position: 35px 100%;
    background-size: 150px auto;
  }
}
footer .inner {
  width: 1000px;
  margin:0 auto;
}
@media screen and (max-width: 767px) {
  footer .inner {
    width: 100%;
  }
}
footer nav {
  max-width: 1040px;
}

footer nav ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-top: #aaa 1px solid;
  border-bottom: #aaa 1px solid;
}
@media screen and (max-width: 767px) {
  footer nav ul {
    flex-wrap: wrap;
	  align-items: center;
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  footer nav ul li {
	  display: flex;
	  align-items: center;
	  justify-content: center;
    width: 24%;
	  min-height: 52px;
    text-align: center;
	  
  }
}
footer nav ul li a {
  display: block;
  padding: 20px 10px;
  font-size: 1.8rem;
  font-weight: bold;
  /*font-family: "Times New Roman", Times, "serif";*/
  text-decoration: none;
  color: #aaa;
}
@media screen and (max-width: 767px) {
  footer nav ul li a {
    padding: 5px;
	  line-height: 1.2;
	  font-size: 3.6vw;
  }
}
footer nav ul li a:hover {
  color: #1E94D4;
}

footer .hgroup{
  text-align: center;
  margin-bottom:30px;
  background-color: #1271;
}


footer .hgroup a {
  text-decoration: none;
}

footer .hgroup a:hover p{
  opacity: 0.7;
}

footer .hgroup h2 {
  margin: 45px 10px 20px;
}
footer .hgroup h2 img {
  width: 640px;
  padding-top: 10px;
}
footer .hgroup p{
  color:#aaa;
  font-weight:bold;
  font-size:1.6rem;
}

@media screen and (max-width: 767px) {
footer .hgroup h2 img {
  width:100%;
  padding-top: 10px;
}

footer .hgroup p{
  font-size:3.2vw;
}

}

footer .hgroup p i{
 margin-left:8px; 
}

footer p {
  font-size: 1.8rem;
  margin: 0;
}


@media screen and (max-width: 767px) {
  footer p {
    text-align: center;
  }
}
footer .sns {
  margin: 10px 0 0 10px;
}
@media screen and (max-width: 767px) {
  footer .sns {
    margin-left: 0;
    text-align: center;
  }
}
footer .sns li {
  display: inline-block;
  margin: 0 30px 0 0;
}
footer .sns li a {
  text-decoration: none;
  color: #aaa;
  font-size: 2.4rem;
}
footer .sns li a:hover {
  opacity: 0.7;
}
footer .copy {
  text-align: right;
}
@media screen and (max-width: 767px) {
  footer .copy {
    text-align: center;
  }
}
footer .copy small {
  font-size: 1.6rem;
  font-family: "Times New Roman", Times, "serif";
}
/*+++++++++++++++++++++++++++++++++++++++++++
	リンク
+++++++++++++++++++++++++++++++++++++++++++ */
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[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
  cursor: text;
  color: inherit;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
    text-decoration: underline;
    cursor: pointer;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	パーツ（不特定のページで使うスタイル）
+++++++++++++++++++++++++++++++++++++++++++ */
.box {
  background: #EEE;
  padding: 15px;
}
.box.boxRed {
  background: #D99;
}
.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: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.columnBox  > * {
  display: block;
  width: 49%;
}
.columnBox::before,
.columnBox::after {
  content: '';
  order: 1;
  display: block;
  width: 49%;
}
.columnBox.col3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.columnBox.col3  > * {
  display: block;
  width: 32%;
}
.columnBox.col3::before,
.columnBox.col3::after {
  content: '';
  order: 1;
  display: block;
  width: 32%;
}
.columnBox.col4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.columnBox.col4  > * {
  display: block;
  width: 24%;
}
.columnBox.col4::before,
.columnBox.col4::after {
  content: '';
  order: 1;
  display: block;
  width: 24%;
}
@media screen and (max-width: 767px) {
  .columnBox.sp_col1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .columnBox.sp_col1  > * {
    display: block;
    width: 100%;
  }
  .columnBox.sp_col1::before,
  .columnBox.sp_col1::after {
    content: '';
    order: 1;
    display: block;
    width: 100%;
  }
  .columnBox.sp_col2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .columnBox.sp_col2  > * {
    display: block;
    width: 49%;
  }
  .columnBox.sp_col2::before,
  .columnBox.sp_col2::after {
    content: '';
    order: 1;
    display: block;
    width: 49%;
  }
  .columnBox.sp_col3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .columnBox.sp_col3  > * {
    display: block;
    width: 32%;
  }
  .columnBox.sp_col3::before,
  .columnBox.sp_col3::after {
    content: '';
    order: 1;
    display: block;
    width: 32%;
  }
}
.btn {
  background: #000;
  color: #FFF;
  display: inline-block;
  text-decoration: none;
  padding: 10px 30px;
  line-height: 1;
  position: relative;
  border: #000 1px solid;
  font-family: "Times New Roman", Times, "serif";
}
.btn .fa {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
}
.btn:hover {
  opacity: 0.7;
}
.btn:hover {
  opacity: 1;
  background: #FFF;
  color: #000;
}
.btn.btn_01 {
  border: #FFF 1px solid;
  color: #FFF;
  background: none;
}
.btn.btn_01:hover {
  background: #FFF;
  color: #000;
}
/*+++++++++++++++++++++++++++++++++++++++++++ error */
.err {
  background-color: #FCC !important;
}
.error {
  color: #F00;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	汎用
+++++++++++++++++++++++++++++++++++++++++++ */
.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.9;
}
.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;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex .text {
  flex: 1;
  padding: 0 0 0 40px;
}
.flex .imgRight {
  order: 1;
}
.flex .imgRight + .text {
  padding: 0 40px 0 0;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	color
+++++++++++++++++++++++++++++++++++++++++++ */
.colorRed {
  color: #FF0000;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	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;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	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;
}
