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

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

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

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

/**blockimage**/
.image_wrap{
	width: 100%;
	display:flex;
}

.w_image{
	width: 46%;
	float: left;
	margin: 0;
	padding: 2% 2% 0% 4%;
	
}

.eireiseikou_ttl{
	font-weight: bold;
	font-size: 110%;
	color: #1CB6ED;
	display: block;
    padding-left: 1em;
	text-align: left;
}


/**リンクボタン**/
.btn_wrap{
	width: 100%;
	overflow: hidden;
	margin-bottom: -3%;
}
/*****01*********/


.link_btn {
	display: block;
	margin: 0 auto;
	padding: 5px 0;
	float: left;
	width: 33.3%;
	text-align: center!important;
}

.link_btn a {
	color: #1292E4;
	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);
}


.link_btn a:hover {
	color:#036BDC;
    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);
}


/**ブロック選択テキスト***/

.box_txt{
	text-align: center!important;
	font-weight: bold;
	color: #663D98;
	font-size: 1em!important;
}



/**title**/

.heading_ttl .item_box {
    background: url(../../../uploads/2025/over_the_same_sky_cp_pwldr/midashi_bg.png) no-repeat bottom/100% auto;
}

.heading_ttl .item_box::before {
    content: url(../../../uploads/2025/over_the_same_sky_cp_pwldr/midashi_icon_b.png);
	padding-bottom: 5px;
}

.heading_ttl .item_box_ev {
    background: url(../../../uploads/2025/over_the_same_sky_cp_pwldr/midashi_bg.png) no-repeat bottom/100% auto;
}


.heading_ttl .item_box_ev::before {
    content: url(../../../uploads/2025/over_the_same_sky_cp_pwldr/midashi_icon_a.png);
	padding-bottom: 5px;
	width: 5%;
}


.midashi_top{
	margin-top: -0.9em !important;
}

.heading_ttl .hd_text {
  text-shadow: 0 0 2px;
  color: #0073ff;
}


.table_box .item_img_ny_one {
    max-width: 40%;
    margin: 0 auto;
    display: block;
}

/**礼装下表記**/
.notes{
	font-size: 75%;
	float: right;
	margin-top: -10px;
}

.notes2{
	font-size: 75%;
	float: right;
	margin-right: 20px;
}

