﻿@charset "utf-8";

/* 色変更時用CSS */

/* 菱形 */
.diamond {
	color:#20238d ;
}


/* 小見出し */
.tips {
    border-color: #6974ef;
	font-size: 17px!important;
}

.tips::before {
    color: #20238d;
}



/* 小見出し_PU */
.tips_pu {
	font-weight: bold;
    font-size: 15px!important;
    border-bottom: solid 3px hsl(6, 47%, 78%);
    position: relative;
    padding: 3px;
    line-height: 30px;
}

.tips_pu::before {
	color: #20238d;
    content: "▼";
    font-size: 1.2em;
    display: inline-block;
    vertical-align: middle;
}

.pu_gl_01 .tag_1{
	filter: blur(0);
-webkit-filter: blur(0);
}
.pu_gl_01 .tag_3{
	filter: blur(0);
-webkit-filter: blur(0);
}


.pu_gl_01 .tag_2{
	filter: blur(0);
-webkit-filter: blur(0);
}



.link_cl {
    font-weight: bold;
}



/*CP一覧リンク*/
.cp_link{
	clear: both;
	overflow: hidden;
	margin-bottom: 5px!important;
	display: block;
}

.cp_link_txt{
	display: block;
}

/**戻るボタン**/



.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: #2b1fc3;
	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:#487df1;
    background-image: linear-gradient(#dddbd2 0%, #fafafa 60%);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.30);
}


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


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

.point_ttl1::before {
    content: "追加･改修①";
    color: #FFF;
	font-size: 100%;
	background-color: #DB0003;
	padding: 0 5px 0 5px;
    vertical-align: middle;
	border-radius: 4px 4px 0 0;
}

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

.point_ttl2::before {
    content: "追加･改修②";
    color: #FFF;
	font-size: 100%;
	background-color: #DB0003;
	padding: 0 5px 0 5px;
    vertical-align: middle;
	border-radius: 4px 4px 0 0;
}

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

.point_ttl3::before {
    content: "追加･改修③";
    color: #FFF;
	font-size: 100%;
	background-color: #DB0003;
	padding: 0 5px 0 5px;
    vertical-align: middle;
	border-radius: 4px 4px 0 0;
}


/***reisou_list***/
.reisou_list{
	display: block;
	padding-left: 1em;
}

/***btn****/

.btn_wrap {
    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 0.5em 0.5em 1.2em 0.5em;
}

.attention_btn{
	display: block;
	margin:0 auto;
	padding: 5px 0;
	width: 100%;
	text-align: center!important;
}


.attention_btn a {
    color: #970000;
    font-size: 15px;
    font-weight: 600;
    display: block;
    text-decoration: none;
    width: 50%;
    padding: 15px 3px;
    margin: 0 auto;
    border-radius: 10px;
    background-image: linear-gradient(#fbf1f1 0%, #f5b3b3 100%);;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.40);
}


.attention_btn a:hover {
    color: #e73d3d;
    background-image: linear-gradient(#fff7f7 0%, #f3cccc 60%);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.30);
}

.dl_icon_btn{
	display: block;
	margin:0 auto;
	padding: 5px 0;
	width: 100%;
	text-align: center!important;	
}


.dl_icon_btn a {
    color: #002D83;
	font-size: 15px;
	font-weight: 600;
	display: block;
	text-decoration: none;
	width: 100%;
	padding: 15px 0;
	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);
}
.dl_icon_btn a:hover {
	color:#487df1;
    background-image: linear-gradient(#dddbd2 0%, #fafafa 60%);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.30);
}

/*文字色*/
.green_txt{
    color: #027A18;
	font-weight: bold;
}

.yellow_txt{
    color: #BD9F00;
	font-weight: bold;
}

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

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


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

.tips_2::before {
    content: "2";
	color: white;
	font-size: 1.1em;
	line-height: 26px;
	vertical-align: middle;
	display: inline-block;
	background: #20238D;
	font-weight: bold;
	width: 25px;
	text-align: center;
	height: 25px;
	border: solid 6px white; 
	border-radius: 50%;
	margin-left: -10px; 
}

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

.tips_3::before {
    content: "3";
	color: white;
	font-size: 1.1em;
	line-height: 26px;
	vertical-align: middle;
	display: inline-block;
	background: #20238D;
	font-weight: bold;
	width: 25px;
	text-align: center;
	height: 25px;
	border: solid 6px white; 
	border-radius: 50%;
	margin-left: -10px; 
}

/* tr td css */

.bg08 {
background: #ecf2f3;
}

/* 見出し用css */
.article .heading {
    display: inline-block;
}