﻿@charset "utf-8";
/*************************************************************
CSS information
style info :  各サービスTOPページ限定のスタイル
**************************************************************/

.contents_in {
    width: auto;
}
/* セクション１　全体
============================================================ */
.section1{
}
.section1 .contents_in{
	padding-bottom: 10px;
}

/* セクション１　図
------------------------*/
.section1 .image_leftbox{
	float: left;
	width: 530px;
	margin-right: 35px;
	overflow: hidden;
	position: relative;
}
.section1 .image_rightbox{
	float: right;
	width: 530px;
	margin-left: 35px;
	overflow: hidden;
	position: relative;
}

/* セクション１　文章
------------------------*/
.section1 .text_leftbox{
	float: left;
	width: 395px;
}
.section1 .text_rightbox{
	float: right;
	width: 395px;
}

/* セクション１　パーツ
------------------------*/
/* 吹き出し */
.section1 .step{
	margin: 60px 0 0px 0;
	position: relative;
	background: #1f60b4;
	display: inline-block;
	border-radius: 111px;
	color: #fff;
	padding: 0 12px;
	min-width: 141px;
	box-sizing: border-box;
	text-align: center;
	line-height: 26px;
	font-size: 13.5px;
}
.section1 .step:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(31, 96, 180, 0);
	border-top-color: #1f60b4;
	border-width: 6px;
	margin-left: -6px;
}

