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

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

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

.tips::before {
    color: #081D7F;
}

/**title**/

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

.heading_ttl .item_box::before {
    content: url(../../../uploads/2025/saint_quartz_cp2_uhgf/midashi_icon.png);
}


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

.heading_ttl .hd_text {
  text-shadow: 0 0 1px;
  color: #06226E;
}

.heading_ttl .hd_text_sec {
  text-shadow: 0 0 1px;
  color: #006DE0;
}




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

.tips_1::before {
    content: "手順①";
    color: white;
    font-size: 1.1em;
    line-height: 22px;
    vertical-align: middle;
    display: inline-block;
    background: #155196;
    font-weight: bold;
    width: 75px;
    text-align: center;
    height: 22px;
    border: solid 6px white;
    border-radius: 10px;
}


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

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


/*title_flex*/

.m_top_none{
	margin-top: 0!important;
}

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

.heading_ttl .item_box_ex {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    padding: 0.2em 0em 0.3em 0em;
    font-family: 'Times New Roman', 'Yu Mincho Medium', '游明朝 Medium', 'Yu Mincho', '游明朝', 'YuMincho', '游明朝体', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', serif;
    font-weight: bold;
    font-size: 1.05em !important;
    line-height: 1.2 !important;
}

.txt_fx {
    display: flex;
    align-items: center;
}
.txt_fx .txt_fc:first-child {
    word-break: keep-all;
    color: #fff;
    border-radius: 5px;
    width: 20%;
    text-align: center;
    height: 100%;
    font-size: 0.8em;
    margin-right: 1%;
    max-width: 70px;
}


.txt_fx .t_red {
    background: rgb(255,53,53);
    background: linear-gradient(0deg, rgba(255,53,53,1) 0%, rgba(148,25,25,1) 100%);
    padding: 0.8% 0 0.2% 0;
}
.txt_fx .t_blue {
    background: rgb(53,182,255);
    background: linear-gradient(0deg, rgba(53,182,255,1) 0%, rgba(26,25,148,1) 100%);
    padding: 0.8% 0 0.2% 0;
}


/***highlight_txt**/
.highlight_cp {
    background: linear-gradient(transparent 10%, #FFFF00 10% 90%, transparent 90%);
    font-weight: bold;
}


/***attention_txt***/

.attention_cp {
    padding: 1em 1em 0 1em;
    border: solid 3px #78a7ff;
    margin: 10px;
}

.center_cp {
    text-align: center !important;
    margin-bottom: 10px !important;
}
.fnt_cp_col{
	font-size: 20px;
	color: #113DB5;
}

.fnt_siz{
	font-size: 1.7em!important;
}

.num_col{
	color: #155196;
}














