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

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


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

.tips::before {
    color: #3D459E;
}


.notice2{
	color: #E30003;
}




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

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

p.btn a {
	color: #220C62;
	font-size: 16px;
	font-weight: 600;
	display: block;
	text-decoration: none;
	max-width: 360px;
	width: 90%;
	padding: 15px 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:#494467;
    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);
}





/*********/


div.color {
	margin: 5px auto 10px;
	padding: 15px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background: no-repeat 2% center, linear-gradient(to bottom, rgb(15,12,201) 0%,rgb(62,115,239) 100%);
	clear: both;
}

#news_color .article div.color p,
div.color p{
	margin: 0;
	text-align: center;
}



div.color2 {
	margin: 5px auto 10px;
	padding: 15px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background: no-repeat 2% center, linear-gradient(to bottom, rgb(109,0,25) 1%,rgb(109,0,25) 1%,rgb(109,0,25) 19%,rgb(143,2,34) 44%,rgb(169,3,41) 100%,rgb(169,3,41) 101%);
	clear: both;
}

#news_color .article div.color2 p,
div.color2 p{
	margin: 0;
	text-align: center;
}


div.color3 {
	margin: 5px auto 10px;
	padding: 15px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background: no-repeat 2% center, linear-gradient(to bottom, rgb(45,165,229) 11%,rgb(125,185,232) 100%);
	clear: both;
}

#news_color .article div.color3 p,
div.color3 p{
	margin: 0;
	text-align: center;
}



div.color4 {
	margin: 5px auto 10px;
	padding: 15px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background: no-repeat 2% center, linear-gradient(to bottom, rgb(76,13,34) 1%,rgb(99,34,53) 49%,rgb(107,49,65) 100%);
	clear: both;
}

#news_color .article div.color4 p,
div.color4 p{
	margin: 0;
	text-align: center;
}




/*****/
.tips_r2 {
    border-color: #7682A4;
	font-weight: bold;
    font-size: 103%;
    border-bottom: solid 3px #7682A4;
    position: relative;
    padding: 3px;
    line-height: 30px;
}

.tips_r2::before {
    color: #16172D;
	content: "▶";
    font-size: 1.2em;
    display: inline-block;
    vertical-align: middle;
}


.tips_r3 {
    border-color: #FFB1B2;
	font-weight: bold;
    font-size: 103%;
    border-bottom: solid 3px #FFB1B2;
    position: relative;
    padding: 3px;
    line-height: 30px;
}

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


.tips_r4 {
    border-color: #86D9F7;
	font-weight: bold;
    font-size: 103%;
    border-bottom: solid 3px #86D9F7;
    position: relative;
    padding: 3px;
    line-height: 30px;
}

.tips_r4::before {
    color: #1731C5;
	content: "▶";
    font-size: 1.2em;
    display: inline-block;
    vertical-align: middle;
}



.tips_r5 {
    border-color: #766060;
	font-weight: bold;
    font-size: 103%;
    border-bottom: solid 3px #766060;
    position: relative;
    padding: 3px;
    line-height: 30px;
}

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



/*******/
.wall_wrap{
	width: 50%;
	float: left;
}

.wall_wrap .w_image{
	width: 100%;
	float: left;
	margin: 0;
}



p.btn2 {
	display: block;
	margin: 0 auto;
	padding: 5px 0;
	clear: both;
	text-align: center!important;
}

p.btn2 a {
	color: #220C62;
	font-size: 15px;
	font-weight: 600;
	display: block;
	text-decoration: none;
	width: 90%;
	padding: 15px 3px;
	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.btn2 a:hover {
	color:#494467;
    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);
}





