/* 給付金制度 */
@media screen and ( min-width : 769px ) {
#kyuhukin_hed {
  background: #fff;
}
#kyuhukin_hed img{
  width: 100%;
}
#kyuhukin_hed section.content_top {
	width: 100%;
	min-width: 320px;
	padding-bottom: 20px;
	margin: 0 auto ;
}
#kyuhukin_cont {
  background: #fff;
}
#kyuhukin_cont section.content_top {
	max-width: 800px;
	min-width: 320px;
	margin: 0 auto ;
	padding: 10px 10px 50px 10px;
}
.kyuhukinarea {
	font-size: 16px;
	color: #333;
}
.kyuhukinarea span {
font-weight: bold;
color: #00a0e9;
}
.kyuhukinarea ul li {
  list-style-type: none;
  text-indent: -1.0em;
  margin: 5px 5px 0 15px; 
}
.kyuhukinarea ul li:before {
  display: inline;
  content: "※";
}
.kyuhukin_pic img {
	width: 100%;
}
.kyuhukin01 {
margin: 0 20px 0 5px;
line-height: 1.5;
}
.kyuhukin02 {
margin: 0 20px 40px 5px;
line-height: 1.5;
}
.kyuhukin03 {
background: #fff;
width: 100%;
margin: 0 auto;
padding: 20px;
line-height: 1.5;
}
.kyuhukin03 span {
font-weight: bold;
color: #F00;
}
.kyuhukin04 {
margin: 0 20px 10px 5px;
line-height: 1.5;
}
.kyuhukin04 span {
font-weight: bold;
color: #F00;	
}
.kyuhukin05 {
margin: 20px 15px  ;
line-height: 1.5;
}
.kyuhu_q {
font-weight: bold;
border-bottom: solid 1px coral;
color: coral;
font-size: 110%;
margin: 0 20px 10px 5px;
padding-bottom: 5px;
line-height: 1.5;
}
.kyuhu_a {
color: #333;
margin: 0 20px 0 5px;
padding-bottom: 20px;
line-height: 1.5;
}
.kyuhu_ttl {
  position: relative;
  font-size: 1.4em;
  font-weight: bold;
  padding: .5em 0em .5em .8em;
  margin-bottom: 1em;
}
.kyuhu_ttl:before {
  position: absolute;
  background-color: #00a0e9;
  border-radius: 1em;
  content: "";
  left: 0%;
  top: 5%;
  bottom: 10%;
  width: .2em;
  height: 90%;
}
#kyuhukin_cont02 {
  background: #ccf6fb;
	padding: 50px 0;
}
#kyuhukin_cont02 section.content_top {
	max-width: 800px;
	min-width: 320px;
	margin: 0 auto ;
	padding: 10px 10px 50px 10px;
}
#kyuhukin_cont03 {
  background: #fff;
	padding: 50px 0;
}
#kyuhukin_cont03 section.content_top {
	max-width: 800px;
	min-width: 320px;
	margin: 0 auto ;
	padding: 10px 10px 50px 10px;
}
#kyuhukin_cont04 {
  background: #ccf6fb;
	padding: 50px 0;
}
#kyuhukin_cont04 section.content_top {
	max-width: 800px;
	min-width: 320px;
	margin: 0 auto ;
	padding: 10px 10px 50px 10px;
}
.cp_qa03 .cp_actab {
  position: relative;
  width: 100%;
  margin: 0 auto 1em;
  color: #1b2538;
}
.cp_qa03 .cp_actab input {
  display: none;
}
/* 質問 */
.cp_qa03 .cp_actab label {
  font-weight: bold;
  line-height: 1.6em;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 1em 2em 1em 2.5em;
  cursor: pointer;
  text-indent: 1em;
  border-radius: 0.5em;
  background: rgba(255,255,255,1.0);
}
.cp_qa03 .cp_actab label::before {
  content: 'Q';
  font-size: 1.4em;
  margin-left: -2em;
  padding-right: 0.5em;
}
.cp_qa03 .cp_actab label:hover {
  color: #00838f;
  transition: all 0.3s;
}
/* --質問の＋アイコン */
.cp_qa03 .cp_actab label::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '+';
  font-size: 1.7em;
  font-weight: bold;
  line-height: 2em;
  display: inline-block;
  width: 2em;
  height: 2em;
  transition: transform 0.3s;
}
/* 答え */
.cp_qa03 .cp_actab .cp_actab-content {
  position: relative;
  overflow: hidden;
  max-height:0;
  padding: 0 0 0 2.5em;
  border-radius: 0 0 0.5em 0.5em;
  transition: max-height 0.2s;
	background: #fff;
}
.cp_qa03 .cp_actab .cp_actab-content::before {
  position: absolute;
  content: 'A';
  font-size: 1.4em;
  margin: 0.4em 0 0 -1em;
  padding: 0;
}
.cp_qa03 .cp_actab .cp_actab-content p {
  margin: 1em 1em 1em 0;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa03 .cp_actab input:checked ~ .cp_actab-content {
  max-height: 40em;
  border: 10px solid rgba(255,255,255,1.0);
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa03 .cp_actab input:checked ~ label {
  color: #00838f;
  border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa03 .cp_actab input[type=checkbox]:checked + label::after {
  transform: rotateZ(45deg);
  transform-origin: 50% 50%;
}
.boshu_bunki_btnarea img{
	width: 100%;
}
}
@media screen and (max-width:768px) {
#kyuhukin_hed {
  background: #fff;
}
#kyuhukin_hed img{
  width: 100%;
}
#kyuhukin_hed section.content_top {
	max-width: 768px;
	min-width: 320px;
	padding-bottom: 20px;
	margin: 0 auto ;
	overflow: hidden;
}
#kyuhukin_cont {
  background: #fff;
}
#kyuhukin_cont section.content_top {
	max-width: 768px;
	min-width: 320px;
	margin: 0 auto ;
	padding: 5px 5px 30px 5px;
}
.kyuhukinarea {
	font-size: 14px;
	color: #333;
}
.kyuhukinarea span {
font-weight: bold;
color: #00a0e9;
}
.kyuhukin ul li {
  list-style-type: none;
  text-indent: -1em;
  margin-left: 5px; 
}
.kyuhukin ul li:before {
  display: inline;
  content: "※";
}
.kyuhukin_pic img {
	width: 100%;
}
.kyuhukin01 {
margin: 0 20px 0 5px;
line-height: 1.5;
}
.kyuhukin01 span {
font-weight: bold;
color: #F00;
}
.kyuhukin02 {
margin: 0 20px 40px 5px;
line-height: 1.5;
}
.kyuhukin03 {
margin: 0 20px 40px 5px;
line-height: 1.5;
}
.kyuhukin03 span {
font-weight: bold;
color: #F00;
}
.kyuhukin04 {
margin: 0 20px 10px 5px;
line-height: 1.5;
}
.kyuhukin04 span {
font-weight: bold;
color: #F00;	
}
.kyuhukin05 {
margin: 0 20px 40px 5px;
line-height: 1.5;
}
.kyuhu_q {
font-weight: bold;
border-bottom: solid 1px coral;
color: coral;
font-size: 110%;
margin: 0 20px 10px 5px;
padding-bottom: 5px;
line-height: 1.5;
}
.kyuhu_a {
color: #333;
margin: 0 20px 0 5px;
padding-bottom: 20px;
line-height: 1.5;
}
.kyuhu_ttl {
  position: relative;
  font-size: 110%;
  font-weight: bold;
  padding: .5em 0em .5em .8em;
  margin-bottom: 1em;
}
.kyuhu_ttl:before {
  position: absolute;
  background-color: #00a0e9;
  border-radius: 1em;
  content: "";
  left: 0%;
  top: 5%;
  bottom: 10%;
  width: .2em;
  height: 90%;
}
#kyuhukin_cont02 {
  background: #ccf6fb;
	padding: 30px 0;
}
#kyuhukin_cont02 section.content_top {
	max-width: 768px;
	min-width: 320px;
	margin: 0 auto ;
	padding: 10px 10px 50px 10px;
}
#kyuhukin_cont03 {
  background: #fff;
	padding: 30px 0;
}
#kyuhukin_cont03 section.content_top {
	max-width: 768px;
	min-width: 320px;
	margin: 0 auto ;
	padding: 10px 10px 50px 10px;
}
#kyuhukin_cont04 {
  background: #ccf6fb;
	padding: 30px 0;
}
#kyuhukin_cont04 section.content_top {
	max-width: 768px;
	min-width: 320px;
	margin: 0 auto ;
	padding: 10px 10px 50px 10px;
}
.cp_qa03 .cp_actab {
  position: relative;
  width: 100%;
  margin: 0 auto 1em;
  color: #1b2538;
}
.cp_qa03 .cp_actab input {
  display: none;
}
/* 質問 */
.cp_qa03 .cp_actab label {
  font-weight: bold;
  line-height: 1.4em;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 1em 2em 1em 2.5em;
  cursor: pointer;
  text-indent: 1em;
  border-radius: 0.5em;
  background: rgba(255,255,255,1.0);
}
.cp_qa03 .cp_actab label::before {
  content: 'Q';
  font-size: 1.2em;
  margin-left: -2em;
  padding-right: 0.5em;
}
.cp_qa03 .cp_actab label:hover {
  color: #00838f;
  transition: all 0.3s;
}
/* --質問の＋アイコン */
.cp_qa03 .cp_actab label::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '+';
  font-size: 1.4em;
  font-weight: bold;
  line-height: 2em;
  display: inline-block;
  width: 2em;
  height: 2em;
  transition: transform 0.3s;
}
/* 答え */
.cp_qa03 .cp_actab .cp_actab-content {
  position: relative;
  overflow: hidden;
  max-height:0;
  padding: 0 0 0 2.5em;
  border-radius: 0 0 0.5em 0.5em;
  transition: max-height 0.2s;
	background: #fff;
}
.cp_qa03 .cp_actab .cp_actab-content::before {
  position: absolute;
  content: 'A';
  font-size: 1.2em;
  margin: 0.4em 0 0 -1em;
  padding: 0;
}
.cp_qa03 .cp_actab .cp_actab-content p {
  margin: 1em 1em 1em 0;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa03 .cp_actab input:checked ~ .cp_actab-content {
  max-height: 40em;
  border: 10px solid rgba(255,255,255,1.0);
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa03 .cp_actab input:checked ~ label {
  color: #00838f;
  border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa03 .cp_actab input[type=checkbox]:checked + label::after {
  transform: rotateZ(45deg);
  transform-origin: 50% 50%;
}
.boshu_bunki_btnarea img{
	width: 100%;
}
}
/* 給付金制度についてここまで */