@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:		about.scss
Note:


New Creation:	2012/11/13 18:46:20.
Last Change:	2012/11/20 20:49:30.


Created By		Yoshiaki Murakami

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	ブラウザデフォルトスタイルリセット
2.	HTMLタグ
3.	container
4.	共通部分
5.	header
6.	content
7.	main
8.	sub
9.	footer

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

body {
  font-size: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

* html body {
  font-size: 62.5%;
}

* + html body {
  font-size: 62.5%;
}

/* start \*/
html:\66irst-child body {
  font-size: 62.5%;
}

/* end */
body:first-of-type {
  font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

fieldset {
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
  font: 100%;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}

caption, th {
  font-weight: normal;
  text-align: left;
}

th, td {
  padding: 0px;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/*----------------------------------------------------------------------
2.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
}

body {
  min-width: 900px;
  background: url(../img/header_bg1.gif) left top repeat-x #e2e4e4;
  -webkit-text-size-adjust: none;
}

/*----------------------------------------------------------------------
3.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  margin: 0 auto;
  min-height: 100%;
  width: 100%;
}

* html #container {
  height: 100%;
}

body > #container {
  height: auto;
}

#container > .title {
  position: relative;
  height: 210px;
  overflow: hidden;
  background: #000;
  text-align: center;
}

#container > .title img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -625px;
}

/*----------------------------------------------------------------------
4.	共通部分
----------------------------------------------------------------------*/
.nav {
  margin: 0 auto;
  width: 900px;
}

.nav ul {
  margin: 0 auto;
  width: 900px;
}

.nav ul:before, .nav ul:after {
  content: "";
  display: table;
}

.nav ul:after {
  clear: both;
}

* html .nav ul {
  zoom: 1;
}

* + html .nav ul {
  zoom: 1;
}

.nav ul li {
  float: left;
}

.nav ul li a {
  display: block;
}

.nav#gnavi ul li.active, .nav#fnavi ul li.active {
  margin-right: -1px;
  margin-left: -1px;
}

.nav#gnavi ul li.active.crf, .nav#fnavi ul li.active.crf {
  margin-left: 0;
}

.nav#gnavi ul li.active.faq, .nav#fnavi ul li.active.faq {
  margin-right: 0;
}

.nav#gnavi ul li.active img, .nav#fnavi ul li.active img {
  position: relative;
  z-index: 100;
}

.p-nav {
  position: -webkit-sticky;
  position: sticky;
  top: -3px;
  right: 0;
  left: 0;
  z-index: 100;
  background-image: url(../img/header_bg1.gif);
  background-position: left bottom;
  background-repeat: repeat-x;
}

.p-nav #gnavi li {
  margin-top: 3px;
}

.p-nav #gnavi li.active {
  margin-top: 0;
}

.p-nav .cnavi {
  padding: 6px 0;
}

.p-nav .cnavi ul {
  padding-left: 8px;
  width: auto;
  margin: 0;
  background: url(../img/header_cnavi_bg.gif) left center no-repeat;
}

.p-nav .cnavi ul li + li {
  margin-left: 14px;
}

.p-nav .cnavi ul li a {
  display: block;
}

#topicpath ol:before, #topicpath ol:after {
  content: "";
  display: table;
}

#topicpath ol:after {
  clear: both;
}

* html #topicpath ol {
  zoom: 1;
}

* + html #topicpath ol {
  zoom: 1;
}

#topicpath ol li {
  float: left;
  line-height: 40px;
  color: #5b5b5b;
}

#topicpath ol li + li {
  margin-left: 8px;
  padding-left: 16px;
  background: url(../img/topicpath_bg.gif) left center no-repeat;
}

#topicpath ol li a {
  text-decoration: underline;
  color: #5b5b5b;
}

/*----------------------------------------------------------------------
5.	#header
----------------------------------------------------------------------*/
#header {
  position: relative;
  margin: 0 auto;
  width: 900px;
}

#header .h-text {
  margin: 0 auto;
  text-align: right;
  line-height: 22px;
  color: #f5f5f5;
}

