﻿@charset "UTF-8";

* {
	margin:0;
	padding:0;
}

ul, ol {
	list-style-type: none;
}


body {
	color: #333;
	font: 17px 'メイリオ',Meiryo,Osaka,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
	line-height: normal;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	background-color: #f4f4f4;
	word-wrap: break-word;
	word-break: break-word;
	position: relative;
	overflow-x: hidden;
}

#contents {
	background: #f4f4f4!important;
}


h2 {
	padding: 14px 10px;
	background: #42B9B3;
	color: #ffffff;
	line-height: 1;
	font-size: 1.2em;
	font-weight: normal;
	border-bottom: 2px solid #2d8e89;
}

h2 .titletxt::before {
	content: "";
	display: inline-block;
	margin-right: 10px;
	width: 24px;
	height: 24px;
	vertical-align: bottom;
	background-image: url(/smp/img/icon_menu2022.png);
	background-size: 24px auto;
	background-repeat: no-repeat;
}


.value {
	margin: 10px;
	padding: 15px;
	border-radius: 5px;
	background-color: #fff;
}

.value .guidetext .t1 {
	margin-bottom: 25px;
}

.value ul li {
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 1px;
	border: 1px #ddd solid;
	border-radius: 6px;
	background: #f4f4f4;
}



.value ul li a {
	padding: 14px 10px 11px 26px;
	color: #333;
	display: block;
	text-decoration: none;
	outline: none;
	font-size: 1.1em;
	line-height: 1.3;
	position: relative;
}

.value ul li a::before {
	content: "";
	position: absolute;
	left: 5px;
	top: 20px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #3199D6;
	border-right: 2px solid #3199D6;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.value ul div:last-child li {
	margin-bottom: 0;
}



#loading {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 2;
	opacity: 0.6;
	text-align: center;
}

#loading img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}



