@charset "UTF-8";
/* ---------------------------------------------
browser initialization
--------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

/* ---------------------------------------------
common format
--------------------------------------------- */
body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #323232;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #3d46a3;
}

a:hover {
  text-decoration: none;
}

a:hover img {
  opacity: 0.75;
}

p {
  margin-top: 2em;
}

input[type="submit"], button {
  -webkit-appearance: none;
}

main {
  min-width: 1000px;
}

/* ---------------------------------------------
site common class
--------------------------------------------- */
.bold {
  font-weight: bold;
}

.mini_10 {
  font-size: 10px;
}

.mini_12 {
  font-size: 12px;
}

.mini_14 {
  font-size: 14px;
}

.normal {
  font-size: 16px;
}

.large_18 {
  font-size: 18px;
}

.large_20 {
  font-size: 20px;
}

.large_22 {
  font-size: 22px;
}

.large_24 {
  font-size: 24px;
}

.align_left {
  text-align: left;
}

.align_center {
  text-align: center;
}

.align_right {
  text-align: right;
}

.valign_top {
  vertical-align: top;
}

.valign_middle {
  vertical-align: middle;
}

.valign_baseline {
  vertical-align: baseline;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.clear {
  clear: both;
}

.clearfix::after {
  content: '';
  display: table;
  clear: both;
}

/* ---------------------------------------------
header format
--------------------------------------------- */
#site_header {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #f1f1f1 51%, #f1f1f1 100%);
  min-width: 1000px;
}
#site_header .inner {
  margin: 0px auto;
  max-width: 1266px;
  overflow: hidden;
}
#site_header .inner h1 {
  margin: 20px 0px 0px 20px;
  line-height: 1.2;
  color: #3d46a3;
  float: left;
}
#site_header .inner h1 a {
  text-decoration: none;
}
#site_header .inner h1 a img {
  margin-right: 10px;
  vertical-align: middle;
}
#site_header .inner #header_right {
  width: 66.58768%;
  overflow: hidden;
  float: right;
}
#site_header .inner #header_right nav {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='5' viewBox='0 0 5 5'%3E%3Crect x='1' y='4' width='1' height='1' fill='#99dcd8'/%3E%3Crect x='2' y='3' width='1' height='1' fill='#99dcd8'/%3E%3Crect x='3' y='2' width='1' height='1' fill='#99dcd8'/%3E%3Crect x='4' y='1' width='1' height='1' fill='#99dcd8'/%3E%3Crect width='1' height='1' fill='#99dcd8'/%3E%3C/svg%3E");
  background-color: #fff;
  width: 56.9395%;
  float: left;
}
#site_header .inner #header_right nav ul {
  overflow: hidden;
}
#site_header .inner #header_right nav ul li {
  width: 25%;
  display: table;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  float: left;
}
#site_header .inner #header_right nav ul li a {
  width: 100%;
  height: 90px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
#site_header .inner #header_right nav ul li a:hover {
  background-color: #00b2a9;
  color: #fff;
}
#site_header .inner #header_right aside {
  margin-top: 23px;
  width: 43.0605%;
  font-size: 12px;
  line-height: 1.2;
  float: right;
}
#site_header .inner #header_right aside * {
  text-decoration: none;
  vertical-align: middle;
}
#site_header .inner #header_right aside h2 {
  border: #3d46a3 solid 1px;
  margin: 0px 25px;
  padding: 2px 8px 8px 10px;
  letter-spacing: 0.1em;
  display: inline-block;
}
#site_header .inner #header_right aside p {
  margin-top: 0px;
  display: inline-block;
}

