@charset "utf-8";
/* CSS Document */

/*------------------------------------------
  Responsive Grid Media Queries - 1280, 1024, 768, 480
   -1024   - デスクトップ（デフォルトのグリッド）
   1024-768    - タブレット大
   768-480     - タブレット小・スマホ大
   480-less    - スマホ小
--------------------------------------------*/


/* ↓テストアップ用 本サイトでは削除----------------------------- */

/* ↓画像+「Sample」文字 */
.img_test_rela{
  position: relative;
}
.img_test_abso {
  display:inline-block;
}
.img_test_abso img{
  /* opacity: 0.5; */
  display:block;
}
.img_test_abso:after{
  content: "sample#";
  position: absolute;
  top: 10%;
  left: 25%;
  transform: translate(-50%, 0%) rotate(-15deg);
  font-size: 80px;
  color:#eaa;
}
.img_test_sample:after{
  content: "sample";
  position: absolute;
  transform: rotate(-5deg);
  font-size: 80px;
  color:#eaa;
}
.img_test_sample_s:after{
  font-size: 40px;
}

@media only screen and (max-width: 768px) {
  .img_test_abso:after{
    /* top: 50%; */
    /* left: 50%; */
    transform: rotate(-5deg);
    font-size: 50px;
  }
  .img_test_sample:after{
    font-size: 50px;
  }
  .img_test_sample_s:after{
    font-size: 30px;
  }
}

/* ↑テストアップ用 本サイトでは削除 */


