@charset "utf-8";

.contents.foster{
  width: 960px;
  font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic','Osaka';
  margin: 0 auto;
}


/*##################### トップフロー #####################*/

#flowArea{
  background: #fff;
  border: 1px solid #ccc;
  overflow: hidden;
  width: 100%;
}
 
#flowArea li{
  float: left;
  width: 25%;
  text-align: center;
}
 
#flowArea p{
  padding: .7em 1em .7em 2em;
  float: left;
  text-decoration: none;
  position: relative;
  background-color: #fff;
  width: 80%;
}

#flowArea li:first-child p{
  padding-left: 1em;
}

#flowArea p::after,
#flowArea p::before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid;
  right: -15px;
}
 
#flowArea p::after{
  z-index: 2;
  border-left-color: #fff;
}
 
#flowArea p::before{
  border-left-color: #ccc;
  right: -15px;
  z-index: 1;
}

#flowArea .arrowNone::after,
#flowArea .arrowNone::before{
  content: normal;
}

#flowArea p{
  font-size: 16px;
}

#flowArea span{
  border: 1px solid #9ac7bf;
  border-radius: 3px;
  padding: 1px 5px;
  background: #9ac7bf;
  font-size: 12px;
  margin-right: 10px;
  color: #fff;
}

/*----- フロー01 -----*/

.flow01 li{
  background: #0a725f!important;
}

.flow01 li.box01 p{
  background: #0a725f!important;
  color: #fff;
}

#flowArea.flow01 li.box01 p::before{
  right: -31px !important;
}

#flowArea.flow01 li.box01 p::after{
  right: -31px !important;
  border-left-color: #0a725f;
}

.flow01 li.box01 p::after{
  border-left-color: #0a725f!important;
}

#flowArea.flow01 li.box01 span{
  border: 1px solid #fff;
  background: transparent;
}

/*----- フロー02～04 -----*/
.flow02 li.box02 p,
.flow03 li.box03 p,
.flow04 li.box04 p{
  background: #0a725f!important;
  color: #fff;
}

#flowArea.flow02 li.box01 p::before{
  right: -31px !important;
}

#flowArea.flow02 li.box01 p::after{
  right: -31px !important;
}

.flow02 li.box02 p::after,
.flow03 li.box03 p::after{
  border-left-color: #0a725f!important;
}

#flowArea.flow02 li.box02 span,
#flowArea.flow03 li.box03 span,
#flowArea.flow04 li.box04 span{
  border: 1px solid #fff;
  background: transparent;
}


/* コピー説明 */
.copyDesc {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 16px;
}

/*##################### 登録前注意事項 #####################*/
.kittenAttention{
  font-size: 15px;
}


.kittenAttention>div{
  background: #fff;
  border: 1px solid #ccc;
  margin: 10px 0;
}

.kittenAttention .txtWrap{
  padding: 10px 15px;
}

.kittenAttention h3 .fa{
  font-size: 17px;
}

h3.firstChild{
  background: #0a725f;
  color: #fff;
  padding: 5px 10px;
  font-size: 15px;
}

.fosterInfo h3,
.fosterBan h3{
  background: #286bcc;
  color: #fff;
  padding: 5px 10px;
  font-size: 18px;
}

.fosterBan h3{
  background: #b22222;
}

.kittenAttention h4{
  font-size: 17px;
  font-weight: bold;
  color: #333;
  margin-bottom: .5em;
}

.kittenAttention h4:before{
  font-family: FontAwesome;
  content: "\f046";
  margin-right: 8px;
  font-size: 25px;
  vertical-align: middle;
  color: #286bcc;
}

.kittenAttention .fosterBan h4:before{
  color: #b22222;
}

.kittenAttention ul,
.kittenAttention p{
  margin-bottom: 1em;
}

.kittenAttention ul{
  padding-left: 40px;
  list-style-type: disc;
}

.kittenAttention .txtWrap p{
  padding-left: 20px;
}

.kittenAttention .txtWrap .txtArea:not(:last-child){
  margin-bottom: 25px;
}
.inputBtn button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
.inputBtn a,
.inputBtn button{
  display: inline-block;
  padding: 7px 25px;
  background: #ed4580;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 15px;
}

.inputBtn a:hover,
.inputBtn button:hover{
  opacity: 0.7;
}

