@charset "UTF-8";

a {
}
a:hover {
  text-decoration: none;
  font-weight: normal;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  color: #ffffff;
}
h1 {
  font-size: 16px;
  margin: 0px;
  text-align: center;
}
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
}
.top-cap {
  padding: 10px 20px;
  background: #5bb431;
}
.copy {
  background: #5bb431;
  color: #fff;
  padding: 20px 20px;
  text-align: center;
  border-top: 3px solid #fff;
}
ul {
  list-style-type: decimal;
}
#sec_a {
  background: #5bb431;
}

#sec_b {
  background: #ffffff;
}

#sec_b h2{
	color:#5bb431;
}

#sec_b a{
	display:inline;
	color:#5bb431;
}

#sec_b a:hover{
	font-weight:bold;
}

#sec_c {
  background: #fff;
}
.table_price{
	border-spacing: 0;
	border-collapse: separate;
}
.table_price th,.table_price td{
	border-top: 1px solid #f29600;
	border-left: 1px solid #f29600;
}
.table_price th{
	padding: 10px 10px;
	background: #f29600;
	color: #FFFFFF;
	font-weight: normal;
}
.table_price td{
	padding: 10px 10px;
	background: #FFFFFF;
	color: #ffffff;
}
.table_price tr:nth-child(even) td{
	background: #EEEEEE;
}
.table_price th:last-child,.table_price td:last-child{
	border-right: 1px solid #f29600;
}
.table_price tr:last-child th,.table_price tr:last-child td{
	border-bottom: 1px solid #f29600;
}
.table_price tr:first-child :first-child{
	border-top-left-radius: 5px;
}
.table_price tr:first-child :last-child{
	border-top-right-radius: 5px;
}
.table_price tr:last-child :first-child{
	border-bottom-left-radius: 5px;
}
.table_price tr:last-child :last-child{
	border-bottom-right-radius: 5px;
}

@media screen and (min-width:980px) {
  .sp {
    display: none;
  }
  .logo {
    background: #fff;
    padding: 60px 0px;
  }
  .logo-img {
    width: 800px;
    margin: 0px auto;
    padding: 0px 30px;
  }
  section {
    padding: 20px 0px;
  }
  .wrap {
    max-width: 840px;
    margin: 0px auto;
    padding: 40px 0px;
  }
  h2 {
    position: relative;
    padding: 0px 0px 10px 0px;
    font-size: 28px;
    margin: 0px 0px 40px 0px;
  }

#sec_a h2{
		border-bottom: 4px solid #ffffff;
	}
	

#sec_a h2:before {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 10%;
    height: 4px;
    content: '';
    background: #f29600;
  }

#sec_b h2{
		border-bottom: 4px solid #5bb431;
	}
	

#sec_b h2:before {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 10%;
    height: 4px;
    content: '';
    background: #f29600;
  }

	#sec_b p{
		color:#5bb431;
		font-size:20px;
	}

  h3 {
    width: 200px;
    font-size: 16px;
    text-align: center;
    padding: 10px 0px;
    background: #ffffff;
    color: #fff;
    margin: 40px 0px 0px 0px;
    border-radius: 5px;
  }
  h4 {
    font-size: 24px;
    margin: 0px;
    padding-bottom: 10px;
    border-bottom: 2px dotted #ffffff;
  }
  
  /**/
  ul {
    list-style-type: none;
    padding: 0px!important;
  }
  ul li {
    font-size: 20px;
    padding: 10px 0px 6px 10px;
    margin-bottom: 20px;
    border-bottom: 5px solid #f29600;
    background: #fff;
    border-radius: 5px;
	color:#5bb431;
  }
  ul li:last-child {
    margin-bottom: none;
  }
  li span {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    color: #f29600;
    padding-right: 10px;
  }
  .grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
  }
  .dr_l img {
    border-radius: 5px;
  }
  .sns_x {
    padding-bottom: 60px;
  }
  .question {
    font-size: 20px;
    border-bottom: 1px dotted #f29600;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .question span {
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
  }
  .answer {
    margin-bottom: 40px;
  }
	
	.answer a{
		color:#fff;
	}
	.answer a:hover{
		color:#fff;
		text-decoration: underline
	}
  nav {
    position: fixed;
    right: 40px;
    top: 0;
  }
  nav .nav_r {
    background: #00B900;
    padding: 10px 0px 14px 0px;
    width: 250px;
    text-align: center;
    border-radius: 0px 0px 10px 10px;
	border: solid #fff;
    border-width: 0 3px 3px 3px;
  }
  nav a {
    font-size: 22px;
    text-decoration: none;
    color: #fff;
  }
}

@media screen and (max-width:979px) {
  .pc {
    display: none;
  }
  .logo {
    background: #fff;
    padding: 20px 0px;
  }
  .logo-img {
    width: 380px;
    margin: 0px auto;
  }
  .wrap {
    padding: 40px 8px;
  }
  h2 {
    position: relative;
    padding: 0px 0px 10px 0px;
    border-bottom: 4px solid #ffffff;
    font-size: 24px;
    margin: 0px 0px 20px 0px;
  }
  h2:before {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 20%;
    height: 4px;
    content: '';
    background: #f29600;
  }
	
#sec_b h2{
		border-bottom: 4px solid #5bb431;
	}
	
#sec_b p {
        color: #5bb431;
	font-size: 20px;}
	
  h3 {
    width: 200px;
    font-size: 16px;
    text-align: center;
    padding: 10px 0px;
    background: #ffffff;
    color: #fff;
    margin: 40px 0px 0px 0px;
    border-radius: 5px;
  }
  h4 {
    font-size: 24px;
    margin: 0px;
    padding-bottom: 10px;
    border-bottom: 2px dotted #ffffff;
  }

  /**/
	ul{
		margin: 0 auto;
    padding: 0;
	}	
	
  ul li {
    font-size: 20px;
    padding: 10px 0px 6px 10px;
    margin-bottom: 20px;
    border-bottom: 5px solid #f29600;
    background: #fff;
    border-radius: 5px;
	color:#5bb431;
  }
  ul li:last-child {
    margin-bottom: none;
  }
  li span {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    color: #f29600;
    padding-right: 10px;
  }
  .dr_l {
    width: 240px;
    margin: 0px auto 30px auto;
  }
  .dr_l img {
    border-radius: 5px;
    padding-top: 20px;
  }
  .sns_x {
    padding-bottom: 40px;
  }
  .question {
    font-size: 20px;
    border-bottom: 1px dotted #f29600;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .question span {
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    color: #fff;
  }
  .answer {
    margin-bottom: 40px;
  }
	
	.answer a{
		color:#fff;
	}
	.answer a:hover{
		color:#fff;
		text-decoration: underline
  nav {
    position: fixed;
    bottom: 0px;
    width: 100%;
  }
  nav a {
    text-decoration: none;
    color: #fff;
    text-align: center;
  }
  nav .nav_l {
    width: 50%;
    margin: 0px;
    padding: 16px 0px;
    background: #ffffff;
    float: left;
    border-radius: 10px 0px 0px 0px;
  }
  nav .nav_r {
    width: 30%;
    margin: 0px auto;
    padding: 16px 0px;
    background: #00B900;
    border-radius: 10px 10px 0px 0px;
    border: 3px solid #fff;
	  text-align: center;
  }
}
