@charset "utf-8";

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
img{
  vertical-align: bottom;
}

.sp_only{
  display: none;
}

/* 見出し */
h1.contactMain_heading{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 962px;
  height: 50px;
  padding-right: 20px;
  background: url(/home/images/title_contact_list_l.png) no-repeat;
  background-size: 100%;
}
/* オレンジ下線 */
.contact_heading.orgLine-btm{
  width: 100%;
  margin-top: 40px;
  padding: 0 5px;
  border-bottom-width: 2px;
  font-size: 24px;
  font-weight: 700;
}
.contact_heading:first-child{
  margin-top: 45px;
}
.contact .nj-whtBox{
  padding: 15px;
  font-size: 14px;
}
.contact .nj-whtBox .heading{
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.contact .nj-whtBox + .contact_heading{
  margin-top: 30px;
}

/*==================== index ====================*/
/* コンテンツ別に探す */
.contact_contList{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px 0 0;
  padding : 0 5px;
}
.contact_contListItem{
  width: calc((100% - 30px) / 3);
  margin-right: 15px;
}
.contact_contList-col2 .contact_contListItem{
  width: calc((100% - 15px) / 2);
}
.contact_contList-col2 .contact_contListItem:nth-child(even){
  margin-right: 0;
}

.contact_contListItem a{
  position: relative;
  display: flex;
  align-items: center;
  min-height: 97px;
  padding: 10px 25px 10px 10px;
  border: 3px solid #ccc;
  border-radius: 10px;
  background: #fff;
  text-decoration: none;
}
.contact_contListItem a:after{
  content: "";
  position: absolute;
  top: 49%;
  right: 12px;
  width: 15px;
  height: 15px;
  border: solid #ccc;
  border-width: 0 3px 3px 0;
  transform: translateY(-50%) rotate(-45deg);
}
.contact_contListItem a:hover{
  border-color: #ee2a6b;
}
.contact_contListItem a:hover i{
  color: #ee2a6b;
}
.contact_contListItem a:hover:after{
  border-color: #ee2a6b;
}
.contact_contListItem a:hover img{
  opacity: .8;
}
.contact_contListItem:nth-child(3n){
  margin-right: 0;
}
.contact_contListItem:nth-child(n + 4){
  margin-top: 15px;
}
.contact_contListItem img{
  border-radius: 10px;
  width: 75px;
  height: 75px;
}
.contact_contListItem i{
  display: inline-block;
  margin: 0 0 0 10px;
  color: #555;
  font-size: 19px;
  font-weight: 700;
}
.contact_contListItem img + i{
  margin-left: 15px;
}

/*==================== list ====================*/
/* リスト */
.whtBox{
  padding: 25px 20px;
  border-radius: 5px;
  background: #fff;
}
.linkList_area.whtBox{
  padding: 10px 20px;
}
.linkList_item{
  min-height: 40px;
  border-top: 1px solid #ccc;
}
.linkList_item:first-child{
  border-top: none;
}
.linkList_item a{
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 13px 25px 13px 50px;
  text-decoration: none;
  color: #0a725f;
  font-size: 20px;
}
.linkList_item a:after{
  content: "";
  position: absolute;
  top: 49%;
  right: 12px;
  width: 13px;
  height: 13px;
  border: solid #148e77;
  border-width: 0 2px 2px 0;
  transform: translateY(-50%) rotate(-45deg);
}

.question_ttl a:before{
  content: "Ｑ";
  position: absolute;
  top: .7em;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  padding: 0 0.45em 0.1em 0.4em;
  border-radius: 50%;
  background: #358f7f;
  color: #fff;
  font-size: 18px;
}
.question_ttl a:hover{
  opacity: .7;
}



/*==================== detail ====================*/
.contact.detail .contact_heading{
  position: relative;
  padding-left: 45px;
}
.contact.detail .contact_heading:before{
  content: "Q.";
  position: absolute;
  top: calc(50% - 1px);
  left: 10px;
  transform: translateY(-50%);
  color: #ec6941;
}
.answer_area{
  position: relative;
  padding-left: 2em;
  font-size: 18px;
  line-height: 1.6;
}
.answer_area:before{
  content: "Ａ.";
  position: absolute;
  top: -4px;
  left: 0;
  color: #358f7f;
  font-size: 22px;
  font-weight: bold;
}
.answer_txt:not(:first-child),
.answer_list:not(:first-child){
  margin-top: 13px;
}
.answer_area .atten_txt{
  margin-top: 10px;
  padding-left: 1em;
  font-size: 14px;
  text-indent: -1em;
}
.answer_area a{
  word-break: break-all;
}
.answer_area .answer_list .list_head{
  color: #555;
  font-weight: bold;
}
.answer_area .answer_list .list_head:not(:first-child){
  margin-top: 10px;
}
.answer_area .answer_list .list_body{
  padding-left: 10px;
}
.answer_img{
  margin-top: 10px;
}
.answer_img img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.answer_img img.size-m{
  display: block;
  margin: 0 auto;
}

/* リンク */
.answer_link{
  width: calc(100% - 2em);
  margin: 20px 0 10px;
  text-align: center;
}
.answer_link .link_item{
  width: 100%;
  max-width: 250px;
  border: 1px solid;
  border-radius: 3px;
  display: inline-block;
  padding: 7px 15px;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 1.3;
}
.answer_link .link_item + .link_item{
  margin-left: 10px;
}

.answer_link-icon_r .link_item{
  padding-right: 10px;
}
.answer_link-icon_r .fa{
  margin-left: 10px;
}
.answer_link-icon_l .link_item{
  padding-left: 10px;
}
.answer_link-icon_l .fa{
  margin-right: 10px;
}
.answer_link + .answer_txt{
  margin-top: 40px;
}


/* 流れ */
.answer_flowTtl{
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dotted #ccc;
  color: #0a725f;
  font-size: 20px;
  font-weight: bold;
}
.answer_flowTtl-og{
  color: #ff8000;
}
.answer_flowList{
  margin-top: 10px;
}
.answer_flowList .list_ttl{
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}
.answer_flowList .list_ttl.no_indent{
  padding-left: 0;
  text-indent: 0;
}
.answer_flowList .list_ttl:not(:first-child){
  margin-top: 35px;
}
.answer_flowList .list_ttl i{
  margin-right: 5px;
  font-weight: bold;
}
.answer_flowList .list_body img{
  max-width: calc(100% - 10px);
  height: auto;
  margin: 10px 0 0 10px;
  vertical-align: bottom;
}
.answer_flowList .list_body .size-m{
  display: block;
  max-width: 500px;
  margin: 10px auto 0 auto;
}

.answer_flowList + .answer_flowTtl{
  margin-top: 40px;
}



/* ページ内リンク */
.answer_pageLink{
	margin: 10px 0 0;
}
.answer_pageLink a{
	display: inline-block;
	padding: 5px 15px;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
}
.answer_pageLink a + a{
	margin-left: 10px;
}
.pageLink-wanted{
	background: #0a725f;
}
.pageLink-protected{
	background: #ff8000;
}

