main{
  text-align: center;
  width: 100%;
}


main h2{
  width: 300px;
  margin:  0 auto;
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  border-bottom: #505980 solid 3px;
}

img{
  max-width: 1000px;
  width: 100%;
}

.header-3 {
  box-sizing: border-box;
  width: 100%;}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  padding: 0 0.8em;
  margin: 0 auto;
	background: #505980;
}

.header-nav {
  display: flex;
  align-items: center;
}

.header-nav-item {
  display: flex;
  align-items: center;
}

.header-nav img {
	width: 40px;
	margin-right: 5px;
}

.logo h1{
	color: #FFF;
	font-size: 2em;
}

.header-button {
  line-height: 25px;
  box-sizing: border-box;
  display: inline-block;
  padding: 0.5em 1.2em;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  margin-right: 20px;
}

.header-number {
  color: #fff;
	font-size: 2.5em;
}

.header-number-time{
  color: #FFF;
  font-size: 1em;
}

.header-post {
  line-height: 35px;
  font-weight: bold;
  color: #000;
  background: #FFF;
  border: 1px #FFF solid;
  border-radius: 13px;
	font-size: 1em;
}

@media screen and (max-width: 480px) {
  .header-post {
    display: none;
  }
}

/*背景＿色指定*/
.back_grey {
  background: #EDEBE3;
}

.back_derkgrey{
  background:#C6C4BD;
}

.back_kon{
  background: #505980;
}


/*お問い合わせボタン*/
.item{
  display: flex;
  justify-content: center;
}

.contact_button{
  height: 300px;
  text-align: center;
  padding:  0 auto;
}

.contact_button p{
  margin: 10px auto;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}

.contact_button1{
  width: 250px;
  background:#505980;
  border: 3px solid #505980;
  color: #EDEBE3;
  padding: 20px;
  font-weight: bold;
  margin: 10px;
}
.contact_button2{
  width: 250px;
  background:#EDEBE3;
  border: 3px solid #505980;
  color: #505980;
  padding: 20px;
  font-weight: bold;
  margin:10px;
}


/*コンテンツ独自*/

.contents01 h2{
  width: 800px;
}

.boxall{
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  margin: 0px auto;
}

.box3{
  width: 300px;
  color: #C6C4BD;
  position: relative;
  margin: 0 auto;
  padding: 20px;
}


.box3 img{
  width: 200px;
}


.box3 h3{
  font-size: 1.7em;
  font-weight: bold;
  color: #FEE600;
  position: absolute;
  top: 210px;
  left: 30%;
  transform: translate(-10%,-50%);
}

.boxtext{
  padding: 20px 0;
  height: 120px;
}

.boxdesign1{
  background-color: #FFF;
  border-radius: 9999px;
  margin: 10px auto 30px auto;
  width: 200px;
  padding: 10px;
  color: #333;
}

.contents01 .kigou{
  width: 50px;
  margin-bottom: 20px;
}

.contents02 .box3{
  color: #000;
  margin-top: 20px;
  background: #C6C4BD;
}

.contents02 h4{
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 20px;
}

.contents02 ol{
  list-style-type: decimal;
  padding: 10px;
  height: 170px;
}

.contents02 ol li{
  text-align: left;
  margin-left: 10px;
  padding-bottom: 10px;
  height: 50px;
}

.contents03{
  height: 1050px;
  margin: 0 auto;
  text-align: center;
}

.box4{
  width: 300px;
  padding: 20px;
  text-align: center;
}

.box4 img{
  border-radius: 5%;
}

.box4 h3{
  width: 200px;
  text-align: center;
  font-size: 1.2em;
  border-bottom: #000 solid 2px;
  padding-top: 10px;
  margin: 0 auto;
}

.box4 p{
  padding: 10px;
}

.contents04{
padding-bottom: 50px;
/* background-image: url(img/006.png);
  background-repeat: no-repeat;
  background-size: 1000px;
  background-position: center top;*/
}

.contents04 h3{
  margin-top: 50px;
  color: #EDEBE3;
  font-size: 2em;
  font-weight: bold;
  line-height: 45px;
}
.contents04 h3 span{
  color: #FEE600;
}

