@charset "utf-8";
/* content
---------------------------------------- */

.animation {
  animation-name: move;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 3.5s;
}

@keyframes move {
  0% {
    transform: translate(0, 30px);
  }
  100% {
    transform: translate(0, -25px)
  }
}

h1.title {
  text-align: center;
  padding: 60px 0 40px 0;
}
h1.font {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
h1.title .br_pc {
  display: none;
}
#main {
  position: relative;
  padding-bottom: 20px;
  float: none;
  margin: 0 auto;
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W3";
}
#main #maincontent {
  max-width: 858px;
  margin-right: auto;
  margin-left: auto;
}
#main section {
  float: none;
  clear: both;
  margin-bottom: 40px;
}
#main section h3.subtitle {
  width: 62.1212%;
  float: right;
  text-align: left;
  margin-top: 38px;
  margin-bottom: 20px;
  font-size: 16px;
}
#main section p.text {
  width: 62.1212%;
  float: right;
  text-align: left;
  font-size: 16px;
  line-height: 180%;
  text-align: justify;
}
#main section#sec01 {
  color: #00984B;
  max-width: 900px;
  width: 100%;
  border: solid 1px;
  border-radius: 10px;
  text-align: center;
  max-height: 600px;
  height: 100%;
}
#main section#sec01 h2 {
  margin: 0 auto;
  text-align: center;
  border-bottom: solid 1px;
  font-size: 26px;
  line-height: 220%;
}
#main section#sec01 p {
  justify-content: center;
  text-align: center;
  margin: 20px 10px;
  font-size: 16px;
  max-width: 900px;
  width: auto;
  height: auto;
  line-height: 170%;
}
#main section#sec02 {
  width: 100%;
}
#main section#sec02 img {
  max-width: 650px;
  width: 100%;
  height: auto;
  margin: 0 12%;
}
#main section#sec03 {
  display: block;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0 7%;
  max-width: 800px;
  margin-bottom: 20px;
  line-height: 170%;
}
#main section#sec03 h3 {
  font-size: 18px;
  margin-bottom: 8px;
}
#main section#sec03 dl {
  text-align: left;
  width: 100%;
  display: flex;
  flex-flow: nowrap;
  justify-content: flex-start;
}
#main section#sec03 dt {
  width: 2%;
}
#main section#sec03 dd {
  width: 97%;
  font-size: 16px;
  margin-bottom: 8px;
}
#main section#sec04 {
  display: block;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0 7% 77px 7%;
  max-width: 800px;
  line-height: 170%;
}
#main section#sec04 h3 {
  font-size: 18px;
  margin-bottom: 8px;
}
#main section#sec04 dl {
  text-align: left;
  width: 100%;
  display: flex;
  flex-flow: nowrap;
  justify-content: flex-start;
}
#main section#sec04 dt {
  width: 2%;
}
#main section#sec04 dd {
  width: 97%;
  font-size: 16px;
  margin-bottom: 8px;
}
#main .cdab {
  width: 100%;
  text-align: center;
}
#main .cdab a {
  text-align: center;
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 5px auto;
}
#main .cdab a img {
  width: 100%;
}
#main .cdab p {
  text-align: center;
  font-size: 13px;
  line-height: 1.4em;
}
#links {
  border-top: 1px solid #DDD;
  width: 100%;
  margin-top: 80px;
  padding-top: 30px;
  margin-bottom: 0;
}
@media screen and (max-width:640px) {
  h1.title .br_pc {
    display: block;
  }
  h1.font {
    line-height: 110%;
  }
  #main #top .catch1 {
    margin-top: 20px;
    margin-bottom: 35px;
    padding-bottom: 20px;
  }
  #main #top .catch1 img {
    width: calc(100% - 0px);
  }
  #main section {
    margin-bottom: 35px;
  }
 #main section#sec01 p {
	  text-align: justify;
	  margin: 20px 15px;
	}
  #main section h3.subtitle {
    margin-top: 12px;
    margin-bottom: 0px;
    line-height: 150%;
  }
  #main section p.text {
    width: 100%;
    float: none;
    clear: both;
    font-size: 16px;
    line-height: 160%;
  }
  #main section#sec01 h2 {
    font-size: 22px;
  }
  #main section#sec01 p {
    text-align: left;
  }
  #main section#sec02 {
    max-width: 640px;
    width: 100%;
    height: auto;
  }
  #main section#sec02 img {
    margin: 0 0;
    position: relative;
    width: 90%;
    height: auto;
    padding: 5%;
  }
  #main section#sec03 {
    margin: 0 0 30px 0;
    line-height: 160%;
  }
  #main section#sec03 dl {
    width: 100%;
    margin-bottom: 10px;
  }
  #main section#sec03 dt {
    width: 3%;
    margin-right: 4px;
  }
  #main section#sec03 dd {
    width: 97%;
    margin: 0;
  }
  #main section#sec04 {
    margin: 0 0 35px 0;
    line-height: 160%;
  }
  #main section#sec04 dl {
    width: 100%;
    margin-bottom: 10px;
  }
  #main section#sec04 dt {
    width: 3%;
    margin-right: 4px;
  }
  #main section#sec04 dd {
    width: 97%;
    margin: 0;
  }
  #links {
    margin-top: 30px;
  }
  .br_sp {
    display: none;
  }
}

