@charset "utf-8";
/* 画像+テキスト */
.fx_left_img,
.fx_right_img {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.fx_left_img .box,
.fx_right_img .box {
  width: calc(50% - 20px);
}
.fx_left_img .box > article > h3,
.fx_right_img .box > article > h3 {
  font-size: 1.5rem;
  font-weight: 500;
}
.fx_left_img img,
.fx_right_img img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4/3;
  object-fit: contain;
}

/* 画像2枚横並び */
.img_2column {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.img_2column .box {
  width: calc(50% - 20px);
}

/* 画像3枚横並び */
.img_3column {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.img_3column .box {
  width: calc(33.3333333333% - 20px);
}

/* 画像4枚横並び */
.img_4column {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.img_4column .box {
  width: calc(25% - 15px);
}

/* 画像5枚横並び */
.img_5column {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.img_5column .box {
  width: calc(20% - 16px);
}

/* 画像横並びコンテンツimg共通 */
.img_2column .box > article > h3,
.img_2column .box > article > div,
.img_3column .box > article > h3,
.img_3column .box > article > div,
.img_4column .box > article > h3,
.img_4column .box > article > div,
.img_5column .box > article > h3,
.img_5column .box > article > div {
  display: none;
}

.img_2column img,
.img_3column img,
.img_4column img,
.img_5column img {
  width: 100% !important;
  height: auto !important;
  display: block;
  margin: 0 auto !important;
  float: none !important;
  /* ↓↓↓ 画像の表示する枠を決める　例：16/9,3/2など ↓↓↓ */
  aspect-ratio: 4/3;
  /* ↓↓↓ containで枠の内側に画像が収まる。coverで枠目一杯に画像が広がる。 ↓↓↓ */
  object-fit: contain;
}

/* 画像5枚横並び */
/*===========================w1200====================================== */
/* ↓↓↓ 幅1200px以下の幅の時 ↓↓↓ */

/* 画像5枚横並び */
@media screen and (max-width: 1200px) {
  .img_5column .box {
    width: calc(33.3333333333% - 14px);
  }
}

/*===========================w1000====================================== */
/* ↓↓↓ 幅1000px以下の幅の時 ↓↓↓ */
@media screen and (max-width: 1000px) {
  .img_3column,
  .img_4column,
  .img_5column {
    gap: 40px;
  }
  .img_3column .box,
  .img_4column .box,
  .img_5column .box {
    width: calc(50% - 20px);
  }
}

/*===========================tab====================================== */
/* ↓↓↓ 幅834px~641pxまでの幅の時 ↓↓↓ */
@media screen and (min-width: 641px) and (max-width: 834px) {
}
/* ↓↓↓ 幅834px以下の時 ↓↓↓ */

/* 画像+テキスト */
@media screen and (max-width: 834px) {
  .fx_left_img,
  .fx_right_img {
    flex-direction: column;
    gap: 30px;
  }
  .fx_left_img .box,
  .fx_right_img .box {
    width: 85%;
    margin: 0 auto;
  }
  .fx_left_img .box:nth-child(1) {
    order: 2;
  }
}

/* 画像2枚~5横並び共通 */
@media screen and (max-width: 834px) {
  .img_2column,
  .img_3column,
  .img_4column,
  .img_5column {
    flex-direction: column;
  }
  .img_2column .box,
  .img_3column .box,
  .img_4column .box,
  .img_5column .box {
    width: 85%;
    margin: 0 auto;
  }
}

/*===========================tab END====================================== */
/*===========================sp====================================== */
/*  ↓↓↓ 幅640px以下の時 ↓↓↓ */

/* 画像+テキスト */
@media only screen and (max-width: 640px) {
  .fx_left_img .box,
  .fx_right_img .box {
    width: 100%;
  }
  .fx_left_img .box > article > h3,
  .fx_right_img .box > article > h3 {
    font-size: 1.25rem;
  }
}

/* 画像横並び共通 */
@media only screen and (max-width: 640px) {
  .img_2column .box,
  .img_3column .box,
  .img_4column .box,
  .img_5column .box {
    width: 100%;
  }
}

/*===========================sp END====================================== */
apps-fileview.texmex_20240725.01_p1
style.css
style.css を表示しています。
#c1 {
	clear: both;
	background-image: url(../images/top/eyecatch-image.png);
	margin:    ;
	padding:    ;
}
#c1 h1,
#c1 div {
	text-align: center;
}
#c2 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c3 {
	clear: both;
	display: none;
	margin: 80px 0 20px 0;
	padding:    ;
}
#c3 h2,
#c3 div {
	text-align: left;
}
#c18 {
	clear: both;
	display: none;
	margin: 0 0 50px 0;
	padding:    ;
}
#c18 h3,
#c18 div {
	text-align: left;
}
#c19 {
	clear: both;
	display: none;
	background-color: #fdf1b2a8;
	margin: 0 0 20px 0;
	padding:    ;
}
#c19 h3,
#c19 div {
	text-align: left;
}
#c20 {
	clear: both;
	display: none;
	margin: 0 0 30px 0;
	padding:    ;
}
#c20 h3,
#c20 div {
	text-align: left;
}
#c21 {
	clear: both;
	display: none;
	background-color: #fdf1b2a8;
	margin: 0 0 20px 0;
	padding:    ;
}
#c21 h3,
#c21 div {
	text-align: left;
}
#c22 {
	clear: both;
	display: none;
	margin: 0 0 60px 0;
	padding:    ;
}
#c22 h3,
#c22 div {
	text-align: left;
}
#c31 {
	clear: both;
	margin: 0 0 20px 0;
	padding:    ;
}
#c31 h2,
#c31 div {
	text-align: left;
}
#c32 {
	clear: both;
	margin: 0 0 50px 0;
	padding:    ;
}
#c32 h3,
#c32 div {
	text-align: left;
}
#c17 {
	clear: both;
	margin: 0 0 20px 0;
	padding:    ;
}
#c17 h2,
#c17 div {
	text-align: left;
}
#c4 {
	clear: both;
	margin: 0 0 50px 0;
	padding:    ;
}
#c4 h3,
#c4 div {
	text-align: left;
}
#c33 {
	clear: both;
	margin: 0 0 20px 0;
	padding:    ;
}
#c33 h2,
#c33 div {
	text-align: left;
}
#c34 {
	clear: both;
	margin: 0 0 50px 0;
	padding:    ;
}
#c34 h3,
#c34 div {
	text-align: left;
}
#c35 {
	clear: both;
	margin: 50px 0 50px ;
	padding:    ;
}
#c35 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#c35 > div.box {
	box-sizing: border-box;
	overflow: hidden;
}
#c35 > div:nth-of-type(1) img {
	width: 356px;
}
#c35 > div:nth-of-type(2) img {
	width: 273px;
}
#c35 > div:nth-of-type(3) img {
	width: 362px;
}
#c29 {
	clear: both;
	display: none;
	margin: 0 0 20px 0;
	padding:    ;
}
#c29 h2,
#c29 div {
	text-align: left;
}
#c30 {
	clear: both;
	display: none;
	margin: 0 0 50px 0;
	padding:    ;
}
#c30 h3,
#c30 div {
	text-align: left;
}
#c5 {
	clear: both;
	display: none;
	background-color: #fdf1b2a8;
	margin: 0 0 20px 0;
	padding:    ;
}
#c5 h3,
#c5 div {
	text-align: left;
}
#c8 {
	clear: both;
	display: none;
	margin: 0 0 30px 0;
	padding:    ;
}
#c8 h3,
#c8 div {
	text-align: left;
}
#c15 {
	clear: both;
	display: none;
	background-color: #fdf1b2a8;
	margin: 0 0 20px 0;
	padding:    ;
}
#c15 h3,
#c15 div {
	text-align: left;
}
#c6 {
	clear: both;
	display: none;
	margin: 0 0 30px 0;
	padding:    ;
}
#c6 h3,
#c6 div {
	text-align: left;
}
#c23 {
	clear: both;
	display: none;
	background-color: #fdf1b2a8;
	margin: 0 0 20px 0;
	padding:    ;
}
#c23 h3,
#c23 div {
	text-align: left;
}
#c24 {
	clear: both;
	display: none;
	margin: 0 0 30px 0;
	padding:    ;
}
#c24 h3,
#c24 div {
	text-align: left;
}
#c25 {
	clear: both;
	margin:    ;
	padding: 0 0 80px 0;
}
#c26 {
	clear: both;
	margin:    ;
	padding:    ;
	width: 40%;
}
#c26 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#c26 > div.box {
	box-sizing: border-box;
	overflow: hidden;
}
#c26 > div:nth-of-type(2) img {
	width: 200px;
}
#c27 {
	clear: both;
	display: none;
	margin:    ;
	padding:    ;
	width: 40%;
}
#c27 {
	flex-direction: row;
	flex-wrap: wrap;
}
#c27 > div.box {
	box-sizing: border-box;
	overflow: hidden;
}
#c27 > div:nth-of-type(2) img {
	width: 200px;
}
#c28 {
	clear: both;
	margin:    ;
	padding:    ;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
