/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 13 2025 | 09:14:46 */
/* -----------------------------------
　メールマガジン登録フォーム New ! 2016-09-15
顔有りバーションを元に戻す
-----------------------------------*/
div.ml_regform img.arrow {
	max-width: 200px;
	margin: 0 auto 1em !important;
}

div.ml_regform {
	margin: 3em auto;
	max-width: 700px;
}

div.ml_regform p.title {
	text-align: center;
	display: block;
	color: #fff;
	font-weight: 700;
	font-size: 120%;
	border-radius: 5px;
	padding: .75em .5em .5em .75em;
	margin: 0;
	background: linear-gradient(to bottom, rgba(168, 168, 168, 1) 0%, rgba(91, 91, 91, 1) 99%);
	    line-height: 1.3;
}

div.ml_regform .ml_img img {
	width: 100%;
}

div.ml_regform .ml_img {
	margin: 1.5em 0;
}

div.ml_regform .lp_link a {
	font-size: 120%;
	display: block;
	font-weight: 700;
	letter-spacing: 1px;
    color: #004cff;
    text-align: center;
	word-break: auto-phrase;
}

div.ml_regform .lp_link a:hover {
	color: #b22222;
}

div.ml_regform .lp_link {
	margin: 2em 0;
}

div.ml_regform .regform {
	box-shadow: none;
	border-color: #a2aeff;
	border-width: 2px;
	border-style: solid;
	padding: 2em;
}


div.ml_regform .main {
    width: 100%;
}
div.ml_regform .main {
    width: 100%;
    border: none;
    padding: 0;
}

div.ml_regform .regform .title_main {
    text-align: center;
    font-size: 140% !important;
    font-weight: bold;
    line-height: 1.5;
    word-break: auto-phrase;
}

div.ml_regform .regform .title_sub {
	color: #d70606;
	text-align: center;
	word-break: auto-phrase;
}

div.ml_regform p {
	margin-bottom: 0;
}

div.ml_regform .regform .head {
	margin-bottom: 1.75em;
}

div.ml_regform .inputform p:first-child {
	width: 13em;
	font-size: 90% !important;
	display: inline-block;
}

div.ml_regform .inputform p:nth-child(2) {
	display: inline-block;
}

div.ml_regform .inputform .email input,
div.ml_regform .inputform .name input {
	width: 300px;
	padding: 0 3px;
	line-height: 2;
	font-size: 90%;
	box-sizing: border-box;
  color:black;
}

div.ml_regform .inputform {
	text-align: center;
}

div.ml_regform .inputform .email {
	margin-bottom: .5em;
}

div.ml_regform .caution {
    font-size: 11px;
}

div.ml_regform input[type="submit"]:hover {
	transition: .3s;
    opacity: .7;
}
.regform.article .btn:hover {
    opacity: 1;
}
div.ml_regform input[type="submit"] {
	    background: #3952cb;
	color: #fff;
	letter-spacing: 1px;
	width: 100%;
	max-width: 500px;
	transition: .25s;
	box-sizing: border-box;
	font-size: 125%;
	transition: .1s;
	cursor: pointer;
}

div.ml_regform .inputform .name {
	margin-bottom: 1.5em;
}

div.ml_regform .inputform .message {
	margin: 1.75em 0 -1.5em;
	text-align: center;
	display: none;
}

div.ml_regform .inputform .message p {
	font-size: 100% !important;
	color: gray;
	width: 100% !important;
}

div.ml_regform .regform .note p {
	font-size: 85% !important;
	text-align: center;
	color: gray;
}

div.ml_regform .regform .note {
	margin: 2.5em 1em 0;
	padding: 1em;
	background: #f0f0f0;
	border: 1px dotted #b9b9b9;
}

div.ml_regform p.title_main span {
	display: inline-block;
}

div.ml_regform .inputform .btn {
	margin: 2.5em 0;
  	display: block;
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
}
div.ml_regform .regform .info {
    display: none;
}

@media only screen and (max-width: 320px) {
	div.ml_regform .regform {
		padding: .5em;
	}
	
	div.ml_regform .inputform p:nth-child(2) {
		display: block;
	}
	
	div.ml_regform .inputform .email input, .inputform .name input {
		width: 100%;
	}
	
	div.ml_regform input[type="submit"] {
		font-size: 110%;
	}
	
	div.ml_regform .inputform .btn {
		margin: 2em 0 0;
	}
	
	div.ml_regform .regform .note {
		margin: 2em 0 1em;
	}
}

@media only screen and (max-width: 480px) {
	div.ml_regform .regform {
		padding: 1em;
	}
	
	div.ml_regform .inputform p:nth-child(2) {
		display: block;
	}
	
	div.ml_regform .inputform .email input,
											div.ml_regform .inputform .name input {
		width: 100%;
	}
}
