.br-sp {
    display: none;
}


.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #ffffff;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	font-weight: bold;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background: #eb3349;
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	background: #ffffff;
}
.cp_actab .cp_actab-content p {
	margin: 0;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 500em;
}
/* Icon */
.cp_actab label::after {
	line-height: 3;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}


.flow04 {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 60px;
}

.flow04 > li {
  list-style-type: none;
  width: 90%;
  max-width: 300px;
  display: flex;
}

.flow04 > li .icon04 {
  line-height: 2;
  width: 2em;
  height: 2em;
  text-align: center;
  color: #fff;
}
  margin: 0 auto 10px;
  display: block;
  border-radius: 100vh;
  position: relative;
}

.flow04 > li .icon04::before {
  content: "";
  border: solid transparent;
  border-width: 7px;
  border-top-color: #dd3647;
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow04 > li dl {
  padding: 40px 30px;
  border: 3px solid #ebebeb;
  position: relative;
}

.flow04 > li:not(:first-child) dl::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 4px solid #4f4f4f;
  border-right: 4px solid #4f4f4f;
  position: absolute;
  top: calc(50% - 14px);
  left: -45px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.flow04 > li dl dt {
  font-size: 1em;
  font-weight: 600;
  color: #4f4f4f;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-bottom: 10px;
  text-align: start;
}

.flow04 > li dl dd {
  margin-left: 0;
}

@media(max-width: 767px){
  .flow04 {
    gap: 20px;
  }
  .flow04 > li {
    max-width: unset;
    display: block;
  }
  .flow04 > li:not(:first-child) dl::before {
    display: none;
  }
}


.qa-1 {
    max-width: 1080px;
    margin-bottom: 7px;
    border: 1px solid #d6dde3;
    border-radius: 5px;
}

.qa-1 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
    background-color: #efefef;
}

.qa-1 summary::before,
.qa-1 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-1 summary::before {
    color: #eb3349;
    content: "Q";
}

.qa-1 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-1[open] summary::after {
    transform: rotate(225deg);
}

.qa-1 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-1[open] p {
    transform: none;
    opacity: 1;
}

.qa-1 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}



.button-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    background-color: #e1e1e1;
    color: #4f4f4f;
    font-weight: 600;
    font-size: 1em;
}


body {
font-family: "メイリオ" ;
}



.cp_button09 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 700px;
  padding: 10em;
  color: #4caf50;
  background: transparent;
  border: 3px solid #4caf50;
  border-radius: 0.5em;
  box-shadow: 3px 0 0 0 #4caf50, 3px 3px 0 0 #4caf50, 0 3px 0 0 #4caf50;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color 0.3s;
}



body {
    font-family: Arial, sans-serif;
    padding: 20px;
    background-color: #f9f9f9;
}

a {
    display: inline-block;
    margin-bottom: 20px;
    color: #007BFF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.accordion {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.accordion-item {
    border-top: 1px solid #ccc;
}

.accordion-item:first-child {
    border-top: none;
}

.accordion-header {
    display: block;
    width: 100%;
    background-color: #f1f1f1;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.accordion-header:hover {
    background-color: #e1e1e1;
}

.accordion-content {
    display: none;
    padding: 15px;
    background-color: white;
    border-top: 1px solid #ccc;
}

.accordion-item input[type="checkbox"] {
    display: none;
}

.accordion-item input[type="checkbox"]:checked ~ .accordion-content {
    display: block;
}



.second_block {
    display: block;
    position: relative;
    padding: 0 0 80px;
}
.second_inner {
    max-width: 1100px;
    width: 100%;
    margin: 50px auto 0;
}
.second_midashi {
    text-align: center;
    margin-bottom: 60px;
}
.second_midashi h2 {
    display: inline-block;
    padding: 0px 26px 8px;
    border-bottom: dotted 3px #1565C0;
    margin-bottom: 25px;
}
.second_midashi p {
    font-size: 1rem;
    letter-spacing: 0.02rem;
    line-height: 1.8rem;
}
.second_chart ul {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
}
.second_chart ul li {
    width: 33%;
    background: #ddd;
    filter: drop-shadow(0px 1px 12px #ddd);
}
.second_chart ul li {
    width: 33%;
    background: #E8F5FF;
    filter: drop-shadow(3px 0px 5px #ddd);
    display: flex;
    flex-flow: column;
    padding: 25px 30px 45px;
	position: relative
}
.second_chart ul li:first-child {
    z-index: 3;
}
.second_chart ul li:nth-child(2) {
    z-index: 2;
	background: #FFF;
}
.second_chart ul li h3 {
    text-align: center;
    font-size: 2.3rem;
    letter-spacing: 0.18rem;
    font-weight: 500;
    margin: 20px 0 30px;
    padding: 0;
}
.second_chart ul li .liimg {
    padding: 0 10px;
    margin-bottom: 40px;
    position: relative;
	text-align: center;
}
.second_chart ul li .liimg:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #FFF;
    position: absolute;
    bottom: -15px;
    right: 10px;
    border-radius: 50%;
    z-index: -1;
}
.second_chart ul li .liimg.bgcolor:after {
    background: #e8f5ff;
}
.second_chart ul li p {
    font-size: 1rem;
    letter-spacing: 0.02rem;
    line-height: 1.8rem;
    margin-bottom: 30px;
	padding-left: 5px;
}
.threecircle {
    text-align: center;
    position: absolute;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    bottom: 30px;
    left: 0;
    margin: 0 auto;
    right: 0;
}
.threecircle div {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin: 0 5px;
    border: solid 1px #6BB6FF;
}
.circleblue {
    background: #6BB6FF;
}
.second_chart ul li:first-child:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #e8f5ff;
    top: 40px;
    position: absolute;
    right: -58px;
}
.second_chart ul li:nth-child(2):after {
    content: "";
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #FFF;
    top: 40px;
    position: absolute;
    right: -58px;
}
/* 2nd */
@media screen and (max-width: 767px) {
/* （ここにモバイル用スタイルを記述） */
	.second_inner {
    padding: 0 15px;
	}
	.second_midashi p {
    text-align: left;
	}
	.second_midashi p br {
    display: none;
	}
	.second_chart ul {
    flex-flow: column;
	}
	.second_chart ul li {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
	}
	.second_chart ul li h3 {
    margin-bottom: 30px;
	}
	.second_chart ul li:first-child:after {
    top: 99.5%;
    position: absolute;
    right: 50%;
    left: 50%;
    margin: 0 auto;
    border-top: 30px solid #e8f5ff;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid transparent;
    transform: translate(-50%, 0px);
	}
	.second_chart ul li:nth-child(2):after {
    top: 99.5%;
    position: absolute;
    right: 50%;
    left: 50%;
    margin: 0 auto;
    border-top: 30px solid #FFF;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid transparent;
    transform: translate(-50%, 0px);
	}
}