@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
html {
  font-size: 10px;
}

body,
td,
th,
input,
textarea {
  color: #343434;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}

body {
  overflow-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  color: #343434;
  text-decoration: none;
  /*
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
*/
}

a:hover {
  text-decoration: none;
}

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

img {
  vertical-align: bottom;
  max-width: 100%;
}

.img_ck {
  font-size: 0.1rem;
  line-height: 0;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

div,
p {
  word-break: break-all;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
figure,
img,
nav {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}

.file {
  border-top: 1px dotted #cccccc;
  margin: 15px 0;
  padding: 10px 0 0;
  text-align: left;
}

.file .pdf {
  background: url(../images/cms/pdf.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.file .ppt {
  background: url(../images/cms/ppt.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.file .xls,
.file .xlsx {
  background: url(../images/cms/xls.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.file .doc,
.file .docx {
  background: url(../images/cms/doc.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.top-right {
  float: right;
  margin: 0px 0px 30px 30px;
}

.top-left {
  float: left;
  margin: 0px 30px 30px 0px;
}

.top-center {
  margin: 0px 0px 30px 0px;
  text-align: center;
}

.bottom-right {
  float: right;
  margin: 30px 0px 0px 30px;
}

.bottom-left {
  float: left;
  margin: 30px 30px 0px 0px;
}

.bottom-center {
  margin: 30px 0px 0px 0px;
  text-align: center;
}

.entry-container b {
  font-weight: bold;
}

.entry-container i {
  font-style: italic;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

@media screen and (min-width: 769px), print {
  a {
    -webkit-transition: opacity .35s ease;
    -moz-transition: opacity .35s ease;
    transition: opacity .35s ease;
  }
  a:hover {
    opacity: .7;
  }
  .show_sp {
    display: none !important;
  }
  .tel {
    pointer-events: none;
  }
  .inner {
    max-width: 1100px;
    margin: 0 auto;
  }
  .inner_small {
    max-width: 1000px;
    margin: 0 auto;
  }
  .container {
    min-width: 1200px;
    overflow: hidden;
  }
  .hamburger_btn {
    display: none;
  }
  .header .head_top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 77px;
    width: 100%;
    min-width: 1200px;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .head_top .logo {
    margin-left: 90px;
  }
  .header .head_top .links_infor {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 590px;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .head_top .links_infor .connect {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .head_top .links_infor .connect a {
    color: #0069b1;
    font-size: 3.2rem;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    margin-right: 12px;
    padding-left: 30px;
    position: relative;
    letter-spacing: 1px;
  }
  .header .head_top .links_infor .connect a:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 27px;
    background: url(/common/images/icon_phone_top.png);
    -moz-background-size: cover;
         background-size: cover;
    top: 11px;
    left: 1px;
  }
  .header .head_top .links_infor .connect p.work_hour {
    font-size: 1.2rem;
    text-indent: -7px;
    letter-spacing: 1.3px;
  }
  .header .head_top .links_infor .contact_link {
    height: 77px;
    width: 206px;
    background: #0069b1;
    position: relative;
  }
  .header .head_top .links_infor .contact_link:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 80px solid #fff;
    border-right: 32px solid transparent;
    top: -2px;
    left: -1px;
  }
  .header .head_top .links_infor .contact_link a {
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.6rem;
  }
  .header .head_top .links_infor .contact_link a span {
    padding-left: 43px;
    position: relative;
  }
  .header .head_top .links_infor .contact_link a span:before {
    position: absolute;
    content: "";
    width: 21px;
    height: 16px;
    background: url(/common/images/ic_mail.png);
    -moz-background-size: cover;
         background-size: cover;
    top: 4px;
    left: 10px;
  }
  .header .head_bot {
    height: 88px;
    background: #fff;
    padding-top: 28px;
    width: 100%;
    min-width: 1200px;
    background: #fff;
    z-index: 10;
  }
  .header .head_bot.fixed {
    position: fixed;
    top: 0;
    -moz-box-shadow: 0px 0px 8px 0px rgba(50, 49, 49, 0.39);
         box-shadow: 0px 0px 8px 0px rgba(50, 49, 49, 0.39);
    border: none;
  }
  .header .head_bot .main_menu .menu_link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .head_bot .main_menu .menu_link li {
    width: 182px;
    height: 60px;
    position: relative;
  }
  .header .head_bot .main_menu .menu_link li:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 28px;
    background: #c9c9c9;
    top: 0;
    left: 0;
  }
  .header .head_bot .main_menu .menu_link li:nth-of-type(6):after {
    position: absolute;
    content: "";
    width: 1px;
    height: 28px;
    background: #c9c9c9;
    top: 0;
    right: 0;
  }
  .header .head_bot .main_menu .menu_link li a {
    display: block;
    padding: 0 10px;
    text-align: center;
    height: 100%;
    line-height: 1;
    position: relative;
    overflow: hidden;
  }
  .header .head_bot .main_menu .menu_link li a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #0068b7;
    bottom: 0;
    left: -100%;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    transition: all .35s ease;
  }
  .header .head_bot .main_menu .menu_link li a.active, .header .head_bot .main_menu .menu_link li a:hover {
    opacity: 1;
  }
  .header .head_bot .main_menu .menu_link li a.active:before, .header .head_bot .main_menu .menu_link li a:hover:before {
    left: 0;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    transition: all .35s ease;
    opacity: 1;
  }
  .header .head_bot .main_menu .menu_link li a span {
    display: block;
    color: #000;
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
  .header .head_bot .main_menu .menu_link li a em {
    font-style: normal;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    color: #0069b1;
  }
  .header .overlay {
    display: none;
  }
  .footer {
    background: #0068b7;
    position: relative;
  }
  .footer .top_footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 34px 0 33px;
  }
  .footer .top_footer .foot_logo {
    width: 460px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .top_footer .foot_menu {
    width: -webkit-calc(100% - 460px);
    width: -moz-calc(100% - 460px);
    width: calc(100% - 460px);
  }
  .footer .top_footer .foot_menu ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .footer .top_footer .foot_menu ul li:nth-of-type(4n + 1) {
    width: 116px;
  }
  .footer .top_footer .foot_menu ul li:nth-of-type(4n + 2) {
    width: 145px;
  }
  .footer .top_footer .foot_menu ul li:nth-of-type(4n + 3) {
    width: 148px;
  }
  .footer .top_footer .foot_menu ul li:nth-of-type(4n + 4) {
    width: 198px;
  }
  .footer .top_footer .foot_menu ul li a {
    color: #fff;
    font-size: 1.4rem;
    padding-left: 20px;
    line-height: 40px;
    position: relative;
  }
  .footer .top_footer .foot_menu ul li a:before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background: #90c5ed;
    -moz-border-radius: 50%;
         border-radius: 50%;
    top: 4px;
    left: 0;
  }
  .footer .copy_right {
    padding: 25px 0;
    border-top: 1px solid #fff;
  }
  .footer .copy_right p {
    color: #fff;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-weight: 300;
    letter-spacing: -0.5px;
  }
  .footer .page_top {
    position: absolute;
    top: -29px;
    right: 48px;
    width: 68px;
    height: 59px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #0068b7;
    text-align: center;
    color: #fff;
    padding-top: 28px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
  }
  .footer .page_top:before {
    content: "";
    position: absolute;
    width: 17px;
    height: 10px;
    background: url(/common/images/ar_top_pc.png);
    -moz-background-size: cover;
         background-size: cover;
    top: 13px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: top .35s ease;
    -moz-transition: top .35s ease;
    transition: top .35s ease;
  }
  .footer .page_top:hover {
    opacity: 1;
  }
  .footer .page_top:hover:before {
    top: 10px;
  }
  .ie .tel {
    display: inline-block;
  }
  .breakrumb {
    padding: 9px 0;
    background-color: #f9f9f9;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
  }
  .breakrumb li {
    display: inline-block;
    font-size: 1.4rem;
    letter-spacing: .7px;
    position: relative;
    margin-right: 40px;
    color: #0069b1;
  }
  .breakrumb li .home_img {
    margin-left: -1px;
    margin-right: 4px;
  }
  .breakrumb li::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 11px;
    background: url("../images/arrow_breakrumb.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: absolute;
    right: -26px;
    top: 5px;
  }
  .breakrumb li a {
    color: #0069b1;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    letter-spacing: .7px;
  }
  .breakrumb li a span {
    text-decoration: underline;
    text-underline-position: under;
  }
  .breakrumb li a:hover {
    opacity: 1;
  }
  .breakrumb li a:hover span {
    text-decoration: none;
  }
  .breakrumb li:last-child::after {
    display: none;
  }
  /* ------/breakrumb----- */
  .main_banner {
    background-color: #e2f3fe;
  }
  .main_banner .inner_small {
    height: 123px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main_banner span {
    display: block;
    color: #0069b1;
    font-size: 2.8rem;
    font-weight: bold;
  }
  /* ------banner----- */
  body.ie .breakrumb {
    padding: 11px 0 7px;
  }
  body.ie .breakrumb li .home_img {
    margin-top: -4px;
    display: inline-block;
    vertical-align: middle;
  }
  /* ------button----- */
  a.default_btn,
  button.default_btn {
    position: relative;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 291px;
    height: 60px;
    background-color: #0068b7;
    border: none;
    outline: none;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    border: 2px solid #0068b7;
  }
  a.default_btn span,
  button.default_btn span {
    font-size: 1.6rem;
    letter-spacing: .8px;
    z-index: 2;
  }
  a.default_btn:before,
  button.default_btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    -webkit-transform: rotate3d(0, 0, 1, -47deg) translate3d(0, -3em, 0);
       -moz-transform: rotate3d(0, 0, 1, -47deg) translate3d(0, -3em, 0);
            transform: rotate3d(0, 0, 1, -47deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
       -moz-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
    z-index: 1;
  }
  a.default_btn:after,
  button.default_btn:after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 15px;
    background: url("../images/left_arr_white_pc.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 18px;
    -webkit-transition: .35s ease;
    -moz-transition: .35s ease;
    transition: .35s ease;
    z-index: 2;
  }
  a.default_btn:hover,
  button.default_btn:hover {
    opacity: 1;
    color: #0068b7;
  }
  a.default_btn:hover:before,
  button.default_btn:hover:before {
    opacity: 1;
    background-color: #fff;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
       -moz-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
       -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
            transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  }
  a.default_btn:hover:after,
  button.default_btn:hover:after {
    background: url("../images/left_arr_blue_pc.png") 0 0 no-repeat;
    -webkit-transform: translate(5px, -50%);
       -moz-transform: translate(5px, -50%);
        -ms-transform: translate(5px, -50%);
            transform: translate(5px, -50%);
  }
  .group_form {
    position: relative;
  }
  .group_form input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: auto;
    padding: 0;
  }
  .group_form input[type="radio"] + label {
    cursor: pointer;
    margin-right: 43px;
  }
  .group_form input[type="radio"] + label:before {
    content: '';
    background: #f1f1f1;
    -moz-border-radius: 100%;
         border-radius: 100%;
    border: 1px solid #e6e6e6;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 7px;
    margin-right: 10px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  .group_form input[type="radio"]:checked + label:before {
    background-color: #ff7f17;
    -moz-box-shadow: inset 0 0 0 3px #f1f1f1;
         box-shadow: inset 0 0 0 3px #f1f1f1;
  }
  .group_form input[type="radio"]:focus + label:before {
    outline: none;
    border-color: #e6e6e6;
  }
  .group_form input[type="radio"]:disabled + label:before {
    -moz-box-shadow: inset 0 0 0 3px #f1f1f1;
         box-shadow: inset 0 0 0 3px #f1f1f1;
    border-color: #bfbfbf;
    background: #bfbfbf;
  }
  .group_form input[type="radio"] + label:empty:before {
    margin-right: 0;
  }
  .checkbox {
    text-align: center;
  }
  .checkbox a {
    text-decoration: underline;
    text-underline-position: under;
  }
  .checkbox a:hover {
    text-decoration: none;
  }
  .checkbox.required input[type="checkbox"]:not(:checked) + label:before,
  .checkbox.required input[type="checkbox"]:checked + label:before {
    background-color: #fff1f2;
  }
  input[type="checkbox"]:not(:checked), input[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
  }
  input[type="checkbox"]:not(:checked) + label,
  input[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 38px;
    margin-left: -4px;
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 36px;
  }
  input[type="checkbox"]:not(:checked) + label:before,
  input[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #d7d7d7;
    background-color: #fff;
    z-index: 1;
  }
  input[type="checkbox"]:not(:checked) + label:after,
  input[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    line-height: 0.8;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    background: url("/common/images/check_arr.png") no-repeat;
    width: 19px;
    height: 16px;
    z-index: 2;
  }
  input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }
  input[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  input[type="checkbox"]:disabled:not(:checked) + label:before,
  input[type="checkbox"]:disabled:checked + label:before {
    -moz-box-shadow: none;
         box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
  }
  input[type="checkbox"]:disabled:checked + label:after {
    color: #999;
  }
  input[type="checkbox"]:disabled + label {
    color: #aaa;
  }
  .contact_item dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact_item dl:not(:first-child) {
    margin-top: 30px;
  }
  .contact_item dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 159px;
    text-align: right;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 28px;
    padding: 15px 17px 0 0;
  }
  .contact_item dt span {
    font-weight: normal;
    color: #f35858;
    font-size: 1.6rem;
    display: inline-block;
    margin-right: 7px;
  }
  .contact_item dd {
    width: -webkit-calc(100% - 159px);
    width: -moz-calc(100% - 159px);
    width: calc(100% - 159px);
  }
  .contact_item dd label,
  .contact_item dd input,
  .contact_item dd textarea,
  .contact_item dd p {
    font-size: 1.6rem;
    letter-spacing: .8px;
    line-height: 28px;
    color: #000;
  }
  .contact_item dd input,
  .contact_item dd textarea {
    width: 100%;
    border: 0;
    outline: none;
    background: #f1f1f1;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 15px 14px 14px;
    -moz-border-radius: 0;
         border-radius: 0;
  }
  .contact_item dd textarea {
    resize: vertical;
    height: 197px;
  }
  .contact_item dd input::-webkit-input-placeholder,
  .contact_item dd textarea::-webkit-input-placeholder {
    color: #acacac;
  }
  .contact_item dd input::-moz-placeholder,
  .contact_item dd textarea::-moz-placeholder {
    color: #acacac;
  }
  .contact_item dd input:-ms-input-placeholder,
  .contact_item dd textarea:-ms-input-placeholder {
    color: #acacac;
  }
  .contact_item dd input:-moz-placeholder,
  .contact_item dd textarea:-moz-placeholder {
    color: #acacac;
  }
  /*confirm page*/
  .confirm .contact_item dl {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0;
    border-top: 1px dotted #7d7d7d;
  }
  .confirm .contact_item dl dt {
    width: 215px;
    padding: 19px 17px 23px 0;
  }
  .confirm .contact_item dl dd {
    width: -webkit-calc(100% - 215px);
    width: -moz-calc(100% - 215px);
    width: calc(100% - 215px);
    background: #fff;
    padding: 19px 0 17px;
  }
  .confirm .contact_item dl:last-of-type {
    border-bottom: 1px dotted #7d7d7d;
  }
  /*error page*/
  .error {
    margin-bottom: -17px;
  }
  .error dd input,
  .error dd textarea {
    background: #fff1f2;
  }
  .error p.error_txt {
    color: #f35858;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  /*complete page*/
  .complete {
    text-align: center;
  }
  .complete_title {
    font-weight: bold;
    font-size: 4.4rem;
    letter-spacing: 1.76px;
    margin-bottom: 27px;
    color: #000;
  }
  .complete_sub_title {
    font-weight: bold;
    font-size: 3rem;
    letter-spacing: 1.2px;
    margin-bottom: 29px;
    color: #000;
  }
  .complete_txt {
    font-size: 1.8rem;
    letter-spacing: .72px;
    line-height: 40px;
    color: #000;
  }
  .complete .submit {
    margin-top: 88px;
  }
}

@media screen and (max-width: 768px) {
  .show_pc {
    display: none !important;
  }
  .container {
    min-width: 320px;
  }
  .inner {
    padding: 0 3.90625vw;
  }
  .inner_small {
    padding: 0 3.90625vw;
  }
  img {
    max-width: 100%;
  }
  body {
    padding-top: 20.57292vw;
  }
  .header {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    height: 20.70312vw;
    padding: 5.98958vw 3.90625vw 6.11979vw;
    z-index: 9999;
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
         box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
  .header .logo {
    width: 78.64583vw;
    z-index: 30;
  }
  .header .logo a {
    display: block;
  }
  .header .logo a img {
    display: block;
  }
  .header .contact_link {
    color: #fff;
    margin: 5.72917vw auto;
    background: #d02727;
    width: 89.58333vw;
    height: 16.92708vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 3.64583vw;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 4.6875vw;
    font-weight: bold;
  }
  .header .hamburger_btn {
    background-color: transparent;
    height: 6.90104vw;
    width: 7.8125vw;
    border: none;
    outline: none;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 6.64062vw;
    right: 3.25521vw;
    z-index: 99999;
    padding: 0;
    -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .header .hamburger_btn span {
    position: relative;
    display: block;
    width: 6.64062vw;
    height: 3px;
    right: 0;
    background-color: #0069b1;
    -webkit-transition: background-color 0.35s;
    -moz-transition: background-color 0.35s;
    transition: background-color 0.35s;
  }
  .header .hamburger_btn span:before, .header .hamburger_btn span:after {
    content: '';
    display: block;
    height: 3px;
    background-color: #0069b1;
    position: absolute;
    right: 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    -moz-transition: transform 0.35s, -moz-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  }
  .header .hamburger_btn span:before {
    top: -2.86458vw;
    width: 7.8125vw;
  }
  .header .hamburger_btn span:after {
    width: 5.46875vw;
    bottom: -2.86458vw;
  }
  .header .hamburger_btn.active {
    right: 89.19271vw;
  }
  .header .hamburger_btn.active span {
    background-color: transparent;
  }
  .header .hamburger_btn.active span:before {
    width: 7.8125vw;
    background: #fff;
    -webkit-transform: translateY(2.86458vw) rotate(45deg);
       -moz-transform: translateY(2.86458vw) rotate(45deg);
        -ms-transform: translateY(2.86458vw) rotate(45deg);
            transform: translateY(2.86458vw) rotate(45deg);
  }
  .header .hamburger_btn.active span:after {
    width: 7.8125vw;
    background: #fff;
    -webkit-transform: translateY(-2.86458vw) rotate(-45deg);
       -moz-transform: translateY(-2.86458vw) rotate(-45deg);
        -ms-transform: translateY(-2.86458vw) rotate(-45deg);
            transform: translateY(-2.86458vw) rotate(-45deg);
  }
  .header .head_bot {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    -webkit-transition: right 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: right 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: right 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .header .head_bot.active {
    right: 0;
    z-index: 2;
  }
  .header .head_bot .main_menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 84.24479vw;
    height: 100%;
    -webkit-transition: -webkit-transform .35s ease;
    transition: -webkit-transform .35s ease;
    -moz-transition: transform .35s ease, -moz-transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease, -moz-transform .35s ease;
    background-color: #0068b7;
    overflow: auto;
    z-index: 10;
    padding: 15.625vw 0 15.625vw 7.8125vw;
  }
  .header .head_bot .main_menu .menu_link li:not(:first-child) {
    margin-top: 7.8125vw;
  }
  .header .head_bot .main_menu .menu_link li a {
    color: #fff;
    letter-spacing: 0.26042vw;
    font-size: 4.42708vw;
    display: block;
    font-weight: bold;
  }
  .header .head_bot .main_menu .menu_link li a em {
    display: none;
  }
  .header .head_bot .contact_linksp {
    color: #0068b7;
    margin: 11.71875vw 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 68.48958vw;
    height: 13.02083vw;
    background: #fff;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 4.29688vw;
  }
  .header .head_bot .contact_linksp span {
    padding-left: 9.89583vw;
    position: relative;
  }
  .header .head_bot .contact_linksp span:before {
    position: absolute;
    content: "";
    width: 4.81771vw;
    height: 3.64583vw;
    background: url(/common/images/ic_mail_sp.png);
    -moz-background-size: cover;
         background-size: cover;
    top: 1.43229vw;
    left: 0;
  }
  .header .head_bot .contact_phone {
    margin-top: 9.375vw;
  }
  .header .head_bot .contact_phone a {
    color: #fff;
    font-size: 9.11458vw;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    padding-left: 7.03125vw;
    position: relative;
    letter-spacing: 1px;
  }
  .header .head_bot .contact_phone a:before {
    position: absolute;
    content: "";
    width: 5.72917vw;
    height: 7.68229vw;
    background: url(/common/images/icon_phone_top_sp.png);
    -moz-background-size: cover;
         background-size: cover;
    top: 1.95312vw;
    left: 0.26042vw;
  }
  .header .head_bot .contact_phone p.work_hour {
    font-size: 4.16667vw;
    color: #fff;
    text-indent: -0.91146vw;
    letter-spacing: 0.52083vw;
  }
  .header .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
  }
  .header .overlay.active {
    display: block;
  }
  .footer {
    background: #0068b7;
    position: relative;
  }
  .footer .top_footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 7.42188vw 0 7.8125vw;
  }
  .footer .top_footer .foot_logo {
    width: 84.375vw;
  }
  .footer .copy_right {
    padding: 7.42188vw 0;
    border-top: 1px solid #fff;
  }
  .footer .copy_right p {
    color: #fff;
    font-size: 3.64583vw;
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-weight: 300;
  }
  .footer .page_top {
    position: absolute;
    top: -9.375vw;
    right: 3.90625vw;
    width: 17.57812vw;
    height: 15.23438vw;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #0068b7;
    text-align: center;
    color: #fff;
    padding-top: 7.8125vw;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 3.64583vw;
  }
  .footer .page_top:before {
    content: "";
    position: absolute;
    width: 4.42708vw;
    height: 2.60417vw;
    background: url(/common/images/ar_top_sp.png);
    -moz-background-size: cover;
         background-size: cover;
    top: 3.38542vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .breakrumb {
    display: none;
  }
  .main_banner {
    background-color: #e2f3fe;
  }
  .main_banner .inner_small {
    height: 33.85417vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main_banner span {
    display: block;
    color: #0069b1;
    font-size: 7.29167vw;
    font-weight: bold;
  }
  /* ------banner----- */
  /* ------button----- */
  a.default_btn,
  button.default_btn {
    position: relative;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 68.35938vw;
    height: 13.02083vw;
    background-color: #0068b7;
    border: none;
    outline: none;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
  }
  a.default_btn span,
  button.default_btn span {
    font-size: 4.16667vw;
    letter-spacing: 0.20833vw;
    z-index: 2;
  }
  a.default_btn:after,
  button.default_btn:after {
    content: '';
    display: inline-block;
    width: 1.95312vw;
    height: 3.25521vw;
    background: url("../images/left_arr_white_sp.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 4.16667vw;
    -webkit-transition: .35s ease;
    -moz-transition: .35s ease;
    transition: .35s ease;
    z-index: 2;
  }
  .group_form {
    position: relative;
  }
  .group_form input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: auto;
    padding: 0;
  }
  .group_form input[type="radio"] + label {
    cursor: pointer;
    margin-right: 10.41667vw;
  }
  .group_form input[type="radio"] + label:before {
    content: '';
    background: #f1f1f1;
    -moz-border-radius: 50%;
         border-radius: 50%;
    border: 1px solid #e6e6e6;
    display: inline-block;
    width: 4.16667vw;
    height: 4.16667vw;
    position: relative;
    top: 1.82292vw;
    margin-right: 2.60417vw;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  .group_form input[type="radio"]:checked + label:before {
    background-color: #ff7f17;
    -moz-box-shadow: inset 0 0 0 0.65104vw #f1f1f1;
         box-shadow: inset 0 0 0 0.65104vw #f1f1f1;
  }
  .group_form input[type="radio"]:focus + label:before {
    outline: none;
    border-color: #e6e6e6;
  }
  .group_form input[type="radio"]:disabled + label:before {
    -moz-box-shadow: inset 0 0 0 0.65104vw #f1f1f1;
         box-shadow: inset 0 0 0 0.65104vw #f1f1f1;
    border-color: #bfbfbf;
    background: #bfbfbf;
  }
  .group_form input[type="radio"] + label:empty:before {
    margin-right: 0;
  }
  .checkbox {
    text-align: center;
  }
  .checkbox a {
    text-decoration: underline;
    text-underline-position: under;
  }
  .checkbox a:hover {
    text-decoration: none;
  }
  .checkbox.required input[type="checkbox"]:not(:checked) + label:before,
  .checkbox.required input[type="checkbox"]:checked + label:before {
    background-color: #fff1f2;
  }
  input[type="checkbox"]:not(:checked), input[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
  }
  input[type="checkbox"]:not(:checked) + label,
  input[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 7.29167vw;
    cursor: pointer;
    font-size: 3.64583vw;
    line-height: 4.94792vw;
  }
  input[type="checkbox"]:not(:checked) + label:before,
  input[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4.6875vw;
    height: 4.6875vw;
    border: 1px solid #d7d7d7;
    background-color: #fff;
    z-index: 1;
  }
  input[type="checkbox"]:not(:checked) + label:after,
  input[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    top: 0.78125vw;
    left: 0.39062vw;
    line-height: 0.8;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    background: url("/common/images/check_arr_sp.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 3.90625vw;
    height: 3.25521vw;
    z-index: 2;
  }
  input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }
  input[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  input[type="checkbox"]:disabled:not(:checked) + label:before,
  input[type="checkbox"]:disabled:checked + label:before {
    -moz-box-shadow: none;
         box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
  }
  input[type="checkbox"]:disabled:checked + label:after {
    color: #999;
  }
  input[type="checkbox"]:disabled + label {
    color: #aaa;
  }
  .contact_item dl {
    padding-bottom: 5.20833vw;
  }
  .contact_item dt {
    font-weight: bold;
    font-size: 4.16667vw;
    padding-bottom: 1.30208vw;
  }
  .contact_item dt span {
    font-weight: normal;
    color: #f35858;
    font-size: 4.16667vw;
    display: inline-block;
  }
  .contact_item dd {
    font-size: 4.16667vw;
    color: #000;
  }
  .contact_item dd label,
  .contact_item dd input,
  .contact_item dd textarea,
  .contact_item dd p {
    font-size: 4.16667vw;
  }
  .contact_item dd input,
  .contact_item dd textarea {
    background: #f1f1f1;
    width: 100%;
    outline-color: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 3.25521vw 2.60417vw;
    -moz-border-radius: 0;
         border-radius: 0;
  }
  .contact_item dd textarea {
    resize: none;
    height: 65.10417vw;
  }
  .contact_item dd input::-webkit-input-placeholder,
  .contact_item dd textarea::-webkit-input-placeholder {
    color: #acacac;
  }
  .contact_item dd input::-moz-placeholder,
  .contact_item dd textarea::-moz-placeholder {
    color: #acacac;
  }
  .contact_item dd input:-ms-input-placeholder,
  .contact_item dd textarea:-ms-input-placeholder {
    color: #acacac;
  }
  .contact_item dd input:-moz-placeholder,
  .contact_item dd textarea:-moz-placeholder {
    color: #acacac;
  }
  /*confirm page*/
  .confirm .contact_item dl {
    margin: 0;
    padding: 0;
    border-top: 1px dotted #7d7d7d;
  }
  .confirm .contact_item dl dt {
    padding: 2.60417vw;
  }
  .confirm .contact_item dl dd {
    background: #fff;
    padding: 2.60417vw;
  }
  .confirm .contact_item dl:last-of-type {
    border-bottom: 1px dotted #7d7d7d;
  }
  /*error page*/
  .error dd input,
  .error dd textarea {
    background: #fff1f2;
  }
  .error p.error_txt {
    color: #f35858;
    font-size: 3.64583vw;
    letter-spacing: 0;
    padding-top: 1.30208vw;
  }
  /*complete page*/
  .complete {
    text-align: center;
  }
  .complete_title {
    font-weight: bold;
    font-size: 8.59375vw;
    letter-spacing: 0.52083vw;
    margin-bottom: 3.90625vw;
    color: #000;
  }
  .complete_sub_title {
    font-weight: bold;
    font-size: 5.72917vw;
    letter-spacing: 0.26042vw;
    margin-bottom: 7.8125vw;
    color: #000;
  }
  .complete_txt {
    font-size: 3.90625vw;
    line-height: 1.6;
    color: #000;
  }
  .complete .submit {
    margin-top: 15.625vw;
  }
}
