/*==================================================
  CSS information
  --------------------------------------------------
  Filename   ：main.css
  Description：各ページ固有のスタイルを記述
==================================================*/

/*--------------------------------------------------
  トップページ
--------------------------------------------------*/
/* コンテンツ */
#top_contents {
	background: #EBEBEB url(../img/bg_dot.png);
	border-bottom: 1px solid #CCCCCC;
}
#top_contents .wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#top_contents .wrap .in {
	width: 33.333%;
}
#top_contents .top_txt {
	margin-bottom: 0;
	padding: 40px 0;
	background: url(../img/top/pink_bg_s.jpg) no-repeat center top;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}
#top_contents .fr .top_txt {
	padding: 40px 0;
}
#top_contents .in {
	padding: 30px 0;
}
#top_contents .in .box {
	width: 100%;
	height: 233px;
	background: url("../img/top/img_contents01.jpg") no-repeat;
	background-size: cover;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
}
#top_contents .in .box:hover::before {
	width: 100%;
	height: 233px;
	z-index: 0;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.25);
}
#top_contents .in .box:not(:hover)::before {
	width: 100%;
	height: 233px;
	z-index: 0;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(1,58,108,0.5);
}
#top_contents .in:nth-of-type(2) .box {
	background: url("../img/top/img_contents02.jpg?0811") no-repeat;
	background-size: cover;
}
#top_contents .in:nth-of-type(3) .box {
	background: url("../img/top/img_contents03.jpg?0811") no-repeat;
	background-size: cover;
}
#top_contents .box p {
	text-align: center;
	margin-bottom: 0;
	width: 100%;
	z-index: 1;
}
#top_contents .box p a {
	font-size: 30px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 3px #000;
	padding: 75px 0;
}
#top_contents .box p a .btn {
	border: 2px solid #fff;
	padding: 0 20px;
	font-size: 18px;
}
#top_contents .box p a:hover {
	/*filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;*/
}
/*#top_contents dl {
	position: relative;
	width: 530px;
}
#top_contents dl:before {
	position: absolute;
	top: -90px;
	left: 50%;
	margin-left: -45px;
	content: url(../img/top/arrow.png);
}
#top_contents dt {
	position: relative;
	margin-bottom: 30px;
}
#top_contents dt:before {
	position: absolute;
	top: 0;
	left: 0;
	content: url(../img/ico.png);
}
#top_contents dd p {
	margin-bottom: 20px;
	font-size: 31px;
	text-align: center;
}*/
#top_contents dd p.btn a {
	display: block;
	width: 213px;
	margin: auto;
	padding: 5px 0;
	background: #FFFFFF;
	border: 2px solid #195FAA;
	font-size: 20px;
	text-decoration: none;
}
/**/
#top_counseling {
	background: #D0EEF7 url(../img/bg_dot.png);
}
#top_counseling .main {
	padding: 60px 0 40px;
	background-image: url(../img/top/heart.png), url(../img/top/heart.png);
	background-position: 10% center, right 10% center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #CCCCCC;
}
#top_counseling p {
	text-align: center;
}
#top_counseling p:first-child {
	margin-bottom: 30px;
}
#top_counseling p b {
	padding: 5px 20px;
	background: #64C7E6;
	border-radius: 5px;
	box-shadow: 0 2px 0 rgba(0,0,0,0.2);
	color: #FFFFFF;
	font-size: 17px;
}
/* メッセージ */
#top_msg {
	margin-bottom: 50px;
	padding: 50px 0;
	background: url(../img/top/bg_,msg.jpg) no-repeat center top;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	border-bottom: 1px solid #CCCCCC;
}
#top_msg h3 {
	margin-bottom: 20px;
	padding-bottom: 15px;
	background: url(../img/top/bg_msg.gif) no-repeat center bottom;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}
#top_msg p {
	text-align: center;
	line-height: 2.5;
}
/* お知らせ */
#top_info {
	float: left;
	width: 530px;
}
#top_info dl {
	clear: both;
}
#top_info dt {
	float: left;
	width: 100px;
}
#top_info dd {
	margin-left: 100px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #CCCCCC;
}
/* プライバシーポリシー */
#top_policy {
	float: right;
	width: 530px;
}
#top_policy .in {
	overflow: auto;
	height: 140px;
}
#top_policy li {
	margin-bottom: 20px;
}
#top_company table{
	width: 100%;
	margin-top: 30px;
}
#top_company table tr th,
#top_company table tr td {
	border: 1px solid #ccc;
	padding: 15px;
}
#top_company table tr th {
	text-align: center;
	background: #EEEEEE;
}
#top_company .fl {
	font-size: 20px;
}
#top_company .fl2 {
	float: left;
	margin-left: 20px;
	font-size: 12px;
	line-height: 32px;
}
/*--------------------------------------------------
	パートナー企業様募集/IT様技術者様募集
--------------------------------------------------*/
/**/
#partner_counseling .main,
#it_counseling .main {
	background: rgba(255,255,255,0.7);
	padding: 40px;
}
#partner_counseling {
	background: url(../img/partner/title_bg.jpg);
	background-size: 100% auto;
	background-position: top;
	padding: 40px;
}
#it_counseling {
	background: url(../img/it/title_bg.jpg?0810);
	background-size: 100% auto;
	background-position: top;
	padding: 60px 0 40px;
}
#partner_counseling p,
#it_counseling p {
	text-align: center;
}
#partner_counseling p:first-child,
#it_counseling p:first-child {
	margin-bottom: 30px;
}
#partner_counseling p b,
#it_counseling p b {
	padding: 5px 20px;
	background: #64C7E6;
	border-radius: 5px;
	box-shadow: 0 2px 0 rgba(0,0,0,0.2);
	color: #FFFFFF;
	font-size: 17px;
}
#it_counseling h3 {
	padding: 0px 0px 5px;
	font-size: 17px;
}