.contents04 table{
  margin: 0 auto;
  margin-top: 50px;
  text-align: left;
  font-size: 1.3em;
  color: #EDEBE3;
}

.contents04 tr {
  padding: 15px;
}
.contents04 th{
  padding: 15px;
  text-align: center;
  border: #C6C4BD 3px solid;
}

.contents04 td{
  padding: 15px;
  border: #C6C4BD 3px solid;
}

.contents05{
  padding-bottom: 30px;
}
.contents05 p{
  padding-top: 5px;
}


.contents06{
  background-image: url(img/008.png);
  height: 300px;
}

.contents06_text{
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 2em;
  line-height: 40px;
  color: #FEE600;
}

.contents08{
  padding-bottom: 30px;
}

.contents09{
  height: 200px;
}

.contents09 p{
  padding: 5px;
}
.contents09-text{
  padding-top: 50px;
}
.contents09-text a:hover{
  background: #FEE600;
}

/*google フォーム*/
.c-form {
	max-width: 600px;
	margin: 0 auto;
}
.c-form__item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin-bottom: 20px;
}
.c-form__label,
.c-form__input {
	padding: 10px;
}
.c-form__label {
	width: 90%;
  text-align:left;
}
.c-form__input {
	width: 90%;
	font-size: 16px;
	border: solid 1px #333;
	border-radius: 4px;
}
.c-form__input:focus-visible {
	outline: #505980 auto 1px;
}
.c-form__required {
	color: #fff;
	background-color: #505980;
	border-radius: 4px;
	padding: 5px 5px;
	margin: 0 0 0 18px;
}
textarea.c-form__input {
	height: 160px;
  text-align: left;
}
.c-form__submit {
	text-align: center;
  margin-bottom: 10px;
}
.c-form__submit button {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #505980;
	border: solid 1px #505980;
	border-radius: 4px;
	padding: 5px 32px;
	transition: 0.4s;
	cursor: pointer;
}
.c-form__submit button:hover {
	color: #505980;
	background-color: transparent;
}

.googleform{
  background: #EDEBE3;
}


/*フッタ―*/
footer p{
  height: 50px;
  padding-top: 17px;
  text-align: center;
}

/*マニュアルページ*/



.manual h1{
  font-size: 1.5em;
}

.manual h2{
  width: 250px;
  height: 50px;
  text-align: center;
  border: solid 2px #505980;
  border-radius: 25px;
  display: block;
  margin: 20px;
  padding: 10px 0px;
  color: #edebe3;
  font-size: 1.5em;
  background-color: #505980;
}

.manual h3{
  font-size: 1.3em;
  color: #505980;
  font-weight: bold;
  border-left: 3px dotted #505980;
  padding: 10px;
  margin:20px 100px;
  text-align: left;
  display: block;
}

.manual{
  width: 100%;
  text-align: left;
  display: inline-block;
  color: #505980;
  padding: 30px;
}
.manual_center{
  padding-left: 500px;
}

.manual ul{
  list-style-type: disc;
  color: #505980;
}
.manual li{
  margin: 10px 0px 10px 130px;
}

.download table{
  text-align: center;
  margin-left: 100px;
  }

  .download td{
    width: 300px;
    padding: 10px;
  }
  .download_text{
    text-align: left;
  }

  .download_bottom {
    border: solid 2px #505980;
    border-radius: 25px;
    margin: 20px;
    padding: 10px 15px;
  }

  .download_bottom:hover{
    background-color: #ffde59;
  }

  .hover9 {
    display: inline-block;
    position: relative;
    text-decoration: none;
  }
  .hover9::after {
    position: absolute;
    content: '';
    bottom: -5px;
    left: 0;
    width: 0;
    height: 3px;
    background: #ffde59;
    transition: all 0.3s ease 0s;
  }
  .hover9:hover {
    cursor: pointer;
    color: #ff0000;
  }
  .hover9:hover::after {
    width: 100%;
  }


  /*Thanks ページ*/

.thankspage p{
  padding-top: 20px;
}

