@charset "utf-8";
/* CSS Document */



* {
	margin:0;
	padding:0;
	max-height:99999px;
	}


body {
	width:640px;
	}

.content {
	overflow:hidden;
	width:100%;
	padding-bottom: 80px;
}


.pc_none {
	display:none;
}


.clear {
	clear:both;
	}


.border {
	border:solid;
	border-color:#2fa954;
	width:60px;
    border-width: thin;
    margin: 10px auto 45px auto;
	}


	}
/*-------------------------------
header
-------------------------------*/
header {
	}

header {
	background-color:#e65f04;
	width:640px;
	position: fixed;
	z-index:9999;
	}
.header_menu{
    width: 600px;
    margin: 15px auto 15px;
}

.logo{
text-align:center;


}

/*-------------------------------
main
-------------------------------*/

.wrapper{

    margin-top: 78px;
	width:640px;

}



.con_box{
	width:640px;
	display:inline-block;
	border-bottom:solid #b9b8b5 2px;
}

.con_box.about_con_box,.con_box.terms_con_box,.con_box.policy_con_box{
 padding: 110px 0 20px;
 }

.con_box a{
    display: block;
    height: 75px;
    padding: 20px 0;
    box-sizing: border-box;
}

.confing_block{
	width:550px;
	margin:0 auto;

}
.confing_icon{
	float:left;
}
.confing_text{
	float:left;
	padding-left:25px;
	color:#e66004;
	font-size:26px;
	font-weight:bold;
	vertical-align:middle;

}

.logout{
	width:390px;
	margin:55px auto 60px;
	border:solid 2px #e65f04;
	text-align:center;
	padding:20px 0;
	color:#e65f04;
	font-weight:bold;
	font-size:26px;
}
.confing_text a,
.logout a{
	color:#e65f04;
	text-decoration:none;
}


.form_wrapper
{
	width:564px;
	margin:20px auto;
}
.form_text{
	font-weight:bold;
	font-size:25px;
	padding-bottom:10px;
}
.form_text_red{
	font-size:22px;
	padding-bottom:10px;
	font-style: italic;
}
.red{
	color: #ff0000;
	font-weight: bold;
	font-style: normal;
}
.form_wrapper ul{
	list-style:none;
	display:inline-block;
	margin:0 0 35px;
}

form{
	font-size:22px;
}

.form_left{
	float:left;

}
.form_right{
	float: left;
    padding-left: 36px;
}
.text_s{
	width:250px;
	border-radius:10px;
	padding-left:10px;
	box-shadow:none;
	height:80px;
	color:#b9b8b5;
	font-weight:bold;
}

.text_l{
	width:564px;
	border-radius:10px;
	box-shadow:none;
	height:80px;
	color:#b9b8b5;
	font-weight:bold;
	padding-left:10px
}

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

.radio {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 50%;
  vertical-align: middle;
  cursor: pointer;
}

.radio:hover:after, {
  border-color: #53b300;
}
.radio:after{
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 50%;
  content: '';
}

.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000000;
  content: '';
  opacity: 0;
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
}
.file_box{
	margin:40px 0 30px;
}
.file_left{
	float:left;

}
.file_right{
	float:left;
	margin-top:45px;
	margin-left:30px;
}

.photo_btn {
  color: #030000;
  border-radius:10px;
  border:1px solid #000;
  padding: 6px 25px;
  border-radius: 12px;
}
textarea{
	width:564px;
	height:200px;
	border-radius:10px;
}

.select-box01 select {
	width: 141px;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius:10px;
	border: 1px solid #999;
	background: url(/images/sp/select_arrow.png) right 50% no-repeat ;
	background: url(/images/sp/select_arrow.png) right 50% no-repeat;
	background-size: 6px, 100%;
	 background-position: 120px;

	right: 20px;
}
.submit_btn{
	margin:75px auto 55px;
	text-align: center;


}
input[type="button"],
input[type="submit"] {
	padding:20px;
	width:100%;
	background-color:rgba(255,255,255,1.00);
   color: #e65f04;
   border: 1px solid #e65f04;
   text-decoration: none;
   -webkit-appearance: none;
}
.regist{
	width:564px;
	margin:0 auto 86px;
	border-top:solid 1px #b9b8b5;
	padding:10px 0;
	color:#b9b8b5;
	font-weight:bold;
}

.regist a{
	text-decoration:none;
	color:#7a7a7a;
}

.input_ttl{
	font-weight:bold;
	font-size:22px;
	padding-bottom:30px;
}

.input_text{
	font-weight:bold;
	font-size:22px;
	margin-bottom:50px;
	color:#e65f04;
}

.btn_area{
	width:564px;
	margin:75px auto 220px;

}

.btn_l{
	width:48%;
	float:left;
}

.btn_r{
	width:48%;
	float:left;
}
.back_btn{
	width:260px;
	padding:20px 0;
	text-align:center;
	background-color:#ffffff;
   color: #e65f04;
   border: 1px solid #e65f04;
   text-decoration: none;
}

.terms_main{
	width:564px;
	margin:15px auto;
	line-height:1.6em;
}
.terms_main h3{
	display: block;
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;

}
.terms_main ol {
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 20px;
}

.policy_main {
    width: 580px;
    margin: 15px auto;
    line-height: 1.6em;
}

.policy_main h3{
	display: block;
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;

}

.policy_main ul{
	list-style:outside;
	margin-left:20px;
}

.policy_main ol {
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 20px;
}

.under_line{
	text-decoration:underline;
}

