@charset "UTF-8";
/*-----------------------------------------------------*/
/* Bootstrap調整
/*-----------------------------------------------------*/
img {
  border: none;
  vertical-align: top;
}

p {
  margin: 0;
}

h1 {
  margin: 0;
  padding: 0;
  float: none;
}

h2 {
  margin: 0;
  padding: 0;
}

h3 {
  margin: 0;
  padding: 0;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 0;
}

.navbar-brand {
  float: none;
  height: 52px;
  padding: 0;
  font-size: 18px;
  line-height: 0;
}

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

dl {
  margin: 0;
  padding: 0;
  line-height: 1.9;
}

dt {
  line-height: 1.9;
  font-weight: normal;
}

dd {
  line-height: 1.9;
}

input[type="file"].form-control {
  height: 0;
}

@media screen and (max-width: 767px) {
  .radio input[type="radio"],
  .radio-inline input[type="radio"],
  .checkbox input[type="checkbox"],
  .checkbox-inline input[type="checkbox"] {
    margin-left: -23px !important;
  }
}

@media screen and (max-width: 767px) {
  .radio-inline,
  .checkbox-inline {
    padding-left: 25px;
  }
}

@media screen and (max-width: 767px) {
  .row .col {
    margin-bottom: 15px;
  }
  .row .col:last-child {
    margin-bottom: 0;
  }
}

.panel {
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-heading {
  padding: 14px 25px;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .panel-heading {
    padding: 12px;
  }
}

.panel-title {
  font-size: 2.1rem;
  text-align: left;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .panel-title {
    font-size: 1.7rem;
  }
}
.panel-title a {
  color: #e54100;
  text-decoration: underline;
}

.panel-body {
  padding: 24px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .panel-body {
    padding: 12px 12px 15px 12px;
  }
}
.panel-body .pic {
  display: table;
}
.panel-body .pic a {
  display: table-cell;
  vertical-align: middle;
}
.panel-body .pic img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .panel-footer {
    padding-top: 5px;
    padding-bottom: 4px;
  }
}

.panel-black .panel-heading {
  background-color: #666;
  color: #fff;
}

.panel-warning .panel-heading {
  background-color: #f5ae3e;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .alert {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.alert a {
  text-decoration: underline;
}

.btn-lg {
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 767px) {
  .btn-lg {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .well {
    padding: 15px 15px 15px 15px;
    font-size: 1.6rem;
  }
}
.well h3 {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .well h3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .well p {
    font-size: 1.6rem;
  }
}

.well-sm {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  .well-lg {
    padding: 15px 15px 15px 15px;
  }
}

@media screen and (max-width: 767px) {
  .table-responsive {
    overflow-x: auto;
  }
  .table-responsive::-webkit-scrollbar {
    height: 3px;
  }
  .table-responsive::-webkit-scrollbar-track {
    background: #f5f5f5;
  }
  .table-responsive::-webkit-scrollbar-thumb {
    background: #767676;
  }
}

/*-----------------------------------------------------*/
/* object
/*-----------------------------------------------------*/
.contents, .g-nav, .footer, .f-nav, section {
  *zoom: 1;
}
.contents:after, .g-nav:after, .footer:after, .f-nav:after, section:after {
  content: "";
  display: table;
  clear: both;
}

.vam {
  vertical-align: middle;
}

.vab {
  vertical-align: bottom;
}

.vat {
  vertical-align: top;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

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

.mr-5 {
  margin-right: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

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

.mr-10 {
  margin-right: 10px !important;
}

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

.ml-10 {
  margin-left: 10px !important;
}

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

.mr-15 {
  margin-right: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

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

.mr-20 {
  margin-right: 20px !important;
}

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

.ml-20 {
  margin-left: 20px !important;
}

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

.mr-25 {
  margin-right: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

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

.mr-30 {
  margin-right: 30px !important;
}

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

.ml-30 {
  margin-left: 30px !important;
}

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

.mr-40 {
  margin-right: 40px !important;
}

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

.ml-40 {
  margin-left: 40px !important;
}

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

.mr-50 {
  margin-right: 50px !important;
}

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

.ml-50 {
  margin-left: 50px !important;
}

.mt-pc60sp30 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .mt-pc60sp30 {
    margin-top: 30px;
  }
}

.mb-pc20sp10 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mb-pc20sp10 {
    margin-bottom: 10px;
  }
}

.mb-pc20sp15 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mb-pc20sp15 {
    margin-bottom: 15px;
  }
}

.mb-pc30sp10 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .mb-pc30sp10 {
    margin-bottom: 10px;
  }
}

.mb-pc30sp15 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .mb-pc30sp15 {
    margin-bottom: 15px;
  }
}

.mb-pc30sp20 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .mb-pc30sp20 {
    margin-bottom: 20px;
  }
}

.mb-pc40sp20 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .mb-pc40sp20 {
    margin-bottom: 20px;
  }
}

.mb-pc40sp25 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .mb-pc40sp25 {
    margin-bottom: 25px;
  }
}

.mb-pc50sp30 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .mb-pc50sp30 {
    margin-bottom: 30px;
  }
}

.mb-pc70sp30 {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .mb-pc70sp30 {
    margin-bottom: 30px;
  }
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pt-5 {
  padding-top: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

em, strong {
  font-weight: bold;
  font-style: normal;
}

.bold {
  font-weight: bold !important;
}

.normal {
  font-weight: normal !important;
}

.fz-df {
  font-size: 1.4rem;
}

.fz-l {
  font-size: 1.8rem;
}

.fz-s {
  font-size: 1.4rem;
}

.lh10{
  line-height: 1 !important;
}

.lh15{
  line-height: 1.5 !important;
}

.lh18{
  line-height: 1.8 !important;
}

.lh20{
  line-height: 2.0 !important;
}

.no-bg {
  background: none !important;
}

.no-border {
  border: none !important;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.tal{
  text-align: left;
}

.tac{
  text-align: center;
}

.tar{
  text-align: right;
}

.no-wrap {
  white-space: nowrap;
}

.clear {
  clear: both;
}

.right {
  float: right;
}

.left {
  float: left;
}

.color-red {
  color: #db1515 !important;
}

.color-green {
  color: #10af49 !important;
}

.color-brown {
  color: #855210 !important;
}

.color-black {
  color: #333333 !important;
}

.bdb-dot01 {
  padding-bottom: 4px;
  border-bottom: 1px dotted #a6a6a6;
}

.list-d li {
  margin-left: 18px;
  list-style-type: disc;
}

.list-dc li {
  margin-left: 23px;
  list-style-type: decimal;
}

.list-kome li {
  position: relative;
  padding-left: 20px;
}
.list-kome li:before {
  position: absolute;
  left: 0;
  content: "※";
}

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

.truncate {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ul01 {
	list-style:disc;
	padding-left:0.3em;
	}

.ul02 {
	padding-left: 0.3em !important;
}
.ul02 li {
	list-style: decimal !important;
}

.ul03 li {
	display: inline-block;
	margin-left:17px;
	margin-right:15px;
}

.ul04 li {
	list-style:none !important;
	margin-left:0 !important;
	padding-left:0.5em;
}

.ul05 {
  list-style:disc;
  padding-left:1.3em;
}
.ul06 {
  list-style: decimal;
  padding-left:1.3em;
}

/*-----------------------------------------------------*/
/* webfont
/*-----------------------------------------------------*/
@font-face {
  font-family: 'fontset-AozoraMincho';
  src: url("../fonts/aozoramincho/AozoraMinchoMedium.eot");
  src: url("../fonts/aozoramincho/AozoraMinchoMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/aozoramincho/AozoraMinchoMedium.woff") format("woff"), url("../fonts/aozoramincho/AozoraMinchoMedium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.wf-aomin {
  font-family: 'fontset-AozoraMincho';
}

@font-face {
  font-family: 'swis721';
  src: url("../fonts/swis721/swis721btl.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'swis721b';
  src: url("../fonts/swis721/swis721btb.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*--------------------------------------------------------*/
/* Base
/*--------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  font-family: 'swis721','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,sans-serif;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  color: #e54100;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #ff5e1e;
}
a:hover {
  text-decoration: underline;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

hr {
  margin: 44px 0;
}
@media screen and (max-width: 767px) {
  hr {
    margin: 14px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #fff;
  }
}

/*--------------------------------------------------------*/
/* Layout
/*--------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #wrapper {
    padding-top: 70px;
  }
}

/* header
----------------------------------------------------------*/
#header {
  margin: 0;
  border-bottom: none;
  background: #fff;
  position: relative;
  padding-top: 13px;
}

#header > .container{
  display: table;
  table-layout: fixed;
}

#logo, #header-right, #h-contact, #h-btn {
  display: table-cell;
  vertical-align: top;
}

#logo {
  width: 490px;
}

#logo p {
  font-size: 11px;
  line-height: 15px;
  margin-bottom: 7px;
}

#logo a {
  display: block;
  width: 200px;
}

#logo a img {
  width: 100%;
  height: auto;
}

#header-right {
  width: 100%;
}

.header-right input[type="text"] {
  border: none;
  background: #e7e7e7;
  padding: 6px 9px;
}

.header-right button {
  border: none;
  /* width: 36px; */
  padding: 7px 28px !important;
  /* background: #e7e7e7; */
}

.header-right button .fa-search {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
}