.ah_guide {
  
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;

  font-size: 18px;
  line-height: 1.4;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  color: #444;
  background: #fff;
  white-space: normal;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.ah_guide {
	display: block;
	margin: 0 auto;
  /* padding-top: 150px; ヘッダーとナビの高さの合計 */
	width: 100%;
	max-width: 1200px;
}

/* マージン */
.ah_guide .mt05 {margin-top: 5px !important;}
.ah_guide .mt10 {margin-top: 10px !important;}
.ah_guide .mt20 {margin-top: 20px !important;}
.ah_guide .mt30 {margin-top: 30px !important;}
.ah_guide .mt40 {margin-top: 40px !important;}
.ah_guide .mt50 {margin-top: 50px !important;}
.ah_guide .mt60 {margin-top: 60px !important;}

.ah_guide .mb10 {margin-bottom: 10px !important;}
.ah_guide .mb20 {margin-bottom: 20px !important;}
.ah_guide .mb30 {margin-bottom: 30px !important;}
.ah_guide .mb40 {margin-bottom: 40px !important;}
.ah_guide .mb50 {margin-bottom: 50px !important;}
.ah_guide .mb60 {margin-bottom: 60px !important;}

/* パディング */
.ah_guide .pd05 {padding: 5px !important;}
.ah_guide .pd10 {padding: 10px !important;}
.ah_guide .pd20 {padding: 20px !important;}

/* 横幅 */
.ah_guide .wd60per {width: 60%;}
.ah_guide .wd100per {width: 100%;}

/* 高さ */
.ah_guide .ht5rem {height: 5rem;}

/* コンテンツマージン */
.ah_guide .secWrap {margin: 0 20px;}

/* 表示・非表示切替 */
.ah_guide .disNone,
.ah_guide .pcDisNone {display: none;}
.ah_guide .spDisNone { /* display: inherit; */ }

.ah_guide .pcDisNone_inl {display: none;}
.ah_guide .spDisNone_inl {display: inline;}

/* フォントスタイル --------------------------------- */
.ah_guide h1,
.ah_guide h2,
.ah_guide h3,
.ah_guide h4,
.ah_guide h5 {
  margin: 0;
  color: #666666;
}
.ah_guide p,
.ah_guide li
.ah_guide button {
}

.ah_guide .ltsp-01{
  letter-spacing: -0.1em
}

.ah_guide a {
  text-decoration: none;
  color: #1877f2; /*225496*/
}
.ah_guide a:hover {
  text-decoration: none;
  cursor: pointer;
  color: #e27571;
}

.ah_guide h1 {
  margin: 30px auto 0;
  width: 100%;
  max-width: 1200px;
  height: 50px;
  background-color: #fff;
  border-bottom: 2px solid #ccc;
  font-size: 18px;
  font-weight: bold;
}
.ah_guide h1.header_img, .ah_guide h1.header_icon {
    display: flex;
    align-items: center;
}
.ah_guide h1.header_img img {
    width: 36px;
    max-width: 36px;
    padding-top: 6px;
    margin-right: 4px;
}
.ah_guide h1.header_icon i {
    font-size: 22px;
    margin: 0 5px;
    display: inline-block;
    width: 30px;
    text-align: center;
}
.ah_guide .fas {
  color: #666666;
}

/* .ah_guide h2 {
  margin-bottom: 30px;
  padding: 0 5px 5px;
  font-size: 18px;
  font-weight: bold;
  background-color: transparent;
  border-bottom: 1px solid #ddd;
} */
.ah_guide h2 {
  margin-bottom: 30px;
  padding: 10px;
  background-color: #eee;
  border: none;
  font-size: 20px;
  font-weight: bold;
}
/* .ah_guide h2::before {
  content: url(../../../akachanhonpo/img/usr/common/title_ec_pc.png);
  vertical-align: middle;
  margin-right: 15px;
} */

.ah_guide h3 {
  font-weight: bold;
  background-color: transparent;
  font-size: 18px;
}
.ah_guide h4 {
  font-weight: bold;
  background-color: transparent;
  font-size: 16px;
}
.ah_guide .guide2_point h4 {
  font-size: 18px;
}

/* 操作STEP設定 */
.ah_guide h3.step {
  position: relative;
  margin-top: 10px;
  padding: 0;
  font-weight: bold;
}
.ah_guide h3.step:before {
  position: absolute;
  content: 'STEP';
  top: -18px;
  left: 0;
  /* letter-spacing: -0.1em; */
  font-size: 0.7em;
  font-weight: bold;
  color:#e27571;
  height: 24px;
}
.ah_guide h3.step span {
  position: absolute;
  top: -24px;
  left: 1.9em;
  display: block;
  letter-spacing: -0.1em;
  font-size: 1.2rem;
  font-weight: bold;
  color:#e27571;
}

.ah_guide .guide2_point h4.step {
  position: relative;
  margin-top: 10px;
  padding: 0;
  font-weight: bold;
}
.ah_guide .guide2_point h4.step:before {
  position: absolute;
  content: 'STEP';
  top: -18px;
  left: 0;
  /* letter-spacing: -0.1em; */
  font-size: 0.7em;
  font-weight: bold;
  color:#e27571;
  height: 24px;
}
.ah_guide .guide2_point h4.step span {
  position: absolute;
  top: -24px;
  left: 1.9em;
  display: block;
  letter-spacing: -0.1em;
  font-size: 1.2rem;
  font-weight: bold;
  color:#e27571;
}

/* 汎用 */
.ah_guide .txtSS {
	font-size: 12px;
}
.ah_guide .txtS {
	font-size: 14px;
}
.ah_guide .txtM {
	font-size: 16px;
}
.ah_guide .txtL {
	font-size: 18px;
}
.ah_guide .txtLL {
	font-size: 20px;
}
.ah_guide .txt22 {
	font-size: 22px;
}
.ah_guide .txt28 {
	font-size: 28px;
}

/* 幅狭スマホ用 */
@media only screen and (max-width: 375px) {
  .ah_guide {
    font-size: 14px;
  }
  .ah_guide h1 {
  }
  .ah_guide h2 {
  }
  .ah_guide h3 {
  }
  .ah_guide .txtSS {
    font-size: 10px;
  }
  .ah_guide .txtS {
    font-size: 12px;
  }
  .ah_guide .txtM {
    font-size: 13px;
  }
}

.ah_guide .txtColorRed {
	color: #e6160b;
}
.ah_guide .txtColorWh {
	color: #FFFFFF;
}

.ah_guide .txtColor-ahred {
	color: #e6160b;
}
.ah_guide .txtColor-wh {
	color: #FFFFFF;
}
.ah_guide .txtColor-lbk {
	color: #666666;
}

.ah_guide .txtCenter {
	text-align: center;
}

 .ah_guide .txtBold {
	font-weight: bold;
}
 .ah_guide .txtNobold {
	font-weight: normal;
}

/* 背景・枠線スタイル --------------------------------- */
.ah_guide .guidTxt {
	margin-bottom: 30px;
  box-sizing: border-box;
}

/* タイプ付きリスト */
.ah_guide ol {
  list-style-type: none;
}
.ah_guide ul.typeOn {
  margin: 0px;
  padding-left: 20px;
}
.ah_guide ul li.typeDecimal {
  list-style-type: decimal;
}
.ah_guide ul li.typeDisc {
  list-style-type: disc;
}
.ah_guide ul li.typeSankakuOp:before {
  /* list-style-type: disclosure-open; */
  content: "▼ ";
}

.last_ch05 li:not(:last-child) {
  margin-bottom: 5px;
}
.last_ch li:not(:last-child) {
  margin-bottom: 10px;
}

.ah_guide ul.indent {
  text-indent: -1.4em;
  margin-left: 1.4em;
}

.ah_guide ul li.sikaku:before {
	content: "■ ";
}
.ah_guide ul li.dia:before {
	content: "◆ ";
}
.ah_guide ul li.maru:before,
.ah_guide p.maru:before {
  content: "● ";
}
.ah_guide ul li.nakaguro:before,
.ah_guide ul li.nakakuro:before,
.ah_guide p.nakaguro:before,
.ah_guide p.nakakuro:before {
	content: "・ ";
}
.ah_guide ul li.kome:before, 
.ah_guide p.kome:before {
	content: "※ ";
}
.ah_guide ul li.space:before, 
.ah_guide p.space:before {
	content: "　\00a0";
}
/* インデント */
.ah_guide .txtIndentWrap {
	margin: 0 1.35em;
}
.ah_guide .txtIndentWrapL {
	margin-left: 1.35em;
}
.ah_guide .txtIndent {
	text-indent: -1.35em;
	padding-left: 1.35em;
	/* display: inline-block;
	*/
}

/* アイコン */
.ah_guide i.affter_set {
  display: inline;
  margin-left: 20px;
  font-size: 15px;
  color: #999;
}
.ah_guide i.link_style {
  margin-left: 20px;
  font-size: 14px;
  color: #999;
}

/* 背景 */
.ah_guide .bgcolor01 {
  background-color: #E4E4E4;
}
.ah_guide .bgcolor02 {
  background-color: #e6160b;
}
.ah_guide .bgcolor03 {
  background-color: #cccccc;
}

.ah_guide .bgcolor-ahred {
  background-color: #e6160b;
}
.ah_guide .bgcolor-ahredl {
  background-color: #e27571;
}
.ah_guide .bgcolor-pink {
  background-color: #FF7372;
}
.ah_guide .bgcolor-dgray {
  background-color: #CCCCCC;
}
.ah_guide .bgcolor-lgray {
  background-color: #E4E4E4;
}
.ah_guide .bgcolor-lbk {
  background-color: #999;
}
.ah_guide .bgcolor-wh {
  background-color: #ffffff;
}


/* 枠線 */
.ah_guide .boder01 {
  border: 1px solid #979797;
}
.ah_guide .boderBt01 {
  border-bottom: 1px solid #979797;
}
.ah_guide .boderLf01 {
  border-left: 1px solid #979797;
}
.ah_guide .boderRi01 {
  border-right: 1px solid #979797;
}

.ah_guide .boder-dgray {
  border: 1px solid #979797;
}
.ah_guide .boder-Bt-dgray {
  border-bottom: 1px solid #979797;
}
.ah_guide .boder-Lf-dgray {
  border-left: 1px solid #979797;
}
.ah_guide .boder-Ri-dgray {
  border-right: 1px solid #979797;
}

.ah_guide .boder-lgray {
  border: 1px solid #ccc;
}

.ah_guide .boder-Bt-wh {
  border-bottom: 1px solid #ffffff;
}

.ah_guide .boderTakuhai {
  border-left: 1px solid #979797;
  border-right: 1px solid #979797;
}

.ah_guide .boderRadi5 {
  border-radius: 5px;
}

.ah_guide .boderRadi {
  border-radius: 10px;
}
.border-sdw{
  box-shadow: 0px 0px 2px #666;
}

.ah_guide .blockCenter {
  margin-left: auto;
  margin-right: auto;
}

/* 順序用下向き三角 */
.ah_guide .guidTriangle{
  width: 0px;
  height: 0px;
  border-top: 50px solid #E4E4E4;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
}

.arrow {
  width: 30px;
  height: 30px;
  border: 5px solid;
  border-color: #565656 #565656 transparent transparent;
  transform: rotate(45deg);
}

/* ボタンスタイル */
.ah_guide .btn_style {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ah_guide .btn_style a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20px 40px;
  width: 100%;
  height: 100%;
  background-color: #E4E4E4;
  border-radius: 5px;
  color: #444;
  text-align: center;
}
.ah_guide .btn_style a:hover {
  opacity: 1;
  background-color: #ffe8e8;
  box-shadow:0px 0px 2px #e6160b;
  text-decoration: none;
}
.ah_guide .btn_style a::after {
   /* content: "»"; */
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
  margin: auto;
}
.ah_guide .btn_style i {
  content: "\f101";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
  margin: auto;
  font-size: 15px;
  color: #999;
}
.ah_guide .btn_style img {
  content: "\f101";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 20px;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .ah_guide .btn_style {
      flex-wrap: wrap;;
  }
  .ah_guide .btn_style .ah_fcol1_1_sp {
      margin-right: 0;
      text-align: center;
      margin-bottom: 30px;
  }
}

/* リンクボタン */
.ah_guide .link_btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  display: inline-block;
  padding: 15px 30px 15px 15px;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  font-family: inherit;
  font-size: 16px;
}
nav .link_btn p::after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 20px;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -0.75em;
}
.ah_guide .link_btn img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto
}

