@charset "Shift_JIS";



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

about.css

がん対策推進企業アクションとはページ専用スタイル

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



/* 実施本部によるサポート体制リスト指定
-------------------------------------------------------------------------------------------------------- */

.list_hquarters {
	margin:      0px;
	padding:     0px;
}

.list_hquarters .num01,
.list_hquarters .num02,
.list_hquarters .num03,
.list_hquarters .num04,
.list_hquarters .num05,
.list_hquarters .num06 {
	margin:      0px 0px 0px 0px;
	padding:     5px 0px 5px 35px;
	color:       #DC3E39;
	font-size:   116%;
	font-weight: bold;
}
.list_hquarters .num01 {
	background:  url(../about/img/system_support_icon_1.gif) left center no-repeat;
}
.list_hquarters .num02 {
	background:  url(../about/img/system_support_icon_2.gif) left center no-repeat;
}
.list_hquarters .num03 {
	background:  url(../about/img/system_support_icon_3.gif) left center no-repeat;
}
.list_hquarters .num04 {
	background:  url(../about/img/system_support_icon_4.gif) left center no-repeat;
}
.list_hquarters .num05 {
	background:  url(../about/img/system_support_icon_5.gif) left center no-repeat;
}
.list_hquarters .num06 {
	background:  url(../about/img/system_support_icon_6.gif) left center no-repeat;
}

.list_hquarters dd {
	margin:      0px 0px 15px 0px;
	padding:     0px 0px 0px 35px;
}





/* アドバイザリーボード　ボックス指定
-------------------------------------------------------------------------------------------------------- */

.box_advisory {
	border:      1px solid #DDDDDD;
	padding:     1px;
	background:  #FFFFFF;
}
.box_advisory .inner {
	padding:     5px;
	background:  #EEEEEE;
}




/* 重点的に取り組むべき課題リスト指定
-------------------------------------------------------------------------------------------------------- */

/*.list_lawnum ul {
	margin:      0px 0px 0px 0px;
	padding:     0px 0px 0px 0px;
	}*/

	.list_lawnum li {
		list-style:  none;
		margin:      0px 0px 5px 0px;
		padding:     5px 0px 5px 35px;
		color:       #333333;
		font-size:   116%;
		font-weight: bold;
	}
	.list_lawnum .num01 {
		background:  url(../about/img/law_icon01.gif) left center no-repeat;
	}
	.list_lawnum .num02 {
		background:  url(../about/img/law_icon02.gif) left center no-repeat;
	}
	.list_lawnum .num03 {
		background:  url(../about/img/law_icon03.gif) left center no-repeat;
	}




/* 活動概要　並列3カラム指定
-------------------------------------------------------------------------------------------------------- */

.w193 {
	width:      193px;
}
.w194 {
	width:      194px;
}
.w397 {
	width:      397px;
}



/* 利用規約　擬似フレーム指定
-------------------------------------------------------------------------------------------------------- */

/*.box_terms {
	padding:       0px 25px;
}*/
.box_terms .body {
	height:        300px;
	border-top:    1px solid #959283;
	border-left:   1px solid #959283;
	border-right:  1px solid #E4DEC6;
	border-bottom: 1px solid #E4DEC6;
}

.terms_frame {
	height:        300px;
	overflow:      auto;
}
.terms_frame .inner {
	padding:       10px 10px 10px 10px;
	background:    #EEEEEE;
}

/* レスポンシブ化追記
-------------------------------------------------------------------------------------------------------- */

.cell_hotline{
	float: left;
}

/*非画像化追記*/
.box_middlegray_bg {
	background: unset;
}

.is-flex{
	display: flex;
	flex-direction: row;
}

.is-flex img{
	width: calc((100% - 20px) / 2);
}

.is-flex img:first-of-type{
	margin-right: 8px;
}
.is-flex img:not(:first-of-type){
	margin-left: 8px;
}

@media screen and (max-width: 540px){
	.is-flex{
		flex-direction: column;
	}

	.is-flex img{
		display: block;
		width: 100%;
		max-width: 600px;
		margin: auto;
	}

	.is-flex img:first-of-type{
		margin:0 auto 30px;
	}

	.is-flex img:not(:first-of-type){
		margin: 0 auto;
	}
}

/* フィロソフィーページ（2023.6追加）
-------------------------------------------------------------------------------------------------------- */
#main.philosophy{
	width: 100%;
	font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.firstview{
	margin-top: -14px;
	width: 100vw;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw) ;
	background-image: url(../about/img/philosophy/philosophy_bg_lv.png);
	background-position: top;
	background-size: contain;
	background-repeat: repeat-x;
}

.firstview__inner{
	max-width: 1000px;
  margin: 0 auto;
}

.philosophy-title01{
	margin-bottom: 8px;
	font-size: 91.666667%;
}

.philosophy-title02{
	margin-bottom: 8px;
	font-weight: bold;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 116.666%; /* 14px */
	line-height: 1.7;
}

.philosophy-text01{
	font-size: 150%; /* 18px */
	font-weight: bold;
	line-height: 1.7;
}

.philosophy-text02{
	box-sizing: border-box;
	padding-left: 1em;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 116.666%; /* 14px */
	line-height: 1.7;
}

.philosophy-text03{
	font-size: 108.333333%; /* 13px */
	line-height: 1.7;
}


.philosophy-text03--right{
	text-align: right;
	font-size: 108.333333%; /* 13px */
}

.philosophy-text04{
	font-size: 108.333333%; /* 13px */
	line-height: 1.7;
}

.philosophy-text04--right{
	text-align: right;
}

.philosophy-dl01{
	display: flex;
	align-items: flex-start;
	justify-content: start;
	font-size: 83.333333%; /* 10px */
	line-height: 1.7;
}
.philosophy-dl01 > dt{
	position: relative;
  top: -2px;
	width: 60px;
}

.philosophy-text-bold{
	font-weight: bold;
}


/* がん対策推進基本計画
-------------------------------------------------------------------------------------------------------- */
.law-text01{
	word-break: break-all;
}

/* ロゴマークダウンロード
-------------------------------------------------------------------------------------------------------- */
ul.is-circle >li{
	position: relative;
	padding-left: 1em;
}

ul.is-circle >li:not(:last-child){
	margin-bottom: 10px;
}

ul.is-circle >li::before{
	content: '';
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #FD9B1C;
	top: 9px;
	left: 0;
	line-height: 1.8;
	font-size: 110%;
}