@charset "UTF-8";

@media print, screen and (min-width: 769px) {
#container main{
	max-width: none;
	width: 100%;
}
#container main .toptext{
	background: #fffbeb;
    padding: 10px 0 40px;
    margin: 20px auto 30px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
/*#container main .toptext:after{
	content: "";
    background: url(../images/member/icon_toptext.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 500px;
    height: 400px;
    position: absolute;
    bottom: -120px;
    right: -130px;
}*/
#container main .toptext .toptext_inner{
	margin: 0 auto;
	max-width: 680px;
	width: 90%;
	position: relative;
}
#container main .toptext .toptext_inner:before{
	content: "";
    background: url(../images/icon_free.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 120px;
    height: 130px;
    position: absolute;
    top: -35px;
    left: -10px;
}
#container main .toptext .toptext_inner h1{
	color: #347fb3;
    padding: 0 0 20px 150px;
    width: calc(100% - 150px);
}
#container main .toptext .toptext_inner h2{
	color: #347fb3;
    margin: 0 0 30px;
    padding: 10px 0 0 156px;
}
#container main .toptext .toptext_inner p{
	color: #333;
	padding: 0;
    text-align: center;
}
#container main .anchor{
	background: url(../images/member/anchor_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #eee;
    box-sizing: border-box;
    margin: 0 auto 40px;
    max-width: 1300px;
    width: 90%;
    padding: 30px 0 30px;
    animation: 3.0s anchor 0s forwards;
    position: relative;
    left: 0;
}
#container main .anchor h3{
	background: #fff;
	color: #347fb3;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
}
#container main .anchor h3 span{
	position: relative;
}
#container main .anchor h3 span:before{
	content: "";
    background: url(../images/member/icon_anchor01.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -2px;
    left: -90px;
}
#container main .anchor h3 span:after{
	content: "";
    background: url(../images/member/icon_anchor02.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 60px;
    height: 64px;
    position: absolute;
    top: -10px;
    right: -90px;
}
#container main .anchor a{
	background: #dc0000;
    border-radius: 8px;
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 20px auto 0;
    padding: 20px 0 0;
    width: 360px;
    height: 46px;
    position: relative;
    top: 0;
    transition: all ease 0.8s;
}
#container main .anchor a:hover{
	top: 5px;
}
#container main .anchor a:before{
	content: "";
    background: url(../images/member/icon_toroku_w.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 30px;
    height: 32px;
    position: absolute;
    top: 17px;
    left: 62px;
}
#container main .anchor a:after{
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 12px solid #ffffff;
    border-bottom: transparent;
    position: absolute;
    top: 26px;
    right: 80px;
}

@keyframes anchor {
  0% {
    opacity: 0;
    left: -223px;
  }
  100%{
    opacity: 1;
    left: 0;
  }
}

