@charset "UTF-8";
.two-text-photo-box {
  margin-top: 30px !important;
}
@media (max-width: 760px) {
  .two-text-photo-box {
    margin-top: 15px !important;
  }
}

.table-type-01, .anchor-list, .two-photo-text-box, .three-list-box, .photo-list, .three-box, .two-float-box, .head-h4, .head-h3 {
  margin-top: 50px !important;
}
@media (max-width: 760px) {
  .table-type-01, .anchor-list, .two-photo-text-box, .three-list-box, .photo-list, .three-box, .two-float-box, .head-h4, .head-h3 {
    margin-top: 25px !important;
  }
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow-x: hidden;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: helvetica, arial, "hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif !important;
  }
}
html,
body,
div,
span,
object,
iframe,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ul {
  font-size: 0;
}

li {
  list-style: none;
  font-size: 17px;
}
@media (max-width: 760px) {
  li {
    font-size: 13px;
  }
}

ol {
  margin-left: 20px;
}
ol li {
  font-size: 15px;
  margin-top: 20px;
  list-style: decimal;
  line-height: 23px;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: black;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

p {
  font-size: 14px;
  line-height: 26px;
}
@media (max-width: 760px) {
  p {
    font-size: 13px;
    line-height: 25px;
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td,
table th {
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 760px) {
  table td,
  table th {
    font-size: 13px;
  }
}

textarea {
  overflow: auto;
  resize: vertical;
}

br.clear_noie {
  clear: both;
  display: inline;
  line-height: 0;
}

.common-top h1 {
  color: black;
  margin-top: 45vh;
  margin-bottom: 40vh;
  text-align: center;
}

.bace-btn {
  max-width: 155px;
  font-size: 13px;
  color: white;
  font-weight: bold;
  border: solid 1px #fff;
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto;
  text-transform: uppercase;
  line-height: 1;
}
.bace-btn a {
  display: block;
  color: white;
  padding: 9px 0px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}
.bace-btn a:hover {
  background: #ea8801;
  color: white;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}

.bace-box {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .bace-box {
    width: 95%;
    margin: 0 auto;
  }
}

.breadcrumb {
  margin: 0 auto;
  margin-top: 140px;
  margin-bottom: 15px;
  padding-left: 0;
  max-width: 1200px;
  padding-left: 18px;
}
@media screen and (max-width: 760px) {
  .breadcrumb {
    margin-top: 15px;
    margin-bottom: 10px;
  }
}

.breadcrumb li {
  display: inline;
  font-size: 12px;
  list-style: none;
  font-weight: bold;
  padding-left: 6px;
}

.breadcrumb li:after {
  font-family: FontAwesome;
  content: "\f105";
  padding: 0 7px;
  color: #000;
}

.breadcrumb li:last-child:after {
  content: "";
}

.breadcrumb li a {
  text-decoration: none;
  color: #000;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.inner-mv {
  width: 100%;
  text-align: center;
}
.inner-mv h1 {
  font-size: 60px;
  color: white;
  font-family: "Cabin Condensed", sans-serif;
  padding: 70px 0px 9px 0px;
  margin: 0;
}
@media screen and (max-width: 760px) {
  .inner-mv h1 {
    font-size: 35px;
    padding: 50px 0px 5px 0px;
  }
}
.inner-mv .text {
  font-size: 18px;
  color: white;
  font-weight: bold;
  padding-bottom: 75px;
}
@media screen and (max-width: 760px) {
  .inner-mv .text {
    font-size: 15px;
    padding-bottom: 35px;
  }
}

.pager-list {
  margin-top: 50px;
  text-align: center;
}
.pager-list .active {
  background: #ea8801 !important;
}
.pager-list .active a,
.pager-list .active span {
  color: white !important;
}
.pager-list li {
  font-size: 15px;
  display: inline-block;
  margin-right: 5px;
}
.pager-list li a,
.pager-list li span {
  padding: 12px 15px;
  display: block;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}
.pager-list li a:hover,
.pager-list li span:hover {
  color: white;
  background: #ea8801;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}

.back-link-box {
  max-width: 1200px;
  margin: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #e3e3e3;
  -js-display: flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 760px) {
  .back-link-box {
    width: 95%;
    margin: auto;
  }
}
.back-link-box .left-box {
  max-width: 54px;
  background: #303a4c;
}
@media screen and (max-width: 1200px) {
  .back-link-box .left-box {
    margin-left: 25px;
  }
}
.back-link-box .left-box a {
  display: block;
  padding: 11px 30px 11px 21px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}
.back-link-box .left-box a:hover {
  background: black;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}
.back-link-box .left-box .fa {
  font-size: 30px;
  color: white;
}
.back-link-box .center-box {
  text-align: center;
}
.back-link-box .center-box .text {
  font-size: 13px;
  color: white;
  font-weight: bold;
  width: 230px;
  text-transform: uppercase;
  line-height: 1;
  margin: auto;
}
@media screen and (max-width: 760px) {
  .back-link-box .center-box .text {
    width: 150px;
  }
}
.back-link-box .center-box .text a {
  background: #ea8801;
  padding: 20px 0px;
  display: block;
  color: white;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}
.back-link-box .center-box .text a:hover {
  background: #d10023;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}
.back-link-box .right-box {
  max-width: 54px;
  background: #303a4c;
}
@media screen and (max-width: 1200px) {
  .back-link-box .right-box {
    margin-right: 25px;
  }
}
.back-link-box .right-box a {
  display: block;
  padding: 11px 27px 11px 24px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}
.back-link-box .right-box a:hover {
  background: black;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}
.back-link-box .right-box a .fa {
  font-size: 30px;
  color: white;
}

.bace-country-list-box {
  max-width: 1200px;
  margin: auto;
  padding-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .bace-country-list-box {
    width: 95%;
  }
}
.bace-country-list-box .bace-country-list {
  padding-bottom: 20px;
  margin-top: 50px;
}
@media screen and (max-width: 760px) {
  .bace-country-list-box .bace-country-list {
    margin-top: 25px;
  }
}
.bace-country-list-box .bace-country-list:last-child {
  padding-bottom: 0px;
}
.bace-country-list-box .bace-country-list li {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 20px;
}
.bace-country-list-box .bace-country-list li .right-box {
  width: 30%;
  float: left;
  box-sizing: border-box;
}
@media only screen and (max-width: 760px) {
  .bace-country-list-box .bace-country-list li .right-box {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 760px) {
  .bace-country-list-box .bace-country-list li .right-box {
    margin: auto;
    text-align: center;
  }
}
.bace-country-list-box .bace-country-list li .right-box img {
  max-width: 100%;
}
.bace-country-list-box .bace-country-list li .left-box {
  width: 70%;
  float: right;
  box-sizing: border-box;
  padding-right: 40px;
}
@media only screen and (max-width: 760px) {
  .bace-country-list-box .bace-country-list li .left-box {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .bace-country-list-box .bace-country-list li .left-box {
    padding-right: 0;
  }
}
.bace-country-list-box .bace-country-list li .left-box .title {
  padding-top: 38px;
  padding-left: 38px;
  font-size: 55px;
  font-weight: bold;
  color: #ea8801;
  margin-bottom: 30px;
  font-family: "Cabin Condensed", sans-serif;
  letter-spacing: 1px;
}
@media screen and (max-width: 1100px) {
  .bace-country-list-box .bace-country-list li .left-box .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 760px) {
  .bace-country-list-box .bace-country-list li .left-box .title {
    padding-left: 0;
    font-size: 25px;
    padding-top: 15px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.bace-country-list-box .bace-country-list li .left-box .title span {
  font-size: 19px;
  padding-left: 10px;
  color: black;
}
@media screen and (max-width: 760px) {
  .bace-country-list-box .bace-country-list li .left-box .title span {
    font-size: 13px;
    padding-left: 5px;
  }
}
.bace-country-list-box .country-list {
  padding-left: 20px;
}
@media screen and (max-width: 760px) {
  .bace-country-list-box .country-list {
    padding-left: 0;
  }
}
.bace-country-list-box .country-list li {
  font-size: 20px;
  display: inline-block;
  padding-right: 18px;
  padding-left: 15px;
  margin-bottom: 28px;
  border-right: 1px solid #000;
  letter-spacing: -1px;
  font-weight: bold !important;
}
@media screen and (max-width: 760px) {
  .bace-country-list-box .country-list li {
    font-size: 15px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 15px;
  }
}
.bace-h2 {
  font-size: 35px;
  font-weight: bold;
  font-family: "Cabin Condensed", sans-serif;
}
@media screen and (max-width: 760px) {
  .bace-h2 {
    font-size: 25px;
  }
}

.bace-table {
  width: 100%;
  margin-top: 25px;
  border: solid 1px #dcdcdc;
}
.bace-table tr {
  border-bottom: 1px solid #dcdcdc;
}
.bace-table th {
  background: #f3f3f3;
  width: 28%;
  color: black;
  font-weight: bold;
  vertical-align: middle;
  padding: 0px 20px;
  font-size: 15px;
}
@media screen and (max-width: 760px) {
  .bace-table th {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 10px 0px;
  }
}
.bace-table td {
  width: 72%;
  padding: 15px 20px;
  line-height: 30px;
  font-size: 13px;
}
@media screen and (max-width: 760px) {
  .bace-table td {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 15px;
  }
}
.bace-table td .orange-text {
  font-weight: bold;
  color: #ea8801;
  font-size: 13px;
}

.bace-btn2 {
  width: 150px;
  font-size: 11px;
  color: white;
  line-height: 1;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  margin-top: 45px;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .bace-btn2 {
    margin-top: 10px;
  }
}
.bace-btn2 a {
  color: white;
  padding: 10px 0px;
  display: block;
  background: #909090;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}
.bace-btn2 a:hover {
  background: #000;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}

.first-fq-box {
  background: #f2f5f8;
  padding: 50px 0px;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 760px) {
  .first-fq-box {
    padding: 25px 0px;
  }
}
.first-fq-box .title {
  font-size: 20px;
  text-align: center;
}
.first-fq-box .title span {
  display: block;
  font-size: 75px;
  color: #ea8801;
  opacity: 0.1;
  font-family: "Cabin Condensed", sans-serif;
}
@media screen and (max-width: 760px) {
  .first-fq-box .title span {
    font-size: 45px;
  }
}
.first-fq-box .fq-select-list {
  max-width: 1100px;
  margin: auto;
  margin-top: 50px;
}
@media screen and (max-width: 1100px) {
  .first-fq-box .fq-select-list {
    width: 95%;
    margin-bottom: 25px;
  }
}
.first-fq-box .fq-select-list li {
  display: inline-block;
  width: 88%;
  margin-right: 5.8%;
  margin-left: 5.8%;
}
@media screen and (max-width: 760px) {
  .first-fq-box .fq-select-list li {
    width: 100%;
    margin: 0;
    display: block;
    margin-bottom: 20px;
  }
}
.first-fq-box .fq-select-list li .select-title {
  font-size: 36px;
  color: #ea8801;
  font-weight: bold;
  font-family: "Cabin Condensed", sans-serif;
  margin-top: 15px;
}
@media screen and (max-width: 760px) {
  .first-fq-box .fq-select-list li .select-title {
    font-size: 25px;
  }
}
.first-fq-box .fq-select-list li .select-title span {
  font-size: 15px;
  font-weight: bold;
  color: black;
  padding-left: 6px;
}

.select-box {
  font-size: 15px;
  margin-top: 10px;
  padding: 8px 20px 12px 20px;
  width: 100%;
  font-weight: bold;
  cursor: pointer;
  color: #313131;
}

.sp-show .logo_space_alt {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  background-color: white;
  padding: 20px 13px 20px 15px;
}
.sp-show .logo_space_alt img {
  width: 43%;
}

.header {
  width: 100%;
  padding-top: 15px;
  position: fixed;
  background: #fff;
  top: 0;
  z-index: 999;
}
@media screen and (max-width: 760px) {
  .header {
    display: none;
  }
}
.header .top-nav {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
}
.header .top-nav .left-box {
  width: 280px;
  float: left;
  box-sizing: border-box;
}
@media only screen and (max-width: 760px) {
  .header .top-nav .left-box {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}
.header .top-nav .right-box {
  width: 70%;
  float: right;
  box-sizing: border-box;
  text-align: right;
}
@media only screen and (max-width: 760px) {
  .header .top-nav .right-box {
    float: none;
    width: 100%;
  }
}
.header .top-nav .right-box .other-nav-list li {
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
}
.header .top-nav .right-box .other-nav-list .lang-box {
  border: 1px solid #cccccc;
  border-radius: 20px;
  width: 80px;
  position: relative;
}
.header .top-nav .right-box .other-nav-list .lang-box p {
  text-align: left;
  padding-left: 15px;
}
.header .top-nav .right-box .other-nav-list .lang-box p .icon {
  top: 3px;
  position: absolute;
}
.header .top-nav .right-box .other-nav-list .lang-box p .text {
  padding-left: 22px;
}
.header .top-nav .right-box .other-nav-list .lang-box p .text i {
  font-size: 8px;
  top: 10px;
  position: absolute;
  right: 12px;
}
.header .top-nav .right-box .other-nav-list .contat-box {
  max-width: 450px;
  font-size: 16px;
  font-family: "Cabin Condensed", sans-serif;
  color: white;
  background: #ea8801;
  margin-left: 15px;
  letter-spacing: 1px;
  position: relative;
}
.header .top-nav .right-box .other-nav-list .contat-box::before {
  content: url(/lib/cmn-img/mail-icon.png);
  position: absolute;
  top: 8px;
  left: 10px;
  pointer-events: none;
}
.header .top-nav .right-box .other-nav-list .contat-box a {
  padding: 8px 8px 8px 30px;
  display: block;
  color: white;
}
.header .gnav-box {
  width: 100%;
  margin-top: 15px;
  background: #ea8801;
  position: relative;
}
.header .gnav-list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 32px 13px 32px;
  box-sizing: border-box;
  -js-display: flex;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 760px) {
  .header .gnav-list {
    flex-direction: column;
  }
}
.header .gnav-list li {
  font-size: 16px;
  color: white;
  text-align: center;
  font-weight: bold;
}
.header .gnav-list li .drop-down-menu-box {
  display: none;
  position: absolute;
  top: 57px;
  left: 0;
  background: #000;
  opacity: 0.9;
  width: 100%;
  padding: 15px 0px;
}
.header .gnav-list li .drop-down-menu-box .drop-down-menu-list {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
  padding-left: 0px;
}
.header .gnav-list li .drop-down-menu-box li {
  font-size: 13px;
  color: white;
  font-weight: bold;
  float: left;
  width: auto;
  padding-right: 40px;
}
.header .gnav-list a {
  color: white;
}

.btn-2 {
  letter-spacing: 0;
  cursor: pointer;
}

.btn-2:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1.5px solid rgba(255, 255, 255, 0);
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  margin-top: 5px;
  position: relative;
  -webkit-transition: all 180ms ease-in-out;
  -o-transition: all 180ms ease-in-out;
  transition: all 180ms ease-in-out;
  width: 0;
}

.btn-2:hover:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-color: #fff;
  -webkit-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
  width: 100%;
}

.btn-2:hover:after {
  bottom: auto;
  top: 0;
  width: 100%;
}

#form02 {
  background-color: #fffaf3;
  max-width: 170px;
  height: 28px;
  border: 1px #cccccc solid;
  padding-left: 3px;
}
#form02 ::before {
  content: "a";
  position: absolute;
}

#form02 input {
  vertical-align: top;
  margin: 0px;
  height: 100%;
  box-sizing: border-box;
  background-color: transparent;
}

#form02 {
  border-radius: 30px;
}

#input02 {
  border: none;
  max-width: 170px;
  padding-left: 10px;
  box-sizing: border-box;
}

#input02 {
  position: relative;
}
#input02::before {
  content: url(/lib/cmn-img/search-icon.png);
  position: absolute;
}

.footer {
  width: 100%;
  background: #4d4d4d;
}
.footer .footer-sitemap-list {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 25px;
  overflow: hidden;
  zoom: 1;
}
@media (max-width: 1200px) {
  .footer .footer-sitemap-list {
    width: 95%;
    margin: 0 auto;
  }
}
.footer .footer-sitemap-list li {
  width: 20%;
  float: left;
  text-align: right;
  color: white;
}
@media (max-width: 760px) {
  .footer .footer-sitemap-list li {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
}
.footer .footer-sitemap-list .title {
  display: block;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 24px;
  text-align: left;
}
.footer .footer-sitemap-list .title a {
  color: #ea8801;
}
.footer .footer-sitemap-list .sub-link {
  display: block;
  text-align: left;
  margin-bottom: 15px;
  font-size: 14px;
}
.footer .footer-sitemap-list .sub-link a {
  color: white;
}
.footer .footer-line {
  width: 100%;
  padding-top: 55px;
  border-bottom: 1px solid #78787b;
}
@media (max-width: 760px) {
  .footer .footer-line {
    padding-top: 0px;
  }
}
.footer .sub-footer-list {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
  padding: 25px 0px;
}
.footer .sub-footer-list .copy-box {
  float: left;
}
@media (max-width: 760px) {
  .footer .sub-footer-list .copy-box {
    float: none;
    text-align: center;
  }
}
.footer .sub-footer-list .copy-box .text {
  color: #cbcbcb;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  line-height: 1;
}
.footer .sub-footer-list .right-box {
  float: right;
}
@media (max-width: 760px) {
  .footer .sub-footer-list .right-box {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
}
.footer .sub-footer-list .other-link-list {
  overflow: hidden;
  zoom: 1;
}
@media (max-width: 760px) {
  .footer .sub-footer-list .other-link-list {
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.footer .sub-footer-list li {
  float: left;
  font-size: 11px;
  color: white;
  font-weight: bold;
  margin-right: 20px;
}
@media (max-width: 760px) {
  .footer .sub-footer-list li {
    float: none;
    display: inline-block;
  }
}
.footer .sub-footer-list li:last-child {
  margin-right: 0px;
}
.footer .sub-footer-list a {
  color: white;
}
/*----------------------------------------------------
    ☆見出し
----------------------------------------------------*/
.head-h1 {
  font-size: 30px;
  color: #000;
  padding-bottom: 15px;
  border-bottom: 1px solid #c5c5c5;
}

.head-h2 {
  padding: 14px;
  background: #f5f5f5;
  border-bottom: 1px solid #c5c5c5;
  border-left: #01538d solid 4px;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #000;
  line-height: 23px;
}

.head-h2 + p {
  margin-top: 20px;
}

.head-h2 + table {
  margin-top: 20px;
}

.head_h2 + ul {
  margin-top: 20px;
}

.head-h3 {
  padding-bottom: 5px;
  border-bottom: 2px solid #ea8801;
  font-size: 18px;
  color: #ea8801;
  line-height: 25px;
  font-weight: bold;
  position: relative;
}

.head-h3 + p {
  margin-top: 15px;
}

.head-h4 {
  color: #ea8801;
  font-size: 15px;
  font-weight: bold;
}

/*----------------------------------------------------
    ☆breadcrumb
----------------------------------------------------*/
/*----------------------------------------------------
    ☆box-leaaut
----------------------------------------------------*/
.two-float-box {
  overflow: hidden;
  zoom: 1;
}
.two-float-box ul li:first-child {
  width: 49%;
  float: right;
  box-sizing: border-box;
}
@media only screen and (max-width: 760px) {
  .two-float-box ul li:first-child {
    float: none;
    width: 100%;
  }
}
.two-float-box ul li:last-child {
  width: 49%;
  float: left;
  box-sizing: border-box;
}
@media only screen and (max-width: 760px) {
  .two-float-box ul li:last-child {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}

.three-box ul {
  -js-display: flex;
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 760px) {
  .three-box ul {
    flex-direction: column;
  }
}
.three-box ul li {
  margin: 0 10px;
}
@media (max-width: 760px) {
  .three-box ul li {
    margin-bottom: 15px !important;
  }
}
.three-box ul li:first-child {
  margin-left: 0%;
}
.three-box ul li:last-child {
  margin-right: 0%;
}

.photo-list ul {
  -js-display: flex;
  display: flex;
  justify-content: space-around;
}
.photo-list ul li {
  margin: 0 0.5%;
}
.photo-list ul li:first-child {
  margin-left: 0%;
}
.photo-list ul li:last-child {
  margin-right: 0%;
}

.three-list-box ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px 0px;
}
.three-list-box ul li {
  width: 33.3%;
  box-sizing: border-box;
  padding: 0% 0.5% 1%;
}

.two-photo-text-box {
  overflow: hidden;
  zoom: 1;
}
.two-photo-text-box .photo {
  width: 30%;
  float: left;
  box-sizing: border-box;
}
@media only screen and (max-width: 760px) {
  .two-photo-text-box .photo {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}
.two-photo-text-box .text {
  width: 68%;
  float: right;
  box-sizing: border-box;
}
@media only screen and (max-width: 760px) {
  .two-photo-text-box .text {
    float: none;
    width: 100%;
  }
}

.two-text-photo-box {
  overflow: hidden;
  zoom: 1;
}
.two-text-photo-box .photo {
  width: 68%;
  float: right;
  box-sizing: border-box;
}
@media only screen and (max-width: 760px) {
  .two-text-photo-box .photo {
    float: none;
    width: 100%;
  }
}
.two-text-photo-box .text {
  width: 30%;
  float: left;
  box-sizing: border-box;
}
@media only screen and (max-width: 760px) {
  .two-text-photo-box .text {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}

.anchor-list {
  text-align: center;
  width: 100%;
  -js-display: flex;
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 760px) {
  .anchor-list {
    flex-direction: column;
  }
}
.anchor-list li {
  width: 25%;
  border: 1px solid #d4d4d4;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border-right: none;
  transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -o-transition: all 0.8s ease-in-out 0s;
  position: relative;
}
@media (max-width: 760px) {
  .anchor-list li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.anchor-list li:last-child {
  border-right: 1px solid #d4d4d4;
}
.anchor-list li a {
  display: block;
  padding: 15px 0 25px 0px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}
.anchor-list li a::before {
  content: "▼";
  font-size: 4px !important;
  position: absolute;
  bottom: 10px;
  left: 49%;
}
.anchor-list li a::before:hover {
  color: white;
}
.anchor-list li a:hover {
  color: white;
  background: #ea8801;
}

/*----------------------------------------------------
    ☆table
----------------------------------------------------*/
.table-type-01 {
  border-top: solid 5px #ea8801;
}
.table-type-01 tr {
  border: 1px solid #cfcfcf;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  color: #111;
  line-height: 1.5;
}
.table-type-01 th {
  width: 20%;
  padding: 20px 0px;
  text-align: center;
  background: #fcfcfc;
  /* box-sizing: border-box; */
  /* -webkit-box-sizing: border-box; */
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border: 1px solid #cfcfcf;
  font-weight: bold;
  color: black;
  vertical-align: middle;
}
@media only screen and (max-width: 760px) {
  .table-type-01 th {
    display: block;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    text-align: left;
    padding: 15px 2% 15px;
    width: 100%;
  }
}
.table-type-01 td {
  width: 80%;
  padding: 20px 10px 15px 25px;
  background: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  vertical-align: middle;
}
@media only screen and (max-width: 760px) {
  .table-type-01 td {
    display: block;
    width: 100%;
    padding: 15px 2% 15px;
  }
}

/*----------------------------------------------------
    ☆top-back
----------------------------------------------------*/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #ea8801;
  opacity: 1;
}
@media (max-width: 760px) {
  #page_top {
    right: 0px;
    bottom: 70px;
  }
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before {
  font-family: FontAwesome;
  content: "\f106";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*----------------------------------------------------
    ☆conversion
----------------------------------------------------*/
.conversion-link {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 9999999999999;
}

.conversion-link li {
  background-color: black;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  padding: 11px 10px 11px 10px;
  text-align: center;
  line-height: 10px;
  vertical-align: top;
  width: 33.3%;
  background: #01538d;
  border-right: 1px solid white;
}
.conversion-link li:last-child {
  border-right: none;
}

.conversion-link li a {
  background: #01538d;
  color: white;
}

.conversion-link li span {
  display: block;
}

/*----------------------------------------------------
    ☆(margin)
----------------------------------------------------*/
.mt-0 {
  margin-top: 0px !important;
}

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

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

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

.mt-40 {
  margin-top: 40px !important;
}
@media (max-width: 760px) {
  .mt-40 {
    margin-top: 20px !important;
  }
}

.mt-45 {
  margin-top: 45px !important;
}
@media (max-width: 760px) {
  .mt-45 {
    margin-top: 20px !important;
  }
}

.mt-50 {
  margin-top: 50px !important;
}
@media (max-width: 760px) {
  .mt-50 {
    margin-top: 25px !important;
  }
}

.mt-60 {
  margin-top: 60px !important;
}
@media (max-width: 760px) {
  .mt-60 {
    margin-top: 30px !important;
  }
}

.mt-80 {
  margin-top: 80px !important;
}
@media (max-width: 760px) {
  .mt-80 {
    margin-top: 40px !important;
  }
}

.mt-100 {
  margin-top: 100px !important;
}
@media (max-width: 760px) {
  .mt-100 {
    margin-top: 50px !important;
  }
}

.mt-120 {
  margin-top: 120px !important;
}
@media (max-width: 760px) {
  .mt-120 {
    margin-top: 60px !important;
  }
}

.mt-150 {
  margin-top: 150px !important;
}
@media (max-width: 760px) {
  .mt-150 {
    margin-top: 75px !important;
  }
}

/*----------------------------------------------------
    ☆表示・移動
----------------------------------------------------*/
.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

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

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

.sp-show {
  display: none !important;
}
@media only screen and (max-width: 760px) {
  .sp-show {
    display: block !important;
  }
}

.text-color-red {
  color: red !important;
}

.text-link_color {
  color: #0000ff !important;
}
.text-color-white {
  color: white !important;
}

.fltR {
  float: right !important;
}
@media only screen and (max-width: 760px) {
  .fltR {
    float: none !important;
  }
}

.fltL {
  float: left !important;
}
@media only screen and (max-width: 760px) {
  .fltL {
    float: none !important;
  }
}

.w18 {
  width: 18% !important;
}
@media only screen and (max-width: 760px) {
  .w18 {
    width: 20% !important;
  }
}

.w-10 {
  width: 10% !important;
}

.small-text {
  font-size: 13px;
  margin-top: 10px;
}

@media only screen and (max-width: 760px) {
  .sp-width-100 {
    width: 100%;
  }
}

/*# sourceMappingURL=common.css.map */
