@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      mailmagazine.css
 Update:         2017.2.10
 Style Info:     メールマガジンCSSファイル
----------------------------------------------------------- */
/********************************************
モバイルファースト
*********************************************/
#mailmagazine {
	margin:70px 10px 0 10px;
	padding-bottom:40px;
}
h2#page_title {
	font-size:28px;
	font-weight:bold;
}
h2#page_title:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right:0;
	margin:auto;
	content: '';
	width: 0;
	height: 0;
	border-bottom: none;	
}
#mailmagazine h3#mailmagazine_title {
	font-size:18px;
	text-align:center;
	line-height:1.2;
	font-weight:normal;
	position:relative;
	padding:15px 0;
	margin-top:10px;
	color:#000;
}
#mailmagazine h3#mailmagazine_title:before {
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	margin:auto;
	content: '';
	width: 100%;
	height: 0;
	border-top: 1px solid #c1c1c1;
}
#mailmagazine h3#mailmagazine_title:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right:0;
	margin:auto;
	content: '';
	width: 100%;
	height: 0;
	border-top: 1px solid #c1c1c1;
}
#mailmagazine #mailmagazine_info {
	margin-top:10px;
	margin-bottom:20px;
}
#mailmagazine #mailmagazine_info li{
	margin-bottom:20px;
}
#mailmagazine #mailmagazine_info li:last-child {
	border:3px solid #61b042;
	padding:10px;
	text-align:center;
	line-height:1.8;
}

/***iframeエリア***/
/*入力前*/
#iframe_area {
	width:100%;
	margin-top:40px;
	margin-bottom:20px;
}
iframe {
	width:100%;
}
fieldset {
	margin:0;
	padding:0;
	margin-bottom:30px;
	border:none;
	/*border:3px solid #f0f0f0;*/
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
fieldset:last-child {
	margin-bottom:0;
}
.fieldsettitle {
	width:100%;
	background:#f0f0f0;
	padding:5px;
	font-weight:normal;
	margin-bottom:15px;
	font-size:16px;
}
fieldset input {
	border:0;
	width:100%;
	padding:10px;
	text-align:left;
	color:#404040;
	margin-bottom:20px;
	border:solid 1px #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background:#FFF;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
/*送信ボタン*/
fieldset input[type='submit']{
	background:#61b042;
	color:#FFF;
	width:100%;
	padding:10px 0;
	text-align:center;
	font-size:16px;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	cursor:pointer;
	transition:background 0.5s;
}
fieldset input[type='submit']:hover {
	background:#2e853b;
}

/*入力後*/





/********************************************
ランドスケープ
*********************************************/
@media screen and (min-width:480px){	


}


/********************************************
ランドスケープ
*********************************************/
@media screen and (min-width:640px){
	#mailmagazine {
		margin:80px 20px 0 20px;
		padding-bottom:60px;
	}
	h2#page_title {
		font-size:36px;
		font-weight:bold;
		margin-bottom:10px;
	}
	#mailmagazine h3#mailmagazine_title {
		font-size:24px;
	}
	#mailmagazine #mailmagazine_info {
		margin-top:20px;
		margin-bottom:20px;
	}
	#mailmagazine #mailmagazine_info li{
		margin-bottom:20px;
	}
	#mailmagazine #mailmagazine_info li:last-child {
		width:60%;
		margin:0 auto;
		margin-bottom:20px;
	}
	

}

/********************************************
タブレット
*********************************************/
@media screen and (min-width:768px){
	#mailmagazine {
		margin:80px 30px 0 30px;
	}
	h2#page_title {
		margin-bottom:20px;
	}
	#mailmagazine h3#mailmagazine_title {
		font-size:26px;
	}
	#mailmagazine #mailmagazine_info {
		width:85%;
		margin:0 auto;
		margin-top:30px;
		margin-bottom:20px;
	}

}

/********************************************
タブレット　ランドスケープ
*********************************************/
@media only screen and (min-width: 1024px) {
	#mailmagazine {
		padding-bottom:80px;
	}
	h2#page_title {
		font-size:36px;
	}
	#mailmagazine h3#mailmagazine_title {
		font-size:30px;
	}
	#mailmagazine #mailmagazine_info {
		width:70%;
		font-size:16px;
		margin-bottom:30px;
	}

}

/********************************************
PC
*********************************************/
@media only screen and (min-width: 1051px) {
	#mailmagazine {
		margin:30px 40px 0 40px;
		padding-bottom:80px;
	}
	h2#page_title {
		font-size:38px;
		margin-bottom:25px;
	}
	#mailmagazine h3#mailmagazine_title {
		font-size:32px;
	}
}

/********************************************
PC
*********************************************/
@media only screen and (min-width: 1100px) {
}

/********************************************
PC
*********************************************/
@media only screen and (min-width: 1280px) {
	#mailmagazine {
		margin:40px 60px 0 60px;
		padding-bottom:80px;
	}

}

/********************************************
PC
*********************************************/
@media only screen and (min-width: 1370px) {
	#mailmagazine {
		width:80%;
		margin:0 auto;
		margin-top:40px;
		padding-bottom:80px;
	}
}


/********************************************
PC
*********************************************/
@media only screen and (min-width: 1600px) {

}

/********************************************
PC
*********************************************/
@media only screen and (min-width: 1680px) {
	h2#page_title {
		font-size:42px;
		margin-bottom:35px;
	}
}

/********************************************
PC
*********************************************/
@media only screen and (min-width: 1710px) {

}

/********************************************
PC
*********************************************/
@media only screen and (min-width: 1920px) {

}