@media screen and (max-width: 767px) {
  #header {
    margin: 0;
    border-bottom: none;
    background: #fff;
    z-index: 999;
    padding: 11px 0 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    height: 70px;
  }

  #header > .container {
    display: block;
    float: left;
    padding: 0 15px;
  }

  #logo {
    padding: 0;
    display: block;
    width: auto;
    position: relative;
    z-index: 9999;
  }

  #logo p {
    display: none;
  }

  #logo a {
    display: block;
  }

  #logo a img {
    width: auto;
    height: 48px;
  }

  #header-right {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #logo {
    width: 375px;
  }

  .header-right input[type="text"] {
    border: none;
    background: #e7e7e7;
    padding: 6px 9px;
    width: 214px;
  }

  .header-right button {
    border: none;
    /* width: 36px; */
    background: #e7e7e7;
  }

  .header-right button .fa-search {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #logo {
    width: 390px;
  }

  .header-right input[type="text"] {
    border: none;
    background: #e7e7e7;
    padding: 6px 9px;
    width: 214px;
  }

  .header-right button {
    border: none;
    /* width: 36px; */
    background: #e7e7e7;
  }

  .header-right button .fa-search {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
  }
}
#header .h-txt {
  font-size: 1.1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #header .h-txt {
    display: none;
  }
}
#header .logo-mark {
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  #header .logo-mark {
    margin-top: 0;
  }
}
#header .logo-mark img {
  max-width: 100%;
  height: auto;
}
#header .logo-mark a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#header .h-nav {
  float: right;
  margin-top: 5px;
  overflow: hidden;
  margin-bottom: 15px;
  *zoom: 1;
}
@media screen and (max-width: 991px) {
  #header .h-nav {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  #header .h-nav {
    display: none;
    float: none;
    margin-bottom: 16px;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
  }
}
#header .h-nav li {
  float: left;
  margin-right: 26px;
}
@media screen and (max-width: 991px) {
  #header .h-nav li {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  #header .h-nav li {
    width: 50%;
    margin-right: 0;
  }
}
#header .h-nav li:before {
  position: relative;
  top: 4px;
  margin-right: 7px;
  vertical-align: top;
  content: "\f0da";
  font-size: 1.2rem;
  font-family: FontAwesome;
  line-height: 1.5;
  color: #e54100;
}
@media screen and (max-width: 991px) {
  #header .h-nav li:before {
    margin-right: 3px;
  }
}
@media screen and (max-width: 767px) {
  #header .h-nav li:before {
    display: none;
  }
}
#header .h-nav li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #header .h-nav li.active a {
    background-color: #ebebeb;
  }
}
#header .h-nav a {
  font-size: 1.2rem;
  color: #333;
}
@media screen and (max-width: 767px) {
  #header .h-nav a {
    display: block;
    padding: 5px 10px 5px 10px;
    background: #f6f6f6;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    text-align: center;
    text-decoration: none;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #header .h-nav a:hover {
    background-color: #ebebeb;
  }
}
#header .h-nav .fa {
  display: none;
  position: relative;
  margin-right: 5px;
  color: #e04c11;
}
@media screen and (max-width: 767px) {
  #header .h-nav .fa {
    display: inline;
  }
}
#header .h-nav .fa-sign-in {
  top: 1px;
  font-size: 1.8rem;
}
#header .h-nav .fa-comments-o {
  top: 1px;
  font-size: 1.8rem;
}
#header .search {
  float: right;
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  #header .search {
    display: none;
    float: none;
    width: 100%;
    margin-top: 0;
  }
}
#header .search input[type="text"] {
  width: 225px;
  height: 30px;
  background: #e7e7e7 !important;
  padding: 2px 7px 2px 7px !important;
  border: none !important;
  border-radius: 0;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #header .search input[type="text"] {
    width: 85%;
  }
}
#header .search input[type="text"]:focus {
  outline: none;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) inset;
}
#header .search input[type="submit"] {
  float: right;
  height: 30px;
  padding-left: 9px;
  padding-right: 9px;
  background: #e7e7e7;
  border: none;
  vertical-align: top;
  font-family: FontAwesome;
  font-size: 2.0rem;
  color: #333;
}
@media screen and (max-width: 767px) {
  #header .search input[type="submit"] {
    width: 15%;
  }
}

/* navigation
----------------------------------------------------------*/
#nav {
  background: #e54100;
  margin-top: 22px;
}

.nav-justified {
  table-layout: fixed;
  border-left: 1px solid #f2a080;
  display: table;
  width: 100%;
}

.nav-justified > li {
  border-right: 1px solid #f2a080;
  display: table-cell;
  width: 20%;
}

.nav-justified > li > a {
  background: #e54100;
  color: #fff;
  line-height: 15px;
  font-size: 15px;
  text-align: center;
  white-space: nowrap;
  padding: 23px 15px 17px 15px;
  text-decoration: none;
}

.nav-justified > li > a > small {
  font-size: 1.0rem;
  font-family: Arial, "adventor", sans-serif;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .nav-justified > li > a > small {
    margin-left: 12px;
    color: #f2a080;
  }
}

.nav-justified > li > a:hover,
.nav-justified > li > a:active,
.nav-justified > li > a:focus,
.nav-justified > li.active > a {
  background: #ff5e1e;
  color: #fff;
}

.navbar {
  margin-bottom: 0;
  border-radius: 0;
  border: none;
  min-height: 1px;
}

.navbar-collapse {
  padding: 0;
}