.ah_guide .link_btn:hover {
  opacity: 0.8;
}
.ah_guide .link_btn:focus {
  outline: none;
  opacity: 1;
  box-shadow: 0 0 2px 1px #666;
}

.btn-tel {
  position: relative;
  display: block;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  text-align: center;
  background: #E4E4E4;
  padding: 5px 0;
  margin: 10px 20px;
  max-width: 250px;
}

.btn-tel::after{
  content: "";
  background: url(img/telephone.svg) no-repeat center;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  left: 15px;
}

/* 棚下マージン */
.tanasita_mt { margin-top: 40px;}

/* ブロック要素に変更*/
.disBlock {
	display: block;
}

/* ナビボタン領域の拡大 */
a.bt_style {
	display: block;
}

/* ページ内リンク時の固定ヘッダー被り回避 */
.ah_anchor {
	margin-top: -150px; /* 固定ヘッダー高さ分（150px） */
	padding-top: 150px; /* 固定ヘッダー高さ分（150px） */
}
@media only screen and (max-width: 1024px) {
  .ah_anchor {
    margin-top: -158px; /* 固定ヘッダー高さ分（150px） */
    padding-top: 158px; /* 固定ヘッダー高さ分（150px） */
  }
}

/* アコーディオン pc&sp共通 ----------------------------------*/
.ah_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #666666;
}
.ah_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.ah_actab label {
	font-weight: bold;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background: #E4E4E4;
}
.ah_actab .ah_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #444;
	background: #ffffff;
}
.ah_actab .ah_actab-content p {
	/* margin: 1em; */
}
/* :checked */
.ah_actab input:checked ~ .ah_actab-content {
	max-height: 1000em;
}
.ah_actab .ah_actab-content_wrap {
  padding: 10px 10px 0;
}

