@charset "utf-8";

/*######################### 里親募集の使い方 #########################*/
.fosterFlowMain .fa{
  margin-right: 5px
}

.fosterFlowMain {
  width: 960px;
  font-size: 15px;
}

.flowDescription{
  padding: 20px 15px;
}

.flowDescription .linkArea ul{
  margin-top: 15px;
}

.flowDescription img{
  width: 250px;
  margin: 10px 2px;
}

.fosterFlowMain .blockItem h3{
  background: #118d76;
  font-size: 20px;
  padding: 5px 15px;
  color: #fff;
  border-bottom: 1px solid #ccc;
}

.applicant .fosterFlowMain .blockItem h3{
  background: #e679a0;
}

.fosterFlowMain h3 .head_num{
  margin-right: 5px;
  font-size: 20px;
  vertical-align: middle;
}

.fosterFlowMain .blockItem h4{
  color: #0e715f;
  font-size: 20px;
  font-weight: bold;
}

.applicant .fosterFlowMain .blockItem h4{
  color: #d84f80;
}

.fosterFlowMain .blockItem {
  background-color: #fff;
  border: 2px solid #118d76;
  border-radius: 5px;
}

.applicant .fosterFlowMain .blockItem{
  border: 2px solid #e679a0;
}

/*******************
 説明ページ下部リンクエリア
*******************/

.fosterFlowMain .linkBlockItem{
  background: #fff;
  border: 1px solid #ccc;
  padding: 15px 15px 10px 15px;
}
.fosterFlowMain .linkBlockItem h3{
  font-size: 20px;
  font-weight: bold;
  padding: 5px 15px 0 15px;
  color: #0e715f;
  border-bottom: 2px solid #118d76;
}
.applicant .fosterFlowMain .linkBlockItem h3{
  color: #d84f80;
  border-bottom: 2px solid #e679a0;
}

.fosterFlowMain .linkBlockItem h3:before{
  font-weight: normal;
  margin-right: 5px;
  content: "\f1b0";
  font-family: FontAwesome;
}

