@charset "UTF-8";
/* CSS Document */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input {
  /* 1 */
  overflow: visible;
}
button,
select {
  /* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix:before {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  display: block;
}

.forPC {
  display: block;
}
.forSP {
  display: none;
}
/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}

.accordion-area li {
  margin: 10px 0;
}

.accordion-area section {
  border: 5px solid #00c05a;
  border-radius: 20px;
}

/*アコーディオンタイトル*/
.title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1.5em;
  font-weight: bold;
  padding: 1% 3% 1% 50px;
  transition: all 0.5s ease;
}

/*アイコンの＋と×*/
.title::before,
.title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #333;
}
.title::before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);
}
.title::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.title.close::before {
  transform: rotate(45deg);
}

.title.close::after {
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
  display: none; /*はじめは非表示*/
  background: #f3f3f3;
  margin: 0 3% 3% 3%;
  padding: 1%;
}
.box p {
  margin: 0 0 10px 0px;
  padding: 10px;
  font-size: 1.1em;
}


.con_in {
  position: relative;
  width: 1000px;
  margin: 0px auto;
}

@media (max-width: 1000px) {
  .con_in {
    width: 100%;
  }
}

.logo {
  width: 330px;
  float: left;
  margin: 15px 0px 0px 0px;
}
.header_right {
  width: 668px;
  float: right;
  margin: 10px 0px 10px 0px;
}
.header_btn01 {
  width: 329px;
  float: left;
  margin: 0px 10px 0px 0px;
}
.header_btn02 {
  width: 83px;
  float: left;
  margin: 0px 10px 0px 0px;
}
.header_btn03 {
  width: 83px;
  float: left;
  margin: 0px 10px 0px 0px;
}
.header_tel {
  width: 329px;
  float: left;
  margin: 0px 0px 0px 0px;
}
.fv {
  position: relative;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  line-height: 0px;
height:590px;
  background: url("../img/n2602_fv_bg.png");
background-position: 50%  0%;
background-size: cover;
}
.fv_item{
	position:absolute;
	top:350px;
  z-index: 900;
  animation: fvitemnagare 180s linear infinite alternate;
}
@keyframes fvitemnagare {
  0% {
    margin-left:0px;
  }
  100% {
    margin-left:-6000px;
  }
}
@media (max-width: 1000px) {
  .fv {
    height:57vw;
  }
	.fv_item{
		top:30vw;
	}
	.fv_item img{
		width:1000vw;
	}

@keyframes fvitemnagare {
  0% {
    margin-left:0px;
  }
  100% {
    margin-left:-900vw;
  }
}
}
.fv .camtxt01 {
  position: absolute;
  top: 10px;
  z-index: 999;
  font-size: 20px;
  padding: 20px;
  background: #fcff00;
  width: 95%;
  margin: 0px auto;
  text-align: center;
}
.camtxt01 {
  font-size: 20px;
  padding: 5px;
  background: #fcff00;
  width: 95%;
  margin: 0px auto 20px auto;
  text-align: center;
}
.red {
  color: #ff0000;
}
.big {
  font-size: 1.5em;
}
.slideshow-container {
  width: 100%;
  height: 550px;
  overflow: hidden;
  position: relative;
}

.slide {
  width: 100%;
  height: 550px;
  position: absolute;
}

.slide img {
  width: inherit;
  height: inherit;
  margin: 0;
  padding: 0;
  border: none;
}

.slide.fade:first-child {
  opacity: 1;
}
.fv_image {
	position:absolute;
  left:0;
  right:0;
	top:70px;
	z-index: 998;
  margin:0 auto;
  padding: 0px 0px 0px 0px;
  line-height: 0;
}
.fv_under {
	position:relative;
  background: #fcff00;
  height:190px;
	width:100%;
}

.block_image {
  position: relative;
  margin: 0px auto 0px auto;
}

.mado_btn {
  position: absolute;
  bottom: 0px;
  left: 10px;
  width: 75%;
  animation: anime1 0.5s ease 0s infinite alternate;
  transform-origin: center;
}
@keyframes anime1 {
  from {
    transform: scale(0.9, 0.9);
  }
  to {
    transform: scale(1, 1);
  }
}

