@charset "UTF-8";



/* PC画面用（ウィンドウ幅が769px以上の場合に適用） */
@media print,screen and (min-width: 769px) {

.feature h2 img{
	width:940px;
	height:83px;
	margin: 1% auto;
}	
	
.feature h3{
	font-size: 1.5em;
	background-color: #18689B;
	color: #fff;
	padding-top: 0.7em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	margin: 5% auto 3% auto;
	width: 98%;
	letter-spacing: 0.05em;
}

.feature h4{
	width: 96%;
	padding-top: 0.7em;
	padding-left: 1em;
	padding-bottom: 0.5em;
	font-size: 1.2em;
	letter-spacing: 0.05em;
	color:#333;
	background-color:#E7EFEE;
	margin: auto;
}
	
.midashi p{
	width: 90%;
	margin: 1% auto 3% auto;
	font-size: 1.2em;	
	line-height: 1.5em;
}
	
	
/*　ナビボタン　*/
 .navibutton {
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  width: 95%;
  margin: 0 auto;
 }
 .navibutton a {
  position: relative;
  display: inline-block;
  padding: 0.5rem 3rem 0.5rem 2rem;
  margin: 0.5em;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  background: #fff;
  color: #666;
  border: 1px solid #666;
  border-radius: 5px;
 }
 .navibutton a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #666;
  border-right: 3px solid #666;
  transform: rotate(135deg) translateY(-50%);
  position: absolute;
  top: 25%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
 }
 .navibutton a:hover {
  color: #fff;
  background: #666;
  border: 1px solid #666;
  transition: 0.3s ease-in-out;	 
 }
 .navibutton a:hover:after {
  border-color: #fff;
  transition: 0.3s ease-in-out;
 }
 .navibutton a:visited {
  color: #666;
 }
 /*　ナビボタンここまで　*/	
	
	
	
/*　rndmバナー用　*/	
.feature_list{
	display:flex;
	justify-content:flex-start;
	width:98%;	
	flex-wrap: wrap;
	margin: 1% auto 5% auto;
	border:solid 1px white;
	}
	
.feature_list li{
	width: 23%;	
	padding: auto;
	border:solid 1px white;
	}

.feature_list p{
	color:#404040;
	line-height: 1.5em;	
	font-size: 1em;
}
	
.feature_list p:hover{
	color:#ccc;
}		

.feature_list a{
	text-decoration: none;
}	
	
.feature_list img{
	width: 210px;
	height: 95px;
	}
/*　rndmバナー用　*/
	
/*　SPバナーサイズ用　*/	
.big_feature_list{
	display:flex;
	justify-content:space-between;
	width:98%;	
	flex-wrap: wrap;
	margin: 1% auto;
	}
	
.big_feature_list li{
	width: 47%;	
	padding: auto;
	margin: 1% auto;
	}
	
.big_feature_list p{
	color:#404040;
	line-height: 1.5em;	
	font-size: 1em;
	font-weight: bold;
}		
	
.big_feature_list p:hover{
	color:#ccc;
}		
	
.big_feature_list a{
	text-decoration: none;
}	
	
	
.big_feature_list img{
	width: 430px;
	height: auto;
	}
/*　SPバナーサイズ用　*/		
	
	
/* 過去のキャンペーン・コラム */
.feature_list_close {
	width: 96%;
	margin:auto; 
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	border: solid 0px red;/*レイアウト確認用の着色*/
}

.feature_list_close li{
	width:30%;
	text-align: left;
	padding: 1em 0em 1em 1.3em;
	font-size: 1.2em;
	position:relative;
	margin: 0.5%;
	border: solid 0px blue;/*レイアウト確認用の着色*/
}
	
.feature_list_close li:before {
  position:absolute;
  content:'';
  top: 1.1em;
  left: 0.2em;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #ccc;
}	
	

.feature_list_close a{
	color: #666666;
	text-decoration: none
}

