@charset "utf-8";
*{
	font-size: 14px;
	box-sizing:border-box;
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;
}
body,h1,h2,h3,h4,h5,p,from,ul,li{
	margin: 0;
	padding: 0;
}
body{
	background: #F8F7F6
}
li{	list-style: none }

/* リンク基本色 */
a{ color:#00AFB9;} 

h1{
	font-size: 24px;
	padding: 12px 0 15px 0;
	margin: 0;

}
h1 span{
	font-size: 12px;
	font-weight: normal;
	display: inline-block;
	padding-left: 15px
}
h3{
	font-size: 17px;
	color: #00AFB9;
	padding: 0 0 15px 0;
}
h4{
	font-size: 13px;
	margin: 0;
	padding: 0 0 5px 0;
	font-weight: normal;
}
input[type='text'],
input[type='email'],
input[type='number'],
input[type='password'],
input[type='date'],
textarea,
select{
	border: 1px solid #ccc;
	padding: 8px 10px;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 4px;
	width: 90%;
	font-size: 16px;
	margin-bottom: 15px;
	background: #FFF
}
.pc{display: none}
.sp{display:block}

/* PC */
@media screen and (min-width:688px){
input[type='text'],
input[type='email'],
input[type='number'],
input[type='password'],
input[type='date'],
textarea,
select{
		width: 100%;
	font-size: 14px
}
.pc{display: block}
.sp{display: none}
}




/* 構造
---------------------------------------------------------------------------------*/
main{
	margin: 0 auto 8% auto
}
.container,.container2{
	background: #FFF;
	border: 1px solid #ccc;
	padding: 5% 0;
	width: 90%;
	margin: 0 auto;
	position: relative
}
.container2{
	padding: 5%;
}
.row{
	overflow: hidden
}
.right{ text-align: right}
.pt10{padding-top: 10px}
.pt20{padding-top: 20px}
/* PC */
@media screen and (min-width:688px){

main{
	width: 1000px;
}
.col_1{
	float: left;
	width: 50%;
}
.col_2{
	float: right;
	width: 50%;
}
#add .col_1{
	float: left;
	width: 33%;
}
#add .col_2{
	float: right;
	width: 58%;
}
.container{
	width: 100%;
	padding: 5px 0 25px 0
}
.container2{
	width: 100%;
	padding: 75px 80px
}
}



/* メニュー
---------------------------------------------------------------------------------*/
header{
	padding:0;
	height: 80px;
	background: #FFF;
	border: 1px solid #eee;
	box-shadow: #ccc 1px 1px 2px;
	position: relative;

}
nav{
	position: absolute;
	right: 20px;
	top:35px;
	margin: 0;
	padding: 0 0 20px 0;
	overflow: hidden;

}
nav a{
	display: inline-block;
	padding:0 4px 0 0;

}
nav ul a{
	display: block;
	padding: 4px 12px;
	border: 1px solid #ccc;
	color: #333;
	text-decoration: none;
	border-radius: 2px;
	font-size: 13px;
	background: #FFF;

}
nav .btn1{
	margin-left: 10px;
	width: 80px;
}
#logo{
	width:50px;
	position: absolute;
	top:8px;
	left: 20px;
}
/* PC */
@media screen and (min-width:688px){
#logo{
	
	width: 251px;
	height: auto;
	margin-top: 10px
}
nav .btn1{
	margin-left: 20px;
	width:104px;
}

}


#logo img{
	width: 100%;
	height: auto
}
#login_info{
	width: 70%;
	position: absolute;
	top:8px;
	right: 20px;
	font-size:11px;
	text-align: right
}
#login_info a{
	font-size:11px
}
#search{
	background: #F0F0F0;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	text-align: left;
	display: none
}
#search select,
#search input[type="text"]{
	width: 80%;
	margin: 0 15px 0 0;
}
#search input[type="submit"]{
	width: 80%;
    margin: 0 auto;
    display: block
}

