body{
  color:#000;
  font-family: "sans-serif";
  font-size: 13px;
  line-height: 2.0em;
  margin:0px;
  padding: 0px;
  text-align: center;

}

.AAA  {
  display: flex;
  justify-content: space-between;
  height: 80px;
  margin:0 10%;
}

.AAA >a{
text-decoration: none;
font-size: 40px;
padding: 10px;
}

.cp_hr05 {
	position: relative;
	height: 1px;
	border-width: 0;
	background-color: #00bcd4;
	background-image: -webkit-linear-gradient(left,
	#00bcd4 0%,#283593 50%,#00bcd4 100%);
	background-image:         linear-gradient(90deg,
	#00bcd4 0%,#283593 50%,#00bcd4 100%);
}

.btn-gradation {
  position: relative;
  /* display: inline-block; */
  /* font-weight: bold; */
  margin-left: 10px;
  margin-right: 10px;
  padding:10px 30px;
  text-decoration: none;
  color: #000;
  /* background: #00bcd4; */
  border-left: solid 6px #000;/*左線*/
  transition: .4s;
}

.btn-gradation:hover {
  background: #004aad;
  color: #fff;
}


.container {
  font-family: "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  text-align: center;
  padding: 10px;
  font-size: 15px;
}

header{
    padding:  10px 20px 10px 20px ;
    position:fixed;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100px;
    top: 0; /* 一番上に表示 */
    text-align:;center;
    color: #000;
    line-height:50px;
}

.TOP1{
  margin-top: 100px;
  background-image:url(../images/TOP6.png);
  background-repeat: no-repeat;
  background-size:cover;
  height:800px;
　text-align: center;
　color: #fff;
}


/* .slider{
  width: 50%;
  float:left;
  text-align: center;
} */

  /* .mongon{
    margin: 0px auto;
    padding: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 50%;
    text-align: center;
  } */

  .Service{
    margin: 0px auto;
    padding: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
  }

    .Service img{
    text-align: center;
    }


  .border{
      border-bottom: 6px solid;
      border-image: linear-gradient(to right, #00dbde 0%, #fc00ff 100%);
      border-image-slice: 1;
  }

.fontA{
  color: #FF5192;     /* 文字色指定 */
  font-size: 15px;
  font-weight: bold;
}

.fontB{
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
}

.fontC{
  font-size: 15px;
  font-weight: bold;
}

.fontD{
  font-weight: bold;
    font-size: 15px;
  background: linear-gradient(transparent 80%, #c1e0ff 0%);
}

.sectionA{
  color: #000;
  min-height: 350px;
  margin-top: 70px;
  margin-left: 20%;
  margin-right: 20%;
  margin-bottom: : 50px;

}

.sectionA h1{
  margin-top: 70px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 50px;
  font-size: 50px;
  text-align:center;
}


.sectionA h3{
  margin-top: 70px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 50px;
  font-size: 20px;
  text-align:center;
}

a.btn_09 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 300px;
  margin-top: 30px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	background: linear-gradient(to top, rgb(5, 130, 174), #27acd9);
	color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	transition: 0.5s;
}

a.btn_09:hover {
	color: #fff;
	opacity: 0.5;
}


.prof{
  margin: auto;
  text-align: center;
}

.prof img{
  margin-left: 30px;
  float: left;
}

.prof p{
  margin-left: 5px;
}

.thanks{
  margin: auto;
  text-align: center;
}

.contents{
  margin-top: 100px;
}

.contents p{
  margin-left: 30px;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


table.aaa{
  margin: auto;
  width: 100%;
}

table.aaa th{
  position: relative;
  text-align: center;
  width:20%;
}

table.aaa th:after{
  display: block;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #333;
  position: absolute;
  top:calc(50% - 1px);
  right:20px;
}

table.aaa td{
  text-align: left;
  width: 80%;
}

.formTable select {
  width: 80%;
}

input {
  width: 80%;
}


.kakunin{
  margin: 0 auto;
  text-align: center;
  margin-bottom: 150px;
}
.kakunin input {
  width: 30%;
}


.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa {
	border-top: 1px dotted #cccccc;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 1px;
	color: #1b2538;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 1em;
	cursor: pointer;
	border-bottom: 1px dotted #cccccc;
}
.cp_qa .cp_actab label:hover {
	color: #00838F;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.5s ease;
	        transition: max-height 0.5s ease;
	color: #ffffff;
	background: rgba(0, 131, 143, 0.5);
}

.cp_actab-content {
  padding-left: 80px;
}


.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em;
}
/* 質問を開いた時の仕様 */
/* --アイコン */
.cp_qa .cp_actab input:checked ~ label {
	color: #00838F;
}
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab label::after {
	line-height: 1.6;
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 3em;
	margin-top: -12.5px;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
	text-align: center;
}
.cp_qa .cp_actab input[type=checkbox] + label::after {
	content: '＋';
}
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}




.cb{
  clear: both;
}

.CVbtn-eria{
  margin-top: 0;
  float: right;
}

footer{
  background-color: #004aad;
  text-align: center;
  margin:0 auto;
  margin-top: 50px;
  height: 100px;

}

footer p{
  color:gray;
  font-size: 14px;
}


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

#formWrap h2{
    font-size: 15px;
    color:#ffffff;
  }


table.formTable{
	width:80%;
	margin-left: 50px;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
  color:#fff;
	font-weight:normal;
	background-color: rgba(0, 0, 0, 0.3);
	text-align:left;
}

table.formTable td{
  color: #FF5192;
  font-size: 90%;
	font-weight:normal;
	background:rgba(255, 255, 255, 0.4);
	text-align:left;
}

.formTable select {
  padding: 0 10px;
  height: 30px;
  font-size: 90%;
}

.formTable textarea {
    height: 150px; /* お好みの高さに */
    width: 80%;
}

input[type="number"],
input[type="text"],
input[type="submit"],
input[type="reset"]{
  padding: 0 10px;
  height: 30px;
  font-size: 90%;
}

.kakunin{
  margin: 20px;
  padding: 10px 10px 10px 10px;
}



/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
