/*========================================
	背景色　基本設定 ここから
========================================*/

.back_FFFFFF {
  background: #ffffff;
}
.back_EEEEEE {
  background: #eeeeee;
}
.back_DDDDDD {
  background: #dddddd;
}
.back_E7E7E7 {
  background: #e7e7e7;
}
.back_F0F0E1 {
  background: #f0f0e1;
}
.back_F9F9F9 {
  background: #f9f9f9;
}
.back_F3F3F3 {
  background: #f3f3f3;
}
.back_F8F8F8 {
  background: #f8f8f8;
}
.back_444444 {
  background: #444444;
}
.back_F7F7F8 {
  background: #f7f7f8;
}
.back_F7F7F7 {
  background: #f7f7f7;
}
.back_FBFBF4 {
  background: #fbfbf4;
}
.back_F6F6F6 {
  background: #f6f6f6;
}

.back_F4F4F4 {
  background: #f4f4f4;
}

/*背景色　お客様ごとの設定　ここを追加or削除していく*/

.back_FFCC00 {
  background: #ffcc00;
}

.back_B9E2EF {
  background: #b9e2ef;
}

.mizu_dot_96 {
  width: 96%;
  margin: 0.9em 2%;
  background: url("../img/top/mizu_bg.png") repeat;
}

.mizu_dot {
  background: url("../img/top/mizu_bg_50.png") repeat;
}

.back_FFF7A6 {
  background: #fff7a6;
}
.back_B7E3F7 {
  background: #b7e3f7;
}
.back_FFE088 {
  background: #ffe088;
}
.back_FFEFB2 {
  background: #ffefb2;
}

.back_53ACD3 {
  background: #53acd3;
}

.back_FFF9EB {
  background: #fff9eb;
}
.back_FDD23E {
  background: #fdd23e;
}
.back_FFF6EE {
  background: #fff6ee;
}
.back_E4EDA6 {
  background: #e4eda6;
}

.back_FDE183 {
  background: #fde183;
}

/*========================================
	背景色　お客様ごとの設定ここまで
========================================*/

/*==================================================
	ホバーで動く　ここから
	リンク付きの画像に設置
	<div class="hover"><a><img src~~ /></a></div>
	※上に動くので余白に注意（埋まること有）
==================================================*/

