@charset "utf-8";

h1 { font-size: 1.8rem;}
h2 { font-size: 1.6rem;}
h3 { font-size: 1.4rem;}
h4 { font-size: 1.2rem;}
h5 { font-size: 1.0rem; font-weight: normal;}
h2, h3, h4, dt, strong, em {		/* -------- h1 は対応しない！ */
	font-weight: bold;
}
h1, h2, h3 {		/* -------- h4 は対応しない！ */
	/* font-family: 'M PLUS Rounded 1c', sans-serif; */
	/* font-family: 'Noto Sans JP', sans-serif; */
}
a {
	text-decoration: none;
	transition: .3s;
	color: #33f;
}
a:link, a:visited, a:active, a:focus {
	text-decoration: none;
	color: #33f;
}
.table td a {
	text-decoration: none;
	transition: .3s;
}
.table td a:hover {
	color: #f63;
}
div a:hover, p a:hover, li a:hover, dd a:hover {
	text-decoration: none;
	color: #f63;
}
p,
section ul {
	padding-bottom: 0.8em;
}
p strong,
dd strong,
li strong,
td strong {
	color: #000;
	}
article,
section,
aside {
	margin-bottom: 30px;
}
section:after {
	content: "";
	display: block;
	clear: both;
}
section h2 + article {
	margin-top: 20px;
}
article p:last-child,
section p:last-child,
aside p:last-child {
	padding-bottom: 0;
}
dl dt {
	color: #000;
}
dl dd {
	padding-left: 2.0em;
	margin-bottom: 0.6em;
}
dl.dl_press {
	line-height: 1.2em;
}
dl.dl_press dd {
	padding-left: 1em;
	margin-bottom: 0.8em;
}
.table_no_border,
.table_no_border th,
.table_no_border td {
	border: 0;
}
.table_no_border th,
.table_no_border td {
	vertical-align: top;
}
h2 + p, h3 + p, h4 + p {
	margin-top: 0.25em;
}
section > h2,
section > h3 {
	text-align: center;
}
section > h2 + p,
section > h3 + p {
	margin-top: 0.4em;
}
/* ------------------
------------------ */
body {
	background-color: #fff;
	color: #f00;
}
.body_contents {
	background-color: #fff;
	color: #000;
	overflow: hidden;
}
.body_contents .frow-container {
	margin-top: 40px;
	padding-bottom: 10px;
}
header + .body_contents .frow-container,
.body_contents .frow-container + .frow-container {
	margin-top: 0;
}
/* ------------------
共通部品
------------------ */
/* ロゴマーク */
.logo_mark {
	float: left;
	width: 80px;
	height: 80px;
	filter: drop-shadow(2px 2px 2px #999);
}
/* 登録ボタン */
.regbtn {
	text-align: center;
	overflow: hidden;
}
.regbtn span {
	display: inline-block;
	width: 180px;
	height: 54px;
	border-radius: 8px;
	background-image: url(../x-img/btnbase_reg.png);
	background-size: contain;
	font-size: 13px;
	color: white;
	padding-top: 32px;
}
.regbtn:hover {
	transition: .3s;
	opacity: 0.5;
}
@media (max-width:399px) {	/* 旧スマホ */
	.regbtn span {
		width: 100px;
		height: 40px;
		background-image: url(../x-img/btnbase_reg_min.png);
		background-size: contain;
		color: transparent;
		padding: 0;
	}
}	
/* 登録ボタンが４つ並んだ所の１つ分 */
.btncrs_area {
	padding-bottom: 20px;
}
/* 登録ボタンとメッセージの組み合わせ */
.btncrs_msg {
	margin: 0 auto;
	/* margin-bottom: 20px; */
	text-align: center;
	vertical-align: middle;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 10px 0;
	white-space: nowrap;
	color: black;
}
.btncrs_msg .regbtn {
	margin: 10px;
}
.btncrs_msg * {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
/* 横一行メッセージ */
.oneline_msg {
	color: white;
	background-color: #36c;
	font-size: 1.2rem;
	text-align: center;
	padding: 8px .5rem;
}
.oneline_msg span {
	white-space: nowrap;
	margin: 0 0.5rem;
}
/* 大量リスト用フレーム */
.frameGim {
	height: 180px;
	border: solid 1px #ddd;
	overflow-y: scroll;
	padding: 10px 0 0 10px;
	color: black;
	margin-bottom: 30px;
}
@media (min-width:768px) {
	.frameGim { height: 240px;}
}
#list_qjin p {
	margin-bottom: 0.5rem;
	padding-bottom: 0;
}
#list_qjin p:after {
	content: "";
	display: block;
	clear: both;
}
#list_qjin p i {
	display: inline-block;
	float: left;
	width: 6.5rem;
	color: #900;
}
#list_qjin p span {
	display: block;
	padding-left: 6.5rem;
}
#list_qjin p span label {
	display: inline-block;
	font-weight: bold;
	width: 3rem;
	float: left;
	color: white;
	background-color: red;
	text-align: center;
	padding: 4px 0;
	border-radius: 3px;
	margin: 0 8px 0 0;
}
#list_qjin p span label.label-default {
	background-color: blue;
}
/* 文字列矩形（透明か青）で囲む */
.kukeim0, .kukeim1 {
	display: inline-block;
	padding: 8px;
	color: white;
	font-weight: bold;
	margin: 0 4px;
}
.kukeim1 {
	background-color: #36c;
}
/* タブレット以下なら表示しない */
@media (max-width:991px) {
	.hidden_tablet { display: none; }
}
/* 文字の縁取り */
.text_outline {
	-webkit-text-stroke: 2px black;
	text-stroke: 2px black;
	paint-order: stroke;
}
/* 等幅リスト */
ol.fix_width {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); /* 200px は目安の最小幅 */
	gap: 10px; /* 子要素間の隙間 */
}
/* 枠線付きの簡易なテーブル／横幅や padding は使用時に定義のこと */
.inf_table {
	border-collapse: collapse;
}
.inf_table th, .inf_table td {
	padding : 5px;
	font-size: 1rem;
	border: 1px solid #000;
}
.inf_table th {
   background : #36c;
   background : #48e;
   color : white;
   font-weight: normal;
}
.inf_table td{
   background : rgba( 255, 255, 255, 0.7);
   color: black;
}
/* 開閉記事 */
.dsp_onof {
	border: 1px solid #ccc;
	/* border-radius: 6px; */
	padding: 10px;
	margin-bottom: 40px;
}
.dsp_onof_control {
	cursor: pointer;
	color: #33f;
	color: #36c;
	color: #00f;
	transition: .3s;
	position: relative;
}
.dsp_onof_control::after {
	position: absolute;
	top: 0;
	right: 0.1em;
	font-family: 'FontAwesome';
	content: "\f196";
}
.dsp_onof_control.is_open::after {
	position: absolute;
	top: 0;
	right: 0.1em;
	font-family: 'FontAwesome';
	content: "\f147";
}
.dsp_onof_control:hover {
	color: #f63;
}
.dsp_onof_body, .dsp_onof_body2 {
	display: none;
	margin-top: 20px;
}
.dsp_onof_body dd:after, .dsp_onof_body dd:after {
	content: "";
	display: block;
	clear: both;
}
/* トップページと技術者向けページにある新着求人情報 */
.src_section .p_title {
	position: relative;
	margin-bottom: 20px;
}
.src_section .p_title .div_h1 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 3.5rem;
	color: darkblue;
	letter-spacing: .5rem;
	-webkit-text-stroke: 4px white;
	text-stroke: 4px white;
	paint-order: stroke;
}
/* ------------------
ヘッダ
------------------ */
header {
	text-align: center;
	padding: 1.0em 0;
	padding: 0;
	font-size: 1.2rem;
}
header .frow-container {
	padding-bottom: 20px;
}
#header_1stmsg {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #666;
	font-weight: bold;
	margin-bottom: 20px;
}
#header_top > div:first-child {
	width: 400px;
	margin-bottom: 20px;
	margin: 0 auto;
}
#header_top > div:first-child:after {
	content: "";
	display: block;
	clear: both;
}
#header_top h1 {
	margin: 10px 0;
	font-size: 24px;
	text-align: center;
	text-shadow: 2px 2px 3px #999;
}
#header_top h1 span {
	display: block;
	font-size: 20px;
	margin-top: 8px;
}
#header_top h1 span::before, #header_top h1 span::after {
	content: '―――――';
	letter-spacing: -0.3em;
	padding: 0 10px;
}
.nav_category {
	display: flex;
	font-weight: bold;
	font-size: 1.1rem;
	color: #00f;
}
.nav_category > * {
	flex: 1;
	padding: 8px 0;
}
.nav_category > *:first-child {
	display: none;
}
.nav_category > * {
	border: 0 solid gray;
	border-width: 1px 0 0 1px;
}
.nav_category > *:last-child {
	border-right-width: 1px;
}
.nav_category + .nav_category > *:first-child {
	border-top-width: 0;
}
@media (min-width:768px) {
	#header_top .logo_mark {
		display: block;
		float: left;
	}
	#header_top { display: flex;}
	#header_top > div:last-child { flex: 1;}	/* 残りいっぱい */
	.nav_category > *:first-child {
		display: block;
		width: 60px;
		flex: none;
	}
}
@media (max-width:399px) {	/* 旧スマホ */
	#header_top > div:first-child {
		width: auto;
	}
	#header_top h1 {
		font-size: 16px;
	}
	#header_top h1 span {
		font-size: 12px;
	}
	#header_top .logo_mark {
		width: 50px;
		height: 50px;
	}
}

