@charset "utf-8";

/* 協力会社様募集
------------------------------------------------------------*/
.head_imgarea_bg {
	background-image: url(../img/partner/head_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.partner_area {
	padding-top: 3%;
	padding-bottom: 5%;
	position: relative;	
}

.partner_area2 {
	padding-top: 3%;
	padding-bottom: 5%;
	position: relative;
	background-color: #f2f5f5;
}
.partner_area3 {
	padding-top: 3%;
	padding-bottom: 5%;
	margin-bottom: 10%;
}
.partner_box {
	padding-bottom: 5%;
}
@media (max-width: 768px)  {
.partner_box {
	padding-bottom: 10%;
}
}
.partner_h3 {
	font-size: 22px;
	color: #14aa5a;
	font-weight: bold;
	margin-bottom: 2%;
}
@media (max-width: 768px)  {
.partner_h3 {
	font-size: 17px;	
}
}
.partner_h3:before {
  position: relative;
  top: 0px;
  margin: 0 15px 0 0;
  content: url("../img/partner/ico01.png");
}
.partner_h3_2 {
	font-size: 22px;
	color: #14aa5a;
	font-weight: bold;
	margin-bottom: 2%;
}
@media (max-width: 768px)  {
.partner_h3_2 {
	font-size: 17px;	
}
}
.partner_h3_2:before {
  position: relative;
  top: 0px;
  margin: 0 15px 0 0;
  content: url("../img/partner/ico02.png");
}
.position_box {
	background-color: #f2f5f5;
	margin-bottom: 10px;
}
.position_tx {
	background-color: #f2f5f5;
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
	font-size: 18px;
}
@media (max-width: 768px)  {
.position_tx {
	font-size: 16px;	
}
}
.shikaku_box {
	background-color: #334f83;	
}

.shikaku_ttl {
	color: #fff;
	text-align: center;
	font-size: 22px;
}
.shikaku_box2 {
	background-color: #fff;
	border: 1px solid #334f83;
	padding-top: 2%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 5%;
}
.shikaku_tx01 {
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;	
}
.shikaku_tx01:before {
	position: relative;
	top: 8px;
	margin-top: 0;
	margin-right: 15px;
	margin-left: 0;
	margin-bottom: 0px;
	content: url("../img/partner/01.png");	
}
.shikaku_tx02 {
	font-size: 18px;
	color: #000;	
	margin-bottom: 10px;
}
.shikaku_tx02:before {
  position: relative;
  top: 8px;
  margin: 0 15px 0 0;
  content: url("../img/partner/02.png");
}
.shikaku_tx03 {
	font-size: 18px;
	color: #000;	
	margin-bottom: 10px;
}
.shikaku_tx03:before {
  position: relative;
  top: 8px;
  margin: 0 15px 0 0;
  content: url("../img/partner/03.png");
}
.shikaku_caution {
	font-size: 18px;
	color: #cc0000;
	margin-top: 10px;
}
@media (max-width: 768px)  {
.shikaku_tx01 {
	font-size: 16px;		
}
	.shikaku_tx02 {
	font-size: 16px;		
}
	.shikaku_tx03 {
	font-size: 16px;		
}
	.shikaku_caution {
	font-size: 16px;	
}
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.area_map_img {
  margin-bottom: 10px;
}

.partner_tx {
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;	
}
.partner_txc {
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;
	text-align: center;
}
.partner_txw {
	font-size: 18px;
	color: #fff;
	margin-bottom: 10px;	
}
.partner_txwc {
	font-size: 22px;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}
@media (max-width: 768px)  {
.partner_tx {
	font-size: 16px;	
}
	.partner_txc {
	font-size: 16px;
	text-align: left;
}
	.partner_txw {
	font-size: 16px;
		text-align: left;
		padding-top: 10px;
}
	.partner_txwc {
	font-size: 20px;
		text-align: left;
}

}
.area_map_list {
	margin-top: 5%;
	
}
.area_map_list dl {
	margin-bottom: 2%;
	width: 100%;
	font-size: 18px;
}
.area_map_list dl dt {
	margin-bottom: 10px;
	background-color: #334f83;
	color: #fff;
	width: 20%;
	display: inline-block;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}
.area_map_list dl dd {
	margin-left: 5%;
	margin-bottom: 10px;
	display: inline-block;
	width: 60%;
	vertical-align: top;
}
@media (max-width: 768px)  {
.area_map_list dl {	
	font-size: 16px;
}
	.area_map_list dl dt {
	
	width: 100%;
	
}
.area_map_list dl dd {		
	margin-left: 2%;
	
	width: 100%;
}

}
/* メリット
------------------------------------------------------------*/
.merit_bg {
	background: linear-gradient(180deg, #ffffff 0%, #ffffff 20%, #334f83 20%, #334f83 100%);
	padding-bottom: 5%;
}

@media (max-width: 768px)  {
.merit_bg {
	 background: linear-gradient(180deg, #ffffff 0%, #ffffff 10%, #334f83 10%, #334f83 100%);
}

}
.merit_img {
	margin-top: 3%;
	margin-bottom: 15px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
/* 流れ
------------------------------------------------------------*/

.flow_img {
	margin-top: 3%;
	margin-bottom: 5%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.flow_tx {
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;
	text-align: center;
}
@media (max-width: 768px)  {
.flow_tx {
	font-size: 16px;	
	text-align: left;
}

}

/* よくある質問
------------------------------------------------------------*/
.accordion_area {}
.accordion_area .accordion_one .ac_header {
	/*background-color: #ffffff;	*/
	border-bottom: 1px solid #a7b6be;	
	padding: 1.5rem 4rem 1.5rem 2rem;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition: .2s;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header {
  background-color: #f5f5f5;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #014897;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #014897;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 1.5rem 2rem 1.5rem 2rem;
  /*border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;*/
  box-sizing: border-box;
  /*background: #fff;*/
}
.accordion_area .accordion_one {
    margin-bottom: 3%;  
}
@media screen and (max-width: 736px) {
  .accordion_area .accordion_one .ac_header {
    padding: 1.5rem 2rem 1.5rem 1.0rem;
  }
  .accordion_area .accordion_one .ac_header .i_box {
    right: 0.8rem;
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }
  .accordion_area .accordion_one .ac_header .i_box:before {
    width: 15px;
  }
  .accordion_area .accordion_one .ac_header .i_box:after {
    height: 15px;
    right: 7px;
  }
  .accordion_area .accordion_one .ac_inner {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
}

/*=========
faq
=========*/

.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__headinner::before {
	position: absolute;
	left: 0;
	content: "Q";
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background-color: #002364;
	border-radius: 5px;
	padding-top: 5px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
}
.p-faq__headinner p.p-faq__q-txt {
	font-size: 20px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
	margin-left: 10px;
}
@media screen and (max-width: 736px) {
  .p-faq__headinner {
    padding-left: 25px;
  }
  .p-faq__headinner::before {
    font-size: 14px;
  }
  .p-faq__headinner p.p-faq__q-txt {
    font-size: 14px;
  }
}
.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__bodyinner::before {
	position: absolute;
	left: 0;
	content: "A";
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background-color: #f7561e;
	border-radius: 5px;
	padding-top: 5px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
}
.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 18px;	
	padding-top: 5px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
	margin-left: 10px;
}
@media screen and (max-width: 736px) {
  .p-faq__bodyinner {
    padding-left: 25px;
  }
  .p-faq__bodyinner::before {
    font-size: 14px;
  }
  .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 14px;
  }
}