.hover a img,
.hover a {
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.hover a:hover img,
.hover a:hover {
  -webkit-transform: translate(0, -3px);
  -moz-transform: translate(0, -3px);
  -ms-transform: translate(0, -3px);
  -o-transform: translates(0, -3px);
}
/*==================================================
	ホバーで動く　ここまで
==================================================*/

/*==================================================
	ホバーで拡大　ここから
	リンク付きの画像に設置
	<div class="zoom"><a><img src~~ /></a></div>
	※動くので余白に注意
	（画像ぼやけるのであまり使用しない）
==================================================*/

.zoom a img {
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.zoom a svg {
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.zoom a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.zoom a:hover svg {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/*==================================================
	ホバーで拡大　ここまで
==================================================*/

/*===========================================*/
/*基本設定　大西*/
/*===========================================*/
#sub01,
#sub02,
#sub03,
#sub04,
#sub05,
#sub06,
#sub07,
#sub08,
#sub09,
#sub10,
#sub11,
#sub12,
#sub13,
#sub14,
#sub15,
.sub00,
.sub00_100 {
  width: 94%;
  margin: 0 auto;
  text-align: left;
  padding: 1.5em 0;
}
.sub00 {
  padding: 0;
}
.sub00_100 {
  width: 100%;
  padding: 0;
}

/*1600の土台設定*/
.block_1600 {
  /*1600pxの領域*/
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  padding: 1.5em 0;
}
.block_1600_100 {
  /*1600pxの領域*/
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 1.5em 0;
}

.block_1600_00 {
  /*1600pxの領域*/
  max-width: 1600px;
  width: 96%;
  margin: 0 auto;
  padding: 0;
}
.block_1600_100_00 {
  /*1600pxの領域*/
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.block_1500_100 {
  /*1600pxの領域*/
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 1.5em 0;
}
.block_1400 {
  /*1400pxの領域*/
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  padding: 1.5em 0;
}

/*=======================================
	文字色　基本設定
	aタグ用も一緒に設置していく
=======================================*/
.colo_FFFFFF {
  color: #ffffff !important;
}
.colo_FFFFFF a {
  color: #ffffff !important;
}

.colo_FF0000 {
  color: #ff0000 !important;
}
.colo_FF0000 a {
  color: #ff0000 !important;
}

.colo_000000 {
  color: #000000 !important;
}
.colo_000000 a {
  color: #000000 !important;
}

.colo_666666 {
  color: #666666 !important;
}
.colo_666666 a {
  color: #666666 !important;
}

.colo_777777 {
  color: #777777 !important;
}
.colo_777777 a {
  color: #777777 !important;
}

.colo_888888 {
  color: #888888 !important;
}
.colo_888888 a {
  color: #888888 !important;
}

.colo_DDDDDD {
  color: #dddddd !important;
}
.colo_DDDDDD a {
  color: #dddddd !important;
}

.colo_444444 {
  color: #444444 !important;
}
.colo_444444 a {
  color: #444444 !important;
}

.colo_BBBBBB {
  color: #bbbbbb !important;
}
.colo_BBBBBB a {
  color: #bbbbbb !important;
}

/*文字色　お客様ごとの設定　ここを追加or削除していく*/

.colo_3194CB {
  color: #3194cb !important;
}
.colo_3194CB a {
  color: #3194cb !important;
}

.colo_B20000 {
  color: #b20000 !important;
}
.colo_B20000 a {
  color: #b20000 !important;
}

.colo_1A5D94 {
  color: #1a5d94 !important;
}
.colo_1A5D94 a {
  color: #1a5d94 !important;
}

.colo_42210B {
  color: #42210b !important;
}
.colo_42210B a {
  color: #42210b !important;
}

.colo_004C88 {
  color: #004c88 !important;
}
.colo_004C88 a {
  color: #004c88 !important;
}

.colo_006837 {
  color: #006837 !important;
}
.colo_006837 a {
  color: #006837 !important;
}

.colo_F15A24 {
  color: #f15a24 !important;
}
.colo_F15A24 a {
  color: #f15a24 !important;
}

.colo_F7931E {
  color: #f7931e !important;
}
.colo_F7931E a {
  color: #f7931e !important;
}

/*aタグ　マーカーで引いたような下線をホバーで表示*/

.mark_FFFF99_a a {
  text-decoration: none;
}
.mark_FFFF99_a a:hover {
  background: -moz-linear-gradient(transparent 50%, #ffff99 0);
  background: -webkit-linear-gradient(transparent 50%, #ffff99 0);
  background: -ms-linear-gradient(transparent 50%, #ffff99 0);
  background: -o-linear-gradient(transparent 50%, #ffff99 0);
  background: linear-gradient(transparent 50%, #ffff99 0);
}
.mark_EEEEEE_a a {
  text-decoration: none;
}
.mark_EEEEEE_a a:hover {
  background: -moz-linear-gradient(transparent 50%, #eeeeee 0);
  background: -webkit-linear-gradient(transparent 50%, #eeeeee 0);
  background: -ms-linear-gradient(transparent 50%, #eeeeee 0);
  background: -o-linear-gradient(transparent 50%, #eeeeee 0);
  background: linear-gradient(transparent 50%, #eeeeee 0);
}

.mark_555555_a a {
  text-decoration: none;
}
.mark_555555_a a:hover {
  background: -moz-linear-gradient(transparent 50%, #555555 0);
  background: -webkit-linear-gradient(transparent 50%, #555555 0);
  background: -ms-linear-gradient(transparent 50%, #555555 0);
  background: -o-linear-gradient(transparent 50%, #555555 0);
  background: linear-gradient(transparent 50%, #555555 0);
}

.mark_D6D6D6_a a {
  text-decoration: none;
}
.mark_D6D6D6_a a:hover {
  background: -moz-linear-gradient(transparent 50%, #d6d6d6 0);
  background: -webkit-linear-gradient(transparent 50%, #d6d6d6 0);
  background: -ms-linear-gradient(transparent 50%, #d6d6d6 0);
  background: -o-linear-gradient(transparent 50%, #d6d6d6 0);
  background: linear-gradient(transparent 50%, #d6d6d6 0);
}

.mark_FDD7E9_a a {
  text-decoration: none;
}
.mark_FDD7E9_a a:hover {
  background: -moz-linear-gradient(transparent 50%, #fdd7e9 0);
  background: -webkit-linear-gradient(transparent 50%, #fdd7e9 0);
  background: -ms-linear-gradient(transparent 50%, #fdd7e9 0);
  background: -o-linear-gradient(transparent 50%, #fdd7e9 0);
  background: linear-gradient(transparent 50%, #fdd7e9 0);
}

.mark_FFFF00 {
  background: -moz-linear-gradient(transparent 50%, #ffff00 0);
  background: -webkit-linear-gradient(transparent 50%, #ffff00 0);
  background: -ms-linear-gradient(transparent 50%, #ffff00 0);
  background: -o-linear-gradient(transparent 50%, #ffff00 0);
  background: linear-gradient(transparent 50%, #ffff00 0);
}

/*==============================
    ホバーしたら線を動的に出す
==============================*/
.underline_F07300 a {
  display: inline-block;
  padding-bottom: 1px;
  position: relative;
  text-decoration: none;
}

.underline_F07300 a:hover::after {
  width: 100%;
}

.underline_F07300 a::after {
  background-color: #f07300;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: 0.3s all;
  width: 0;
}

.hov_FF9700 a,
.hov_FF9700 a span {
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.hov_FF9700 a:hover,
.hov_FF9700 a:hover span {
  color: #ff9700 !important;
}

.hov_000000 a,
.hov_000000 a span {
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.hov_000000 a:hover,
.hov_000000 a:hover span {
  color: #000000 !important;
}

.bord_D6D6D6_t1 {
  border-top: #d6d6d6 solid 1px;
}
.bord_EEEEEE_t1 {
  border-top: #eeeeee 1px solid;
}
.bord_FFFFFF_t1 {
  border-top: #ffffff 1px solid;
}
.bord_2C3959_t1 {
  border-top: #2c3959 1px solid;
}
.bord_2C3959_t6 {
  border-top: 6px solid #2c3959;
}
.bord_2C3959_b1 {
  border-bottom: 1px solid #2c3959;
}
.bord_E3E3E3_t1 {
  border-bottom: 1px solid #e3e3e3;
}
.bord_D6D6D6_1 {
  border: #d6d6d6 1px solid;
}

.bord_E6E6E6_t1 {
  border-top: 1px solid #e6e6e6;
}

.bord_CCEBFF_t1 {
  border: #ccebff 1px solid;
}

.bord_DDDDDD_t1 {
  border-top: #dddddd 1px solid;
}

.bord_000000_t1 {
  border-top: 1px #000000 solid;
}

.line_D50005_5c {
  width: 60px;
  margin: 0 auto;
  height: 5px;
  background: #d50005;
}
.line_D50005_5l {
  width: 60px;
  margin: 0;
  height: 5px;
  background: #d50005;
}

.line_FFFFFF_5c {
  width: 60px;
  margin: 0 auto;
  height: 5px;
  background: #ffffff;
}
.line_FFFFFF_5l {
  width: 60px;
  margin: 0;
  height: 5px;
  background: #ffffff;
}

.line_6ABA2A_3c {
  width: 125px;
  margin: 0 auto;
  height: 3px;
  background: #6aba2a;
}

/*テキストインデント*/
.txt_ind005 {
  padding-left: 0.5em;
  text-indent: -0.5em;
} /*1文字分*/
.txt_ind01 {
  padding-left: 1em;
  text-indent: -1em;
} /*1文字分*/
.txt_ind02 {
  padding-left: 2em;
  text-indent: -2em;
} /*2文字分*/
.txt_ind03 {
  padding-left: 3em;
  text-indent: -3em;
} /*3文字分*/

/*==スマホ時width設定=================*/
.w_100 {
  width: 100% !important;
  margin: 0 !important;
}
.w_96 {
  width: 96% !important;
  margin: 0 2% !important;
}
.w_90 {
  width: 90% !important;
  margin: 0 5% !important;
}
.w_80 {
  width: 80% !important;
  margin: 0 10% !important;
}
.w_70 {
  width: 70% !important;
  margin: 0 15% !important;
}
.w_60 {
  width: 60% !important;
  margin: 0 20% !important;
}
.w_50 {
  width: 50% !important;
  margin: 0 25% !important;
}
.w_40 {
  width: 40% !important;
  margin: 0 30% !important;
}
.w_30 {
  width: 30% !important;
  margin: 0 35% !important;
}

.w_100l {
  width: 100% !important;
  margin: 0 !important;
}
.w_96l {
  width: 96% !important;
  margin: 0 4% 0 0 !important;
}
.w_90l {
  width: 90% !important;
  margin: 0 10% 0 0 !important;
}
.w_80l {
  width: 80% !important;
  margin: 0 20% 0 0 !important;
}
.w_70l {
  width: 70% !important;
  margin: 0 30% 0 0 !important;
}
.w_60l {
  width: 60% !important;
  margin: 0 40% 0 0 !important;
}
.w_50l {
  width: 50% !important;
  margin: 0 50% 0 0 !important;
}
.w_40l {
  width: 40% !important;
  margin: 0 60% 0 0 !important;
}
.w_30l {
  width: 30% !important;
  margin: 0 70% 0 0 !important;
}

.w_100r {
  width: 100% !important;
  margin: 0 !important;
}
.w_96r {
  width: 96% !important;
  margin: 0 0 0 4% !important;
}
.w_90r {
  width: 90% !important;
  margin: 0 0 0 10% !important;
}
.w_80r {
  width: 80% !important;
  margin: 0 0 0 20% !important;
}
.w_70r {
  width: 70% !important;
  margin: 0 0 0 30% !important;
}
.w_60r {
  width: 60% !important;
  margin: 0 0 0 40% !important;
}
.w_50r {
  width: 50% !important;
  margin: 0 0 0 50% !important;
}
.w_40r {
  width: 40% !important;
  margin: 0 0 0 60% !important;
}
.w_30r {
  width: 30% !important;
  margin: 0 0 0 70% !important;
}

.w_100 img,
.w_96 img,
.w_90 img,
.w_80 img,
.w_70 img,
.w_60 img,
.w_50 img,
.w_40 img,
.w_30 img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.w_100l img,
.w_96l img,
.w_90l img,
.w_80l img,
.w_70l img,
.w_60l img,
.w_50l img,
.w_40l img,
.w_30l img,
.w_100r img,
.w_96r img,
.w_90r img,
.w_80r img,
.w_70r img,
.w_60r img,
.w_50r img,
.w_40r img,
.w_30r img {
  width: auto;
  max-width: 100%;
  margin: 0;
}

/*===================*/
/*PCでのtextの幅設定（全サイズ縮める）*/
.p_w70,
.p_w80,
.p_w90,
.p_w94,
.p_w96,
.p_w98 {
  width: 90% !important;
  margin: 0 5% !important;
}

.p_t10 {
  width: 90% !important;
  margin: 10% 5% 0 !important;
}

.bold {
  font-weight: bold;
}
.bold_900 {
  font-weight: 900;
}
.bold_800 {
  font-weight: 800;
}
.bold_700 {
  font-weight: 700;
}
.bold_600 {
  font-weight: 600;
}
.bold_500 {
  font-weight: 500;
}
.bold_400 {
  font-weight: 400;
}
.bold_300 {
  font-weight: 300;
}
.bold_200 {
  font-weight: 200;
}
.bold_100 {
  font-weight: 100;
}
.normal {
  font-weight: normal !important;
}

.font_ital {
  font-style: italic;
}

.font12sp {
  font-size: 85%;
  line-height: 1.3;
}

.font10 {
  font-size: 70%;
}
.font11 {
  font-size: 80%;
}
.font12 {
  font-size: 85%;
  line-height: 1.3;
}
.font13 {
  font-size: 93%;
}

.font14 {
  font-size: 106%;
  line-height: 1.5;
}
.font15 {
  font-size: 110%;
  line-height: 1.5;
}
.font16 {
  font-size: 120%;
  line-height: 1.5;
}
.font17 {
  font-size: 130%;
  line-height: 1.4;
}
.font18 {
  font-size: 140%;
  line-height: 1.4;
}
.font19 {
  font-size: 150%;
  line-height: 1.4;
}

.font20 {
  font-size: 170%;
  line-height: 1.4;
}

.font25sp {
  font-size: 250%;
  line-height: 1.4;
}

.underline {
  text-decoration: underline;
}
.underline_h a {
  text-decoration: underline;
}
.underline_h a:hover {
  text-decoration: none;
}
.line_height00 {
  line-height: 0 !important;
}

.line_height10 {
  line-height: 1 !important;
}

.line_height12 {
  line-height: 1.2 !important;
}
.line_height14 {
  line-height: 1.4 !important;
}
.line_height16 {
  line-height: 1.6 !important;
}
.line_height18 {
  line-height: 1.8 !important;
}
.line_height20 {
  line-height: 2 !important;
}
.le_sp_m02 {
  letter-spacing: -2px;
}
.le_sp_m01 {
  letter-spacing: -1px;
}
.le_sp00 {
  letter-spacing: -1px;
}
.le_sp01 {
  letter-spacing: 1px;
}
.le_sp02 {
  letter-spacing: 2px;
}
.le_sp03 {
  letter-spacing: 3px;
}
.le_sp04 {
  letter-spacing: 4px;
}
.le_sp05 {
  letter-spacing: 5px;
}
.le_sp06 {
  letter-spacing: 6px;
}
.le_sp07 {
  letter-spacing: 7px;
}
.le_sp08 {
  letter-spacing: 8px;
}
.le_sp09 {
  letter-spacing: 9px;
}
.le_sp10 {
  letter-spacing: 10px;
}

/*PCの場合brを付ける*/
.p_br br {
  display: none;
}

/*スマホの場合brを付ける*/
.s_br br {
  display: block;
}

/*スマホ・タブレットの場合brを付ける*/
.st_br br {
  display: block;
}
/*スマホの場合左寄せ*/
.p_cen_s_le {
  text-align: left;
}
/*スマホの場合センター*/
.p_le_s_cen {
  text-align: center;
}
/*スマホの場合真ん中寄せ*/
.p_ri_s_cen {
  text-align: center;
}
/*スマホの場合右寄せ*/
.p_cen_s_ri {
  text-align: right;
}
/*スマホの場合左寄せ・PC左寄せ*/
.p_le_s_ri {
  text-align: right;
}

.txt_shadow {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
}

.vr_m p,
.vr_m h2,
.vr_m h3,
.vr_m h4,
.vr_m h5,
.vr_m ul,
.vr_m li,
.vr_m div,
.vr_m dl,
.vr_m dt,
.vr_m dd {
  display: inline-block;
  vertical-align: middle;
}

.vr_m_img p,
.vr_m_img h2,
.vr_m_img h3,
.vr_m_img h4,
.vr_m_img h5,
.vr_m_img ul,
.vr_m_img li,
.vr_m_img div,
.vr_m_img dl,
.vr_m_img dt,
.vr_m_img dd {
  display: inline-block;
  vertical-align: middle;
}
.vr_m_img p img,
.vr_m_img h2 img,
.vr_m_img h3 img,
.vr_m_img h4 img,
.vr_m_img h5 img,
.vr_m_img ul img,
.vr_m_img li img,
.vr_m_img div img,
.vr_m_img dl img,
.vr_m_img dt img,
.vr_m_img dd img {
  display: inline-block;
  vertical-align: middle;
}

.vr_b p,
.vr_b h2,
.vr_b h3,
.vr_b h4,
.vr_b h5,
.vr_b ul,
.vr_b li,
.vr_b div {
  display: inline-block;
  vertical-align: text-bottom;
}

.po_rela {
  position: relative;
  z-index: 2;
}

/*=================================================================================*/
/** 768px以上　タブレット縦　サイズ画面  **/
@media (min-width: 768px) {
  .mizu_dot_96 {
    width: 98%;
    margin: 1.5em 1%;
    background: url("../img/top/mizu_bg.png") repeat;
  }
  /*===========================================*/
  /*基本設定　大西*/
  /*===========================================*/

  #sub01,
  #sub02,
  #sub03,
  #sub04,
  #sub05,
  #sub06,
  #sub07,
  #sub08,
  #sub09,
  #sub10,
  #sub11,
  #sub12,
  #sub13,
  #sub14,
  #sub15,
  .sub00 {
    width: 96%;
  }
  .sub00_100 {
    width: 100%;
  }

  .w_100l,
  .w_96l,
  .w_90l,
  .w_80l,
  .w_70l,
  .w_60l,
  .w_50l,
  .w_40l,
  .w_30l,
  .w_100r,
  .w_96r,
  .w_90r,
  .w_80r,
  .w_70r,
  .w_60r,
  .w_50r,
  .w_40r,
  .w_30r,
  .w_30,
  .w_40,
  .w_50,
  .w_60,
  .w_70,
  .w_80,
  .w_90,
  .w_96,
  .w_100 {
    width: auto !important;
    margin: 0 !important;
  }

  .w_100 img,
  .w_96 img,
  .w_90 img,
  .w_80 img,
  .w_70 img,
  .w_60 img,
  .w_50 img,
  .w_40 img,
  .w_30 img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }
  .w_100l img,
  .w_96l img,
  .w_90l img,
  .w_80l img,
  .w_70l img,
  .w_60l img,
  .w_50l img,
  .w_40l img,
  .w_30l img {
    width: auto;
    max-width: 100%;
    margin: 0;
  }

  .p_w70 {
    width: 70% !important;
    margin: 0 15% !important;
  }
  .p_w80 {
    width: 80% !important;
    margin: 0 10% !important;
  }
  .p_w90 {
    width: 90% !important;
    margin: 0 5% !important;
  }
  .p_w94 {
    width: 94% !important;
    margin: 0 3% !important;
  }
  .p_w96 {
    width: 96% !important;
    margin: 0 2% !important;
  }
  .p_w98 {
    width: 98% !important;
    margin: 0 1% !important;
  }

  .pc_60 {
    width: 60% !important;
    margin: 0 20% !important;
  }
  .pc_70 {
    width: 70% !important;
    margin: 0 15% !important;
  }
  .pc_80 {
    width: 80% !important;
    margin: 0 10% !important;
  }
  .pc_85 {
    width: 85% !important;
    margin: 0 7.5% !important;
  }
  .pc_90 {
    width: 90% !important;
    margin: 0 5% !important;
  }
  .pc_94 {
    width: 94% !important;
    margin: 0 3% !important;
  }
  .pc_96 {
    width: 96% !important;
    margin: 0 2% !important;
  }
  .pc_98 {
    width: 98% !important;
    margin: 0 1% !important;
  }

  .p_br br {
    display: block;
  }
  .p01_br br {
    display: none;
  }

  .s_br br {
    display: none;
  }
  /*スマホ・タブレットの場合brを付ける*/
  .st_br br {
    display: block;
  }
  /*スマホの場合左寄せ*/
  .p_cen_s_le {
    text-align: center;
  }
  /*スマホの場合センター*/
  .p_le_s_cen {
    text-align: left;
  }
  /*スマホの場合真ん中寄せ*/
  .p_ri_s_cen {
    text-align: right;
  }
  /*スマホの場合右寄せ*/
  .p_cen_s_ri {
    text-align: center;
  }
  /*スマホの場合左寄せ・PC左寄せ*/
  .p_le_s_ri {
    text-align: left;
  }

  .font12sp {
    font-size: 100%;
    line-height: 1.3;
  }

  .font14 {
    font-size: 105%;
    line-height: 1.7;
  }
  .font15 {
    font-size: 110%;
    line-height: 1.7;
  }
  .font16 {
    font-size: 120%;
    line-height: 1.7;
  }
  .font17 {
    font-size: 130%;
    line-height: 1.6;
  }
  .font18 {
    font-size: 140%;
    line-height: 1.6;
  }
  .font19 {
    font-size: 150%;
    line-height: 1.6;
  }
  .font20 {
    font-size: 190%;
    line-height: 1.5;
  }

  .font25sp {
    font-size: 190%;
    line-height: 1.5;
  }

  /*PC・タブレットの時だけ大きくしたい場合*/
  .font14pc {
    font-size: 106%;
  }
  .font15pc {
    font-size: 110%;
  }
  .font16pc {
    font-size: 120%;
  }
  .font17pc {
    font-size: 130%;
  }
  .font18pc {
    font-size: 140%;
  }
  .font19pc {
    font-size: 150%;
  }

  .font20pc {
    font-size: 170%;
  }

  /*PC・タブレットの時だけ文字間空けたいとき*/
  .le_sp01pc {
    letter-spacing: 1px;
  }
  .le_sp02pc {
    letter-spacing: 2px;
  }
  .le_sp03pc {
    letter-spacing: 3px;
  }
  .le_sp04pc {
    letter-spacing: 4px;
  }
  .le_sp05pc {
    letter-spacing: 5px;
  }
  .le_sp06pc {
    letter-spacing: 6px;
  }
  .le_sp07pc {
    letter-spacing: 7px;
  }
  .le_sp08pc {
    letter-spacing: 8px;
  }
  .le_sp09pc {
    letter-spacing: 9px;
  }
  .le_sp10pc {
    letter-spacing: 10px;
  }
  .le_sp11pc {
    letter-spacing: 11px;
  }
  .le_sp12pc {
    letter-spacing: 12px;
  }

  .le_sp20pc {
    letter-spacing: 20px;
  }
}
/*=================================================================================*/
/** 1140px以上 PCサイズ画面 **/
@media (min-width: 1200px) {
  /*===========================================*/
  /*基本設定　大西*/
  /*===========================================*/

  #sub01,
  #sub02,
  #sub03,
  #sub04,
  #sub05,
  #sub06,
  #sub07,
  #sub08,
  #sub09,
  #sub10,
  #sub11,
  #sub12,
  #sub13,
  #sub14,
  #sub15 {
    width: 1200px;
    margin: 0 auto;
    padding: 3em 0;
  }

  .sub00 {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
  .sub00_100 {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
  .p01_br br {
    display: block;
  }
  /*スマホ・タブレットの場合brを付ける*/
  .st_br br {
    display: none;
  }
}
/*=================================================================================*/
/** 1450px以上 padding: ;PCサイズ画面 **/
@media (min-width: 1450px) {
  /***  各ページ共通部  ***/

  .font20 {
    font-size: 200%;
    line-height: 1;
  }

  .font25sp {
    font-size: 200%;
    line-height: 1;
  }
}