/* Icon */
.ah_actab label::after {
	position: absolute;
	display: block;
	top: 50%;
	right: 0;
  margin-top: -1.5em;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
  color: #666;
  font-size: 20px;
  font-weight: bold;
}
.ah_actab input[type=checkbox] + label::after {
  content: "\f106";
  font-family: FontAwesome;
  transform: rotate(180deg);

}
.ah_actab input[type=checkbox]:checked + label::after {
  content: "\f106";
  font-family: FontAwesome;
  transform: rotate(-360deg);
}
.ah_actab h3 {
  padding: 12px 60px 12px 0;
  line-height: 1.5em;
}
/* /アコーディオン pc&sp共通 ----------------------------------*/


/* アコーディオン PC　SP・タブレット別々 ----------------------------------*/
  .ah_actab_tb {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    color: #666666;
  }
  .ah_actab_tb input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .ah_actab_tb label {
    position: relative;
    display: block;
    margin: 0 0 1px 0;
    padding: 0 0 0 15px;
    background: #E4E4E4;
    border-bottom: 1px solid #ccc;
    line-height: 3;
  }
  .ah_actab_tb input[type="checkbox"] + label {
    cursor:default;
  }

  .ah_actab_tb h3 {
    padding: 12px 60px 12px 0;
    line-height: 1.5em;
  }