#c1 {
}
#c2 {
}
#c3 {
	display: none;
}
#c18 {
	display: none;
}
#c19 {
	display: none;
}
#c20 {
	display: none;
}
#c21 {
	display: none;
}
#c22 {
	display: none;
}
#c31 {
}
#c32 {
}
#c17 {
}
#c4 {
}
#c33 {
}
#c34 {
}
#c35 {
}
#c35 {
}
#c29 {
	display: none;
}
#c30 {
	display: none;
}
#c5 {
	display: none;
}
#c8 {
	display: none;
}
#c15 {
	display: none;
}
#c6 {
	display: none;
}
#c23 {
	display: none;
}
#c24 {
	display: none;
}
#c25 {
}
#c26 {
	display: none;
	width: auto;
	max-width: 40%;
}
#c26 {
}
#c27 {
	display: block;
	width: auto;
	max-width: 40%;
}
#c27 {
	display: flex;
}
#c28 {
}
}
@media screen and (max-width: 640px) {
#c1 {
}
#c2 {
}
#c3 {
	display: none;
}
#c18 {
	display: none;
}
#c19 {
	display: none;
}
#c20 {
	display: none;
}
#c21 {
	display: none;
}
#c22 {
	display: none;
}
#c31 {
}
#c32 {
}
#c17 {
}
#c4 {
}
#c33 {
}
#c34 {
}
#c35 {
}
#c35 {
}
#c29 {
	display: none;
}
#c30 {
	display: none;
}
#c5 {
	display: none;
}
#c8 {
	display: none;
}
#c15 {
	display: none;
}
#c6 {
	display: none;
}
#c23 {
	display: none;
}
#c24 {
	display: none;
}
#c25 {
}
#c26 {
	display: none;
	width: 100%;
}
#c26 {
}
#c27 {
	display: block;
	width: 100%;
}
#c27 {
	display: flex;
}
#c28 {
}
}