#header #logo {
  margin: 18px 0 15px -2px;
}

#header #logo2 {
  position: absolute;
  right: 0;
  top: 98px;
}

#header .subnavi {
  position: absolute;
  top: 36px;
  right: 0;
  width: auto;
}

#header .subnavi li {
  float: left;
  line-height: 24px;
}

#header .subnavi li + li {
  margin-left: 20px;
}

#header .subnavi li a {
  padding-left: 12px;
  background: url(../img/header_link_bg.gif) left center no-repeat;
  text-decoration: underline;
  font-weight: bold;
  font-size: 1.2em;
  color: #2355bd;
}

#header .subnavi li.medical a {
  padding: 0;
  background: none;
}

.licensed_clinics .cnavi ul li + li,
.search .cnavi ul li + li,
.prefecture .cnavi ul li + li {
  margin-left: 11px;
}

.p-nav .cnavi ul {
  background: url(../img/about_cnavi_bg.gif) left top no-repeat;
}

/*----------------------------------------------------------------------
6.	#content
----------------------------------------------------------------------*/
#content {
  margin: 0 auto;
  padding-bottom: 506px;
  width: 900px;
}

#content:before, #content:after {
  content: "";
  display: table;
}

#content:after {
  clear: both;
}

* html #content {
  zoom: 1;
}

* + html #content {
  zoom: 1;
}

#content .title {
  background: none;
  text-align: left;
}

/*----------------------------------------------------------------------
7.	#main
----------------------------------------------------------------------*/
#main {
  float: left;
  margin-bottom: 80px;
  width: 640px;
}

.p-box {
  margin-bottom: 60px;
}

.p-box:last-child {
  margin-bottom: 0;
}

#about .section {
  padding: 0 0 60px;
  background: #fff;
}

#about .section .title.title {
  margin-bottom: 40px;
}

#about .section p {
  margin: 0 40px 34px 50px;
  font-size: 1.4em;
  line-height: 1.8571428571;
  color: #5b5b5b;
}

#about .section .section {
  margin: 0 35px;
  padding: 0;
}

#about .section .section + .section {
  margin-top: 60px;
}

#about .section .section * {
  margin-right: 15px;
  margin-left: 15px;
}

#about .section .section * * {
  margin-right: 0;
  margin-left: 0;
}

#about .section .section .title.title {
  margin: 0 0 30px;
  padding-left: 15px;
  border-bottom: 3px solid #7087a7;
  background: url(../img/section_title_bg.gif) left top no-repeat #e0e0e0;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 33px;
  color: #464545;
}

#about .section .section .subtitle {
  margin-bottom: 24px;
  font-size: 1.4em;
  font-weight: bold;
  color: #102659;
}

#about .section .section .section {
  padding-bottom: 2px;
  background: url(../img/section_bg.gif) left bottom repeat-x;
}

#about .section .section .section + .section {
  margin-top: 30px;
}

#about .section .section .section.last {
  padding: 0;
  background: none;
}

#about .section .title {
  margin-bottom: 34px;
}

#about .section .page-list {
  margin: 0 40px 0 50px;
}

#about .section .page-item + .page-item {
  margin-top: 10px;
}

#about .section .page-item a {
  overflow: hidden;
  border-radius: 4px;
  display: flex;
  align-items: center;
  background: #585757;
}

#about .section .page-item .title {
  margin: 0;
}

#about .section .page-item .text {
  margin: 0 20px;
  font-size: 1.6666666667;
  font-size: 1.2em;
  color: #c9c9ca;
}

#summary .section {
  padding: 0 0 60px;
  background: #fff;
}

#summary .section .title.title {
  margin-bottom: 40px;
}

#summary .section p {
  margin: 0 40px 34px 50px;
  font-size: 1.4em;
  line-height: 1.8571428571;
  color: #5b5b5b;
}

#summary .section .section {
  margin: 0 35px;
  padding: 0;
}

#summary .section .section + .section {
  margin-top: 60px;
}

#summary .section .section * {
  margin-right: 15px;
  margin-left: 15px;
}

#summary .section .section * * {
  margin-right: 0;
  margin-left: 0;
}

