﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap');

/* CSS Document */

/* style */
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 h1 {
	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 {
	display: none;
}


.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%;
}

.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;
}

/* index */
#h1-top  {
	width: 100%;
    height: 0; 
    /* (画像の高さ / 画像の横幅) × 100 */ 
    padding-top: 26.1%; 
    background: url("../img/img_main.png"); 
    background-repeat: no-repeat; 
    background-position: center center; 
    background-size: cover;
	position: relative;
}

.h2-std {
	font-size: 25px;
	border-top: 2px #017B15 solid;
	border-bottom: 2px #017B15 solid;
	padding: 2% 0;
	width: 30%;
	margin: 0 auto;
	text-align: center;
	color: #017B15;
	
}

.ul-solution {
	margin: 5% auto;
	width: 95%;
}

.ul-solution li {
	border: 1px solid #ccc;
	position: relative;
	margin-bottom: 2%;
}

.ul-solution li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
}

.p-sol-label {
	float: right;
	color: #fff;
	padding: 1% 3%;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.bg-sol01 {
	background:#02e026;
}

.bg-sol02 {
	background:#02be21;
}

.bg-sol03 {
	background:#019d1b;
}

.bg-sol04 {
	background:#017B15;
}

.sol {
	padding: 2%;
	box-sizing: border-box;
}

.sol-img {
	width: 25%;
	float: left;
}

.sol-img img {
	width: 100%;
}

.sol-explain {
	width: 74%;
	float: left;
	padding-left: 2%;
	box-sizing: border-box;
}

.sol-explain h3 {
	font-size: 20px;
	margin-bottom: 2%;
}

/*各ページ*/
#sol-page {
	width: 20%;
	padding: 1% 2%;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	float: left;
	margin-right: 2%;
}

#h2-sol {
	font-size: 30px;
}

.talk-area {
	margin-top: 5%;
}

#user {
	width: 10%;
	float: left;
	margin-right: 2%;
	text-align: center;
}

#user img {
	width: 100%;
}

#user-talk {
	width: 87%;
	float: left;
	padding: 3% 2%;
	box-sizing: border-box;
	background: #EBFCFE;
	border: #ccc 1px solid;
}

.answer {
	width: 10%;
	float: left;
	margin-left: 2%;
	text-align: center;
}

.answer img {
	width: 100%;
}

#answer-talk {
	width: 87%;
	float: left;
	padding: 3% 2%;
	box-sizing: border-box;
	background: #FFF6FB;
	border: #ccc 1px solid;
	margin-bottom: 7%;
}

.p-sol {
	line-height: 2em;
}

#answer-storng {
	font-weight: bold;
	display: block;
	margin-bottom: 1%;
	font-size: 120%;
}