#search div{
	display: block;
	padding-bottom: 5px;
    padding-left: 6%
}
#search p{
	padding-top: 10px
}
/* PC */
@media screen and (min-width:688px){
#search{
	display: block;
    text-align: center
}
#search div,#search p{
	display: inline-block;
	padding: 0;
    padding-left: 0
}
#search select{
	width: 160px;
	margin: 0 15px 0 0;
}
#search input[type="text"]{
	width:160px;
	
} 
#search input{
	width:160px;
	
}
#search input[type="submit"]{
	width:180px;
    margin: 0 0 0 8px;
    display:inline-block
}

}
/* ページャー
---------------------------------------------------------------------------------*/
.pager_box{
	text-align: center;
	padding: 10px;

}
.pager_box p{
	padding:0 0 10px 0;
	text-align: center
}
.pager{
	padding: 0 25px
}
.pager li{
	display: inline-block;
	padding-right: 2px
}
.pager a{
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 0px;
	text-decoration: none;
	border: 1px solid #ccc;
	font-size: 12px;
	display: table-cell;
	vertical-align: middle;
	line-height: 1;
	color:#00AFB9;
	font-family: Arial, Helvetica, "sans-serif";
}
.prev a,.next a{
	width: 40px;
}
.pager .current a{
	color: #FFF;
	background: #00AFB9
}
.form{
	text-align: center
}
.top_tble{
	width: 90%;
	margin: 0 auto
	
}
/* PC */
@media screen and (min-width:688px){
.pager_box .col_2{
	text-align: right
}
.pager_box p{
	padding:0 0 10px 20px;
	text-align:left
}
#sort{
	width: auto;

}
.form{
	text-align: right
}
.top_tble{
	width: 100%;
}
}

/* レイアウト
---------------------------------------------------------------------------------*/
.center{ text-align: center; }

.mb10{ 	margin-bottom: 10px; }
.mb20{ 	margin-bottom: 20px; }
.mb30{ 	margin-bottom: 30px; }
.mb40{ 	margin-bottom: 40px; }

.hide{
	width: 1px;
	height: 1px;
	overflow: hidden;
	visibility: hidden
}
/* ログイン
---------------------------------------------------------------------------------*/
#login_box{
	width: 430px;
	margin: 10% auto 15px auto;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #FFF
}
#login_box p{
	color: #909090;
	font-weight: bold;
	text-align: center;
}
#login_box h1 {
	width:70%;
	margin:8% auto 5% auto;
	padding: 0;
}
#login_box h1 img{
	width: 100%;
	height: auto;
}
#login_box input{
	display: block;
	width: 75%;
	margin:0 auto 3% auto;
}
#login_box input[type='submit']{
	margin-bottom: 12%
}
#login_box .error{
	width: 75%;
	margin:0 auto;
}
@media screen and (max-width:689px){
#login_box{
	width: 90%;
	margin:20% auto 0 auto;
	margin-bottom: 15px;

}
}
/* エラーメッセージ */
.error li{
	color: red;
	padding: 20px 0;
}
.msg{
	margin-bottom: 15px;
	background: #FCEAEA;
	padding: 10px
}
.error_msg{
	display:inline-block;
	font-size: 12px;
	color: red;
	padding-left: 8px;
}
.required{
	color: red;
	font-size: 8px;
	font-weight: bold;
	display: inline-block;
	padding-left: 4px;
}
/* ボタン
---------------------------------------------------------------------------------*/
.btn1{
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	background-color:#00AFB9;
	padding: 5px 6px;
	border-radius: 4px;
	width: 120px;
	-webkit-appearance: none;
	appearance: none;
	font-weight: bold;
	border: 1px solid #00AFB9;
	text-align: center;
}
.btn1r{
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	background-color: #DB504A;
	padding: 5px 6px;
	border-radius: 4px;
	width: 120px;
	-webkit-appearance: none;
	appearance: none;
	font-weight: bold;
	border: 1px solid  #DB504A;
	text-align: center;
}
.btn2{
	display: inline-block;
	text-decoration: none;
	color: #00AFB9;
	background-color:#FFF;
	border: 1px solid #00AFB9;
	padding: 5px 6px;
	border-radius: 4px;
	width: 120px;
	-webkit-appearance: none;
	appearance: none;
	font-weight: bold;
	text-align: center;
}
.btn2r{
	display: inline-block;
	text-decoration: none;
	color: #DB504A;
	background-color:#FFF;
	border: 1px solid #DB504A;
	padding: 5px 6px;
	border-radius: 4px;
	width: 120px;
	-webkit-appearance: none;
	appearance: none;
	font-weight: bold;
	text-align: center;
}
.btn3{
	display: inline-block;
	text-decoration: none;
	color: #333;
	background-color:#FFF;
	border: 1px solid #FFF;
	padding: 5px 16px;
	border-radius: 4px;

	-webkit-appearance: none;
	appearance: none;
	font-weight: bold;
	text-align: center;
}

