@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;
}

/* レスポンシブ対応 
-------------------------------------------------------------------------------------------------------- */
#main {
    max-width: 100%;
    float: none;
}

.w290 {
    display: flex;
    justify-content: space-between;
    float: auto;
    width: 100%;
    margin-bottom: 20px;
}

.w160 {
    width: calc(100% - 140px);
}

/* 部位別がんの基礎講座
-------------------------------------------------------------------------------------------------------- */
/*.p-card01{
		flex-direction: column;
}*/
.is-textRight {
    text-align: right;
}

.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%);
}


.l_ttl_01.five_cancer{
	font-size: 140%;
}

.cancer_ttl01_container {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.cancer_ttl01_img01{
    z-index:10;
}



.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: -18px;
    border-radius: 5px;
}
.sec01_container {
    display: flex;
    margin-bottom: 2rem;
}
@media screen and (max-width: 540px){
	.sec01_container {
    	flex-direction: column;
        margin-bottom: 0rem;
	}
}

.figure_container {
    width: 250px;
    min-width: 250px;
    height: 220px;
    margin:0 0 30px 20px;
}
@media screen and (max-width: 540px){
	.figure_container {
    	width: 100%;
        min-width: inherit;
        max-width: 250px;
        height: 220px;
    	margin:20px auto 50px auto;
	}
}
.figure_container figcaption{
	text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;

}
.sec01_img01 {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

/* cancer/basic/index_sp.html 部位別がん基礎講座
-------------------------------------------------------------------------------------------------------- */
.basic_sec01_container {
    display: flex;
    margin-bottom: 30px;
}

.basic_sec01_img01 img {
	object-fit: contain;
	object-position: top;
	width: 40%;
	min-width: 100px;
	height: 98%;
}

.basic_sec01_img01 source {
	object-fit: contain;
	object-position: top;
	width: 40%;
	min-width: 100px;
	height: 98%;
}

@media screen and (max-width: 947px) {
    .cancer_table01 td {
        width: 10%;
        white-space: nowrap;
        text-align: center;
    }

    .cancer_table01 td:first-child {
        width: 10%;
        white-space: nowrap;
        text-align: left;
    }

    .cancer_table01 td:last-child {
        width: 40%;
        white-space: normal;
        text-align: left;
    }
}

@media screen and (max-width: 413px) {
    .cancer_table01 {
        font-size: 90%;
    }

    .cancer_table01 td {
        width: 12%;
    }

    .cancer_table01 td:first-child {
        width: 12%;
    }

    .cancer_table01 td:last-child {
        width: 28%;
    }
}

.trend_img_container{
	max-width: 600px;
	margin: 0 auto;
}
.cancer_sec_margin.sp_mb20{
    margin-bottom: 20px;
}

.sp_mb50{
	margin-bottom: 50px !important;
}

.is-emptyMass {
    padding-left: 0.7rem;
}
.img_container source, .img_container img{
	object-fit: contain;
	width: 100%;
	height: 100%;
}
.is-nowrap{
    white-space: nowrap;
}