@charset "UTF-8";

html { font-size: 62.5%!important; } /* 16px×0.625=10px　1.0rem=10px*/
body { font-size: 1.4rem!important; } /*font-size : 14pxと同等*/

/* キービジュアル
--------------------------------------------------*/
#key_img {
	display: block;
	width: 100%;
	height: 770px;
  background: url("../image/key_pc.png") no-repeat center bottom;
	background-size: auto;
  margin-bottom: 10px;
}
.key_title {
  display:block;
	width: 900px;
	height: 770px;
	margin: 0 auto;
}
.key_title p {
  font-size: 2.5rem;
  font-weight: bold;
  color: #036eb8;
}
.key_title h1,
.key_title img {
  display: block;
  margin: 0 auto;
}

/* コンテンツ
--------------------------------------------------*/
.wrapper02 {
	width: 900px;
    margin: 0 auto;
}
.wrapper02 a,
.wrapper03 a {
	text-decoration: none;
}
.wrapper03 {
	display: block;
	width: 100%;
	background:  url("../image/bg_pc.png") no-repeat center;
  background-size: cover;
	padding-top: 50px;
	padding-bottom: 60px;
	margin-bottom: 10px;
	text-align: center;
}

/* 共通
--------------------------------------------------*/
#desc {
	display: block;
	width: 100%;
	margin-bottom: 60px;
}
#features,
#program,
#price {
	display: block;
	width: 900px;
  margin: 0 auto;
	background-color: #fff;
  box-shadow: 2px 2px 4px;
  padding-top: 30px;
  padding-bottom: 30px;
}
#features,
#program {  
	margin-bottom: 30px;
}
#price {
  margin-bottom: 0;
}

/* 概要 #desc
--------------------------------------------------*/
#desc {
	text-align: center;
}
#desc p {
	font-size: 2.4rem;
	margin-bottom: 15px;
  color: #036eb8;
  font-weight: bold;
}
#desc h2 {
	margin-top: 60px;
	font-size: 2.4rem;
	line-height: 52px;
	position: relative;
	display: inline-block;
	width: 870px;
	height: 52px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-image: linear-gradient(90deg, #479ad5, #2b52a3);
}
#desc h2:before,
#desc h2:after {
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	content: '';
	border: 26px solid transparent;
	border-right: 13px solid transparent;
	border-left: 13px solid transparent;
}
#desc h2:before {
	right: 100%;
	border-right-color: #479ad5;
}
#desc h2:after {
	left: 100%;
	border-left-color: #2b52a3;
}
#desc ul {
  width: 75%;
  margin: 30px auto 0;
  list-style-type: none!important;
  text-align: left;
}
#desc ul li {
	font-size: 1.8rem;
	line-height: 1.8em;
  padding-left: 25px;
	background: url("../image/icon.png") left 0px top 7px no-repeat;
	background-size: 16px auto;
}

/* h3
--------------------------------------------------*/
h3 {
  position: relative;
  overflow: hidden;
  padding: 1.3rem 1.0rem;
  border: 2px solid #000;
  font-size: 2.4rem;
  font-weight: bold;
  width: 800px;
  margin: 0 auto 20px;
}
h3:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 200px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #000;
}
h3 span {
  font-size: 3.8rem;
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 20px;
  display: block;
  color: #fff;
}

/*特長　#features
--------------------------------------------------*/
#features ul {
  display: block;
  width: 800px;
  margin: 0 auto 20px;
  text-align: left;
  list-style-type: none!important;
}
#features ul li {
  display: flex;
  align-items: center;
  line-height: 2.5em;
  font-size: 1.6rem;
}
#features ul li:before {
  content: "●";
  color: #036eb8;
  font-size: 1.6rem;
  margin-right: 0.8em;
}
#features p {
  width: 800px;
  font-size: 1.0rem;
  margin: 0 auto;
  text-align: left;
}

/*プログラム　#program
--------------------------------------------------*/
.p_box {
  display: block;
  width: 800px;
  margin: 0 auto 20px;
}
.p_box:last-child {
  margin: 0 auto;
}

#program h4 {
  display: inline-block;
  width: 800px;
  font-size: 1.8rem;
  text-align: left;
  color: #fff;
  padding: 0.5em 0.8em;
  line-height: 1.3;
  background: #036eb8;
  vertical-align: middle;
  border-radius: 25px;
  margin-bottom: 15px;
}
#program h4:before {
  content: '●';
  color: #fff;
  margin-right: 8px;
}

.p_box p {
  text-align: left;
  margin-bottom: 5px;
}

.p_box table {
  width: 800px;
  margin: 0 auto;
  border-collapse:  collapse; 
}
.p_box th,
.p_box td {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 3px solid #fff;
}
.p_box th {
  background-color: #83a7d1;
  color: #fff; 
  text-align: center;
} 
.p_box td {
  background-color: #c7e3f0;
  text-align: left;
  padding-left: 20px;
}

/* 価格 #price
--------------------------------------------------*/
#price table {  
  width: 90%;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0 auto;
  background: #fff;
  border: none;
}
#price table caption {
  caption-side: top;
  text-align: right;
  margin-bottom: 5px;
}
#price th,
#price td {
  background: #fff;
  border: 1px solid #333;
  padding: 10px 15px;
  vertical-align: middle;
  box-sizing: border-box;
}
#price th {
  font-weight: 700;
  text-align: center;
}
#price thead th {
  color: #fff;
  background-color: #83a7d1;
}
#price tbody td:last-child {
  text-align: center;
}
#price tbody th {
  text-align: left;
}
#price thead th:first-child {
  width: 45%;
}
#price thead th:last-child {
  width: 20%;
}

/*登録商標です
--------------------------------------------------*/
p.r_trademark {
  display: block;
  width: 900px;
  text-align: center;
  font-size: 1.0rem;
  margin: 0 auto 60px;
}


/*お問い合わせエリア
--------------------------------------------------*/
.contactArea {
	display: block;
    width: 900px;
    margin: 0 auto 50px;
}
.contactArea img {
    display: block;
    margin: 0 auto !important;
    width: 320px;
}
#tel_0120 {
    width: 320px;
    height: 62px;
    display: block;
    margin: 20px auto;
    border: 1px solid #01C0FB;
    font-size: 1.4em;
    font-weight: 500;
    text-align: center;
    line-height: 62px;
}

