@charset "UTF-8";
@charset "UTF-8";
/*  特集ページ
-----------------------------------------------------------------------------*/

/* PC画面用（ウィンドウ幅が769px以上の場合に適用） */
@media print,screen and (min-width: 769px) {

	.top_img {
    width: 940px;
    height: auto;
  }

	.cp_text{
	text-align: center;			
	}		
		
	.mailmaga{	
	 width:940px; 					
	}	
	
	.kigen {
	 font-weight: bold;
	 margin:20px 5px 15px 15px;
	 text-align:center;
	 line-height:1.2;
	 font-size: 17px;
	}	
	
	.kigen p {
	 color:#FF0000;
	 margin-top:5px;
	 font-size:25px;	
	}		
	
	.gaiyo{
	width:800px;
	margin-left:75px; 
	border-bottom: dotted 3px #DCDCDC;
	margin-bottom:20px;	
	}	
	
	.gaiyo p{
	margin-top:5px; 	
	margin-left:25px;
	margin-bottom:5px;
		
	}
	
	.mailmaga h3 {
	position: relative;/*相対位置*/
	padding-left: 1.3em;/*アイコン分のスペース*/
	line-height: 1.2;/*行高*/
	color: black;/*文字色*/
	font-size: 1.5em;/*サイズ*/			
	}

	.mailmaga h3:before {
	font-family: FontAwesome;
	content: "\f111";/*アイコンのユニコード*/
	position: absolute;/*絶対位置*/
	font-size: 1.2em;/*サイズ*/
	left: 0;/*アイコンの位置*/
	top: -0.2em;/*アイコンの位置*/
  }
  .example0:before {
  color: #b1eab8;
  }	
  .example1:before {
  color: #ffa7a1;
  }
  .example2:before {
  color: #ffdfa1;
  }
  .example3:before {
  color: #a1ceff;
  }

	
/*ボタン*/
.menu2{
	width:auto;
	display:table;/*親要素にこの指定があって、table-cellとなる。*/
	border-collapse: separate;
	border-spacing: 15px; /*この二つはセル間をあけるために親要素に指定する。*/

	margin:0 auto;
	margin-top:-10px; 
	text-decoration: none;
	text-align:center;
	}
.list2{
	display:table-cell;
	height:auto;
	width:450px;
	vertical-align:middle;/*表組みなので上下中央揃えが適用できる*/
	font-size:170%;	
	font-weight: bolder;
	border-radius: 30px; /*角丸CSS3*/
	background-color: #F75E1E;
	text-decoration: none;
	padding:20px; 
	box-shadow: 6px 6px #FDD59F;
	}

.list2:link {
	color:#fff;
	}

.list2:visited {
	color:#fff;
	}
.list2:hover{
	 background-color: #F7931E;
	color:white;	
	text-decoration: none;
	}
	

/*ボタン*/
.menu3{
	width:auto;
	display:table;/*親要素にこの指定があって、table-cellとなる。*/
	border-collapse: separate;
	border-spacing: 15px; /*この二つはセル間をあけるために親要素に指定する。*/
	margin:0 auto;
	margin-top:-10px; 
	text-decoration: none;
	text-align:center;
	}
.list3{
	display:table-cell;
	height:auto;
	width:450px;
	vertical-align:middle;/*表組みなので上下中央揃えが適用できる*/
	font-size:170%;	
	font-weight: bolder;
	border-radius: 30px; /*角丸CSS3*/
	background-color: #0C71CF;
	text-decoration: none;
	padding:20px; 
	box-shadow: 6px 6px #A3C9ED;
	}

.list3:link {
	color:#fff;
	}

.list3:visited {
	color:#fff;
	}
.list3:hover{
	 background-color: #499DEC;
	color:white;	
	text-decoration: none;
	}
		
	.btn_p{
	text-align: center;	
	font-weight: bold;		
	}	
	
	.btn_p2{
	border: #cccccc 2px dotted;	
	width: 500px;
	margin: 0px 0px 20px 210px;
	padding:10px 10px 10px 20px; 	
	color:#666666;	
	}	
	
	.h4_cp {
	background: url(/images/common/h3_bg.gif) no-repeat;
	padding: 7px 5px 6px 35px;
	margin-bottom:15px;
}	
			
	
	.menu2_bg{
	background: #FEF3E4;	
	padding:20px 20px 10px 10px;
	margin: auto;	
	width: 940px;	
		
	}	
	
	.menu3_bg{
	background: #E9F2FB;	
	padding:20px 20px 10px 10px;	
	margin: auto;
	margin-top: 12px;	
	width: 940px;		
	}	
	
	
}