/*******************
 里親募集ご利用の流れ導入ページ
*******************/
.flowTxtArea{
  padding: 15px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.flowBranchPoint{
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 30px 46px;
  margin: 20px 0;
}
.flowBranchPoint .flowBox{
  width: 46%;
  border: 1px solid #ccc;
}
.flowBranchPoint .flowBox img{
  width: 100%;
  vertical-align: bottom;
}

/*******************
 ネコジルシについて
*******************/
.relatedLinks .fa{
  margin-right: 5px;
  color: #0a725f;
}
.relatedLinks a{
  color: #0f67b7;
}
.relatedLinks a:hover{
  color: #ff6c00;
}

.relatedLinks{
  margin: 0 auto;
  font-size: 16px;
  margin-top: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.relatedLinks h3{
  margin: 10px;
  border-bottom: 2px solid #0a725f;
  padding-left: 5px;
  color: #333;
}

.relatedLinks ul{
  margin: 10px 20px;
  font-size: 0.9rem;
}

.relatedLinks li{
  display: inline-block;
  margin-right: 14px;
}

.fosterFlowMain .relatedLinks>div{
  width: 50%;
}

.fosterFlowMain .subhead {
  color: #69230f;
  font-weight: bold;
}

.fosterFlowMain .relatedLinks dt{
  margin-bottom: 10px;
}

.fosterFlowMain .relatedLinks dd{
  margin: 0 1.5rem;
}

.fosterFlowMain .relatedLinks dd li{
  padding-left: 15px;
  line-height: 1.8;
  color: #333;
  position: relative;
}

.fosterFlowMain .relatedLinks dd li:before {
  background: #555;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  left: 0;
  position: absolute;
  top: 9px;
}

.fosterFlowMain .flow-bnr img {
  width: 300px;
  height: auto;
}

.fosterFlowMain .txt_area{
  font-size: 15px;
}

/*******************
 ご利用の流れ(里親募集をのせる)
*******************/
.fosterFlowMain.flowDetail h2 {
  width: auto;
  background: none;
  border-top: none;
  border-bottom: none;
  padding: 0;
  margin: 0 0 20px 0;
  border-left: none;
  font-weight: bold;
  box-shadow: none;
  position: relative;
}

.fosterFlowMain.flowDetail h2 img.txt_img{
  position: absolute;
  top: 0px;
  left: 38px;
}

.fosterFlowMain .flowBox.img_left img,
.fosterFlowMain .flowBox.img_right .flowTxt{
  float: left;
}
.fosterFlowMain .flowBox.img_right img,
.fosterFlowMain .flowBox.img_left .flowTxt{
  float: right;
}


.fosterFlowMain .flowBox .flowTxt {
  width: calc(100% - 270px);
  line-height: 1.7;
}

.fosterFlowMain .flowBox .flowTxt .memoArea {
  background: #eee;
  border-radius: 5px;
  padding: 15px;
  font-size: 13px;
  margin-top: 15px;
  color: #666;
}

.fosterFlowMain .flowBox .flowTxt .memoArea .memoHead {
  padding-bottom: 7px;
  border-bottom: 1px dotted #333;
  color: #ca0000;
}

.fosterFlowMain .flowBox .flowTxt .memoArea .menobody {
  padding-top: 7px;
}

.fosterFlowMain .flowBox .flowTxt a:link,
.fosterFlowMain .flowBox .flowTxt a:visited {
  color: #0f67b7;
}
.fosterFlowMain .flowBox .flowTxt a:hover,
.fosterFlowMain .flowBox .flowTxt a:active {
  color: #c40000;
}


/*******************
 ご利用の流れ(里親募集をのせる)
*******************/
.fosterFlowMain .menuboxItem{
  width: 32%;
  float: left;
  margin: 0% 2% 0 0%;
}

.fosterFlowMain .menuboxItem:nth-child(3n){
  margin: 0%;
}

.fosterFlowMain .menuboxItem a{
  display: inline-block;
  width: 100%;
  height: 320px;
  background: #fff;
  border: 1px solid #dcdad5;
  text-decoration:none;
  border-radius: 5px;
}

.fosterFlowMain .menuboxItem a:hover{
  opacity:0.7;
}

.fosterFlowMain .menuContentArea p.menuTitle{
  text-align: center;
  margin: 20px 0 0 0;
  font-weight: bold;
}

.fosterFlowMain .menuContentArea p.menuTxt{
  font-size: 14px;
  margin: 10px;
  color: #666;
}

.fosterFlowMain .menuImg{
  margin: 20px auto;
  width: 160px;
  height: 160px;
}

.fosterFlowMain .menuImg img{
  width: 100%;
  height: auto;
  border-radius: 8px;
}


/*######################### よくある質問 #########################*/
/*--TOP質問ボタン--*/
#ruleHeadBlock li{
  font-size: 15px;
  background: #0e8a74;
  display: inline-block;
  border: 2px solid #458f76;
  border-radius: 5px;
}

#ruleHeadBlock .collectArea li{
  border: 2px solid #e679a0;
  background: #ef85ab;
}
#ruleHeadBlock .commonArea li{
  border: 2px solid #469cca;
  background: #499fce;
}

#ruleHeadBlock li a{
  color: #fff;
  padding: 10px;
  position: relative;
  display: inline-block;
}

#ruleHeadBlock li:hover{
  background: #8ac3b0;
  transition: 0.3s;
}

#ruleHeadBlock .collectArea li:hover{
  background: #f1c2d2;
}
#ruleHeadBlock .commonArea li:hover{
  background: #a0d2ec;
}

/*--見出し関係--*/
#ruleBlock h3{
  font-size: 20px;
  color: #fff;
  background: #02735f;
  padding: 5px 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#collectBlock h3{
  background: #e679a0;
}

#commonBlock h3{
  background: #1b7db1;
}

#ruleBlock h4{
  font-size: 20px;
  color: #666;
  border-bottom: 3px solid #8ac3b0;
  margin: 20px 10px;
}

#collectBlock h4{
  border-bottom: 3px solid #f1b2c9;
}

#commonBlock h4{
  border-bottom: 3px solid #6cb5dc;
}

