@charset "UTF-8";

.bold {
	font-weight:bold;
}

p {
	margin:1em 0;
}

.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }
.center_min_left {
    text-align: center;
}

.txt_big01 {
    font-size: 1.8rem;
}
.txt_big02 {
    font-size: 2.0rem;
}
.txt_big03 {
    font-size: 2.2rem;
}
.txt_big04 {
    font-size: 2.4rem;
}


.txt_idt30 {
    padding-left:3em;
    text-indent:-3em;
}

.txt_blk {
    color: #000;
}

.lh160 {
	line-height: 160%;
}

.lh180 {
	line-height: 180%;
}

.uline {
	text-decoration: underline;
}

.ttl01 {
	padding: 15px 0 15px;
	margin: 0;
	border-bottom: 1px solid #064086;
	color: #064086;
	font-size: 2.6rem;
}

.ttl02 {
	background:#02326B;
	border: #064086 2px solid;
	color:#FFF;
	font-size: 2.2rem;
	font-weight: bold;
	margin: 10px 0;
	padding: 8px 8px 6px;
}

.ttl03 {
	background: #4872BD; /* fallback for old browsers */
	padding: 10px 10px 8px 16px;
	margin: 10px 0 15px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
}

.ttl04 {
	border: 1px solid #4872BD;
	border-left: 7px solid #4872BD;
	padding: 10px 10px 7px 16px;
	margin: 10px 0 15px;
	font-weight: bold;
	line-height: 1;
}

.ttl05 {
	background: #00B379; /* fallback for old browsers */
	padding: 10px 10px 8px 16px;
	margin: 10px 0 15px;
	font-size: 1.0rem;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
}

.txt_red {
	color: #F00;
}

.txt_blue01 {
	color: #069;
}

.txt_green01 {
	color: #363;
}

.txt_ppl01 {
	color: #663366;
}

.normal {
	font-weight: normal;
}

.up {
	clear: both;
	text-align: right;	
}

/* 罫線装飾 */
hr.hr01{
    border:none;
    border-top:dashed 2px #CCC;
    height:1px;
    color:#FFFFFF;
    margin: 0 6 0 6;
}

.br::before,
.br2::before {
	content: "\A";
	white-space: pre;
}
.sp::before {
	content: "　　　　　";
}

img.mem_ttl {
    width: 100%;
    max-width: 481px;
    height: auto;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:991.98px) {
    .br2 {
        display: none;
    }
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
    .br,
    .sp {
        display: none;
    }
    .center_min_left {
        text-align: left;
    }
    .ttl02,
    .ttl02a {
        font-size: 2.0rem;
        background-size:auto;
    }
    .ttl02a {
	    padding: 12px 0 12px 60px;
    }
    .ttl03 {
        font-size: 1.8rem;
    }
    .txt_big_min {
        font-size: 1.4rem;
    }
}