#container main .meritbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1300px;
	width: 90%;
}
#container main .meritbox ul{
	clear: both;
    border: 1px solid #eee;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px;
    padding: 30px;
    width: calc(49% - 60px);
}
#container main .meritbox ul .number{
	margin: 0 0 10px;
	width: 150px;
}
#container main .meritbox ul .title{
	color: #347fb3;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 16px 0 0 10px;
}
#container main .meritbox ul .text{
	font-size: 14px;
	width: 100%;
}
#container main .meritbox ul .text img{
	float: left;
	margin: 0 20px 10px 0;
	width: 42%;
}
#container .box #formtop h2{
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
}
#container .box #formtop h2:before{
	display: none;
}
#container .box #formtop h2 span{
	position: relative;
}
#container .box #formtop h2 span:after{
	content: "";
	background: url(../images/member/icon_anchor02.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 60px;
    height: 64px;
    position: absolute;
    top: -10px;
    right: -90px;
}
#container .box #formWrap h2{
	background: #fff;
	color: #347fb3;
	font-size: 22px;
	padding: 8px 0 8px 18px;
}
#container .box #formWrap h2:before{
	display: none;
}
#container .box #formWrap .formWrapinner{
	border-left: 6px solid #347fb3;
	box-sizing: border-box;
	padding: 0 0 0 20px;
}
#container .box #formWrap .formWrapinner table{
	border: none;
}
#container .box #formWrap .formWrapinner table th{
	background: #fff;
	border: none;
	color: #347fb3;
	width: 20%;
}
#container .box #formWrap .formWrapinner table td{
	background: #fff;
	border: none;
	padding: 20px 20px;
}
#container .box #formWrap .formWrapinner table td select{
	border: 1px solid #333;
    border-radius: 8px;
    padding: 10px 15px;
    width: calc(100% - 30px);
    -webkit-appearance: none;
    appearance: none;
}
#container .box #formWrap .formWrapinner table td .selectarrow_half select{
    width: calc(100% - 50px);
}
#container .box #formWrap .formWrapinner table .must{
	background: #ff6701;
}
#container .box #formWrap .formWrapinner table td .selectarrow{
	display: inline-block;
    position: relative;
    width: 80%;
}
#container .box #formWrap .formWrapinner table td .selectarrow_half{
    display: inline-block;
    position: relative;
    width: 40%;
}
#container .box #formWrap .formWrapinner table td .selectarrow:before{
	content: '';
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(135deg);
    pointer-events: none;
    padding: 0;
    position: absolute;
    top: 30%;
    right: 50px;
    width: 8px;
    height: 8px;
}
#container .box #formWrap .formWrapinner table td .selectarrow_half:before{
    right: 65px;
}
#container .box #formWrap .formWrapinner table .notes{
	font-size: 14px;
	padding: 0 0 0 10px;
}
#container .box #formWrap .formWrapinner table .notes_red{
	color: #dc0000;
	font-size: 14px;
	padding: 5px 0 0;
}
#container .box #formWrap .formWrapinner table .area label,
#container .box #formWrap .formWrapinner table .rosen label,
#container .box #formWrap .formWrapinner table .price label{
	width: 120px;
    display: inline-block;
}
#container .box #formWrap .formWrapinner table .term{
	display: inline-flex;
}
}

@media print, screen and (max-width: 768px) {
#container main{
	max-width: none;
	width: 100%;
}
#container main .toptext{
	background: #fffbeb;
    padding: 10px 0 20px;
    margin: 20px auto 30px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