.about_main {
    width: 565px;
    margin: 15px auto;
    line-height: 1.6em;
}
/* Re:minderについて */

.fv_sp{
	padding-top: 76px;
}
.fv_sp img{
	width: 100%;
}
.about_h1{
	border-top: 1px solid #b5b4b0;
	border-bottom: 1px solid #b5b4b0;
	padding: 20px 0 60px;
	text-align: center;
	font-size: 25px;
}
.about_h3{
		border-top: 1px solid #b5b4b0;
	border-bottom: 1px solid #b5b4b0;
	padding: 20px 0 20px;
	text-align: center;
	font-size: 28px;
	margin-top: 60px;
}
.wrap_p{
	margin:5%;
	font-size: 26px;
}
.to_form_btn a{
		width: 440px;
	display: block;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
}
.to_form_btn img{
	text-align: center;
	width: 100%;
}
	.company_about th {
				width: 80px;
			}

			.company_about table {
				border-spacing: 12px;
				border-collapse: separate;
			}

			.company_about a:link,
			.company_about a:visited {
				color: #4a90e2;
				text-decoration: underline;
			}

			.company_about td {
				line-height: 1.5;
			}
.exciting{
	font-size:36px;
	border:solid 1px #b5b4b0;
	padding:30px;
	text-align:center;
}

.exciting_text{
	font-size: 26px;
    line-height: 1.5;
    margin-top: 25px;
}

.about_cont{
	padding: 20px 0;
}

.about_about{
	padding: 40px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    line-height: 1.7;
	margin-top:30px;
}

.about_01{
	background:#48bee9;
}

.about_02{
	background:#ee918e;
}

.about_03{
	background:#91c654;
}

.in_text{
	margin-top:25px;
	font-weight:bold;
}

.how_to h3{
	border-top:1px solid #b5b4b0;
	border-bottom:1px solid #b5b4b0;
	padding:20px 0;
	text-align:center;
	font-size:25px;
}

.free_ttl{
	font-size:36px;
	border:solid 1px #b5b4b0;
	padding:30px;
	text-align:center;
	margin:30px 0;
}

.how_to_flow ol  {
position: relative;
margin:0;
padding:0
}

.how_to_flow ol li  {
list-style: none;
list-style-position:outside;
margin:0;
padding-left: 1.5em;
font-size:24px;
line-height:1.4;
margin-top:15px;
text-align:left;
}

.how_to_flow ol li span {
position: absolute;
left:0px;
margin:0
}

.about_function img{
	vertical-align: bottom;
    width: 280px;
    border-left: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-top: 1px solid #999999;
}

.arrow img{
	    border-left:none;
    border-bottom:none;
    border-top:none;
}

.about_function div{
	margin-top:20px;
}

.about_function_txt,.about_function_img{
	float:left;
}

.about_function_txt{
	border:solid 1px #b5b4b0;
	width:282px;
	height:282px;
	text-align:center;
	font-size:22px;
	padding:50px 20px;
	box-sizing:border-box;
	line-height:1.7;
}

.about_function_txt02{
	border:solid 1px #b5b4b0;
	width:282px;
	height:150px;
	text-align:center;
	font-size:22px;
	padding:10px 20px;
	box-sizing:border-box;
	line-height:1.7;
    letter-spacing: -2.9px;
}

.about_function_txt02{
	margin-top:0 !important;
}

.about_function_txt h4{
	margin-bottom:20px;
	font-size:30px;
}

.about_function_txt02 h4{
	margin-bottom:00px;
	font-size:30px;
}

.arrow{
	text-align:center;
}

.branch div{
	margin:0;
}

.about_voice,.about_my_year{
	float:left;
}

.company h3:nth-child(1) {
	border-top:1px solid #b5b4b0;
	border-bottom:1px solid #b5b4b0;
	padding:20px 0;
	text-align:center;
	font-size:25px;
}

.company iframe{
	margin-top:30px;
}

.company_about h3{
	font-size:26px;
	border:none !important;
}

.company_about th,.company_about td{
	padding:10px;
}

.company_about td{
	font-size:22px;
	line-height:25px;
}

.mailmagazine{
	display:inline-block !important;
	margin-right:5px;
}


select{
width: 564px;
    border: #000 solid 1px;
    padding: 25px;
    background: none;
   }

.contact .form_wrapper {
    width: 564px;
    margin: 20px auto 150px;
}

.tab ul{
	border-bottom:1px solid #b9b8b5;
}

.tab ul li {
    width: 50%;
    float: left;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    font-weight: 900;
    color: #b9b8b5;
    position: relative;
    font-size:22px;
}

.tab ul li:after{
	content: "|";
    color: #b9b8b5;
    position: absolute;
    right: 0;
}

.tab ul li:last-child:after{
	content:"";
}

.tab ul li.active{
	color:#e66004;
}

.contact input[type="submit"]{
	background:#e65f04;
	color:#fff;
	width: 45%;
	-webkit-appearance: none;
border-radius: 0;
}

.contact input[type="reset"]{
	background:#fff;
	border:1px solid #e65f04;
	color:#e65f04;
	width: 45%;
	-webkit-appearance: none;
border-radius: 0;
padding: 20px;
}

.contact input[type="radio"]{
    width: 29px;
    height: 25px;
    display:inline-block;
   }

.wrapper.contact label {
    display: inline-block;
}

.wrapper.contact label label:hover{
	background:#fff;
	color#000;
}

.company{
	margin-top:70px;
}