/* スマホ用サブメニュー */
#menu4sp ul {
	display: flex;
	list-style-type: none;
	padding: 0;
	width: 100%;
	border: 1px solid #999;
	border-width: 1px 0;
}
#menu4sp li {
	display: flex;
	align-self: auto;
	flex: 1;
	min-width: 0;
}
#menu4sp li + li {
	border: 1px solid #999;
	border-width: 0 0 0 1px;
}
#menu4sp a {
	align-items: center;
	justify-content: center;
	flex: 1;
	padding: 6px 0;
	text-decoration: none;
	text-align: center;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.6rem;
	color: #36c;
	background-color: #eef6ff;
	word-break: break-all;
	box-sizing: border-box;
}
#menu4sp a:hover {
	color: red;
}
@media (min-width:768px) {
	#menu4sp { display: none;	}
}
/* 写真に重ねるメッセージ */
#header_msg_area {
	position: relative;
}
#header_msg_area span {
	display: block;
}
/* ----------------
トップページのみ header_msg0 を利用／他ページは header_msg1
---------------- */
#header_msg0, #header_msg1 {
	position: absolute;
	top: 6%;
	right: 0;
	left: 0;
	margin: 0 auto;
	color: white;
	-webkit-text-stroke: 1px black;
	text-stroke: 1px black;
	paint-order: stroke;
}
#header_msg0 span:first-child, #header_msg1 span:first-child {
	font-size: 32px;
	text-shadow: 1px 1px 1px #000, 3px 3px 3px #666;
	margin-bottom: 0.5rem;
	font-weight: bold;
}
#header_msg1 span:first-child {
	font-size: 40px;
}
#header_msg0 span:last-child {
	font-size: 14px;
	text-shadow: 1px 1px 0 #000;
	font-weight: bold;
}
#header_msg1 span:last-child {
	font-size: 20px;
	text-shadow: 1px 1px 0 #000;
	font-weight: bold;
}
#header_msg1 + #header_contucts {	/* スマホの場合トップページ以外は header_contucts は非表示 */
	display: none;
}
@media (max-width:399px) {			/* 旧スマホの場合はトップページも header_contucts は非表示 */
	#header_msg0  + #header_contucts { display: none; }
}
#header_contucts {
	position: absolute;
	top: 130px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	width: 20rem;
	margin: 0 auto;
	text-align: center;
}
#header_docs {
	display: none;
}
#header_contucts span, #header_docs span {
	background-color: #015480;
	color: white;
	font-weight: bold;
	font-size: 1.2rem;
	padding: 6px 10px;
	text-align: center;
	display: flex; /* 親要素に指定 */
	justify-content: center; /* 水平方向の中央寄せ */
	align-items: center; /* 垂直方向の中央寄せ */
}
#header_contucts span img, #header_docs span img {
	width: 2.4rem;
	height: 2.4rem;
	padding-right: .5rem;
}
#header_oneline {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #015480;
	color: white;
	font-size: 1.2rem;
	padding: .5rem 0;
}
@media (min-width:768px) {
	#header_msg0, #header_msg1 {
		position: absolute;
		top: 30px;
		right: auto;
		left: 30px;
		margin: 0;
		text-align: left;
	}
	#header_msg0 span:first-child, #header_msg1 span:first-child {
		font-size: 46px;
	}
	#header_msg0 span:last-child, #header_msg1 span:last-child {
		padding-top: 10px;
		font-size: 26px;
	}
	#header_msg1 + #header_contucts {
		display: block;
	}
	#header_contucts {
		position: absolute;
		top: 30px;
		right: 0;
		left: auto;
		margin: inherit;
		text-align: right;
	}
	#header_contucts a span, #header_docs a span {
		margin-bottom: 1rem;
	}
	#header_docs {
		display: block;
		position: absolute;
		bottom: 40px;
		right: 0;
		left: auto;
		margin: inherit;
		text-align: right;
		width: 20rem;
	}
	#header_oneline {
		padding: .8rem 0;
	}
}

