﻿@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;
	/*font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	background: #fff;
	font-size: 16px;
	color: #333;
}

a {
	text-decoration: none;
	color: #333;
}

/*******************************/
/* 社宅お悩み相談室共通パーツ        */
/*******************************/
#container {
	overflow: hidden;
}

header {
	
}

header #p-logo {
	padding: 1% 2%;
}

nav {
	background: #DDF5E1;
}

.ul-nav {
	width: 75%;
	margin: 0 auto;
}

.ul-nav li {
	float: left;
	text-align: center;
	padding: 1%;
	width: 24%;
	box-sizing: border-box;
}

.ul-nav li a {
	box-sizing: border-box;
	color: #000;
	text-decoration: none;
	height: 60px;

	/* 上下中央揃え */
	width: 12.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: 20px;
    right: 20px;
	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: 1%;
}

#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;
}

.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%;
}


.pc-none {
	display: none !important;
}

.p-std {
	line-height: 1.5em;
}

#ul-header-btn {
	position: absolute;
	top: 0;
	right: 3%;
	width: 40%;
}

#ul-header-btn li {
	float: left;
	width: 49%;
	padding: 2%;
	box-sizing: border-box;
	color: #fff;
	font-weight: normal;
	position: relative;
}

#ul-header-btn li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
}

#p-dl {
	
}

.bg-light-green {
	background: #3FB953;
}

.bg-green {
	background: #017B15;
}


.ul-std {
	list-style: disc;
	margin-left: 2%;
}

.ul-std li {
	line-height: 2em;
}

.ul-tbl-inner {
	list-style: disc;
	margin-left: 5%;
}

.ul-bl-inner li {
	line-height: 2em;
}

.dl-std {
	
}

.dl-std dt {
	line-height: 1.5em;
	font-weight: bold;
}

.dl-std dd {
	line-height: 1.5em;
	margin-top: 1%;
}

.dl-flow dt {
	line-height: 1.5em;
	font-weight: bold;
}

.dl-flow > dd {
	line-height: 1.5em;
	margin: 0 0 1% 1.2em;
}

.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: 2%;
}

.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;
}

.tab-none {
	display: none !important;
}

.dx-cta {
	display: flex;
	border: #385D8A 3px solid;
	padding: 1%;
	box-sizing: border-box;
	width: 90%;
	margin: 2% auto;
	align-items:center;
}

.dx-cta-left {
	width: 40%;
}

.dx-cta-left img {
	width: 100%;
}

.dx-cta-right {
	width: 58%;
	background: #ecf1f7;
	padding: 3% 2%;
	margin-right: 2%;
}

.p-dx-cta-h {
	font-weight: bold;
	font-size: 1.7vw;
}