/* ---------------------------------------------
top page format
--------------------------------------------- */
#top_page {
  background: url(../img/top/bg_main.jpg) center top no-repeat;
  background-size: 100% auto;
  padding-top: 85px;
}
#top_page article h2 img {
  margin: 0px auto;
  display: block;
}
#top_page article h2 + p {
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 5px black;
}
#top_page article #top_chart {
  margin: 80px auto 0px;
  width: 726px;
  height: 596px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  position: relative;
}
#top_page article #top_chart #chart_main {
  background-color: rgba(0, 70, 170, 0.85);
  border-radius: 50%;
  margin: 0px auto;
  width: 356px;
  height: 356px;
  position: relative;
  z-index: 2;
}
#top_page article #top_chart #chart_main h3 {
  border-bottom: #fff solid 1px;
  margin: 0px 23px;
  padding: 50px 0px 15px;
  font-size: 24px;
  line-height: 1.4;
}
#top_page article #top_chart #chart_main p {
  line-height: 1.2;
}
#top_page article #top_chart #chart_main p:nth-of-type(1) {
  margin-top: 25px;
}
#top_page article #top_chart #chart_main p:nth-of-type(2) {
  margin-top: 40px;
  position: relative;
}
#top_page article #top_chart #chart_main p:nth-of-type(2)::before, #top_page article #top_chart #chart_main p:nth-of-type(2)::after {
  content: '';
  margin: 0px auto;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
}
#top_page article #top_chart #chart_main p:nth-of-type(2)::before {
  border-right: #fff solid 4px;
  border-bottom: #fff solid 4px;
  width: 14px;
  height: 14px;
  top: -30px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#top_page article #top_chart #chart_main p:nth-of-type(2)::after {
  background-color: #fff;
  width: 4px;
  height: 18px;
  top: -32px;
}
#top_page article #top_chart #chart_main p:nth-of-type(3) {
  margin-top: 15px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
}
#top_page article #top_chart #chart_left, #top_page article #top_chart #chart_right {
  background-color: rgba(10, 32, 138, 0.8);
  border-radius: 50%;
  width: 120px;
  height: 120px;
  line-height: 1.2;
  position: absolute;
  top: 30px;
}
#top_page article #top_chart #chart_left::after, #top_page article #top_chart #chart_right::after {
  content: '';
  border-top: #2e3192 solid 1px;
  margin: auto 0px;
  width: 76px;
  height: 0;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
}
#top_page article #top_chart #chart_left p, #top_page article #top_chart #chart_right p {
  margin-top: 0px;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#top_page article #top_chart #chart_left {
  left: 13px;
}
#top_page article #top_chart #chart_left::after {
  right: -76px;
}
#top_page article #top_chart #chart_right {
  right: 13px;
}
#top_page article #top_chart #chart_right::after {
  left: -76px;
}
#top_page article #top_chart ul li {
  background-color: rgba(0, 155, 166, 0.6);
  border-radius: 50%;
  width: 254px;
  height: 254px;
  position: absolute;
}
#top_page article #top_chart ul li::before, #top_page article #top_chart ul li::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
}
#top_page article #top_chart ul li::before {
  border-right: #fff solid 8px;
  border-bottom: #fff solid 8px;
  width: 22px;
  height: 22px;
}
#top_page article #top_chart ul li::after {
  background-color: #fff;
  width: 8px;
  height: 34px;
}
#top_page article #top_chart ul li div {
  padding-top: 90px;
}
#top_page article #top_chart ul li:nth-child(1) {
  bottom: 120px;
  left: 0;
}
#top_page article #top_chart ul li:nth-child(1)::before {
  top: 55px;
  right: 32px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#top_page article #top_chart ul li:nth-child(1)::after {
  top: 50px;
  right: 40px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#top_page article #top_chart ul li:nth-child(2) {
  margin: 0px auto;
  right: 0;
  bottom: 0;
  left: 0;
}
#top_page article #top_chart ul li:nth-child(2)::before {
  margin: 0px auto;
  top: 15px;
  right: 0;
  left: 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#top_page article #top_chart ul li:nth-child(2)::after {
  margin: 0px auto;
  top: 8px;
  right: 0;
  left: 0;
}
#top_page article #top_chart ul li:nth-child(3) {
  right: 0;
  bottom: 120px;
}
#top_page article #top_chart ul li:nth-child(3)::before {
  top: 55px;
  left: 32px;
}
#top_page article #top_chart ul li:nth-child(3)::after {
  top: 50px;
  left: 40px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#top_page article #top_system_list {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='5' viewBox='0 0 5 5'%3E%3Crect x='1' y='4' width='1' height='1' fill='#99dcd8'/%3E%3Crect x='2' y='3' width='1' height='1' fill='#99dcd8'/%3E%3Crect x='3' y='2' width='1' height='1' fill='#99dcd8'/%3E%3Crect x='4' y='1' width='1' height='1' fill='#99dcd8'/%3E%3Crect width='1' height='1' fill='#99dcd8'/%3E%3C/svg%3E");
  background-color: #fff;
  margin-top: -180px;
  padding: 195px 0px 35px;
  text-align: center;
}
#top_page article #top_system_list .inner {
  margin: 0px auto;
  width: 1000px;
}
#top_page article #top_system_list .inner ul {
  letter-spacing: -1em;
  line-height: 1.2;
}
#top_page article #top_system_list .inner ul li {
  background-color: #1fbb85;
  margin: 25px 25px 0px;
  padding: 5px;
  width: 170px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: normal;
  color: #fff;
  display: inline-block;
}
#top_page article #top_system_list .inner p {
  margin-top: 50px;
  font-size: 18px;
  letter-spacing: 0.1em;
}
#top_page + #site_footer {
  margin-top: 30px;
}