/* ------------------
トップページ用
------------------ */
.guide_pic:hover {
	transition: .3s;
	opacity: 0.5;
}
.guide_pic + h3:hover {
	transition: .3s;
	color: #f63;
}
.column_mini h2, .column_mini h3 {
	color: darkblue;
	font-size: 2.0rem;
	text-align: center;
	margin-bottom: 10px;
}
.column_mini h3 {
	font-size: 1.4rem;
}
.column_mini p {
	font-size: 1.2rem;
}
/* ------------------
フッタ
------------------ */
footer {
	padding: 20px 0 40px 0;
	background: url(../x-img/view_footer.jpg) no-repeat center center;
	background-size: cover;
	color: white;
}
footer a:link, footer a:visited {
	color: white;
}
#footer_title {
	display: flex; /* 親要素に指定 */
	justify-content: center; /* 水平方向の中央寄せ */
	align-items: center; /* 垂直方向の中央寄せ */
	margin-bottom: 10px;
	text-shadow: 1px 1px 0 #000, 2px 2px 0 #000;
}
#footer_title div {
	text-align: center;
}
#footer_title div span {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: .4rem;
	display: flex; /* 親要素に指定 */
	justify-content: center; /* 水平方向の中央寄せ */
	align-items: center; /* 垂直方向の中央寄せ */
}
#footer_title div span:first-child {
	font-size: 1.4rem;
}
#footer_title div span img {
	width: 2.4rem;
	height: 2.4rem;
	padding-right: .5rem;
}
#footer_title div span:last-child {
	color: red;
	-webkit-text-stroke: 2px white;
	text-stroke: 2px white;
	paint-order: stroke;
	text-shadow: none;
	letter-spacing: 0.1em;
}
address {
	font-style: normal;
	font-size: 1.2rem;
	margin-bottom: 20px;
}
address ul {
	list-style-type: none;
	padding-left: 0.2em;
	background-color: rgba(0,0,0,0.3);
}
address ul + ul {
	margin-top: .8rem;
}
address ul li {
	line-height: 2rem;
}
address ul li::marker {
	color: darkblue;
	font-size: 120%;
}
@media (min-width: 992px ) {
	#footer_title { float: left;}
	address { float: right;}
}
footer .oneline_msg {
	margin-bottom: 20px;
}
#footer_sitemap li {
	display: inline-block;
	margin-right: 2rem;
	font-size: 1.2rem;
	line-height: 2rem;
	font-weight: bold;
	-webkit-text-stroke: 4px black;
	text-stroke: 4px black;
	paint-order: stroke;
}
#footer_sitemap li a:link,
#footer_sitemap li a:visited,
#footer_sitemap li a:active,
#footer_sitemap li a:focus {
	color: white;						/* visited が加わった際の色変わりに対処 */
	-webkit-text-stroke: 2px black;	/* ところが stroke も white になったので、再定義 */
	text-stroke: 2px black;
	paint-order: stroke;
}
#footer_sitemap li a:hover {
	color: orange;
}
.qr_code {
	display: none;
}
@media (min-width: 768px) {
	.qr_code {
		display: block;
		float: left;
		width: 120px;
		height: 120px;
		margin-right: 20px;
	}
	.qr_code img {
		border-radius: 6px;
	}
}
#GoTop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 80px;
	height: 80px;
	line-height: 84px;
	text-align: center;
	border-radius: 40px;
	background-color: rgba(102,102,102,0.5);
	color: #fff;
	transition: .3s;
}
#GoTop:hover {
	background-color: #44aeea;
}
/* ------------------
左メニュー
------------------ */
aside {
	background: transparent url(../x-img/logo_trns.png) no-repeat center bottom;
	background-size: contain;
}
#menu_site {
	margin-bottom: 40px;
}
#menu_site ul li {
	display: block;
	width: 100%;
	border: 1px solid #36c;
	border-width: 1px 1px 0 1px;
	padding: 0;
	font-size: 1.2rem;
	line-height: 1.2rem;
	font-weight: bold;
	background-color: lightcyan;
}
#menu_site ul li:last-child {
	border-bottom-width: 1px;
}
#menu_site ul li span {
	display: block;
	margin: 0;
	padding: 0;
}
#menu_site ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 1.6rem 0 1.6rem 10px;
}
#menu_site ul li:has(span) a {
	padding: 1.0rem 0 1.0rem 10px;
}
#menu_site ul li:first-child a {
	padding-left: 60px;
	background: transparent url(../x-img/logo.png) no-repeat left center;
	background-size: 50px;
}
#menu_site ul li a:link { color: deepblue;}
#menu_site ul li.curpage, #menu_site ul li:hover {
	border-right-width: 0;
	background: white url(../x-img/rgtarw.png) no-repeat right center;
	background-size: 16px;
}
#menu_site ul li:hover {
	background-color: seashell;
}
#menu_site ul li a i {
	display: inline-block;
	width: 2.4rem;
}

