﻿@charset "utf-8";
/* 色変更時用CSS */

/* 菱形 */
.diamond {
	color: #1D849E;
}

/* 小見出し */
.tips {
    border-color: #C8D6FF;
}

.tips::before {
    color: #1750D5;
}
hr{
	clear: both;
}

.cp_link{
	clear: both;
	overflow: hidden;
	margin-bottom: 5px!important;
	display: block;
}

.cp_link_txt{
	float: left;
}

.cp_link .noticeicon{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    padding: 0px 2px;

    width: 40px;
    float: left;
    text-align: center;
	margin-left: 5px!important;
	
}

a {
  color:#004FDB;
}

.txt_center{
color: #0F67B0;
font-weight: bold;
}


.link_btn {
	display: block;
	margin: 0 auto;
	float: left;
	width: 25%;
}

.link_btn a {
	font-size: 15px;
	font-weight: 600;
	display: block;
	width: 90%;
	padding: 0px 3px 15px;
	margin: 0 auto;
}


.link_btn a:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: “alpha( opacity=50 )”;
}

.link_bnr a:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: “alpha( opacity=50 )”;
}


.return_btn{
	display: block;
	margin: 0 0 16px 0;
	padding: 5px 0;
	float: right;
	width: 23.3%;
	text-align: center!important;
}

.btn_wrap {
    width: 100%;
    clear: both;
    overflow: hidden;
}