@media only screen and (max-width: 1024px) {
  .ah_actab_tb label {
    position: relative;
    display: block;
    margin: 0 0 1px 0;
    padding: 0 0 0 15px;
    background: #E4E4E4;
    font-weight: bold;
    line-height: 3;
  }
  .ah_actab_tb input[type="checkbox"] + label {
    cursor:pointer;
  }

  .ah_actab_tb .ah_actab_tb-content {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.35s;
    transition: max-height 0.35s;
    color: #444;
    background: #ffffff;
  }
  .ah_actab_tb .ah_actab_tb-content p {
    /* margin: 1em; */
  }
  /* :checked */
  .ah_actab_tb input:checked ~ .ah_actab_tb-content {
    max-height: 1000em;
  }
  .ah_actab_tb .ah_actab_tb-content_wrap {
    padding: 10px 10px 0;
  }

  /* Icon */
  .ah_actab_tb label::after {
    position: absolute;
    display: block;
    top: 50%;
    right: -10px;
    margin-top: -1.5em;
    width: 3em;
    height: 3em;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    text-align: center;
    color: #666;
    font-size: 16px;
    font-weight: bold;
  }
  .ah_actab_tb input[type=checkbox] + label::after {
    content: "\f106";
    font-family: FontAwesome;
    transform: rotate(180deg);

  }
  .ah_actab_tb input[type=checkbox]:checked + label::after {
    content: "\f106";
    font-family: FontAwesome;
    transform: rotate(-360deg);
  }
  .ah_actab_tb h3 {
    margin-top: 0;
  }
}
/* /アコーディオン SP&タブレット用 ----------------------------------*/

/* SP用---------------------------------- */
@media only screen and (min-width: 768px) {
/* スマホのみ電話発信を有効に */
  a[href^="tel:"]{
    pointer-events: none;
  }
}
/* /SP用---------------------------------- */


/* タブレット用---------------------------------- */
@media only screen and (max-width: 1024px) {
.ah_guide {
  /* padding-top: 158px; ヘッダーとナビの高さの合計 */
}

/* マージン調整 */
  .mt05_tb {margin-top: 5px;}
  .mt10_tb {margin-top: 10px;}
  .mt20_tb {margin-top: 20px;}
  .mt30_tb {margin-top: 30px;}
  .mt40_tb {margin-top: 40px;}
  .mt50_tb {margin-top: 50px;}
  .mt60_tb {margin-top: 60px;}

  .mb10_tb {margin-bottom: 10px;}
  .mb20_tb {margin-bottom: 20px;}
  .mb30_tb {margin-bottom: 30px;}
  .mb40_tb {margin-bottom: 40px;}
  .mb50_tb {margin-bottom: 50px;}
  .mb60_tb {margin-bottom: 60px;}

  .ah_guide .boderBt01tb {
    border: none;
    border-bottom: 1px solid #979797;
  }
  .ah_guide .boderRi01tb {
    border-right: 1px solid #979797;
  }
}