.ban01 {
	position:absolute;
  width: 95%;
  left:0;
  right:0;
	top:-40px;
	z-index: 999;
  margin: 0px auto 0px auto;
}
.contents {
  padding: 50px 0px 0px 0px;
}
.pointtxt {
  text-align: center;
  font-size: 36px;
  line-height: 150%;
  font-weight: bold;
  margin: 0px auto 20px auto;
}
.btn_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10px;
  row-gap: 20px;
}
.btn {
  margin: 0px;
  padding: 0px;
}
.btntxt {
  text-align: center;
  font-size: 1.3em;
  margin: 0px;
  padding: 0px;
}
.con_title {
  position: relative;
  width: 100%;
  height: 70px;
  background: #009315;
  padding: 20px 0px;
  text-align: center;
  color: #ffffff;
  font-size: 60px;
  font-weight: bold;
  marginn: 0px auto 30px auto;
}
.con_title:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 147, 21, 0);
  border-top-width: 26px;
  border-bottom-width: 26px;
  border-left-width: 15px;
  border-right-width: 15px;
  margin-left: -15px;
  border-top-color: #009315;
  top: 100%;
  left: 50%;
}
.service_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10px;
  row-gap: 10px;
}
.service_item {
  position: relative;
}
.service_image {
  margin: 0px;
  padding: 0px;
}
.item_txt01 {
  position: absolute;
  top: 25px;
  left: 15px;
  font-weight: bold;
  font-size: 20px;
}
.item_txt02 {
  position: absolute;
  top: 15px;
  left: 15px;
  font-weight: bold;
  font-size: 20px;
}
.item_txt03 {
  position: absolute;
  top: 15px;
  left: 15px;
  font-weight: bold;
  font-size: 20px;
}
.item_txt04 {
  position: absolute;
  top: 50px;
  left: 15px;
  font-weight: bold;
  font-size: 14px;
}
.service_txt {
  font-size: 1.1em;
  line-height: 140%;
  margin: 5px;
  padding: 0px;
}
.point02_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
  row-gap: 10px;
}
.point02_grid02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
  row-gap: 0px;
}
.point02_title {
  color: #00a2ff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(transparent 60%, #fcff00 60%);
  margin: 0px;
  padding: 0px;
}
.point02_image02 {
  margin: 10px 0px 10px 0px;
  padding: 0px;
}
.point02_txt {
  font-size: 20px;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
.point03_image {
  width: 323px;
  float: right;
  margin: 0px 50px 0px -323px;
}

.point03_txt {
  display: inline-block;
  color: #ff0000; /* 文字の色 */
  font-size: 36pt; /* 文字のサイズ */
  letter-spacing: 8px; /* 文字間 */
  text-shadow: 4px 4px 0px #ffffff, -4px 4px 0px #ffffff, 4px -4px 0px #ffffff,
    -4px -4px 0px #ffffff, 4px 0px 0px #ffffff, 0px 4px 0px #ffffff,
    -4px 0px 0px #ffffff, 0px -4px 0px #ffffff, 5px 5px 10px #000000;
  margin: 50px 0px 0px 50px;
}

.flow_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 10px;
}
.flow_item {
  border-radius: 20px;
  border: 3px solid #cccccc;
}
.flow_item_title_area {
  position: relative;
  background: #00a2ff;
  border-radius: 18px 18px 0px 0px;
  height: 100px;
  margin: 0px;
}
.flow_item_title_num {
  position: absolute;
  top: 10px;
  left: 15px;
  background: #fff;
  border-radius: 300px;
  font-size: 50px;
  font-weight: bold;
  width: 80px;
  height: 70px;
  margin: 0px;
  padding: 10px 0px 0px 0px;
  text-align: center;
  color: #00a2ff;
}
.flow_item_title01 {
  position: absolute;
  top: 12px;
  left: 100px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.flow_item_title02 {
  position: absolute;
  top: 0px;
  left: 100px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.flow_image {
  width: 90%;
  margin: 20px auto;
}
.flow_txt {
  width: 90%;
  font-size: 18px;
  margin: 0px auto 20px auto;
}
.point04 {
  width: 80%;
  margin: 0px auto 20px auto;
}
.point04_list {
  list-style: none;
  padding: 50px 0px 50px 0px;
}
.point04_list li {
  font-size: 30px;
  font-weight: bold;
  margin: 0px 0px 20px 50px;
}
.point04_list li:before {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 45px; /*画像の幅*/
  height: 45px; /*画像の高さ*/
  background: url(../img/check.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  padding: 0px 0px 0px 20px;
}

.company_tbl {
  border-collapse: collapse;
  width: 100%;
  margin: 0px auto 20px auto;
}
.company_tbl th {
  width: 15%;
  border: 2px solid #dddddd;
  text-align: left;
  padding: 10px;
}
.company_tbl td {
  border: 2px solid #dddddd;
  text-align: left;
  padding: 10px;
}
.form_area {
  width: 80%;
  margin: 50px auto 220px auto;
}
.form_txt01 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin: 0px auto 20px auto;
}
.form_cate {
  font-size: 24px;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
.form_input {
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
input,
textarea {
  background-color: #f2f4f5;
  border: none;
  border-radius: 3px;
  padding: 15px 20px;
  font-size: 16px;
  color: #333;
  flex-grow: 1;
  width: 100%;
}
input::placeholder,
textarea::placeholder {
  color: #999;
  font-size: 14px;
}

.reset {
  color: black;
  text-decoration: none;
  font-family: sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
}

.button-shadow {
  text-align: center;
  box-sizing: border-box;
  display: block;
  max-width: 200px;
  width: 100%;
  margin: 0 auto 20px auto;
  background: #447fff;
  color: #fff;
  font-weight: bold;
  padding: 13px 10px 10px;
  border-radius: 5px;
  border-bottom: 5px solid rgba(0, 0, 0, 0.3);
  &:hover {
    animation: 1s flash;
  }
  &:active,
  &:focus {
    border-bottom-width: 0;
    margin-top: 5px;
    background: #ff9300;
  }
}

@keyframes flash {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}


#formWrap,
#thanks {
  width: 800px;
  margin: 0px auto;
  padding: 150px 0px 0px 0px;
}

#thanks {
  text-align: center;
}

#formWrap h3 {
  text-align: center;
  fonnt-size: 40px;
  margn: 0px auto 20px auto;
}

.formTable th {
  text-align: left;
  padding: 5px;
}

.subpage {
  padding: 170px 0px 200px 0px;
  width: 1000px;
  margin: 0px auto;
}
.page_title {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 50px;
  border-bottom: 2px solid #000;
}
.sub_title {
  margin: 0px 0px 10px 0px;
}
.sub_txt {
  margin: 0px 0px 50px 0px;
}

.service_image img {
  width: 100% !important;
  height: auto !important;
}
.point01 img {
  width: 100% !important;
  height: auto !important;
}

@media screen and (max-width: 480px) {
  .forPC {
    display: none;
  }
  .forSP {
    display: block;
  }

  .con_in {
    position: relative;
    width: 100%;
    margin: 0px auto;
  }
  .logo {
    width: 170px;
    float: left;
    margin: 15px 0px 0px 0px;
  }
  .header_right {
    width: 120px;
    float: right;
    margin: 10px 0px 10px 0px;
  }
  .header_btn01 {
    width: 50px;
    float: left;
    margin: 0px 10px 0px 0px;
  }
  .header_btn02 {
    width: 50px;
    float: left;
    margin: 0px 10px 0px 0px;
  }
  .header_btn03 {
    width: 50px;
    float: left;
    margin: 0px 5px 0px 0px;
  }
  .fv {
    position: relative;
    margin: 0px;
    padding: 2vw 0px 0px 0px;
    height:70vw;
    line-height: 0px;
  background: url("../img/n2602_fv_bg.png");
background-position: 50%  0%;
background-size: cover;
  }
  .fv .camtxt01 {
    position: absolute;
    top: 2vw;
    z-index: 999;
    font-size: 14px;
	font-weight:bold;
    padding: 2px 0px;
    background: #fcff00;
    width: 100%;
    margin: 0px auto;
    text-align: center;
    line-height: 150%;
  }
	.fv_item{
		top:40vw;
	}
  .slideshow-container {
    height: 220px;
  }

  .slide {
    height: 220px;
  }
  .camtxt01 {
    font-size: 14px;
	font-weight:bold;
    padding: 5px;
    background: #fcff00;
    width: 95%;
    margin: 0px auto 20px auto;
    text-align: center;
  }
  .fv_bg {
    margin-top: 30px;
  }
  .fv_under {
    background: #fcff00;
    padding: 10vw 0px 5px 0px;
	height:5vw;
  }
  .fv_image {
    margin: 0px;
    padding: 0vw 0px 0px 0px;
    line-height: 0;
  }
  .fv_image img {
    width: 100%;
    height: auto;
  }
  .ban01 {
    width: 95%;
    margin: -25px auto 0px auto;
  }
  .contents {
    padding: 20px 0px 0px 0px;
  }

  .mado_btn {
    bottom: -10px;
  }
  .pointtxt {
    text-align: center;
    font-size: 18px;
    line-height: 150%;
    font-weight: bold;
    margin: 0px auto 20px auto;
  }
  .btntxt {
    text-align: center;
    font-size: 0.8em;
    margin: 0px;
    padding: 0px;
  }
  .con_title {
    position: relative;
    width: 95%;
    height: auto;
    background: #009315;
    padding: 20px 0px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    margin: 0px auto 30px auto;
  }
  .con_title:after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(0, 147, 21, 0);
    border-top-width: 26px;
    border-bottom-width: 26px;
    border-left-width: 15px;
    border-right-width: 15px;
    margin-left: -15px;
    border-top-color: #009315;
    top: 100%;
    left: 50%;
  }
  .service_grid {
    width: 98%;
    margin: 0px auto 30px auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    row-gap: 10px;
  }
  .service_image {
    margin: 0px;
    padding: 0px;
  }
  .item_txt01 {
    position: absolute;
    top: 18px;
    left: 10px;
    font-weight: bold;
    font-size: 10px;
  }
  .item_txt02 {
    position: absolute;
    top: 13px;
    left: 10px;
    font-weight: bold;
    font-size: 10px;
  }
  .item_txt03 {
    position: absolute;
    top: 13px;
    left: 10px;
    font-weight: bold;
    font-size: 10px;
  }
  .item_txt04 {
    position: absolute;
    top: 30px;
    left: 10px;
    font-weight: bold;
    font-size: 7px;
  }
  .service_txt {
    font-size: 0.8em;
    line-height: 140%;
    margin: 3px;
    padding: 0px;
  }

  .point02_grid {
    width: 95%;
    margin: 0px auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 10px;
    row-gap: 10px;
  }
  .point02_grid02 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    row-gap: 0px;
  }
  .point02_title {
    color: #00a2ff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(transparent 60%, #fcff00 60%);
    margin: 0px;
    padding: 0px;
  }
  .point02_image02 {
    margin: 10px 0px 10px 0px;
    padding: 0px;
  }
  .point02_txt {
    font-size: 14px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
  }
  .point03_image {
    width: 150px;
    float: right;
    margin: 0px 0px 0px -150px;
  }

  .point03_txt {
    display: inline-block;
    color: #ff0000; /* 文字の色 */
    font-size: 18px; /* 文字のサイズ */
    letter-spacing: 1px; /* 文字間 */
    line-height: 150%;
    text-shadow: 0px 0px 3px #ffffff;
    margin: 30px 0px 0px 20px;
    width: 60%;
  }

  .flow_grid {
    width: 95%;
    margin: 0px auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 20px;
    row-gap: 10px;
  }
  .flow_item {
    border-radius: 20px;
    border: 3px solid #cccccc;
  }
  .flow_item_title_area {
    position: relative;
    background: #00a2ff;
    border-radius: 18px 18px 0px 0px;
    height: 70px;
    margin: 0px;
  }
  .flow_item_title_num {
    position: absolute;
    top: 12px;
    left: 15px;
    background: #fff;
    border-radius: 300px;
    font-size: 30px;
    font-weight: bold;
    width: 50px;
    height: 40px;
    margin: 0px;
    padding: 5px 0px 0px 0px;
    text-align: center;
    color: #00a2ff;
  }
  .flow_item_title01 {
    position: absolute;
    top: 9px;
    left: 80px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
  }
  .flow_item_title02 {
    position: absolute;
    top: 0px;
    left: 80px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
  }
  .flow_image {
    width: 90%;
    margin: 20px auto;
  }
  .flow_txt {
    width: 90%;
    font-size: 14px;
    margin: 0px auto 20px auto;
  }
  .point04 {
    width: 90%;
    margin: 0px auto 20px auto;
  }
  .point04_list {
    list-style: none;
    padding: 20px 0px 20px 0px;
  }
  .point04_list li {
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 20px 0px;
  }
  .point04_list li:before {
    content: ""; /*何も入れない*/
    display: inline-block;
    width: 25px; /*画像の幅*/
    height: 25px; /*画像の高さ*/
    background: url(../img/check.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    padding: 0px 0px 0px 20px;
  }

  .company_tbl {
    border-collapse: collapse;
    width: 98%;
    margin: 0px auto 20px auto;
  }
  .company_tbl th {
    width: 35%;
    border: 2px solid #dddddd;
    text-align: left;
    padding: 10px;
  }
  .company_tbl td {
    border: 2px solid #dddddd;
    text-align: left;
    padding: 10px;
  }
  .form_area {
    width: 95%;
    margin: 30px auto 120px auto;
  }
  .form_txt01 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 0px auto 20px auto;
  }
  .form_cate {
    font-size: 20px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
    padding: 0px;
  }
  input,
  textarea {
    background-color: #f2f4f5;
    border: none;
    border-radius: 3px;
    padding: 15px 20px;
    font-size: 16px;
    color: #333;
    flex-grow: 1;
    width: 90%;
  }
  input::placeholder,
  textarea::placeholder {
    color: #999;
    font-size: 14px;
  }
  /*アコーディオン全体*/
  .accordion-area {
    list-style: none;
    width: 95%;
    margin: 0 auto;
    padding: 0px;
  }

  .accordion-area li {
    margin: 10px 0;
  }

  .accordion-area section {
    border: 3px solid #00c05a;
    border-radius: 20px;
  }

  /*アコーディオンタイトル*/
  .title {
    position: relative; /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 1% 3% 1% 50px;
    transition: all 0.5s ease;
  }

  /*アイコンの＋と×*/
  .title::before,
  .title::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    background-color: #333;
  }
  .title::before {
    top: 48%;
    left: 15px;
    transform: rotate(0deg);
  }
  .title::after {
    top: 48%;
    left: 15px;
    transform: rotate(90deg);
  }
  /*　closeというクラスがついたら形状変化　*/
  .title.close::before {
    transform: rotate(45deg);
  }

  .title.close::after {
    transform: rotate(-45deg);
  }

  /*アコーディオンで現れるエリア*/
  .box {
    display: none; /*はじめは非表示*/
    background: #f3f3f3;
    margin: 0 3% 3% 3%;
    padding: 1%;
  }
  .box p {
    margin: 0 0 10px 0px;
    padding: 10px;
    font-size: 1.1em;
  }
  

  #formWrap,
  #thanks {
    width: 95%;
    margin: 0px auto;
    padding: 100px 0px 0px 0px;
  }

  #thanks {
    text-align: center;
  }

  #formWrap h3 {
    text-align: center;
    fonnt-size: 16px;
    margn: 0px auto 20px auto;
  }

  .formTable th {
    text-align: left;
    padding: 5px;
  }

  .subpage {
    padding: 120px 0px 80px 0px;
    width: 95%;
    margin: 0px auto;
  }
  .page_title {
    font-size: 110%;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 2px solid #000;
  }
  .sub_title {
    font-size: 100%;
    margin: 0px 0px 10px 0px;
  }
  .sub_txt {
    margin: 0px 0px 30px 0px;
  }
}



#contents header{
  display: none;
}


.fix_btn{
	position:fixed;
	bottom:0px;
	z-index:999;
	background:rgba(255,255,255,0.7);
	padding:30px 0px 20px 0px;
	width:100%;
}


@media screen and (max-width: 480px) {
.fix_btn{
	position:fixed;
	bottom:0px;
	z-index:999;
	background:rgba(255,255,255,0.7);
	padding:10px 0px 10px 0px;
	width:100%;
}
}
