@charset "utf-8";
@import "/css/contents.css";

/* 個別ページスタイル
---------------------------------------------------------- */
#mainvisual {
	width: 100%;
}

#mainvisual .inBody {
	width: 100%;
	height: 0;
	padding: 5.365% 0;
	position: relative;
}

#mainvisual .inBody h2 {
	width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
    color: #FFF;
    font-size: 200%;
}

#mainvisual .inBody h2 img {
	margin: 0 auto;
}

#contents {
	width: 100%;
	background-color: #f5f5f5;
	border-bottom: solid 1px #DDDDDD;
	padding: 15px 0 70px;
}

#contents .inBody {
	width: 950px;
	margin: 0 auto;
}

#contents .inBody .breadcrumb {
	margin-bottom: 45px;
	overflow: hidden;
}

#contents .inBody .breadcrumb li {
	float: left;
	font-size: 10px;
	margin-right: 10px;
}

#contents .inBody .breadcrumb li a {
	background: transparent url(/images/contents/breadcrumb_icon.png) no-repeat right center;
	color: #173C71;
	display: inline-block;
	padding-right: 16px;
}

#contents .inBody h2 {
	border-bottom: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
	font-size: 20px;
	margin-bottom: 45px;
	padding: 10px 0;
	/*position: relative;*/
	text-align: center;
}

/*#contents .inBody h2::after,
#contents .inBody h2::before {
	width: 100%;
	height: 1px;
	background-image: -webkit-linear-gradient(left, transparent, #cccccc 25%, #cccccc 75%, transparent);
	background-image: linear-gradient(left,transparent, #cccccc 25%, #cccccc 75%, transparent);
	background-position: center;
	background-repeat: no-repeat;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
}

#contents .inBody h2::after {
	top: 0;
}

#contents .inBody h2::before {
	bottom: 0;
}*/

#contents .inBody h3 {
	border-left: solid 3px;
	font-size: 18px;
	margin-bottom: 20px;
	padding-left: 1em;
}

#contents .inBody h4 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}

#contents .inBody .section {
	margin-bottom: 50px;
}

#contents .inBody .section:last-child {
	margin-bottom: 0;
}

#contents .inBody table {
	border-top: solid 1px #aaaaaa;
	border-left: solid 1px #aaaaaa;
}

#contents .inBody table th,
#contents .inBody table td {
	border-bottom: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
	padding: 10px;
}

#contents .inBody table th {
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}

/* /////////////////////////////////////////////////
body.single
///////////////////////////////////////////////// */
body.single #contents .inBody a {
	text-decoration: underline;
}

body.single #contents .inBody a:hover {
	text-decoration: none;
}

/* /////////////////////////////////////////////////
body#access
///////////////////////////////////////////////// */
body#access #mainvisual .inBody {
	background: transparent url(/images/contents/access/mainvisual.jpg) no-repeat left top;
	background-size: cover;
}

body#access #contents .inBody .googleMap {
	border: solid 1px #aaaaaa;
	margin-bottom: 30px;
}

body#access #contents .inBody .googleMap iframe {
	width: 100%;
}

body#access #contents .inBody .section table th {
	background-color: rgba(204,204,204,0.3);
}

body#access #contents .inBody .section table th.alignCenter {
	text-align: center;
}

body#access #contents .inBody .section table td ul {
	list-style-type: disc;
	padding-left: 2em;
}

/* /////////////////////////////////////////////////
body#contact
///////////////////////////////////////////////// */
body#contact #mainvisual .inBody {
	background: transparent url(/images/contents/contact/mainvisual.jpg) no-repeat left top;
	background-size: cover;
}

/* /////////////////////////////////////////////////
body#contact
///////////////////////////////////////////////// */
body#contact .inBody p {
	text-align: center;
}

body#contact .inBody p a {
	font-size: 130%;
	padding-left: 10px;
	text-decoration: underline;
}

/* /////////////////////////////////////////////////
body#aboutus
///////////////////////////////////////////////// */
body#aboutus #mainvisual .inBody {
	background: transparent url(/images/contents/aboutus/mainvisual.jpg) no-repeat left top;
	background-size: cover;
}

body#aboutus #contents .inBody table {
    border-top: none;
    border-left: none;
}

body#aboutus #contents .inBody table th {
    border-bottom: dotted 0.5px #aaaaaa;
    border-right: solid 0.5px #aaaaaa;
	text-align: center;
    background-color: #EEE;
}

body#aboutus #contents .inBody table td {
	background-color: #FFF;
    border-bottom: dotted 0.5px #aaaaaa;
    border-right: none;
}

/* /////////////////////////////////////////////////
body#service
///////////////////////////////////////////////// */
body#service #mainvisual .inBody {
	background: transparent url(/images/contents/service/mainvisual.jpg) no-repeat left top;
	background-size: cover;
}

body#service #contents .inBody ul {
	overflow: hidden;
    list-style: disc;
    margin-bottom: 4%;
    padding-left: 15px;
}

body#service #contents .inBody ul li {
    float: left;
    margin-right: 50px;
}

body#service #contents .inBody ul.breadcrumb {
    list-style: none;
    margin-bottom: 45px;
    padding-left: 0;
}

body#service #contents .inBody ul.breadcrumb li {
    margin-right: 10px;
}

@media screen and (max-width:1920px) {
#mainvisual .inBody {
	padding: 6% 0;
}
}

@media screen and (max-width:1680px) {
#mainvisual .inBody {
	padding: 7% 0;
}
}

@media screen and (max-width:1366px) {
#mainvisual .inBody {
	padding: 8% 0;
}
}

@media screen and (max-width:967px) {
#mainvisual .inBody {
	padding: 9% 0;
}

#contents .inBody {
	width: 100%;
}
}

@media screen and (max-width:700px) {
#mainvisual .inBody {
	padding: 10% 0;
}

#mainvisual .inBody h2 img {
	width: 25%;
}

body#questionnaire #mainvisual .inBody h2 img,
body#questionnaire_en #mainvisual .inBody h2 img  {
	width: 85%;
}

#contents {
	background-color: #ffffff;
	padding: 7% 0;
}

#contents .inBody {
	width: 85%;
}

#contents .inBody .breadcrumb {
	display: none;
}

#contents .inBody h2 {
	font-size: 120%;
	margin-bottom: 7.5%;
	padding: 2% 0;
}

#contents .inBody h3 {
	font-size: 110%;
	margin-bottom: 5%;
}

#contents .inBody h4 {
	font-size: 105%;
	margin-bottom: 3%;
}

#contents .inBody .section {
	margin-bottom: 7%;
}

#contents .inBody table th,
#contents .inBody table td {
	display: block;
}

#contents .inBody table th {
	text-align: center;
}

body#access #contents .inBody .section table th.alignCenter {
	background-color: rgba(204,204,204,1);
}
body#aboutus #contents .inBody table th {
    border-right: none;
}
}

@media screen and (max-width:600px) {
#mainvisual .inBody {
	padding: 11% 0;
}
}

@media screen and (max-width:480px) {
#mainvisual .inBody {
	padding: 12% 0;
}
}