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

div.contents{
	overflow:hidden;
	width:800px;
	margin:0 auto;
}
.left_contents{
	width:580px;
	float:left;
}
.right_contents{
	width:200px;
	float:left;
}
.box_topicpath{
	margin-bottom: 15px;
}
h2.ttl_apply{
	font-size:20px;
	margin: 0 0 5px 0;
}
/*--------------------------------------------------------------
左カラム
--------------------------------------------------------------*/
.wrap_keep_list{
	width:560px;
	margin: 0 auto;
}
.wrap_keep_list h3{
	background:#FFF0F1;
	font-size:16px;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	border-radius: 3px;
}
.No_keep{
	text-align: center;
	padding: 70px 0;
	font-size:16px;
}
.about_keeps{
	font-size:12px;
	border-bottom:1px solid #FFF0F1;
	overflow: hidden;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
.number_keeps2{
	font-size:20px;

}
.number_keeps2 span{
	color:#FA676E;
	font-size:30px;
	font-weight: bold;
	margin-right: 5px;
	}
.about_keeps button{
	background: #FA676E;
	border:1px solid #FA676E;
	color: #fff;
	width:180px;
	height:37px;
	line-height: 37px;
	border-radius: 3px;
	cursor: pointer;
	float:left;
	margin-top:15px;
}
.about_keeps button.check_off{
	background:#FFF;
	border:1px solid #FA676E;
	color: #FA676E;
}
.inner_about_keeps{
	width:370px;
	float: left;
}
.box_keep_list_shop{
	width:540px;
	margin: 0 auto 20px;
	padding: 0 0 20px 0;
	border-bottom:1px solid #FFF0F1;
}
.box_keep_list_shop li{
	border-top:5px solid #FB676E;
	border-left:1px solid #FFF0F1;
	border-right:1px solid #FFF0F1;
	border-bottom:1px solid #FFF0F1;
	padding: 10px 0 3px 10px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
  -webkit-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  -moz-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  -ms-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	background:#fff;
	position: relative;
	margin-bottom: 15px;
}
.box_keep_list_shop li.list_mens_recruit{
	border-top:5px solid #007FFF;
}
/*--------チェックボックス---------*/
.box_keep_list_shop input[type="checkbox"]{
    display: none;
}
/* チェックボックスの代わりを成すラベル */
.box_keep_list_shop input[type="checkbox"]+label{
    display: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-right: 10px;
}
.box_keep_list_shop input[type="checkbox"]+label.not_link{
	cursor: inherit;
}
/* ラベルの左に表示させる正方形のボックス□ */
.box_keep_list_shop input[type="checkbox"]+label::before{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    left: 0;
    top: 50%;
    border: 1px solid;
    border-color:  #FA676E; /* 枠の色変更 お好きな色を */
    background-color: #FA676E; /* 背景の色変更 お好きな色を */
	border-radius: 3px;
}
/* チェックが入った時のレ点 */
.box_keep_list_shop input[type="checkbox"]:checked+label::after{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 18px;
    height: 9px;
    margin-top: -7px;
    top: 50%;
    left: 3px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color:  #fff; /* チェックの色変更 お好きな色を */
}
.keep_list_shop{
	padding: 0 10px;
	width:500px;
	overflow: hidden;
}
.keep_list_shop01{
	width:80px;
	float: left;
}
.keep_list_shop02{
	width:400px;
	float: left;
	padding: 0 10px;
}
.keep_list_shop02 h4 a{
	display: block;
	font-size:20px;
	font-weight: bold;
	color:#FA676E;
	text-decoration: underline;
	width:360px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.keep_list_shop02 h4{
	display: block;
	font-size:20px;
	font-weight: bold;
	color:#FA676E;
	width:360px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.box_keep_list_shop li.list_mens_recruit .keep_list_shop02 h4 a{
	color:#007FFF;
}
.keep_list_shop02 p{
	font-size:12px;
	width:360px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	color:#FA676E;
	margin: 0 0 5px 0;
}
.keep_list_shop02 p.coution{
	overflow: auto;
	text-overflow: initial;
	white-space: initial;
}
.box_keep_list_shop li.list_mens_recruit .keep_list_shop02 p{
	color:#007FFF;
}
.keep_list_shop02 div{
	display: flex;
	overflow:hidden;
	border-right:1px solid #FFF0F1;
}
.box_keep_list_shop li.list_mens_recruit .keep_list_shop02 div{
	border-right:1px solid #D6EAFF;
}
.keep_list_shop02 dl{
	font-size:12px;
	overflow: hidden;
	min-width: 50%;
	border-top:1px solid #FFF0F1;
	border-bottom:1px solid #FFF0F1;
}
.box_keep_list_shop li.list_mens_recruit .keep_list_shop02 dl{
	border-top:1px solid #D6EAFF;
	border-bottom:1px solid #D6EAFF;
}

.keep_list_shop02 dl dt{
	width:63px;
	background:#FFF0F1;
	heigt:25px;
	line-height: 25px;
	text-align: center;
	float: left;
}
.box_keep_list_shop li.list_mens_recruit .keep_list_shop02 dl dt{
	background:#D6EAFF;
}
.keep_list_shop02 dl dd{
	background:#FFFFFF;
	width:calc(100% - 63px);
	heigt:25px;
	line-height: 25px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	float: left;
	padding: 0 5px;
}
.btn_Delete{
	font-size:10px;
	background:#fff;
	width:40px;
	border:1px solid #FB676E;
	height:20px;
	line-height: 20px;
	border-radius: 3px;
	color:#636A77;
	position: absolute;
	top:5px;
	right:5px;
}
.box_keep_list_shop li.list_mens_recruit .btn_Delete{
	border:1px solid #007FFF;
}
.btn_Delete:before{
	content: "×";
}



/*--------------------------------------------------------------
送信内容
--------------------------------------------------------------*/
.wrap_contact{
	width:560px;
	margin: 0 auto;
}
.wrap_contact h3,.wrap_contact_confirm h3{
	background:#FFF0F1;
	font-size:16px;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	border-radius: 3px;
	margin: 0 0 15px 0;
}
.wrap_contact table,.wrap_contact_confirm table{
	width:100%;
	border-collapse:  collapse;
	border-top:1px solid #FFF0F1;
	margin-bottom:20px;
}

.wrap_contact table th,.wrap_contact_confirm table th{
	background:#FFF0F1;
	width:130px;
	padding:5px 5px 5px 8px;
	font-size:15px;
	font-weight:bold;
	text-align: left;
	border-bottom:1px solid #fff;
}
.wrap_contact table th span,.wrap_contact_confirm table th span{
	font-size:12px;
	font-weight: normal;
}
.wrap_contact table th span.tbl_required,.wrap_contact_confirm table th span.tbl_required{
	display: block;
	width:33px;
	background:#EF0000;
	color: #fff;
	border-radius: 3px;
	text-align: center;
}
.wrap_contact table td,.wrap_contact_confirm table td{
	padding: 10px;
	border-bottom:1px solid #FFF0F1;
	border-right:1px solid #FFF0F1;
	font-size:12px;
}
.wrap_contact_confirm table td{
	font-size:18px;
}
.wrap_contact_confirm table td span.tbl_font12{
	font-size:12px;
	color: #636A77;
	display:inline-block;
	float: right;
	margin: 6px 20px 0 0;
	text-align: right;
}
.wrap_contact_confirm table td span.tbl_font12_2{
	font-size:12px;
	color: #636A77;
}
.wrap_contact_confirm table td span.tbl_font18{
	font-weight: bold;
	font-size:18px;
}
.wrap_contact input[type="text"]{
	width:100%;
	border:1px solid #FF0004;
	height:40px;
	border-radius: 3px;
	padding: 5px 10px;
	font-size:15px;
}

.wrap_contact table td span{
	color:#EF0000;
	font-weight:bold;
}
.wrap_contact select{
	border:1px solid #FF0004;
	height:40px;
	border-radius: 3px;
	padding: 5px 10px;
	font-size:15px;
	width:35%;
	color:#636A77;
	appearance: none; /* デフォルトのスタイルを無効 */
	background-image:url("../../../images/common/arrow_pink_bottom.png");
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 15px 9px;
}
.wrap_contact select::-ms-expand {
  display: none; /* デフォルトのスタイルを無効(IE用) */
}
/* ラジオボタン */
.radio-btns input[type=radio] {
  display: none;
}
.radio-btns label {
	position: relative;
	padding-left: 25px;
	font-size:15px;
	padding-right: 20px;

}

.radio-btns input[type=radio] + label::before {
  position: absolute;
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #0F0F0F;
  left: 0;
  top: -2px;;
}

.radio-btns input[type=radio] + label::after {
  position: absolute;
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #FA676E;
  left: 5px;
  top: 3px;
  opacity: 0;
  transition: .3s;
}

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

.wrap_contact table td.box_btn_friend{
	border-bottom:none;
	border-right:none;
	padding: 20px 0;
}
.wrap_contact table td span.btn_friend{
	display: block;
	width:440px;
	margin: 0 auto;
	border:1px solid #FA676E;
	color: #FB676E;
	height: 40px;
	line-height: 40px;
	font-size:16px;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
	background: url("../../../images/common/arrow_pink_bottom.png") no-repeat right 10px center;
	background-size:19px 11px;
}
.wrap_contact table td span.btn_close{
	background: url("../../../images/common/arrow_pink_top.png") no-repeat right 10px center;
	background-size:19px 11px;
}
.wrap_contact table td span.btn_open{
	background: url("../../../images/common/arrow_pink_bottom.png") no-repeat right 10px center;
	background-size:19px 11px;
}
.wrap_test_mail{
	background: #fff;
	display: inline-block;
}
.test_mail{
    display:none;
	color:#FA676E;
	border:1px solid #FA676E;
	height:28px;
	line-height: 28px;
	width:120px;
	text-align: center;
	cursor: pointer;
	border-radius: 3px;
}
.email_data p{
	margin-top: 5px;
}
.email_data input[type=checkbox] {
    display: none;
}
.email_data td{
	border-top:1px solid #FFF0F1;
}
.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox01::before {
    background: #fff;
    border: 1px solid #636A77;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
	border-radius:3px;
}
.checkbox01::after {
    border-right: 3px solid #FA676E;
    border-bottom: 3px solid #FA676E;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
}

/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 900; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
  position: absolute;
  top: 30%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 482px;
  background-color: #fff;
border-radius: 3px;
}

.closeModal {
	position: absolute;
	top: -75px;
	right: 0;
	cursor: pointer;
	color: #FFF;
	font-size:60px;
}

body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}
#openModal{
	display: block;
	background:#FFF0F1;
	width:100%;
	text-align: center;
	font-size:15px;
	font-weight: bold;
	height:34px;
	line-height: 34px;
	color: #0F0F0F;
	margin-top:10px;
}

