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

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

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

.tips::before {
    content: "▶";
    color: #1E51C8;
    font-size: 1.2em;
    display: inline-block;
    vertical-align: middle;
}


.item_icon_2 {
    float: left;
    margin-left: 0;
    width: 40px;
}


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

.cp_link_txt{
	display: block;
}

hr{
	clear: both;
}


/**return_btn**/

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

/********ttl****/

#ttl1{
	clear: both;
}
#ttl2{
	clear: both;
}

#ttl3{
	clear: both;
}
#ttl4{
	clear: both;
}
#ttl5{
	clear: both;
}
#ttl6{
	clear: both;
}
#ttlud{
	clear: both;
}
#index_ttl{
	clear: both;
}



#ttlb1{
	clear: both;	
}
#ttl02_1{
	clear: both;	
}

#ttl02_2{
	clear: both;
}

#ttl03_1{
	clear: both;	
}

#ttl03_2{
	clear: both;	
}


#ttl03_3{
	clear: both;	
}

#ttl03_4{
	clear: both;	
}

#ttl03_5{
	clear: both;	
}

.item_pd {
    padding: 15px 0 5px 0;
    float: left;
    margin-left: 10px;
    width: 40px;
}




