@charset "UTF-8";
/* コンテンツ */

#feature {
    position: relative;
}
#bread p {
    color:rgba(255,255,255,0.6);
}
#bread a {
	color:#fff;
}
#bread a:visited {
	color:#fff;
}
#bread a:hover {
	color:rgba(255,255,255,0.6);
}
#bread a:active {
	color:#fff;
}

.dimg {
    background-image: url("../../img/bg_data.jpg");
    background-position: center center;
    background-size: cover;
}
.dimg_box ul {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dimg_box li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    width: 240px;
    height: 240px;
    background-color: rgba(255,255,255,0.9);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    margin-right: 30px;
    border-radius: 5px;
}
.dimg_box li h3 {
    font-size: 1.32em;
    color: #37b4e7;
    line-height: 1.3;
    margin-bottom: 10px;
}
.dimg_box li h3 strong {
    font-family: 'Ropa Sans', sans-serif;
    font-size: 3em;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
}
.dimg_box li p {
    line-height: 1.5;
}

.tx1 {
    font-size: 1.32em;
    line-height: 1.7;
    text-align: center;
    letter-spacing: 2px;
}

.res_box ul {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.res_box li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    background-color: #1c4a6b;
    width: 200px;
    height: 200px;
    margin-right: 30px;
    border-radius: 300px;
}
.res_box li p {
    font-weight: bold;
    font-size: 1.32em;
    line-height: 1.7;
    text-align:center;
    color: #fff;
}

.caution {
    font-size: 1.4em;
    color: #37b4e7;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #ffff33;
    text-decoration-thickness: 3px;
    line-height: 1.7;
}

.ftx1 h3 {
    font-size: 1.8em;
    color: #1c4a6b;
    line-height: 1.4;
    margin-bottom: 5px;
}
.ftx1 h4 {
    font-size: 1.4em;
    color: #15cbe0;
    line-height: 1.4;
    margin-bottom: 15px;
}
.ftx1 img {
    border-radius: 5px;
}

