@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

body {
	width: 100%;
	height: 100%;
	font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

#wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

ul {
	list-style-type: none;
}

ul li {
	list-style-type: none;
}

a {
	text-decoration: none;
}

table {
	border-collapse: collapse;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

p.center {
	display: block;
	text-align: center;
}

p.right {
	display: block;
	text-align: right;
}
p.right small{
	font-size: 1.2rem;
	line-height:1.6;
}
.color01 {
	color: #ff0000;
}

span.color01 {
  color: #ff0000;
}

span.color02 {
  color: #004ecc;
}

span.color03 {
  color: #e500e5;
}

span.color04 {
  color: #e500e5;
}

.color05 {
  color: #004ecc;
}

.color06 {
  color: #e500e5;
}

.color07 {
  color: #e95513;
}

.color08 {
  color: #ff6b67;
}

.mt1em {
	margin-top: 1em;
}

.mt1_5em {
	margin-top: 1.5em;
}

.mt2em {
	margin-top: 2em !important;
}

.mt3em {
  margin-top: 3em !important;
}

.link01 {
  margin-top: -49px;
  padding-top: 49px;
}

.link02 {
  display: none;
}

ul.disc {
  	list-style-image: url("images/common/listicon.svg");
  	padding-left: 2em;
}

ul.disc li {
  	font-size: 18px;
  	color: #000000;
  	list-style-image: url("images/common/listicon.svg");
  	line-height: 1.6;
}

ul.disc2 {
	list-style-type: disc;
	margin-left: 2em;
}

ul.disc2 li {
	list-style-type: disc;
  width: 100% !important;
	font-size: 16px;
  color: #000000;
	line-height: 1.6;
  overflow: initial !important;
}

ul.disc4 {
  margin-left: 2em;
  padding: 0;
  list-style-type: none;
}

ul.disc4 li:before {
  position: relative;
  top: -2px;
  left: -10px;
  display: inline-block;
  width: 9px;
  height: 9px;
  content: '';
  border-radius: 100%;
  background: #898989;
}

ul.disc4 li {
  line-height: 1.8;
  font-weight: bold;
  color: #000000;
  list-style-type: none !important;
}

ul.disc4 li span {
  font-size: 14px;
  font-weight: normal;
}

ul.disc5 {
  display: block !important;
  padding-left: 1em;
}

ul.disc5 li { 
  width: 100% !important;
  margin: 0;
  line-height: 1.8;
    font-size: 12px; 
    text-indent: -.7em;
}
ul.disc5 li:before {
    content: "●";
    color: #ff7878;
    font-size: 10px;
    padding-right: 3px;
    vertical-align: middle;
}

ul.disc06 {
  list-style-type: disc;
  padding-left: 2em;
  display: block !important;
}

ul.disc06 li {
  list-style-type: disc;
  width: 100% !important;
  margin-right: 0 !important;
  color: #ff2222;
  font-size: 16px;
  line-height: 1.8;
}

table {
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
  border-bottom: 1px solid #757575;
}

table th {
  width: 23%;
  padding: 8px 12px;
  background-color: #e2e2e2;
  border-top: 1px solid #757575;
  font-size: 14px;
}

table td {
  width: 77%;
  padding: 15px 12px;
  border-top: 1px solid #757575;
  font-size: 14px;
}

table td span.tel {
  font-size: 18px;
}

table td ul {
  margin-top: 10px;
  text-align: right;
}

table td ul li {
  display: inline-block;
  margin-right: 25px;
}

table td ul li:last-child {
  margin-right: 0;
}

table td .right_align {
  width: 70%;
  float: right;
}

table td .right_align p {
  margin-bottom: 1em;
}

table td .right_align p:last-child {
  margin: 0;
}

#class table td ul li {
  margin-right: 33px;
}

#class table td ul li:last-child {
  margin-right: 0;
}

#helix_kuyama table td ul li {
  margin-right: 33px;
}

#helix_kuyama table td ul li:last-child {
  margin-right: 0;
}

/******************************************************

						見出し

*******************************************************/

h1 {
	display: block;
	font-weight: normal;
}

h2 {
	display: block;
	font-weight: normal;
  	font-size: 21px;
  	color: #6d494c;
  	margin-bottom: 2em;
  	font-family: 'Noto Sans JP',"メイリオ", sans-serif;
}

h3 {
	display: block;
	font-weight: normal;
  	font-size: 18px;
  	margin-bottom: 8px;
}

h3.next_title {
  display: block;
  margin: 0;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #ff7878;
  color: #ffffff;
  font-size: 24px;
  text-align: left;
  vertical-align: middle;
  line-height: 1;
}

h3.next_title2 {
  display: block;
  margin: 0;
  padding: 10px 20px;
  border-radius: 0;
  background-color: #ff7878;
  color: #ffffff;
  font-size: 24px;
  text-align: left;
  vertical-align: middle;
  line-height: 1;
}

h4 {
	display: block;
	font-weight: normal;
}

h5 {
	display: block;
	font-weight: normal;
}


@media screen and (max-width: 640px) {

h3.next_title {
  font-size: 18px;
}

/* #concept h2.title span {
  display: block;
  padding-left: 0 !important;
} */

.link02 {
  display: block !important;
  height: 0;
  font-size: 0;
  margin-top: -45px;
  padding-top: 45px;
}

.right_align {
  width: 100%;
  float: none !important;
}

}