/* スマホ用---------------------------------- */
@media only screen and (max-width: 768px) {
/* コンテンツマージン */
  
  .ah_guide .secWrap {
    margin: 0 10px;
  }

/* 表示・非表示切替 */
  .ah_guide .pcDisNone {display: block;}
  .ah_guide .spDisNone {display: none;}

  .ah_guide .pcDisNone_inl {display: inline;}
  .ah_guide .spDisNone_inl {display: none;}

/* マージン調整 */
  .mt05_sp {margin-top: 5px;}
  .mt10_sp {margin-top: 10px;}
  .mt20_sp {margin-top: 20px;}
  .mt30_sp {margin-top: 30px;}
  .mt40_sp {margin-top: 40px;}
  .mt50_sp {margin-top: 50px;}
  .mt60_sp {margin-top: 60px;}

  .mb10_sp {margin-bottom: 10px;}
  .mb20_sp {margin-bottom: 20px;}
  .mb30_sp {margin-bottom: 30px;}
  .mb40_sp {margin-bottom: 40px;}
  .mb50_sp {margin-bottom: 50px;}
  .mb60_sp {margin-bottom: 60px;}

/* 背景・枠線スタイル */
  .ah_guide .txtStyle01sp {
    text-align-last: left;
    font-weight: bold;
    color: #FFFFFF;
  }

  .ah_guide .bgcolor02sp {
    background-color: #979797;
  }

  .ah_guide .boderBt01sp {
    border: none;
    border-bottom: 1px solid #979797;
  }
  .ah_guide .boderRi01sp {
    border-right: 1px solid #979797;
  }
  .ah_guide .boderTakuhai {
    border-left: none;
  }

/* ページ内リンク時のヘッダー被り回避 */
	.anchor_kaihi {
		margin-top: -50px;
		padding-top: 50px;
	}

}

/* フレックスボックス---------------------------------- */
.ah_fbox {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
  box-sizing: border-box;
}
.ah_fitem {
  width: 100%;
  box-sizing: border-box;
}

/* カラム縦並び*/
.ah_fcolumn {
  flex-direction: column ;
}

/* 縦中央揃え */
.ah_fvt-center {
  display: flex;
  align-items: center;
}

/* 横中央揃え */
.ah_fi-center {
  justify-content: center;
}

/* アイテムをセンターリング */
.ah_f-center {
  justify-content: center
}

/* カラム分割数 マージン有り */
.ah_fcol1_1 {
	width: 100%;
}
.ah_fcol2_1 {
	width: 49%;
}
.ah_fcol3_1 {
	width: calc(100% / 3 * 1 - 1%);
}
.ah_fcol3_2 {
	width: calc(100% / 3 * 2 - 1%);
}
.ah_fcol4_1 {
	width: 24%;
}
.ah_fcol4_2 {
	width: 49%;
}
.ah_fcol4_3 {
	width: 74%;
}
.ah_fcol5_1 {
	width: 19%;
}
.ah_fcol5_2 {
	width: 39%;
}
.ah_fcol5_3 {
	width: 59%;
}
.ah_fcol5_4 {
	width: 79%;
}
.ah_fcol6_1 {
	width: calc(100% / 6 * 1 - 1%);
}
.ah_fcol6_2 {
	width: calc(100% / 6 * 2 - 1%);
}
.ah_fcol6_3 {
	width: calc(100% / 6 * 3 - 1%);
}
.ah_fcol6_4 {
	width: calc(100% / 6 * 4 - 1%);
}
.ah_fcol6_5 {
	width: calc(100% / 6 * 5 - 1%);
}

/* カラム分割数 マージン無し*/
.ah_fcol1_1_m0 {
	width: 100%;
}
.ah_fcol2_1_m0 {
	width: 50%;
}
.ah_fcol3_1_m0 {
	width: calc(100% / 3 * 1);
}
.ah_fcol3_2_m0 {
	width: calc(100% / 3 * 2);
}
.ah_fcol4_1_m0 {
	width: 25%;
}
.ah_fcol4_2_m0 {
	width: 50%;
}
.ah_fcol4_3_m0 {
	width: 75%;
}
.ah_fcol5_1_m0 {
	width: 20%;
}
.ah_fcol5_2_m0 {
	width: 40%;
}
.ah_fcol5_3_m0 {
	width: 60%;
}
.ah_fcol5_4_m0 {
	width: 80%;
}
.ah_fcol6_1_m0 {
	width: calc(100% / 6 * 1);
}
.ah_fcol6_2_m0 {
	width: calc(100% / 6 * 2);
}
.ah_fcol6_3_m0 {
	width: calc(100% / 6 * 3);
}
.ah_fcol6_4_m0 {
	width: calc(100% / 6 * 4);
}
.ah_fcol6_5_m0 {
	width: calc(100% / 6 * 5);
}