#menu_link h4 {
	color: white;
	background-color: #36c;
	padding: .5rem;
	text-align: center;
}
#menu_link ul li {
	display: block;
	width: 100%;
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 1.2rem;
	line-height: 1.2rem;
	font-weight: bold;
	border: 1px solid #00f;
	border-width: 0 1px 1px 1px;
}
#menu_link ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: .8rem;
}
/* ------------------
各ページ詳細
------------------ */
/* トップページと主要４ページ以外のコンテンツヘッダ */
.page_title .h1_cover {
	position: relative;
}
.page_title .h1_cover h1 {
	position: absolute;
	top: 30px;
	width: 100%;
	text-align: center;
	font-size: 3.2rem;
	color: white;
	-webkit-text-stroke: 2px black;
	text-stroke: 2px black;
	paint-order: stroke;
}
.page_title .h1_cover span {
	font-size: 2.0rem;
}
@media (min-width:768px) {
	.page_title .h1_cover h1 {
		left: 30px;
		text-align: left;
	}
}
/* 記事の先頭に表示されるページタイトルみたいなロゴと社名 */
.logo_plus_name {
	display: flex; /* 親要素に指定 */
	justify-content: left; /* 水平方向の中央寄せ */
	align-items: center; /* 垂直方向の中央寄せ */
	margin-bottom: 10px;
	color: #36c;
}
.logo_plus_name div {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-shadow: 2px 2px 3px #999;
}
.logo_plus_name span {
	display: block;
}
.logo_plus_name div span {
	font-size: 16px;
}
.logo_plus_name div span::before, .logo_plus_name div span::after {
	content: '―――――';
	letter-spacing: -0.3em;
	padding: 0 10px;
}
/* １～４ページ目共通の Support Occpation */
.supp_occp {
	background: url(../x-img/bg_supocc.jpg) no-repeat center center;
	background-size: cover;
	padding-bottom: 20px;
}
.supp_occp h2 {
	text-align: left;
	color: white;
	font-size: 2.2rem;
	padding-bottom: 20px;
}
.supp_occp h2 span {
	transform: scale(1, 0.5);
	margin-right: 15px;
}
.supp_occp > div {
	border: 1px solid white;
	margin: 0 20px 20px 20px;
	padding: 20px;
	padding-bottom: 0;
	color: white;
	font-size: 1.2rem;
	line-height: 1.8rem;
}
.supp_occp article:after {
	content: "";
	display: block;
	clear: both;
}
.supp_occp article h3 {
	font-size: 1.4rem;
	display: inline-block;
	background-color: #36c;
	width: 60%;
	padding: 6px;
	font-weight: normal;
	margin-bottom: 10px;
}
.supp_occp article ul {
	list-style: none;
	padding-left: 0;
}
.supp_occp article ul li {
	display: inline-block;
	padding: 0;
	width: 50%;
	float: left;
	font-weight: bold;
	-webkit-text-stroke: 2px black;
	text-stroke: 2px black;
	paint-order: stroke;

}
.supp_occp article ul li.long_li {
	width: 100%;
}
/* １～４ページ目共通の mark-otec jinzai */
.mark_otec_jinzai {
	padding: 20px;
	font-size: 1.2rem;
	color: darkblue;
	background-color: lightcyan;
}
.mark_otec_jinzai h3 {
	font-size: 1.6rem;
	text-align: right;
	line-height: 2.2rem;
	margin-bottom: 20px;
}
.mark_otec_jinzai ol {
	list-style-position: inside;
	line-height: 2rem;
	padding-left: 0;
}
.mark_otec_jinzai > div p {
	text-align: left;
}