/*#container main .toptext:after{
	content: "";
    background: url(../images/member/icon_toptext.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 320px;
    height: 260px;
    position: absolute;
    bottom: -120px;
    right: -130px;
}*/
#container main .toptext .toptext_inner{
	margin: 0 auto;
    width: 90%;
    position: relative;
}
#container main .toptext .toptext_inner:before{
	content: "";
    background: url(../images/icon_free.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 90px;
    height: 100px;
    position: absolute;
    top: -10px;
    left: 0px;
}
#container main .toptext .toptext_inner h1{
	color: #347fb3;
    padding: 0 0 10px 100px;
    margin: 10px 0 0;
    width: calc(100% - 100px);
}
#container main .toptext .toptext_inner h2{
	color: #347fb3;
    margin: 0 0 10px;
    padding: 10px 0 0 100px;
}
#container main .toptext .toptext_inner p{
	color: #333;
    padding: 0 0 0 10px;
    margin: 0 0 0;
}
#container main .anchor{
	background: url(../images/member/anchor_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #eee;
    box-sizing: border-box;
    margin: 0 auto 40px;
    width: 90%;
    padding: 20px 0 20px;
    animation: 3.0s anchor 0s forwards;
    position: relative;
    left: 0;
}
#container main .anchor h3{
	background: #fff;
	color: #347fb3;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
}
#container main .anchor h3 span{
	position: relative;
}
#container main .anchor h3 span:before{
	content: "";
    background: url(../images/member/icon_anchor01.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 50px;
    height: 60px;
    position: absolute;
    top: -5px;
    left: -60px;
}
#container main .anchor h3 span:after{
	content: "";
    background: url(../images/member/icon_anchor02.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 50px;
    height: 54px;
    position: absolute;
    top: -10px;
    right: -58px;
}
#container main .anchor a{
	background: #dc0000;
    border-radius: 8px;
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 20px auto 0;
    padding: 15px 0 0;
    max-width: 289px;
    width: 90%;
    height: 40px;
    position: relative;
    top: 0;
    transition: all ease 0.8s;
}
#container main .anchor a:hover{
	top: 5px;
}
#container main .anchor a:before{
	content: "";
    background: url(../images/member/icon_toroku_w.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 22px;
    height: 24px;
    position: absolute;
    top: 17px;
    left: 20px;
}
#container main .anchor a:after{
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 12px solid #ffffff;
    border-bottom: transparent;
    position: absolute;
    top: 22px;
    right: 20px;
}
@keyframes anchor {
  0% {
    opacity: 0;
    left: -223px;
  }
  100%{
    opacity: 1;
    left: 0;
  }
}
#container main .meritbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1300px;
	width: 90%;
}
#container main .meritbox ul{
	clear: both;
    border: 1px solid #eee;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px;
    padding: 20px 20px;
    width: calc(100% - 40px);
}
#container main .meritbox ul .number{
	margin: 0 0 5px;
	width: 100px;
}
#container main .meritbox ul .title{
	color: #347fb3;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4em;
    margin: 0 0 20px;
    padding: 0 0 0 10px;
    width: 100%;
}
#container main .meritbox ul .text{
	font-size: 14px;
	width: 100%;
}
#container main .meritbox ul .text img{
	float: left;
	margin: 0 20px 10px 0;
	width: 42%;
}
#container .box #formtop h2{
	font-size: 22px;
    font-weight: bold;
    text-align: left;
    padding: 15px 0 15px 15px;
}
#container .box #formtop h2:before{
	display: none;
}
#container .box #formtop h2 span{
	position: relative;
}
#container .box #formtop h2 span:after{
	content: "";
    background: url(../images/member/icon_anchor02.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 60px;
    height: 64px;
    position: absolute;
    top: -15px;
    right: -70px;
}
#container #formWrap{
	margin: 20px auto;
}
#container .box #formWrap h2{
	background: #fff;
	color: #347fb3;
	font-size: 22px;
	padding: 8px 0 8px 18px;
}
#container .box #formWrap h2:before{
	display: none;
}
#container .box #formWrap .formWrapinner{
	border-left: 6px solid #347fb3;
	box-sizing: border-box;
	padding: 0;
}
#container .box #formWrap .formWrapinner table{
	border: none;
}
#container .box #formWrap .formWrapinner table th{
	background: #fff;
	border: none;
	color: #347fb3;
}
#container .box #formWrap .formWrapinner table td{
	background: #fff;
	border: none;
	padding: 20px 20px;
}
#container .box #formWrap .formWrapinner table td select{
	border: 1px solid #333;
    border-radius: 8px;
    padding: 10px 15px;
    width: calc(100% - 30px);
    -webkit-appearance: none;
    appearance: none;
}
#container .box #formWrap .formWrapinner table td .selectarrow_half select{
    width: calc(100% - 50px);
}
#container .box #formWrap .formWrapinner table .must{
	background: #ff6701;
}
#container .box #formWrap .formWrapinner table td .selectarrow{
	display: inline-block;
    position: relative;
    width: 100%;
}
#container .box #formWrap .formWrapinner table td .selectarrow_half{
    display: inline-block;
    position: relative;
    width: 85%;
}
#container .box #formWrap .formWrapinner table td .selectarrow:before{
	content: '';
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(135deg);
    pointer-events: none;
    padding: 0;
    position: absolute;
    top: 30%;
    right: 50px;
    width: 8px;
    height: 8px;
}
#container .box #formWrap .formWrapinner table td .selectarrow_half:before{
    right: 65px;
}
#container .box #formWrap .formWrapinner table .notes{
	font-size: 14px;
	padding: 0 0 0 10px;
}
#container .box #formWrap .formWrapinner table .notes_red{
	color: #dc0000;
	font-size: 14px;
	padding: 5px 0 0;
}
#container .box #formWrap .formWrapinner table .area label,
#container .box #formWrap .formWrapinner table .rosen label,
#container .box #formWrap .formWrapinner table .price label{
	width: 120px;
    display: inline-block;
}
#container .box #formWrap .formWrapinner table .term{
	display: inline-flex;
	flex-wrap: wrap;
}
#container #formWrap .radio, .checkbox{
    width: 100%;
}
}

@media print, screen and (min-width: 769px) and (max-width: 1050px) {
/*#container main .toptext:after{
    content: "";
    background: url(../images/member/icon_toptext.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 420px;
    height: 270px;
    position: absolute;
    bottom: 50px;
    right: -170px;
}*/
}