#ruleBlock h4 span{
  bottom: -3px;
  left: 0;
  z-index: 2;
  content: "";
  padding: 0 10px 2px 10px;
  border-bottom: 3px solid #02735f;
  height: 4px;
  width: 10%;
}

#collectBlock h4 span{
  border-bottom: 3px solid #de5d8b;
}

#commonBlock h4 span{
  border-bottom: 3px solid #1b7db1;
}

/*--ブロックごと--*/
#ruleBlock>div{
  background: #fff;
  margin-top: 30px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding-bottom: 20px;
}

/*
#ruleBlock>div#collectBlock{
  border: 2px solid #e679a0;
}

#ruleBlock>div#commonBlock{
  border: 2px solid #1b7db1;
}
*/

/*--本文--*/
.questionTitle.faqOpen,
#ruleBlock dt{
  position: relative;
}

#ruleBlock dl{
  padding: 0 10px 0 10px;
}

#ruleBlock dt.faqOpen:after{
  position: absolute;
  right: 10px;
  content: "\f106";
  font-family: FontAwesome;
  font-size: 25px;
}

#ruleBlock dt:after{
  position: absolute;
  top: 5px;
  right: 10px;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 25px;
}

#ruleBlock dt.questionTitle:before{
  content: "Q";
  border-radius: 50%;
  font-size: 18px;
  padding-left: 0.4em;
  padding-right: 0.45em;
  padding-bottom: 0.1em;
  margin-right: 10px;
  color: #fff;
  background: #148e78;
  position: absolute;
  top: 10px;
  left: 10px;
}

#collectBlock dt.questionTitle:before{
  background: #ef7ca5;
}

#commonBlock dt.questionTitle:before{
  background: #1b7db1;
}

#ruleBlock dt{
  background-color: #f1f1f1;
  font-size: 18px;
  color: #02735f;
  margin: 10px 0 0 0;
  padding: 10px 10px 10px 50px;
  border-radius: 5px;
}

#ruleBlock #collectBlock dt{
  color: #de5d8b;
}

#ruleBlock #commonBlock dt{
  color: #1b7db1;
}

#ruleBlock dt:hover{
  background-color: #e8f5e7;
  transition: 0.3s;
  cursor: pointer;
}

#subscribeBlock dt.questionTitle.faqOpen{
  background-color: #e8f5e7;
}

#collectBlock dt.questionTitle.faqOpen{
  background-color: #fff0f5;
}

#commonBlock dt.questionTitle.faqOpen{
  background-color: #ebf4f9;
}

#ruleBlock #collectBlock dt:hover{
  background-color: #fff0f5;
}

#ruleBlock #commonBlock dt:hover{
  background-color: #ebf4f9;
}

#ruleBlock dd{
  margin: 0;
  font-size: 15px;
  color: #333;
  border-radius: 5px;
  padding-left: 40px;
}

#ruleBlock dd p{
  padding: 10px;
}

#ruleBlock dd.answerTxt{
  position: relative;
  display: none;
}

#ruleBlock dd.answerTxt:before{
  content: "A";
  border-radius: 50%;
  font-size: 18px;
  padding-left: 0.4em;
  padding-right: 0.4em;
  margin-right: 10px;
  color: #fff;
  background: #f79f46;
  position: absolute;
  top: 10px;
  left: 10px;
}

#ruleBlock .faq-howto{
  font-size: 14px;
  padding: 10px 0;
  background: transparent;
  border: none;
  margin-top: 0;
  text-align: right;
}

#faqArea .desctiptionArea {
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
}
#faqArea .innerLink ul li{
  display:inline-block;
  background:#fff;
  border-radius:3px;
}
#faqArea .innerLink ul li.subscribe{
  margin-right:20px;
  border:1px solid #02735f;
}

#faqArea .innerLink ul li.collect{
  margin-right:20px;
  border:1px solid #e679a0;
}
#faqArea .innerLink ul li.common{
  border:1px solid #1b7db1
}
#faqArea .innerLink ul li a {
  display:block;
  padding:5px 15px;
  font-size: 14px;
}
/*######################### 利用規約 #########################*/
.howNintei{
  margin: 15px 0 0 20px;
}
.ruleExpensesLink a{
  display: inline-block;
  margin-bottom: 15px;
  padding: 12px 25px;
  border-radius: 8px;
  background: #469cca;
  color: #fff;
  font-size: 115%;
  text-decoration: none;
}
.sp_img{
  display: none;
}
#ruleArea .btm_img{
  width: 100%;
}