.prob li {
    position: relative;
    float: left;
    width: calc(100% / 4);
    box-sizing: border-box;
    text-align: center;
    line-height: 1.4;
    color: #1c4a6b;
    font-size: 1.4em;
    font-weight: bold;
    background: radial-gradient(#b2f2e7,transparent 50%); 
}
.prob li h3 {
    margin-bottom: 15px;
}
.prob li h3 img {
    width: 30%;
}

.ng_bg {
    background-color: #1c4a6b;
    padding: 60px 0;
    color: #fff;
}
.ngbox {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ngbox ul {
    position: relative;
    margin: 0 30px;
}
.ngbox li {
    font-size: 1.24em;
    line-height: 2;
    background-image: url("../img/ng_icon.png");
    background-size: 20px auto;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: left center;
}

.table_u {
    width: 100%;
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	margin-left:auto;
	margin-right:auto;
    box-sizing: border-box;
}
.table_u td {
	border-width:0 0 1px 1px;
	border-left-style:dotted;
    border-bottom-style:solid;
	border-color:#999;
	padding:30px;
	vertical-align:top;
	margin:0;
    box-sizing: border-box;
}
.table_u th {
	border-width:0 0 1px 0;
	border-bottom-style:solid;
	border-color:#999;
	padding:30px;
	text-align:left;
	vertical-align:top;
	margin:0;
	font-weight:normal;
    color: #1c4a6b;
    width: 220px;
    box-sizing: border-box;
    
}
.table_u ul {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
.table_u ul li {
    text-align: center;
    line-height: 1.5;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
}
.table_u ul li .dtx {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.table_u ul li strong {
    font-size: 1.24em;
    margin-right: 10px;
}
.table_u ul li h4 {
    color: #15cbe0;
    font-weight: normal;
    font-size: 1.24em;
}
.table_u ul li h4 span {
    font-family: 'Ropa Sans', sans-serif;
    font-size: 2.2em;
    font-weight: bold;
    color: #15cbe0;
}
.table_u ul li p {
    font-size: 0.84em;
}

.free {
    font-weight: bold;
    font-size: 1.4em;
    color: #00d5af;
}
.dcat {
    background-color: #d1eef9;
    line-height: 1.5;
    padding: 3px 10px;
    margin-bottom: 5px;
}

.cflow {
    position: relative;
    padding: 30px 0;
    border-radius: 20px;
    background-color: #fff;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 100px;
    margin-right: 100px;
}
.csub {
    width: 35%;
    text-align: center;
}
.cnum {
    font-family: 'Ropa Sans', sans-serif;
    color: #37b4e7;
    text-align: center;
    line-height: 1.6em;
    margin-bottom: 10px;
}
.csub h3 {
    font-size: 1.4em;
    color: #1c4a6b;
    line-height: 1.5;
}
.cnum span {
    font-size: 1.6em;
    margin-left: 5px;
}
.cdoc {
    width: 65%;
    box-sizing: border-box;
    padding-right: 30px;
}
.cdoc p {
    line-height: 1.7;
}
.cdoc strong {
    color: #37b4e7;
    font-size: 1.16em;
}

.farr {
    text-align: center;
    margin: 30px auto
}
.farr img {
    width: 48px;
    opacity: 0.5;
}

@media screen and (min-width: 500px) {
.dimg_box li:last-child {
    margin-right: 0;
}
.res_box li:last-child {
    margin-right: 0;
}
.tx1 span {
    font-size: 2em;
}
.prob li:first-child {
    margin-bottom: 40px;
}
.prob li:nth-child(5) {
    clear: both;
}
.ngadj {
    padding-top: 0;
    padding-bottom: 20px;
}
.ng_bg {
    border-radius: 30px;
}
.table_u tr:last-child th,.table_u tr:last-child td {
    border-bottom:none !important;
}
}

@media screen and (max-width: 499px) {
.dimg_box ul {
    display: block;
}
.dimg_box li { 
    float: left;
    width: calc((100% / 2) - (20px / 2));
    height: 155px;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.dimg_box li:nth-child(2n) {
    margin-right: 0;
}
.dimg_box li:nth-child(3),.dimg_box li:nth-child(4) {
    margin-bottom: 0;
}
.dimg_box li h3 {
    font-size: 1.16em;
}
.dimg_box li h3 strong {
    font-size: 3em;
}
.dimg_box li p {
    font-size: 0.92em;
}

.tx1 {
    font-size: 1.08em;
    letter-spacing: 0;
}

.res_box {
    margin-left: 15px;
    margin-right: 15px;
}
.res_box ul {
    display: block;
}
.res_box li { 
    float: left;
    width: calc((100% / 2) - (20px / 2));
    height: 140px;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.res_box li:nth-child(2n) {
    margin-right: 0;
}
.res_box li:nth-child(3),.res_box li:nth-child(4) {
    margin-bottom: 0;
}

.res_box li p {
    font-size: 1.16em;
}

.caution {
    font-size: 1.16em;
}

.ftx1 h3 {
    font-size: 1.4em;
}
.ftx1 h4 {
    font-size: 1.16em;
    margin-bottom: 5px;
}

.prob li {
    width: calc(100% / 2);
    box-sizing: border-box;
    font-size: 1em;
    margin-bottom: 30px;
}
.prob li h3 {
    margin-bottom: 10px;
}
.prob li h3 img {
    width: 30%;
}
.prob li:nth-last-child(1),.prob li:nth-last-child(2) {
    margin-bottom: 0;
}

.ng_bg {
    padding: 60px 25px;
}
.ngadj {
    padding-bottom: 0;
}
.ngbox {
    
}
.ngbox ul {
    margin: 0;
}
.ngbox ul:first-child {
    margin-right: 5px !important;
}
.ngbox li {
    font-size: 0.92em;
    background-size: 15px auto;
    padding-left: 18px;
}

.table_u {
	display: block;
	width:auto;
}
.table_u tbody {
	display: block;
}
.table_u tr {
	display: block;
}
.table_u th,.table_u td {
	float:left\9;
	clear:both\9;
	display:block;
	width:auto !important;
	border:none;
    text-align: left !important;
}
.table_u th {
	text-align:left;
	line-height: 1.5;
    padding: 0 10px 7px;
    color: #1c4a6b;
    border-bottom: 1px solid #999;
}
.table_u tr td {
	margin:12px 10px 40px ;
	padding: 0;
}
.table_u tr:last-child td:last-child {
    margin-bottom: 0 !important;
}
.table_u ul {
    margin-bottom: 30px;
}
.table_u ul li {
    display: block;
    line-height: 1.3;
}
.table_u ul li .dtx {
    display:block;
}
.table_u ul li strong {
    font-size: 1em;
    margin-right: 0;
}
.table_u ul li h4 {
    font-size: 1em;
}
.table_u ul li h4 span {
    font-size: 2.2em;
}
.table_u ul li p {
    font-size: 0.84em;
}

.free {
    font-weight: bold;
    font-size: 1.4em;
    color: #00d5af;
}
.dcat {
    background-color: #d1eef9;
    line-height: 1.5;
    padding: 3px 10px;
    margin-bottom: 10px;
}

.cflow {
    padding: 20px;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
}
.csub {
    width: 100%;
    text-align: center;
}
.cnum {
    margin-bottom: 10px;
}
.csub h3 {
    font-size: 1.32em;
    margin-bottom: 20px;
}
.cnum span {
    font-size: 1.6em;
    margin-left: 5px;
}
.cdoc {
    width: 100%;
    padding-right: 0;
}
.cdoc strong {
    font-size: 1.08em;
}

.farr {
    text-align: center;
    margin: 20px auto
}
.farr img {
    width: 30px;
}

}