/* SP画面用（ウィンドウ幅が768px以下の場合に適用） */
@media only screen and (max-width: 768px) {
 
	.top_img {
    width: 100%;
    height: auto;
    margin: 0 0 5px 0;
  }
	
	
	.cp_text{
	text-align: center;	
	width: 95%;
	margin: auto;	
	}		
	
	
	.kigen {
	 font-weight: bold;
	 margin:3% 0%;
	 padding:3% 0%; 	
	 text-align:center;
	 line-height:1.2;
	 font-size: 3.6vw;
	 width: 100%; 
	}	
	
	.kigen p {
	 color:#FF0000;
	 margin-top:5px;
	 font-size:5vw;	
	}			
	
	.gaiyo{
	width:100%;
	margin:2% 0% 0% 0%;
	padding:0 3%; 	
	border-bottom: dotted 3px #DCDCDC;
	margin-bottom:2%;
	box-sizing: border-box;	
	}	
	
	.gaiyo p{
	margin-top:1%; 	
	margin-left:5%;
	margin-bottom:1%;
	font-size:3vw; 	
		
	}	
			
	.gaiyo_kikan {
	margin-top:1%; 	
	margin-left:5%;
	margin-bottom:1%;
	font-size:4vw; 		
	color:#FF0000;
	font-weight: bold;		
	}	
	
	.mailmaga h3 {
	position: relative;/*相対位置*/
	padding-left: 1.3em;/*アイコン分のスペース*/
	line-height: 1.2;/*行高*/
	color: black;/*文字色*/
	font-size: 1.5em;/*サイズ*/			
	}

	.mailmaga h3:before {
     position: absolute;
     content: '';
     width: 0;
     height: 0;
     border: solid 8px transparent;
     border-left: solid 15px;
     top: 50%;
     left: 0;
     margin-top: -2%;	
  }
  .example0:before {
  color: #C4C4C4;
  }	
  .example1:before {
  color: #ffa7a1;
  }
  .example2:before {
  color: #ffdfa1;
  }
  .example3:before {
  color: #a1ceff;
  }
  .example4:before {
  color: #b1eab8;
  }
	
/*ボタン*/
.menu2{
	width:95%;
	display:table;/*親要素にこの指定があって、table-cellとなる。*/
	border-collapse: separate;
	border-spacing: 15px; /*この二つはセル間をあけるために親要素に指定する。*/
	margin:0 auto;
	margin-top:-3%; 
	text-decoration: none;
	text-align:center;
	}
.list2{
	display:table-cell;
	height:auto;
	width:100%;
	vertical-align:middle;/*表組みなので上下中央揃えが適用できる*/
	font-size:170%;	
	font-weight: bolder;
	border-radius: 30px; /*角丸CSS3*/
	background-color: #F75E1E;
	text-decoration: none;
	padding:5%; 
	box-shadow: 6px 6px #FDD59F;
	}

.list2:link {
	color:#fff;
	}

.list2:visited {
	color:#fff;
	}
.list2:hover{
	 background-color: #F7931E;
	color:white;	
	text-decoration: none;
	}
		
	
.menu3{
	width:95%;
	display:table;/*親要素にこの指定があって、table-cellとなる。*/
	border-collapse: separate;
	border-spacing: 15px; /*この二つはセル間をあけるために親要素に指定する。*/
	margin:0 auto;
	margin-top:-3%; 
	text-decoration: none;
	text-align:center;
	}
.list3{
	display:table-cell;
	height:auto;
	width:100%;
	vertical-align:middle;/*表組みなので上下中央揃えが適用できる*/
	font-size:170%;	
	font-weight: bolder;
	border-radius: 30px; /*角丸CSS3*/
	background-color: #0C71CF;
	text-decoration: none;
	padding:5%; 
	box-shadow: 6px 6px #A3C9ED;
	}

.list3:link {
	color:#fff;
	}

.list3:visited {
	color:#fff;
	}
.list3:hover{
	 background-color: #F7931E;
	color:white;	
	text-decoration: none;
	}	
	
	.btn_p{
	text-align: center;	
	font-weight: bold;
	font-size: 120%;	
	}	

	
	.btn_p2{
	border: #cccccc 1px dotted;	
	margin: auto;
	width: 70%;
	padding:2% 2% 2% 6%;
	color:#666666;	
	}	
	
	
	.h4_cp {
	background: url(/images/common/h3_bg.gif) no-repeat;
	padding: 7px 5px 6px 35px;
	margin-top:5%; 	
	margin-bottom:5%; 
}		
	
	.menu2_bg{
	background: #FEEACE;	
	padding:4% 3% 3%;
	margin:0% 3% 3% 3%;	
		
	}	
	
	.menu3_bg{
	background: #D8E8F7;	
	padding:4% 3% 3%;
	margin: 3%;	
	}	
		
}