body {
	width:100%;
	background-image:url(../qa/images/body_back.gif);
  background-repeat: repeat;
  margin: 0px;
  padding: 0px;
}

li {
	list-style: disc;
	margin-bottom: 5px;
	margin-top: 0;
}

p {
	margin:0;
	padding:0;
}

a {
	text-decoration:none;
}

a img {
	border-style:none;
}

#wrapper {
	width:100%;
	margin:0 auto;
}

h1,h2,h3,h4 {
	margin:0;
}

.clear {
  clear: both;
}

.mt20 {
  margin-top: 20px;
}

/*header*/

#header {
  width: 100%;
  margin-top: 30px;
}

#main-l {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.m-logo {
  margin-top: 30px;
}

@media screen and (max-width: 750px) {
  .m-logo {
    width: 80%;
    margin-top: 30px;
  }
}

.c-header {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  padding: 1rem 2rem; /* カスタマイズしてください */
  width: 100%;
}

.c-header__list {
  box-sizing: border-box;
  display: flex;
  margin: 0;
  padding: 0;
}

.c-header__list-item {
  list-style: none;
  text-decoration: none;
}

.c-header__list-link {
  color: #f08300; /* カスタマイズしてください */
  display: block;
  margin-right: 20px; /* カスタマイズしてください */
  text-decoration: none;
  padding: 10px 12px; /* カスタマイズしてください */
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 750px) {
  .c-header__list-link {
    text-align: left;
  }
}

.subti {
  color: #804f21;
  font-size: 11px;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.c-header__list-link:hover {
  filter: opacity(0.6); /* カスタマイズしてください */
}

.c-hamburger-menu {
  position: relative;
}

@media screen and (max-width: 750px) {
  .c-hamburger-menu__list {
    background-color: #fff; /* カスタマイズしてください */
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 2rem; /* カスタマイズしてください */
    position: absolute;
    transform: translateX(-100%);
    transition: 0.3s; /* カスタマイズしてください */
    top: 100%;
    width: 100%;
  }

  #hamburger:checked ~ .c-hamburger-menu__list {
    transform: translateX(0%);
    transition: 0.3s;
  }
}

.c-hamburger-menu__input {
  display: none;
}

.c-hamburger-menu__bg {
  background-color: #000; /* カスタマイズしてください */
  cursor: pointer;
  display: none;
  height: 100vh;
  left: 0;
  opacity: 0.4; /* カスタマイズしてください */
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

#hamburger:checked ~ .c-hamburger-menu__bg {
  display: block;
}

.c-hamburger-menu__button {
  display: none;
}

@media screen and (max-width: 750px) {
  .c-hamburger-menu__button {
    align-items: center;
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px; /* カスタマイズしてください */
    height: 40px; /* カスタマイズしてください */
    justify-content: center;
    width: 40px; /* カスタマイズしてください */
  }
}

.c-hamburger-menu__button-mark {
  background-color: #000; /* カスタマイズしてください */
  display: block;
  height: 1px; /* カスタマイズしてください */
  transition: 0.3s; /* カスタマイズしてください */
  width: 20px; /* カスタマイズしてください */
}

@media screen and (max-width: 750px) {
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(1) {
    transform: translate(2px, 1px) rotate(45deg); /* カスタマイズしてください */
    transform-origin: 0%; /* カスタマイズしてください */
  }
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(2) {
    opacity: 0;
  }
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(3) {
    transform: translate(2px, 3px) rotate(-45deg); /* カスタマイズしてください */
    transform-origin: 0%; /* カスタマイズしてください */
  }
}

/*main*/

#container {
  width: 100%;
  height: auto;
  text-align: center;
}

/* sp */

@media screen and (max-width: 768px) {
  .logo {
    margin-bottom: 20px;
  }
}

#title {
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 38px;
  color: #f08300;
  margin-top: 50px;
  margin-bottom: 0;
  line-height: 40px;
  letter-spacing: 3px;
}

#s-title {
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #804f21;
  margin-bottom: 50px;
  letter-spacing: 3px;
}

#subtitle-area {
	margin: auto 0;
	text-align: center;
}

.subtitle-area2 {
	margin: auto 0;
	text-align: center;
}

#sstitle {
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  color: #f08300;
  margin-top: 100px;
  margin-bottom: 30px;
  line-height: 40px;
  letter-spacing: 3px;
  text-align: center;
}

.sstitle2 {
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  color: #f08300;
  margin-top: 70px;
  margin-bottom: 30px;
  line-height: 40px;
  letter-spacing: 3px;
  text-align: center;
}

.sslead {
  font-size: 18px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #title {
    margin-top: 20px;
  }
}

#hr {
  width: 40px;
  height: 2px;
  border-bottom: solid 1px;
  margin: 0 auto;
}

#text-area {
  margin: 50px 0;
  text-align: center;
  font-family:'Roboto','Hiragino Sans','Meiryo','Hiragino Kaku Gothic ProN',sans-serif;
}
@media screen and (max-width: 768px) {
  #text-area {
    width: 80%;
    margin: 0 auto;
    padding-top: 50px;
  }
}

