.bg1 {
  background-color: #f7f7f0;
padding: 30px 0;
}

.contents {
  max-width: 1000px;
  margin: 0 auto;
}

.full-width {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.full-width img {
  width: 100%;
  height: auto;
}

.title_text {
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
}

.buttonarea{
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 35px auto 0;
}

.button {
  position: relative;
  display: inline-block;
  padding: .9em 4em;
  background-color: #FF0000;
  border: 2px solid #FF0000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  width: 600px;
}
.button::after {
  position: absolute;
  top: 50%;
  right: .2em;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #fff;
  transition: all .3s;
}
.button:hover {
  background-color: #fff;
  color: #FF0000;
}
.button:hover::after {
  border-left-color: #FF0000;
}

.text{
	text-align: center;
	font-size: 15px;
	padding-bottom: 50px;
}

*, *:before, *:after {
	box-sizing: border-box;
}
.col_3{
	width: 100%;
	display: flex;
	justify-content: center;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_3 > div{
	width: 30%;
	padding: 5px;
}

.accordion-004 {
    max-width: 824px;
	margin-left: 88px;
    margin-bottom: 10px;
    border: 3px solid #ff0000;
}

.accordion-004 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #000000;
    font-weight: 600;
    cursor: pointer;
}

.accordion-004 summary::-webkit-details-marker {
    display: none;
}

.accordion-004 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #000000b3;
    border-right: 3px solid #000000b3;
    content: '';
    transition: transform .3s;
}

.accordion-004[open] summary::after {
    transform: rotate(225deg);
}

.accordion-004 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 0;
    color: #000000;
    transition: transform .5s, opacity .5s;
}

.accordion-004[open] p {
    transform: none;
    opacity: 1;
}

@media screen and (max-width: 960px) {
	.col_3 > div{
		width: 50%;
	}

}
@media screen and (max-width: 480px) {
	.col_3 > div{
		width: 100%;
	}
}

.col_3 a:hover{
	opacity: 0.8;
}

.sbtitle{
  padding: 1px 8px;
  border-left: 4px solid #FF0000;
  font-size: 25px;
  font-weight: bold;
  margin: 50px 0 0;
}

.sbtitle2{
  padding: 1px 8px;
  border-left: 4px solid #333;
  font-size: 16px;
  font-weight: bold;
}

.sbtitle3{
  padding: 1px 8px;
  border-left: 4px solid #333;
  font-size: 16px;
  font-weight: bold;
}

.text02{
	font-size: 30px;
	font-weight: 800;
	text-align: center;
}

.imgclass{
	text-align: center;
	width: 100%;
}

.cp_list{
	margin-left: 10px;
}

.indent{
  text-indent: -1em;
  padding-left: 2em;
}

.indent2{
  text-indent: -1em;
  padding-left: 3em;
}
.indent3{
margin-left: 20px;
}
.indent4{
margin-left: 20px;
}
.listarea{
	margin: 50px;
}

.red{
	color: #FF0004;
}

.litext{
	font-size: 15px;
}

.litext2{
	font-size: 18px;
	font-weight: bold;
}

.litext a{
	color: #1a0dab;
}

.litext a:hover{
	text-decoration: underline;
}

.btnarea{
	margin: 50px auto 0;
	text-align: center;
}


*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
}



.btn-wrap {
  margin: 30px 0;
}

a.btn-c {
  font-size: 2.2rem;
  position: relative;
  padding: 0px 300px 10px;
  color: #fff;
  background: #FF0000;
	  border: 1px solid #FF0000;
	
}

a.btn-c span {
  font-size: 1.5rem;
  position: absolute;
  top: -1.25rem;
  left: calc(50% - 320px);
  display: block;
  width: 650px;
  padding: 0.2rem 0;
  color: #FF0000;
  border: 1px solid #FF0000;
  border-radius: 100vh;
  background: #fff;
}

a.btn-c:hover{
	text-decoration: none;
	background: #fff;
	color: #FF0000;
    border: 1px solid #FF0000;
}

.change2203box {
	text-align: center;
}
.change2203 {
	display :inline-block;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	border: solid 3px #FF0004;
	padding: 20px;
	margin: 0 10px 30px 10px;
}

.change2303 {
	display :inline-block;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
}

.change2203 a {
/*	color: #1a0dab;
*/}
.change2203 a:hover {
	text-decoration: underline;
}


@media screen and (max-width: 960px) {

.contents {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 8px;
}
	
	.button{
		width: 90%;
		text-align: center;
	}	
	
.text{
	text-align: left;
	font-size: 13px;
}
.buttonarea{
	margin: 15px auto 0;
}
.sbtitle{
  font-size: 15px;
  margin: 30px 0 0;
}

.sbtitle2{
  font-size: 18px;
}

.text02{
	font-size: 18px;
}


.cp_list{
	font-size: 13px;
}

.indent{
  text-indent: -1em;
  padding-left: 1em;
}

.indent2{
  text-indent: -1em;
  padding-left: 2em;
}
	
.indent3{
  text-indent: -1em;
  padding-left: 0em;
}

.indent4{
  margin-left: 10px;
}
.listarea{
	margin: 20px;
}
.litext{
	font-size: 13px;
}
	a.btn-c{
		padding: 20px 100px 10px;
		font-size: 1.5rem;
	}
	
a.btn-c span {
  font-size: 1.2rem;
  top: -1.25rem;
  left: calc(50% - 140px);
  width: 280px;
  padding: 5px;
  border-radius: 1vh;
	text-align: center;
}
.change2203 {
	font-size: 14px;
    padding: 10px;
	}
.accordion-004 {
    max-width: 338px;
	margin: 0 auto 10px;
    border: 3px solid #ff0000;
	padding: 5px;
}
.change2303 {
	font-size: 13px;
    padding: 2px;
}
	
.accordion-004 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 5px;
    color: #000000;
    font-weight: 600;
    cursor: pointer;
}

}
@media screen and (max-width: 320px) {
	a.btn-c{
		padding: 10px 80px 10px;
		font-size: 1.5rem;
	}
	
a.btn-c span {
  font-size: 1.2rem;
  top: -1.25rem;
  left: calc(50% - 140px);
  width: 280px;
  padding: 0 5px;
  border-radius: 1vh;
}
	

	
	
}


.hayawaribox summary{
	border-bottom: 1px solid #333333;
	cursor: pointer;
	display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
	text-indent: 1em;
	margin-bottom: 1rem;
}




.hayawaribox summary::-webkit-details-marker {
    display: none;
}

.hayawaribox summary::after {
   transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #000000b3;
    border-right: 3px solid #000000b3;
    content: '';
    transition: transform .3s;
}

.hayawaribox summary::after {
    transition: rotate .3s;
}

.hayawaribox[open] summary::after {
    transform: rotate(225deg);
}

.hayawaribox p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #000000;
    transition: transform .5s, opacity .5s;
}

.hayawaribox[open] p {
    transform: none;
    opacity: 1;
}