@charset "UTF-8";

@media screen and (min-width:481px) {
	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-family:"メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
		vertical-align: baseline; 
		font-size:19px;
		letter-spacing:0.5px;
		border-collapse: collapse;
	}
	
	select,input[type="text"],input[type="email"],input[type="tel"]{
		height:30px;
		font-family: inherit;
		max-width:300px;
		font-size:19px;
		line-height: 1.3em;
	}
	
	textarea{
		font-size:19px;
	}
}

@media screen and (max-width:480px) {
	html, body{
	font-size:15px;
	  margin: 0;
	  padding: 0;
	  border: 0;
		font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
	  vertical-align: baseline;
		letter-spacing:0.5px;
	}

	select,input[type="text"],input[type="email"],input[type="tel"]{
		height:25px;
		font-size:inherit;
		font-family: inherit;
		max-width:300px;
	}
	
	textarea{
		font-size:15px;
	}
}

select:focus,input[type="text"]:focus,input[type="email"]:focus,input[type="tel"]:focus{
	background-color:#ffffff !important;
}

html {
  line-height: 1; }

ol,
ul {
  list-style: none;
	margin:0;
	padding:0;
}

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

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

q,
blockquote {
  quotes: none; }

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

a img {
  border: none; }

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

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

button,
input,
select,
textarea {
  vertical-align: middle; }

input {
  outline: 0; }

button,
input {
  *overflow: visible;
  line-height: normal; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

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

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer; }

textarea {
  overflow: auto;
  vertical-align: top;
}
  
.strong{
	color:#fc1125;
	font-weight:bold;
}

html {
  font-size: 62.5%; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  background-color: #EEF2F5; }
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%; }

body,
input,
textarea {
  font-family:"メイリオ", Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%; }

main {
  letter-spacing: 0.02em; }