.btn4{
	display: inline-block;
	text-decoration: none;
	color: #666;
	background-color:#FFF;
	border: 1px solid #666;
	padding: 5px 6px;
	border-radius: 4px;
	width: 120px;
	-webkit-appearance: none;
	appearance: none;
	font-weight: bold;
	text-align: center;
}
.btn5{
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	background-color:#022B3A;
	border: 1px solid #022B3A;
	padding: 5px 16px;
	border-radius: 4px;
	
	-webkit-appearance: none;
	appearance: none;
	font-weight: bold;
	text-align: center;
}
.btn6{
	display: inline-block;
	text-decoration: none;
	color: #DB504A;
	background-color:#FFF;
	border: 1px solid #DB504A;
	padding: 5px 6px;
	border-radius: 4px;
	width: 120px;
	-webkit-appearance: none;
	appearance: none;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width:688px){
nav .btn3{
	width:80px;
	padding: 5px 0px;
	margin: 0;
	font-size: 13px
}
}
.member_list{

}
.member_list li{
	border-bottom: 1px solid #ccc;
	padding: 20px 25px;
	overflow: hidden
}
.member_col_1{
	margin: 0;
	padding: 0;

}
.member_col_1 img{
  width: 130px;
  height: 130px;
  object-fit: cover; 
}

.member_list h4{
	font-weight: bold;
	font-size: 16px;
	padding: 5px 0;
}
.comapny_name{
	display:inline-block;
	font-weight: normal;
	font-size: 13px;
	padding-left: 10px !important;
}
.member_col_1{
	float: none;
	width: 100%
}
.member_col_2{
	float: none;
	width: 100%
}
.member_col_3{
	float: none;
	width: 100%;
	text-align: center
}
.member_col_2 p{
	color: #00AFB9;
	font-weight: bold;
	padding:5px 0 15px 0
}
.member_col_2 h4 span{
	display: inline-block;
	color: #333;
	padding: 0  0 0 10px;
	font-weight: normal;
}
.member_col_2 p img{
	width: 16px;
	height: 16px;
	vertical-align: middle
}
.member_col_2 p span{
	font-weight: normal
}
.site_url a{
	color: #333;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 13px;
	text-decoration: none;
}
@media screen and (max-width:689px){

.member_col_1 {
	text-align: center
}
.member_col_1 img{
  width: 220px;
  height: 220px;
  object-fit: cover;
  margin-bottom: 15px
}
}


@media screen and (min-width:688px){
.member_col_1{
	float: left;
	width: 130px;
	margin-right: 25px
}
.member_col_2{
	float:left;
	width: 60%
}
.member_col_3{
	float: right;
	width: 20%;
	padding: 25px 0 0 0;
	border-left: 1px solid #ccc
}
.member_col_3 .btn2{
	border: none;
	margin-top: 10px
}
.member_col_3 .btn1,.member_col_3 .btn2{
	margin-bottom: 5px
}
}