/* 文章 */
.section1 .t_1{
	display: block;
	clear: both;
	font-size: 26px;
	line-height: 1.4;
	padding: 0 0 15px 0;
	border-bottom: 2px solid #1f60b4;
	margin-top: 20px;

	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.section1 .t_2{
	background: #fff;
	padding: 20px 0 20px 0;
	line-height: 1.5;
}
.section1 .t_2 p{
	margin-bottom: 12px;
}

/* セクション１　矢印
------------------------*/
.section1 .arrow{
	clear: both;
	text-align: center;
}
.section1 .arrow img{
	margin: -60px 0 -20px 0;
	margin: auto;
}

/* 最後の図　リンク
------------------------*/
.section1 .linkbox1{
	width: 100%;
	height: 100%;
	position: absolute;
}
.section1 .linkbox1 a:hover{
	background: #cddff3;
}
.section1 .linkbox1 .link1,
.section1 .linkbox1 .link2,
.section1 .linkbox1 .link3,
.section1 .linkbox1 .link4,
.section1 .linkbox1 .link5{
	display: block;
	background: #dfe9f4;
	font-size: 18px;
	color: #1f60b4;
	position: absolute;
	padding: 0 16px 0 12px;
	box-sizing: border-box;
	text-decoration: none;
	border-radius: 100px;
	font-weight: bold;

	height: 37px;
	line-height: 37px;
}
.section1 .linkbox1 .link1{
	margin-top: 23%;
    width: 35%;
    margin-left: 24%;
}
.section1 .linkbox1 .link2{
	margin-top: 32%;
    width: 42.5%;
    margin-left: 24%;
}
.section1 .linkbox1 .link3{
	margin-top: 41%;
    width: 42.5%;
    margin-left: 24%;
}
.section1 .linkbox1 .link4{
	margin-top: 50%;
    width: 35%;
    margin-left: 20%;
}
.section1 .linkbox1 .link5{
	margin-top: 59%;
    width: 35%;
    margin-left: 20%;
}


/* セクション2　全体
============================================================ */
.section2{
}
.section2 .contents_in{
	max-width: 1100px;
	padding-top: 0;
}
/* 施策のポイント
------------------------*/
.section2 .mt_2{
	clear: both;
	font-size: 34px;
	padding: 40px 0 20px 0;
	line-height: 1.4;
    text-align: center;

	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.section2 .point_flexbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.section2 .point_flexbox .pointbox{
	width: 33%;
	box-sizing: border-box;
	padding: 16px 10px;
	border-radius: 4px;
	text-decoration: none;
	border: 1px solid #fff;
}
.section2 .point_flexbox a.pointbox:hover{
	background: #fafafa;
	border: 1px solid #1f60b4;
}
.section2 .point_flexbox .point_t{
	overflow: hidden;
	display: block;
	text-decoration: none;
	color: #222;
}
.section2 .point_flexbox .point_t1{
	line-height: 1.4;
	font-size: 13px;
	min-height: 60px;
}
.section2 .point_flexbox .point_t_img{
	text-align: center;
	margin-top: 8px;
	font-size: 13px;
	line-height: 1.5;
	
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.section2 .point_flexbox .point_t_img.large{
	font-size: 15px;
}
.section2 .point_flexbox .point_t_img img{
	max-height: 60px;
	max-width: 70%;
}
.section2 .point_flexbox .point_t_title2{
	text-align: center;
	min-height: 38px;
	margin-bottom: 14px;
	display: block;
	line-height: 1.4;
	color: #1f60b4;
	padding-top: 18px;
	font-size: 17px;
	/* border-bottom: 1px solid #ddd; */
	background: #dfe9f4;
	border-radius: 28px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.section2 .point_flexbox .point_t_title2.point1{
	padding-top: 9px;
	min-height: 47px;
	font-size: 14.5px;
	line-height: 1.4em
}
.section2 .point_flexbox .point_t_title2.tdul{
	/* text-decoration: underline; */
}
.section2 .point_flexbox .point_t_title{
	font-size: 16px;
	margin-bottom: 5px;
	text-align: center;
	color: #104a96;
	line-height: 1.4;
	
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* ページ上部バナー */
.bnr {
    display: block;
    margin: 70px auto 20px;
    width: 960px;
}
@media screen and (max-width: 1024px) { 


/* ページ上部バナー */
.bnr {
    display: block;
    margin: 40px 5% 0;
    width: auto;
    max-width: 100%;
}

.bnr img{
	max-width:100%;
}
}


@media screen and (max-width: 787px) {
.contents img {
    width: auto;
    max-width: 100%;
}
/* ページ上部バナー */
.bnr {
    margin: 20px 5% 0;
}
.section1{
}
.section1 .contents_in{
	padding-bottom: 0;
}


/* セクション１　パーツ
------------------------*/
/* 吹き出し */
.section1 .step{
	margin: auto;
	position: relative;
	background: #1f60b4;
	display: inline-block;
	border-radius: 111px;
	color: #fff;
	padding: 0 17px;
	box-sizing: border-box;
	text-align: center;
	line-height: 26px;
	font-size: 13.5px;
}
.section1 .step:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(31, 96, 180, 0);
	border-top-color: #1f60b4;
	border-width: 6px;
	margin-left: -6px;
}

/* 文章 */
.section1 .t_1{
	display: block;
	clear: both;
	font-size: 21px;
	padding: 0 0 11px 0;
	line-height: 1.4;
	margin: 10px 0 18px 0;
	border-bottom: 2px solid #1f60b4;

	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.section1 .t_2{
	background: #fff;
	padding: 12px 0 10px 0;
	line-height: 1.5;
}
.section1 .t_2 p{
	margin-bottom: 9px;
}

/* セクション１　矢印
------------------------*/
.section1 .arrow{
	text-align: center;
}
.section1 .arrow img{
    margin: -15px auto 10px;
	height: 80px;
}
.section1 .text_leftbox,
.section1 .text_rightbox,
.section1 .image_leftbox,
.section1 .image_rightbox {
    float: unset;
    width: 100%;
    margin-left: 0;
}
/* 最後の図　リンク
------------------------*/
.section1 .linkbox1{
	width: 100%;
	height: 100%;
	position: absolute;
}
.section1 .linkbox1 .link1,
.section1 .linkbox1 .link2,
.section1 .linkbox1 .link3,
.section1 .linkbox1 .link4,
.section1 .linkbox1 .link5{
	display: block;
	background: #dfe9f4;
	font-size: 11px;
	color: #1f60b4;
	position: absolute;
	padding: 0 16px 0 12px;
	box-sizing: border-box;
	text-decoration: none;
	border-radius: 100px;
	font-weight: bold;

	height: 24px;
	line-height: 24px;
}
.section1 .linkbox1 .link1{
	margin-top: 23%;
    width: 35%;
    margin-left: 24%;
}
.section1 .linkbox1 .link2{
	margin-top: 32%;
    width: 42.5%;
    margin-left: 24%;
}
.section1 .linkbox1 .link3{
	margin-top: 41%;
    width: 42.5%;
    margin-left: 24%;
}
.section1 .linkbox1 .link4{
	margin-top: 50%;
    width: 35%;
    margin-left: 20%;
}
.section1 .linkbox1 .link5{
	margin-top: 59%;
    width: 35%;
    margin-left: 20%;
}
/* セクション2　全体
============================================================ */
.section2{
}
.section2 .contents_in{
	padding-top: 0;
}
/* 施策のポイント
------------------------*/
.section2 .mt_2{
	clear: both;
	font-size: 22px;
	padding: 20px 0 20px 0;
	line-height: 1.4;
    text-align: center;

	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.section2 .point_flexbox{
}
.section2 .point_flexbox .pointbox{
	padding: 15px 0;
	overflow: hidden;
	display: block;
	text-decoration: none;
	border-top: 1px solid #104a96;
}
.section2 .point_flexbox .point_t{
	overflow: hidden;
	display: block;
	text-decoration: none;
	color: #222;
	white-space: -0.25em;
}
.section2 .point_flexbox .point_t1{
	line-height: 1.4;
	font-size: 13px;
}
.section2 .point_flexbox .point_t_img{
	text-align: center;
	margin-top: 10px;
	font-size: 12px;
	
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.section2 .point_flexbox .point_t_img.large{
	font-size: 15px;
}
.section2 .point_flexbox .point_t_img img{
	max-height: 70px;
	max-width: 50%;
}
.section2 .point_flexbox .point_t_title2{
	margin-bottom: 11px;
	text-align: center;
	line-height: 1.4;
	display: block;
	color: #1f60b4;
	font-size: 16px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #dfe9f4;
	border-radius: 18px;
	padding: 7px;
}

.section2 .point_flexbox .point_t_title2.tdul{
	/* text-decoration: underline; */
}

.section2 .point_flexbox .point_t_title{
	font-size: 15px;
	margin-bottom: 10px;
	color: #104a96;
	line-height: 1.4;
	
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



}