#summary .section .section .title.title {
  margin: 0 0 30px;
  padding-left: 15px;
  border-bottom: 3px solid #7087a7;
  background: url(../img/section_title_bg.gif) left top no-repeat #e0e0e0;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 33px;
  color: #464545;
}

#summary .section .section .subtitle {
  margin-bottom: 24px;
  font-size: 1.4em;
  font-weight: bold;
  color: #102659;
}

#summary .section .section .section {
  padding-bottom: 2px;
  background: url(../img/section_bg.gif) left bottom repeat-x;
}

#summary .section .section .section + .section {
  margin-top: 30px;
}

#summary .section .section .section.last {
  padding: 0;
  background: none;
}

#summary .section .pic {
  float: right;
  margin-bottom: 15px;
}

#byelaw .section {
  padding: 0 0 60px;
  background: #fff;
}

#byelaw .section .title.title {
  margin-bottom: 40px;
}

#byelaw .section p {
  margin: 0 40px 34px 50px;
  font-size: 1.4em;
  line-height: 1.8571428571;
  color: #5b5b5b;
}

#byelaw .section .section {
  margin: 0 35px;
  padding: 0;
}

#byelaw .section .section + .section {
  margin-top: 60px;
}

#byelaw .section .section * {
  margin-right: 15px;
  margin-left: 15px;
}

#byelaw .section .section * * {
  margin-right: 0;
  margin-left: 0;
}

#byelaw .section .section .title.title {
  margin: 0 0 30px;
  padding-left: 15px;
  border-bottom: 3px solid #7087a7;
  background: url(../img/section_title_bg.gif) left top no-repeat #e0e0e0;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 33px;
  color: #464545;
}

#byelaw .section .section .subtitle {
  margin-bottom: 24px;
  font-size: 1.4em;
  font-weight: bold;
  color: #102659;
}

#byelaw .section .section .section {
  padding-bottom: 2px;
  background: url(../img/section_bg.gif) left bottom repeat-x;
}

#byelaw .section .section .section + .section {
  margin-top: 30px;
}

#byelaw .section .section .section.last {
  padding: 0;
  background: none;
}

#byelaw .section .section .section {
  padding-bottom: 56.5px;
}

#byelaw .section .section .section .subtitle {
  margin-bottom: 14.5px;
}

#byelaw .section .section .section .subtitle span {
  display: block;
  float: left;
  width: 80px;
  font-weight: bold;
}

#byelaw .section .section .section li,
#byelaw .section .section .section dt,
#byelaw .section .section .section dd {
  font-size: 1.4em;
  line-height: 1.7857142857;
  color: #5b5b5b;
}

#byelaw .section .section .section li *,
#byelaw .section .section .section dt *,
#byelaw .section .section .section dd * {
  font-size: 1em;
}

#byelaw .section .section .section ul li dl dt {
  float: left;
  width: 80px;
}

#byelaw .section .section .section ul li dl dd {
  overflow: hidden;
}

#byelaw .section .section .section ul li dl dd li {
  display: inline;
}

#byelaw .section .section .section ul li dl dd li dl dt {
  width: auto;
}

#byelaw .section .section .section ul li dl dd li dl dd ul li {
  display: list-item;
}

#byelaw .section .section .section ul li dl dd li dl dd ul li dl dt {
  float: none;
}

#byelaw .section .section .section ul li dl dd li dl dd ul li dl dd {
  overflow: auto;
}

#byelaw .section .section .section ul li dl dd li dl dd ul li dl dd ul li {
  margin-left: 2em;
  list-style-type: disc;
}

/*----------------------------------------------------------------------
8.	#sub
----------------------------------------------------------------------*/
#sub {
  float: right;
  margin-bottom: 40px;
  width: 220px;
}

#sub div {
  margin-bottom: 40px;
}

#sub #search {
  padding: 19px 0 11px;
  border-top: 3px solid #102659;
  border-bottom: 3px solid #102659;
  background: url(../img/sub_search_bg.gif) 6px 15px no-repeat;
}