/* モーダルウィンドウの基本スタイル */
.modal {
	display: none; /* デフォルトでは非表示に設定 */
	position: fixed; /* モーダルがページ全体に固定されるように設定 */
	top: 0; /* ページの最上部からスタート */
	left: 0; /* ページの最左端からスタート */
	width: 100%; /* モーダルが画面全体の幅を占める */
	height: 100%; /* モーダルが画面全体の高さを占める */
	background-color: rgba(0, 0, 0, 0.4); /* 背景を半透明の黒に設定（モーダルの背後が見えるように） */
}
.modal-content {
	position: fixed; /* モーダル内容が画面上に固定されるように設定 */
	top: 50%; /* 縦方向の中央に配置 */
	left: 50%; /* 横方向の中央に配置 */
	transform: translate(-50%, -50%); /* 完全に中央に配置するための補正 */
	padding: 20px; /* モーダル内の余白を設定 */
	background-color: #fefefe; /* モーダルの背景色を白に設定 */
	border: 1px solid #888; /* 境界線の色を薄いグレーに設定 */
	border-radius: 10px; /* モーダルの角を丸くするための半径 */
	/* max-width: 100%; */
	width: 90%;
	max-height: 100%;
}
@media (min-width: 768px) { .modal-content { width: 80%;}}
@media (min-width: 992px) { .modal-content { width: 70%;}}
@media (min-width:1200px) { .modal-content { width: 60%;}}

