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

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

input, select {
  vertical-align: middle; }

html {
  font-size: 62.5%; }

body {
  font: 1.4em arial,helvetica,clean,sans-serif; }

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

h1 p, h2 p, h3 p, h4 p, h5 p, h6 p, p p, blockquote p, pre p, dl p, ol p, ul p, th p, td p, dd p, dt p {
  font-size: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

img {
  border: none;
  -ms-interpolation-mode: bicubic;
  /* IE7 Resize with html */ }

strong {
  font-weight: bold; }

em {
  font-weight: bold; }

p {
  margin: 0 0 15px 0;
  font-size: 14px; }

ul {
  margin: 0 0 0px 0;
  list-style: none; }

dl {
  margin: 0 0 0px 0; }

dl dt {
  margin: 0 0 0px 0; }

dl dt a {
  font-weight: bold; }

dl dd {
  margin: 0 0 0px 0px; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: inherit;
  font: 100%; }

th, td {
  vertical-align: top;
  text-align: left; }

div {
  box-sizing: border-box;
  font-size: 14px; }

/*Image Hover*/
a:hover img,
span:hover img.hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )"; }

/* clearfix */
.cf {
  *zoom: 1; }
  .cf:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

hr {
  border-color: #666;
  border-style: dotted;
  border-width: 1px 0px 0px 0px;
  height: 1px;
  margin: 30px 0 !important; }

img {
  vertical-align: bottom; }

img.b,
img.boxPart,
.b {
  display: block !important; }

.alignRight,
.aR {
  text-align: right; }

.alignCenter,
.aC {
  text-align: center; }

.alignLeft,
.aL {
  text-align: left !important; }

.disnon {
  display: none; }

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .spbr{
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.oH {
  overflow: hidden; }

/* Font
------------------------------------------------------------------*/
/* type */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

html, body {
  width: 100%; }

body {
  width: 100%;
  background: #ffffff;
  color: #212121;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
  line-height: 1.6;
  margin: auto; }
  @media only screen and (min-width: 768px) {
    body {
      min-width: 1020px; } }

a:link {
  color: #000000;
  text-decoration: none; }
a:visited {
  color: #000000; }
a:hover {
  color: #000000;
  text-decoration: underline; }

img {
  max-width: 100%;
  height: auto; }

p {
  font-size: 1.4rem;
  line-height: 1.7; }
  @media only screen and (max-width: 767px) {
    p {
      font-size: 1.4rem; } }

/* Common Layout
------------------------------------------------------------------*/
/*
#gWrapper
*/
#gWrapper {
  width: 100%;
}

header {
  border-top: 4px solid #0074C1;
  background-color: #fff;
  width: 100%;
  height: 59px;
  padding: 11px 0 0 0;
  box-sizing: border-box;
  -webkit-box-shadow : 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  position: relative;
}
h1.header_logo {
  float: left;
}
@media only screen and (max-width: 767px) {
  header {
    width: 100%;
    height: 59px;
    padding: 15px 0 0 0;
    position: relative;
  }
  h1.header_logo {
    width: 178px;
  }
}

footer {
  text-align: center;
}
footer .nav{
  background-color: #005CA3;
  border-bottom: 1px solid #004E89;
  padding: 25px 0;
}
footer .nav ul li{
  display: inline-block;
  margin-right: 10px;
}
footer .nav ul li:last-child{
  margin-right: 0;
}
footer .nav ul li a{
  font-size: 1.2rem;
  color: #fff;
}

footer .copy{
  background-color: #005798;
  padding: 15px 0;
}
footer .copy p{
  margin-bottom: 0;
  font-size: 1.0rem;
  color: #fff;
}


/* Common Layout
------------------------------------------------------------------*/
.inner {
  box-sizing: border-box;
  width: 1000px;
  margin: auto;
  *zoom: 1;
}
@media only screen and (max-width: 767px) {
  .inner {
    width: 100%;
    padding: 0 10px;
  }
}
.inner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
h2 {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 2.0rem;
    margin-bottom: 30px;
  }
}

a.btn1 {
  padding: 16px;
  display: inline-block;
  background: #EF6C00;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  -webkit-box-shadow: 0px 2px 6px rgba(33, 33, 33, 0.25);
  box-shadow: 0px 2px 6px rgba(33, 33, 33, 0.25);
  border-radius: 4px;
  margin: auto;
}
a.btn1:hover {
  background-color: #FFA643;
  text-decoration: none;
}
a.btn1:active {
  background-color: #ED6800;
  text-decoration: none;
}

