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

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

/* 背景色_パターン画像 */
div.wrapper div#news_color {
	background: url(../../../uploads/2022/road_to_7_cp5_njaws/bg.png) repeat;
	background-size: contain;
}
div.container {
	background: url(../../../uploads/2022/road_to_7_cp5_njaws/bg.png) repeat;
	background-size: contain;
}
main,
main .article {
	background: none !important;
}


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

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

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

.cp_link_txt{
	display: block;
}

/**戻るボタン**/



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


/*左のテキスト余白*/
.left_pdd{
	padding: 0 1.5em 0 0;
	display: block;
}


/*右のテキスト余白*/
.right_pdd{
	padding: 0 1.5em 0 0;
	display: block;
}


/*アイテム*/
.intermission_itemlist_02{
	margin: 0;
    width: 180px;
    text-align: right;
}


/*2行の場合のアイテム*/
.intermission_left_txt .item_pd{
	padding: 15px 0 5px 0;
	float: left;
    margin-left: 10px;
    width: 40px;
}

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


.intermission_left_txt .item2 {
    float: left;
    margin-left: 10px;
    width: 80px;
}
.item_icon_2{
	 float: left;
    margin-left: 0;
    width: 40px;
}


/**戻るボタン**/
.return_btn a {
	color: #3AA5BB;
	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:#1D7E8A;
    background-image: linear-gradient(#dddbd2 0%, #fafafa 60%);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.30);
}

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

