﻿.area_content,.area_content2{
	width: 100%;
	padding-bottom: 2%;
	display: flex;
	flex-wrap: wrap;
	padding-top: 5%;
}
.content_left{
	width: 63%;
	padding-left: 10%;
	display:flex;
	flex-wrap:wrap;
	align-self:flex-start;
	justify-content:space-between;
}
.content_left a{
	color:white
}
.content_left a:hover{
text-decoration:underline;
	
}
.h1area,h2{
	font-size: 1.2em;
	line-height: 1.2em;
}
.button{
	background-color: #000000;
	padding: 5px 10px 5px 10px;
	color: #FFFFFF;
	text-align: center;
}
h2,h3{
	width:100%;
	display:block
}
h3{
	margin: 3% 0 0 0
}
.glass {
	font-size: 1.8em;
	font-weight: 800;
	color: #0F0F0F;
}
.contentbox{
	width: 30%;
	line-height: 1.6em;
}
.content_right{
	width: 37%;
	padding-right: 3%;
}
.content_right2{
	width:35%;
	padding-right: 10%;
	padding-left:5%;
}
.content_right img,.content_right2 img{
	width:100%
}
.slick01{
	width:100%
}
.slick01 img{
	border-radius: 5px;
	width: 100%;
	height: 500px;
	object-fit: cover;
	position: relative;
}
.slick01 p{
	padding: 3px 5px 3px 5px;
	font-size: medium;
	background-color: rgba(255,255,255,0.8);
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 10px;
	font-weight: 600
}
.content_mid,.content_mid2,.content_under{
	margin-left: 10%;
	margin-right: 10%;
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	width: 80%;
	margin-top: 3%;
}
.content_under img{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.content_mid2{
	margin-top: 5%;
}
.flow {
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
	margin-top: 5%;
}
.flow img{
	width:100%
}
.flow > li {
  list-style-type: none;
  max-width: 25%;
  display: flex;
}
.flow > li .icon {
	line-height: 1.2;
	width: 1.2em;
	height: 1.2em;
	text-align: center;
	color: #fff;
	background: #64819A;
	margin: 0 auto 5px;
	display: block;
	border-radius: 100vh;
	position: relative;
}
.flow > li dl {
	padding: 15px 10px 15px 10px;
	margin: 0;
	border: 2px solid #64819A;
	position: relative;
}
.flow > li:not(:first-child) dl::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 4px solid #64819A;
  border-right: 4px solid #64819A;
  position: absolute;
  top: calc(50% - 14px);
  left: -25px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.flow > li dl dt {
  font-size: 1.1em;
  font-weight: 600;
  color: #64819A;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-bottom: 5px;
  text-align: center;
}
.flow > li dl dd {
  margin-left: 0;
}
.back-b,.back-r,.back-g{
	padding: 10px;
	color: #FFFFFF;
	font-weight: 700;
	gap:20px;
}
.back-b{
	background-color: #6ABADF;
}
.back-r{
	background-color: #0080C0;
}
.back-g{
	background-color: #000099;
}
.content_under{
	justify-content: space-between;
	margin-top: 5%;
}
.box{
	padding: 9px;
	width: 32%;
	border-top-style: solid;
	border-top-width: 10px;
	background-color: #EEEEEE;
	border-top-color: #0066CC;
	margin-bottom: 10px;
}
.h3-1{
	color: #0033CC
}
@media screen and (max-width: 1280px)/* PC1280以下 */ {
.contentbox{width:32.5%}
.flow > li {
  max-width: 28%;
}
.flow > li .icon::before {
  content: "";
  border: solid transparent;
  border-width: 6px;
  border-top-color: #64819A;
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.content_left{padding-left: 5%;}
.slick01 p{	font-size: 10px;}
.content_mid,.content_under{margin-left:5%;margin-right:5%}
.content_under{width:90%;}
.content_right{padding-right: 5%;
}
@media screen and (max-width: 960px)/* 960以下 */ {
.content_left,.content_right,.content_right2{
	width: 95%;
}
.content_right2 img {
	width: 90%;
	padding-left: 20%;
	margin-top: 5%;
	margin-bottom: 5%;
}
.contentbox{
	width:100%
}
.flow {gap: 20px;}
.flow > li {
    display: block;
  max-width: 45%;
}
.flow > li:not(:first-child) dl::before {
    display: none;
  }
.content_under{
	margin-left: 5%;
	margin-right: 5%;
	column-gap: 0px;
}
.box{
	width: 100%;
}

} 