@charset "utf-8";
@import url("reset.css");
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
html {}
body {
  font-family: "新ゴ R", "Shin Go Regular";
  margin: auto;
  font-size: 1.1em;
  border-top: 10px solid #0355a9;
}
img {
  border: none;
}
.material-icons {
  vertical-align: middle;
  color: #9B9B9B;
}
table {
  border-collapse: collapse;
}
iframe {
  display: block;
}
a {
  color: #0355a9;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: 0.3s;
}

ul.default {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.default > li {
  margin: 0;
  padding: 0 0 0 1em;
}
ul.default > li:first-child {
  margin-top: 0;
}
ol.default {
  margin: 0.8em 0;
  padding: 0 0 0 1.5em;
}
ol.default > li {
  margin: 0.3em 0;
  padding: 0 0 0 0.5em;
}
ol.default > li:first-child {
  margin-top: 0;
}

header {
  width: 900px;
  margin: 0 auto -120px auto;
  padding-top: 30px;
}

main {
  width: 900px;
  margin: 30px auto;
}

section {
  margin: 150px auto;
}

article {
  margin: 50px auto;
}

h1 {
  margin: 0;
  padding: 0;
}

h2 {
  position: relative;
  padding: 1.2em 0 1em 0;
  text-align: center;
  border: 2px solid #0355a9;
  background: #f1f8ff;
  font-size: 2.2em;
  margin-bottom: 40px;
}

h2:before,
h2:after {
  position: absolute;
  content: '';
}

h2:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 2px solid #0355a9;
  border-radius: 50%;
  background: #f1f8ff;
}

h2:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f1f8ff;
}

h2 .material-icons {
  font-size: 60px;
  line-height: 60px;
  position: absolute;
  z-index: 1;
  top: -30px;
  left: calc(50% - 28px);
  width: 60px;
  height: 60px;
  text-align: center;
  color: #0355a9;
}

h2 strong {
  position: relative;
  z-index: 1;
  font-weight: normal;
  font-family: "丸フォーク M", "Maru Folk Medium";
}

section#mainImage {
  margin-bottom: -100px;
}

section.contact {
}

section.contact ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

section.contact li {
  margin: 0;
  padding: 0;
}

section.contact a {
  
}

section.contact a img {
  
}

section#faq {
}

section#faq dl {
  margin: 0 0 1.5em 0;
  padding: 0;
}

section#faq dt {
  margin: 0;
  padding: 5px 0 0 60px;
  background: url("../img/faq/iconQ.jpg") no-repeat left top;
  min-height: 39px;
  font-weight: bold;
  font-family: "新ゴ M", "SShin Go Medium";
}

section#faq dd {
  margin: 0;
  padding: 5px 0 0 60px;
  background: url("../img/faq/iconA.jpg") no-repeat left top;
  min-height: 39px;
}

article.link {
  text-align: center;
}

footer {
  margin: auto;
  background: url("../img/common/footer.gif") no-repeat center bottom;
  text-align: center;
  font-size: 0.8em;
  color: #FFF;
  padding-top: 90px;
  padding-bottom: 10px;
  margin-top: -120px;
}


/*================================================
  table
================================================*/
table.default {
  margin: 0;
  border-collapse: separate;
  border-spacing: 1px;
  border-top: 1px solid #C3CFBB;
  width: 100%;
}

table.default > tbody > tr > th {
  background: #E9F4FF;
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
  padding: 10px 25px;
  border-bottom: 1px solid #BBC5CF;
  white-space: nowrap;
}

table.default > tbody > tr > td {
  vertical-align: middle;
  text-align: left;
  margin: 0;
  padding: 10px 25px;
  background-color: #FFF;
  border-bottom: 1px solid #BBC5CF;
}

table th.center, table td.center {
  text-align: center;
}

table th.num, table td.num {
  text-align: right !important;
}

table.innerTable td {
  vertical-align: top;
  padding-left: 2em;
}

table.innerTable td:first-of-type {
  padding-left: 0;
}

