@charset "UTF-8";
/*------------------------------------
index
-------------------------------------*/
/* mailnews > common
-------------------------- */
#mailnews {
	width: 980px;
	margin: 0 auto;
	padding: 50px 0;
	text-align: center;
	font-weight: 500;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, osaka, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.6;
	color: #333;
}
#mailnews .input {
	font-weight: 500;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, osaka, "ＭＳ Ｐゴシック", sans-serif;
}
.alert{color: #ff0000;}

/* mailnews > visual
-------------------------- */

#mailnews .visual h1 {
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 40px;
	line-height: 1;
}

#mailnews .visual p {
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 1;
}

#mailnews .visual p.em {
	margin-bottom: 50px;
	font-size: 16px;
	line-height: 1;
	color: #d50f1d;
}

#mailnews .visual p.em a {
	text-decoration: underline;
	color: #d50f1d;
}

#mailnews .visual p.em a:hover {
	color: #59BDEE;
}

#mailnews .visual ol {
	margin-bottom: 60px;
	text-align: center;
	font-size: 0;
}

#mailnews .visual li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 328px;
	margin: 0 6px;
}

#mailnews .visual li a {
	display: block;
	height: 58px;
	border: solid 1px #124199;
	background: url(/common/images/arrow_bottom.png) no-repeat 15px;
	font-size: 16px;
	line-height: 58px;
	color: #124199;
}

#mailnews .visual li a:hover {
	background-color: #B0CFFF;
	text-decoration: none;
}

/* mailnews > entry
-------------------------- */

#mailnews #entry {
	padding-top: 55px;
	border-top: solid 2px #124199;
	font-size: 16px;
	line-height: 1.9;
	position: relative;
}

#mailnews #entry h2 {
	margin-bottom: 30px;
	font-size: 26px;
	line-height: 1;
}

#mailnews #entry p.em {
	margin-bottom: 50px;
	font-size: 16px;
	line-height: 1;
	color: #d50f1d;
}

#mailnews #entry p.em a {
	text-decoration: underline;
	color: #d50f1d;
}

#mailnews #entry p.em a:hover {
	color: #59BDEE;
}

#mailnews #entry h3 {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
	text-align: left;
	font-size: 23px;
	line-height: 37px;
}

#mailnews #entry h3 span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 37px;
	height: 37px;
	margin-right: 10px;
	padding-right: 2px;
	-webkit-border-radius: 37px;
	border-radius: 37px;
	background: #124199;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
	font-family: Arial;
	font-style: italic;
	font-weight: bold;
	font-size: 26px;
	line-height: 37px;
	color: #fff;
}

/* mailnews > entry > email_section
------------------------------------ */

#mailnews #entry .email_section {
	margin: 30px 30px 50px;
	text-align: left;
	font-size: 16px;
	line-height: 1.7;
}

#mailnews #entry .email_section .inputEmail {
	vertical-align: middle;
	width: 464px;
	height: 41px;
	margin-right: 10px;
	padding: 0 10px;
	font-size: 16px;
}

#mailnews #entry .email_section p:first-child span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}

::-webkit-input-placeholder {
	color: #c8c8c8;
}

::-moz-placeholder {
	opacity: 1;
	color: #c8c8c8;
}

:-ms-input-placeholder {
	color: #c8c8c8;
}

#mailnews #entry .email_section p:last-child {
	margin-top: 20px;
}

#mailnews #entry .email_section p:last-child span {
	color: #124199;
}

/* mailnews > entry > checkbox_section
--------------------------------------- */

#mailnews #entry .checkbox_section {
	margin: 30px 30px 40px;
	text-align: left;
	font-size: 16px;
	line-height: 1.7;
}

#mailnews #entry .checkbox_section .inputCheckbox {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

#mailnews #entry .checkbox_section table{
	margin: 0;
	padding: 0;
}
#mailnews #entry .checkbox_section td:first-child {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 300px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 42px;
}

#mailnews #entry .checkbox_section input[type='checkbox'] {
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
}

#mailnews #entry .checkbox_section p {
	margin-top: 20px;
}

#mailnews #entry .checkbox_section p a {
	text-decoration: underline;
	color: #003894;
}

#mailnews #entry .checkbox_section p a:hover {
	color: #59BDEE;
}

/*  mailnews > entry > submit_section
-------------------------------------- */

#mailnews #entry .submit_section {
	margin-bottom: 100px;
}

#mailnews #entry .submit_section .inputsbmt {
	vertical-align: middle;
	width: 210px;
	height: 50px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #f08300 url(/common/images/arrow_right.png) no-repeat 180px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}

#mailnews #entry .submit_section .inputsbmt:hover {
	background: #ffeed9 url(/common/images/arrow_orange.png) no-repeat 180px;
	color: #f08300;
}

/*  mailnews > release
-------------------------- */

#mailnews #release {
	padding-top: 50px;
	border-top: solid 2px #124199;
	font-size: 16px;
	line-height: 1.9;
	position: relative;
}

#mailnews #release h2 {
	margin-bottom: 30px;
	font-size: 26px;
	line-height: 1;
}