/* Layout
--------------------------- */

section.main {
  background: #F7F7F7;
  padding: 92px 0 35px;
}
@media only screen and (max-width: 767px) {
  section.main {
    padding-top: 106px;
  }
}
section.main .inner{
  width: 1040px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  section.main .inner{
    width: 100%;
    margin: auto;
    padding: 0;
  }
}

section.main .main_img{
  width: 530px;
  float: left;
  position: relative;
}
@media only screen and (max-width: 767px) {
  section.main .main_img{
    width: 100%;
    float: none;
    padding: 0 10px;
  }
}
section.main .main_img img{
  position: relative;
  z-index:10;
}
section.main .main_img .eclipse {
  background-color: #0C3167;
  width: 186px;
  height: 186px;
  border-radius: 93px;
  position: absolute;
  top: -50px;
  right: -36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  section.main .main_img .eclipse {
    top: -86px;
    right: 10px;
  }
}
section.main .main_text {
  width: 440px;
  float: right;
  padding-top: 83px;
}
@media only screen and (max-width: 767px) {
  section.main .main_text {
    width: 100%;
    margin: auto;
    float: none;
    padding-top: 18px;
  }
}
section.main .main_text .baroon{
  width: 394px;
  height: 76px;
  background: url(../img/baroon.png) center center no-repeat;
  background-size: contain;
  padding-top: 15px;
  text-align: center;
  margin-bottom: 20px;
}
section.main .main_text .baroon p{
  font-size: 2.8rem;
  color: #0c3167;
  line-height: 100%;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  section.main .main_text .baroon{
    width: 315px;
    height: 70px;
    background: url(../img/baroon_sp.png) center center no-repeat;
    background-size: contain;
    padding-top: 18px;
    text-align: center;
    margin: 0 auto 20px auto;
  }
  section.main .main_text .baroon p{
    font-size: 1.8rem;
  }
}

section.main .main_text .txt1{
  font-size: 2.8rem;
  color: #0068B7;
  font-weight: 600;
  padding-left: 10px;
  line-height: 1.2;
}
section.main .main_text .txt2{
  font-size: 3.5rem;
  color: #0068B7;
  font-weight: 600;
  padding-left: 10px;
  line-height: 1.2;
  margin-bottom: 20px;
}
section.main .main_text .txt3{
  font-size: 2.0rem;
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  section.main .main_text .txt1{
    font-size: 1.8rem;
    padding-left: 10px;
    width: 86%;
    margin: 0 auto 10px auto;
  }
  section.main .main_text .txt2{
    font-size: 2.4rem;
    padding-left: 10px;
    width: 86%;
    margin: 0 auto 20px auto;
  }
  section.main .main_text .txt3{
    font-size: 1.6rem;
    padding-left: 10px;
    width: 86%;
    margin: 0 auto;
  }
}

section.regist {
  padding: 65px 0;
  text-align: center;
}
section.regist p{
  font-size: 1.6rem;
  font-weight: 600;
}

section.regist.regist1 {
  background-color: #0068B7;
  color: #fff;
}
section.regist.regist2 {
  background-color: #fff;
  color: #212121;
}

