@charset "utf-8";
/*----------------------------------------------------


	File Name: style.css
	Style Info: #style内


----------------------------------------------------*/


/*----------------------------------------------------

	▼トップ製品説明

----------------------------------------------------*/
.lead_head img {
	vertical-align:top;
}
h4.head {
	text-align: right;
	font-size: 18px;
}
.lead_area {
	padding: 25px 20px;
	background-color:#EFEFF0;
}

/*----------------------------------------------------
	タイトル
----------------------------------------------------*/
h2.box_title {
	margin-bottom: 15px;
	padding-top: 2px;
	padding-bottom: 1px;
	text-align: center;
	font-size: 28px;
	color: #3399cc;
	background-color: #daebf4;
	border: 3px solid #3399cc;
	border-radius: 10px;
}

h2.box_subtitle {
	margin-bottom: 20px;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	font-size: 24px;
	color: #234d99;
	background-color: transparent;
	border: none;
}


h3 {
	display: flex;
	align-self: stretch;
	margin-bottom: 15px;
	background-color: #234d99;
	border-radius: 10px;
}
h3 span:first-child {
	display: flex;
	align-items: center;
	padding-left: 9px;
	padding-right: 9px;
	color: #fff;
	background-color: #3399cc;
	border-radius: 10px;	
}
h3 span:last-child {
	display: flex;
	align-items: center;
	margin-top: 4px;
	margin-left: 15px;
	font-size: 24px;
	font-weight: normal;
	color: #fff;
}


/*----------------------------------------------------
	contents
----------------------------------------------------*/
.subbox {
	margin-bottom: 30px;
}

.list_box {
	margin-top: 20px;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
}
ul.att_point_list {
	display: inline-flex;
	flex-direction: column;
	padding: 15px 30px;
	border: 4px solid #3399cc;
	border-radius: 10px;
}
ul.att_point_list li {
	font-size: 18px;
	margin-bottom: 8px;
}
ul.att_point_list li:last-child {
	margin-bottom: 0;
}
ul.att_point_list li span {
	color: #234d99;
	font-weight: bold;
}

ul.att_point_list li::before {
	margin-right: 0.5rem;
	content: url("../images/202201/icon_point.png");
	vertical-align: middle;
}


.subbox ol {
}
.subbox ol li {
	padding-left: 1.5rem;
	text-indent: -1.5rem;
	margin-bottom: 0.2rem;
}
.subbox ol li span{
	margin-right: 0.5rem;
}


.image_area {
	display: flex;
	justify-content: space-between;
}
.image_area.space-around {
	display: flex;
	justify-content: space-around;
}

.image_box {
	padding: 15px 25px 10px;
	background-color: #daebf4;
	border-radius: 10px;
	text-align: center;
}
.image_box p {
	margin-top: 5px;
}

.padding_wide .image_box {
	padding: 10px 50px 15px;
	
}
.image_area.padding_wide .image_box p {
	margin-top: 0;
}

.flex_box.box_1_3 {
	justify-content: center;
	align-items: center;
}

.arrow_blue {
	margin: 20px 20px 0;
}


.image_area.area_4 .image_box {
	width: 460px;
}
.image_area.area_4 h4 {
	margin: 5px auto 15px;
	padding-top: 5px;
	width: 348px;
	text-align: center;
	font-size: 22px;
	background-color: #fff;
	border-radius: 18px;
}
.image_area.area_4 h4 span {
	font-size: 0.8rem;
	vertical-align: top;
	color: #dd0000;
}
.image_area.area_4 p {
	text-align: left;
}
.image_area.area_4 p span {
	text-align: left;
	color: #dd0000;
}
#contents .image_area.area_4 p.text_att {
	margin-bottom: 30px;
	padding-left: 1rem;
	text-indent: -1rem;
	font-size: 13px;
	line-height: 140%;
}

.box_kinou {
	width: 470px;
	height: 380px;
}
.box_kinou.box_01 {
    background-image: url("../images/202201/2-1-1.jpg");
    background-image: image-set(url(../images/202201/2-1-1.jpg) 1x, url(../images/202201/2-1-1@2x.jpg) 2x);
    background-image: -webkit-image-set(url(../images/202201/2-1-1.jpg) 1x, url(../images/202201/2-1-1@2x.jpg) 2x);	
}
.box_kinou.box_02 {
    background-image: url("../images/202201/2-1-2.jpg");
    background-image: image-set(url(../images/202201/2-1-2.jpg) 1x, url(../images/202201/2-1-2@2x.jpg) 2x);
    background-image: -webkit-image-set(url(../images/202201/2-1-2.jpg) 1x, url(../images/202201/2-1-2@2x.jpg) 2x);	
}

.box_kinou h3 {
	margin: 25px auto 30px;
	background-color: transparent;
	font-weight: normal;
	color: #fff;
	justify-content: center;
}

.box_kinou ul {
	margin-left: 25px;
	margin-right: 25px; 
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_kinou ul li {
	margin-bottom: 15px;
	width: 126px;
	height: 80px;
	text-align: center;
	font-size: 17px;
	color: #fff;
	border: solid 2px #fff;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.box_kinou.box_01 ul li:last-child {
	margin: 0 auto;
}

.area_sub {
	margin: 10px;
	/*text-align: center;*/
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.area_sub img {
	margin: 0 auto 5px;
}
h2.box_subtitle_2 {
	display: inline-block;
	margin: 0 auto 20px;
	padding: 10px 30px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	background-color: #3399cc;
	border-radius: 20px;
}

.subbox.area_5 .image_area img {
	margin-left: 50px;
	margin-right: 50px;
}

.area_6 .box_subtitle {
	font-size: 28px;
}
.area_6 ul {
	padding-left: 0.5rem;
}
.area_6 ul li {
	margin-bottom: 5px;
}
.area_6 ul li::before {
	content: "●";
	color: #234d99;
	font-size: 20px;
}

.area_6 .att_area {
	margin: 30px auto 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
    align-items: center;
}
.area_6 .att_area h2.box_title {
	display: inline-block;
	/*margin: 0 auto 15px;*/
	padding: 10px 40px 8px;
	text-align: center;
	font-size: 24px;
	color: #ff7a03;
	background-color: #ffefe0;
	border: 2px solid #ff7a03;
	border-radius: 10px;
}
.area_6 .att_area h4 {
	text-align: center;
	color: #ff7a03;	
	font-size: 18px;
}	


/*----------------------------------------------------
	foot
----------------------------------------------------*/
.footer_button_area {
	display: flex;
	flex-direction: column;
	margin: 80px auto 60px;
	text-align: center;
}

.footer_button_area h7 {
	padding-bottom: 15px;
	font-size: 20px;
	font-weight: normal;
}

a.button_maker {
	display: flex;
	align-items: center;
	padding: 15px 20px 13px;
	margin: 0 auto;
	width: 700px;
	background-color: #234d99;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	border-radius: 10px;
	box-shadow: 0px 7px 0px rgba(23,64,137,1);
}
a.button_maker:hover {
	cursor: pointer;
	color: #fff;
	opacity: 0.95;
	
	margin-top: 7px;
	margin-bottom: -7px;
	box-shadow: 0px 0px 0px rgba(23,64,137,1);	
}
a.button_maker span {
	margin-right: 20px;
	position: relative;
	display: inline-block;
	padding: 10px 10px;
	background-color: #fff;
	color: #234d99;
	font-weight: bold;
	font-size: 18px;
	border-radius: 10px;
}
a.button_maker span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -8px;
	border: 8px solid transparent;
	border-left: 15px solid #fff;
}



