body {
  color: #333;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

select {
  display: block;
}

figure {
  margin: 0;
}

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s
}

a, a:focus {
  color: #FF7F00;
  text-decoration: none;
}

a:hover {
  color: #FF7F00;
  text-decoration: none;
}

iframe {
  border: 0;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
  text-decoration: none;
  outline: 0;
}

.btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i {
  font-size: 1em;
  line-height: inherit;
}

h1, h2, h3, h4, h5, h6 {
  color: #222;
  line-height: 1.2em !important;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
  color: #222;
}

h1, .h1 {
  font-size: 32px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

td, th {
  border-radius: 0px;
}

.clear::before, .clear::after {
  content: " ";
  display: table;
}

.clear::after {
  clear: both;
}

.mt-4 {
  margin-top: 4px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-40 {
  margin-top: 40px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.pt-10 {
  padding-top: 10px
}

.pt-40 {
  padding-top: 40px
}

.pt-60 {
  padding-top: 60px
}

.pt-70 {
  padding-top: 70px
}

.pt-80 {
  padding-top: 80px
}

.pb-10 {
  padding-bottom: 10px
}

.pb-20 {
  padding-bottom: 20px
}

.pb-40 {
  padding-bottom: 40px
}

.pb-60 {
  padding-bottom: 60px
}

.pb-70 {
  padding-bottom: 70px
}

.pb-80 {
  padding-bottom: 80px
}

.pl-6 {
  padding-left: 6px
}

.float-left {
  float: left
}

.float-right {
  float: right
}

.transition {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s
}

.text-center {
  text-align: center
}

.text-left {
  text-align: left
}

.text-rigth {
  text-align: right
}

.tx12 {
  font-size: 12px;
}

.tx14 {
  font-size: 14px;
  line-height: 1.6em;
}


.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex
}

.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.flex-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start
}

.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center
}

.flex-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end
}

.flex-top {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center
}

.flex-bottom {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end
}

.row.no-margin {
  margin-left: 0;
  margin-right: 0
}

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between
}

.space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around
}

.flex-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.flex-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.relative {
  position: relative
}

.overflow-hidden {
  overflow: hidden
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}

.container.fullwidth {
  width: 100%
}

.container.no-padding {
  padding-left: 0;
  padding-right: 0
}

.no-padding {
  padding: 0
}

.care-box {
  border: 1px solid #eee;
  padding: 0px;
}

.care-box h3 {
  border: none !important;
  margin: 0 !important;
  background: #f7631b !important;
  font-size: 18px !important;
  padding: 10px 0px !important;
  text-align: center;
  color: #fff !important;
  font-weight: normal !important;
}

.care-box p {
  padding: 0px 15px 15px !important;
}

#second {
  padding: 40px 0;
}

#second p {
  margin: 0;
  padding: 0;
}

#second h2 {
  font-size: 24px;
  margin: 0 0 20px;
  padding: 10px;
  color: #212529;
  font-weight: 600;
  background: #f9f9f9;
  border: 1px solid #eee;
  line-height: 1.4em !important;
}

#second h3 {
  font-size: 18px;
  line-height: 1.4em !important;
  margin: 0px;
  background: #f9f9f9;
  padding: 10px 12px;
  color: #444;
  font-weight: 600;
  border-bottom: 1px solid #eee;
  border-left: 4px solid #FEA520;
}

#second h3 span {
  font-size: 14px;
  font-weight: normal;
}

#second h3 a {
  color: #222;
}

#second h3 a:hover {
  color: #f7631b;
  text-decoration: none;
}

.detail-box {
  border-top: 1px solid #eee;
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.img-responsive {
  width: 100%;
}

.link:hover {
  text-decoration: underline;
}

.tb-about th {
  width: 30%;
}

.perform-1 {
  border-bottom: 1px solid #eee;
  width: 70%;
  margin: 0 auto 10px;
  padding: 10px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #f7631b;
  line-height: 1.4em !important;
}

.perform-2 {
  overflow: hidden;
  margin: 0 0 10px;
  padding: 0;
}

.perform-2 dt {
  width: 15%;
  float: left;
  background: #f7fff3;
  border: 1px solid #eee;
  text-align: center;
  padding: 2px;
  color: #555;
}

.perform-2 dd {
  width: 80%;
  float: right;
}

.org {
  color: #f7631b;
}

.br-xs { display: none;}
.br-lg { display: block;}
.br-sm { display: none;}
.br-md { display: none;}
.br-xs2 { display: none;}