@charset "Shift_JIS";
body {
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", "Hiragino kaku Gothic ProN", Meiryo, sans-serif;
	color:#000000;
	font-size: 62.5%;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
	background: #ffffff;
}

/************************************
	編集可能エリアレイアウト
************************************/

/************ structure
************************************/
.wrapper {
	font-size: 1.1rem;
}

.header {
	margin: 30px 0 40px;
	line-height: 1;
}
.header a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 510px;
    height: 80px;
}
.header a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -16px;
    width: 100%;
    height: 100%;
    background: #1e22aa;
    -webkit-transform: skewX(-21deg);
    transform: skewX(-21deg);
}
.header a img {
    position: relative;
	vertical-align: top;
	display: inline-block;
	border: none;
    top: 2px;
}

@media screen and (max-width: 480px) {
	.wrapper {
		font-size: 1.0rem;
	}	
	.header {
		margin: 10px 0 4rem;
	}
    .header a {
        width: 210px;
        height: 40px;
    }    
	.header a img {
        width: 154px;
        left: -8px;
        height: auto;
	}
}

.contents {
	width: 60%;
	margin: 0 auto 6rem;
}
.contents h1 {
	margin-bottom: 6rem;
	font-weight: bold;
	font-size: 6rem;
	text-align: center;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0.05em;
    line-height: 1;    
}
.contents h1 small {
    display: block;
    margin-top: 0.5rem;
    font-size: 1.25rem;
	text-align: center;
    font-weight: lighter;
    font-style: normal;
    letter-spacing: 0.05em;
}
.contents a {
	color: #076fcc;
}

@media screen and (max-width: 480px) {
	.contents {
		width: 90%;
		margin: 0 auto 6rem;
	}
	.contents h1 {
		margin-bottom: 3rem;
        font-weight: 600;
		font-size: 1.875rem;
	}
    .contents h1 small {
        font-size: 0.75rem;
    }
}