.return_btn a {
	color: #007DD9;
	font-size: 15px;
	font-weight: 600;
	display: block;
	text-decoration: none;
	width: 90%;
	padding: 15px 3px;
	margin: 0 auto;
	border-radius: 10px;
    background-image: linear-gradient(#dddbd2  0%, #fafafa 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.40);
}


.return_btn a:hover {
	color:#0996FF;
    background-image: linear-gradient(#dddbd2 0%, #fafafa 60%);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.30);
}


/**************link_btn*************/

p.btn {
	display: block;
	text-align: center!important;
	padding: 5px 0;
}

p.btn a {
	color: #195CA3;
	font-size: 20px;
	font-weight: 600;
	display: block;
	text-decoration: none;
	max-width: 360px;
	width: 90%;
	padding: 20px 10px;
	margin: 0 auto;
	background: #2543B7;
	border-radius: 10px;
	background-image: -webkit-linear-gradient(#d7dce4 0%, #fafafa 100%);
    background-image: linear-gradient(#d7dce4 0%, #fafafa 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.40);
}


p.btn a:hover {
	color:#3084DD;
    background-image: -webkit-linear-gradient(#d7dce4 0%, #fafafa 60%);
    background-image: linear-gradient(#d7dce4 0%, #fafafa 60%);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.30);
}


.txt_red_enm {
    color: #D70004;
    font-weight: bold;
}


.mb_n{
	margin-bottom:4px!important;
}

/* 数字小見出し */
.tips_1 {
    font-weight: bold;
    font-size: 100%;
    border-bottom: solid 3px #b1cee3;
    position: relative;
	padding: 5px 0px 2px 0px;
    line-height: 30px;
}

.tips_1::before {
    content: "A";
	color: white;
	font-size: 1em;
	line-height: 22px;
	vertical-align: middle;
	display: inline-block;
	background: #649cc4;
	font-weight: bold;
	width: 20px;
	text-align: center;
	height: 20px;
	border: solid 6px white; 
	border-radius: 50%;
	margin-left: -10px; 
}


.tips_2 {
    font-weight: bold;
    font-size: 100%;
    border-bottom: solid 3px #b1cee3;
    position: relative;
	padding: 5px 0px 2px 0px;
    line-height: 30px;
}

.tips_2::before {
    content: "B";
	color: white;
	font-size: 1em;
	line-height: 22px;
	vertical-align: middle;
	display: inline-block;
	background: #649cc4;
	font-weight: bold;
	width: 20px;
	text-align: center;
	height: 20px;
	border: solid 6px white; 
	border-radius: 50%;
	margin-left: -10px; 
}


.tips_3 {
    font-weight: bold;
    font-size: 100%;
    border-bottom: solid 3px #b1cee3;
    position: relative;
	padding: 5px 0px 2px 0px;
    line-height: 30px;
}

.tips_3::before {
    content: "C";
	color: white;
	font-size: 1em;
	line-height: 22px;
	vertical-align: middle;
	display: inline-block;
	background: #649cc4;
	font-weight: bold;
	width: 20px;
	text-align: center;
	height: 20px;
	border: solid 6px white; 
	border-radius: 50%;
	margin-left: -10px; 
}


.tips_4 {
    font-weight: bold;
    font-size: 100%;
    border-bottom: solid 3px #b1cee3;
    position: relative;
	padding: 5px 0px 2px 0px;
    line-height: 30px;
}

.tips_4::before {
    content: "D";
	color: white;
	font-size: 1em;
	line-height: 22px;
	vertical-align: middle;
	display: inline-block;
	background: #649cc4;
	font-weight: bold;
	width: 20px;
	text-align: center;
	height: 20px;
	border: solid 6px white; 
	border-radius: 50%;
	margin-left: -10px; 
}

.tips_5 {
    font-weight: bold;
    font-size: 100%;
    border-bottom: solid 3px #b1cee3;
    position: relative;
	padding: 5px 0px 2px 0px;
    line-height: 30px;
}

.tips_5::before {
    content: "E";
	color: white;
	font-size: 1em;
	line-height: 22px;
	vertical-align: middle;
	display: inline-block;
	background: #649cc4;
	font-weight: bold;
	width: 20px;
	text-align: center;
	height: 20px;
	border: solid 6px white; 
	border-radius: 50%;
	margin-left: -10px; 
}


.tips_6 {
    font-weight: bold;
    font-size: 100%;
    border-bottom: solid 3px #b1cee3;
    position: relative;
	padding: 5px 0px 2px 0px;
    line-height: 30px;
}

.tips_6::before {
    content: "F";
	color: white;
	font-size: 1em;
	line-height: 22px;
	vertical-align: middle;
	display: inline-block;
	background: #649cc4;
	font-weight: bold;
	width: 20px;
	text-align: center;
	height: 20px;
	border: solid 6px white; 
	border-radius: 50%;
	margin-left: -10px; 
}


.tips_7 {
    font-weight: bold;
    font-size: 100%;
    border-bottom: solid 3px #b1cee3;
    position: relative;
	padding: 5px 0px 2px 0px;
    line-height: 30px;
}

.tips_7::before {
    content: "G";
	color: white;
	font-size: 1em;
	line-height: 22px;
	vertical-align: middle;
	display: inline-block;
	background: #649cc4;
	font-weight: bold;
	width: 20px;
	text-align: center;
	height: 20px;
	border: solid 6px white; 
	border-radius: 50%;
	margin-left: -10px; 
}

.tips_8 {
    font-weight: bold;
    font-size: 100%;
    border-bottom: solid 3px #b1cee3;
    position: relative;
	padding: 5px 0px 2px 0px;
    line-height: 30px;
}

.tips_8::before {
    content: "H";
	color: white;
	font-size: 1em;
	line-height: 22px;
	vertical-align: middle;
	display: inline-block;
	background: #649cc4;
	font-weight: bold;
	width: 20px;
	text-align: center;
	height: 20px;
	border: solid 6px white; 
	border-radius: 50%;
	margin-left: -10px; 
}


.tips_9 {
    font-weight: bold;
    font-size: 100%;
    border-bottom: solid 3px #b1cee3;
    position: relative;
	padding: 5px 0px 2px 0px;
    line-height: 30px;
}

.tips_9::before {
    content: "I";
	color: white;
	font-size: 1em;
	line-height: 22px;
	vertical-align: middle;
	display: inline-block;
	background: #649cc4;
	font-weight: bold;
	width: 20px;
	text-align: center;
	height: 20px;
	border: solid 6px white; 
	border-radius: 50%;
	margin-left: -10px; 
}


.tips_10 {
    font-weight: bold;
    font-size: 100%;
    border-bottom: solid 3px #b1cee3;
    position: relative;
	padding: 5px 0px 2px 0px;
    line-height: 30px;
}

.tips_10::before {
    content: "J";
	color: white;
	font-size: 1em;
	line-height: 22px;
	vertical-align: middle;
	display: inline-block;
	background: #649cc4;
	font-weight: bold;
	width: 20px;
	text-align: center;
	height: 20px;
	border: solid 6px white; 
	border-radius: 50%;
	margin-left: -10px; 
}

.tips_11 {
    font-weight: bold;
    font-size: 100%;
    border-bottom: solid 3px #b1cee3;
    position: relative;
	padding: 5px 0px 2px 0px;
    line-height: 30px;
}

.tips_11::before {
    content: "K";
	color: white;
	font-size: 1em;
	line-height: 22px;
	vertical-align: middle;
	display: inline-block;
	background: #649cc4;
	font-weight: bold;
	width: 20px;
	text-align: center;
	height: 20px;
	border: solid 6px white; 
	border-radius: 50%;
	margin-left: -10px; 
}

.tips_12 {
    font-weight: bold;
    font-size: 100%;
    border-bottom: solid 3px #b1cee3;
    position: relative;
	padding: 5px 0px 2px 0px;
    line-height: 30px;
}

.tips_12::before {
    content: "L";
	color: white;
	font-size: 1em;
	line-height: 22px;
	vertical-align: middle;
	display: inline-block;
	background: #649cc4;
	font-weight: bold;
	width: 20px;
	text-align: center;
	height: 20px;
	border: solid 6px white; 
	border-radius: 50%;
	margin-left: -10px; 
}

.tips_13 {
    font-weight: bold;
    font-size: 100%;
    border-bottom: solid 3px #b1cee3;
    position: relative;
	padding: 5px 0px 2px 0px;
    line-height: 30px;
}

.tips_13::before {
    content: "m";
	color: white;
	font-size: 1em;
	line-height: 22px;
	vertical-align: middle;
	display: inline-block;
	background: #649cc4;
	font-weight: bold;
	width: 20px;
	text-align: center;
	height: 20px;
	border: solid 6px white; 
	border-radius: 50%;
	margin-left: -10px; 
}


/*********icon_list**********/

.txt_center_02{
	text-align: center;
}

.bg_red{
background-color: #FFE1E2;	
}
.bg_sky_blue{
background-color: #AFECFF;	
}
.bg_gray{
background-color: #A4A4A4;	
}

/*********point**********/


.point_ttl {
	color: #002D83;
    font-weight: bold;
    font-size: 110%;
    border-bottom: solid 2px #DB0003;
    position: relative;
    padding: 0px;
    line-height: 30px;
}

.point_ttl::before {
    content: "POINT";
    color: #FFF;
	font-size: 100%;
	background-color: #DB0003;
	padding: 0 5px 0 5px;
    vertical-align: middle;
	border-radius: 4px 4px 0 0;
}