/* siaa
---------------------------------------- */
#siaa {
	width:100%;
	max-width:1040px;
	padding: 0;
	text-align: center;
}
#siaa .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 22px;
}
#siaa .sp_column{
	gap: 10px;
}
#siaa img{
	width:86px;
	/*margin-right: 10px;*/
}
#siaa img.bnr_drair{
	width:100%;
	margin-right: 0;
}
#siaa .siaa_area{
	border: 1px solid #CCC;
	border-radius: 5px;
	padding:0 10px 0 15px;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-around;
	height: 90px;
	width: calc(100% - 380px);
}
#siaa .text_area{
	box-sizing: border-box;
	max-width:475px;
	padding-right: 5px;
}
#siaa .text_area p{
	font-size:12px;
	margin-bottom:5px;
	text-align: justify;
	line-height: 1.6;
}
#siaa .text_area p.sup{
	font-size: 11.5px;
	margin-bottom:0px;
	line-height: 1em;
}
@media screen and (max-width:960px) {
	#siaa img.bnr_drair{
		width:100%;
	}
	#siaa .flex.sp_column {
		flex-direction: column;
		padding-left: 10px;
	}
	#siaa .flex.sp_column img{
		max-width: 88px;
		width: 95%;
	}
	#siaa .siaa_area{
		width: calc(100% - 276px);
	}
}
@media screen and (max-width:750px) {
	#siaa {
		margin-top:0px;
		max-width: 552px;
        width: calc(100% - 20px);
	}
	#siaa .text_area{
		margin-top: 1px;
		width: calc(100% - 160px);
		max-width: 512px;
	}
	#siaa .siaa_area img {
		width: 88px;
		margin: 5px auto 0 auto;
	}
	#siaa img.bnr_drair{
		width:100%;
	}
	#siaa .siaa_area{
		width: 100%;
		max-width: 512px;
		height: auto;
        padding: 10px 5px;
		margin-top:10px;
	}
	#siaa img:first-child {
		margin-top: 0;
	}
	#siaa .flex {
		flex-direction: column;
	}
	/*#siaa .flex.sp_column {
		flex-direction: column;
		padding-left: 10px;
	}*/
}
@media screen and (max-width:540px) {
	#siaa {
		width:calc(100% - 30px);
		margin: 0 auto 30px auto;
	}
	#siaa img{
		width: 75px;
		margin-top: 10px;
	}
	#siaa img:first-child {
		margin-top:20px
	}
	#siaa .text_area{
		width:calc(100% - 75px);
		padding:5px 10px;
		margin-left: 0;
	}
	#siaa .text_area p{
		font-size:12px;
		margin-bottom:7px;
	}
	#siaa .text_area p.sup{
		font-size:11px;
		margin-bottom:0px;
		line-height: 1.5em;
	}

}