a {
  color: #005491;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }
  a:hover {
    color: #7FA9C8;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }

@media screen and (max-width: 599px) {
  body,
  input,
  textarea {
    line-height: 1.8; }
  a:hover {
    -ms-filter: "alpha(opacity=100)";
    opacity: 1; } }

/**************************************************************
layout
**************************************************************/
/* header
------------------------------------------------*/
#top .l-header {
  background: rgba(253, 253, 253, 0.97); }

.l-header {
  -webkit-box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.15);
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 115px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .l-header .c-layout-contents {
    position: relative; }
    .l-header .c-layout-contents:after {
      content: "";
      display: block;
      clear: both; }
  .l-header__logo {
    float: left;
    width: 15.18519%; }
    .l-header__logo img {
      padding: 15px 0 10px 0px;
      width: 100%;
      height: auto; }
  .l-header__menubtn {
    display: none; }
  .l-header .l-nav {
    float: right;
    width: 84.81481%; }
    .l-header .l-nav:after {
      content: "";
      width: 100%;
      height: 100%;
      position: fixed;
      padding: 0 500%;
      margin: 0 -500%;
      visibility: hidden;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s; }
    .l-header .l-nav.menuover:after {
      background-color: rgba(0, 0, 0, 0.7);
      visibility: visible;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s; }
    .l-header .l-nav__global {
      font-size: 17px;
      font-size: 1.7rem;
      margin: 62px -13px 0 0;
      text-align: right; }
      .l-header .l-nav__global:after {
        content: "";
        display: block;
        clear: both; }
      .l-header .l-nav__global-item {
        display: inline-block;
        margin-right: 3.5%;
        text-align: left; }
        .l-header .l-nav__global-item:first-child {
          display: none; }
        .l-header .l-nav__global-item a {
          display: block;
          color: #005491;
          font-weight: bold;
          padding-bottom: 5px; }
          .l-header .l-nav__global-item a img {
            display: none; }
          .l-header .l-nav__global-item a:hover {
            opacity: 1; }
        .l-header .l-nav__global-item:after {
          content: "";
          display: block;
          width: 100%;
          height: 6px;
          -moz-transform: scaleX(0);
          -o-transform: scaleX(0);
          -ms-transform: scaleX(0);
          -webkit-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transition: all .4s;
          -o-transition: all .4s;
          transition: all .4s; }
        .l-header .l-nav__global-item.is-current:after, .l-header .l-nav__global-item.is-hovered:after, .l-header .l-nav__global-item:hover:after {
          content: "";
          display: block;
          height: 6px;
          background: #005491;
          -moz-transform: scaleX(1);
          -o-transform: scaleX(1);
          -ms-transform: scaleX(1);
          -webkit-transform: scaleX(1);
          transform: scaleX(1); }
      .l-header .l-nav__global__sub {
        display: none;
        position: absolute;
        top: 115px;
        left: 0;
        z-index: 1;
        width: 100%;
        background: #005491;
        padding: 0 500%;
        margin: 0 -500%; }
        .l-header .l-nav__global__sub__title, .l-header .l-nav__global__sub__list {
          -ms-filter: "alpha(opacity=0)";
          opacity: 0;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
          .l-header .l-nav__global__sub__title.menuon, .l-header .l-nav__global__sub__list.menuon {
            -ms-filter: "alpha(opacity=100)";
            opacity: 1;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s; }
        .l-header .l-nav__global__sub__title {
          color: #fff;
          float: left;
          width: 33%;
          min-height: 1%;
          padding: 40px 0;
          font-size: 12px;
          font-size: 1.2rem;
          letter-spacing: 0.2rem; }
          .l-header .l-nav__global__sub__title img {
            display: block;
            margin-bottom: 10px; }
        .l-header .l-nav__global__sub__list {
          padding: 33px 0;
          float: left;
          width: 67%; }
          .l-header .l-nav__global__sub__list:after {
            content: "";
            display: block;
            clear: both; }
          .l-header .l-nav__global__sub__list-item {
            float: left;
            width: 50%; }
            .l-header .l-nav__global__sub__list-item:first-child {
              display: none; }
            .l-header .l-nav__global__sub__list-item a {
              font-size: 13px;
              font-size: 1.3rem;
              font-weight: normal;
              color: #fff;
              padding: 2px; }
              .l-header .l-nav__global__sub__list-item a:hover {
                opacity: 0.7; }
    .l-header .l-nav__etc {
      position: absolute;
      top: 0;
      right: 0; }
      .l-header .l-nav__etc:after {
        content: "";
        display: block;
        clear: both; }
      .l-header .l-nav__etc-item {
        float: left;
        line-height: 39px;
        font-size: 12px;
        font-size: 1.2rem;
        color: #fff; }
        .l-header .l-nav__etc-item a {
          display: block;
          line-height: 39px;
          color: #fff;
          text-align: center;
          background: #005491;
          padding-bottom: 0; }
        .l-header .l-nav__etc-item.fontsize {
          background: #005491; }
          .l-header .l-nav__etc-item.fontsize .fontsize-title {
            font-size: 12px;
            font-size: 1.2rem;
            color: #fff;
            padding: 0 0 0 24px;
            float: left; }
            .l-header .l-nav__etc-item.fontsize .fontsize-title:after {
              content: "";
              display: inline-block;
              width: 1px;
              height: 11px;
              background: #4D87B5;
              margin-left: 16px; }
          .l-header .l-nav__etc-item.fontsize .fontsize-box {
            position: relative;
            float: left; }
            .l-header .l-nav__etc-item.fontsize .fontsize-box__select {
              -webkit-appearance: none;
              -moz-appearance: none;
              appearance: none;
              border: none;
              background: #005491;
              font-size: 12px;
              font-size: 1.2rem;
              color: #fff;
              padding: 0 12px;
              width: 53px;
              height: 39px;
              line-height: 39px; }
              .l-header .l-nav__etc-item.fontsize .fontsize-box__select:after {
                content: none; }
              .l-header .l-nav__etc-item.fontsize .fontsize-box__select::-ms-expand {
                display: none; }
              .l-header .l-nav__etc-item.fontsize .fontsize-box__select .list {
                width: 100%;
                margin-top: 0;
                border-radius: 0;
                -webkit-box-shadow: none;
                box-shadow: none;
                background-color: #005491;
                color: #FFF;
                -webkit-transform: none;
                -ms-transform: none;
                transform: none; }
                .l-header .l-nav__etc-item.fontsize .fontsize-box__select .list .option {
                  min-height: 0;
                  padding: 3px;
                  text-align: center;
                  line-height: 1.8; }
                  .l-header .l-nav__etc-item.fontsize .fontsize-box__select .list .option:hover, .l-header .l-nav__etc-item.fontsize .fontsize-box__select .list .option.focus {
                    background-color: #0A5E9E; }
            .l-header .l-nav__etc-item.fontsize .fontsize-box:after {
              content: "";
              display: inline-block;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 5px 3.5px 0 3.5px;
              border-color: #ffffff transparent transparent transparent;
              position: absolute;
              top: 50%;
              right: 15px;
              margin-top: -3px; }


.l-header .l-nav__etc-item.language {
          background: #005491;
          border-left: 1px solid #4D87B5;}
          .l-header .l-nav__etc-item.language .language-box {
            position: relative;
            float: left; }
            .l-header .l-nav__etc-item.language .language-box__select {
              -webkit-appearance: none;
              -moz-appearance: none;
              appearance: none;
              border: none;
              background: #005491;
              font-size: 12px;
              font-size: 1.2rem;
              color: #fff;
              padding: 0 12px;
              width: 53px;
              height: 39px;
              line-height: 39px; }
              .l-header .l-nav__etc-item.language .language-box__select:after {
                content: none; }
              .l-header .l-nav__etc-item.language .language-box__select::-ms-expand {
                display: none; }
              .l-header .l-nav__etc-item.language .language-box__select .list {
                width: 100%;
                margin-top: 0;
                border-radius: 0;
                -webkit-box-shadow: none;
                box-shadow: none;
                background-color: #005491;
                color: #FFF;
                -webkit-transform: none;
                -ms-transform: none;
                transform: none; }
                .l-header .l-nav__etc-item.language .language-box__select .list .option {
                  min-height: 0;
                  padding: 3px;
                  text-align: center;
                  line-height: 1.8; }
                  .l-header .l-nav__etc-item.language .language-box__select .list .option:hover, .l-header .l-nav__etc-item.language .language-box__select .list .option.focus {
                    background-color: #0A5E9E; }
            .l-header .l-nav__etc-item.language .language-box:after {
              content: "";
              display: inline-block;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 5px 3.5px 0 3.5px;
              border-color: #ffffff transparent transparent transparent;
              position: absolute;
              top: 50%;
              right: 15px;
              margin-top: -3px; }




        .l-header .l-nav__etc-item.search {
          position: relative;
          min-width: 48px;
          height: 39px;
          border-left: 1px solid #4D87B5; }
          .l-header .l-nav__etc-item.search.click .search-box {
            padding: 0 9px; }
            .l-header .l-nav__etc-item.search.click .search-box__text {
              margin-left: 40px; }
              .l-header .l-nav__etc-item.search.click .search-box__text input {
                position: relative;
                width: 102px;
                margin-right: 40px; }
            .l-header .l-nav__etc-item.search.click .search-box:after {
              left: 0;
              right: auto; }
            .l-header .l-nav__etc-item.search.click .search-box__btn {
              background-image: url(../images/common/search_close.png); }
              .l-header .l-nav__etc-item.search.click .search-box__btn:hover {
                background-color: #005491; }
          .l-header .l-nav__etc-item.search .search-box {
            background: #005491; }
            .l-header .l-nav__etc-item.search .search-box__text input {
              width: 48px;
              height: 100%;
              padding: 0;
              font-size: 12px;
              font-size: 1.2rem;
              color: #fff;
              background: #005491;
              border: none;
              z-index: 0;
              -webkit-transition: all .4s;
              -o-transition: all .4s;
              transition: all .4s; }
              .l-header .l-nav__etc-item.search .search-box__text input::-webkit-input-placeholder {
                color: #fff;
                -ms-filter: "alpha(opacity=40)";
                opacity: 0.4; }
            .l-header .l-nav__etc-item.search .search-box:after, .l-header .l-nav__etc-item.search .search-box__btn {
              content: "";
              display: inline-block;
              width: 48px;
              height: 39px;
              position: absolute;
              top: 0;
              right: 0;
              background: 50% 50% no-repeat #005491;
              background-image: url(../images/common/search.png);
              background-size: 16px auto; }
            .l-header .l-nav__etc-item.search .search-box__btn {
              padding: 0;
              border: none;
              z-index: 1;
              cursor: pointer;
              -webkit-transition: all .2s;
              -o-transition: all .2s;
              transition: all .2s; }
              .l-header .l-nav__etc-item.search .search-box__btn:hover {
                background-color: #0A5E9E; }
        .l-header .l-nav__etc-item.print {
          width: 135px;
          border-left: 1px solid #4D87B5; }
          .l-header .l-nav__etc-item.print a:hover {
            background: #0A5E9E; }
        .l-header .l-nav__etc-item.contact {
          width: 113px; }
          .l-header .l-nav__etc-item.contact a {
            background: #0499CC;
            font-weight: bold; }
            .l-header .l-nav__etc-item.contact a:hover {
              background: #23A9DA; }

@media only screen and (max-width: 999px) {
  .l-header {
    height: 60px; }
    .l-header.menuon {
      background: #fff; }
      .l-header.menuon .l-header__menubtn__line-top {
        -moz-transform: translateY(7px) rotate(-45deg);
        -o-transform: translateY(7px) rotate(-45deg);
        -ms-transform: translateY(7px) rotate(-45deg);
        -webkit-transform: translateY(7px) rotate(-45deg);
        transform: translateY(7px) rotate(-45deg); }
      .l-header.menuon .l-header__menubtn__line-middle {
        -ms-filter: "alpha(opacity=0)";
        opacity: 0; }
      .l-header.menuon .l-header__menubtn__line-bottom {
        -moz-transform: translateY(-7px) rotate(45deg);
        -o-transform: translateY(-7px) rotate(45deg);
        -ms-transform: translateY(-7px) rotate(45deg);
        -webkit-transform: translateY(-7px) rotate(45deg);
        transform: translateY(-7px) rotate(45deg); }
    .l-header .c-layout-contents {
      margin: 0; }
    .l-header__logo {
      position: absolute;
      top: 13px;
      left: 20px;
      z-index: 2;
      padding: 0;
      width: 90px; }
      .l-header__logo img {
        padding: 0; }
    .l-header__menubtn {
      display: block;
      position: absolute;
      top: 22px;
      right: 20px;
      z-index: 2;
      text-align: center;
      cursor: pointer;
      display: inline-block;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
      .l-header__menubtn__line {
        position: relative;
        width: 20px;
        height: 16px; }
        .l-header__menubtn__line span {
          position: absolute;
          left: 0;
          width: 100%;
          height: 2px;
          background-color: #005491; }
        .l-header__menubtn__line-top {
          top: 0; }
        .l-header__menubtn__line-middle {
          top: 50%;
          margin-top: -1px; }
        .l-header__menubtn__line-bottom {
          bottom: 0; }
    .l-header .l-nav {
      display: none;
      overflow-y: auto;
      position: fixed;
      top: 60px;
      left: 0;
      width: 100%;
      height: 100%;
      background: #005491;
      z-index: 1; }
      .l-header .l-nav__container {
        padding-bottom: 160px; }
      .l-header .l-nav__global {
        width: 100%;
        margin-top: 0;
        padding-top: 105px;
        font-size: 14px;
        font-size: 1.4rem; }
        .l-header .l-nav__global-item {
          width: 100%;
          margin-right: 0;
          border-bottom: 1px solid #085C9B; }
          .l-header .l-nav__global-item:first-child {
            display: block;
            border-top: 1px solid #085C9B; }
          .l-header .l-nav__global-item:last-child {
            border-bottom: none; }
          .l-header .l-nav__global-item a {
            color: #fff;
            padding: 12px 18px;
            font-weight: normal;
            position: relative; }
            .l-header .l-nav__global-item a img {
              position: absolute;
              top: 50%;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%);
              right: 21px;
              display: inline-block;
              width: auto;
              height: 8px; }
          .l-header .l-nav__global-item:after {
            display: none; }
          .l-header .l-nav__global-item.is-current:after, .l-header .l-nav__global-item.is-hovered:after, .l-header .l-nav__global-item:hover:after {
            display: none; }
        .l-header .l-nav__global__sub {
          position: relative;
          top: auto;
          background: #074E82;
          padding: 11px 0;
          margin: 0; }
          .l-header .l-nav__global__sub__title {
            display: none; }
          .l-header .l-nav__global__sub__list {
            -ms-filter: "alpha(opacity=100)";
            opacity: 1;
            display: block;
            float: none;
            width: 100%;
            padding: 10px 0; }
            .l-header .l-nav__global__sub__list-item {
              width: 100%; }
              .l-header .l-nav__global__sub__list-item:first-child {
                display: block; }
              .l-header .l-nav__global__sub__list-item a {
                padding: 10px 38px 9px;
                text-align: left;
                font-size: 12px;
                font-size: 1.2rem; }
                .l-header .l-nav__global__sub__list-item a:hover {
                  opacity: 1; }
      .l-header .l-nav__etc {
        font-size: 14px;
        font-size: 1.4rem;
        position: inherit;
        top: auto;
        right: auto; }
        .l-header .l-nav__etc-item a {
          text-align: center;
          padding: 15px; }
        .l-header .l-nav__etc-item.fontsize, .l-header .l-nav__etc-item.print {
          display: none; }
        .l-header .l-nav__etc-item.search {
          position: absolute;
          top: 40px;
          left: 0;
          min-width: inherit;
          width: 100%;
          border: none; }
          .l-header .l-nav__etc-item.search.click .search-box {
            padding: 0 10px 0 20px; }
            .l-header .l-nav__etc-item.search.click .search-box__text {
              overflow: hidden;
              display: block;
              width: auto;
              height: 39px;
              margin-left: 0; }
              .l-header .l-nav__etc-item.search.click .search-box__text input {
                width: 111%;
                -webkit-transition: .4s;
                -o-transition: .4s;
                transition: .4s;
                margin-right: 0; }
              .l-header .l-nav__etc-item.search.click .search-box__text:before {
                content: "";
                display: none; }
            .l-header .l-nav__etc-item.search.click .search-box__btn {
              position: relative;
              left: auto;
              float: right;
              width: 40px;
              background-position: 50% 50%;
              -webkit-transition: all 0s;
              -o-transition: all 0s;
              transition: all 0s;
              background-size: 20px auto; }
          .l-header .l-nav__etc-item.search .search-box {
            margin: 0 auto;
            text-align: center; }
            .l-header .l-nav__etc-item.search .search-box__text {
              display: inline-block; }
              .l-header .l-nav__etc-item.search .search-box__text input {
                display: inline-block;
                vertical-align: middle;
                right: auto;
                padding: 5px;
                width: 8em;
                height: 39px;
                font-size: 16px;
                font-size: 1.6rem;
                -moz-transform: scale(0.9);
                -o-transform: scale(0.9);
                -ms-transform: scale(0.9);
                -webkit-transform: scale(0.9);
                transform: scale(0.9);
                moz-transform-origin: 0% 50%;
                -o-transform-origin: 0% 50%;
                -ms-transform-origin: 0% 50%;
                -webkit-transform-origin: 0% 50%;
                transform-origin: 0% 50%;
                padding: 0; }
              .l-header .l-nav__etc-item.search .search-box__text:before {
                content: "";
                display: inline-block;
                vertical-align: middle;
                width: 16px;
                height: 39px;
                margin: 0 10px 0 15px;
                background: 50% 50% no-repeat #005491;
                background-image: url(../images/common/search.png);
                background-size: 100% auto; }
            .l-header .l-nav__etc-item.search .search-box:after {
              display: none; }
            .l-header .l-nav__etc-item.search .search-box__btn {
              width: 100%;
              right: auto;
              left: 0;
              background-image: none;
              background-color: rgba(255, 255, 255, 0);
              -webkit-transition: all 0s;
              -o-transition: all 0s;
              transition: all 0s; }
              .l-header .l-nav__etc-item.search .search-box__btn:hover {
                background-color: rgba(255, 255, 255, 0);
                -webkit-transition: all 0s;
                -o-transition: all 0s;
                transition: all 0s; }
        .l-header .l-nav__etc-item.contact {
          position: fixed;
          top: auto;
          bottom: 0;
          width: 100%;
          font-size: 14px;
          font-size: 1.4rem;
          z-index: 2; }
          .l-header .l-nav__etc-item.contact a {
            padding: 0; }
	.l-header .l-nav__etc-item.language {
          position: fixed;
          top: auto;
		border-left: none;
          width: 100%;
          font-size: 14px;
          font-size: 1.4rem;
          z-index: 2; }
	.l-header .l-nav__etc-item.language, .l-header .l-nav__etc-item.print {
          display: none; }

}

/* footer
------------------------------------------------*/
.l-footer {
  position: relative;
  background-color: #FFF; }
  .l-footer .pagetop {
    position: fixed;
    bottom: 24px;
    right: 24px;
    margin: 0;
    width: 41px;
    height: 41px;
    z-index: 2; }
    .l-footer .pagetop a {
      display: block; }
      .l-footer .pagetop a img {
        width: 100%;
        height: auto;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s; }
      .l-footer .pagetop a:hover {
        background: url(../images/pagetop_on.png) no-repeat;
        background-size: cover;
        -ms-filter: "alpha(opacity=100)";
        opacity: 1; }
        .l-footer .pagetop a:hover img {
          -ms-filter: "alpha(opacity=0)";
          opacity: 0; }
  .l-footer__top {
    padding: 65px 0 35px; }
    .l-footer__top .c-layout-contents:after {
      content: "";
      display: block;
      clear: both; }
    .l-footer__top__list {
      float: left;
      width: 18.51852%;
      margin-right: 1.85185%; }
      .l-footer__top__list-item {
        margin-bottom: 30px; }
        .l-footer__top__list-item > a {
          display: block;
          color: #005491;
          font-size: 12px;
          font-size: 1.2rem;
          font-weight: bold;
          margin-bottom: 10px; }
        .l-footer__top__list-item a:hover {
          color: #7FA9C8; }
          html.touchDevice .l-footer__top__list-item a:hover {
            color: #005491; }
      .l-footer__top__list__sub-item {
        margin-bottom: 8px; }
        .l-footer__top__list__sub-item:first-child {
          display: none; }
        .l-footer__top__list__sub-item a {
          display: block;
          color: #005491;
          font-size: 11.5px;
          font-size: 1.15rem;
          font-weight: normal; }
    .l-footer__top__logo {
      float: right; }
      .l-footer__top__logo img {
        width: 110px;
        height: auto;
        margin: 5px 0 12px; }
  .l-footer__bottom {
    background: #005491;
    padding: 31px 0;
    color: #fff; }
    .l-footer__bottom:after {
      content: "";
      display: block;
      clear: both; }
    .l-footer__bottom__list {
      float: left; }
      .l-footer__bottom__list:after {
        content: "";
        display: block;
        clear: both; }
      .l-footer__bottom__list-item {
        margin-right: 19px;
        float: left; }
        .l-footer__bottom__list-item:last-child {
          margin-right: 0; }
        .l-footer__bottom__list-item a {
          color: #fff;
          font-size: 10px;
          font-size: 1rem; }
          .l-footer__bottom__list-item a:hover {
            opacity: 0.7; }
    .l-footer__bottom__copyright {
      text-align: center;
    }

@media screen and (max-width: 999px) {
  .l-footer__top__list {
    width: 20%;
    margin-right: 5%; }
  .l-footer__top__logo {
    display: none; }
  .l-footer__bottom {
    padding-right: 40px; }
    .l-footer__bottom__list {
      width: 50%; }
    .l-footer__bottom__copyright {
      width: 50%; } }

@media screen and (max-width: 599px) {
  .l-footer .pagetop {
    /*
    bottom: 10px;
    right: 10px;
    */
  	display:none;
  }
  .l-footer__top {
    padding: 6px 0; }
    .l-footer__top .c-layout-contents:after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: #fff;
      position: absolute;
      top: 6px;
      left: 0; }
    .l-footer__top__list {
      float: none;
      width: auto;
      margin-right: 0; }
      .l-footer__top__list-item {
        margin-bottom: 0;
        border-top: 1px solid #DCE5EB; }
        .l-footer__top__list-item > a {
          display: block;
          padding: 12px 0;
          margin-bottom: 0;
          position: relative; }
        .l-footer__top__list-item.child > a {
          background-image: url(../images/common/footer_open.png);
          background-repeat: no-repeat;
          background-position: 98% 50%;
          background-size: 10px auto; }
        .l-footer__top__list-item.child .open {
          background-image: url(../images/common/footer_close.png); }
      .l-footer__top__list__sub {
        display: none;
        padding: 0 0 5px; }
        .l-footer__top__list__sub-item:first-child {
          display: block; }
        .l-footer__top__list__sub-item a {
          padding: 0 15px 3px; }
    .l-footer__top__logo {
      display: none; }
  .l-footer__bottom {
    padding: 25px 0 15px; }
    .l-footer__bottom__list {
      float: none;
      width: auto;
      margin-bottom: 20px; }
      .l-footer__bottom__list-item {
        margin-right: 0;
        margin-bottom: 7px;
        float: none; }
        .l-footer__bottom__list-item a {
          font-size: 11px;
          font-size: 1.1rem; }
    .l-footer__bottom__copyright {
      float: none;
      width: auto;
      text-align: left;
      font-size: 8px;
      font-size: 0.8rem; } }

/**************************************************************
object
**************************************************************/
.c-layout-contents {
  width: 1080px;
  margin: 0 auto; }

@media only screen and (max-width: 1160px) {
  .c-layout-contents {
    width: auto;
    margin: 0 40px; } }

@media only screen and (max-width: 599px) {
  .c-layout-contents {
    width: auto;
    margin: 0 20px; 
  }
}
    


/* conteiner
------------------------------------------------*/
.c-main-container {
  position: relative;
  padding-top: 115px;
  background-color: #EEF2F5; }
  .c-main-container__bgimg {
    background: url(../images/contents/contents_base_bg.png) no-repeat top center #EEF2F5; }
  .c-main-container__inner {
    position: relative;
    z-index: 1;
    max-width: 1080px;
    width: auto;
    margin: 0 auto;
    padding: 0 40px 80px; }
  .c-main-container__box {
    padding-bottom: 50px;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 53, 84, 0.1);
    box-shadow: 0px 0px 2px 1px rgba(0, 53, 84, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

@media only screen and (max-width: 999px) {
  .c-main-container {
    padding-top: 60px; }
    .c-main-container__inner {
      padding: 0 5px 80px; } }

@media only screen and (max-width: 599px) {
  .c-main-container__bgimg {
    background-image: none; }
  .c-main-container__inner {
    padding: 5px 5px 40px; }
  .c-main-container__box {
    padding-bottom: 15px; } }

.c-sub-container {
  position: relative;
  background-color: #FFF; }
  .c-sub-container__mail {
    border-top: 1px solid #DCE5EB; }
  .c-sub-container__blue {
    background-color: #005491; }
  .c-sub-container__inner {
    max-width: 1080px;
    padding: 64px 40px;
    margin: 0 auto; }
  .c-sub-container__movie__flame {
    border: 1px solid #DCE5EB;
    margin: 50px auto;
    padding: 10px; }
  .c-sub-container__title {
    margin-bottom: 26px;
    font-size: 20px;
    font-size: 2rem;
    text-align: center; }
    .c-sub-container__title__white {
      color: #FFF; }
  .c-sub-container__lead {
    text-align: center; }

@media only screen and (max-width: 599px) {
  .c-sub-container__inner {
    padding: 34px 20px 40px; }
  .c-sub-container__banner__inner {
    padding: 20px; }
  .c-sub-container__title {
    margin-bottom: 26px;
    font-size: 16px;
    font-size: 1.6rem; }
  .c-sub-container__banner__image img {
    width: 100%;
    height: auto; }
  .c-sub-container__lead {
    padding: 0 20px; } }


/* footer-contact
------------------------------------------------*/
.footer-contact {
  position: relative;
  z-index: 3;
  background: #005491;
  padding: 61px 0 45px;
  border-top: 1px solid rgba(220, 229, 235, 0.2); }
  .footer-contact .c-layout-contents:after {
    content: "";
    display: block;
    clear: both; }
  .footer-contact__title {
    color: #fff;
    float: left;
    text-align: left;
    font-size: 20px;
    font-size: 2rem;
    line-height: 70px; }
  .footer-contact__list {
    float: right;
    text-align: center; }
    .footer-contact__list:after {
      content: "";
      display: block;
      clear: both; }
    .footer-contact__list-item {
      display: inline-block;
      margin: 0 15px 20px 0; }
      .footer-contact__list-item:last-child {
        margin-right: 0; }
      .footer-contact__list-item a {
        display: inline-block;
        text-align: center;
        border: 2px solid #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 23px 22px;
        color: #fff;
        font-weight: bold; }
        .footer-contact__list-item a:before {
          content: "";
          background-image: url(../images/arrow_right_white.png);
          background-repeat: no-repeat;
          background-size: cover;
          width: 26px;
          height: 26px;
          display: inline-block;
          vertical-align: middle;
          margin-right: 20px;
          -webkit-transition: all .2s;
          -o-transition: all .2s;
          transition: all .2s; }
        .footer-contact__list-item a:hover {
          -ms-filter: "alpha(opacity=100)";
          opacity: 1;
          color: #005491;
          background: #fff; }
          .footer-contact__list-item a:hover:before {
            background-image: url(../images/arrow_right_blue.png); }

@media screen and (max-width: 1079px) {
  .footer-contact__title {
    float: none;
    text-align: center;
    line-height: 1;
    margin-bottom: 40px; }
  .footer-contact__list {
    float: none; }
    .footer-contact__list-item {
      margin-right: 2%; }
      .footer-contact__list-item:last-child {
        margin-right: 0; } }

@media screen and (max-width: 649px) {
  .footer-contact {
    padding: 40px 0; }
    .footer-contact__title {
      font-size: 18px;
      font-size: 1.8rem;
      margin-bottom: 18px; }
    .footer-contact__list {
      float: none; }
      .footer-contact__list-item {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 18px; }
        .footer-contact__list-item:last-child {
          margin-bottom: 0; }
        .footer-contact__list-item a {
          display: block;
          padding: 15px 15px 15px 40px;
          position: relative; }
          .footer-contact__list-item a:before {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 20px;
            width: 20px;
            height: 20px; } }



.u-br {
  display: block; }



@media screen and (max-width: 599px) {
  .u-br {
    display: inline;
  }
}

/**************************************************************
top
**************************************************************/
body#top .c-main-container__bgimg {
  position: relative;
  background-position: center 0; }
  body#top .c-main-container__bgimg:after {
    content: "";
    display: block;
    width: 2600px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0; }

#top .c-main-container__bgimg {
	background:#fff;
}

@media only screen and (max-width: 999px) {
  body#top .c-main-container__bgimg {
    overflow: hidden;
    background-position: center 0; }
    body#top .c-main-container__bgimg:after {
      top: 0; } }

@media only screen and (max-width: 599px) {
  body#top .c-main-container__bgimg:after {
    width: 1400px;
    background-size: 1400px auto; }
}

body#english .c-main-container__bgimg {
  position: relative;
  background-position: center 0; }
  body#english .c-main-container__bgimg:after {
    content: "";
    display: block;
    width: 2600px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0; }


@media only screen and (max-width: 999px) {
  body#english .c-main-container__bgimg {
    overflow: hidden;
    background-position: center 0; }
    body#english .c-main-container__bgimg:after {
      top: 0; } }

@media only screen and (max-width: 599px) {
  body#english .c-main-container__bgimg:after {
    width: 1400px;
    background-size: 1400px auto; }
 }
/* 共通
------------------------------------------------*/
body {
  background-color: #FFF;
  /*&:after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background: url(../images/top/top_bg01_fixed.png) no-repeat;
		background-position: 48.5% -40px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}*/ }
   @media screen and (min-width:480px) {

.c-main-container__top {
  padding-top: 116px;
  line-height: 1.6; }
  .c-main-container__top a {
    color: #333; }
  .c-main-container__top .top-section__title {
    line-height: 1.2;
    text-align: center; 
  	font-size:35px;
  }
}
c-main-container__top2{
  line-height: 1.6; }
  .c-main-container__top a {
    color: #333; }
  .c-main-container__top .top-section__title {
    line-height: 1.2;
    text-align: center; 
  	font-size:35px;
  }
}
    .c-main-container__top .top-section__title img {
      display: block;
      width: auto;
      height: 30px;
      margin: 0 auto 17px; }
      
   @media screen and (min-width:480px) {
    .c-main-container__top .top-section__title .sub {
      display: inline-block;
     }
   }
    .c-main-container__top .top-section__title .sub {
         padding-bottom: 5px;
      border-bottom: 2px solid #333;
      font-weight: bold;
      margin-bottom: 38px;
      letter-spacing: 0.2rem;
      font-size:20px;
	}
      
  .c-main-container__top .top-section__lead {
    text-align: left;
  }
  .c-main-container__top .top-box:after {
    content: "";
    display: block;
    clear: both; }
  .c-main-container__top .top-box__shadow {

    background: rgba(253, 253, 253, 0.97); }
  .c-main-container__top .top-btn a {
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 15px 30px; }
     .top-btn a:before {
      content: "";
      background: url(../images/arrow_right_white.png) no-repeat;
      background-size: cover;
      width: 26px;
      height: 26px;
      display: inline-block;
      margin-right: 10px;
      vertical-align: middle; }
     .top-btn a:hover {
      text-decoration: none; }
      
@media screen and (min-width:481px) {
   .top-btn__yellow a {
    background: #FABF2E;
    padding: 18px 27px 16px;
    float:left;
    letter-spacing:0.3em;
    }
}
   .top-btn__yellow a {
    background: #FABF2E;
    padding: 18px 27px 16px;
    display:block;
    }
     .top-btn__yellow a:hover {
      -ms-filter: "alpha(opacity=100)";
      opacity: 0.9;
      transition-duration:0.4s;
     }
@media screen and (min-width:481px) {
  .top-btn__purple a {
    margin-left:10px;
    letter-spacing:0.3em;
	}
}
  .top-btn__purple a {
    background: #592dfa;
    padding: 18px 27px 16px;
    color:#ffffff;
    font-weight:bold;
    display:inline-block;
   }
   .top-btn__purple a:hover {
      -ms-filter: "alpha(opacity=100)";
      opacity: 0.9;
      transition-duration:0.4s;
    }

@media only screen and (max-width: 999px) {
  /*body {
		background-position: 45% 0;
		&:after {
			background-position: 45% 0;
		}
	}*/
	/*
  .c-main-container__top {
    padding-top: 60px; } 
	*/
}
@media only screen and (max-width: 599px) {
	/*body {
		background: url(../images/top/top_bg01_sp.jpg) no-repeat;
		background-position: 38% 0;
		&:after {
			background: url(../images/top/top_bg01_fixed_sp.png) no-repeat;
			width: 1400px;
			background-size: 1400px auto;
			left: 50%;
			transform: translateX(-50%);
		}
	}*/
	
	.c-main-container__top {
		line-height: 1.8;
	}
	
	.c-main-container__top .top-section__title img {
		height: 16.5px;
		margin-bottom: 8px;
	}
	
	.c-main-container__top .top-section__title .sub {
		-moz-transform: scale(0.6);
		-o-transform: scale(0.6);
		-ms-transform: scale(0.6);
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		border-bottom: 1.5px solid #333;
		margin-bottom: 15px;
	}
	
	.c-main-container__top .top-section__lead {
		text-align: left;
	}
	
	.top-btn a {
		display: block;
		letter-spacing:0.9em;
		text-indent:0.9em;
	}
	
	.top-btn a:before {
		width: 20px;
		height: 20px;
	}
	
	.top-btn__yellow a {
		padding: 14px;
	}
}

.c-layout-contents {
  position: relative;
}

/* メインビジュアル
------------------------------------------------*/
.top-mainvisual .c-layout-contents {
  position: relative;
  height: 500px;
}

@media only screen and (max-width: 599px){
	.top-mainvisual .c-layout-contents {
	  margin: 0 5px;
	  height: 323px;
	}
}

.top-mainvisual{
	background-image:url("../images/bg.jpg");
	/*background:rgba(0,84,145,0.1);*/
}

.top-mainvisual__catch {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 44.5%;
  color: #005491; }
  .top-mainvisual__catch__main {
  font-size:50px;
    margin-bottom: 20px;
    text-shadow:1px 1px 1px rgba(255,255,255,.4);
	letter-spacing:0.15em;
	
   }
   @media screen and (min-width:481px) {
   	.top-mainvisual__catch__main {
    		margin-left:20px;
    	}
   
   }
   @media screen and (max-width:480px) {
  		.top-mainvisual__catch__main {
			font-size:22px;
			margin-bottom: 20px;
			text-shadow:1px 1px 1px rgba(255,255,255,.4);
			text-align:center;
			text-indent:0.15em;
    	}
   }
    .top-mainvisual__catch__main img {
      width: 100%;
      height: auto; }
  .top-mainvisual__catch__sub {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: 0.47rem;
   margin-left:20px;
   }

.top-mainvisual__movie {
  position: absolute;
  right: 0;
  bottom: 45px;

 }


.top-section {
  position: relative;
  z-index: 1; }


/* サービス紹介
------------------------------------------------*/
.top-service {
  margin-bottom: 50px; }
  .top-service .top-box__shadow {
    padding: 70px 50px 50px; }
  .top-service__list-item {
    border-top: 1px solid #EAEAEA;
    margin-top: 50px;
    padding-top: 50px; }
    .top-service__list-item:after {
      content: "";
      display: block;
      clear: both; }
    .top-service__list-item__left {
      float: left;
      width: 32.78689%;
      overflow: hidden; }
      .top-service__list-item__left a:hover {
        opacity: 1; }
        .top-service__list-item__left a:hover img {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
   @media screen and (min-width:481px) {
      .top-service__list-item__left img {
        width: 100%;
        height: auto;
        -webkit-transition: all .8s;
        -o-transition: all .8s;
        transition: all .8s; }
	}
   @media screen and (max-width:480px) {
      .top-service__list-item__left img {
        	display:none;
        }
	}
    .top-service__list-item__right {
      float: right;
      width: 62.5%; }
      .top-service__list-item__right .target {
        background: #0499CC;
        color: #fff;
        font-weight: bold;
        display: inline-block;
        padding: 5px 15px 4px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        border-radius: 100px;
        margin-bottom: 13px;
        letter-spacing: 0.07rem; }
      .top-service__list-item__right .loc {
        background: #cc049a;
        color: #fff;
        font-weight: bold;
        display: inline-block;
        padding: 5px 15px 4px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        border-radius: 100px;
        margin-bottom: 13px;
        letter-spacing: 0.07rem; }
      .top-service__list-item__right .title {
        margin-bottom: 15px; }
        .top-service__list-item__right .title a {
          color: #005491;
          font-size: 30px;
          font-size: 3rem;
          letter-spacing: 0.2rem; }
      .top-service__list-item__right .text {
        margin-bottom: 27px; }

@media screen and (max-width: 999px) {
  .top-service .c-layout-contents {
    margin: 0 5px; }
  .top-service .top-box__shadow {
    padding-left: 20px;
    padding-right: 20px; } }

@media screen and (max-width: 599px) {
  .top-service {
    margin-bottom: 35px; }
    .top-service .top-box__shadow {
      padding: 35px 15px; }
    .top-service__list-item {
      margin-top: 20px;
      padding-top: 25px; }
      .top-service__list-item__left {
        float: none;
        width: auto;
        margin-bottom: 20px; }
      .top-service__list-item__right {
        float: none;
        width: auto; }
        .top-service__list-item__right .target {
          font-size: 11px;
          font-size: 1.1rem;
          padding: 3px 15px; }
        .top-service__list-item__right .loc {
          font-size: 11px;
          font-size: 1.1rem;
          padding: 3px 15px; }
        .top-service__list-item__right .title a {
          font-size: 22px;
          font-size: 2.2rem;
          line-height: 1.6;
          margin-bottom: 10px; }
        .top-service__list-item__right .text {
          margin-bottom: 20px; } }


/* IE9.10.11対応 */
@media screen and (min-width: 0\0) {
  .top-service__list-item__right .target {
    padding: 6px 15px 3px 15px; }
  .top-service__list-item__right .loc {
    padding: 6px 15px 3px 15px; }
   .top-btn__yellow a {
    padding: 18px 27px 16px 27px; } }

@media screen and (max-width: 599px) and (min-width: 0\0) {
  .top-service__list-item__right .target {
    padding: 5px 15px 1px 15px;
   }
  .top-service__list-item__right .loc {
    padding: 5px 15px 1px 15px;
   }
   .top-btn__yellow a {
    padding: 16px 14px 12px 14px !important;
  }
}
    
@media screen and (max-width:1023px){
	header{
		display:none;
	}
}
/*
@media screen and (min-width:481px) {
	ul.ul_comp li:nth-child(odd){
		display:inline-block;
		float:left;
	}
	ul.ul_comp li:nth-child(even){
		display:block;
	}
	ul.ul_comp li:nth-child(even):after{
		clear:both;
	}
}
*/
ul.ul_comp li{
	display:block;
}

ul.ul_acc{
	margin:10px auto auto 10px;
	list-style:disc;
}

ul.ul_acc li{
	margin-left:20px;
}

.txtC{
	text-align:center;
}

#dv_spInqSbmt{
	margin:20px auto;
	text-align:center;
}

.plc{
	color:#555;
}

@media screen and (min-width:481px) {
/*
	#sp_btn{
		display:none;
	}

	#sp_btn p{
		display:none;
	}

	#sp_btn div{
		display:none;
	}
	
	.drawer-nav{
		display:none;
	}
*/
	iframe.map{
		width:100%;
		height:400px;
		display:block;
		margin:15px auto 50px auto;
	}
	
	div a#aTel{
		display:none;
	}
	
	div#dvTel{
		margin:15px auto 50px 15px;
	}
	
	table{
		margin:auto;
		text-align:left;
	}

	table td{
		padding:10px;
		border-top:solid 1px #333333;
		border-bottom:solid 1px #333333;
		border-left:solid 1px #333333;
		border-right:solid 1px #333333;
		width:650px;
	}

	table th{
		width:300px;
		border-top:solid 1px #333333;
		border-bottom:solid 1px #333333;
		border-left:solid 1px #333333;
		border-right:solid 1px #333333;
		background-color:#e5e5e5;
		padding:10px;
		position:relative;
	}


	@media all and (-ms-high-contrast:none){
	  *::-ms-backdrop, table th{ text-align:left;} /* IE11 */
	}

	#tbl_main tr:nth-child(4) th{
		height:70px;
	}

	table th span:not(.lg_mst,.strong){
		position:absolute;
		top:20px;
		left:5px;
	}
	
	#tbl_dtl{
		margin:auto;
		text-align:left;
	}

	#tbl_dtl td{
		padding:20px;
		border-top:solid 1px #333333;
		border-bottom:solid 1px #333333;
		border-left:solid 1px #333333;
		border-right:solid 1px #333333;
		width:700px;
	}
	
	#tbl_dtl td strong{
		text-decoration:underline;
	}
	
	#tbl_dtl th{
		width:70px;
		border-top:solid 1px #333333;
		border-bottom:solid 1px #333333;
		border-left:solid 1px #333333;
		border-right:solid 1px #333333;
		background-color:#e5e5e5;
		padding:10px;
		position:relative;
		-moz-text-align-last: justify;
		text-align-last: justify;
		text-align: justify;
		text-justify: inter-ideograph;
	}


	@media all and (-ms-high-contrast:none){
	  *::-ms-backdrop, #tbl_dtl th{ text-align:left;} /* IE11 */
	}

	.lg_mst:not(#spc_mst){
		padding:3px;
		position:absolute;
		right:10px;
		background-color:#f39800;
		color:#f2e9da;
		border-radius:5px;
		font-size:15px;
		border:solid 1px #d98900;
		box-shadow:0px 1px 1px -1px #4d3000;
		display:inline-block;
	}

	#spc_mst{
		padding:3px;
		position:absolute;
		right:10px;
		top:30px;
		background-color:#f39800;
		color:#f2e9da;
		border-radius:5px;
		font-size:15px;
		border:solid 2px #d98900;
		box-shadow:0px 2px 2px -2px #4d3000;
		display:inline-block;
	}

	.txtA{
		width:600px;
		resize:none;
	}

	.txtC{
		text-align:center;
	}

	.img_inq{
		position:absolute;
		top:0;
		right:173px;
		border-radius:7px;
	}

	.img_inq img:hover{
		opacity:0.8;
		transition-duration:0.4s;
		cursor:pointer;
	}
	
	.w50{
		width:50px;
	}
	
	.w100{
		width:100px;
	}
	
	.w155{
		width:155px;
	}
	
	.w180{
		width:180px;
	}
	
	.w200{
		width:200px;
	}
	
	.w230{
		width:230px;
	}
	
	.w250{
		width:250px;
	}
	
	.w270{
		width:270px;
	}
	
	.w280{
		width:280px;
	}
	
	.w300{
		width:300px;
	}
	
	.w320{
		width:320px;
	}
	
	.w800{
		width:800px;
	}
	
	.w850{
		width:850px;
	}
	
	.sbmt{
		width:200px;
		background-color:#102d88;
		color:#ffffff;
		padding:10px;
		font-size:20px;
		letter-spacing:0.5em;
		text-indent:0.5em;
		text-align:center;
		line-height:2em;
		margin:auto 5px;
	}

	.sbmt:hover{
		cursor:pointer;
		opacity: 0.9;
		transition-duration:0.4s;
	}

	.sbmt_bk{
		width:200px;
		background-color:#4d4d4d;
		color:#ffffff;
		padding:10px;
		font-size:20px;
		display:inline-block;
		transition-duration:0.3s;
		letter-spacing:0.5em;
		text-align:center;
		line-height:2em;
		margin:auto 5px;
	}

	.sbmt_bk:hover{
		cursor:pointer;
		opacity:0.8;
		transition-duration:0.3s;
	}
	

	#dv_spInqSbmt{
		margin-top:20px;
	}
	

	.err{
		color:#ff7f7f;
		font-weight:bold;
		display:block;
	}
	
	.hd_mn{
		font-size:20px !important;
		
		
		position: relative;
		background: rgba(0,84,145,0.1);
		padding: 5px 20px 5px 25px;
		color: #474747;
		border-radius: 0 10px 10px 0;
		display:inline-block;
	}
	
	.hd_mn:not(:first-child){
		margin-top:50px;
	}
	
	.hd_mn:before{
		font-family: FontAwesome;
		content: "\f041";
		display: inline-block;
		line-height: 45px;
		position: absolute;
		padding: 0em;
		color: white;
		background: #005491;
		font-weight: normal;
		width: 45px;
		text-align: center;
		height: 45px;
		left: -1.35em;
		top: 50%;
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		border-radius: 50%;
		/*box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.29);*/
		border-bottom: solid 2px #4967b4;
	}
	
	.hd_mn:after{
		
	}
	
	h1.hd_mn span{
		letter-spacing:0.5em;
	}
	
	#dv_mn{
		margin-top:30px;
	}
	
	ul#ul_vc{
		margin-top:20px;
		padding:0;
	}
	
	ul#ul_vc li{
		min-height:80px;
		max-height:140px;
		padding:0 0 0 60px;
		
	}
	
	.star-rating {
		position: relative;
		width: 5em;
		height: 1em;
		display:inline-block;
		font-size:19px;
	}
	
	.star-rating-front {
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
		/*color:rgba(0,0,0,0.5);*/	
		color: rgba(255,204,51,0.9);
	}
	
	.star-rating-back {
		color:rgba(0,0,0,0.2);
		/*color: #ccc;*/
	}
	
	.star1{
		width:19px;
	}
	
	.star2{
		width:38px;
	}
	
	.star3{
		width:57px;
	}
	
	.star3u{
		width:68px;
	}
	
	.star4{
		width:76px;
	}
	
	.star5{
		width:95px;
	}
	
/*	
	.img_m{
		background-image:url("../images/m1.jpg");
		background-size:cover;
	}
	
	.img_w{
		background-image:url("../images/w1.jpg");
		background-size:cover;
	}
*/
/*	
	ul#ul_vc li span{
		float:left;
		margin-right:10px;
		margin:0;
		width:50px;
		height:50px;
		border-radius:50%;
		display:block;
		padding:10px;
	}
*/
	ul#ul_vc li.img_m{
		background-image:url("../images/m1.jpg");
		background-position:top left;
		background-size:50px 47px;
		background-repeat:no-repeat;
	}
	
	ul#ul_vc li.img_w{
		background-image:url("../images/w1.jpg");
		background-position:top left;
		background-size:50px 47px;
		background-repeat:no-repeat;
	}
	
	ul#ul_vc li:not(:last-child){
		border-bottom:dashed 1px #cccccc;
		margin-bottom:10px;
	}
	
	ul#ul_vc li:nth-child(odd){

	}
	
	ul#ul_vc li:nth-child(even){

	}
	
	ul.ul_tch{
	
	}
	
	ul.ul_tch li:nth-child(odd){
		font-weight:bold;
		padding-top:10px;
		color:#555;
		letter-spacing:0.1em;
	}
	
	ul.ul_tch li:nth-child(even){
		padding:3px 5px 7px 15px;
	}
	
	.br_sp{
		display:none;
	}
	
	#sp_offr{
		display:none;
	}
	
	.pgtp{
		display:none;
	}
	
	#dv_stp{
		width:900px;
		text-align:center;
		margin:30px auto 50px auto;
  }
  

  a[href^="tel:"]{
    pointer-events: none;
  }

	ul.ul_tk{
		width:700px;
		margin:auto;
		color: #000000;
		list-style: none;
		overflow: hidden;
		padding:0;
		font-weight:bold;
		font-family:"游ゴシック", YuGothic;
	}
	
	ul.ul_tk:after{
		clear:both;
	}

	ul.ul_tk li {
	  min-width: 170px;
	  line-height: 50px;
	  text-align: center;
	  padding: 0 10px 0 40px;
	  float: left;
	  background: #e0e0e0;
		font-size:17px !important;
	}
	
	/* 三角形下部 */
	.ul_tk li::after {
	  background: #e0e0e0;
	  box-shadow: 2px 0 0px rgba(0,0,0,0.2);
	  content: " ";
	  display: block;
	  height: 25px;
	  margin-left: auto;
	  margin-right: -25px;
	  margin-top: -25px;
	  position: relative;
	  transform: skew(-30deg);
	  width: 25px;
	}

	/* 三角形上部 */
	.ul_tk li::before {
	  background: #e0e0e0;
	  box-shadow: 2px 0 0px rgba(0,0,0,0.2);
	  content: " ";
	  display: block;
	  float: right;
	  height: 25px;
	  margin-bottom: -25px;
	  margin-left: auto;
	  margin-right: -25px;
	  transform: skew(30deg);
	  width: 25px;
	}
	

	#stp_on{
		background-color: #1486cc;
		color:#fff;
	}

	#stp_on:before{
		background-color: #1486cc;
	}

	#stp_on:after{
		background-color: #1486cc;
	}
	

	#dv_cvr{
		z-index:-100;
		text-align:center;
		margin-left:auto;
		margin-right:auto;
	}

	#dv_mn{
		margin-left:auto;
		margin-right:auto;
		background-color:#ffffff;
	}
	
	.inpt1{
		width:150px;
	}
	
	.inpt2{
		width:270px;
	}
	
	.inpt3{
		width:330px;
	}
	
	.pst1{
		width:60px;
	}
	
	.pst2{
		width:80px;
	}
	
	table.tbl_in tr th:first-child{
		width:140px !important;
		background:#ffffff;
		border:none;
	}
	
	table.mlt_info tr th{
		width:50px !important;
	}
	
	.agree {
		width: 400px;
		background-color: #102d88;
		color: #ffffff;
		padding: 5px;
		font-size: 20px;
		display: inline-block;
		margin: 50px auto;
		letter-spacing: 0.5em;
		text-indent: 0.5em;
		line-height: 2em;
	}
	

	.agree:hover{
		cursor:pointer;
		background-color:#ce2cd4;
		transition-duration:0.3s;
	}

	.agree2{
		width:300px;
		background-color:#4d4d4d;
		color:#ffffff;
		padding:5px;
		font-size:20px;
		display:inline-block;
		margin-right:30px;
	}

	.agree2:hover{
		cursor:pointer;
		background-color:#ce2cd4;
		transition-duration:0.3s;
	}

	.agree3{
		width:300px;
		background-color:#102d88;
		color:#ffffff;
		padding:5px;
		font-size:20px;
		display:inline-block;
	}

	.agree3:hover{
		cursor:pointer;
		background-color:#ce2cd4;
		transition-duration:0.3s;
	}
	

	.mgn_tl{
		margin:20px auto auto 150px;
	}
	
	.iframe{
		width:700px;
		height:350px;
		border:solid 1px #bbb;
		padding:10px 0 10px 15px;
		display:inline-block;
		margin-top:30px;
	}

}

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

	#sp_btn{
		background-color:#333 !important;
		color:#fff;
		z-index:99999;
		text-align:center;
		height:70px;
		width:70px;
	}

	#sp_btn p{
		position:relative;
	}

	#sp_btn div{
		position:absolute;
		top:25%;
		left:25%;
	}
	

	#sp_mm{
		font-size:14px;
		display:inline-block;
		margin-top:10px;
		text-align:center;
		width:100%;
	}

	iframe.map{
		width:100%;
		height:200px;
		display:block;
		margin:15px auto 50px auto;
	}
	
	div span#spnTel{
		display:none;
	}
	
	#dv_mn{
		margin-bottom:100px;
	}
	
	table{
		text-align:left;
		margin:auto;
		width:100%;
	}

	table td{
		padding:8px 12px;
		border:solid 1px #333333;
		display:block;
	}
	
	table tr:not(:last-child) td{
		border-bottom:none;
	}

	table th{
		border:solid 1px #333333;
		border-bottom:none;
		background-color:#f5f5f5;
		padding:8px;
		position:relative;
		display:block;
	}
	
	#tbl_main{
		width:100%;
	}

	.lg_mst{
		padding:2px 4px;
		background-color:#f39800;
		color:#f2e9da;
		border-radius:5px;
		font-size:15px;
		border:solid 1px #d98900;
		box-shadow:0px 1px 1px -1px #4d3000;
		display:inline-block;
		position:absolute;
		right:10px;
		top:50%;
		margin-top:-19px;
	}

	#frm_inq{
		text-align:center;
	}
	
	.w100{
		width:100px;
	}

	.w50{
		width:50px;
	}

	.w180{
		width:160px;
	}

	.w200{
		width:170px;
	}

	.w230{
		width:190px;
	}

	.err{
		color:#ff7f7f;
		font-weight:bold;
		display:block;
	}

	.required{
		color:#ff7f7f ;
	}
	
	.pcBr{
		display:inline-block;
	}
	

	#mail1,#mail2,#content{
		width:500px;
		max-width:300px;
	}

	input[type="submit"]:not(.sbmt_bk){
		width:100%;
		background-color:#108730;
		color:#ffffff;
		padding:10px;
		font-size:15px;
		font-family:'Meiryo';
		letter-spacing:0.9em;
		text-indent:0.9em;
	}

	input[type="submit"]:not(.sbmt_bk):active{
		background-color:#19a2d4;
	}

	.sbmt_bk{
		width:100%;
		background-color:#4d4d4d;
		color:#ffffff;
		padding:10px;
		font-size:15px;
		font-family:'Meiryo';
		margin-bottom:10px;
		letter-spacing:0.9em;
		text-indent:0.9em;
	}

	.sbmt_bk:active{
		opacity:0.8;
	}
	
	
	.hd_mn{
		font-size:20px !important;
		
		position: relative;
		background: rgba(0,84,145,0.1);
		padding: 2px 20px 2px 25px;
		color: #474747;
		border-radius: 0 10px 10px 0;
		display:inline-block;
		margin:30px auto 20px 15px;	
	}
	
	.hd_mn:before{
		font-family: FontAwesome;
		content: "\f041";
		display: inline-block;
		line-height: 40px;
		position: absolute;
		padding: 0em;
		color: white;
		background: #005491;
		font-weight: normal;
		width: 40px;
		text-align: center;
		height: 40px;
		line-height: 40px;
		left: -1.35em;
		top: 50%;
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		border-radius: 50%;
		/*box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.29);*/
		border-bottom: solid 2px #4967b4;
	}
	
	.hd_mn:after{
		
	}
	
	ul.ul_tch li:nth-child(odd){
		font-weight:bold;
		padding-top:5px;
		color:#555;
		letter-spacing:0.1em;
	}
	
	ul.ul_tch li:nth-child(even){
		padding:3px 5px 7px 10px;
	}
	
	ul#ul_vc li{
		padding:8px 8px 0 65px;
	}
	
	.star-rating {
		position: relative;
		width: 5em;
		height: 1em;
		display:inline-block;
		font-size:19px;
	}
	
	.star-rating-front {
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
		/*color:rgba(0,0,0,0.5);*/	
		color: rgba(255,204,51,0.9);
	}
	
	.star-rating-back {
		color:rgba(0,0,0,0.2);
		/*color: #ccc;*/
	}
	
	.star1{
		width:19px;
	}
	
	.star2{
		width:38px;
	}
	
	.star3{
		width:57px;
	}
	
	.star3u{
		width:68px;
	}
	
	.star4{
		width:76px;
	}
	
	.star5{
		width:95px;
	}
	
	ul#ul_vc li p{
		margin:0 0 10px;
	}
	
	ul#ul_vc li.img_m{
		background:url("../images/m1.jpg");
		background-position:7px 15px;
		background-size:50px 47px;
		background-repeat:no-repeat;
	}
	
	ul#ul_vc li.img_w{
		background:url("../images/w1.jpg");
		background-position:7px 15px;
		background-size:50px 47px;
		background-repeat:no-repeat;
	}
	
	ul#ul_vc li:nth-child(even){
		margin:20px auto 20px auto;
	}
	
	ul#ul_vc li:last-child{
		margin-bottom:130px;
	}
	
	.sp_nn{
		display:none;
	}
	
	#sp_offr{
		position:fixed;
		bottom:0;
		left:50%;
		margin-left:-134.25px;
		z-index:100;
	}
	
	.pgtp{
		display:inline-block;
		border:solid 1px;
		padding:2px 6px;
		position:absolute;
		right:0;
	}
	
	.mgn_pgtp{
		margin-top:-80px;
	}
	
	.mgn_t30{
		margin-top:30px;
	}
		
	.top-service__list{
		margin-bottom:130px;
	}
	
	.top-section__lead{
		margin-bottom:130px;
	}
	
	#dv_stp{
		margin:30px auto 30px auto;
		width:100%;
		overflow:hidden;
		position:relative;
	}

	ul.headding{
		font-family:"游ゴシック", YuGothic;
		font-weight:bold;
		text-align:center;

		position:relative;
		left:50%;
		float:left;
	}
	
	ul.headding li{
		float:left;
		position: relative;
		left: -50%;
		width:33%;
	}

	ul.headding li.stp {
		background:#1486cc;
		display:inline-block;
		color:#fcfcfc;
		padding:7px 7px 7px 17px;
		
	    overflow: visible;
	    position: relative;
	    width:auto;
	    box-sizing:border-box;
		font-size:15px;
	}



	ul.headding li.stp:after {
	    left: 100%;
	    top: 50%;
	    border: solid transparent;
	    content: " ";
	    height: 0;
	    width: 0;
	    position: absolute;
	    pointer-events: none;
	    border-color: rgba(136, 183, 213, 0);
	    border-left-color: #1486cc;
	    border-width: 10px;
	    margin-top: -10px;
	    
	}

	ul.headding li.stp2 {
		background:#1486cc;
		display:inline-block;
		color:#fcfcfc;
		border:solid 1px #1486cc;
		padding:10px;
		
	    overflow: visible;
	    position: relative;
	    width:33%;
	    box-sizing:border-box;
		font-size:15px;
	}



	ul.headding li.stp2:before {
	    right: 100%;
	    top: 50%;
	    border: solid transparent;
	    content: " ";
	    height: 0;
	    width: 0;
	    position: absolute;
	    pointer-events: none;
	    border-color: rgba(136, 183, 213, 0);
	    border-right-color: #1486cc;
	    border-width: 10px;
	    margin-top: -10px;
	    
	}

	ul.headding li.stp_dtl {
		display:inline-block;
		padding:7px 7px 7px 17px;
	    background:#eee;
	    width:auto;
	        box-sizing:border-box;
		font-size:15px;
		border-right:solid 1px #ccc;
		
	}
	
	.ul_tk:after{
		clear:both;
	}
	

	#dv_cvr{
		z-index:-100;
		text-align:center;
		margin-left:auto;
		margin-right:auto;
	}

	#dv_mn{
		margin-left:auto;
		margin-right:auto;
		background-color:#ffffff;
	}
	
	table.tbl_in tr td span{
		display:block;
	}
	
	select, input[type="text"], input[type="email"], input[type="tel"]{
		height:25px;
	}
	
	.inpt1,.inpt2,.inpt3,.txtA{
		width:290px;
	}
	
	.pst1{
		width:60px;
	}
	
	.pst2{
		width:80px;
	}
	
	
	table.tbl_in{
		padding:0;
		border-collapse:collapse;
		border-spacing:none;
	}
	
	table.tbl_in tr td{
		padding:0;
	}
		
	table.tbl_in tr th:first-child{
		background:#ffffff;
		border:none;
		display:block;
	}
	
	.iframe{
		display:none;
	}
	
	#dv_spAg{
		font-size:20px;
		border:double;
		width:100%;
		padding:10px;
		margin-top:20px;
		margin-bottom:20px;
		line-height:1.5em;
	}

}