.ah_fitem img,
.ah_fitem img.fl_img100 {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.ah_fitem img.fl_img50 {
  margin: 0 auto;
  width: 50%;
  height: auto;
}

.itemInner {
  margin: 0 0 5px;
  padding: 0 5px;
}

.ah_fboxNotice {
	display: flex;
  box-sizing: border-box;
}
.ah_fboxNotice .ah_fitem01 {
	width: 1.2em;
  box-sizing: border-box;
}
.ah_fboxNotice .ah_fitem02 {
	width: 98%;
  box-sizing: border-box;
}


/* タブレット用フレックスボックス(_tb) ---------------------------------- */
@media only screen and (max-width: 1024px) {

/* スマホ カラム縦並び*/
	.ah_fcolumn_tb {
		flex-direction: column ;
	}

/* スマホ カラム分割数 マージン有り*/
  .ah_fcol1_1_tb {
    width: 100%;
  }
  .ah_fcol2_1_tb {
    width: 49%;
  }
  .ah_fcol3_1_tb {
    width: calc(100% / 3 * 1 - 1%);
  }
  .ah_fcol3_2_tb {
    width: calc(100% / 3 * 2 - 1%);
  }
  .ah_fcol4_1_tb {
    width: 24%;
  }
  .ah_fcol4_2_tb {
    width: 49%;
  }
  .ah_fcol4_3_tb {
    width: 74%;
  }
  .ah_fcol5_1_tb {
    width: 19%;
  }
  .ah_fcol5_2_tb {
    width: 39%;
  }
  .ah_fcol5_3_tb {
    width: 59%;
  }
  .ah_fcol5_4_tb {
    width: 79%;
  }
  .ah_fcol6_1_tb {
    width: calc(100% / 6 * 1 - 1%);
  }
  .ah_fcol6_2_tb {
    width: calc(100% / 6 * 2 - 1%);
  }
  .ah_fcol6_3_tb {
    width: calc(100% / 6 * 3 - 1%);
  }
  .ah_fcol6_4_tb {
    width: calc(100% / 6 * 4 - 1%);
  }
  .ah_fcol6_5_tb {
    width: calc(100% / 6 * 5 - 1%);
  }

/* スマホ カラム分割数 マージン無し*/
  .ah_fcol1_1_m0_tb {
    width: 100%;
  }
  .ah_fcol2_1_m0_tb {
    width: 50%;
  }
  .ah_fcol3_1_m0_tb {
    width: calc(100% / 3 * 1);
  }
  .ah_fcol3_2_m0_tb {
    width: calc(100% / 3 * 2);
  }
  .ah_fcol4_1_m0_tb {
    width: 25%;
  }
  .ah_fcol4_2_m0_tb {
    width: 50%;
  }
  .ah_fcol4_3_m0_tb {
    width: 75%;
  }
  .ah_fcol5_1_m0_tb {
    width: 20%;
  }
  .ah_fcol5_2_m0_tb {
    width: 40%;
  }
  .ah_fcol5_3_m0_tb {
    width: 60%;
  }
  .ah_fcol5_4_m0_tb {
    width: 80%;
  }
  .ah_fcol6_1_m0_tb {
    width: calc(100% / 6 * 1);
  }
  .ah_fcol6_2_m0_tb {
    width: calc(100% / 6 * 2);
  }
  .ah_fcol6_3_m0_tb {
    width: calc(100% / 6 * 3);
  }
  .ah_fcol6_4_m0_tb {
    width: calc(100% / 6 * 4);
  }
  .ah_fcol6_5_m0_tb {
    width: calc(100% / 6 * 5);
  }

/* スマホ カラム並び順変更 */
  .ah_fodr00_tb {order: 0;}
  .ah_fodr01_tb {order: 1;}
  .ah_fodr02_tb {order: 2;}
  .ah_fodr03_tb {order: 3;}
  .ah_fodr04_tb {order: 4;}
  .ah_fodr05_tb {order: 5;}
  .ah_fodr06_tb {order: 6;}
  .ah_fodr07_tb {order: 7;}

}

/* スマホ用フレックスボックス(_sp) ---------------------------------- */
@media only screen and (max-width: 768px) {

/* スマホ カラム縦並び*/
	.ah_fcolumn_sp {
		flex-direction: column ;
	}

/* スマホ カラム分割数 マージン有り*/
  .ah_fcol1_1_sp {
    width: 100%;
  }
  .ah_fcol2_1_sp {
    width: 49%;
  }
  .ah_fcol3_1_sp {
    width: calc(100% / 3 * 1 - 1%);
  }
  .ah_fcol3_2_sp {
    width: calc(100% / 3 * 2 - 1%);
  }
  .ah_fcol4_1_sp {
    width: 24%;
  }
  .ah_fcol4_2_sp {
    width: 49%;
  }
  .ah_fcol4_3_sp {
    width: 74%;
  }
  .ah_fcol5_1_sp {
    width: 19%;
  }
  .ah_fcol5_2_sp {
    width: 39%;
  }
  .ah_fcol5_3_sp {
    width: 59%;

  }
  .ah_fcol5_4_sp {
    width: 79%;
  }
  .ah_fcol6_1_sp {
    width: calc(100% / 6 * 1 - 1%);
  }
  .ah_fcol6_2_sp {
    width: calc(100% / 6 * 2 - 1%);
  }
  .ah_fcol6_3_sp {
    width: calc(100% / 6 * 3 - 1%);
  }
  .ah_fcol6_4_sp {
    width: calc(100% / 6 * 4 - 1%);
  }
  .ah_fcol6_5_sp {
    width: calc(100% / 6 * 5 - 1%);
  }

/* スマホ カラム分割数 マージン無し*/
  .ah_fcol1_1_m0_sp {
    width: 100%;
  }
  .ah_fcol2_1_m0_sp {
    width: 50%;
  }
  .ah_fcol3_1_m0_sp {
    width: calc(100% / 3 * 1);
  }
  .ah_fcol3_2_m0_sp {
    width: calc(100% / 3 * 2);
  }
  .ah_fcol4_1_m0_sp {
    width: 25%;
  }
  .ah_fcol4_2_m0_sp {
    width: 50%;
  }
  .ah_fcol4_3_m0_sp {
    width: 75%;
  }
  .ah_fcol5_1_m0_sp {
    width: 20%;
  }
  .ah_fcol5_2_m0_sp {
    width: 40%;
  }
  .ah_fcol5_3_m0_sp {
    width: 60%;
  }
  .ah_fcol5_4_m0_sp {
    width: 80%;
  }
  .ah_fcol6_1_m0_sp {
    width: calc(100% / 6 * 1);
  }
  .ah_fcol6_2_m0_sp {
    width: calc(100% / 6 * 2);
  }
  .ah_fcol6_3_m0_sp {
    width: calc(100% / 6 * 3);
  }
  .ah_fcol6_4_m0_sp {
    width: calc(100% / 6 * 4);
  }
  .ah_fcol6_5_m0_sp {
    width: calc(100% / 6 * 5);
  }

/* スマホ カラム並び順変更 */
  .ah_fodr00 {order: 0;}
  .ah_fodr01 {order: 1;}
  .ah_fodr02 {order: 2;}
  .ah_fodr03 {order: 3;}
  .ah_fodr04 {order: 4;}
  .ah_fodr05 {order: 5;}
  .ah_fodr06 {order: 6;}
  .ah_fodr07 {order: 7;}

}

/* リンクボタン */
.ah_guide nav .ah_fnavbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
}
/* アイテムをセンターリング */
.ah_guide nav .ah_f-center {
  justify-content: center
}

.ah_guide nav .ah_fnavinbox {
  display:flex;
  align-items: center; /* 垂直方向 */
}

.ah_guide nav li.ah_fitem {
  margin-bottom: 10px;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.ah_guide nav img {
  margin: 0 10px 0 0;
}
.ah_guide img.img30 {
  width: 30px;
  height: 30px;
}
.ah_guide img.img50 {
  width: 50px;
  height: 50px;
}
.ah_guide nav p {
  margin: 0;
}
.ah_guide nav a {
  /* display: block; */
}

/* /フレックスボックス---------------------------------- */


/* パンくずナビ */
section p.breadcrumbs {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 12px;
}

/* 通常は不要 */
header p.gmenue {
  margin: 5px 0 20px;
  padding: 5px 0;
  background-color: #DC0100;
	text-align: center;
	color: #FFFFFF;
  font-weight:bold;
}