@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 14px;
  color: #231815;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 2;
  width: 100%;
}

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
}

a:hover {
  text-decoration: none;
  opacity: 0.65;
}

a:active, a:hover {
  outline-width: 0;
}

li {
  margin: 0;
  list-style: none;
}

ul, ol {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

figure {
  margin: 0;
}

figcaption, figure, main {
  display: block;
}

article, aside, footer, header, nav, section, .section {
  display: block;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: none;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: none;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

address {
  font-style: normal;
}

figure {
  margin: 0;
}

dd {
  margin-left: 0;
}

.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

/* form input*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=number],
select,
textarea {
  font-size: 14px;
  font-size: 1.4rem;
  background: #FFF;
  border: 1px solid #3E3A39;
  outline: none;
  padding: 5px;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=number]:focus,
select:focus,
textarea:focus {
  border-color: #00A0E9;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

select {
  font-size: 14px;
  font-size: 1.4rem;
  height: 2.5em;
  padding: .5em;
  width: auto;
  min-width: 7em;
}

input[type=checkbox],
input[type=radio] {
  background: #FFF;
  cursor: pointer;
  margin-right: .5em;
}

/* Grid System width Flex */
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-row {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-row-rev {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-col {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: col;
  flex-direction: col;
}

.flex-col-rev {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: col-reverse;
  flex-direction: col-reverse;
}

.flex-nowrap {
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.flex-align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-content-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-content-around {
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}

/*margin*/
.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-1em {
  margin-bottom: 1em;
}

.mb-2em {
  margin-bottom: 2em;
}

/* wordpress pagination */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.pagination > li {
  position: relative;
}

.pagination > li > span, .pagination > li > a {
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  color: #231815;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}

.pagination > li > span {
  border-color: #231815;
  cursor: default;
}

.pc .pagination > li > a:active, .pc .pagination > li > a:hover, .pc .pagination > li > a:focus {
  border-color: #39B8B8;
  color: #39B8B8;
}

.pagination > li span.dot {
  border: none;
  width: 1em;
}

/* pager */

.pager{
  height: 20px;
  position: relative;
}

.pager .prev{
  position: absolute;
  top: 0;
  left: 0;
}

.pager .prev a{
  display: block;
  padding-left: 15px;
  position: relative;
}

.pager .prev a::before{
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(45deg);
  left: 0;
  top: 8px;
}

.pager .next{
  position: absolute;
  top: 0;
  right: 0;
}

.pager .next a{
  display: block;
  padding-right: 15px;
  position: relative;
}

.pager .next a::before{
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  right: 0;
  top: 8px;
}

/* wordpress wp-pagenavi */
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.wp-pagenavi a {
  font-size: 1.6rem;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #A0E0E0;
  color: #39B8B8;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}

.wp-pagenavi span {
  font-size: 1.6rem;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #A0E0E0;
  color: #39B8B8;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}

.wp-pagenavi span.current {
  border: 0px;
  color: #fff;
  background: #7CD4D4;
  font-weight: normal;
}

.wp-pagenavi a:hover {
  border: 1px solid #39B8B8;
}

.wp-pagenavi a.parentsLink,
.wp-pagenavi a.nextpostslink{
  position: relative;
}

.wp-pagenavi a.previouspostslink::after,
.wp-pagenavi a.nextpostslink::after{
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  left: 50%;
  top: 50%;
  margin-top: -2px;
  margin-left: -4px;
  transform: rotate(45deg);
  transition: all .3s;
}

.wp-pagenavi a.previouspostslink::after{
  border-bottom: 1px solid #2BAA3F;
  border-left: 1px solid #2BAA3F;
  margin-left: -2px;
}

.wp-pagenavi a.nextpostslink::after{
  border-top: 1px solid #2BAA3F;
  border-right: 1px solid #2BAA3F;
}

.wp-pagenavi a.previouspostslink:hover::after,
.wp-pagenavi a.nextpostslink:hover::after{
  border-color: #FFF;
}

.wp-caption-text, .wp-caption, .aligncenter, .alignleft, .alignright, .sticky, .gallery-caption, .bypostauthor, .screen-reader-text {
  font-weight: normal;
}

/* toggle button */
.toggle {
  display: none;
}

.toggle[aria-expanded="true"] .toggle__bar {
  background-color: transparent;
}

.toggle[aria-expanded="true"] .toggle__bar::before {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

.toggle[aria-expanded="true"] .toggle__bar::after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

.toggle[aria-expanded="true"] .toggle__title:before {
  content: "とじる";
}

@media screen and (max-width: 768px) {
  .toggle {
    cursor: pointer;
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    position: fixed;
    padding: 13px;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 7;
    background-color: #FFF;
  }
  .toggle__bar {
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    width: 25px;
    height: 3px;
    background-color: #004098;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .toggle__bar::before, .toggle__bar::after {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #004098;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .toggle__bar::before, .toggle__bar::after {
    position: absolute;
    content: "";
  }
  .toggle__bar::before {
    top: -8px;
  }
  .toggle__bar::after {
    top: 8px;
  }
  .toggle__title {
    font-size: 10px;
    font-size: 1rem;
    display: block;
    padding-top: 5px;
    width: 4em;
    white-space: nowrap;
  }
  .toggle__title:before {
    content: "メニュー";
    color: #004098;
  }
}

.icon-check, .list-check > li {
  position: relative;
  padding-left: 1.5em;
}

.icon-check:before, .list-check > li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 2;
}

.icon-come {
  text-indent: -1em;
  margin-left: 1em;
}

.icon-come:before {
  content: "※";
}

.list, .pagination {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

/* Hamburger menu */
.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.gnav {
  line-height: 1.6;
  margin: 0;
}

@media screen and (min-width: 769px) {
  .gnav {
    display: block !important;
  }
}

/*////////////////////////

 user common css

////////////////////////*/
.container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container-s {
  width: 100%;
  max-width: 790px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.fz120{
  font-size: 120%;
}

.sp{
  display: none;
}

@media screen and (max-width: 768px) {

  .pc{
    display: none;
  }

  .sp{
    display: inline-block;
  }

}

/*////////////////////////

 header

////////////////////////*/

header .container{
  position: relative;
  text-align: center;
  padding: 20px 0;
}

header .container .sns-list{
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
}

.sns-list li{
  margin: 0 5px;
  font-size: 24px;
}

.sns-list li a{
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 17px;
  background-color: #595757;
  line-height: 34px;
  color: #FFF;
  text-align: center;
}

@media all and (-ms-high-contrast: none) {
  .sns-list li a {
    padding-top: 3px;
  }
}

@media screen and (max-width: 768px) {

  header .container .sns-list{
    display: none;
  }

}

/*////////////////////////

footer

////////////////////////*/
footer {
  padding: 40px 0;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}

/*////////////////////////

main-visual

////////////////////////*/

.main-visual{
  background-color: #004098;
  color: #FFF;
}

.main-visual .container{
  padding: 120px 15px;
  background-image:  url(img/top/main-pic02.png), url(img/top/main-pic01.png);
  background-repeat: no-repeat;
  background-position: right 15px bottom 15px, left bottom;
}

.main-visual .container .txt{
  max-width: 700px;
  text-align: center;
  margin: 0 0 0 auto;
  font-weight: bold;
}

.main-visual .container .txt .sub-ttl{
  font-size: 16px;
  margin: 20px 0 40px;
  letter-spacing: 0.1em;
}

/*////////////////////////

nav

////////////////////////*/

.gnav{
  background-color: #FFF;
  padding: 10px 0;
  position: absolute;
  width: 100%;
  z-index: 6;
}

.gnav.fixed{
  position: fixed;
  top: 0;
  left: 0;
}

.gnav ul:not(.sns-list) li{
  width: 100%;
  text-align: center;
  position: relative;
}

.gnav ul:not(.sns-list) li::before{
  content: "";
  position: absolute;
  width: 1px;
  height: 35px;
  background-color: #595757;
  left: 0;
  top: 12px;
}

.gnav ul:not(.sns-list) li:last-child::after{
  content: "";
  position: absolute;
  width: 1px;
  height: 35px;
  background-color: #595757;
  right: 0;
  top: 12px;
}

.gnav ul:not(.sns-list) li a{
  display: inline-block;
  padding: 10px 10px 10px 60px;
  background-repeat: no-repeat;
  background-position: left center;
}

.gnav ul:not(.sns-list) li.about a{
  background-image: url(img/top/icon01.png);
}

.gnav ul:not(.sns-list) li.service a{
  background-image: url(img/top/icon02.png);
}

.gnav ul:not(.sns-list) li.contact a{
  background-image: url(img/top/icon03.png);
}

.gnav ul:not(.sns-list) li a span{
  display: block;
}

.gnav ul.sns-list{
  display: none;
}

@media screen and (max-width: 768px) {

  .gnav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 6;
    padding: 20px 15px 0;
  }

  .gnav ul:not(.sns-list){
    display: block;
  }

  .gnav ul:not(.sns-list) li{
    margin-bottom: 15px;
  }

  .gnav ul:not(.sns-list) li::before,
  .gnav ul:not(.sns-list) li:last-child::after{
    content: normal;
  }

  .gnav ul:not(.sns-list) li a{
    width: 170px;
    text-align: left;
    padding-left: 75px;
    background-position: 15px center;
  }

  .gnav ul.sns-list{
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 50px;
  }

}

/*////////////////////////

top

////////////////////////*/

.top01{
  padding-top: 145px;
}

.top01 h2{
  text-align: center;
  max-width: 310px;
  padding: 20px 0 0 70px;
  background-image: url(img/top/logo-icon.png);
  background-repeat: no-repeat;
  background-position: left top;
  margin: 0 auto 40px;
}

.top01 h2 span{
  display: block;
  font-size: 14px;
  margin-top: 5px;
}

.top01 p{
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.top01 .profile{
  border-top: 1px solid #3E3A39;
  border-bottom: 1px solid #3E3A39;
  position: relative;
  line-height: 1.6;
  padding: 20px 0;
  font-size: 12px;
  font-weight: bold;
  margin-top: 50px;
}

.top01 .profile h3{
  position: absolute;
  background-color: #FFF;
  padding-right: 15px;
  top: -15px;
}

.top01 .profile dl dt{
  width: 90px;
}

.top01 .profile dl dd{
  width: calc(100% - 90px);
}

.top02,.top03{
  padding-top: 80px;
}

.top02 h2,.top03 h2{
  text-align: center;
  margin-bottom: 40px;
}

.top02 h2 span,.top03 h2 span{
  font-size: 14px;
  display: block;
  margin-top: 5px;
  font-weight: normal;
}

.top02 p,.top03 p:not(.fz120):not(.tel){
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.top02 .info{
  position: relative;
  height: 255px;
  max-width: 690px;
  margin: 50px auto 0;
}

.top02 .info .item{
  width: 140px;
  height: 160px;
  background-image: url(img/top/bg01.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  padding-top: 48px;
  position: absolute;
}

.top02 .info .item.size-l{
  width: 180px;
  height: 200px;
  background-image: url(img/top/bg02.png);
  padding-top: 60px;
}

.top02 .info .item span{
  display: block;
  font-size: 11px;
}

.top02 .info .item:first-child{
  left: 0;
  top: 45px;
  padding-top: 55px;
}

.top02 .info .item:nth-child(2){
  left: 130px;
  top: 0;
}

.top02 .info .item:nth-child(3){
  left: 130px;
  bottom: 0;
  padding-top: 65px;
}

.top02 .info .item:nth-child(4){
  left: 255px;
  top: 25px;
}

.top02 .info .item:nth-child(5){
  right: 130px;
  top: 0;
}

.top02 .info .item:nth-child(6){
  right: 130px;
  bottom: 0;
  padding-top: 75px;
}

.top02 .info .item:nth-child(7){
  right: 0;
  top: 45px;
}

.top03 p.fz120{
  text-align: center;
  font-weight: bold;
}

.top03 p.tel{
  font-size: 120%;
  text-align: center;
  font-weight: bold;
}

.top03 p.tel span{
  font-size: 180%;
  vertical-align: middle;
}

.top03 .form-wrap{
  margin: 20px 0 30px;
}

.top03 .form-wrap table th{
  width: 180px;
  text-align: right;
  vertical-align: text-top;
  padding: 5px 20px 5px 10px;
  font-size: 14px;
  font-weight: normal;
}

.top03 .form-wrap table td{
  width: calc(100% - 180px);
  padding: 5px 0;
}

.top03 .form-wrap .btn{
  width: 280px;
  padding: 10px;
  color: #FFF;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  border: none;
  cursor: pointer;
  background-color: #172A88;
  margin: 30px auto 0;
}

.top03 .form-wrap .error{
  color: #F00;
}


.notfound-ttl{
  background-color: #004098;
  font-size: 34px;
  color: #FFF;
  text-align: center;
  margin-bottom: 40px;
}

.notfound{
  text-align: center;
}

.notfound p{
  margin-bottom: 20px;
}

.notfound a{
  color: #004098;
  font-weight: bold;
}

@media screen and (max-width: 768px) {

  .top01{
    padding-top: 80px;
  }

  .top02 .info{
    height: 700px;
    max-width: 285px;
  }

  .top02 .info .item:first-child{
    left: 50%;
    top: 0;
    margin-left: -70px;
  }

  .top02 .info .item:nth-child(2){
    left: 0;
    top: 125px;
    padding-top: 62px;
  }

  .top02 .info .item:nth-child(3){
    left: auto;
    bottom: auto;
    right: 0;
    top: 125px;
    padding-top: 45px;
  }

  .top02 .info .item:nth-child(4){
    left: 50%;
    top: 250px;
    margin-left: -90px;
  }

  .top02 .info .item:nth-child(5){
    right: auto;
    left: 0;
    top: 415px;
    padding-top: 60px;
  }

  .top02 .info .item:nth-child(6){
    right: 0;
    top: 415px;
    padding-top: 75px;
  }

  .top02 .info .item:nth-child(7){
    right: auto;
    bottom: 0;
    top: auto;
    left: 50%;
    margin-left: -70px;
  }

}

@media screen and (max-width: 450px) {

  .top01 p,.top02 p,.top03 p:not(.fz120):not(.tel){
    text-align: left;
  }

  .top01 .profile dl dt{
    width: 100%;
    font-weight: bold;
  }

  .top01 .profile dl dd{
    width: 100%;
    margin-bottom: 10px;
    font-weight: normal;
  }

  .top03 p.tel .sp{
    display: block;
  }

  .top03 .form-wrap table th{
    width: 100%;
    text-align: left;
    display: block;
    padding: 0;
  }

  .top03 .form-wrap table td{
    display: block;
    width: 100%;
    padding: 0px 0 10px;
  }

}