#sub #search .title {
  margin: 0 0 20px 2px;
}

#sub #search ul li + li {
  margin-top: 2px;
}

#sub #search ul li dl dt,
#sub #search ul li dl dd {
  display: table-cell;
  vertical-align: middle;
}

* + html #sub #search ul li dl dt, * + html
#sub #search ul li dl dd {
  display: inline;
  zoom: 1;
}

#sub #search ul li dl dt {
  padding-right: 9px;
}

#sub #search ul li dl dd ul li {
  display: inline;
  font-size: 1.2em;
  line-height: 1.3333333333;
  color: #5b5b5b;
  margin-right: 0.5em;
  padding-right: 0.5em;
  border-right: 1px solid #5b5b5b;
  white-space: nowrap;
}

#sub #search ul li dl dd ul li.last {
  margin: 0;
  padding: 0;
  border: none;
}

#sub #search ul li dl dd ul li a {
  color: #5b5b5b;
}

#sub #search ul li dl dd ul li.active a {
  text-decoration: underline;
  color: #2355bd;
}

#sub #greeting {
  position: relative;
}

#sub #greeting p {
  margin: 0 0 10px 105px;
  font-size: 1.2em;
  line-height: 1.6666666667;
  color: #5b5b5b;
}

#sub #greeting .title {
  margin: 0 0 10px 0;
}

#sub #greeting .pic {
  position: absolute;
  top: 55px;
  left: 0;
  margin: 0;
}

#sub #greeting .link {
  text-align: right;
}

#sub #schedule div .title,
#sub .schedule div .title {
  margin-bottom: 7px;
}

#sub #schedule div p,
#sub .schedule div p {
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.3333333333;
  color: #5b5b5b;
}

#sub #schedule div ol,
#sub .schedule div ol {
  margin-bottom: 6px;
}

#sub #schedule div ol li,
#sub .schedule div ol li {
  margin-bottom: 10px;
}

#sub #schedule div ol li dl:before, #sub #schedule div ol li dl:after,
#sub .schedule div ol li dl:before,
#sub .schedule div ol li dl:after {
  content: "";
  display: table;
}

#sub #schedule div ol li dl:after,
#sub .schedule div ol li dl:after {
  clear: both;
}

* html #sub #schedule div ol li dl, * html
#sub .schedule div ol li dl {
  zoom: 1;
}

* + html #sub #schedule div ol li dl, * + html
#sub .schedule div ol li dl {
  zoom: 1;
}

#sub #schedule div ol li dl dt,
#sub .schedule div ol li dl dt {
  margin-bottom: 6px;
}

#sub #schedule div ol li dl dd,
#sub .schedule div ol li dl dd {
  color: #5b5b5b;
  line-height: 1.6;
}

#sub #schedule div ol li dl dd.title,
#sub .schedule div ol li dl dd.title {
  margin: 0;
}

#sub #schedule div ol li dl dd.title a,
#sub .schedule div ol li dl dd.title a {
  text-decoration: underline;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.3333333333;
  color: #2355bd;
}

#sub #schedule div .link,
#sub .schedule div .link {
  clear: both;
  text-align: right;
}

#sub #schedule div#abroad ul li + li,
#sub .schedule div#abroad ul li + li {
  margin-top: 20px;
}

#sub #important {
  padding: 4px;
  border: 2px solid #ab173f;
  background: url(../img/sub_important_bg.gif) left top repeat-x #d9d9d9;
}

#sub #important dl dt {
  padding: 12px 0 12px 4px;
  border-bottom: 1px solid #b2b2b2;
}

#sub #important dl dd {
  border-top: 1px solid #fff;
}

#sub #information {
  padding: 4px;
  border: 2px solid #191970;
  background: url(../img/sub_important_bg.gif) left top repeat-x #d9d9d9;
}

#sub #information dl dt {
  padding: 12px 0 12px 4px;
  border-bottom: 1px solid #b2b2b2;
}

#sub #information dl dd {
  border-top: 1px solid #fff;
}