section.important {
  background-color: #f7f7f7;
  padding: 53px 0 43px;
}
section.important .imp_ttl{
  color: #0068B7;
  font-size: 3.6rem;
}
section.important .important_box {
  width: 31.0%;
}
section.important .important_box .imp_img{
  background: #FFFFFF;
  border-radius: 20px;
  width: 100%;
  height: 170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
section.important .important_box .ttl{
  font-size: 2.0rem;
  margin-bottom: 15px;
}
section.important .important_box .imp_img img.mg{
  margin-left: -25px;
}
@media only screen and (max-width: 767px) {
  section.important {
    padding: 53px 0 0;
  }
  section.important .imp_ttl{
    font-size: 2.2rem;
  }
  section.important .important_box {
    width: 86.0%;
    margin: 0 auto 40px auto;
  }
  section.important .important_box .imp_img{
    width: 100%;
    height: 170px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
  }
  section.important .important_box .ttl{
    font-size: 1.8rem;
  }
  section.important .important_box .imp_img img.mg{
    margin-left: -25px;
  }
}

section.merit {
  background-color: #0068B7;
  color: #fff;
  padding: 82px 0 20px 0;
}
section.merit .merit_ttl{
  font-size: 2.8rem;
  line-height: 1.5;
  margin-bottom: 80px;
}
section.merit .text_box{
  width: 482px;
  overflow: hidden;
}
section.merit .text_box .ttl{
  font-size: 3.6rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  section.merit .text_box{
    width: 90%;
    margin: auto;
  }
  section.merit .merit_ttl{
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
  section.merit .text_box .ttl{
    font-size: 2.4rem;
  }
}

section.merit .cf{
  margin-bottom: 100px;
}
section.merit .cont1 img{
  float: right;
}
section.merit .cont1 .text_box{
  padding-top: 80px;
}
section.merit .cont2 img{
  float: left;
}
section.merit .cont2 .text_box{
  padding-top: 30px;
  float: right;
}
section.merit .cont3{
  padding-right: 60px;
}
section.merit .cont3 img{
  float: right;
}
section.merit .cont3 .text_box{
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  section.merit .cf{
    margin-bottom: 40px;
  }
  section.merit .cont1 img{
    float: none;
    margin-bottom: 24px;
  }
  section.merit .cont1 .text_box{
    padding-top: 0;
  }
  section.merit .cont2 img{
    float: none;
    margin-bottom: 16px;
  }
  section.merit .cont2 .text_box{
    padding-top: 0;
    float: none;
  }
  section.merit .cont3{
    padding-right: 0;
  }
  section.merit .cont3 img{
    float: none;
    margin-bottom: 16px;
  }
  section.merit .cont3 .text_box{
    padding-top: 0;
  }
}

section.case {
  background-color: #f7f7f7;
  padding: 80px 0 20px 0;
  text-align: center;
}
section.case .case_ttl{
  font-size: 2.8rem;
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  section.case {
    padding: 56px 0 10px 0;
  }
  section.case .case_ttl{
    font-size: 2.2rem;
    margin-bottom: 56px;
  }
  section.case .case_ttl br{
    display: none;
  }
}
section.case .box{
  margin-bottom: 160px;
}
section.case .box .ttl{
  color: #545454;
  font-size: 2.0rem;
  margin-bottom: 15px;
  line-height: 1.5;
}
section.case .box .example{
  background: #FFFFFF;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  width: 800px;
  height: 170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  align-items: center;
  color: #0C3167;
  font-size: 3.6rem;
  line-height: 1.5;
  font-weight: 600;
  margin: 0 auto 15px auto;
}
@media only screen and (max-width: 767px) {
  section.case .box{
    margin-bottom: 80px;
    padding: 0 7%;
  }
  section.case .box .ttl{
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 15px;
  }
  section.case .box .example{
    width: 100%;
    height: 120px;
    font-size: 2.4rem;
  }
}
section.case .box .detail{
  font-size: 2.0rem;
  vertical-align: middle;
  color: #545454;
}
section.case .box .detail .num{
  margin-right: 50px;
}
section.case .box .detail strong{
  font-size: 3.0rem;
  margin: 0 5px;
}
@media only screen and (max-width: 767px) {
  section.case .box .detail{
    font-size: 1.8rem;
    text-align: left;
  }
  section.case .box .detail .num{
    margin-right: 0;
    display: block;
  }
  section.case .box .detail strong{
    font-size: 2.4rem;
  }
}

section.support {
  padding: 80px 0;
}
section.support .supp_ttl {
  font-size: 2.8rem;
  margin-bottom: 20px;
  color: #212121;
}
section.support a.img_area {
  display: block;
  margin: auto;
  position: relative;
  width: 980px;
}
@media only screen and (max-width: 767px) {
  section.support {
    padding: 56px 7%;
  }
  section.support .supp_ttl {
    font-size: 2.2rem;
  }
  section.support a.img_area {
    width: 100%;
  }
}
section.support .img_area .txt{
  width: 530px;
  position: absolute;
  margin: 0;
  font-size: 1.6rem;
  bottom:40px;
  left: 82px;
}
@media only screen and (max-width: 767px) {
  section.support .img_area .txt{
    width: 100%;
    position: static;
    margin-top: 24px;
  }
}
