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

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


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

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

/***************/

.ct_list{
	width: 40%;
	display: block;
	margin: 0 auto;
}
/***************/

.ev_btn_wrap {
    width: 100%;
    clear: both;
    overflow: hidden;
	margin: 0 auto;
	display: inline-flex;
	justify-content: center;
}

.ev_btn_wrap .link_btn {
	display: block;
	width: 33.3%;
}

.ev_btn_wrap .link_btn a {
	display: block;
	padding: 0px 3px 0px 0px;
	margin: 0 0 15px 0;
}


.ev_btn_wrap .link_btn a:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: “alpha( opacity=50 )”;
}

.ev_btn_wrap .link_bnr a:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: “alpha( opacity=50 )”;
}

.ank_link_box {
    width: 100%;
    overflow: hidden;
    display: block;
}


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

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

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

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