.footer {
	padding: 8rem 0 3rem;
	background: linear-gradient(108deg,#0752dd 0,#1074e3 100%);
}
.footer p {
	margin: 0;
	text-align: center;
	font-size: 61%;
	color: #ffffff;
    opacity: 0.5;
	letter-spacing: 0.03rem;
}

@media screen and (max-width: 480px) {
	.footer {
		padding: 4rem 0 3rem;
	}	
}

/************ conponents
************************************/
/** 共通 **/
.font_red {
	color: #d40505;
}
small {
	font-size: 80%;
}
dfn {
	font-style: normal;
}
.mb1rem {
    margin-bottom: 1rem;
}
.mb2rem {
    margin-bottom: 2rem;
}

/** リードテキストエリア **/
.leads {
	margin: 0 0 4rem;
}

.leads p {
	font-size: 87%;
	margin: 0 0 0.5rem;
}
.leads p.complete_message {
	font-weight: bold;
	font-size: 165%;
	margin: 0 0 1rem;
	text-align: center;
}
.leads p.thanks {
	font-weight: bold;
	font-size: 113%;
	margin: 0 0 4rem;
	text-align: center;
}
span.requireds {
	display: inline-block;
	line-height: 1;
	margin: 0 0.5rem 0 0;
	padding: 3px;
	background-color: #ff0000;
	color: #ffffff;
	font-size: 93%;
}

.leads .error {
	display: block;
	margin: 0 0 1rem 0;
	font-size: 126%;
	font-weight: bold;
	color: #d40505;
	text-align: center;
}

@media screen and (max-width: 480px) {
	.leads {
		margin: 0 0 2rem;
	}
	.leads p.complete_message {
		font-size: 152%;
	}	
	.leads p.thanks {
		margin-bottom: 2rem;
		font-size: 100%;
	}	
}

/** 注意喚起テキストエリア **/
.mailcaution {
	margin: 0 0 3rem;
	padding: 1rem 1rem 0.5rem;
	background: #fbe8ea;
	font-size: 74%;
}
.mailcaution dt {
	margin-bottom: 0.5rem;
	font-weight: bold;
	color: #d40505;
}
.mailcaution dd {
	margin: 0;
}
.mailcaution dd ol,
.mailcaution dd ul {
	margin: 0 0 0 1rem;
	padding: 0;
}
.mailcaution dd li {
	margin: 0 0 1.5rem 0;
}
.mailcaution dd li.mb1 {
	margin: 0 0 0.5rem 0;
}
.mailcaution dd ul ol,
.mailcaution dd ul ul {
	margin: 1rem 0 0 2rem;
}
.mailcaution dd li li {
	margin-bottom: 0.5rem;
}

.consult {
	background: #efefef;
	border: #c4c4c4 solid 1px;
	margin: 3rem 0 6rem;
	padding: 1rem;
}
.consult dl {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
.consult dt {
	font-weight: bold;
	margin-bottom: 1rem;
}
.consult dt:before {
	content: "【";
}
.consult dt:after {
	content: "】";
}
.consult dd {
	display: inline-block;
	margin: 0 0 0.5rem 1rem;
}
.consult dd:last-child {
	display: block;
}

.disp_sp {
	display: none;
}

@media screen and (max-width: 480px) {
	.disp_pc {
		display: none;
	}
	.disp_sp {
		display: inline-block;
	}
	
	/** 注意喚起テキストエリア **/
	.mailcaution {
		margin-bottom: 2rem;
		font-size: 73%;
	}
	
	.consult {
		margin: 1rem 0 3rem;
	}	
}


/******** 画面フロー ********/
.screen_flow {
	width: 855px;
	margin: 0 auto 4rem;
	padding: 0;
	text-align: left;
	line-height: 1;
	list-style: none;
}
.screen_flow li {
	font-size: 100%;
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 0;
	text-align: center;
	line-height: 1;
}
.screen_flow li span {
	display: inline-block;
	width: 240px;
	padding: 10px 0;
	text-align: center;
	line-height: 1;
	background-color: #efefef;
	border: #cccccc solid 1px;

}
.screen_flow li:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin: 0 0 0 25px;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #333333;
	line-height: 1;
	vertical-align: middle;
}
.screen_flow li:last-child {
	margin-right: 0;
}
.screen_flow li:last-child:after {
	display: none;
}

/** 入力 **/
.screen_flow.screen_input li:first-child span {
	background-color: #1e22aa;
	border: #1e22aa solid 1px;
	color: #ffffff;
}

/** 確認 **/
.screen_flow.screen_confirm li:first-child span,
.screen_flow.screen_confirm li:nth-child(2) span {
	background-color: #1e22aa;
	border: #1e22aa solid 1px;	
	color: #ffffff;
}

/** 完了 **/
.screen_flow.screen_finish {
	margin-top: 2em;
}

.screen_flow.screen_finish li span {
	background-color: #1e22aa;
	border: #1e22aa solid 1px;
	color: #ffffff;
}

@media screen and (max-width: 480px) {
	
	/******** 画面フロー ********/
	.screen_flow {
		width: 100%;
		text-align: center;
		margin: 0 -3% 2rem auto;
	}
	.screen_flow li {
		font-size: 74%;
		width: 30%;
		margin: 0;
		text-align: left;
	}
	.screen_flow li span {
		width: 80%;
		margin-right: 7%;
	}
	.screen_flow li:last-child span {
		margin-right: 0;
	}	
	.screen_flow li:after {
		margin: 0;
	}
	
}


/** 入力フォームエリア **/
.section {
	margin-bottom: 6rem;
}
.section.nest1 {
	margin-top: 4rem;
}
.section table {
	width: 100%;
	border-collapse: collapse;
	border-top: #11293e solid 3px;
}
.section th,
.section td {
	border-bottom: #11293e solid 1px;
}
.section th {
	width: 30%;
	padding: 30px 10px 30px 30px;
	text-align: left;
	font-weight: bold;
	vertical-align: top;
}
.section th span:after {
	content: "必須";
	display: inline-block;
	line-height: 1;
	margin: 0 0 0 1rem;
	padding: 5px 3px 3px 3px;
	background-color: #ff0000;
	color: #ffffff;
	font-size: 67%;
	font-weight: lighter;
}

.section td {
	padding: 30px 0 30px 10px;
}
.section td small {
	display: block;
}
.instruct_upp {
	margin-bottom: 1rem;
}
.instruct_lwr {
	margin-top: 1rem;
}
.instruct_adr {
	padding-left: 7rem;
}
.section td ul {
	margin: 0;
	padding: 0;
}
.section td li {
	list-style: none;
	display: inline-block;
	margin-right: 1rem;
	vertical-align: middle;
}

.section td .academic-field {
	margin: 0 0 1.5rem 0;
	clear: both;
}
.section td .academic-field dt {
	display: inline-block;
	min-width: 6rem;
	margin-right: 1rem;
	float: left;
}
.section td .academic-field dt:after {
	content: "：";
}
.section td .academic-field dd {
	display: inline-block;
	margin: 0;
}

.section .privacy_chk_box {
	font-size: 87%;
	margin-bottom: 2rem;
	padding: 1rem;
	background: #efefef;
}

@media screen and (max-width: 480px) {
	.section {
		margin-bottom: 4rem;
	}	
	.section th {
		display: block;
		width: 90%;
		padding: 20px 5%;
		vertical-align: middle;
		border-bottom: none;
		background: #efefef;
	}
	.section td {
		display: block;
		width: 100%;
		padding: 20px 0;
	}
	.section td li {
		margin-bottom: 1.5rem;
	}
	.instruct_adr {
		padding-left: 0;
	}
	
	.section td .academic-field dt {
		display: block;
		min-width: auto;
		margin: 0 0 0.5rem;
		float: none;
	}
	.section td .academic-field dt:before {
		content: "【";
	}
	.section td .academic-field dt:after {
		content: "】";
	}
	.section td .academic-field dd {
		display: block;
	}
	.section td .academic-field dd li:last-child {
		display: block;
	}
	
	.section .privacy_chk_box {
		background: #eaf1fb;
	}
	
}

input[type="text"], input[type="password"], textarea, select {
	color: #000000;
	padding: 5px;
	font-size: 100%;
	border: #999999 solid 1px;
}

select {
	font-size: 100%;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	background-color: #eaf1fb;
	border: #08509a solid 2px;
}

textarea {
	width: 90%;
	min-height: 10em;
}

input[type="checkbox"], input[type="radio"] {
	font-size: 100%;
	display: inline-block;
	margin: 0 0.5rem 0.5rem 1rem;
}


input[type="submit"] {
	display: inline-block;
	border: 1px solid #d5d5d5;
	padding: 5px 20px;
	font-weight: lighter;
	cursor: pointer;
	-webkit-appearance : none;
}
/** 入力画面→確認ボタンスタイル **/
@keyframes btn-anime {
	0% {
		background-color: #005bad;
		border: #005bad solid 1px;
		box-shadow: 0 0 0 0 #005bad;
	}
	50% {
		background-color: transparent;
		border: transparent solid 1px;
		box-shadow:0 0 2px 1px #005bad;
	}
	100% {
		background-color: #000000;
		border: #000000 solid 1px;
		box-shadow: 0 0 4px 2px #005bad;		
	}
}

input[name="form_update_btn"] {
	width: 420px;
	padding: 10px 20px;	
	background-color: #1e22aa;
	border: #1e22aa solid 1px;
	color: #ffffff;
	font-size: 139%;
	-webkit-appearance : none;
}
input[name="form_update_btn"]:hover {
	animation: btn-anime 0.15s ease-in-out 0s forwards;
}

/** 確認画面→送信・戻るボタンスタイル **/
.btn_wrapper {
    margin-bottom: 4rem;
	text-align: center;
}
.btn_wrapper:after {
	content: "";
	display: block;
	clear: both;
}

.btn_wrapper div:first-child {
	width: 45%;
	float: right;
}
.btn_wrapper div:last-child {
	width: 45%;
	float: left;
}
.btn_wrapper div:first-child div,
.btn_wrapper div:last-child div {
	width: 100%;
	float: none;
}

input[name="form_send_btn"] {
	width: 400px;
	padding: 10px 20px;	
	background-color: #1e22aa;
	border: #1e22aa solid 1px;
	color: #ffffff;
	font-size: 139%;
	-webkit-appearance : none;	
}
input[name="form_send_btn"]:hover {
	animation: btn-anime 0.15s ease-in-out 0s forwards;
}

input[name="update_btn"] {
	width: 400px;
	padding: 10px 20px;	
	background-color: #666666;
	border: #1e22aa solid 1px;
	color: #ffffff;
	font-size: 139%;
	-webkit-appearance : none;		
}
input[name="update_btn"]:hover {
	animation: btn-anime 0.15s ease-in-out 0s forwards;
}

input[type="button"] {
	display: inline-block;
	border: 1px solid #d5d5d5;
	padding: 5px;
	margin-left: 5px;
	cursor: pointer;
	background-color: #1e22aa;
	color: #ffffff;
	font-size: 100%;
	-webkit-appearance : none;
}
input[type="button"]:hover {
	animation: btn-anime 0.15s ease-in-out 0s forwards;
}

/** その他 **/

p.goback {
	margin: 3rem 0;
	font-size: 87%;
	text-align: center;
}

@media screen and (max-width: 480px) {

	input[type="text"], input[type="password"], textarea, select {
		font-size: 16px;
	}
	input[type="text"] {
		width: 96%;
	}
	input#searchzip {
		width: 30%;
	}
	select {
		max-width: 100%;
	}
	textarea {
		width: 96%;
	}
	input[type="password"] {
		width: 60%;
	}
	input[type="checkbox"], input[type="radio"] {
		margin: 0 0.5rem 1rem 1rem;
	}
	input[name="form_update_btn"] {
		width: 70%;
	}
	input[type="button"]:hover {
		animation: none;
	}
	
	
	/** 確認画面→送信・戻るボタンスタイル **/
	.btn_wrapper {
		width: 100%;
	}

	.btn_wrapper div:first-child {
		width: 100%;
		margin: 0 0 2em 0;
		float: none;
	}
	.btn_wrapper div:last-child {
		width: 100%;
		margin: 0 auto;
		float: none;
	}

	input[name="form_send_btn"] {
		width: 90%;
		padding: 2% 5%;	
	}

	input[name="update_btn"] {
		width: 90%;
		padding: 2% 5%;	
	}	
	
}
