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

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


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

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


.attention {
    padding: 1em 1em 0 1em;
    border: solid 1.5px #577B59;
    margin: 10px;
}

.notice {
	color: #DC163A
}

.star {
    color: #ab7c02;
}

/* 全体テキスト変更 */
body {
	color: #031200;
}
.table_color{
	color: #031200;
}


/*ライン*/
.border {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #577B59;
  border: none;  
}


/* 数字小見出し */
.tips_1 {
    font-weight: bold;
    font-size: 103%;
    border-bottom: solid 3px #9F6EDB;
    position: relative;
	padding: 5px 0px 2px 0px;
    line-height: 30px;
}

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


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

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

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

.tips_3::before {
    content: "3";
	color: white;
	font-size: 1.1em;
	line-height: 26px;
	vertical-align: middle;
	display: inline-block;
	background: #755fb2;
	font-weight: bold;
	width: 25px;
	text-align: center;
	height: 25px;
	border: solid 6px #d1d09f; 
	border-radius: 50%;
	margin-left: -10px; 
}


/*正式加入アイコン*/
.noticeicon {
    font-size: 12px;
    padding: 5px 8px;
    border-radius: 7px;
    border: 1px solid #fd093a;
    width: 150px;
    float: left;
    margin: 0 auto 0 auto;
    text-align: center;
}

/**/
.bttom_txt{
margin-top: 10px;
float: left
}






/*********list********/


.cb_list_wrap{
	display: block;
	overflow: hidden;
}

.item_img_cb{
	width: 15%;
	float: left;
}


.cb_list_txt{
	float: none;
	display: block;
	padding-bottom: 2px;
}

.cb_list_txt_02{
	padding: 10px;
	float: left;
}


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

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

p.btn a {
	color: #DD3E60;
	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:#EB737A;
    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);
}