/*##################### 応募者管理について #####################*/
#famOutline-Wrap{
  font-size: 15px;
  width: 636px;
}

#famOutline-Wrap h2{
  width: 636px;
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
}

#famOutline-Wrap h2 img{
  width: 100%;
}

#famOutline-Wrap h3 img{
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -moz-border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
}

#famOutline-Wrap .topArea{
  background-color: #fff;
  margin: 10px 0;
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#famOutline-Wrap .blockArea{
  background-color: #ffc273;
  margin-top: 20px;
  border-radius: 10px;
  padding-bottom: 2px;
}

#famOutline-Wrap .blockInner img{
  width: 90%;
  margin: 20px 0;
}

#famOutline-Wrap .blockInner{
  background-color: #ffffff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkitborder-bottom-right-radius: 5px;
  -webkitborder-bottom-left-radius: 5px;
  margin: 0 10px 10px 10px;
  padding: 10px;
}

#famOutline-Wrap .btnArea{
  text-align:center !important;
  margin-top:20px;
  width:100%;
}

#famOutline-Wrap .btnArea img:hover{
  opacity:0.5;
}

#famOutline-Wrap .btnArea img{
  width:50%;
}

#famOutline-Wrap .descArea span{
  display: block;
  color: #b22222;
  font-weight: bold;
}



/*##################### 募集履歴の使い方 #####################*/
.howto_history *,
.howto_history *:after,
.howto_history *:before{
  box-sizing: border-box;
}
.howto_history .sp_only{
  display: none;
}
.howto_history h1{
  width: 100%;
  height: 50px;
}

.howto_history .primary_heading{
  width: 100%;
  margin: 20px 0 0;
  padding: 0;
  box-shadow: none;
  border: none;
  color: #0a725f;
  font-size: 26px;
  font-weight: bold;
}
.howto_history .history_wrap{
  font-size: 17px;
  line-height: 1.5;
}

.howto_history .history_top{
  margin: 10px 0 0;
  background: #fff;
  padding: 15px 17px;
  line-height: 1.7;
  border-radius: 2px;
}


.howto_history .history_main{
  margin: 30px 0 0;
  padding: 10px 10px 25px;
  background: #fff;
}

.howto_history .history_box:not(:first-child){
  margin: 50px 0 0;
}
.howto_history .history_box .secondary_heading{
  padding: 10px 10px 0;
  border-bottom: 2px solid;
  color: #0a725f;
  font-size: 22px;
  font-weight: bold;
}

.howto_history .history_inner{
  padding: 15px 15px 0;
  background: #fff;
}

.howto_history .history_inner img{
  width: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.howto_history .history_txt{
  line-height: 1.8;
}

.history_list dt{
  color: #ef8b29;
  font-size: 17px;
  font-weight: bold;
}
.history_list dt:not(:first-child){
  margin-top: 30px;
}
.history_list dt i{
  margin-right: 5px;
  font-size: 18px;
  vertical-align: middle;
}
.history_list dd{
  margin: 3px 0 0 8px;
}
.history_list dd .explanation_txt p:not(:first-child){
  margin: 10px 0 0;
}
.history_list dd .explanation_txt .atten_txt{
  padding: 0 0 0 1em;
  text-indent: -1em;
  font-size: 14px;
}

.history_list.history_list-img dd{
  display: flex;
  justify-content: space-between;
  margin-left: 23px;
}
.history_list.history_list-img dd .explanation_txt{
  width: calc(100% - 260px);
}
.history_list.history_list-img dd .explanation_img{
  width: 230px;
}
.history_list.history_list-img dd .explanation_img img:not(:first-child){
  margin: 10px 0 0;
}


.howto_history .history_img{
  margin: 20px 0;
}
.howto_history .history_img-mdl{
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}