.feature_list_close a:hover{
	color: #ccc;
}
/* 過去のキャンペーン・コラム */	
	
	
 /*　特設バナー用　*/
 .cp_banner {
  text-align: center;
  margin: 5% auto;  	 
 }	
	
 .cp_banner p{
  font-weight: bold;
 }
 .cp_banner p::before{
  content: "▼ ";
  font-weight: bold;
 }
 .cp_banner p::after{
  content: "▼";
  font-weight: bold;
 }	

	
 .cp_banner img {
  width:400px;
  margin: 0 auto;	 
 }	


}	

/* SP画面用（ウィンドウ幅が768px以下の場合に適用） */
@media screen and (max-width: 768px) {

.feature h2 img{
	width:100%;
	height:auto;
	margin: 1% auto;
}
	
.feature h3{
	font-size: 1.3em;
	background-color: #18689B;
	color: #fff;
	padding-top: 0.8em;
	padding-bottom: 0.6em;
	padding-left: 0.4em;
	margin: 5% auto 3% auto;
	width: 98%;
	letter-spacing: 0.05em;
}

.feature h4{
	width: 96%;
	padding-top: 0.6em;
	padding-left: 0.4em;
	padding-bottom: 0.4em;
	font-size: 1em;
	letter-spacing: 0.05em;
	color:#333;
	background-color:#E7EFEE;
	margin: auto;
}
	
.midashi p{
	width: 95%;
	margin: 1% auto 3% auto;
	font-size: 1em;	
	line-height: 1.5em;
}
	
	
/*　ナビボタン　*/
 .navibutton {
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  width: 93%;
  margin: 3% auto 0% 2%;
 }
 .navibutton li {
  width: 47%;
 }
 .navibutton a {
  position: relative;
  width: 95%;
  display: inline-block;
  padding: 4% 6% 3% 4%;
  margin: 2%;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9em;
  background: #fff;
  color: #666;
  border: 1px solid #666;
 }
 .navibutton a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #666;
  border-right: 3px solid #666;
  transform: rotate(135deg) translateY(-50%);
  position: absolute;
  top: 25%;
  right: 15px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
 }
 .navibutton a:hover {
  color: #fff;
  background: #666;
  border: 1px solid #666;
 }
 .navibutton a:hover:after {
  border-color: #fff;
  transition: 0.3s ease-in-out;
 }
 .navibutton a:visited {
  color: #666;
 }
 /*　ナビボタンここまで　*/	
	
/*　rndmバナー用　*/	
.feature_list{
	display:flex;
	justify-content:space-between;
	width:99%;	
	flex-wrap: wrap;
	margin-top: 2%;
	margin-bottom: 10%;
	}
	
.feature_list li{
	width: 47%;	
	margin: 1%;
	padding: auto;
	}
	
.feature_list p{
	color:#404040;
	line-height: 1.5em;	
	font-size: 0.9em;
}
	
.feature_list p:hover{
	color:#ccc;
}		
	
.feature_list img{
	width: 100%;
	height: auto;
	}
/*　rndmバナー用　*/
	
/*　SPバナーサイズ用　*/	
.big_feature_list{
	display:flex;
	justify-content:center;
	width:99%;	
	flex-wrap: wrap;
	margin: auto;
	}
	
.big_feature_list li{
	width: 98%;	
	padding: auto;
	margin: 3% auto;
	}
	
.big_feature_list p{
	color:#404040;
	line-height: 1.5em;	
	font-size: 1em;
	font-weight: bold;
}		
	
.big_feature_list p:hover{
	color:#ccc;
}		
	
.big_feature_list img{
	width: 100%;
	height: auto;
	}
/*　SPバナーサイズ用　*/	
	
/* 過去のキャンペーン・コラム */
.feature_list_close {
	width: 98%;
	text-align: center;
	margin:1% auto 10% auto; 
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}

.feature_list_close li{
	width:100%;
	text-align: left;
	padding: 0.5em 0.3em 0.5em 1.3em;
	border: solid 0px #D9D9D9;
	font-size: 1em;
	position:relative;
}
	
.feature_list_close li:before {
  position:absolute;
  content:'';
  top: 0.6em;
  left: 0.2em;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #ccc;
}	
	

.feature_list_close a{
	color: #666666;
	text-decoration: none
}

.feature_list_close a:hover{
	color: #ccc;
}
/* 過去のキャンペーン・コラム */		
	
}