@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap');
/*ナビゲーションの箱 */
* {
  margin: 0;
  padding: 0;
 }

header{
    width:100%;
    background-color:#114cb2;
    height: 100px;
    display:flex;
    justify-content:space-between; 
    margin: 0;
    padding: 0;
    align-items:center;
　　　position:fixed;  
    top:0;  
    left:0; 
}
gazou {
  height: 40px;
  width: 200px;
}
h1 {
  /* 文字の大きさ */
  font-size: 26px;
  /* 文字の種類 */
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: white;
  /* 文字の整列 */
  text-align: center;
}
h2 {
  /* 文字の色 */
  color: #00579B;
  font-family:'M PLUS Rounded 1c', sans-serif;
  /* 文字の大きさ */
  font-size: 45px;
  /* 下がわの余白 */
  margin: 20px;
  border-left-width: 10px;
  padding-left: 15px;
  margin-left: 30px;
}
.itiran {
  font-size:90px;
  font-family:'M PLUS Rounded 1c', sans-serif;
  color: white;
}
.setumei {
  background-image: url(./img/sigoto.PNG);
  background-attachment: fixed;
  background-size: cover;
  height: 350px;
  width: auto;
  background-position: center;
  border-radius: 0px;
}
.toiawase {
    padding: 40px 140px;
}
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1em 0;
	color: #1b2538;
	font-family:'M PLUS Rounded 1c', sans-serif;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 2.5em;
	cursor: pointer;
	text-indent: 1em;
	border-radius: 0.5em;
	background: rgba(27,37,56,0.1);
	font-size: 25px;
	color: #00579B;
}
.cp_qa .cp_actab label::before {
  font-family:'M PLUS Rounded 1c', sans-serif;
	font-size: 1.5em;
	margin-left: -2em;
	padding-right: 0.5em;
	content: 'Q';
}
.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
	color: #29b6e6;
}
.cp_qa .cp_actab label::after {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	top: 0;
	right: 0;
	content: '＋';
	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 0.4s;
	        transition: transform 0.4s;
}
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	font-size: 25px;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 2.5em;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
	border-radius: 0 0 0.5em 0.5em;
}
.cp_qa .cp_actab .cp_actab-content::before {
  font-family:'M PLUS Rounded 1c', sans-serif;
	font-size: 1.5em;
	position: absolute;
	margin: 0.4em 0 0 -1em;
	padding: 0;
	content: 'A';
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em 1em 1em 0;
}
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
	border: 10px solid rgba(27,37,56,0.1);
}
.cp_qa .cp_actab input:checked ~ label {
	color: #29b6e6;
	border-radius: 0.5em 0.5em 0 0;
}
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 318px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 23px;
  font-family:'M PLUS Rounded 1c', sans-serif;
  color:#00579B;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 23px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #29b6e6;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 200px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
　background: #ebebeb;
  font-size: 22px;
  font-family:'M PLUS Rounded 1c', sans-serif;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 200px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #ebebeb;
  font-size: 22px;
    font-family:'M PLUS Rounded 1c', sans-serif;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 23px;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #29b6e6;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
    font-family:'M PLUS Rounded 1c', sans-serif;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 25px;
  }
}
.pagetop {
    height: 100px;
    width: 100px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 4px #3dbceb;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    
}
.pagetop__arrow {
    height: 25px;
    width: 25px;
    border-top: 4px solid #3dbceb;
    border-right: 4px solid #3dbceb;
    transform: translateY(20%) rotate(-45deg);
}
.pagetop {
  box-shadow: 0 5px 10px rgb(0 0 0 / 60%);
}
html {
  height: 100%;
  width: 100%;
}
/* ===== フッターのスタイル ===== */
/* フッター */
footer {
  /* 文字の色 */
  color: white;
  /* 背景の色 */
  background-color: #114cb2;
  /* 文字の整列 */
  text-align: center;
  /* 内がわの余白 */
  padding: 10px;
}