@media screen and (max-width: 767px) {
  #nav {
    width: auto;
    margin-left: 0;
    background: transparent;
    margin-top: 0;
  }

  #mnav {
    margin: 0 -15px;
    border-bottom: 1px solid #ccc;
  }

  .nav {
    background: #eee;
    font-size: 14px;
  }

  .nav-justified {
    table-layout: fixed;
    display: block;
    width: auto;
  }

  .nav-justified > li {
    display: block;
    width: auto;
    border: none;
    border-top: 1px solid #ddd;
    padding-left: 0;
    width: auto !important;
  }

  .nav-justified > li > a {
    font-size: 14px;
    padding: 5px 15px;
    text-align: left;
    margin-bottom: 0;
    border: none;
    border-left: 3px solid #fff;
    width: auto;
    position: relative;
    background: #fff;
  }

  .nav-justified > li > a,
  .nav-justified > li > a:hover,
  .nav-justified > li > a:active,
  .nav-justified > li > a:focus,
  .nav-justified > li.active > a {
    line-height: 20px;
    white-space: nowrap;
    color: #333;
  }

  .nav-justified > li.active {
    position: relative;
  }

  .nav-justified > li > a:hover,
  .nav-justified > li > a:active,
  .nav-justified > li > a:focus,
  .nav-justified > li.active > a {
    border: none;
    border-left: 3px solid #e54100;
    background: transparent;
    color: #e54100;
    background: #fff;
  }

  .nav-justified > li > a > small {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -5px;
    color: #333;
  }

  .navbar {
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    min-height: 1px;
  }

  .navbar-collapse {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: none;
  }

  .navbar-toggle {
    padding: 6px 8px;
    line-height: 1;
    text-align: center;
    width: 48px;
    background: #e54100;
    color: #fff;
    margin: 0 15px 11px 0;
  }

  .navbar-toggle:focus {
    color: #fff;
  }

  .icon-pos {
    display: block;
    font-size: 20px;
    height: 20px;
  }

  .icon-pos i {
    margin: 0;
  }

  .icon-text {
    font-size: 10px;
    letter-spacing: 0;
    line-height: 11px;
  }

  .navbar-header .logo-mark {
    margin: 11px 15px 11px 0;
  }

  .navbar-header .logo-mark img {
    width: 179.7px;
    height: auto;
  }
}
/* local-nav */
.local-nav {
  margin-bottom: 65px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 1199px) {
  .local-nav {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 991px) {
  .local-nav {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .local-nav {
    margin-bottom: 25px;
  }
}
.local-nav [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}
.local-nav [class*='col-'] + [class*='col-'] a {
  border-left: 1px solid #fcc372;
}
.local-nav a {
  display: block;
  padding: 12px 12px 10px;
  background: #ec971f;
  border-bottom: 1px solid #fcc372;
  text-decoration: none;
  text-align: center;
  line-height: 1.6;
  vertical-align: middle;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .local-nav a {
    line-height: 1.25;
    font-size: 1.1rem;
  }
}
.local-nav a:hover, .local-nav a:active, .local-nav a:focus, .local-nav a.active {
  background-color: #faac30;
  color: #fff;
}

/* page-wrapper
----------------------------------------------------------*/
.page-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-top: 20px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .page-wrapper {
    padding-bottom: 25px;
  }
}

.page-index {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .page-index {
    font-size: 1.6rem;
  }
}

/* fnav
----------------------------------------------------------*/
.fnav {
  background-color: #666;
}
@media screen and (max-width: 767px) {
  .fnav {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.fnav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.fnav ul li:after {
  content: "";
  width: 1px;
  height: 13px;
  margin-left: 0.7em;
  background: #ddd;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
@media screen and (max-width: 767px) {
  .fnav ul li:after {
    display: none;
  }
}
.fnav ul li:last-child:after {
  display: none;
}
.fnav li {
  margin-right: 0.2em;
  padding: 14px 0;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
@media screen and (max-width: 767px) {
  .fnav li {
    display: block;
    padding: 0;
    margin: 0;
  }
}
.fnav li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .fnav li:last-child a {
    margin-bottom: 0;
  }
}
.fnav a {
  color: #fff;
  font-size: 1.2rem;
  line-height: 2.2rem;
}
@media screen and (max-width: 767px) {
  .fnav a {
    display: block;
    margin-bottom: 10px;
    padding: 10px;
    background: #929292;
    text-align: center;
    color: #333;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.4;
    white-space: nowrap;
  }
}
.fnav a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .fnav a:hover {
    text-decoration: none;
  }
}

/* footer
----------------------------------------------------------*/
.footer {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.footer-sitemap {
  float: left;
  margin-left: 98px;
  color: #666;
  overflow: hidden;
  *zoom: 1;
}
@media screen and (max-width: 1199px) {
  .footer-sitemap {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-sitemap {
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.footer-sitemap .box {
  float: left;
  width: 196px;
}
@media screen and (max-width: 1199px) {
  .footer-sitemap .box {
    width: 190px;
  }
}
@media screen and (max-width: 991px) {
  .footer-sitemap .box {
    width: auto;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer-sitemap .box {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .footer-sitemap .box:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-sitemap .box:last-child {
    margin-bottom: 0;
  }
}
.footer-sitemap .ttl {
  margin-bottom: 5px;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .footer-sitemap .ttl {
    margin-left: 10px;
    margin-bottom: 8px;
    font-size: 1.6rem;
    font-weight: normal;
  }
}
.footer-sitemap .ttl a {
  text-decoration: underline;
}
.footer-sitemap li {
  font-size: 1.2rem;
  line-height: 1.6;
}
.footer-sitemap li:before {
  position: relative;
  top: 1px;
  margin-right: 8px;
  vertical-align: top;
  content: "\f0da";
  font-family: FontAwesome;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .footer-sitemap li:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .footer-sitemap li a {
    position: relative;
    display: block;
    margin-bottom: 1px;
    padding: 15px;
    background: #f2f2f2;
    color: #333;
    font-size: 1.6rem;
    line-height: 1.4;
    white-space: nowrap;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .footer-sitemap li a:after {
    position: absolute;
    right: 12px;
    top: 15px;
    content: "\f054";
    font-size: 1.6rem;
    font-family: FontAwesome;
    line-height: 1.5;
    color: #bebebe;
  }
}
.footer-sitemap a {
  color: #666;
}
@media screen and (max-width: 767px) {
  .footer-sitemap a {
    color: #333;
  }
}
.footer-sitemap li ul{
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .footer-sitemap li ul {
    margin-left: 0;
  }
}
.secured {
  position: relative;
  top: -5px;
  float: right;
}
@media screen and (max-width: 767px) {
  .secured {
    position: static;
    top: auto;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.foot-utility {
  padding-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .foot-utility {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .foot-utility {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .foot-utility {
    padding-bottom: 20px;
  }
}

#contactus {
  display: none;
}

@media screen and (max-width: 767px) {
  #contactus {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1px;
    background: #fff;
    z-index: 999999;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  #contactus li {
    display: table-cell;
    vertical-align: middle;
    padding: 1px;
    text-align: center;
  }

  #contactus li a {
    display: block;
  }

  #contactus i {
    margin: 0 auto;
    font-size: 20px;
    display: block;
  }

  #contactus .btn-cntctus {
    color: #fff;
    background: #e54100;
    font-size: 10px;
    line-height: 10px;
    line-height: normal;
    font-weight: bold;
    padding: 3px;
    position: relative;
  }

  #contactus .btn-cntctus:hover, #contactus .btn-cntctus:active, .btncntctus:focus {
    color: #fff;
    background: #ff5e1e;
  }

  #contactus .btn-cntctus i {
    font-size: 20px;
    margin-bottom: 1px;
  }
}
.copyright {
  text-align: right;
  color: #999;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .copyright {
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center;
  }
}

.pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .pagetop {
    display: none !important;
  }
}
.pagetop a {
  outline: none;
}
@media screen and (max-width: 767px) {
  .pagetop img {
    width: 44px;
  }
}

/*--------------------------------------------------------*/
/* Module
/*--------------------------------------------------------*/
/* カラム
----------------------------------------------------------*/
.sec {
  margin-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  .sec {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .sec {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec {
    margin-bottom: 30px;
  }
}
.sec:last-child {
  margin-bottom: 0;
}

.block {
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .block {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .block {
    margin-bottom: 15px;
  }
}
.block:last-child {
  margin-bottom: 0;
}

.image-column {
  overflow: hidden;
  *zoom: 1;
}
.image-column .content {
  display: table-cell;
  text-align: left;
  zoom: 1;
}
.image-column .content02 {
  text-align: left;
  zoom: 1;
}
.image-column .content02 img{
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .image-column .content {
    display: block;
  }
}
.image-column .content:before, .image-column .content:after {
  content: "";
  display: table;
}
@media screen and (max-width: 767px) {
  .image-column .content:before, .image-column .content:after {
    display: none;
  }
}
.image-column .content:after {
  clear: both;
}
.image-column .pic {
  display: table-cell;
  width: 35%;
}
@media screen and (max-width: 767px) {
  .image-column .pic {
    display: block;
    width: auto;
    margin-bottom: 15px;
    text-align: center;
  }
}
.image-column .pic img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.image-column .pic-left {
  float: left;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .image-column .pic-left {
    float: none;
    margin-right: 0;
  }
}
.image-column .pic-right {
  float: right;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .image-column .pic-right {
    float: none;
    margin-left: 0;
  }
}

/* タイトル
----------------------------------------------------------*/
.pagetitle {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .pagetitle {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.pagetitle h2 {
  font-size: 3.7rem;
  line-height: 1.5;
  color: #e54100;
}
@media screen and (max-width: 767px) {
  .pagetitle h2 {
    font-size: 3.0rem;
    text-align: center;
  }
}
.pagetitle--detail {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .pagetitle--detail {
    margin-top: 25px;
    margin-bottom: 0;
  }
}
.pagetitle--detail.question h2 {
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .pagetitle--detail.question h2 {
    padding-left: 36px;
  }
}
.pagetitle--detail.question h2:before {
  position: absolute;
  top: 1px;
  left: 0;
  padding: 4px 8px 4px 8px;
  background: #e54100;
  vertical-align: top;
  content: "Q";
  font-size: 3.0rem;
  font-weight: normal;
  font-family: Arial, "adventor", sans-serif;
  line-height: 1;
  color: #fff;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .pagetitle--detail.question h2:before {
    padding: 4px 7px 4px 7px;
    font-size: 1.8rem;
    line-height: 1.1;
  }
}
.pagetitle--detail h2 {
  margin-left: 215px;
  margin-right: 215px;
  border-bottom: 3px solid #e54100;
  color: #e54100;
  padding-bottom: 9px;
  font-size: 34px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.3;
}
@media screen and (max-width: 1199px) {
  .pagetitle--detail h2 {
    margin-left: 115px;
    margin-right: 115px;
  }
}
@media screen and (max-width: 991px) {
  .pagetitle--detail h2 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .pagetitle--detail h2 {
    border-bottom: 3px solid #e54100;
    color: #e54100;
    padding-bottom: 9px;
    font-size: 21px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.3;
  }
}

.title-large {
  margin-bottom: 35px;
  font-size: 3.4rem;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .title-large {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .title-large {
    margin-bottom: 15px;
    font-size: 2.1rem;
  }
}
.title-large.en {
  font-family: Arial, "adventor", sans-serif;
}

.title-large2 {
  margin-bottom: 18px;
  font-size: 3.0rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .title-large2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 991px) {
  .title-large2 {
    margin-bottom: 15px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .title-large2 {
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 479px) {
  .title-large2 {
    margin-bottom: 14px;
    /*border-bottom: 1px solid #e7e7e7;*/
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.title-large2.en {
  font-family: Arial, "adventor", sans-serif;
}

.title-underbar {
  margin-bottom: 35px;
  text-align: center;
  font-weight: normal;
  font-size: 3.5rem;
  color: #1e2e69;
}
@media screen and (max-width: 1199px) {
  .title-underbar {
    font-size: 3.0rem;
  }
}
@media screen and (max-width: 991px) {
  .title-underbar {
    font-size: 2.5rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .title-underbar {
    margin-bottom: 28px;
    font-size: 2.0rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 479px) {
  .title-underbar {
    margin-bottom: 20px;
    line-height: 1.5;
  }
}
.title-underbar:after {
  content: "";
  display: block;
  margin: auto;
  width: 50px;
  padding-top: 24px;
  border-bottom: 1px solid #1e2e69;
}
@media screen and (max-width: 991px) {
  .title-underbar:after {
    padding-top: 14px;
  }
}
@media screen and (max-width: 767px) {
  .title-underbar:after {
    width: 25px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 479px) {
  .title-underbar:after {
    padding-top: 8px;
  }
}
.title-underbar .cap {
  position: relative;
  top: -10px;
  font-size: 1.4rem;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .title-underbar .cap {
    font-size: 1.3rem;
  }
}

.title-bg {
  margin-bottom: 25px;
  padding: 8px 15px 8px 15px;
  border-top: 3px solid #e54100;
  background: #f7f7f7;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 991px) {
  .title-bg {
    margin-bottom: 18px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .title-bg {
    margin-bottom: 12px;
    padding: 6px 12px 6px 12px;
    font-size: 1.6rem;
  }
}

.title-bg2{
	background: #fdf4ef;
    color: #e54100;
    padding: 6px 15px;
    margin-bottom: 10px;
    line-height: 1.6;
    font-weight: bold;
    font-size: 1.6rem;
}

.title-border {
  margin-bottom: 27px;
  border-bottom: 3px solid #e54100;
  color: #e54100;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .title-border {
    margin-bottom: 18px;
    font-size: 1.8rem;
  }
}

/* キャッチコピー
----------------------------------------------------------*/
.copy-txt {
  font-size: 2.5rem;
  line-height: 1.6;
  color: #374149;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .copy-txt {
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 767px) {
  .copy-txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 479px) {
  .copy-txt {
    text-align: left;
  }
  .copy-txt br {
    display: none;
  }
}

/* ボタン
----------------------------------------------------------*/
.btn:before, .btn:after {
  position: relative;
  font-family: FontAwesome;
  vertical-align: top;
  line-height: 1;
}
.btn.arrow-right:after {
  top: 3px;
  margin-left: 7px;
  content: "\f0a9";
  font-size: 1.3rem;
}
@media screen and (max-width: 991px) {
  .btn.btn-lg {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn-lg {
    font-size: 1.6rem;
  }
}
.btn.btn-lg.arrow-right:after {
  top: 4px;
  font-size: 1.6rem;
}
@media screen and (max-width: 991px) {
  .btn.btn-lg.arrow-right:after {
    top: 2px;
    font-size: 1.5rem;
  }
}
.btn.btn-lg.back:before {
  top: 5px;
  font-size: 1.6rem;
}
@media screen and (max-width: 991px) {
  .btn.btn-lg.back:before {
    top: 3px;
    font-size: 1.5rem;
  }
}
.btn.back:before {
  top: 1px;
  margin-right: 7px;
  content: "\f0e2";
  font-size: 1.5rem;
}
.btn .fa-arrow-circle-right {
  margin: 0 0 0 8px;
}

.btn-base {
  padding: 17px 43px 16px 45px;
  background: #e21500;
  color: #fff !important;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .btn-base {
    display: block;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.btn-base--primary {
  background-color: #e54100;
}
.btn-base:before, .btn-base:after {
  position: relative;
  font-family: FontAwesome;
  vertical-align: top;
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .btn-base:before, .btn-base:after {
    font-size: 1.7rem;
  }
}
.btn-base:hover {
  background: #ff5e1e;
  text-decoration: none;
}
.btn-base.arrow-right:after {
  top: 4px;
  margin-left: 9px;
  content: "\f0a9";
}
@media screen and (max-width: 991px) {
  .btn-base.arrow-right:after {
    top: 3px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .btn-base.arrow-right:after {
    top: 3px;
    font-size: 1.5rem;
  }
}
.btn-base.pencil:before {
  top: 4px;
  margin-right: 8px;
  content: "\f044";
  font-size: 2.0rem;
}
.btn-base.back:before {
  top: 3px;
  margin-right: 10px;
  content: "\f0e2";
  font-size: 1.8rem;
}
@media screen and (max-width: 991px) {
  .btn-base.back:before {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .btn-base.back:before {
    font-size: 1.6rem;
  }
}

.btn-base2 {
  padding: 20px 63px 17px 70px;
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .btn-base2 {
    padding: 5px 10px 5px 12px;
  }
}
@media screen and (max-width: 479px) {
  .btn-base2 {
    width: 100%;
  }
}
.btn-base2:before, .btn-base2:after {
  position: relative;
  font-family: FontAwesome;
  vertical-align: top;
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .btn-base2:before, .btn-base2:after {
    font-size: 1.7rem;
  }
}
.btn-base2:hover {
  background: #f7f7f7;
  text-decoration: none;
  color: #333;
}
.btn-base2.arrow-right {
  padding: 20px 68px 17px 65px;
}
@media screen and (max-width: 991px) {
  .btn-base2.arrow-right {
    padding: 14px 50px 11px 43px;
  }
}
@media screen and (max-width: 767px) {
  .btn-base2.arrow-right {
    padding: 8px 12px 6px 12px;
  }
}
.btn-base2.arrow-right:after {
  top: 4px;
  margin-left: 9px;
  content: "\f0a9";
}
@media screen and (max-width: 991px) {
  .btn-base2.arrow-right:after {
    top: 3px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .btn-base2.arrow-right:after {
    top: 3px;
    font-size: 1.5rem;
  }
}
.btn-base2.mini {
  padding: 5px 12px 4px 12px;
  font-size: 1.2rem;
  border-radius: 5px;
}
.btn-base2.mini:before, .btn-base2.mini:after {
  font-size: 1.2rem;
}
.btn-base2.mini.arrow-right:after {
  top: 3px;
  margin-left: 5px;
  content: "\f138";
}

.btn-wrap {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .btn-wrap {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .btn-wrap {
    margin-bottom: 25px;
  }
}
.btn-wrap a {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .btn-wrap a {
    margin-bottom: 12px;
  }
}
.btn-wrap a:first-child {
  margin-right: 0;
}

.btn-cclr {
  background: #e54100;
  color: #fff;
  font-size: 1.6rem;
  padding: 19px 15px;
  border: none;
}
@media screen and (max-width: 767px) {
  .btn-cclr {
    padding: 14px 15px;
  }
}

button.btn-cclr:hover,
button.btn-cclr:active,
button.btn-cclr:focus,
a.btn-cclr:hover,
a.btn-cclr:active,
a.btn-cclr:focus,
input.btn-cclr:focus {
  background: #ff5e1e;
  color: #fff;
}

.btn-cclr2 {
  background: #3c8a1c;
  color: #fff;
  font-size: 1.6rem;
  padding: 19px 15px;
  border: none;
}
@media screen and (max-width: 767px) {
  .btn-cclr2 {
    padding: 14px 15px;
  }
}

button.btn-cclr2:hover,
button.btn-cclr2:active,
button.btn-cclr2:focus,
a.btn-cclr2:hover,
a.btn-cclr2:active,
a.btn-cclr2:focus,
input.btn-cclr2:focus {
  background: #3c8a1c;
  color: #fff;
  opacity:0.8;
}

/* テーブル
----------------------------------------------------------*/
.table {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .table {
    font-size: 1.4rem;
  }
}
.table th {
  padding: 18px 17px 18px 17px;
  background: #eee;
  font-weight: normal;
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  .table th {
    padding: 12px 12px 12px 12px;
  }
}
@media screen and (max-width: 767px) {
  .table th {
    padding: 5px 7px 5px 7px;
  }
}
.table td {
  padding: 18px 17px 18px 17px;
}
@media screen and (max-width: 767px) {
  .table td {
    padding: 5px 7px 5px 7px;
  }
}

.table01 th {
  background-color: #eee;
  border: 1px solid #ccc;
}
.table01 td {
  border: 1px solid #ccc;
}
.table02 {
  width: 767px;
  border-collapse: collapse;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  color: #000;
  table-layout: fixed;
  overflow-x: scroll;
}
.table02 th {
  text-align: left;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 14px;
  font-size: 16px;
}
.table02 td {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 14px;
}
.table02 thead th{
  background: #e54100;
  color: #fff;
}
.table02 tbody tr:nth-child(even) {
  background: #fff5f0;
}
.table02 tbody tr:nth-child(odd) {
  background: #ffe0d0;
}
.table03 {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  color: #000;
}
.table03 th {
  display: block;
  text-align: left;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 14px;
  font-size: 16px;
  background: #ffe0d0;
}
.table03 td {
  display: block;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 14px;
  background: #fff5f0;
}

@media screen and (min-width: 768px) {
  .table02{
    width: 100%;
  }
  .table03 th{
    display: table-cell;
    width: 30%;
  }
  .table03 td{
    display: table-cell;
    width: 70%;
  }
}

.table04 {
  width: 100%;
  table-layout: fixed;
  text-align: center;
}
.table04 th,
.table04 td{
  padding: 10px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 1.5;
}
.table04 th{
  background: #e54100;
  font-size: 16px;
  color: #fff;
}
.table04 td {
  background: #fff5f0;
}
.table04 td.large{
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width:767px){
  .table04 th{
    font-size: 14px;
  }
  .table04 td.large{
    font-size: 16px;
  }
}


.blg-tb {
  width: 100%;
  border-top: 1px solid #ddd;
}
.blg-tb th {
  /*width: 80%;*/
  padding: 14px 0;
  border-bottom: 1px solid #ddd;
  font-size: 1.8rem !important;
  font-weight: normal;
}
@media screen and (max-width: 1199px) {
  .blg-tb th {
    padding: 7px 0;
    border-bottom: 1px solid #ddd;
    font-size: 1.6rem !important;
    font-weight: normal;
  }
}
@media screen and (max-width: 767px) {
  .blg-tb th {
    width: 85%;
  }
}
.blg-tb td {
  width: 20%;
  padding: 7px 0;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .blg-tb td {
    width: 15%;
    padding-left: 10px;
  }
}
.blg-tb td .btn {
  display: block;
}
@media screen and (max-width: 767px) {
  .blg-tb td .btn .fa {
    margin-left: 0;
  }
}

/* 背景
----------------------------------------------------------*/
.bg-wrap {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1199px) {
  .bg-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .bg-wrap {
    padding-top: 30px;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .bg-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.bg-pattern {
  background: url(../images/common/bg_gray.gif) left top;
}

.bg-pattern-orange {
  background: url(../images/common/bg_orange.gif) left top;
}

.bg-beige {
  background-color: #f4f4f0;
}

.bg-skygray {
  background-color: #f3f8fa;
}

.bg-blue {
  background: #eaeef9;
}

/* 共通
----------------------------------------------------------*/
.tel-link {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .tel-link {
    width: 100%;
    padding: 3px 12px !important;
    background: #e54100 !important;
    text-align: center;
    color: #fff;
    font-family: Arial, "adventor", sans-serif;
    font-size: 1.8rem !important;
    line-height: 1 !important;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    border-radius: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tel-link a {
    display: block !important;
    padding: 4px 12px;
    text-decoration: none;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .tel-link i {
    display: inline;
    position: relative;
    top: 1px;
    margin-right: 5px;
    font-size: 2.0rem !important;
    color: #fff !important;
  }
}

.accordion .box {
  display: none;
}
.accordion .ttl {
  margin-bottom: 15px;
  padding: 10px 10px 10px 10px;
  background: #f5f5f5;
  border-top: 3px solid #bbb;
  border-bottom: 1px solid #e5e5e5;
}
.accordion .ttl h3 {
  margin-bottom: 0;
  font-size: 1.5rem;
}
.accordion .ttl h3:after {
  position: relative;
  float: right;
  margin-left: 6px;
  vertical-align: middle;
  content: "\f0fe";
  font-size: 1.6rem;
  font-family: FontAwesome;
  line-height: 1;
  color: #bbb;
}
.accordion .ttl:hover {
  cursor: pointer;
}
.accordion .active h3:after {
  position: relative;
  float: right;
  margin-left: 6px;
  vertical-align: middle;
  content: "\f146";
  font-size: 1.6rem;
  font-family: FontAwesome;
  line-height: 1;
  color: #bbb;
}

.lower-txt {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #e54100;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .lower-txt {
    padding-top: 20px;
    padding-bottom: 20px;
    background-size: cover;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .lower-txt {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .lower-txt br {
    display: none;
  }
}

.sns-icon {
  display: table;
  /*overflow: hidden;*/
  *zoom: 1;
}
@media screen and (max-width: 767px) {
  .sns-icon {
    /*display: block;*/
    margin: auto;
  }
}
.sns-icon .twitter {
  position: relative;
  top: 2px;
  float: left;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .sns-icon .twitter {
    top: 0;
    float: none;
    /*margin-right: 0;*/
  }
}
.sns-icon .g-plusone {
  float: left;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .sns-icon .g-plusone {
    float: none;
    margin-right: 0;
  }
}
.sns-icon .facebook {
  position: relative;
  top: 2px;
  display: table-cell;
  padding-right: 20px;
  vertical-align: top;
  height: 30px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .sns-icon .facebook {
    /*display: block;*/
    top: 0;
    height: auto;
    padding-right: 0;
    margin-bottom: 10px;
  }
}
.sns-icon .hatena {
  float: left;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .sns-icon .hatena {
    float: none;
    margin-left: 0;
  }
}
.sns-icon .pocket {
  float: left;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .sns-icon .pocket {
    float: none;
    margin-left: 0;
  }
}

.sns-area {
  display: table;
  margin-bottom: 75px;
  overflow: hidden;
  *zoom: 1;
}
@media screen and (max-width: 1199px) {
  .sns-area {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 767px) {
  .sns-area {
    margin-bottom: 25px;
  }
}
.sns-area .facebook,
.sns-area .twitter,
.sns-area .hatena,
.sns-area .g-plus1,
.sns-area .pocket {
  float: left;
  height: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .sns-area .facebook,
  .sns-area .twitter,
  .sns-area .hatena,
  .sns-area .g-plus1,
  .sns-area .pocket {
    float: none;
    height: auto;
    padding-right: 0;
  }
}
.sns-area .facebook {
  font-size: 0;
  width: 140px;
  overflow: hidden;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .sns-area .facebook {
    margin-bottom: 10px;
  }
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  background: #f5f5f4;
}

.breadcrumb {
  margin-bottom: 0;
  color: #737373;
  border-radius: 0;
  background: none;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding-left: 0;
    font-size: 10px;
  }
}
.breadcrumb li + li {
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .breadcrumb li + li {
    padding-left: 20px;
  }
}
.breadcrumb li + li::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  content: "\f105";
  height: 26px;
  width: 30px;
  margin-top: -13px;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #ccc;
}
@media screen and (max-width: 767px) {
  .breadcrumb li + li::before {
    width: 20px;
    font-size: 18px;
  }
}
.breadcrumb a {
  color: #f89c30;
  text-decoration: underline;
}
.breadcrumb a:hover {
  color: #ff5e1e;
}

.lead {
  margin-bottom: 70px;
}
@media screen and (max-width: 991px) {
  .lead {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .lead {
    margin-bottom: 30px;
  }
}

.link-box__ttl {
  margin-bottom: 0;
}
.link-box a {
  text-decoration: underline;
}
.link-box a:hover {
  text-decoration: none;
}

.btn-muryou {
  /*width: 360px;*/
  margin: 55px auto 0;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .btn-muryou {
    margin-top: 45px;
  }
}
@media screen and (max-width: 991px) {
  .btn-muryou {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .btn-muryou {
    margin-top: 25px;
    width: auto;
  }
}
.btn-muryou a {
  /*display: block;*/
  display: inline-block;
}

.new-window:after {
  position: relative;
  top: 5px;
  margin-left: 6px;
  vertical-align: top;
  content: "\f24d";
  font-size: 1.4rem;
  font-family: FontAwesome;
  line-height: 1.5;
  color: #eaaa56;
}

.pdf-link:after {
  position: relative;
  top: 5px;
  margin-left: 6px;
  vertical-align: top;
  content: "\f1c1";
  font-size: 1.5rem;
  font-family: FontAwesome;
  line-height: 1.5;
  color: #eaaa56;
}

.term-tbl th {
  text-align: center;
  font-weight: bold;
}
.term-tbl thead th {
  padding-top: 9px;
  padding-bottom: 7px;
  background: #666;
  border-color: #c6c6c6 !important;
  color: #fff;
}
.term-tbl thead th:nth-child(1) {
  width: 5%;
}
.term-tbl thead th:nth-child(2) {
  width: 8%;
}
.term-tbl thead th:nth-child(3) {
  width: 17%;
}
.term-tbl thead th:nth-child(4) {
  width: 70%;
}
.term-tbl tbody td:nth-of-type(1) {
  text-align: center;
}
.term-tbl tbody td:nth-of-type(2) {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .term-tbl tbody td:nth-of-type(2) {
    text-align: left;
  }
}

.icon-txt:before {
  position: relative;
  top: 3px;
  margin-right: 6px;
  vertical-align: top;
  content: "\f138";
  font-size: 1.6rem;
  font-family: FontAwesome;
  line-height: 1.5;
  color: #e54100;
}
.icon-txt a {
  color: #333;
}

.detail-box__item {
  display: table;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .detail-box__item {
    display: block;
  }
}

.detail-box__item__title {
  display: table-cell;
  width: 80%;
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .detail-box__item__title {
    display: block;
    width: auto;
    margin-bottom: 13px;
    font-size: 1.7rem;
  }
}
.detail-box__item__title.question {
  position: relative;
  padding-left: 38px;
}
.detail-box__item__title.question:before {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 6px 4px 6px;
  background: #e54100;
  vertical-align: top;
  content: "Q";
  font-size: 1.8rem;
  font-family: Arial, "adventor", sans-serif;
  line-height: 1;
  color: #fff;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .detail-box__item__title.question:before {
    padding: 4px 7px 4px 7px;
  }
}

.detail-box__item__button {
  display: table-cell;
  width: 20%;
  text-align: right;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .detail-box__item__button {
    display: block;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .detail-box__item__button .btn {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}

.icon-new {
  margin-left: 10px;
  font-weight: bold;
  font-family: "arial", "adventor", sans-serif;
  color: #cc0000;
}

.label-baloon {
  padding: 10px;
  position: relative;
  color: #fff;
  background-color: #55b75c;
  border-radius: 6px;
  z-index: 3;
}
.label-baloon:after {
  width: 0;
  height: 0;
  content: "";
  margin: auto;
  position: absolute;
  border: solid 10px transparent;
  border-left: solid 10px #55b75c;
  z-index: 1;
}
.label-baloon:after {
  left: 0;
  right: 0;
  bottom: -20px;
  border-top: solid 10px #55b75c;
}

.fa-youtube-play {
  margin-left: 10px;
  font-size: 2.4rem !important;
  color: #ca1d21;
  vertical-align: middle;
  text-align: right;
}

/* movie */
.movie-list {
  list-style: none;
}
@media screen and (max-width: 767px) {
  .movie-list {
    margin-bottom: 10px;
  }
}

.movie-list li {
  background: #eee;
}

.movie-list li + li {
  margin-top: 5px;
}

.movie-list li a {
  display: block;
  padding: 5px 50px 5px 10px;
  position: relative;
  color: #333;
  text-decoration: none;
}

.movie-list li a:hover,
.movie-list li a:active,
.movie-list li a:focus {
  background: #ddd;
  color: #333;
}

.movie-list li a .fa-youtube-play {
  color: #e62117;
  font-size: 28px;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -14px;
  margin-right: 0;
}

/* TOPページ
----------------------------------------------------------*/
.top-mainimage {
  background: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .top-mainimage .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .top-muryou {
    margin-bottom: 20px;
  }
}
.top-muryou .button {
  position: relative;
  top: -5px;
}
@media screen and (max-width: 991px) {
  .top-muryou .button {
    top: 0;
  }
}
.top-muryou .button a {
  padding: 20px 62px 15px 70px;
  font-size: 2.0rem;
}
@media screen and (max-width: 991px) {
  .top-muryou .button a {
    display: block;
    margin-top: 15px;
    padding: 14px 23px 11px 30px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .top-muryou .button a {
    padding: 8px 12px 6px 12px;
    font-size: 1.5rem;
  }
}
.top-muryou .cap {
  margin-left: 14px;
  margin-top: 3px;
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
@media screen and (max-width: 1199px) {
  .top-muryou .cap {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .top-muryou .cap {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1199px) {
  .top-muryou .cap br {
    display: none;
  }
}

.top-choose {
  margin-bottom: 74px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .top-choose {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  .top-choose {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top-choose {
    margin-bottom: 25px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-feature .box {
    margin-bottom: 20px;
  }
}
.top-feature .box:last-child {
  margin-bottom: 0;
}
.top-feature .icon {
  margin-bottom: 15px;
  text-align: center;
}
.top-feature .ttl {
  margin-bottom: 28px;
  text-align: center;
  font-size: 2.0rem;
}
@media screen and (max-width: 767px) {
  .top-feature .ttl {
    margin-bottom: 22px;
  }
}
.top-feature .ttl:after {
  content: "";
  display: block;
  margin: auto;
  width: 40px;
  padding-top: 24px;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 479px) {
  .top-feature .ttl:after {
    padding-top: 14px;
  }
}
.top-feature .button {
  margin-top: 20px;
  text-align: center;
}

.top-plan .in {
  margin-left: 98px;
  margin-right: 98px;
}
@media screen and (max-width: 1199px) {
  .top-plan .in {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 991px) {
  .top-plan .in {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .top-plan .in {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-plan .box {
    margin-bottom: 20px;
  }
}
.top-plan .box:last-child {
  margin-bottom: 0;
}
.top-plan table {
  font-size: 1.2rem;
}
.top-plan tr:first-child th, .top-plan tr:first-child td {
  border-top: none;
}
.top-plan th {
  width: 46%;
  padding: 11px 15px 11px 15px;
  border-right: none;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .top-plan th {
    width: 38%;
  }
}
.top-plan td {
  padding: 11px 15px 11px 17px;
  border-left: none;
}
.top-plan td span.strong {
  color: #cc0000;
  font-size: 1.25em;
  font-weight:bold;
}
.top-plan thead th {
  padding: 9px 10px 5px 10px;
  background: #666;
  border-color: #666 !important;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: normal;
}
.top-plan .button {
  margin-top: 20px;
}
.top-plan .button a {
  display: block;
}
.top-plan .att {
  margin-top: 30px;
  margin-left: 195px;
  font-size: 1.2rem;
}
@media screen and (max-width: 1199px) {
  .top-plan .att {
    margin-left: 110px;
  }
}
@media screen and (max-width: 991px) {
  .top-plan .att {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-plan .att {
    margin-top: 15px;
  }
}
.top-plan .att li {
  margin-bottom: 3px;
  padding-left: 13px;
}
.top-plan .att li:last-child {
  margin-bottom: 0;
}

.top-service {
  margin-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .top-service {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .top-service {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .top-service {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .top-service .box {
    margin-bottom: 30px;
  }
}
.top-service .box:last-child {
  margin-bottom: 0;
}
.top-service .bnr {
  margin-bottom: 13px;
  padding: 42px 0 60px 0;
  background-size: cover !important;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .top-service .bnr {
    padding: 30px 0 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .top-service .bnr {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 0 60px 0;
  }
}
@media screen and (max-width: 479px) {
  .top-service .bnr {
    padding: 18% 0 14% 0;
  }
}
.top-service .bnr .icon {
  margin-bottom: 34px;
}
@media screen and (max-width: 991px) {
  .top-service .bnr .icon {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .top-service .bnr .icon img {
    width: 80px;
  }
}
.top-service .bnr-mail {
  background: url(../images/top/pic_mail.jpg) left top no-repeat;
}
.top-service .bnr-bank {
  background: url(../images/top/pic_bank.jpg) left top no-repeat;
}
.top-service .bnr-book {
  background: url(../images/top/pic_book.jpg) left top no-repeat;
}
.top-service .button {
  width: 360px;
  margin: 0 auto;
  margin-top: 12px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .top-service .button {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .top-service .button {
    width: auto;
  }
}
.top-service .button a {
  display: block;
}


.top-service .cap {
/*  margin-left: 14px;
  margin-top: 3px;*/
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
@media screen and (max-width: 1199px) {
.top-service .cap {
/*    margin-left: 0;
    margin-top: 10px;*/
  }
}
@media screen and (max-width: 991px) {
.top-service .cap {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1199px) {
.top-service .cap br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
.top-service .fw_icon {
    width:70%;
	margin: 0 auto;
  }
}


.top-qa {
  margin-bottom: 73px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .top-qa {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  .top-qa {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top-qa {
    margin-bottom: 25px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-qa .title-large {
    border-bottom: none;
  }
}
@media screen and (max-width: 991px) {
  .top-qa .box {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top-qa .box {
    margin-bottom: 20px;
  }
}
.top-qa .box:last-child {
  margin-bottom: 0;
}
.top-qa .question {
  padding: 16px 15px 12px 48px;
  background: #666 url(../images/common/icon_q.png) 15px 15px no-repeat;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .top-qa .question br {
    display: none;
  }
}
.top-qa .answer {
  padding: 15px 15px 15px 48px;
  background: #fff url(../images/common/icon_a.png) 15px 15px no-repeat;
}
.top-qa .button {
  /*width: 360px;*/
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-qa .button {
    width: auto;
    margin-top: 15px;
  }
}
.top-qa .button a {
  /*display: block;*/
  display: inline-block;
}


.top-feature {
  margin-bottom: 74px;
  padding-bottom: 80px;
}

.top-choose .button {
  width: 360px;
  margin: 0 auto;
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-choose .button {
    width: auto;
  }
}
.top-choose .button a {
  /*display: block;*/
  display: inline-block;
}

.top-mynumber {
  margin-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .top-mynumber {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 991px) {
  .top-mynumber {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top-mynumber {
    margin-bottom: 25px;
  }
}
.top-mynumber .bnr-mynumber {
  margin-top: 12px;
  padding-bottom: 110px;
  text-align: center;
  background: url(../images/common/mynumber_rabbit.png) center bottom no-repeat;
}
@media screen and (max-width: 767px) {
  .top-mynumber .bnr-mynumber {
    background: none;
    padding-bottom: 0;
  }
}

.top-info {
  padding-top: 50px;
}
@media screen and (max-width: 1199px) {
  .top-info {
    padding-top: 45px;
  }
}
@media screen and (max-width: 991px) {
  .top-info {
    padding-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .top-info {
    padding-top: 20px;
  }
}
.top-info .title-large {
  border-bottom-color: #d6d6d6;
}
.top-info .in {
  margin-left: 193px;
  margin-right: 193px;
}
@media screen and (max-width: 1199px) {
  .top-info .in {
    margin-left: 100px;
    margin-right: 100px;
  }
}
@media screen and (max-width: 991px) {
  .top-info .in {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top-info .in {
    margin-left: 0;
    margin-right: 0;
  }
}

.nws-scroll{
	overflow-y:scroll;
	height:105px;
	padding-right:15px;
}


.top-info th {
  width: 30%;
  padding: 5px 15px 5px 0;
  font-weight: normal;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .top-info th {
    display: block;
    float: left;
    width: 100%;
    padding: 0px 0 0 0;
    /*font-weight: bold;*/
  }
}
.top-info td {
  padding: 5px 0 5px 0;
}
@media screen and (max-width: 767px) {
  .top-info td {
    display: block;
    float: left;
    width: 100%;
    padding: 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .top-info tr:first-child th {
    padding-top: 0;
  }
}
.top-info .btn-detail {
  margin-left: 3px;
}
@media screen and (max-width: 767px) {
  .top-info .btn-detail {
    display: block;
    margin-top: 4px;
    margin-left: 0;
  }
}

/* マニュアル
----------------------------------------------------------*/
.page-manual .link-box {
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .page-manual .link-box {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-manual .link-box {
    margin-bottom: 25px;
  }
}

/* クイズ・ブログ
----------------------------------------------------------*/
.page-quiz .detail-wrap,
.page-blog .detail-wrap {
  padding-left: 210px;
  padding-right: 210px;
}
@media screen and (max-width: 1199px) {
  .page-quiz .detail-wrap,
  .page-blog .detail-wrap {
    padding-left: 115px;
    padding-right: 115px;
  }
}
@media screen and (max-width: 991px) {
  .page-quiz .detail-wrap,
  .page-blog .detail-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-quiz .detail-wrap li,
.page-blog .detail-wrap li {
  margin-left: 18px;
  list-style-type: disc;
}
.page-quiz .sns-icon,
.page-quiz .detail-media,
.page-blog .sns-icon,
.page-blog .detail-media {
  margin-bottom: 65px;
}
@media screen and (max-width: 1199px) {
  .page-quiz .sns-icon,
  .page-quiz .detail-media,
  .page-blog .sns-icon,
  .page-blog .detail-media {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 991px) {
  .page-quiz .sns-icon,
  .page-quiz .detail-media,
  .page-blog .sns-icon,
  .page-blog .detail-media {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-quiz .sns-icon,
  .page-quiz .detail-media,
  .page-blog .sns-icon,
  .page-blog .detail-media {
    margin-bottom: 25px;
  }
}
.page-quiz .alert,
.page-blog .alert {
  margin-bottom: 40px;
  border: none;
  font-size: 2.5rem;
}
@media screen and (max-width: 991px) {
  .page-quiz .alert,
  .page-blog .alert {
    margin-bottom: 30px;
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .page-quiz .alert,
  .page-blog .alert {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}
.page-quiz .detail-media .pic,
.page-blog .detail-media .pic {

	width:400px;
	  margin:0px auto;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 797px) {
  .page-quiz .detail-media .pic,
  .page-blog .detail-media .pic {
	  width:100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-quiz .detail-media .pic,
  .page-blog .detail-media .pic {
    margin-bottom: 25px;
  }
}
.page-quiz .detail-media .pic img,
.page-blog .detail-media .pic img {
  max-width: 80%;
  height: auto;
  margin:0 auto;
}
.page-quiz .detail-media .comment,
.page-blog .detail-media .comment {
  line-height: 1.9;
}
.page-quiz .detail-text,
.page-blog .detail-text {
  margin-bottom: 30px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ebebeb;
  line-height: 1.9;
}
@media screen and (max-width: 1199px) {
  .page-quiz .detail-text,
  .page-blog .detail-text {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .page-quiz .detail-text,
  .page-blog .detail-text {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .page-quiz .detail-text,
  .page-blog .detail-text {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.page-quiz .category-txt,
.page-quiz .item-txt,
.page-blog .category-txt,
.page-blog .item-txt {
  margin-bottom: 45px;
  line-height: 1.9;
}
@media screen and (max-width: 991px) {
  .page-quiz .category-txt,
  .page-quiz .item-txt,
  .page-blog .category-txt,
  .page-blog .item-txt {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .page-quiz .category-txt,
  .page-quiz .item-txt,
  .page-blog .category-txt,
  .page-blog .item-txt {
    margin-bottom: 20px;
  }
}
.page-quiz .item-title,
.page-blog .item-title {
  line-height: 1.5;
}

.blog-list {
  margin-bottom: 30px;
}
.blog-list:last-child {
  margin-bottom: 0;
}
.blog-list [class*='col-'] {
  padding-left: 7px;
  padding-right: 10px;
}
@media screen and (max-width: 1199px) {
  .blog-list [class*='col-'] {
    padding-right: 7px;
  }
}
.blog-list__comment {
  padding-left: 10px;
}
.blog-list__button {
  margin-top: 5px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .blog-list__button {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.blog-list__button .btn-base {
  display: block;
  padding: 17px 12px 17px 13px;
  font-size: 1.6rem;
  background-color: #e54100;
  border-radius: 4px;
}
@media screen and (max-width: 1199px) {
  .blog-list__button .btn-base {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .blog-list__button .btn-base {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.blog-list__button .btn-base::after {
  font-size: 1.7rem;
}
@media screen and (max-width: 1199px) {
  .blog-list__button .btn-base::after {
    font-size: 1.6rem;
  }
}
.blog-list__button .btn-base:hover {
  background-color: #ff5e1e;
}

.blog-detail {
  padding: 0 230px;
}
@media screen and (max-width: 1199px) {
  .blog-detail {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.blog-detail > h3 {
  border-bottom: 3px solid #678002;
  color: #678002;
  padding-bottom: 9px;
  font-size: 24px;
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .blog-detail > h3 {
    border-bottom: 3px solid #678002;
    color: #678002;
    padding-bottom: 9px;
    font-size: 18px;
    margin-bottom: 15px;
  }
}

/* お知らせ
----------------------------------------------------------*/
.page-info {
  padding-bottom: 0;
}

.info-detail {
  margin-bottom: 65px;
}
@media screen and (max-width: 1199px) {
  .info-detail {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 991px) {
  .info-detail {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .info-detail {
    margin-bottom: 25px;
  }
}
.info-detail .date {
  margin-bottom: 20px;
}

/* 機能一覧
----------------------------------------------------------*/
.feature-block {
  font-size: 1.5rem;
}
.feature-block .row {
  margin-left: -25px;
  margin-right: -25px;
}
@media screen and (max-width: 767px) {
  .feature-block .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.feature-block .col {
  position: relative;
  margin-bottom: 45px;
  padding-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 767px) {
  .feature-block .col {
    position: static;
    margin-bottom: 25px;
    padding: 0;
  }
}
.feature-block .feature-block__btn {
  position: absolute;
  right: 25px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .feature-block .feature-block__btn {
    position: static;
    right: auto;
    bottom: auto;
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .feature-block .feature-block__btn .btn {
    display: block;
  }
}

/* お問い合わせ
----------------------------------------------------------*/
.contact-tel {
  padding: 25px 25px 25px 25px;
  background: #faf5e6;
  border-radius: 10px;
}
@media screen and (max-width: 1199px) {
  .contact-tel {
    padding: 18px 22px 18px 27px;
  }
}
@media screen and (max-width: 991px) {
  .contact-tel {
    padding: 18px 18px 18px 22px;
  }
}
@media screen and (max-width: 767px) {
  .contact-tel {
    padding: 13px 13px 13px 13px;
  }
}
.contact-tel .title-text {
  margin-bottom: 25px;
  border-color: #e4dcc2;
}
@media screen and (max-width: 767px) {
  .contact-tel .title-text {
    margin-bottom: 12px;
  }
}
.contact-tel .tel {
  font-size: 3.5rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .contact-tel .tel {
    font-size: 1.5rem;
  }
}
.contact-tel .fax {
  font-size: 3.5rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .contact-tel .fax {
    display: none;
    font-size: 1.5rem;
  }
}
.contact-tel i {
  display: inline;
  margin-right: 12px;
  color: #6cb97f;
  text-align: center;
  background-size: 100%;
}
.contact-tel .fa-phone {
  font-size: 38px;
}
@media screen and (max-width: 767px) {
  .contact-tel .fa-phone {
    background: none;
    padding: 0;
  }
}
.contact-tel .fa-fax {
  position: relative;
  top: -2px;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .contact-tel .fa-fax {
    display: none;
  }
}
.contact-tel .txt {
  margin-top: 5px;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .contact-tel .txt {
    font-size: 1.3rem;
  }
}

.contact-mail {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .contact-mail {
    margin-top: 20px;
  }
}

.table_form {
  margin-top: 30px;
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .table_form {
    margin-top: 20px;
    margin-bottom: 20px !important;
    font-size: 1.5rem;
  }
}
.table_form th {
  width: 25%;
  text-align: left;
  vertical-align: middle !important;
}
@media screen and (max-width: 991px) {
  .table_form th {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .table_form th {
    display: block;
    float: left;
    width: 100%;
    color: #333;
  }
}
.table_form th .hissu {
  display: block;
  background: url(../images/common/icon_required.png) no-repeat right center;
  background-size: 14px;
  padding-right: 25px;
}
@media screen and (max-width: 767px) {
  .table_form td {
    display: block;
    float: left;
    width: 100%;
    color: #333;
  }
}

.checkbox {
  margin-left: 20px;
  padding: 0 !important;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .checkbox-inline,
  .radio-inline {
    display: block;
    margin-left: 0 !important;
    margin-right: 5px;
  }
}

.required input[type="text"],
.required input[type="password"],
.required select,
.required textarea {
  border: 1px solid #c36;
}

input[type="checkbox"], input[type="radio"] {
  position: relative;
  top: 2px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  input[type="checkbox"], input[type="radio"] {
    top: 0;
    width: 20px;
    height: 20px;
  }
}
input[type="text"] {
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type="button"] {
  border: none;
}

select {
  border: 1px solid #ccc;
  border-radius: 3px;
}

textarea {
  border-radius: 3px;
  font-size: 100%;
  border: 1px solid #ccc;
  width: 99%;
}

input, textarea {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -Webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.item-s {
  width: 80px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
@media screen and (max-width: 767px) {
  .item-s {
    display: block;
    width: 100%;
  }
}

.item-m {
  width: 200px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
@media screen and (max-width: 767px) {
  .item-m {
    display: block;
    width: 100%;
  }
}

.item-l {
  width: 350px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
@media screen and (max-width: 767px) {
  .item-l {
    display: block;
    width: 100%;
  }
}

form button {
  border: none;
}
form button br {
  display: none;
}
@media screen and (max-width: 767px) {
  form button br {
    display: inline;
  }
}

.goto-policy {
  margin-bottom: 20px;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .goto-policy {
    font-size: 1.6rem;
  }
}
.goto-policy a {
  text-decoration: underline;
  color: #6f6f6f;
}
.goto-policy a:hover {
  text-decoration: none;
}

.privacy {
  margin-bottom: 20px;
  padding-top: 30px;
  overflow: hidden;
  *zoom: 1;
}
@media screen and (max-width: 767px) {
  .privacy {
    margin-bottom: 5px;
    padding-top: 15px;
  }
}
.privacy h4 {
  margin-bottom: 8px;
  font-size: 1.4rem;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc6b9;
}
.privacy p,
.privacy ul {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .privacy p,
  .privacy ul {
    margin-bottom: 14px;
  }
}
.privacy li {
  list-style-type: decimal;
  margin-left: 23px;
}
.privacy .signature {
  float: right;
}


.bg-gray{background-color: #666 !important;}

.bg-dotgray {
    background: url(../images/common/bg-dotgray.png) center center;
}

.container01 {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

#section01 {
    padding: 70px 0;
}

section > .container01 > h2 {
    font-size: 34px;
    text-align: center;
    margin-bottom: 45px;
}
.doc-listbox {
    background: #fff;
    padding: 30px 70px;
}
@media screen and (max-width: 767px) {
  .doc-listbox {
    padding: 30px 0;
}
}
.mt20{margin-top: 20px;}



/*FAQ追記*/

#FAQBOX{
    background: #f5f5f5;
    padding: 50px 0;
    margin: 0;

}

#FAQBOX .container .row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
    -webkit-box-align: start; 
    -ms-flex-align: start; 
    align-items: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}


/*
#FAQBOX .container .row h3,
#FAQBOX .container .row .answer{
    height: auto !important;
}
*/

#FAQBOX .box{
    margin-bottom: 30px;
}

#FAQBOX:nth-of-type(2){
    background: white;
}

#FAQBOX:nth-of-type(2) .answer{
    background-color: #f5f5f5;
}


#FAQBOX .question,.top-qa .question{
	font-weight:normal !important;
}

h2 {font-weight:bold;}


.meisai{ width:40%;}
@media screen and (max-width: 767px) {
.meisai{ width:70%;}
}

.tac{text-align: center!important;}
.tac-xs-left{text-align: center!important;}
@media screen and (max-width: 767px) {
.tac-xs-left{text-align: left!important;}
}

.mb20{margin-bottom: 20px!important;}
.mb30{margin-bottom: 30px!important;}
.mb40-xs20{margin-bottom: 40px!important;}
@media screen and (max-width: 767px) {
  .mb40-xs20{margin-bottom: 20px!important;}
}

.list-ttl li span{font-weight: bold;}


/*20200605*/
.kansyu-content {
  position: relative;
  border: solid 2px #ccc;
  border-radius: 5px;
  margin-top: 1em;
  margin-bottom: 2em;
  padding: 1.2em 1em 1em;
}
.kansyu-content p{
  font-weight: bold;
  font-size: 1.1em;
}
.kansyu {
  font-weight: 700;
  color: #333;
  font-size: 1.2em;
  background: #fff;
  padding: 0 .5em;
  position: absolute;
  top: -.5em;
  line-height: 1;
  margin-left: .5em;
}
.pd-a{padding-top: 1.5rem;}
@media screen and (max-width: 767px) {
  .pd-a{padding-top: 1rem;}
}

/*20200706*/
.indent-1 {
  padding-left:1em;
  text-indent:-1em;
  display: block;
}

.thanks{
  width: 1050px;
  margin: 0 auto;
  padding: 30px 0 10px;
}
@media screen and (max-width: 1199px) {
  .thanks{
    width: 100%;
  }
}

.fb_iframe_widget iframe,.fb_iframe_widget span{
  height: 30px !important;
}

.adjust_201027{
  margin-bottom: 0 !important;
  /*padding-top: 73px !important;*/
}


.pagetitle h1 {
  font-size: 3.7rem;
  line-height: 1.5;
  color: #e54100;
}



/*20201105*/
.photo-ofi {
	height: 0;
	display: block;
  background-color: #EFEFEF; /*制作者確認用*/
  /*background-color: #FFF;*/
	overflow: hidden;
	position: relative;
	padding-bottom: 75%; /* 高さを指定（ボックスの横幅を基準） */
}
.photo-ofi img {
	max-width: inherit;
	max-height: inherit;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	font-family: 'object-fit: scale-down;';
	position: absolute;
	left: 0;
	top: 0;
}

.case a{
  display: block;
}
.case .btn-case{
  display: block;
  text-align: left;
  background-color: #e54100;
  color: #fff;
  padding: .75em 1em;
  line-height: 1.5;
  font-size: 1.2em;
}
.case .btn-case::before{}
.case .btn-case::after{
  font-family: FontAwesome;
  content: "\f105";
  padding-left: .5em;
  color: #fff;
  font-size: 1.2em;
  display: inline-block;
}
.case a:hover{
  opacity: 0.7;
  transition: .25s;
  text-decoration: none;
}

/*ページング*/
div.paging{text-align: center; padding: 3em 0 0;}
div.paging span.current,
div.paging span.paging-text{margin:0px 2px;color:#333;border:1px solid #ccc;display:inline;zoom:1;display:inline-block;overflow:hidden;text-decoration:none;}
div.paging span.paging-text a{padding: 2px 8px 3px; display:block;}
div.paging span.current{background: #e54100;border:1px solid #636;color:#fff;display:inline;zoom:1;padding:3px 8px;text-decoration:none;display:inline-block; cursor:pointer;}
div.paging span.paging-text a:hover{background: #e54100;color: #fff;text-decoration:none;cursor:pointer;}


.mb1em{margin-bottom: 1em;}
.mb2em{margin-bottom: 2em;}
.mb3em{margin-bottom: 3em;}
.mb4em{margin-bottom: 4em;}
.mb5em{margin-bottom: 5em;}


.case_study_details{
  position: relative;
}
.case_study_details img{}
.case_study_details div, .details-adjust{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  /*background: #fff;
  opacity: 0.7;*/
}
.case_study_details h1{
  font-weight: bold;
  text-align: left;
  padding: .5em 2em;
  font-size: 24px;
  color: #010101;
  line-height: 1.25;
  width: 100%;
}
.case_study_details h1::after{
  content: "";
  display: block;
  background: #fff;
  opacity: 0.7;
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}


.case-link{}
.case-link h2{
  color: #e54100;
  margin: 0 0 5rem;
  text-align: center;
  padding-bottom: 9px;
  border-bottom: 3px solid #e54100;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.3;
}

.btn-case-detail{
  display: block;
}
.btn-case-detail:hover{
  opacity: 0.7;
  transition: .25s;
  text-decoration: none;
}
.btn-case-detail > div:nth-of-type(1){
  margin: 1rem 0 .5rem;
}
.btn-case-detail > div:nth-of-type(2){
  color: #333;
  line-height: 1.5;
}

.pl1{padding-left: 1em;}



@media screen and (max-width: 767px) {
  .case_study_details h1{
    padding: .5em 2em;
    font-size: 18px;
    line-height: 1.5;
  }
}


.text_limit_1row{
  display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}


/*company.html*/
.btn-map{
	background: #e54100;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    border: none;
    margin-top: 5px;
}

.tbl-company{
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.tbl-company th{
  display: block;
  width: 100%;
  background-color: #e54100;
  padding: 14px;
  color: #fff;
  font-weight: bold;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.tbl-company td{
  display: block;
  width: 100%;
  background-color: #fff;
  color: #000;
  padding: 14px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media screen and (min-width:768px) {
  .tbl-company th{
    display: table-cell;
    width: 10%;
  }
  .tbl-company td{
    display: table-cell;
    width: 45%;
  }
}










/*牛崎様からの指定CSS*/
/* .h201{
  font-size: 16pt;
  font-weight: bold;
  padding: 1rem 2rem;
  border-left: 5px solid #544a47;
  background: #f4f4f4;
  margin-top: 50px;
  margin-bottom: 20px;
  line-height: 1.5em;
}
.h301{
  font-size: 13pt;
  font-weight:bold;
  line-height:150%;
  padding-top:25px;
  padding-bottom: 3px;
} */

.h201{
	font-size: 24px;
    font-weight: bold;
    padding: 25px;
    border-radius: 2px;
    background: #f4f4f4;
    margin-top: 50px;
    margin-bottom: 20px;
    line-height: 1.5em
}
.h301{
	font-size: 20px;
    font-weight: bold;
    line-height: 150%;
    margin-top: 40px;
    margin-bottom: 15px;
    border-left: 7px solid #888;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 12px 20px;
}
.h401{
	font-size: 18px;
    font-weight: bold;
    line-height: 120%;
    margin-top: 30px;
    margin-bottom: 15px;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    padding: 12px 20px;
}

.adjust220315 p{font-size: 16px !important;}

ul.flow li{
  margin-bottom: 25px;
}

ul.flow h4{
  font-weight: bold;
  padding: 7px 10px;
  margin-bottom: 5px;
  background-color: #eee;
}

ul.flow p{
  padding:0 10px;
}

.txt-210317 h3{
  font-weight: bold;
  padding: 7px 10px;
  margin-bottom: 5px;
  background-color: #eee;
  font-size: 18px;
}

.orange{
  color: #e54100;
}

.add-box01{
	margin-bottom: 10px;
}
.add-box01 img{
	margin: 0 auto 15px;
}
@media screen and (min-width:768px){
  .add-box01{
		display: flex;
		align-items: center;
		width: 100%;
	}
	.add-box01 .add-box01-text{
		width: 80%;
	}
	.add-box01 img{
		width: 15%;
		margin-right: 5%;
		margin-bottom: 0;
	}
}

.bkglay {
  background-color: #eee;
  padding: 10px 30px;
}

.fs16{ font-size: 16px !important;}
.fs18{ font-size: 18px !important;}
.fs20{ font-size: 20px !important;}
.fs24{ font-size: 24px !important;}
.fs30{ font-size: 30px !important;}
.fs36{ font-size: 36px !important;}

.fsp120{ font-size: 120% !important;}
.fsp150{ font-size: 150% !important;}

/* faq */
.q-box dt,.q-box dd{
  line-height: 1.9;
  font-weight: bold;
}
.q-box dt{
  border-bottom: 1px solid #ccc;
  background: #e54100;
  color:#fff;
  padding: 15px 15px 15px 54px;
}
.q-box dt:before{
  content: "Q";
  color: #e54100;
  background: #fff;
  display: inline-block;
  width: 26px;
  line-height: 26px;
  text-align: center;
  margin-left: -39px;
  margin-right: 13px;
}
.q-box dd{
  border: 1px solid #ccc;
  border-top: none;padding: 14px;
}
.q-box + .q-box{
  margin-top: 30px;
}
.q-box .list-kome{
  font-weight: normal;
  font-size: 12px;
}
.q-wrap{
	margin-bottom: 30px;
}
@media (max-width: 767px){
	.q-wrap{
		margin-bottom: 50px;
	}
}


.comment-box{
  padding: 40px;
  background-color: #ffe0d0;
  color: #000;
  font-size: 18px;
  position: relative;
}
.comment-box::before{
  position: absolute;
  top: 50%;
  left: -30px;
  content: "";
  width: 20px;
  height: 20px;
  border-bottom: 20px solid #ffe0d0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  transform: translateY(-50%) rotate(-90deg);
}

@media screen and (max-width:991px){
  .comment-img{
    margin-bottom: 20px;
  }
  .comment-box{
    padding: 40px;
    margin-bottom: 30px;
    font-size: 16px;
  }
  .comment-box::before{
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.comment-box02{
  padding: 40px;
  background-color: #ffe0d0;
  color: #000;
  font-size: 18px;
  position: relative;
}
.comment-box02::before{
  position: absolute;
  top: 50%;
  left: -30px;
  content: "";
  width: 20px;
  height: 20px;
  border-bottom: 20px solid #ffe0d0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  transform: translateY(-50%) rotate(-90deg);
}

@media screen and (max-width:991px){
  .comment-box02{
    padding: 40px;
    margin-bottom: 30px;
    font-size: 16px;
  }
  .comment-box02::before{
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
}


.pring-detail-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
}
.pring-detail-wrap figure{
  margin-right: 60px;
}
@media screen and (max-width:767px){
  .pring-detail-wrap{
    display: block;
  }
  .pring-detail-wrap figure{
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.page-blog .detail-wrap li{
  font-size: 16px !important;
}

.pagetitle--detail p.day{
  color: #333 !important;
  font-size: 1em !important;
  text-align: right;
  letter-spacing: .025em;
  font-weight: normal;
  z-index: 999;
  margin-top: -.75rem;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 768px){
  .pagetitle--detail p.day{
    font-size: 1.3em !important;
    margin-top: -3.75rem;
  }
}
@media screen and (min-width: 992px){
  .pagetitle--detail p.day{
    margin-left: 115px;
    margin-right: 115px;
  }
}
@media screen and (min-width: 1200px){
  .pagetitle--detail p.day{
    margin-left: 215px;
    margin-right: 215px;
  }
}

/* law */
.law-table{border-top: 1px solid #ccc;border-left: 1px solid #ccc;}
.law-table th,.law-table td{padding: 15px;border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;}
.law-table th{background: #f6f6f6; width: 24%;}
.law-table td{background: #fff;}
@media screen and (max-width: 767px){
  .law-table th,.law-table td{display: block;}
  .law-table th{width: 100%;}
}




.red{color: #e21500 !important;}
.main-colum{
  background: #f9f9f9;
  padding: 50px 50px;
}
.main-colum h2{
  line-height: 1.25;
}
.main-colum .txt-adjust01{
  font-size: 1em;
}
.main-colum .txt-adjust02{
  font-size: 56px;
}
.main-colum ul{
  list-style: disc;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  border: 1px dashed #aaa;
  border-radius: 5px;
  padding: 10px 10px 10px 35px;
}

@media screen and (max-width: 1199px) {}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 767px) {
  .main-colum{
    padding: 15px;
  }
  .main-colum .txt-adjust01{
    font-size: 20px;
  }
  .main-colum .txt-adjust02{
    font-size: 34px;
  }
  .main-colum ul{
    font-size: 16px;
  }
}

.mb25{margin-bottom: 25px !important;}
@media screen and (max-width: 767px) {
  .mb-xs-20{margin-bottom: 20px;}
}


.cell-none{
	border: none !important;
	background: #fff !important;
}

.bg-white{
	background: #fff !important;
}
.white{color: #FFF !important;}
.underline-none{text-decoration: none !important;}
.border-top{border-top: 1px solid #ddd !important;}



#plan-list table{
	border: none !important;
  white-space: nowrap;
}
#plan-list table thead tr th:nth-child(2){
	background: #666 !important;
	color: #fff !important;
  border: 1px solid #ddd !important;
  border-right: 1px solid #fff !important;
}
#plan-list table thead tr th:nth-child(3){
	background: #c82828 !important;
	color: #fff !important;
  border: 1px solid #ddd !important;
  border-left: 1px solid #fff !important;
}
#plan-list table thead tr th:nth-child(4){
	background: #30288f !important;
	color: #fff !important;
}
#plan-list th{
	font-size: 16px !important;
  width: 30%;
}
#plan-list td{
	font-size: 14px !important;
}
@media screen and (max-width:767px){
	#plan-list div.planbox{
		overflow-y: scroll;
	}
	#plan-list table{
		white-space: nowrap;
	}
	#plan-list th{
		font-size: 14px !important;
	}
  .plan-scroll{
    overflow-y: scroll;
  }
}
.fs18{font-size: 18px !important;}

.ttl_qa {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	background: #e54100;
	padding: 20px 20px 20px 50px;
	border-radius: 8px 8px 0 0;
	letter-spacing: 0.1em;
	position: relative;
  }
  
  .ttl_qa .ttl_q {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 28px;
	margin-right: 10px;
	position: absolute;
	left: 20px;
	top: 10px;
  }
  
  .txt_cont6 {
	background: #f4f2f2;
	border: 1px solid #cfcfcf;
	border-radius: 0 0 8px 8px;
	padding: 30px;
	text-align: justify;
	letter-spacing: 0.007em;
  }

.ttl_a{
  font-family: 'Noto Sans JP', sans-serif;
	font-size: 2em;
	font-weight: bold;
	display: block;
	margin-right: 8px;
  }

  .adjust-txt_cont6{
	display: flex;
	align-items: center;
  }
  @media screen and (max-width: 767px) {
	.adjust-txt_cont6{
	  padding: 15px;
    line-height: 1.5;
	}
  }
  /*2024/3/18追加*/
  .pagetitle--detail p.day{
    font-size: 16px !important;
  }

  @media screen and (max-width: 767px) {
    .adjust-list01{
      padding-left: 9px !important;
      background: #fff;
    }
    .adjust-list01 div.gsc-control-cse{
      padding: 1em 1em 1em 0 !important;
    }
    .adjust-list01 td.gsc-search-button button{
      padding: 6px 27px !important;
      border-top-left-radius: 2px !important;
      border-top-right-radius: 2px !important;
      border-bottom-left-radius:2px !important;
      border-bottom-right-radius:2px !important;
    }
  }
  @media screen and (max-width: 575px) {
    .adjust-list01 td.gsc-search-button{
      padding-left: 10px;
    }
  }

  .header-right .gsc-input-box{
    border: none !important;
  }
  .header-right .gsc-input-box table tr td input[type="text"]{
    padding: 8px 10px !important;
    border: 1px solid #e7e7e7 !important;
    background: none !important;
  }
  .header-right .gsib_a{
    padding: 0 !important;
  }
  .gsib_b{
    display: none !important;
  }

  @media screen and (max-width: 767px) {
    #gsc-iw-id2{
      padding: 0 !important;
    }
  }