@charset "UTF-8";
/* CSS Document */

/*****************************************
***-----------    共　通    -----------***
******************************************/
.cf {
	zoom: 1;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after{
		content:".";
		display:block;
		clear:both;
		height:0;
		visibility:hedden;
}
li{
	list-style-type:none;
}
img{
	padding:0;
	margin:0;
}
.red{
	color:#E60012;
	font-weight:600;
}
.yellow{
	color:#FF0;
	font-weight:bold;
}
.small{
	font-size:0.8em;
}
.center-img{
	margin:0 auto;}
.center{text-align: center;}
article{
	max-width:960px;
	width:100%;
	margin:0 auto;
}
.geartop{
	margin:0 auto 0em;
	padding-bottom:0em;}
.mt10{
	margin-top:10px;}
.mt80{
	margin-top:80px;
	display:block;}
.mb80{
	margin-bottom:80px;}
.mic{
	vertical-align:baseline;}
/* --------------top説明--------------   */

section{
	max-width:960px;
	width:100%;
	height:auto;}
.mgm-cta-wrap{
  padding: 24px 20px 12px;
  background: linear-gradient(180deg,#f7fbff 0%, #ffffff 100%);
}

.mgm-cta-inner{
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.mgm-btn{
 /*min-width: 280px;
  padding: 14px 24px;
  border-radius: 999px;*/
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  box-sizing: border-box;
  transition: .2s ease;
}

.mgm-btn-main{
  background: #d70000;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(215,0,0,.18);
}

.mgm-btn-sub{
  background: #0c67ac;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(12,103,172,.16);
}

.mgm-btn:hover{
  transform: translateY(-2px);
}
.mgm-btn:hover{
  transform: translateY(-2px);
}

@media screen and (max-width: 600px){
  .mgm-cta-wrap{
    padding: 22px 14px 6px;
    margin-bottom: 36px;
  }

  .mgm-cta-inner{
    gap: 12px;
  }

  .mgm-btn{
    width: 100%;
    min-width: 0;
  }
}
/* =========================
   3ブロック紹介
========================= */

.mgm-feature-intro{
  max-width: 960px;
  margin: 30px auto 40px;
  padding: 0 20px;
  text-align: center;
}

.mgm-feature-intro h2{
  margin: 0;
  font-size: 32px;
  line-height: 1.5;
  color: #0c67ac;
  font-weight: 800;
}

.mgm-feature-row{
  max-width: 960px;
  margin: 0 auto 70px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 48px;
}

.mgm-feature-row-reverse{
  flex-direction: row-reverse;
}

.mgm-feature-image{
  flex: 0 0 46%;
  text-align: center;
}

.mgm-feature-image img{
  width: 100%;
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: bottom;
  box-shadow: none;
  transform: none;
  border-radius: 0;
}

.mgm-feature-text{
  flex: 1;
}

.mgm-feature-text h3{
  font-size: 36px;
  line-height: 1.4;
  margin: 0 0 18px;
  color: #d70000;
  font-weight: 800;
}

.mgm-feature-text p{
  font-size: 19px;
  line-height: 1.9;
  margin: 0;
  color: #123b63;
  font-weight: 600;
}

.mgm-feature-row + .mgm-feature-row{
  margin-top: 10px;
}

/* =========================
   タブレット以下
========================= */
@media screen and (max-width: 768px){

  .mgm-feature-intro{
    margin-bottom: 28px;
    padding: 0 14px;
  }

  .mgm-feature-intro h2{
    font-size: 24px;
  }

  .mgm-feature-row,
  .mgm-feature-row-reverse{
    flex-direction: column;
    gap: 22px;
    margin-bottom: 48px;
    padding: 0 14px;
  }

  .mgm-feature-image,
  .mgm-feature-text{
    width: 100%;
    flex: none;
  }

  .mgm-feature-image img{
    width: auto;
    max-width: 100%;
  }

  .mgm-feature-text h3{
    font-size: 28px;
    margin-bottom: 14px;
  }

  .mgm-feature-text p{
    font-size: 17px;
    line-height: 1.8;
  }
}

/* =========================
   スマホ
========================= */
@media screen and (max-width: 480px){

  .mgm-feature-intro h2{
    font-size: 21px;
  }

  .mgm-feature-row,
  .mgm-feature-row-reverse{
    gap: 18px;
    margin-bottom: 40px;
  }

  .mgm-feature-text h3{
    font-size: 24px;
    line-height: 1.45;
  }

  .mgm-feature-text p{
    font-size: 16px;
    line-height: 1.75;
  }
}
/************下のCTA***********/
/* ===== 再CTA ===== */
.mgm-recta{
  padding: 50px 20px 60px;
  background: linear-gradient(180deg,#ffffff 0%, #f5fbff 100%);
  text-align: center;
}

.mgm-recta-inner{
  max-width: 960px;
  margin: 0 auto;
}

.mgm-recta h2{
  font-size: 32px;
  margin: 0 0 12px;
  color: #0c67ac;
  font-weight: 800;
}

.mgm-recta p{
  font-size: 18px;
  margin: 0 0 24px;
  color: #123b63;
  line-height: 1.8;
}

/* ===== CTAボタン共通 ===== */
.mgm-cta-inner{
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.mgm-btn{
  display: inline-block;
  padding: 14px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
}

.mgm-btn-main{
  background: #d70000;
  color: #fff !important;
}

.mgm-btn-sub{
  background: #0c67ac;
  color: #fff !important;
}

/* ===== 間違い探し ===== */
.mgm-present{
  max-width: 960px;
  margin: 0 auto 70px;
  padding: 0 20px;
  text-align: center;
}

.mgm-present-btn{
  display: inline-block;
  width: 100%;
  padding: 22px 20px;
  background: #d70000;
  color: #fff !important;
  text-decoration: none;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.6;
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(215,0,0,.2);
}

/* ===== 広告 ===== */
.mgm-ad{
  padding: 60px 20px 80px;
}

.mgm-ad-inner{
  max-width: 960px;
  margin: 0 auto;
  background: #f0f7fc;
  border-radius: 20px;
  padding: 46px 32px;
  text-align: center;
}

.mgm-ad h2{
  font-size: 28px;
  line-height: 1.5;
  margin: 0 0 20px;
  color: #0c67ac;
  font-weight: 800;
}

.mgm-ad-text{
  max-width: 760px;
  margin: 0 auto 30px;
  font-size: 18px;
  line-height: 1.9;
  color: #123b63;
}

.mgm-ad-btn{
  display: inline-block;
  min-width: 320px;
  padding: 16px 32px;
  border-radius: 999px;
  background: #d70000;
  color: #fff !important;
  text-decoration: none;
  font-size: 18px;
  font-weight: 800;
  box-shadow: 0 10px 20px rgba(215,0,0,.18);
}

.mgm-ad-btn:hover{
  transform: translateY(-2px);
}

/* ===== スマホ ===== */
@media screen and (max-width: 768px){

  .mgm-recta{
    padding: 40px 14px 50px;
  }

  .mgm-recta h2{
    font-size: 24px;
  }

  .mgm-recta p{
    font-size: 16px;
  }

  .mgm-present{
    padding: 0 14px;
    margin-bottom: 50px;
  }

  .mgm-present-btn{
    font-size: 18px;
    padding: 18px 14px;
  }

  .mgm-ad{
    padding: 50px 14px 60px;
  }

  .mgm-ad-inner{
    padding: 34px 20px;
  }

  .mgm-ad h2{
    font-size: 24px;
  }

  .mgm-ad-text{
    font-size: 16px;
  }

  .mgm-ad-btn{
    width: 100%;
    min-width: 0;
  }
}
/*******************ここで終わり****************/

.indent-1 {
	padding-left:1em;
	text-indent:-1em;
}
.space{
	margin-right:2em;
}

.h2{
	color:#fff;
	background-color:#1B1464;
	max-width:960px;
	width:100%;
	padding:0.5em auto;
	line-height:2.6;
	text-align:center;
}
.ad{
	color:#fff;
	background-color:#1B1464;
	max-width:960px;
	width:100%;
	padding:1em auto 6em;
	display:block;
	display:block;
}
.box001{
	max-width:870px;
	width:100%;
	height:auto;
	background-color:#1B1464;
	color:#fff;
	padding:1em 25px 3em;
}
.left001{
	float:left;
	max-width:180px;
	widhth:100%;
	height:auto;
	margin-right:20px;
}
.left002{
	float:left;
	max-width:430px;
	widhth:100%;
	height:auto;
	margin-right:15px;
	font-weight:700;
}
.right001{
	display:block;
	float:right;
	max-width:200px;
	widhth:100%;
	height:auto;
	/*margin-right:30px;*/
	font-weight:700;
}
.btn002{
	text-align:center;
	font-size:1.5em;
	width:200px;
	padding:0.8em ;
	line-height:180px;
	border-radius:15px;
	/*height:60px;*/
	display:block;
	line-height:2;
	background: #f4e6ba; /* Old browsers */
	background: -moz-linear-gradient(top, #f4e6ba 1%, #e0a716 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f4e6ba 1%,#e0a716 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f4e6ba 1%,#e0a716 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e6ba', endColorstr='#e0a716',GradientType=0 ); /* IE6-9 */
}
.btn002 a{
	color:#ffffff;
}
.ad_cont{
	padding-bottom:10em !important;
}


/******************************20190712 追加分　*****************/
.space005{
	padding-top:3em;
}
.h3_01{
	font-size:1.8em;
	color:#fff;
	text-align:center;
	font-weight:bold;
	padding-top:2em;
}
.news{
	max-width:960px;
	width:100%;
	height:auto;
	display:block;
	margin:2em auto;
}
.h3{
	font-size:1.8em;
	color:#333;
	text-align:center;
	font-weight:bold;
	margin:1em auto;
}
.disc{
	text-align:center;
	margin:1em auto;
}
.btn003 a{
	max-width:430px;
	width:44.79%;
	height:auto;
	background-color:#E10000;
	color:#fff;
	font-weight:bold;
	padding:1em 2em;
	border-radius:15px;
	border:5px solid #fff;
	box-shadow:0 0 5px #999;
	text-align:center;
	margin:2em auto;
	font-size:1.2em;
	display:block;
}
.br01{
	display:none;
}
	
	
	
	
	
@media screen and (max-width: 960px){

}

/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px){
	section{
		max-width:768px;
		width:100%;
	}
	.br{
		display:inline-block;
	}
	.bg_red{
		background-color:#E10000;
		max-width:768px;
		width:100%;
		height:auto;
		margin:0;
		padding:1em auto 3em !important;
	}
	.bg_red2{
		max-width:768px;
		width:100%;
		height:30px;
		background-color:#E10000;
		display:block;
	}
	.btn001{
		max-width:620px;
		width:74%;
		height:auto;
		margin:0 auto 3em;
		padding:1em auto 3em !important;
	}
	.btn001 li a{
		float:left;
		max-width:180px;
		/*widht:100%;*/
		height:60px;
		border-radius:20px;
		text-align: center;
		text-decoration: none;
		line-height: 30px;
		outline: none;
		background-color: rgba(255, 255, 255, .9);
		color:#E10000;
		font-size:1.2em;
		font-weight:bold;
		padding:0.5em 0.5em;
		box-shadow: 0 3px 3px rgba(0, 0, 0, .2), inset 0 1px 1px rgba(255, 255, 255, .7);
		margin-right:2em;
		border:5px solid #fff;
	}
	.space{
		margin-right:2em;
	}
	
	.h2{
		padding:1em auto;
		line-height:1.8 !important;
		min-height:40px;
	}
	.ad{
		padding:1em auto 6em;
	}
	.box001{
		max-width:768px;
		width:100%;
		padding:1em 25px 3em;
	}
	.left001{
		float:left;
		max-width:180px;
		widhth:100%;
		height:140px;
		margin-right:20px;
	}
	.left002{
		float:left;
		max-width:500px;
		widhth:100%;
		height:140px;
		margin-right:15px;
		font-weight:700;
	}
	.right001{
		display:block;
		float:left;
		max-width:240px;
		widhth:100%;
		height:auto;
		font-weight:700;
		margin-top:2em auto 1em;
		text-align:center;
	}
	.btn002{
		text-align:center;
		font-size:1.5em;
		width:200px;
		padding:0.8em auto ;
		line-height:180px;
		border-radius:15px;
		display:block;
		line-height:2;
		display:block;
		margin-left:90%;
	}
	.ad_cont{
		padding-bottom:10em !important;
	}
	/******************************20190712 追加分　*****************/
	.space005{
		padding-top:2.5em;
	}
	.h3_01{
		font-size:1.8em;
		padding-top:2em;
	}
	.news{
		max-width:768px;
		width:100%;
		margin:2em auto;
	}
	.h3{
		font-size:1.8em;
		margin:1em auto;
	}
	.disc{
		margin:1em auto;
	}
	.btn003 a{
		max-width:430px;
		width:44.79%;
		height:auto;
		padding:1em 2em;
		margin:2em auto;
		font-size:1.2em;
	}
	.br01{
		display:inline;
	}
}
/*===============================================
●画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
	section{
		max-width:640px;
		width:100%;
	}
	.br{
		display:inline-block;
	}
	.bg_red{
		max-width:640px;
		width:100%;
		padding:1em auto 3em !important;
	}
	.bg_red2{
		max-width:960px;
		width:100%;
		height:30px;
		background-color:#E10000;
		display:block;
	}
	.btn001{
		max-width:620px;
		width:74%;
		height:auto;
		margin:0 auto 3em;
		padding:1em auto 3em !important;
	}
	.btn001 li a{
		float:left;
		max-width:160px;
		/*widht:100%;*/
		height:60px;
		border-radius:20px;
		text-align: center;
		text-decoration: none;
		line-height: 30px;
		outline: none;
		background-color: rgba(255, 255, 255, .9);
		font-size:1.1em;
		font-weight:bold;
		padding:0.3em 0.5em;
		box-shadow: 0 3px 3px rgba(0, 0, 0, .2), inset 0 1px 1px rgba(255, 255, 255, .7);
		margin-right:2em;
		border:5px solid #fff;
	}
	.space{
		margin-right:2em;
	}
	
	.h2{
		padding:1em auto;
		line-height:1.8 !important;
		min-height:40px;
		font-size:1.4em;
	}
	.ad{
		padding:1em auto 6em;
	}
	.box001{
		max-width:640px;
		width:100%;
		padding:1em 25px 3em;
	}
	.left001{
		float:none;
		max-width:179px;
		widhth:100%;
		height:auto;
		margin-right:0px;
		margin:1em auto;
	}
	.left001 img{
		text-align:center;
	}
	.left002{
		float:none;
		max-width:500px;
		widhth:90%;
		height:140px;
		margin-right:0px;
		margin:1em auto;
	}
	.right001{
		display:block;
		float:none;
		max-width:200px;
		widhth:100%;
		height:auto;
		/*margin-right:30px;*/
		font-weight:700;
		margin-top:2em auto 1em;
		text-align:center;
	}
	.btn002{
		text-align:center;
		font-size:1.5em;
		width:200px;
		padding:0.8em auto ;
		line-height:180px;
		border-radius:15px;
		/*height:60px;*/
		display:block;
		line-height:2;
		background: #f4e6ba; /* Old browsers */
		background: -moz-linear-gradient(top, #f4e6ba 1%, #e0a716 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #f4e6ba 1%,#e0a716 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #f4e6ba 1%,#e0a716 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e6ba', endColorstr='#e0a716',GradientType=0 ); /* IE6-9 */
		display:block;
		margin-left:90%;
	}
	.ad_cont{
		padding-bottom:10em !important;
	}
}
/*===============================================
●s画面の横幅が480pxまで
===============================================*/
@media screen and (max-width:480px){
	section{
		max-width:480px;
		width:100%;
	}
	.br{
		display:inline-block;
	}
	.bg_red{
		max-width:480px;
		width:100%;
		padding:1em auto 3em !important;
	}
	.bg_red2{
		max-width:480px;
		width:100%;
		height:30px;
		background-color:#E10000;
		display:block;
	}
	.btn001{
		max-width:330px;
		width:100%;
		height:auto;
		margin:0 auto 3em;
		padding:1em auto 3em !important;
		text-align:center;
	}
	.btn001 li a{
		float:left;
		max-width:140px;
		/*widht:100%;*/
		height:50px;
		line-height: 2;
		outline: none;
		color:#E10000;
		font-size:0.8em;
		padding:0.5em 0em;
		box-shadow: 0 3px 3px rgba(0, 0, 0, .2), inset 0 1px 1px rgba(255, 255, 255, .7);
		margin-right:1em;
		border:5px solid #fff;
	}
	.space{
		margin-right:1.5em;
	}
	
	.h2{
		padding:1em auto;
		line-height:1.8 !important;
		min-height:40px;
		font-size:1.4em;
	}
	.ad{
		padding:1em auto 6em;
	}
	.box001{
		max-width:460px;
		width:90%;
		padding:1em 1em 3em;
	}
	.left001{
		float:none;
		max-width:179px;
		widhth:100%;
		height:auto;
		margin-right:0px;
		margin:1em auto;
	}
	.left001 img{
		text-align:center;
	}
	.left002{
		float:none;
		max-width:380px;
		widhth:80%;
		height:auto;
		margin-right:0px;
		margin:1em auto;
	}
	.right001{
		display:block;
		float:none;
		max-width:480px;
		widhth:100%;
		height:auto;
		/*margin-right:30px;*/
		margin-top:2em auto 1em;
	}
	.btn002{
		text-align:center;
		font-size:1.5em;
		width:200px;
		padding:0.5em auto ;
		/*line-height:180px;/
		border-radius:15px;
		/*height:60px;*/
		display:block;
		line-height:2;
		background: #f4e6ba; /* Old browsers */
		background: -moz-linear-gradient(top, #f4e6ba 1%, #e0a716 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #f4e6ba 1%,#e0a716 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #f4e6ba 1%,#e0a716 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e6ba', endColorstr='#e0a716',GradientType=0 ); /* IE6-9 */
		display:block;
		text-align:center;
		margin:1em auto;
	}
	.ad_cont{
		padding-bottom:10em !important;
	}
	/******************************20190712 追加分　*****************/
	.space005{
		padding-top:2em;
	}
	.h3_01{
		font-size:1.6em;
		padding-top:0em;
	}
	.news{
		max-width:480px;
		width:100%;
		margin:2em auto;
	}
	.h3{
		font-size:1.6em;
		margin:1em auto;
	}
	.disc{
		margin:1em auto;
	}
	.btn003 a{
		max-width:340px;
		width:70.83%;
		height:auto;
		padding:1em 2em;
		margin:2em auto;
		font-size:1.2em;
	}
	.br01{
		display:inline;
	}
}
/* =========================
   480px以下の微調整
========================= */
@media screen and (max-width: 480px){

  html, body{
    overflow-x: hidden;
  }

  article{
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  section{
    width: 100%;
    max-width: 100%;
  }

  /* ヒーロー画像 */
  .geartop img,
  .mgm-mainvisual img,
  .mgm-hero img{
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
  }

  /* 上CTA・再CTA */
  .mgm-cta-wrap,
  .mgm-recta,
  .mgm-present,
  .mgm-ad{
    padding-left: 10px;
    padding-right: 10px;
  }

  .mgm-cta-inner{
    gap: 10px;
  }

  .mgm-btn{
    width: 100%;
    min-width: 0;
    font-size: 15px;
    padding: 13px 14px;
  }

  /* 3ブロック */
  .mgm-feature-intro{
    padding: 0 10px;
    margin: 24px auto 24px;
  }

  .mgm-feature-intro h2{
    font-size: 22px;
    line-height: 1.5;
  }

  .mgm-feature-row,
  .mgm-feature-row-reverse{
    padding: 0 10px;
    gap: 20px;
    margin-bottom: 44px;
  }

  .mgm-feature-image img{
    width: auto;
    max-width: 94%;
    margin: 0 auto;
  }

  .mgm-feature-text h3{
    font-size: 24px;
    line-height: 1.45;
    margin-bottom: 12px;
  }

  .mgm-feature-text p{
    font-size: 16px;
    line-height: 1.8;
  }

  /* 広告主募集 */
  .mgm-ad-inner{
    padding: 30px 18px;
  }

  .mgm-ad h2{
    font-size: 23px;
    line-height: 1.5;
    margin-bottom: 16px;
  }

  .mgm-ad-text{
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 24px;
  }

  .mgm-ad-btn{
    width: 100%;
    min-width: 0;
    font-size: 16px;
    padding: 14px 18px;
  }

  /* 間違い探し */
  .mgm-present-btn{
    font-size: 17px;
    line-height: 1.55;
    padding: 18px 14px;
  }
}
@media screen and (max-width: 480px){

  /* 親のはみ出し防止 */
  .mgm-ad{
    padding-left: 12px;
    padding-right: 12px;
  }

  /* 枠の中に収める */
  .mgm-ad-inner{
    width: 100%;
    max-width: 100%;
    padding: 28px 16px; /* ←ここ重要（横padding減らす） */
    box-sizing: border-box;
  }

  /* 見出し */
  .mgm-ad h2{
    font-size: 22px;
    line-height: 1.45;
    word-break: break-word;
  }

  /* テキスト */
  .mgm-ad-text{
    font-size: 15px;
    line-height: 1.8;
    word-break: break-word;
  }
  .mgm-ad-btn{
    width: 90%;
    min-width: 0;   /* ←これ絶対必要 */
    padding: 14px 16px;
    font-size: 16px;
    box-sizing: border-box;
  }
}
/* =========================
   375px専用 微調整（最終）
========================= */
@media screen and (max-width: 375px){

  /* ===== 全体に余白を作る ===== */
  article{
    padding-left: 12px;
    padding-right: 12px;
  }

  /* ===== CTA（上＆下） ===== */
  .mgm-cta-inner{
    padding: 0 6px;
  }

  .mgm-btn{
    width: 100%;
    min-width: 0;   /* ←これ超重要 */
    padding: 13px 12px;
    font-size: 15px;
  }

  /* ===== 3ブロック ===== */
  .mgm-feature-row{
    padding-left: 8px;
    padding-right: 8px;
  }

  .mgm-feature-text{
    padding-right: 6px; /* ←これで右詰まり解消 */
  }

  .mgm-feature-text h3{
    font-size: 22px;
    line-height: 1.45;
  }

  .mgm-feature-text p{
    font-size: 15px;
    line-height: 1.8;
  }

  /* ===== 広告 ===== */
  .mgm-ad-inner{
    width: 100%;
    max-width: 100%;
    padding: 26px 14px;  /* ←左右余白増やす */
  }

  .mgm-ad-text{
    padding-right: 4px;
  }

  .mgm-ad-btn{
    width: 100%;
    min-width: 0;
    padding: 14px 12px;
  }

}
/* =========================
   375px前後の最終微調整
========================= */
@media screen and (max-width: 480px){

  /* 全体の左右余白を安定させる */
  article{
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box;
  }

  /* 上下CTAを中央に */
  .mgm-cta-wrap,
  .mgm-recta{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .mgm-cta-inner{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 6px;
    padding-right: 6px;
    box-sizing: border-box;
    justify-content: center;
  }

  .mgm-btn,
  .mgm-btn-main,
  .mgm-btn-sub{
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0 !important;
    margin: 0 auto;
    box-sizing: border-box;
  }

  /* 3ブロック全体 */
  .mgm-feature-intro,
  .mgm-feature-row,
  .mgm-feature-row-reverse{
    padding-left: 6px !important;
    padding-right: 6px !important;
    box-sizing: border-box;
  }

  .mgm-feature-text{
    width: 100%;
    max-width: 100%;
    padding-left: 2px;
    padding-right: 10px; /* 右の詰まり対策 */
    box-sizing: border-box;
  }

  .mgm-feature-text h3,
  .mgm-feature-text p{
    word-break: normal;
    overflow-wrap: break-word;
  }

  /* 広告主募集 */
  .mgm-ad{
    padding-left: 6px !important;
    padding-right: 6px !important;
    box-sizing: border-box;
  }

  .mgm-ad-inner{
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
    padding: 24px 14px !important;
    box-sizing: border-box;
  }

  .mgm-ad h2{
    margin-left: auto;
    margin-right: auto;
    padding-left: 4px;
    padding-right: 4px;
    box-sizing: border-box;
  }

  .mgm-ad-text{
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2px;
    padding-right: 8px;
    box-sizing: border-box;
    overflow-wrap: break-word;
  }

  .mgm-ad-btn{
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0 !important;
    margin: 0 auto;
    box-sizing: border-box;
  }
}