@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Raleway);
/**********************************************************
共通部分
**********************************************************/
.wh_area03 {
	background:#f8f6ef;
	text-align: center;
	padding: 40px 0;
}

.wh_area03 a:active, .wh_area03 a:focus, .wh_area03 input:active, .wh_area03 input:focus{
	outline:0;
}

.wh_area03 img {
	height:auto;
	display: block;
	/*max-width:100%;
	margin-left: auto;
	margin-right: auto;*/
}

.wh_area03 a{
	color: #fff;
	text-decoration: none;
	transition:all 0.5s ease;
}

.wh_area03 a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.wh_area03 a:hover, .wh_area03 .active{
  text-decoration: underline;
}

.form_title {
	background-image: url("https://www.mfro.net/agent/img/lp7/pc/kagi_icon.png");
	background-repeat: no-repeat;
	text-align: left;
	padding: 0 0 30px 35px;
	color: #555555;
	font-weight: bold;
}

/*
.wh_area03 input, .wh_area03 textarea, .wh_area03 select {
     -webkit-appearance: initial;
     appearance: none;
}
*/

/*フォーム*/
.form_all_area {
	max-width: 1580px;
	margin: 0 auto;
	background: #fff;
	margin-bottom: 20px;	
	padding: 40px;
}

.form_table {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 4em;
	padding:0;
	word-break: break-all;
	word-wrap: break-word;
	border-collapse: collapse;
	border-spacing: 0;
}

.form_table tbody {
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
}

.form_table th, .form_table td {
	padding: 1em;
	font-size: 14px;
	vertical-align: middle;
}


.form_table th, .form_table td {
	color: #565656;
}


.form_table th, .form_table td {
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
}

.form_table th {
	font-weight: bold;
}

.form_table th {
	background: #f4f4f4;
	text-align: left;
}

.form_table thead th {
	background: #fff;
	border-style: none;
	color: #000;
	text-align: left;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
}

.form_table thead th span {
	font-size: 16px;
}

.form_table th span {
	font-weight: bold;
	color: #fff;
	background: #ff7316;
	padding: 5px;
}

ol.no_mark{
	counter-reset:list;
	list-style-type:none;
	font: 14px/1.6 'arial narrow', sans-serif;
	padding:0;
}

ol.no_mark li{
  position:relative;
  padding: 0 0 0 25px;
  margin: 7px 0 7px 0px;
  line-height: 29px;
  border: dashed 1px transparent;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

ol.no_mark li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: -10px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  line-height:30px;
  background: #77dbdd;
  border-radius: 50%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.Form-Item-Input, .textbox_area {
	border: 1px solid #e4e4e4;
	border-radius: 6px;
	flex: 1;
	width: 100%;
	background: #f0f0f0;
	font-size: 15px;
}

.Form-Item-Input {
	padding-left: 5px;
	height: 40px;
}

.Form-Item-Input.Form-Item-Error {
	background: #ffc8c8;
	border: solid 1px #fa7b5e;
}

.textbox_area {
	padding: 5px;
	height: 150px;
}

.radio_list {
	margin-bottom: 20px;
}

input[type=radio] {
    display: none;
}

/*入力できない場合*/
/* 禁止カーソル */
input[type=submit]:disabled, input[type=text]:disabled{
	cursor:not-allowed;
}

.radio01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}

.radio01::before {
    background: #fff;
    border: 1px solid #fb5636;
    border-radius: 50%;
    content: '';
    display: block;
    height: 16px;
    left: 6px;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    width: 16px;
}

.radio01::after {
    background: #fb5636;
    border-radius: 50%;
    content: '';
    display: block;
    height: 10px;
    left: 9px;
    margin-top: -4px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 10px;
}

input[type=radio]:checked + .radio01::after {
    opacity: 1;
}

input[type="radio"],input[type="checkbox"]{
	position: relative;
	top: 2px;
}

.form_border_box {
    margin: 0 auto;
    margin-bottom: 20px;
    border: 1px solid #eaeaea;
    padding: 30px;
    background: #fff;
}

.form_gray_box {
	background: #f4f4f4;
	padding: 20px;
}

.form_border_box ul li {
	text-align: left;
	padding: 2% 0;
	color: #414141;
}

.form_border_box ul li a {
	color: #fb7216;
}

.form_border_box ul li:first-child {
	padding: 0% 0 2% 0;
}

.form_border_box ul li:last-child {
	padding: 2% 0 0 0;
}

.form_border_box ul li.border {
	border-bottom: 1px solid #e9e9e9;
}

.pagetop {
	height: 50px;
	width: 50px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	background: #fff;
	border: solid 2px #000;
	border-radius: 50%;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 2;
	cursor: pointer;
}

.pagetop__arrow {
	display: block;
	height: 10px;
	width: 10px;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	transform: translateY(20%) rotate(-45deg);
}

.block_up_bm_area03 {
	width: 80%;
	margin: 0 auto;
}

a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

/*申込ボタン*/
button {
	border: none;
	outline: none;
	box-shadow: none;
}

