﻿/****************************
  bread_crumb
*****************************/

#bread_crumb ul {
	margin:  0;
	padding: 15px 0 0;
}

#bread_crumb ul > li {
	display: inline-block;
	font-size: 16px;
}

#bread_crumb ul > li a {
	text-decoration: none;
}

#bread_crumb ul > li a:hover {
	text-decoration: none;
}

#bread_crumb ul > li:not(:first-child)::before {
	padding-right: .5em;
	padding-left:  .5em;
	font-family: 'fontawesome';
	content: '\f105';
}

#bread_crumb ul > li, 
#bread_crumb ul > li a, 
#bread_crumb ul > li:not(:first-child)::before {
	color: #538dd5;
}

#bread_crumb ul > li a:hover {
	color: rgba(12, 163, 172, 0.7);
}

/****************************
  visual_top
*****************************/

#visual_top {
	width: 100vw;
	height: 400px;
	margin:  10px 0 0;
	padding: 0;
	border-top:    10px solid #cfcfcf;
	border-bottom: 10px solid #cfcfcf;
	background-image: url(../image/vt1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/****************************
  profile common
*****************************/

#profile > .container {
	padding-top:    40px;
	padding-bottom: 40px;
}

@media (min-width: 770px) {
	#profile > .container {
		width: 740px;
		padding-right: 0;
		padding-left:  0;
	}
}

p.p_profile_header1 {
	margin:  0;
	padding: 0;
	text-align: center;
	font-size: 1.6em;
	line-height: 1.2;
}

h1.h1_profile {
	margin:  0;
	padding: .3em;
	text-align: center;
	font-family: 'Hiragino Mincho ProN', '游明朝', 'ＭＳ Ｐ明朝', serif;
	font-size: 2.8em;
	line-height: 1;
}

p.p_profile_header2 {
	margin:  0;
	padding: 0;
	text-align: center;
	font-size: 1.4em;
	line-height: 1.4;
}

#nav_profile {
	margin:  0;
	padding: 20px 0 40px;
	text-align: center;
}
#nav_profile > ul {
	display: inline-block;
	margin:  0;
	padding: 0 15px;
	border-radius: 30px; 
	background-color: #538dd5;
	text-align: center;
}
#nav_profile ul > li {
	display: inline-block;
	margin:  0;
	padding: 0;
	color: #fff;
}
#nav_profile ul > li:not(:first-child)::before {
	content: '|';
	font-size: 1em;
	line-height: 1;
}

#nav_profile ul > li a {
	display: inline-block;
	margin:  0;
	padding: 8px 15px;
	color: #fff;
	font-size: 1.1em;
	line-height: 1;
	transition: all 0.2s;
}
#nav_profile ul > li a:link, 
#nav_profile ul > li a:visited, 
#nav_profile ul > li a:hover, 
#nav_profile ul > li a:active {
	text-decoration: none;
}
#nav_profile ul > li a:hover,
#nav_profile ul > li a.active {
	color: rgba(30, 80, 84, 1);
}

/****************************
  profile policy
*****************************/

h2.h2_profile {
	margin:  0;
	padding: 0;
	text-align: left;
	font-size: 1.4em;
	line-height: 1;
}

p.p_profile_policy1 {
	margin:  0;
	padding: 1em 0 0;
	text-align: justify;
	font-size: 1.1em;
	line-height: 1.4;
}

#wrapper_profile_policy {
	width:  550px;
	height: 516px;
	margin:  30px auto 0;
	padding: 0;
	background-image: url(../image/profile_policy.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 550px 516px;
	position: relative;
}

h3.h3_profile_policy {
	position: absolute;
	z-index: 1;
	top: 240px;
	left: 0px;
	width: 100%;
	margin:  0;
	padding: 0;
	text-align: center;
	font-weight: normal;
	font-size: 2.2em;
	line-height: 1;
}

#profile_policy1, 
#profile_policy2, 
#profile_policy3 {
	position: absolute;
	z-index: 2;
	width: 182px;
}
#profile_policy1 {
	top:   55px;
	left: 185px;
}
#profile_policy2 {
	top:  300px;
	left:  50px;
}
#profile_policy3 {
	top:  300px;
	left: 315px;
}

h4.h4_profile_policy {
	margin:  0;
	padding: 0;
	text-align: center;
	font-size: 1.1em;
	line-height: 1;
}
p.p_profile_policy2 {
	margin:  0;
	padding: .7em 0 0;
	text-align: justify;
	font-size: 13px;
	line-height: 1.4;
}

/****************************
  profile greeting
*****************************/

.wrapper_profile_greeting {
	display: table;
	margin:  0;
	padding: 0;
}
.wrapper_profile_greeting > div {
	display: table-cell;
	margin:  0;
	vertical-align: top;
}
.wrapper_profile_greeting > div > figure {
	display: block;
}
.profile_greeting_text {
	width: 60%;
	padding: 0 50px 0 0;
}
.profile_greeting_img {
	width: 40%;
	padding: 0;
}
.profile_greeting_img img {
	max-width: 100%;
	height: initial;
}

p.p_profile_greeting {
	margin:  0;
	padding: 1em 0 0;
	text-align: justify;
	font-size: 1em;
	line-height: 1.3;
}

/****************************
  profile profile
*****************************/

h2.h2_profile.profile {
	font-family: 'Hiragino Mincho ProN', '游明朝', 'ＭＳ Ｐ明朝', serif;
	font-size: 1.6em;
}

.wrapper_profile_profile {
	display: table;
	width: 100%;
	margin:  0;
	padding: 0;
}
.wrapper_profile_profile > div {
	display: table-cell;
	margin:  0;
	vertical-align: top;
}

.profile_profile_img {
	width: 300px;
	padding: 0 30px 0 0;
	text-align: left;
}
.profile_profile_text {
	padding: 0;
}
.profile_profile_text.pb {
	padding: 0 0 1em;
}

.profile_profile_img img {
	width: 100%;
	height: initial;
}

table.table_profile_profile {
	width: 100%;
	margin:  0;
	padding: 0;
}
table.table_profile_profile th, 
table.table_profile_profile td {
	margin:  0;
	border-top:    1px solid #aaa;
	border-bottom: 1px solid #aaa;
	vertical-align: top;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.2;
}
table.table_profile_profile th {
	padding: .7em 2em .7em 0;
	font-weight: normal;
	white-space: nowrap;
}
table.table_profile_profile td {
	padding: .7em 0;
}

#profile_profile_map iframe {
	width: 100%;
	height: 500px;
	margin:  40px 0 0;
	padding: 0;
	vertical-align: bottom;
}