.type1,.type2,.type3{
	border-radius: 10px;
	font-size: 11px;
	text-align: center;
	display: inline-block;
	padding: 1px 18px;
	font-weight: bold
}
.type1{
	color: #F49D37;
	background: #FFF5EA;
	border: 1px solid #F49D37;
}
.type2{
	color: #133C55;
	background: #E8E8E8;
	border: 1px solid #133C55;
}
.type3{
	color: #fff;
	background: #555;
	border: 1px solid #555;
}

/* プロフィール
---------------------------------------------------------------------------------*/
.profile_box{
	margin-bottom: 40px;
}
.profile_box .col_1{
	width: 230px;
	float: left;
	text-align: left;

}
.profile_box .col_2 h2{
	padding-bottom: 20px
}
.profile_box .col_2{
	width: 320px;
	float: left;
	border-right: 1px solid #E3E3E3;
	padding: 0 2% 0 2%;
	margin-top: 30px;
}
.profile_box .col_2 p,
.profile_box .col_3 p{
	margin-bottom: 15px;
}
.profile_box .col_3 p{
	padding-top: 10px;
}
.profile_box .col_2 strong,
.profile_box .col_3 strong{
	color:#727272;
	font-weight: normal
}
.profile_box .col_3{
	width: 280px;
	float: left;
	padding: 30px 0 0 2%;
	margin-top: 30px;
}
.profile_box td{

	padding: 3px;
}
@media screen and (max-width:689px){
h1{
	padding-left: 5%
}
.profile_box .col_1,
.profile_box .col_2,
.profile_box .col_3{
	width: 100%;
	float: none;
	border: none;
	padding: 0;
	margin: 0
}
.profile_box .col_1 td,
.profile_box .col_1 th,
.profile_box .col_2 td,
.profile_box .col_2 th,
.profile_box .col_3 td,
.profile_box .col_3 th{
	border-bottom: 1px solid #ccc;
	padding: 10px;
}

.profile_box .col_1 th,
.profile_box .col_2 th,
.profile_box .col_3 th{
	text-align: left;
	width: 20%;
}

}
.tbl1{
	width: 100%;
	margin-bottom: 30px;

}
.tbl1 th{
	width: 20%;
	padding: 3% 0;
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	color:  #727272
}
.tbl1 td{
	font-size: 16px;
	padding: 10px;
}
.tbl1 th,.tbl1 td{
	border-bottom: 1px solid #E3E3E3;
}
.profile_box td,.profile_box th{
	font-weight: normal;
	text-align: left;

}
.profile_box th{
	font-size: 14px;
	padding-right: 5px;
	color: #727272
}
.profile_box td{
	font-size: 16px;

}
.profile_box h2{
	font-size: 22px;
	padding-bottom: 13px;
	padding-top: 8px;
}
.profile_box h2 span{
	font-size: 15px;
	display: inline-block;	
	padding-left: 10px;
	font-weight: normal
}
#confirm main{
	margin-top: 3%;
}
.confirm_box{
	text-align: center;
    padding: 30px 0;
}
.confirm_box p{
	text-align: center;
	padding: 40px 0;
	line-height: 200%;
}
.confirm_box strong{
	display: block;
	padding: 20px 0 0px 0;
}
.date{
	text-align: right;
	color: #ADADAD;
	font-size: 12px;
	padding-bottom: 20px;
	position: absolute;
	right: 20px;
	top:20px;
}
figure{
	padding: 0;
	margin: 0;
}
figure img{
  width: 172px;
  height: 172px;
  object-fit: cover; 
}
.biko{
	font-size: 12px;
	color: #ADADAD;
	padding-bottom: 10px
}
#reregistration_box{
    width: 250px;
    margin: 0 auto 50px auto;
}
#reregistration_box h4{
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 12px;
}
@media screen and (max-width:689px){
.date{
	color: #ADADAD;
	font-size: 12px;
	position: absolute;
	right: 20px;
	top:20px;
}
figure{
	padding: 0;
	text-align: center
}
figure img{

  margin: 30px 0 0 0;
  padding:  0;
  object-fit: cover; 
}
}