.thankspage h2{
  width: 400px;
}

  .topback{
    margin: 30px;
  }

  .top_bottom {
    border: solid 2px #505980;
    border-radius: 25px;
    margin: 20px;
    padding: 10px 15px;
  }

  .top_bottom:hover{
    background-color: #e6e6fa;
  }

  /*企業情報*/

  .company_table{
    text-align: left;
    margin: 30px auto;
  }

  .company_table td{
    padding: 30px;
    border-bottom: 1px solid #717a99;
  }

  .table_left{
    text-align: center;
  }

  .map{
    text-align: center;
    padding: 30px;
  }

  /*スマホ画面調整*/
.sp{
  display: none;
}

.header-sp{
  display: none;
}

@media screen and (max-width: 640px){
  .header-3{
    display: none;
  }

  .rogo{
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 0 15px 30px;
    width: 157px;
  }
  .rogo img{
    width: 100%;
    height: auto;
  }
  .header-sp{
    display: block;
    background-color: #505980;
    height: 30px;
    color: #EDEBE3;
    position: relative;
    width: 100%;
    max-width: 1200px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    padding: 30px 0;
  }
.header-sp h1{
  width: 200px;
  line-height: 30px;
  font-size: 1.3em;
  font-weight: bold;
  color: #EDEBE3;
}

  #navwrap{
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 30px 15px 0;
  }
  .header_menu{
    display: flex;
  }
  ul,li{
    list-style: none;
    margin: 0;
  }
  .header_menu li a{
    cursor: pointer;
    padding: 0 10px;
    text-decoration: none;
    color: #333;
  }
  #switch{
    display: none;
  }
  .main p{
    padding: 500px 0;
    text-align: center;
}
#switch ~ label {
  padding: 12px 12px;
  width: 60px;
  height: 60px;
  background: #333;
  position: fixed;
  box-sizing: border-box;
  top: 0;
  right: 0;
  z-index: 999;
  cursor: pointer;
}
#switch ~ label span{
  display: block;
  width:22px;
  height:2px;
  top: 50%;
  left: 0;
  right: 0;
  margin:auto;
  background: #fff;
  position: absolute;
  -webkit-transition: 0.2s transform;
  transition: 0.2s transform;
}
#switch ~ label span:before,
#switch ~ label span:after{
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  width:22px;
  height:2px;
  left: 0;
  right: 0;
  margin: auto;
}
#switch ~ label span:before{
  top: -9px;
}
#switch ~ label span:after{
  top: 9px;
}
#navwrap{
  padding-top: 0;
  position: fixed;
  top: -100%;
  left: 0;
  width: calc(100% - 60px);
  height: 100%;
  background: rgba(0,0,0,0.8);
  transition: all 0.4s;
  padding: 60px;
  box-sizing: border-box;
}
#switch:checked ~ #navwrap {
  display: block;
  top: 0;
}
.header_menu{
  display: flex;
  flex-direction: column;
}
.header_menu li{
  margin: 0 auto 30px;
}
.header_menu li a{
  color: #fff;
}
/*.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}*/
}


  @media screen and (max-width: 480px){
    img{
      max-width: 430px;
    }
  .sp{
    display: block;
  }
  .spnone{
    display: none;
  }

.maintop-sp{
  text-align: left;
  width: 400px;
  margin: 0 auto;

}
.maintop-sp h1{
  font-size: 2em;
  padding: 20px 0;
  font-weight: bold;
  line-height: 45px;
}
.maintop-sp p{
  font-size: 1.2em;
}
.maintop-sp td{
  font-size: 1.5em;
  line-height: 80px;
  padding-left: 5px;
  padding-top: 10px;
  text-decoration: underline #FEE600 10px;
}
.maintop-sp td img{
  width: 80px;
}
.main-top{
  background-image: url(img/top.png);
  background-repeat: no-repeat;
  background-size: 200px;
  background-position: right top;
}

  .contents01 h2{
    font-size: 1.5em;
    max-width: 300px;
    line-height: 1.5em;
  }

  .contents03{
    height: 2700px;
  }
  .boxall{
    display:block;
    margin: 0 auto;
    width: 300px;
  }
  .box4{
    padding: 20px auto;
  }
  .contents04 img{
    margin: 0 auto;
  }

  .contents04 table{
    font-size: 1em;
    margin: 20px;
    margin-top: 150px;
  }

  .contents04 tr {
    padding: 5px;
  }
  .contents04 th{
    padding: 5px;
  }

  .contents04 td{
    padding: 5px;
  }
}