/*##################### 登録画面 #####################*/
.registFormSection{
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

.registFormSection h3{
  background: #570000;
  padding: 5px 10px;
  color: #fff;
  font-size: 17px;
}
.registFormSection.imgarea h3{
  background:#0a725f;
}

.registFormSection .inputArea{
  padding: 20px;
}

.registFormSection .inputArea .img-notine-1{
  font-size: 16px;
  font-weight: bold;
  color: #666;
  text-align:right;
  margin-bottom: 0;
}
.registFormSection .inputArea .img-notine-1 .type-str{
  color: #c30000;
  margin: 0 5px;
}

.registFormSection .inputArea .img-notine-2{
  font-size: 15px;
  font-weight: bold;
  color: #666;
  text-align:right;
  margin-bottom: 0;
}
.registFormSection .inputArea .img-notine-2 .size-str{
  color: #000;
  margin: 0 5px;
}


.registFormSection.imgarea .inputArea{
  padding: 10px;
}

.mark-option{
  background-color: #6699cc;
}

/*画像登録*/
.righttext{
  font-size: 16px;
  font-weight: bold;
}

.registFormSection table{
  width: 100%;
}

.registFormSection .pictbox{
  margin: 10px 0 0 0;
}
.registFormSection .pictbox td{
  width:154px;
  padding:0 10px 0px 0;
  background-color:transparent!important;
  border:none;
  vertical-align: top;
}

.registFormSection .pictbox td:last-child{
  padding:0 0 10px 0;
}

.registFormSection .pictbox td .bgf p{
  margin:0 10px 5px;
}
.registFormSection .pictbox td p{
  margin:0;
}
.registFormSection .pictbox td .pict-area{
  padding:10px 0;
}
.registFormSection .pictbox td .uploadDefaultImg{
  width: 130px;
  height:97.5px;
  border: 1px solid #ccc;
}
.registFormSection .pictbox .bgf{
  padding:5px;
}
.registFormSection .pictbox .tmp_image_area{
  margin:0 auto 10px;
  border: 2px solid #25725f;
  border-radius: 5px;
  width: 130px;
  height:97.5px;
  overflow: hidden;
  position: relative;
}
.registFormSection .pictbox .tmp_image_area img {
  height:97.5px;
  position: absolute;
}
.registFormSection .form_parts{
  position: relative;
  width: 146px;
  text-align: center;
}
.registFormSection .form_parts input[type=file]{
  opacity: 0;
  position: absolute;
  top: 118px;
  left: 0;
  width: 100px;
  height: 21px;
  cursor: pointer;
}
.registFormSection .static{
  font-size: 16px;
}
.registFormSection .form_parts img.selectpicture{
  width:86px;
  height:21px;
  margin-top: 10px;
  display:block;
  padding-left: 7px;
}

.registFormSection .form_parts img.selectpicture:hover{
  cursor: pointer;
}

.registFormSection .form_parts .file_delete_button {
  cursor: pointer;
}

.registFormSection .inputArea input[type='text'],
.registFormSection .inputArea input[type='tel'],
.registFormSection .inputArea input[type='email']{
  font-size:16px;
  padding: 0 10px;
  height: 30px;
}
.registFormSection .inputArea select{
  color: #333;
  font-size:16px;
  height: 30px;
  padding: 0 10px;
}
.registFormSection .inputArea textarea{
  font-size:16px;
  padding: 10px;
}

.registFormSection .inputArea p{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.registFormSection .inputArea .q_txt{
	text-indent:-40px;
	padding-left: 40px;
}
.registFormSection .inputArea .q_txt .note_txt{
	font-weight: normal;
	font-size: 14px;
}

.registFormSection .inputArea.inputBox textarea{
  width: 912px;
}

.inputArea>div>div{
  margin-right: 60px;
}

.registFormSection .inputArea .breed_note{
  font-weight: bold;
  font-size: 13px;
  color :#c30000;
  margin: 10px 0 0 15px;
}

.locationByPrefList .locationTitle {
  font-weight: bold;
  display: inline-block;
  padding: 4px 10px;
  margin: 0 0 -15px 15px;
  background: #fff;
  color: #25725f; 
}
.locationByPrefList.err-textbox .locationTitle{
  background: #fef1f0;
}

.locationByPrefList .locationBody {
  margin: 0 0 8px;
  padding: 0 0 0 2px;
  background: #fcfcfc;
  border: 2px solid #e5e5e5;
}

.registFormSection ul {
  margin-left: 20px;
  list-style-type: disc;
  font-size: 15px;
}

.locationByPrefList .locationItem{
  display: inline-block;
  margin: 8px 5px 6px 0;
  font-weight: bold;
}
.locationByPrefList .locationItem label{
  margin-right: 10px;
}

#cat_pattern_str{
  background: #fff;
  border: 1px solid #666;
  padding: 3px 10px;
  margin-right: 5px;
  font-size: 16px;
}

.inputBtn.resistBtn a,
.inputBtn.resistBtn button{
  width: 25%;
}

.inputBtn.resistBtn a.cancel{
  background: #666666;
}

.inputBtn.resistBtn .next{
  background: #ff8410;
}

.patternBtn img {
  width: 100px;
  height: auto;
}

.patternBtn img:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.inputArea .caseBreed {
  display: none;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0;
}

.registFormSection .inputArea .cost_note{
  font-size: 14px;
  color :#c30000;
  margin-top: 5px;
}

.registFormSection .inputArea .general_cost_note{
  font-weight: normal;
  font-size: 15px;
}

.caseProtection .caseProtectionBox{
  float:left;
  margin-right:40px;
  margin-bottom:10px;
}

.caseProtection .caseProtectionBox input{
  width: 150px;
}


/*##################### 内容の確認 #####################*/
.confirmFormSection{
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px 15px;
}

.confirmFormSection h3{
  font-size: 18px;
  padding: 0px 10px 5px 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #25725f;
  font-weight: bold;
  color: #25725f;
}

.confirmFormSection p{
  margin-bottom: 5px;
  padding: 5px 0 0 0;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.confirmFormSection{
  margin-bottom: 20px;
  font-size: 14px;
}

.foster-confirm-div{
  padding: 0 10px;
}

.foster-confirm-div div{
  margin-bottom: 15px;
  font-size: 17px;
}

.foster-confirm-div div:last-child{
  margin-bottom: 10px;
}

.foster-confirm-div .long-text{
  font-size: 15px;
}

.confirmFormSection table{
  width: 100%;
}

.confirmFormSection .pictbox{
  margin: 10px 0 0 0;
}
.confirmFormSection .pictbox td{
  width:154px;
  padding:0 10px 10px 0;
  background-color:transparent!important;
  border:none;
  vertical-align: top;
}

.confirmFormSection .pictbox td:last-child{
  padding:0 0 10px 0;
}

.confirmFormSection .pictbox td p{
  margin:0 0 10px;
}
.confirmFormSection .pictbox td .bgf p{
  margin: 0 0 5px;
}
.confirmFormSection .pictbox td .uploadDefaultImg{
  width: 130px;
  height:130px;
  border: 1px solid #ccc;
}
.confirmFormSection .pictbox .bgf{
  padding:5px;
}
.confirmFormSection .pictbox .tmp_image_area{
  margin:0 auto 10px;
  border: 2px solid #25725f;
  border-radius: 5px;
  width: 130px;
  height:97.5px;
  overflow: hidden;
  position: relative;
}
.confirmFormSection .pictbox .tmp_image_area img {
  position: absolute;
  height:97.5px;
}
.confirmFormSection .form_parts{
  position: relative;
  width: 146px;
  text-align: center;
}
.confirmFormSection .form_parts input[type=file]{
  opacity: 0;
  position: absolute;
  top: 142px;
  left: 0;
  width: 100px;
  height: 21px;
  cursor: pointer;
}

.confirmFormSection .form_parts img.selectpicture{
  width:86px;
  height:21px;
  margin-top: 10px;
  display:block;
  padding-left: 7px;
}

.confirmFormSection .form_parts img.selectpicture:hover{
  cursor: pointer;
}

.confirmFormSection .form_parts .file_delete_button {
  cursor: pointer;
}

.confirmFormSection .inputArea p{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.confirmFormSection .inputArea.inputBox input,
.confirmFormSection .inputArea.inputBox textarea{
  margin-bottom: 20px;
}

.confirmFormSection .inputArea.inputBox textarea{
  width: 912px;
}

/*##################### 登録完了 #####################*/
#fosterRegisterComplete .attention{
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
}

#fosterRegisterComplete .complete-text-body{
  background: #fffff9;
  border: 2px solid #653626;
  border-radius: 5px;
  display: inline-block;
  line-height: 1.6;
  margin: 30px auto 0;
  max-width: 80%;
  padding: 10px 15px;
  text-align: left;
}
#fosterRegisterComplete .body_list-left{
  color: #333;
  font-size: 16px;
}