.btn, a.btnn, .btn-orange {
	font-weight: 700;
	line-height: 1.5;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #fff;
	position: relative;
	font-size: 1.6rem;
	display: inline-block;
	background: -webkit-gradient(45deg, #ff881a 35%, #ff589f);
	background: linear-gradient(45deg, #ff881a 35%, #ff589f);
	border-bottom: 5px solid #000;
}

.btn-blue, button {
	background: #e6473f;
}

.btn, a.btnn {
	padding: 2rem 10rem;
}

a.btnn, .btn-orange {
	font-size: 1.6rem;
}

a.btn {
	text-decoration: none;
}

a.btnn {
	padding: 2rem 0;
	display:block;
}

.btn-orange:hover {
	margin-top: 3px;
	border-bottom: 2px solid #000;
}


a.btn-blue:hover, .btn-blue:hover {
	margin-top: 3px;
	border-bottom: 2px solid #000;
	background: #b9342d;
}

a.btn-red {
  background: #d80026;
  border-bottom: 5px solid #7f0021;
}

a.btn-red:hover {
  margin-top: 3px;
  background: #d80026;
  border-bottom: 2px solid #7f0021;
}

/*buttonエラー時*/
/*
button[disabled] {
	pointer-events: none;
	background: #b9342d;
	transform:translate(3px, 3px);
	filter:brightness(1.2);
}


.btn:disabled{
    filter:brightness(0.8);
    cursor:not-allowed;
    transform:translate(-3px, -3px);
}
*/

.bottom30 {
	margin-bottom: 30px;
}

.ts12 {font-size: 12px;}

/* --------------------------------------------------------
	画面サイズ1024px以上
--------------------------------------------------------- */
@media screen and (min-width:1024px) {
.sp_only{
	display: none;
}

.wh_area03 img {
	max-width:1580px;
	margin: 0 auto;
}

/* フォーム */
.form_all_area {
	border: 1px solid #dad9d7;
	border-radius: 30px;
}

.form_all_area img.bottom {
	margin-bottom: 20px;
}

}

/* --------------------------------------------------------
	画面サイズ768pxから1024pxまで
---------------------------------------------------------*/
@media screen and (min-width:768px) and (max-width:1024px) {
.sp_only{
	display: none;
}

.wh_area03 {
	margin: 0 auto;
	padding: 20px 0px;
	max-width:1024px;
	width:100%;
	text-align: center;
}

/*フォーム*/
.form_all_area {
	margin-bottom: 80px;	
	padding: 30px;
	border: 1px solid #dad9d7;
	border-radius: 0;
}

.block_up_bm_area02 {
	width:100%;
	margin: 0 auto;
	padding: 0px 30px;
}

.form_all_area img.bottom {
	margin-bottom: 20px;
}

.form_table {
	width: 90%;
}

.form_table th, .form_table td {
	font-size: 13px;
}

.radio01 {
    padding: 5px 25px;
}

.btn, a.btn, a.btnn {
	font-size: 20px;
}

.btn, a.btn {
	padding: 1.5rem 15%;
}

}


/* --------------------------------------------------------
	画面サイズ480pxから768pxまで
---------------------------------------------------------*/
@media screen and (min-width:480px) and (max-width:768px) {
.sp_only{
	display: none;
}

/*フォーム*/
.form_all_area {
	width: 100%;
	margin-bottom: 30px;	
	padding: 20px;
	border: 1px solid #dad9d7;
	border-radius: 0;
}

.form_all_area img.bottom {
	margin-bottom: 10px;
}

/*個人情報の取り扱い*/
.block_up_bm_area03 {
	width:100%;
}

.btn, a.btn, a.btnn {
	font-size: 20px;
}

.btn, a.btn {
	padding: 1.5rem 15%;
}

}


/* --------------------------------------------------------
	画面サイズ480px以下
---------------------------------------------------------*/
@media screen and (max-width:480px) {
.pc_pad_only{
	display: none;
}

.sp_only {
	background: #fff;
}

/*フォーム*/
.form_all_area {
	margin-bottom: 0;
	width:100%;
	padding: 5%;
	border:none;
	border-radius: 0;
}

.form_all_area img.bottom {
	margin-bottom: 10px;
}

.form_all_area th.toptharea {
	padding: 5px 0 10px 8px;
}

.form_table {
	width:95%;
}

.form_table tbody {
	border: none;
}

.form_table {
	margin-bottom: 0px;
}

.form_table th {
	background: #fff;
	padding: 10px 5px 3px 8px;
}

.form_table td {
	padding: 10px 5px 0 5px;
}

.form_table th, .form_table td {
	border: none;
}

.form_table thead th {
	padding-bottom: 10px;
}

.form_table thead th span {
	font-size: 12px;
}

.form_table td {
	padding-bottom: 30px;
	
}

.form_table th, .form_table td{
	font-size: 12px;
}

.form_table thead th {
	padding: 0px 0px 10px 0px;
}

.main_table td p, .form_table td p {
	line-height: 180%;
}

input:valid{
    background: #fff;
}

.Form-Item-Input, .textbox_area {
	font-size: 12px;
}

.btn, a.btn {
	font-size: 16px;
	padding: 1.5rem 20%;
}

p.noma .btn {
	font-size: 16px;
}

/*個人情報の取り扱い*/
.block_up_bm_area03 {
	width:100%;
	padding: 0 0 5px 0;
	background:#fff;
}

.form_border_box {
	width:100%;
	padding: 10px 4% 0 4%;
	border: none;
}

.form_border_box ul.form_title, .form_border_box ul.form_title li, .form_border_box ul.form_title li:last-child{
	margin: 0 0 10px 0;
	padding: 0 5px;
	font-weight: bold;
}

.form_border_box ul.form_title li span.required {
	background: #ff7316;
	color: #fff;
	padding: 5px;
}

/* フォームスマホ対応 */
.form_title {
	background-image: none;
}

.form_table tbody tr{
	display: flex;
	flex-direction: column;
}

.form_table tbody td{
	width: 100%;
}

.form_title li img{
	display: inline;
	height: 1rem;
	width: auto;
}

.form-title-wrapper{
	display: flex;
	justify-content: center;
}
}