#lead {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
#lead02 {
  color: #f08300;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.comment {
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  margin: 20px 0;
}

/*gallery*/
.gallery {
  display: flex; 
  flex-wrap: wrap;
  justify-content: center;
}

.gallery {
  padding: 0;
}

.g-item img{
  width: auto;
  height: 50px;
}

.g-item {
  margin: 5px;
}

@media screen and (max-width: 750px) {
  .g-item img{
    width: auto;
    height: 40px;
  }
  .g-item {
    margin: 3px;
  }
}

@media screen and (max-width: 375px) {
  .g-item img{
    width: auto;
    height: 30px;
  }
  .se {
    width: 90%;
  }
}


/*contact*/
.contact {
  padding: 70px;
  clear: both;
}

.c-area {
  display: flex; 
  flex-wrap: wrap;
  justify-content: center;
}

.c-lead {
  font-family:'Roboto','Hiragino Sans','Meiryo','Hiragino Kaku Gothic ProN',sans-serif;
  text-align: center;
  font-size: 20px;
}

@media screen and (max-width: 750px) {
  .c-lead {
    font-size: 18px;
  }
}

.c-item img{
  width: 280px;
}

.c-item {
  margin: 30px 10px 0 10px;
}

/*条件*/
.heading {
  width: 800px;
  height: auto;
  margin: 0 auto;
  font-family:'Roboto','Hiragino Sans','Meiryo','Hiragino Kaku Gothic ProN',sans-serif;
  font-size: 14px;
  line-height: 25px;
  padding: 30px;
  clear: both;
}

.h-title {
  width: 100px;
  height: auto;
  float: left;
  text-align: center;
  font-weight: 500;
}

.h-text {
  width: 650px;
  height: auto;
  float: right;
  text-align: left;
}

.h-orange {
  color: #f08300;
}

.dotted{
  width: 800px;
  height: 40px;
  background-image : linear-gradient(to right, #000 2px, transparent 2px);
  background-size: 10px 2px;
  background-repeat: repeat-x; 
  background-position: left bottom;
  margin: 0 auto;
  clear: both;
}

@media screen and (max-width: 768px) {
  .heading {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .h-title {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    font-weight: 500;
    float: none;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 16px;
  }
  .h-text {
    width: 80%;
    text-align: left;
    margin: 0 auto;
    float: none;
  }
  .dotted{
    width: 80%;
    height: 40px;
    background-image : linear-gradient(to right, #000 2px, transparent 2px);
    background-size: 10px 2px;
    background-repeat: repeat-x; 
    background-position: left bottom;
    margin: 0 auto;
    float: none;
  }
}


/*改行*/
.br-sp {
  display: none;
}
@media screen and (max-width:678px){
  .br-sp {
    display: block;
  }
}

/*pegetop*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: #804F21;
    text-decoration: none;
    color: #fff;
    width: 110px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-decoration: none;
    background: #666
}

.mb15 {
  margin-bottom: 15px;
}

.graph {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

/*accordion*/
.s_01 .accordion_one {
  max-width: 660px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.s_01 .accordion_one .accordion_header {
  background-color: #FFFFFF;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  padding: 7px 5%;
  text-align: left;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.s_01 .accordion_one:nth-of-type(2) .accordion_header {
    background-color: #FFFFFF;
}
.s_01 .accordion_one:nth-of-type(3) .accordion_header {
    background-color: #FFFFFF;
}
.s_01 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_01 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_01 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_01 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before, .s_01 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #000;
  border-radius: 3px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_01 .accordion_one .accordion_inner {
  display: none;
  padding: 10px 30px 50px 30px;
  background-color: #FFF;
  box-sizing: border-box;
}
.s_01 .accordion_one:nth-of-type(2) .accordion_inner {
  background-color: #FFF;
}
.s_01 .accordion_one:nth-of-type(3) .accordion_inner {
  background-color: #FFF;
}
.s_01 .accordion_one .accordion_inner .box_one {
  height: auto;
}
.s_01 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_01 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}


/*footer*/

#footer {
	width:100%;
	background-color:#6FBA2C;
	text-align:center;
	padding-top:40px;
	padding-bottom:30px;
	margin-top: 100px;
}

#f_logo {
	width:290px;
	font-family:"a-otf-ud-shin-maru-go-pr6n", "ヒラギノ角ゴ", Osaka, sans-serif;
	color:#FFF;
  margin: 0 auto;
}

.text03 {
	font-size:15px;
}

.text04 {
	font-size:35px;
}

#f_add {
	width: 100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#FFF;
	line-height:23px;
	font-size:15px;
  margin: 0 auto;
  padding-top: 20px;
}

a.foot:link {color:#FFF; text-decoration:underline;} 
a.foot:visited {color:#FFF;} 
a.foot:hover {color:#F08300;} 

.copyright {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	color:#FFF;
	margin-top:30px;
  text-align: center;
}
