@charset "UTF-8";

/***************************************************

	agrees

***************************************************/

#page_title{
	background: url(/images/h2_image/transaction_h2.jpg) no-repeat 50% 50%;
	background-size: cover;
}


/********** receipt **********/

.alert{
	font-size: 20px;
	text-align: center;
	color: #ff0000;
}

.alert strong{
	font-weight: bold;
}

.alert_note{
	font-size: 14px;
	color: #ff0000;
	text-align: center;
}

.alert_note::before{
	content: "※";
}

.phone_number{
	text-align: center;
	font-size: 34px;
	color: #ff0000;
	font-weight: bold;
}

.phone_number span{
	font-size: 28px;
	margin: 0 8px 0 0;
}


.submit_btn.to_check {
	padding: 0 20px 0 60px;
	background-color: #ec8201;
	border: solid 2px #ec8201;
}

.submit_btn.to_check:hover {
	background-color: #fff;
	background-image: url(/images/common/to_check_hover02.png);
	color: #ec8201;
}

.send .submit_btn {
	background-color: #ec8201;
	border: solid 2px #ec8201 !important;
}

.send .submit_btn:hover {
	background-color: #fff;
	background-image: url(/images/common/to_entry_hover02.png);
	color: #ec8201;
}

#confirm_btn_box ul li.send:hover::before {
	border-top: solid 2px #ec8201;
	border-right: solid 2px #ec8201;
}

#confirm_btn_box ul li.send:hover:after {
	border-left: 2px solid #ec8201;
}


.mypage_link a{
	display: block;
	width: 200px;
	margin: 40px auto 0;
	padding: 15px;
	border: 1px solid #5bb98e;
	border-radius: 6px;
	background: #5bb98e;
	box-sizing: border-box;
	position: relative;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}

.mypage_link a:before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 13px;
	margin-top: -5px;
}

.mypage_link a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -12px;
	height: 24px;
	border-left: 2px solid #fff;
}

.mypage_link a:hover{
	background: #fff;
	color: #5bb98e;
	opacity: 1;
}

.mypage_link a:hover:before {
	border-top: solid 2px #5bb98e;
	border-right: solid 2px #5bb98e;
}

.mypage_link a:hover:after {
	border-left: 2px solid #5bb98e;
}



.fax_download{
	margin: 0 20px;
}

.fax_download a{
	display: inline-block;
	background: url(/images/common/icon_download02.png) no-repeat right 8px top 50% #FE8E3B;
	background-size: 18px;
	color: #fff;
	text-decoration: none;
	padding: 8px 40px 8px 14px;
	border-radius: 4px;
	border: 2px solid #FE8E3B;
}

.fax_download a:hover{
	background: url(/images/common/icon_download02_hover.png) no-repeat right 8px top 50% #fff;
	background-size: 18px;
	color: #FE8E3B;
}


/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

@media screen and (max-width:767px){

/********** receipt **********/

.alert{
	font-size: 1.8rem;
}

.alert_note{
	font-size: 1.3rem;
	text-align: left;
	position: relative;
	padding: 0 0 0 18px;
}

.alert_note::before{
	position: absolute;
	top: 0;
	left: 0;
}

.phone_number{
	text-align: center;
	font-size: 2.8rem;
}

.phone_number span{
	font-size: 1.6rem;
	margin: 0 6px 0 0;
}


.submit_btn.to_check {
	padding: 0 20px 0 40px;
}


.mypage_link a{
	width: 80%;
	margin: 30px auto 0;
	padding: 10px;
	font-size: 1.4rem;
}

.mypage_link a:before {
	content: '';
	width: 6px;
	height: 6px;
	right: 9px;
	margin-top: -4px;
}

.mypage_link a:after {
	right: 23px;
	margin-top: -9px;
	height: 18px;
}


.fax_download{
	margin: 0 0;
}

.fax_download a{
	display: block;
	padding: 8px 36px 8px 10px;
}




}