.mgnHd{
	padding-top: 115px;
	margin-top: -115px;
}

.mgn_t10{
	margin-top:10px;
}

.mgn_t50{
	margin-top:50px;
}

.pgtp{
	color:#000;
}

.spnTp{
	border:solid 1px #000;
	border-left:none;
	padding:5px 5px 5px 0;
}

.fa{
	display: inline-block;
	width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 50px !important;
    padding:10px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    font-weight: bold;
    background-image: -webkit-linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
    background-image: linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    border-bottom: solid 2px #b5b5b5;
    color:#005491;
}

.txt_l{
	text-align:left;
}

#lg{
	width: 15.18519%;
}

table.tbl_in td{
	border:none;
}

@font-face {
  font-family: btfl;
  src: url(../font/beautiful-font.ttf);
}

.ftF_btfl{
	font-family:btfl;
}

#dv_lg{
  width:100vw;
  border-top:solid 5px #cc4e00;
  border-bottom:solid 1px #cc4e00;
  position:relative;
}

#dv_gd div{
  position:absolute;
  left:10px;
  max-width:500px;
  text-align:left;
  font-size:0.65em;
  line-height:1.8em;
  top:50%;
  transform: translateY(-50%);
}

.mgn_t{
  margin-top:20px;
}

@media screen and (max-width:480px) {
  .dsp_pc{display:none;}
}

@media screen and (min-width:481px) {
  .dsp_sp{display:none;}
}