﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap');

/* CSS Document */

body {
	font-family: 'Noto Sans Japanese', Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	background: #fff;
	font-size: 16px;
	color: #333;
}

a {
	text-decoration: none;
	color: #333;
}

/*******************************/
/* 社宅お悩み相談室共通パーツ        */
/*******************************/
#container {
	overflow: hidden;
}

header {
	
}

header #p-logo {
	padding: 3%;
	width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
}

header #p-logo img {
	width: 100%;
}


nav {
	background: #DDF5E1;
}

.ul-nav {
	width: 95%;
	margin: 0 auto;
}

.ul-nav li {
	float: left;
	text-align: center;
	width: 25%;
	box-sizing: border-box;
	font-size: 12px;
}

.ul-nav li a {
	box-sizing: border-box;
	color: #000;
	text-decoration: none;
	height: 40px;

	/* 上下中央揃え */
	width: 10.5%;
	display: table-cell;
 	vertical-align: middle;
}

.ul-nav li a:hover {
	text-decoration: underline;
}

article {
	background: #FBFFF9;
}

.contents-area {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}

/* pagetop */
#pagetop {
    position: fixed;
    bottom: 50px;
    right: 10px;
	z-index: 10;
}

#pagetop a img {
    text-decoration: none;
    border-radius: 5px;
}

#pagetop a img:hover {
	opacity: .7;
}


/* フッター */
#footer-img {
	position: relative;
	background: #FBFFF9;
}

#footer-img a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
}

#footer-img img {
	width: 100%;
	display: block;
}

#link {
	background: #017B15;
	text-align: center;
	padding: 2% 0 10%; 
	font-size: 12px;
}

#ul-footer-link {
	color: #fff;
	text-align: center;
}

#ul-footer-link li {
	display: inline-block;
}

#ul-footer-link a {
	color: #fff;
}

#ul-footer-link a:hover {
	text-decoration: underline;
}

/*フッター固定メニュー*/
.mini-text{font-size:12px;}/*文字大きさ*/

.bottom-menu {
    position: fixed;
    left:0;
    bottom:0;
    width: 100%;
    height:45px;/*高さ*/
    margin:0;
    padding:0;
    background-color:#017B15;/*背景色*/
    border-top:2px solid #fff;/*バーの上の線*/
    border-bottom:2px solid #fff;/*バーの下の線*/
    z-index:30;}

.bottom-menu li {
    float:left;
    width:33%;
    background-color:#017B15;/*背景色*/
    text-align:center;
    font-size:25px;/*アイコンのサイズ*/
}

.bottom-menu li a {
    display: block;
    color:#fff;/*アイコン＆文字の色*/
    text-decoration:none;}

.bottom-menu li a:hover {
    color:#FBFFF9;/*マウスオーバー時の色*/}



.section-std {
	margin-top: 7%;
}

.section-std-end {
	margin: 7% 0;
}

.section-std-solution {
	width: 90%;
	margin: 7% auto 0;
}

.section-std-solution-end {
	margin: 7% auto 0;
	width: 90%;
}

.p-std {
	line-height: 1.5em;
}

#ul-header-btn {
	display: none;
}

#p-dl {
	
}

.bg-light-green {
	background: #3FB953;
}

.bg-green {
	background: #017B15;
}


.ul-std {
	list-style: disc;
	margin-left: 10%;
}

.ul-std li {
	line-height: 1.5em;
}

.ul-tbl-inner {
	list-style: disc;
	margin-left: 20%;
}

.ul-bl-inner li {
	line-height: 1.5em;
}

.dl-std dt {
	line-height: 1.5em;
	font-weight: bold;
}

.dl-std dd {
	line-height: 1.5em;
	margin-top: 1%;
}

.dl-std2 dt {
	line-height: 1.5em;
	font-weight: bold;
	color: #017B15;
	margin-top: 5%;
}

.dl-std2 dd {
	line-height: 1.5em;
	margin-top: 1%;
	padding-left: 1em;
	text-indent: -1em;
}

.dl-flow dt {
	line-height: 1.5em;
	font-weight: bold;
}

.dl-flow > dd {
	line-height: 1.5em;
	margin: 0 0 1% 1.5em;
}

.dl-flow-inner dt {
	line-height: 1.5em;
	font-weight: bold;
	margin-top: .5%;
}

.dl-flow-inner dd {
	line-height: 1.5em;
}
.ol-std {
	list-style: decimal;
	margin-left: 10%;
}

.ol-std li {
	line-height: 1.5em;
}

.tbl-std {
	line-height: 1.5em;
	background: #fff;
	border: #666 2px solid;
	margin: 2% 0;
	width: 100%;
}

.tbl-std th {
	border: #666 1px solid;
	box-sizing: border-box;
	font-weight: normal;
	padding: 2%;
	background: #ffd4ec;
	text-align: center;
}

.tbl-std td {
	padding: 2%;
	border: #666 1px solid;
	box-sizing: border-box;
}

.suptext {
	font-size: 80%;
	vertical-align: top;
	position: relative;
	top: -0.2em;
}

.sp-none {
	display: none !important;
}

.pc-none{
	display: block!important;
}

.tab-none{
	display: block!important;
}

.sp-mgn-top-3per {
	margin-top: 3%;
}

.dx-cta {
	border: #385D8A 3px solid;
	padding: 3%;
	box-sizing: border-box;
	width: 90%;
	margin: 3% auto;
	align-items:center;
}

.dx-cta-left img {
	width: 100%;
}

.dx-cta-right {
	background: #ecf1f7;
	padding: 5%;
}

.p-dx-cta-h {
	font-weight: bold;
	font-size: 16px;
}

