@charset "Shift_JIS";



/*======================================================================================================================
========================================================================================================================

index.css

ƒCƒ“ƒfƒbƒNƒXƒy[ƒWê—pƒXƒ^ƒCƒ‹

========================================================================================================================
======================================================================================================================*/


/* •”ˆÊ•Ê‚ª‚ñ‚ÌŠî‘buÀ@ƒCƒ“ƒfƒbƒNƒXƒy[ƒW
-------------------------------------------------------------------------------------------------------- */
.basic_dotline {
	padding:    20px 0px 0px 0px;
	border-top: dashed 1px #DDDDDD;
}

/* •”ˆÊ•Ê‚ª‚ñ‚ÌŠî‘buÀ@Ú×ƒy[ƒW@ŽŸ‚Ìƒy[ƒW‚Ìƒ^ƒCƒgƒ‹ƒGƒŠƒAŽw’è
-------------------------------------------------------------------------------------------------------- */
.basic_nextttl {
	font-size:       123.1%;
	font-weight:     bold;
	padding:         5px 5px 5px 0px;
	background:      url(../cancer/basic/img/basic_bg_nextttl.gif) repeat-y;
}
.basic_nextttl a span {
	padding:         0px 0px 0px 22px;
	background:      url(../cancer/basic/img/icon_nextttl.gif) top left no-repeat;
}

/* cancer‹¤’Ê
-------------------------------------------------------------------------------------------------------- */
/*.p-card01{
	display: flex;
	width: 100%;
}*/
.pc-none{
	display: none;
}
.is-textRight{
	text-align: right;
}
.is-textCenter{
	text-align: center;
}
.is-black{
	color:#333333;
}
.is-nonDecoration{
	text-decoration: none;
}
.is-block{
	display: block;
}
.is-inlineBlock{
	display: inline-block;
}
.is-bold{
	font-weight: bold;
}
.is-indentionBottom{
    margin-bottom: 1rem;
}
.is-tri{
	position: relative;
}
.is-tri::before{
	content:"";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 6px;
	border-color: transparent transparent transparent #FD9B1C;
	top: 50%;
	left: -10px;
	transform:translateY(-50%);
}

/* cancer 5‚Â‚Ì‚ª‚ñ
-------------------------------------------------------------------------------------------------------- */

.cancer_ttl01_container{
	display: flex;
	align-items: center;
	width: 100%;
	height: 40px;
	margin-top: 40px;
	margin-bottom: 20px;
}
.cancer_ttl01_img01{
	z-index:10;
}
.sec01_img01{
	width: 100%;
	min-width: 250px;
	height: 220px;
}

.ttl01_hl01.cancer{
	font-size: 1.5em;
	/*font-weight: bold;*/
	letter-spacing: 0.1em;
	background-color:#FD9B1C;
	color: #FFF;
	width: 100%;
	padding: 10px 0;
	padding-left:20px;
	margin-left: -14px;
	border-radius: 5px;
}
.sec01_container{
	display: flex;
	margin-bottom: 2rem;
}

.figure_container {
    width: 250px;
    height: 220px;
    margin:0 0 20px 20px;
}
.figure_container figcaption{
	text-align: center;
	margin-top: 10px;
}

/* cancer/basic/index_sp.html •”ˆÊ•Ê‚ª‚ñŠî‘buÀ
-------------------------------------------------------------------------------------------------------- */
.basic_sec01_container{
	display: flex;
}
.is-attention {
    position: relative;
    padding-left: 1em;
}
.cancer_sec_margin{
	margin-bottom: 30px;
}
.sec01_container{
	display: flex;
}
.is-emptyMass{
	padding-left: 0.7rem;
}
.is-nowrap{
	white-space: nowrap;
}