/*--------------------------------------------------
	メンタルカウンセリングの紹介
--------------------------------------------------*/
#counseling {
	padding: 60px 0;
	background: url(../img/counseling/bg_title.jpg) no-repeat center top;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
}
#counseling .main {
	position: relative;
	background: rgba(255,255,255,0.7);
	padding: 40px 0;
}
#counseling .main:before {
	position: absolute;
	left: 50px;
	bottom: 0;
	content: url(../img/counseling/img01.png);
}
#counseling .main:after {
	position: absolute;
	right: 50px;
	bottom: 0;
	content: url(../img/counseling/img02.png);
	height: auto;
}
#counseling p {
	margin-bottom: 0;
	text-align: center;
	line-height: 2;
}
#counseling p+p {
	margin-top: 30px;
	line-height: 2;
}
#counseling p b {
	padding: 5px 20px;
	background: #64C7E6;
	border-radius: 5px;
	box-shadow: 0 2px 0 rgba(0,0,0,0.2);
	color: #FFFFFF;
	font-size: 17px;
}
/**/
#contact.counseling dl.attention {
	margin: 30px 0;
	padding: 20px;
	background-color: #D0EEF7;
	background-image: url(../img/counseling/ico.png), url(../img/bg_dot.png);
	background-position: right 50px center, center;
	background-repeat: no-repeat, repeat;
	line-height: 2;
}
/*--------------------------------------------------
	総合リフォーム事業
--------------------------------------------------*/
#yamori {
	padding: 60px 0;
	font-family: 'Noto Serif JP Medium', 'Noto Serif JP', serif;
	background: #fbf7dc url(../img/subsidy/logo_yamori.png) top 55px right 230px no-repeat;
	background-size: 12%;
}
#yamori p.title {
	color: #e05614;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}
#yamori p {
	font-size: 26px;
	text-align: center;
}
#subsidy_msg {
	padding: 40px 0;
	background: url(../img/subsidy/bg_title.jpg?0806) no-repeat center top;
	background-size: cover;
	-webkit-background-size: cover;
}
#subsidy_msg .main {
	position: relative;
	background: rgba(255,255,255,0.7);
	padding: 40px 0;
}
#subsidy_msg p {
	margin-bottom: 0;
	text-align: center;
	line-height: 2;
}
#subsidy_msg p+p {
	margin-top: 30px;
	line-height: 2;
}
#subsidy_msg p b {
	padding: 5px 20px;
	background: #64C7E6;
	border-radius: 5px;
	box-shadow: 0 2px 0 rgba(0,0,0,0.2);
	color: #FFFFFF;
	font-size: 17px;
}
#subsidy_msg .notice {
	width: 520px;
	margin: 20px auto 0;
}
#subsidy_msg .notice p,
#subsidy_msg .notice p.attention {
	margin-top: 0;
	margin-bottom: 5px;
}
#subsidy_msg .notice p.attention {
	text-align: left;
}
#master {
	padding: 40px 0;
	background: url("../img/subsidy/bg_wafu.png") no-repeat center top;
	-webkit-background-size: cover;
	margin-bottom: 50px;
}
#master p {
	line-height: 2;
	font-family: 'Noto Serif JP Medium', 'Noto Serif JP', serif;
	
}
#subsidy h3 {
	margin-bottom: 20px;
	padding-bottom: 15px;
	background: url(../img/top/bg_msg.gif) no-repeat center bottom;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}
#subsidy_schedule {
	padding-top: 80px;
}
#subsidy_schedule .box{
	background: #D0EEF7 url(../img/bg_dot.png);
	padding: 20px;
	margin-bottom: 30px;
}
#subsidy_schedule_past dl {
	clear: both;
}
#subsidy_schedule_past dt {
	float: left;
	width: 100px;
}
#subsidy_schedule_past dd {
	margin-left: 100px;
	margin-bottom: 16px;
	padding-bottom: 6px;
	border-bottom: 1px dashed #CCCCCC;
}
#subsidy .subsidy_contact {
	margin-bottom: 50px;
}
/*--------------------------------------------------
	お問い合せ
--------------------------------------------------*/
#contact {
	margin: 60px 20px 20px;
}
/* メールフォーム前小見出し */
#contact h3 {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	background: url(../img/top/bg_msg.gif) no-repeat center bottom;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}

#contact li {
	list-style: none;
}
#mailform .tbl {
	margin-bottom: 0.8em
}
#mailform .tbl th {
	vertical-align: top;
}
#mailform .tbl th .need {
	float: right;
	padding: 1px 10px;
	background: #195FAA;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 13px;
}
#mailform .btn input {
	width: 150px;
	height: 30px;
}
#mailform .tbl input[type="text"] {
	width: 95%;
}
#mailform .tbl input.wno {
	width: 100px;
}
#mailform .tbl textarea {
	width: 95%;
}