#fosterRegisterComplete .moveToDetail {
  text-align: center;
  margin-top: 50px;
}
#fosterRegisterComplete .moveToDetail a.backBtn{
  border: 1px solid #666;
  border-radius: 5px;
  background: #666;
  color: #fff !important;
  display: inline-block;
  font-size: 20px;
  line-height: 1.3;
  padding: 16px 15px;
  width: 500px;
}
.btnInputPdf:hover, .backBtn:hover{
  opacity: 0.7;
}

#copyCreate{
  float: right;
  margin-bottom: 10px;
  text-align: right;
}
#copyCreate a.btn_m{
  border-color: #0a725f !important;
  background: #0a725f !important;
  color: #fff !important;
  font-size: 20px;
  max-width: none;
  width: 300px;
}
/*##################### 応募・通報・報告 #####################*/

.inputArea>div{
  margin-bottom: 20px;
}
.inputArea .caseProtection{
  margin-bottom:0;
}
.registFormSection p{
  font-size: 15px;
}

.applicationArea .note{
  margin-top: 5px;
  font-weight: bold;
  color: #cc0000;
}

.whiteBoxArea .textAreaBox{
  margin: 0 auto 20px;
  font-size: 14px;
}

.whiteBoxArea .textAreaBox .title{
  font-size: 16px;
  padding: 5px 0 0 0;
  font-weight: bold;
  color: #333;
}