/*----------------------------------------------------------------------
9.	#footer
----------------------------------------------------------------------*/
#footer {
  position: absolute;
  bottom: 0;
  padding-top: 40px;
  width: 100%;
  background: linear-gradient(#0a5295, #022261);
}

#footer #fnavi {
  margin-bottom: 48px;
  height: 57px;
}

#footer .cnavi {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 6px 0;
}

#footer .cnavi ul {
  padding-left: 8px;
  width: 892px;
  margin: 0 auto;
  background: url(../img/header_cnavi_bg.gif) left center no-repeat;
}

#footer .cnavi ul li + li {
  margin-left: 14px;
}

#footer .cnavi ul li a {
  display: block;
}

#footer .wrapper {
  position: relative;
  margin: 0 auto 35px;
  width: 900px;
}

#footer .wrapper:before, #footer .wrapper:after {
  content: "";
  display: table;
}

#footer .wrapper:after {
  clear: both;
}

* html #footer .wrapper {
  zoom: 1;
}

* + html #footer .wrapper {
  zoom: 1;
}

#footer .wrapper .logo {
  position: absolute;
  right: 0;
  bottom: 51px;
}

#footer .wrapper div.sitemap {
  float: left;
  width: 537px;
}

#footer .wrapper div.sitemap ul {
  width: auto;
}

#footer .wrapper div.sitemap ul > li {
  display: block;
  float: left;
  margin: 0 11px 30px 0;
  width: 168px;
  background: url(../img/footer_sitemap_bg.png) left top no-repeat;
}

#footer .wrapper div.sitemap ul > li a {
  display: block;
  margin-bottom: 5px;
  padding-left: 23px;
  background: url(../img/footer_sitemap_link_bg.png) 7px center no-repeat;
  line-height: 20px;
  color: #fbeba4;
}

#footer .wrapper div.sitemap ul > li ul li {
  float: none;
  margin: 0;
  width: auto;
  background: none;
}

#footer .wrapper div.sitemap ul > li ul li a {
  display: inline;
  margin: 0 0 0 23px;
  padding: 0;
  background: none;
  line-height: 2;
  font-weight: bold;
  text-decoration: underline;
  color: #fff;
}

#footer .wrapper div.sitemap ul > li ul li.schedule {
  display: none;
}

#footer .wrapper div.sitemap ul > li.faq, #footer .wrapper div.sitemap ul > li.medical {
  margin-bottom: 0;
}

#footer .wrapper .text {
  float: right;
  margin-bottom: 8px;
  padding-bottom: 10px;
  width: 327px;
  background: url(../img/footer_text_bg.gif) left bottom repeat-x;
}

#footer .wrapper .text p {
  margin-bottom: 13px;
}

#footer .wrapper .text p a {
  display: block;
  padding-left: 120px;
  line-height: 1.4;
  color: #75a5dc;
}

#footer .wrapper .text p.no1 a {
  background: url(../img/footer_text_bg1.gif) left top no-repeat;
}

#footer .wrapper .text p.no2 a {
  background: url(../img/footer_text_bg2.gif) left top no-repeat;
}

#footer .wrapper .text p.no3 a {
  background: url(../img/footer_text_bg3.gif) left top no-repeat;
}

#footer .wrapper .subnavi {
  float: right;
  width: 327px;
}

#footer .wrapper .subnavi ul {
  margin-left: 3px;
  width: auto;
}

#footer .wrapper .subnavi ul li {
  margin-right: 11px;
  padding-left: 14px;
  background: url(../img/footer_sitemap_link_bg.png) left center no-repeat;
}

#footer .wrapper .subnavi ul li a {
  display: inline;
  font-weight: bold;
  text-decoration: underline;
  color: #fff;
}

#footer #copyright {
  background: #000;
  text-align: center;
  line-height: 32px;
  color: #f5f5f5;
}

.licensed_clinics #footer .cnavi ul li + li,
.search #footer .cnavi ul li + li,
.prefecture #footer .cnavi ul li + li {
  margin-left: 11px;
}

#footer .cnavi ul {
  background: url(../img/about_cnavi_bg.gif) left top no-repeat;
}

/*# sourceMappingURL=about.css.map */