/* ---------------------------------------------
lower page format
--------------------------------------------- */
#lower_page h2 {
  background: url(../img/common/lower_h2_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 100px 0px 0px 12px;
  height: 140px;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0.3em;
  text-align: center;
  color: #fff;
}
#lower_page #main_contents {
  margin: 100px auto 0px;
  width: 940px;
}
#lower_page #main_contents h3 {
  margin-top: 90px;
}
#lower_page #main_contents .name {
  margin-top: 0px;
  text-align: right;
}
#lower_page #main_contents .disc_list {
  list-style-type: disc;
}
#lower_page #main_contents .disc_list li {
  margin-left: 1.5em;
}
#lower_page #main_contents .decimal_list {
  list-style-type: decimal;
}
#lower_page #main_contents .decimal_list li {
  margin-left: 1.5em;
}
#lower_page #main_contents dl {
  margin: 40px 60px 0px;
  overflow: hidden;
}
#lower_page #main_contents dl dt {
  padding: 15px 0px 0px 15px;
  width: 140px;
  float: left;
  position: relative;
}
#lower_page #main_contents dl dt::before {
  content: '';
  background-color: #00b2a9;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 25px;
  left: 0;
}
#lower_page #main_contents dl dt:first-child {
  padding-top: 0px;
}
#lower_page #main_contents dl dt:first-child::before {
  top: 10px;
}
#lower_page #main_contents dl dt:first-child + dd {
  padding-top: 0px;
}
#lower_page #main_contents dl dd {
  border-bottom: #808080 dotted 1px;
  padding: 15px 0px 15px 160px;
}
#lower_page #main_contents dl dd::after {
  content: '';
  display: table;
  clear: both;
}
#lower_page #main_contents dl dd .align_right {
  margin-top: 0px;
}

/* ---------------------------------------------
footer format
--------------------------------------------- */
#site_footer {
  margin-top: 130px;
  min-width: 1000px;
  text-align: center;
}
#site_footer #pagetop {
  font-size: 12px;
  line-height: 1.2;
}
#site_footer #pagetop a {
  padding-top: 25px;
  text-decoration: none;
  color: #323232;
  display: inline-block;
  position: relative;
}
#site_footer #pagetop a::before {
  content: '';
  border-top: #b2c2d1 solid 4px;
  border-left: #b2c2d1 solid 4px;
  margin: 0px auto;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  -moz-transform: scale(0.7, 1) rotate(45deg);
  -ms-transform: scale(0.7, 1) rotate(45deg);
  -webkit-transform: scale(0.7, 1) rotate(45deg);
  transform: scale(0.7, 1) rotate(45deg);
}
#site_footer small {
  background-color: #e3e3e3;
  margin-top: 30px;
  padding: 15px 10px;
  font-size: 10px;
  line-height: 1.2;
  color: #606060;
  display: block;
}