#mailnews #release p.em {
	margin-bottom: 50px;
	font-size: 16px;
	line-height: 1;
	color: #d50f1d;
}

#mailnews #release p.em a {
	text-decoration: underline;
	color: #d50f1d;
}

#mailnews #release p.em a:hover {
	color: #59BDEE;
}

#mailnews #release h3 {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
	text-align: left;
	font-size: 23px;
	line-height: 37px;
}

/* mailnews > release > note_section
------------------------------------- */

#mailnews #release .note_section {
	margin: 30px 30px 50px;
	text-align: left;
	font-size: 16px;
	line-height: 1.7;
}

#mailnews #release .note_section dl:first-child {
	margin-bottom: 30px;
}

#mailnews #release .note_section dt {
	font-weight: bold;
	font-size: 17px;
	line-height: 1.7;
}

/* mailnews > release > email_section
------------------------------------- */

#mailnews #release .email_section {
	margin: 30px 30px 50px;
	text-align: left;
	font-size: 16px;
	line-height: 1.7;
}

#mailnews #release .email_section .inputEmail {
	vertical-align: middle;
	width: 464px;
	height: 41px;
	margin-right: 10px;
	padding: 0 10px;
	font-size: 16px;
}

#mailnews #release .email_section p:first-child span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}

::-webkit-input-placeholder {
	color: #c8c8c8;
}

::-moz-placeholder {
	opacity: 1;
	color: #c8c8c8;
}

:-ms-input-placeholder {
	color: #c8c8c8;
}

#mailnews #release .email_section p:last-child {
	margin-top: 20px;
}

#mailnews #release .email_section p:last-child span {
	color: #124199;
}

/* mailnews > release > submit_section
-------------------------------------- */

#mailnews #release .submit_section .inputsbmt {
	vertical-align: middle;
	width: 210px;
	height: 50px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #898989 url(/common/images/arrow_right.png) no-repeat 180px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}

#mailnews #release .submit_section .inputsbmt:hover {
	background: #cdcdcd url(/common/images/arrow_gray.png) no-repeat 180px;
	color: #333;
}

/*------------------------------------
seeyou,thanks
-------------------------------------*/
.thanks-wrap {
	width: 980px;
	margin: 0 auto;
	padding: 50px 0 0;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, osaka, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.6;
	color: #333;
}

.title_thanks_seeyou {
    margin: 0 !important;
    font-size: 32px;
    color: #003894;
    font-weight: bold;
    line-height: 1.8 !important;
}

.thanks-wrap .thseeText span{
	display: block;
	font-weight: bold;
	font-size: 18px;
}

.thanks-wrap .mb40{margin-bottom: 40px !important;}
.thanks-wrap .mb80{margin-bottom: 80px !important;}

.thanks-wrap .link{margin: 0 auto 0 !important;}
.thanks-wrap .link a.btnff{
    vertical-align: middle;
    width: 280px;
    height: 42px;
    margin: 0;
    padding: 17px 0 0 0;
    border: 1px solid #124199;
    background: #fff url(/common/images/arrow_blue.png) no-repeat 96%;
    font-size: 18px;
    color: #124199;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
}
.thanks-wrap .link a.btnff:hover{
    background-color: #B0CFFF;
}

/*------------------------------------
thanks
-------------------------------------*/

.thanks-wrap .box_memInfo{
	border-top:2px dotted #ccc;
	padding: 80px 0 0 0 ;
}

.thanks-wrap .box_memInfo .ttl_memA{
    font-size: 26px;
    font-weight: 500;
    font-feature-settings: "palt";
    text-align: center;
    color: #003894;
}
.thanks-wrap .box_memInfo .ttl_memA::before {
    content: "＼";
    display: inline-block;
    margin-right: 1em;
    color: inherit;
}
.thanks-wrap .box_memInfo .ttl_memA::after {
    content: "／";
    display: inline-block;
    margin-left: 1em;
    color: inherit;
}
.thanks-wrap .box_memInfo ul.memAlist{
    padding: 42px 0px 20px 20px;
    border-top: 1px solid #124199;
    border-bottom: 1px solid #124199;
    width: 705px;
    text-align: left;
    margin: 0 auto 50px;
}
.thanks-wrap .box_memInfo ul.memAlist li.memA_txt{
    margin: 0 auto 22px;
    line-height: 2;
}
.thanks-wrap .box_memInfo ul.memAlist li.memA_txt span{
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    padding-right: 2px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    font-family: Arial;
    font-style: italic;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #124199;
    border: 1px solid #124199;
}
.thanks-wrap .link a.btnOrange{
    vertical-align: middle;
    width: 280px;
    height: 42px;
    margin: 0;
    padding: 17px 0 0 0;
    border: none;
    background: #f08300 url(/common/images/arrow_right.png) no-repeat 96%;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
}
.thanks-wrap .link a.btnOrange:hover{
    background: #ffeed9 url(/common/images/arrow_orange.png) no-repeat 96%;
    color: #f08300;
}




