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

*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body{
	line-height: 1.8;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	background: #fff;
	font-size: 1.33rem;
}

img {
	max-width: 100%;
}

#head {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0px 20px;
  background: #fff;
  box-sizing: border-box;
  transition: padding .3s;
}
#head.scroll {
  padding: 0px 10px;
}

.test {
	float: right;
}

.test a {
	text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px auto 0 auto;
  padding: 0.5em 1em;
  max-width: 240px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background-color: #dd6c2a;
  border-radius: 50vh;
}

.test a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

.test a:hover {
  text-decoration: none;
  background-color: #bbbbbb;
}

.logo{
	width: 120px;
	float: left;

}

strong {
	color: #EE6300;
	font-size: 1.4rem;
}



main {
	width: 100%;

}

.green,.fa-circle-check {
    color: #9BCD37;
}
.yellow {
	color: #F2C400;
}

i {
	margin-right: 5px;
}

main header {
		margin-top: 40px;
	background: url("../images/bg1.png") no-repeat;
	background-size:cover;
	background-position:center;
	padding: 100px;
	min-height: 500px;
	color: #fff;
	text-align: center;
	margin-bottom: -20px;
}

main header h2 {
	font-size: 1.5rem;
	font-weight: 400;
	margin-top: 100px;
}

main header h1 {
	font-size: 2.5rem;
	color: #fff;
}
.wide {
	padding: 30px;
	margin: 20px 0px;
	text-align: center;
	background: rgba(0,36,74 , 0.85);
	color: #fff;
	font-size: 2rem;
}

.inner {
	max-width: 1024px;
	margin: 0px auto;
	clear: both;
	padding: 40px 20px;
}

.gray {
background: linear-gradient(to bottom, #f2f2f2 , #fff);
	margin-bottom: -20px;
}


p {
	margin-bottom: 15px;
}

ul {
	margin: 30px 0 30px 30px;
}

ul.thin {
		max-width: 640px;
	margin: 30px auto;
}

li {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	list-style: none;
	
}

.center {
	text-align: center;
	margin-bottom: 20px;
}
.center img {
	width:80%;
}
.right {
	float: right;
	max-width: 420px;
	margin: 30px 0px 30px 30px;
}
.left {
	float: left;
	max-width: 420px;
	margin: 30px 30px 30px 0px;
}


.kakko {
  position: relative;
  padding: 1em 2em;
  text-align: center;
	margin-bottom: 20px;
	font-size: 1.5rem;
}

.kakko:before,
.kakko:after {
  position: absolute;
  content: '';
}

.kakko:after {
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}

.kakko:before {
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

.number {
  position: relative;
  padding-left: 5em;
	margin-bottom: 20px;
}

.number span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 2rem;
  color: #e3f5d8;
  background: #9BCD37;
}

.number span:after {
  position: absolute;
  top: calc(50% - 7px);
  right: -11px;
  width: 0;
  height: 0;
  content: '';
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #9BCD37;
}

.btn a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px auto;
    max-width: 640px;
    padding: 15px 25px;
    color: #fff;
	text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #dd6c2a;
    border-radius: 50px;
    border: 0.2rem solid #EE6300;
    box-shadow: 0.2rem 0.2rem 0px 0.1rem rgba(255,99,71, 0.5);
}
.btn a:hover {
  transform: translate3d(0.2rem, 0.2rem, 0);
  box-shadow: none;
  opacity: 1;
  transition: all 0.2s;
	background: #EE6300;
}
.btn a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #543618;
    border-right: 3px solid #543618;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

footer {
		background: rgba(0,36,74 , 0.85);
	color: #fff;
	padding: 10px;
	font-size: 12px;
	min-height: 70px;
	
}
footer a {
	color: #fff;
}


/*アコーディオン*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 1em;
	display: block;
	color: #fff;
	background:#019ac6;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}

@media only screen and (max-width:767px) {
body{
	font-size: 1em !important;
	line-height: 1.8;
}

  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .btn {
    width: 98%;
  }
	.right,.left {
		float: none;
		width: 90%;
		margin: 20px auto 30px;
	}
	.center img {
		width: 90%;
	}
main header {
	margin-top: 40px;
	padding: 60px 20px !important;
	min-height: 460px;
	}
	main header h2 {
		font-size: 1.2rem;
	}
	main header h1 {
	font-size: 1.5rem;
}
	.number {
  padding-left: 6em;
}
	ul {
	margin: 30px 0;
}

	.test a {
		font-size:14px;
		max-width: 200px;
	}
	.logo {
		width: 100px;
		padding-top: 10px;
	}
}

/* Label */
.ac-container {
  max-width: 60%;
  border: 1px solid #ccc;
  border-top: none;
}
.ac-container label {
  height: 30px;
  line-height: 1.8;
  font-size: 20px;
  padding: 5px 20px;
  display: block;
  cursor: pointer;
  color: #666;
  background: #eee;
  border-top: 1px solid #ccc;
}
.ac-container {
  width: 100%;
  margin: 10px auto;
}
.ac-container label:hover {
  background: #ddd;
}
.ac-container input {
  display: none;
}

/* Contents */
.ac-container article {
  overflow: hidden;
  height: 0;
  transition: 0.6s;
}
.ac-container article p {
  padding: 20px;
  font-size: 12px;
  color: #666;
  line-height: 1.5;
}
.ac-container input:checked ~ article {
  height: 150px;
  border-top: 1px solid #ccc;
}