/* モーダルを閉じるボタン（×）のスタイル */
.closeModal {
	position: absolute; /* モーダル内で絶対位置に配置 */
	display: flex; /* ボタン内のテキストが中央に配置されるようにフレックスボックスを使用 */
	align-items: center; /* ボタン内のテキストを縦方向に中央揃え */
	justify-content: center; /* ボタン内のテキストを横方向に中央揃え */
	top: -20px; /* モーダル内容の上部から離れた位置に配置 */
	right: -20px; /* モーダル内容の右端から離れた位置に配置 */
	font-size: 28px; /* 閉じるボタンのフォントサイズ */
	font-weight: bold; /* 閉じるボタンのフォントを太字に設定 */
	cursor: pointer; /* ホバー時にポインタが表示されるように設定 */
	color: #FFF; /* 閉じるボタンのテキストカラーを白に設定 */
	width: 40px; /* ボタンの幅 */
	height: 40px; /* ボタンの高さ */
	background-color: #333; /* ボタンの背景色をダークグレーに設定 */
	border: #333; /* ボタンの境界線を背景と同じ色に設定 */
	border-radius: 50%; /* ボタンを丸くするための半径 */
}

/* --------- 皆様へ メッセージ */
.multi_frame article {
	color: black;
	padding: 15px;
	background-color: #b0c4de;
}
.multi_frame article h3 {
	line-height: 2.4rem;
}
.multi_frame article div {
	margin-top: 20px;
	padding: 10px;
	background-color: #ddeeff;
	line-height: 1.8rem;
	font-size: 1.2rem;
}