/* モーダルの中身 */
.modalContents{
	padding-bottom:30px;
}
.modalContents h4{
	background:#FA676E;
	height:56px;
	line-height: 56px;
	text-align: center;
	font-size:22px;
	color:#fff;
	margin-bottom: 15px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.modalContents h4 span.mdl_yellow{
	color:#FFEC55
}
.modalContents p{
	font-size:15px;
	padding: 0 20px;
}
.modalContents input[type="text"]{
	border:1px solid #C9C9C9;
	width:440px;
	margin: 10px 20px;
}
.modalContents p span.mdl_pink{
	color:#FA676E;
}
.modalContents p:first-of-type{
	padding-bottom:10px;
	border-bottom:#FFF0F1 1px solid;
	margin: 0 10px 15px 10px;
}
/* モーダルの中身ここまで */

/* ラジオボタン */
.radio-btns02 input[type=radio] {
  display: none;
}
.wrap_contact table td.radio-btns02{
	padding:0;
}
.radio-btns02 label {
	position: relative;
	padding-left: 35px;
	font-size:15px;
	display: block;
	padding-right: 10px;
	padding-top:8px;
	padding-bottom:8px;
}

.radio-btns02 input[type=radio] + label::before {
  position: absolute;
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #0F0F0F;
  left: 10px;
  top: 15px;
}
.radio-btns03 input[type=radio] + label::before{
	top:8px;
}
.radio-btns02 input[type=radio] + label::after {
  position: absolute;
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #FA676E;
  left: 15px;
  top: 20px;
  opacity: 0;
  transition: .3s;
}
.radio-btns03 input[type=radio] + label::after{
	top:13px;
}
.radio-btns02 input[type=radio]:checked + label::after {
 opacity: 1;
}
.radio-btns02 input[type=radio]:checked + label{
	background:#FFF8C1;
}
.radio-btns02 .tbl_font13{
	font-size:13px;
	display: block;
	color:#0F0F0F;
	font-weight: normal;
}
.wrap_contact input#calendar[type="text"]{
	width:calc(100% - 30px);
	margin-bottom: 10px;
}
.wrap_contact table tr td span.tbl_font18{
	font-size:18px;
	color:#0F0F0F;
	font-weight: bold;
	width:30px;
	display: inline-block;
}
#mitei_chk{
	display: none;
}
.wrap_contact table tr td span.tbl_font15{
	font-size:15px;
	color:#0F0F0F;
	font-weight: normal;
	padding-left: 10px;
}
.wrap_contact table tr td span.tbl_font_gray{
	color:#636A77;
	font-weight: normal;
}
.checkbox02 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox02::before {
    background: #fff;
    border: 1px solid #636A77;
    content: '';
    display: block;
    height: 23px;
    left: 5px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: 23px;
	border-radius:3px;
}
.checkbox02::after {
    border-right: 5px solid #FA676E;
    border-bottom: 5px solid #FA676E;
    content: '';
    display: block;
    height: 15px;
    left: 12px;
    margin-top: -11px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input[type=checkbox]:checked + .checkbox02::after {
    opacity: 1;
}
textarea{
	width:100%;
	border:1px solid #FA676E;
	border-radius: 3px;
	padding: 10px;
}
.btn_confirm a{
	display: block;
	background:#FA676E;
	color: #fff;
	width:360px;
	margin: 0 auto;
	text-align: center;
	height:80px;
	line-height:80px;
	border-radius: 3px;
}
.box_add{
	padding-top: 20px;
}
.btn_add {
	margin:20px auto 0;
	color: #FA676E;
	font-size:16px;
	font-weight:bold;
	width:440px;
	text-align: center;
	border:1px solid #FA676E;
	height: 57px;
	display: block;
	border-radius: 3px;
	box-sizing: border-box;
	padding-top: 5px;
	position: relative;
	cursor: pointer;
}
.btn_add:before{
	content: "応募先にあなたのことをもっと伝えることができます";
	font-size:13px;
	display: block;
	position: absolute;
	bottom:5px;
	left:60px;
}
.btn_add:after{
	content:"";
	display: inline-block;
	height:19px;
	width:19px;
	background:url("../../../images/common/arrow_pink_bottom.png") no-repeat;
	background-size:19px 11px;
	position: absolute;
	top:50%;
	margin-top: -5px;
	right:10px;
}
.add_close:after{
	content:"";
	display: inline-block;
	height:19px;
	width:19px;
	background:url("../../../images/common/arrow_pink_top.png") no-repeat;
	background-size:19px 11px;
	position: absolute;
	top:50%;
	margin-top: -5px;
	right:10px;
}
.file_photo{
	display: inline-block;
	width:100px;
	border:1px solid #FA676E;
	height:30px;
	line-height: 30px;
	border-radius: 3px;
	text-align: center;
	color:#FA676E;
}
.js-upload-filename01,.js-upload-filename02{
	display:inline-block;
	margin-left: 10px;
}
/*--------------------------------------------------------------
右カラム
--------------------------------------------------------------*/
.shop_apply_history{
	padding-bottom: 20px;
}
.shop_apply_history h3{
	background:#FFF0F1;
	font-size:16px;
	height:40px;
	line-height: 40px;
	padding: 0 0 0 10px;
	border-radius: 3px;
	margin: 0 0 10px 0;
}
.shop_apply_history button{
	width:100%;
	background:#fff;
	color: #FD676E;
	border:1px solid #FD676E;
	border-radius: 3px;
	height:23px;
	line-height: 23px;
	margin: 0 0 10px 0;
	font-size:10px;
	cursor: pointer;
}
.shop_apply_history button:before{
	content:"×";
	padding-right: 5px;
}
.shop_apply_history ul{
	border:1px solid #FD676E;
	border-radius: 3px;
	padding: 0 8px;
	max-height:  500px;
	overflow-y: scroll;
}
.shop_apply_history ul li{
	border-bottom:1px solid #FFF0F1;
	padding: 8px 0;
}
.shop_apply_history ul li dl{
	font-size:10px;
	color:#636A77;
}
.shop_apply_history ul li dl dd dl dt a{
	color:#FA676E;
	font-size:12px;
	text-decoration: underline;
	display: block;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.shop_apply_history ul li dl dd dl dd{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



.recommend_shop h3{
	background:#FFF0F1;
	font-size:15px;
	height:40px;
	line-height: 40px;
	padding: 0 0 0 10px;
	border-radius: 3px;
	margin: 0 0 10px 0;

}
.recommend_shop p.text_recommend_shop{
	color:#636A77;
	font-size:10px;
	border-bottom:1px solid #FFF0F1;
	padding: 0 10px 10px 10px;
}
.recommend_shop ul li{
	padding: 10px 0;
}
.recommend_shop ul li a h4{
	color:#FA676E;
	font-size:12px;
	text-decoration: underline;
	display: block;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-weight:bold;
	text-decoration: none;
	margin: 0 0 3px 0;
}
.recommend_shop ul li a:hover h4{
	text-decoration: underline;
}
.recommend_shop ul li a dl{
	font-size:0;
}
.recommend_shop ul li a dl dt{
	display: inline-block;
	width:50px;
	vertical-align: top;
}
.recommend_shop ul li a dl dd{
	display: inline-block;
	width:150px;
	font-size:10px;
	vertical-align: top;
	padding-left: 5px;
	color: #636A77;
}
.recommend_shop ul li a:hover dd{
	color:#0F0F0F;
}
.recommend_shop ul li a dl dd .text_shop01{
	color:#0F0F0F;
	font-weight: bold;
	font-size:12px;
	line-height:1.4em;
	height:36px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.recommend_shop ul li a dl dd .text_shop02{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.recommend_shop ul li a dl dd .text_shop03{
	color:#0F0F0F;
	font-weight: bold;
	font-size:12px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.recommend_shop ul li a dl dd .pr{
	text-align: right;
}

/*--------------------------------------------------------------
応募確認ページ
--------------------------------------------------------------*/
.list_apply_shop{
	border:1px solid #FA676E;
	border-radius:3px;
	margin-bottom: 15px;
}
.list_apply_shop h3{
	background:#FFF0F1;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-size:18px;
	height:35px;
	line-height: 35px;
	padding: 0 0 0 10px;
}
.list_apply_shop ul{
	padding: 10px;
}
.list_apply_shop ul li{
	border-bottom: 1px solid #FFF0F1;
	padding: 10px 0;
}
.list_apply_shop ul li dl{
	font-size:0;
}
.list_apply_shop ul li dl dt{
	font-size:15px;
	font-weight:bold;
	width:600px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	display: inline-block;
	vertical-align: middle;
}
.list_apply_shop ul li dl dd{
	color:#636A77;
	font-size:10px;
	width:calc(100% - 600px);
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
}
.box_confirm{
	text-align: center;
	padding: 20px 0 0 0;
}
.box_confirm h4{
	color:#EF0000;
	font-weight: bold;
	font-size:20px;
	margin-bottom: 15px;
}
.box_confirm p.text_archive_chk{
	color:#636A77;
	font-size: 13px;
	margin-bottom: 30px;

}
.archive_chk{
	font-size:18px;
}

/*--------チェックボックス---------*/
.box_confirm input[type="checkbox"]{
    display: none;
}
/* チェックボックスの代わりを成すラベル */
.box_confirm input[type="checkbox"]+label{
    display: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-right: 10px;
}
/* ラベルの左に表示させる正方形のボックス□ */
.box_confirm  input[type="checkbox"]+label::before{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    left: 0;
    top: 50%;
    border: 1px solid;
    border-color:  #FA676E; /* 枠の色変更 お好きな色を */
    background-color: #FA676E; /* 背景の色変更 お好きな色を */
	border-radius: 3px;
	margin-left:-10px;
}
/* チェックが入った時のレ点 */
.box_confirm input[type="checkbox"]:checked+label::after{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 18px;
    height: 9px;
    margin-top: -7px;
    top: 50%;
    left: 3px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color:  #fff; /* チェックの色変更 お好きな色を */
	margin-left:-10px;
}
.btn_m_s{
	overflow: hidden;
	margin: 30px auto 100px;
	width:554px;
}
.btn_modify a{
	display:block;
	width:206px;
	border:1px solid #FA676E;
	height:80px;
	line-height: 80px;
	border-radius: 3px;
	font-size:20px;
	font-weight: bold;
	color:#FA676E;
	box-sizing: border-box;
	float: left;
	margin-right: 10px;
}
.btn_submit a{
	display:block;
	width:338px;
	background:#FA676E;
	height:80px;
	line-height: 80px;
	border-radius: 3px;
	font-size:20px;
	font-weight: bold;
	color:#FFF;
	float: left;
}

/*--------------------------------------------------------------
送信完了ページ
--------------------------------------------------------------*/
.box_finsish h3{
	background:#FFF0F1;
	border-radius: 3px;
	font-size:18px;
	height:35px;
	line-height: 35px;
	padding: 0 0 0 10px;
	margin: 0 0 50px 0;
}

.text_finish{
	text-align: center;
	font-size:20px;
	padding:0 0 30px 0;
	border-bottom:1px solid #FFF0F1;
	margin: 0 0 30px 0;
}
.box_finsish dl dt{
	color:#FA676E;
	font-size:28px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 15px 0;

}
.box_finsish dl dd{
	font-size:20px;
	text-align: center;
}
.box_finsish .btn_top a{
	display:block;
	font-size:20px;
	font-weight: bold;
	text-align: center;
	color: #FA676E;
	width:560px;
	height:80px;
	line-height: 80px;
	border:1px solid #FA676E;
	border-radius: 3px;
	margin: 150px auto 50px;
}
.box_finsish .btn_top a:hover{
	background:#FA676E;
	color: #fff;
}
.header-right{
	width:30px;
}

.is_error {
	border: 1px solid #EF0000;
	background: #FDF4F4;
}

#pic_del_btn,
#friend_pic_del_btn{
	display: inline-block;
	width: 100px;
	border: 1px solid #FA676E;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	text-align: center;
	color: #FA676E;
	background-color: #ffffff;
	font-size: 12px;
}

.search_image {
	width: 800px;
	margin: 0 auto;
	padding-top: 50px;
	text-align: center;
}