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

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


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

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

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

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

p.btn a {
	color: #00407E;
	font-size: 16px;
	font-weight: 600;
	display: block;
	text-decoration: none;
	max-width: 360px;
	width: 90%;
	padding: 15px 10px;
	margin: 0 auto;
	background: #070D47;
	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:#2F53B5;
    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_blue_col{
	color: #CD9F00;
	font-weight: bold;
}

.tips_ttl {  
    border-bottom: solid 3px #99DEF7;
	line-height: 25px;;
}

.center_2{
	text-align: center!important;
	margin-bottom: 10px!important;
}

.break{
	margin-bottom: 10px;
}


.ap_box{
	width: 100%;
	overflow: hidden;
}

.ap_box .ap_left{
	width: 30%;
	float: left;
	padding: 1%;
}

.ap_box .ap_right{
	width: 65%;
	float: right;
	padding: 3% 0 0 0;
}



