﻿@charset "utf-8";

/************************************
/* 家づくりサブページ（モーダル内）CSS
************************************/

body {
	background-color: #333;
}

#container {
	width: 900px;
	background-color: #fff;
	padding: 2rem;
}

#contents {
	width: 100%;
}

.title {
	border-bottom: solid thin #0099FF;
}

.sub_catch,
.photobox,
.photobox2 {
	width: 100%;
}

.photobox {
	display: flex;
	justify-content: space-between;
	padding-bottom: 2rem;
	border-bottom: solid thin #ccc;
}

.photobox2 {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	padding-bottom: 2rem;
	border-bottom: solid thin #ccc;
}

.textbox {
	width: 550px;
}

.textbox2 {
	width: 100%;
	margin: 0px 0px 30px 0px;
	font-size: 1rem;
	color: #666;
	line-height: 1.8em;
	text-align: justify;
}