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

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


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

.tips::before {
    color: #D75F5F;
}



/* 小見出し_PU */
.tips_pu {
	font-weight: bold;
    font-size: 15px!important;
    border-bottom: solid 3px #E1B0AB;
    position: relative;
    padding: 3px;
    line-height: 30px;
}

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




.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: #D98E00;
	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:#FFAC11;
    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;
}