.whiteBoxArea .textAreaBox .decide_type_select{
  font-size: 16px;
}

/* ステータス変更 */
#fosterStatusFound_applyList,
#fosterStatusFound_recentApplyList{
  padding: 10px;
  display: none;
}

#fosterStatusFound_applyList #user_name_area,
#fosterStatusFound_recentApplyList .name,
#fosterStatusFound_applyList #user_name_area
#fosterStatusFound_recentApplyList .name{
  font-size: 15px;
}

#fosterStatusFound_applyList .user-row,
#fosterStatusFound_recentApplyList .user-row{
  border-bottom: 1px dotted #ccc;
  margin-bottom: 15px;
}

#fosterStatusFound_applyList h3,
#fosterStatusFound_recentApplyList h3{
  border-bottom:1px solid #de6c6c;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 15px;
}

#fosterStatusFound_applyList a.ketteiUser,
#fosterStatusFound_recentApplyList a.ketteiUser{
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  color: #1067b7;
}
#fosterStatusFound_applyList a.ketteiUser:hover,
#fosterStatusFound_recentApplyList a.ketteiUser:hover{color: #ff8410}

.agreement_items{
  font-size:16px;
  padding: 10px 20px;
  line-height:160%;
  margin-bottom:20px;
}

.agree_check{
  text-align:center;
}
.agree_check label{
  font-size: 20px;
  font-weight: bold;
  color: #333;
}


/*20200908矢野追記*/
.register_input_wrap{
	padding-right:15px;
	padding-left:5px;
	font-size:16px;
}
/*応募フォームの説明*/
.page-description {
  font-size: 14px;
}
.page-description .publish {
  font-size: 16px;
  color: #e84580;
  font-weight: bold;
}
.page-description .publish span{
  font-weight: normal;
  font-size: 14px;
}
.page-description .publish_notice {
  margin-left: 15px;
}
/*イラスト挿入*/
.apply-desc-block{
	display: flex;
	justify-content: space-between;
}
.apply-desc-block .page-description{
	width: calc(100% - 125px);
}
.apply-desc-block .img-area{
	width: 100px;
}
.apply-desc-block .img-area img{
	width: 100%;
}

/*保険会社のロゴ*/
.insurance_logo{
	display: flex;
}
.insurance_logo div{
	margin-right: 10px;
}