/*================================================
 class
================================================*/
.fontBlack {
  color: #000;
}
.fontBlue {
  color: #0355a9;
}
.fontRed {
  color: #C00;
}
.fontGreen {
  color: #59c6c6;
}
.fontPink {
  color: #fe94d9;
}
.fontGray {
  color: #999;
}
.fontGold {
  color: #968848;
}
.small {
  font-size: 0.8em;
}
.big {
  font-size: 1.2em;
}
img.round {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
img.block {
  display: block;
}
img.fullSize {
  display: block;
  width: 100%;
}

.left {
  width: 48%;
  float: left;
}

.right {
  width: 48%;
  float: right;
}

.textRight {
  text-align: right;
}
.textCenter {
  text-align: center;
}
.textLeft {
  text-align: left;
}
.button {
  text-align: center;
  margin: 3em 0;
}
.button a, .button input {
  background: rgb(21, 35, 104);
  background: linear-gradient(0deg, rgba(21, 35, 104, 1) 0%, rgba(16, 103, 176, 1) 100%);
  color: #FFF;
  padding: 0.5em 2.5em;
  text-decoration: none;
  white-space: nowrap;
  display: inline;
  margin: auto;
  line-height: 1em;
  border: none;
}
.button a {
  white-space: nowrap;
}
.button a:hover, .button input:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: 0.3s;
}
.hints {
  font-size: 0.9em;
  color: #828282;
}
div.notice {
  background-color: #FFEEEE;
  border: 1px solid #FFCCCC;
  margin: 20px 0;
  padding: 10px 20px;
}

.moreInformation {
  overflow: hidden;
  margin: 20px 0;
  text-align: center;
}
.moreInformation a, .moreInformationLeft a, .moreInformationRight a {
  background: #1255A9;
  color: #FFF;
  padding: 0.75em 2.5em;
  text-decoration: none;
  font-size: 1.2em;
  white-space: nowrap;
  display: inline-block;
  margin: auto;
  line-height: 1em;
  border-radius: 2em;
}
.moreInformation a:hover {
  opacity: 0.8;
}
.moreInformationLeft {
  text-align: left;
}
.moreInformationRight {
  text-align: right;
}

.moreInformation .material-icons, .moreInformationLeft .material-icons, .moreInformationRight .material-icons {
  color: #FFF !important;
}

/*================================================
 imgLayout
================================================*/

.imgLayout-noriseze-full {
  text-align: center;
  margin: 1em auto;
}

.imgLayout-noriseze-scroll {
  text-align: center;
  margin: 1em auto;
}

.imgLayout-full-full img {
  text-align: center;
  margin: 1em auto;
  max-width: 100%;
  display: block;
}

.imgLayout-right-centerfull {
  float: right;
  width: 30%;
  margin: 0 0 15px 3%;
}

.imgLayout-right-centerfull img {
  max-width: 100%;
  display: block;
  margin: auto;
}

.imgLayout-right-right {
  float: right;
  width: 30%;
  margin: 0 0 15px 3%;
}

.imgLayout-left-centerfull {
  float: left;
  width: 30%;
  margin: 0 3% 15px 0;
}

.imgLayout-left-centerfull img {
  max-width: 100%;
  display: block;
  margin: auto;
}

.imgLayout-left-left {
  float: left;
  width: 30%;
  margin: 0 3% 15px 0;
}

.imgLayout-left-left img {
  max-width: 100%;
  display: block;
  margin: auto;
}

#toTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  opacity: 0.8;
}

#toTop a {
  display: block;
}

#toTop a img {
  display: block;
  width: 80px;
}

#toTop a:hover {
  top: -2px;
  position: relative;
}

/*================================================
inview
================================================*/

.scrollView {
  opacity: 0;
  transform: translate(0,30px);
  -webkit-transform: translate(0,30px);
  transition: 0.5s;
}

.scrollViewAction {
  opacity: 1.0;
  -webkit-animation: scrollViewA 0.5s forwards ease-in-out;
  animation: scrollViewA 0.5s forwards ease-in-out;
}
@-webkit-keyframes scrollViewA {
  0% {
    opacity: 0;
    -webkit-transform: translate(0,30px);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: translate(0,0);
  }
}
@keyframes scrollViewA {
  0% {
    opacity: 0;
    transform: translate(0,30px);
    -webkit-transform: translate(0,30px);
  }
  100% {
    opacity: 1.0;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
  }
}

.fadeIn {
  opacity: 0;
  transition: 0.5s;
}

.fadeInAction {
  opacity: 1.0;
  -webkit-animation: fadeInA 0.5s forwards ease-in-out;
  animation: fadeInA 0.5s forwards ease-in-out;
}
@-webkit-keyframes fadeInA {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1.0;
  }
}
@keyframes fadeInA {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1.0;
  }
}