@charset "utf-8";
/*----------------------------------------------------


	File Name: style.css
	Style Info: #style内 202502


----------------------------------------------------*/
:root {
	--pale-purple: #eaedf7;
	--pale-gray: #eeeeeb;
	--purple: #5f67ae;
	--gray: #f0f0f0;
	--dark-gray:#d9d9d9;
}

.container_full {
	margin: 0 auto;
	font-size: 16px;
}
.contents_box {
	margin: 0 auto;
	width: 950px;
}

.text_area p {
	line-height: 1.7;
	margin-bottom: 24px;
}
.text_area p:last-child {
	margin-bottom: 0;
}


/*---------------------------------------------
lead
---------------------------------------------*/
.head_box {
	margin-top: 10px;
	margin-bottom: 80px;
	background-color: var(--pale-purple);
}

.head_image {
	position: relative;
	width: 950px;
	height: 400px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	margin: 0 auto;
	background: url("../images/head_image@2x.png") no-repeat right / 950px auto;
}
.head_image h2 {
	position: absolute;
	top: 17px;
	right: 4px;
	font-size: 28px;
	color:#fff;
	line-height: 28px;
}
.head_image img.lead_image {
	position: absolute;
	top: 50px;
	right: 48px;
}
.head_image h1 {
	position: absolute;
	top: 240px;
	left: 30px;
	font-size: 45px;
	color:#fff;
	line-height: 45px;
	text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.16);
}
.head_image .lead_logo {
	position: absolute;
	top: 316px;
	right: 24px;
}

/*---------------------------------------------
content
---------------------------------------------*/
h2.area_title {
  position: relative;
  display: inline-block;
	margin: 0 auto;
  padding: 0 45px;
	color: #000;
	font-size: 26px;
}
h2.area_title:before,
h2.area_title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #000;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
h2.area_title:before {
  left:0;
}
h2.area_title:after {
  right: 0;
}

/*---------------------------------------------
area01
---------------------------------------------*/
.area_01 {
	margin-top: 30px;
	text-align: center;
}

.area_01 ol {
	width: 570px;
	list-style: none;
    margin: 50px auto 0; 
    padding: 0;
	text-align: left;
}
.area_01 ol li {
    margin-bottom: 12px;
    font-size: 20px;
	font-weight: bold;
}	
.area_01 ol li span  {
	margin-right: 10px;
	padding: 5px 12px;
	display: inline-block;	
	background-color: var(--purple);
	color: #fff;
}

.area_01 div {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 29px auto 26px;
	width: 571px;
	height: 143px;
	background-image: url("../images/01-1.svg");		
}
.area_01 div h3 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}

.area_01 h4 {
	font-size: 26px;
	font-weight: bold;
  text-decoration: underline;
  text-decoration-color: rgba(255, 226, 0, 0.3);
  text-decoration-thickness: 1em;
  text-decoration-skip-ink: none;
  text-underline-offset: -0.6em;
}

.area_01.container_full {
	margin: 26px auto 56px;
	background-color: var(--pale-gray);
}

/*---------------------------------------------
area02
---------------------------------------------*/
.area_02{
	text-align: center;
	margin-bottom: 65px;
}
.area_02 div {
	text-align: left;
}
.area_02 h3,
.area_03 h3,
.area_04 h3,
.area_05 h3{
	margin: 25px auto;
	font-size: 26px;
	color:var(--purple);
	text-align: center;
}
.area_02 p {
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 1.7;
	text-align: left;
}
.area_02 p span {
	font-weight: bold;
	  text-decoration: underline;
  text-decoration-color: rgba(255, 226, 0, 0.3);
  text-decoration-thickness: 1.2em;
  text-decoration-skip-ink: none;
  text-underline-offset: -1em;
}

.area_02 h3.sub_title,
.area_03 h3.sub_title {
	margin: 0;
	display: inline-flex;
	width: 130px;
	height: 45px;
	font-size: 22px;
	color: #fff;
	background-color: var(--purple);
	justify-content: center;
	align-items: center;
}
.area_02 h3.sub_02 {
	margin-top: 30px;
}

.area_02 h4 {
	margin: 9px auto 20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
}

/*---------------------------------------------
area03
---------------------------------------------*/
.area_03{
	text-align: center;
	margin-bottom: 65px;
	padding-top: 44px;
	padding-bottom: 20px;
	background-color: var(--pale-gray);
}
.area_03 .contents_box {
	text-align: left;
}
.area_03 h3.sub_title {
	margin-bottom: 10px;
}
.area_03 h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
}
.area_03 h4 span {
	font-size: 14px;
	font-weight: normal;
}
.area_03 p {
	margin-bottom: 30px;
}
.inner_box {
	display: flex;
	justify-content: space-between;
}
.inner_box p {
	font-weight: bold;
	text-align: center;
}

/*---------------------------------------------
area04
---------------------------------------------*/
.area_04{
	text-align: center;
	margin-bottom: 65px;
}
.area_04 p {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.7;
	text-align: left;
}

.area_04 table {
	width: 100%;
	font-size: 16px;
}
.area_04 table th,
.area_04 table td {
	padding:15px 20px;
}
.area_04 table th {
	background-color: var(--gray);
	text-align: center;
	font-weight: bold;
}
.area_04 table td {
	text-align: left;
}
/*---------------------------------------------
area05
---------------------------------------------*/
.area_05{
	padding-top: 44px;
	padding-bottom: 46px;
	background-color: var(--pale-gray);
}
.area_05 .table_area {
	display: flex;
	justify-content: space-between;
}
.area_05 .table01{
	width: 470px;
	margin-right: 20px;
}

.area_05 table th,
.area_05 table td {
	padding: 10px 10px;
}
.area_05 table th {
	white-space: nowrap;
	font-weight: bold;
	background-color: var(--dark-gray);
}
.area_05 table td {
	background-color: #fff;
}
.table_box h4 {
	padding: 3px 10px;
	color: #fff;
	background-color: var(--purple);
	font-weight: bold;
}
.table_box h4 span {
	width: 100%;
	display: inline-block;
	font-weight: normal;
	font-size: 13px;
	text-align: right;
}
.area_05 .table02 span {
	display: inline-block;
	width: 3.5em;	
}

.table_box p {
	padding-left: 0.5em;
	margin-top: 10px;
	font-size: 15px;
}

/*---------------------------------------------
footer
---------------------------------------------*/	

