.bg {
  background-color: #f7f7f0;
  margin: 5% -200%;
  padding: 5% 200%;
}
.full-width {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.full-width img {
  width: 100%;
  height: auto;
}
main {
  width: 980px;
  margin: 0 auto;
}
.red {
  color: #FF0004;
}
.title {
  width: 100%;
}
.sbtitle {
  padding: 0 10px;
  border-left: 4px solid #FF0004;
  font-size: 20px;
  font-weight: bold;
  margin: 50px 0 20px;
}
.text {
  font-size: 15px;
  padding-left: 15px;
}
.text a {
  color: #1a0dab;
}
.text a:hover {
  text-decoration: underline;
}
.intro {
  font-size: 15px;
  padding-left: 15px;
}
.about {
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f83600), to(#ff8c00));
  background-image: -webkit-linear-gradient(left, #f83600 0%, #ff8c00 100%);
  background-image: linear-gradient(to right, #f83600 0%, #ff8c00 100%);
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
.small {
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 22px;
  padding-left: 20px;
}
.small2 {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}
.indent {
  padding-left: 1em;
  text-indent: -1em;
}
.indent2 {
  padding-left: 2em;
  text-indent: -1em;
}
*, *:before, *:after {
  box-sizing: border-box;
}
.col_3 {
  width: 100%;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .col_3 > div {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .col_3 > div {
    width: 100%;
    text-align: center;
  }
}
.area {
  margin: 20px 0;
}
.box {
  width: 300px;
  margin: 5px auto;
  padding: 8px;
  display: flex;
  flex-direction: column;
}
.boxtitle {
  font-size: 18px;
  font-weight: bold;
  color: #EB0003;
  margin: 10px 0;
  text-align: center;
}
.boxtext {
  font-size: 15px;
  line-height: 22px;
  padding: 15px 0 0 20px
}
.boximg img {
  max-width: initial;
}
.accordion {
  margin: auto;
}
.toggle {
  display: none;
}
.option {
  position: relative;
  margin: 2em 0;
}
.sidebar, .note {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.sidebar {
  border: solid 1px #ccc;
  padding: 8px;
  display: block;
  color: #333;
  font-weight: bold;
  width: 500px;
  text-align: center;
  margin-left: 1.5rem;
}
.sidebar::after, .sidebar::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1em;
  width: 2px;
  height: 0.75em;
  background-color: #999;
  transition: all 0.3s;
}
.sidebar::after {
  transform: rotate(90deg);
}
.note {
  max-height: 0;
  overflow: hidden;
  padding: 1em 0 0 1em;
}
.toggle:checked + .sidebar + .note {
  max-height: 100%;
  transition: all 1.5s;
}
.toggle:checked + .sidebar::before {
  transform: rotate(90deg) !important;
}
.tab_container {
  padding-bottom: 1em;
  background-color: #fff;
  border: 1px solid #37beb0;
  margin: 0 auto;
}
.tab_item {
  width: calc(100%/2);
  padding: 15px 0;
  border-bottom: 3px solid #37beb0;
  background-color: #ececec;
  text-align: center;
  color: #37beb0;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 1em 1em 0;
  clear: both;
  overflow: hidden;
}
#tab1:checked ~ #tab1_content, #tab2:checked ~ #tab2_content {
  display: block;
}
.tab_container input:checked + .tab_item {
  background-color: #37beb0;
  color: #fff;
}

.shadow{
	padding-left: 1em;
	margin: 10px 0 0;
}

.shadow img {
  border: 1px solid #D5D5D5;
  max-width: initial;
}
.heading {
  font-size: 15px;
  font-weight: bold;
  margin-top: 30px;
}
.heading1 {
  font-size: 15px;
  font-weight: bold;
}
.tabtext {
  font-size: 15px;
  padding-left: 1em;
}
.tabtext2 {
  font-size: 15px;
  font-weight: bold;
  margin-top: 20px;
  padding-left: 1em;
}
.tabtext3 {
  font-size: 15px;
  font-weight: bold;
  margin-top: 20px;
}
.tabtext2 a {
  color: #1a0dab;
  text-decoration: underline;
}
.tabtext2 a:hover {
  opacity: 0.8;
}
.ma30 {
  margin-top: 30px;
}
.areatable {
  border-collapse: collapse;
  margin: 15px;
}
.areath, .areatd {
  border: solid 1px black;
  padding: 8px;
}
.areath {
  background: #CDCDCD;
  font-size: 15px;
  font-weight: bold;
}
.areatd {
  font-size: 13px;
}
.listimg img {
  width: 85px;
}
.button {
  width: 450px;
  margin: 30px auto;
}
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #fff;
  border: 1px solid #FF0000;
  border-radius: 30px;
  box-sizing: border-box;
  color: #FF0000;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  font-weight: bold;
}
.btn:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #FF0000;
  border-right: 2px solid #FF0000;
  transform: rotate(45deg);
  position: absolute;
  top: 52%;
  right: 25px;
  margin-top: -6px;
}
.btn:hover {
  background: #FF0000;
  color: #fff;
}
.btn:hover:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width:799px) {
  main {
    width: 100%;
    padding: 0 8px;
  }
  .sbtitle {
    font-size: 13px;
    margin: 40px 0 10px;
  }
  .text {
    font-size: 13px;
  }
  .intro {
    font-size: 13px;
  }
  .about {
    font-size: 13px;
  }
  .accordion {
    max-width: 100%;
    margin: 1em auto;
  }
  .option {
    margin: 0;
  }
  .sidebar {
    font-size: 13px;
    padding: 8px;
    width: 100%;
    margin-left: 0;
  }
  .note {
    padding: 8px 0 0;
  }
  .box {
    width: 300px;
    margin: 5px auto;
    padding: 8px;
    display: flex;
    flex-direction: column;
  }
  .boxtitle {
    font-size: 15px;
  }
  .boxtext {
    font-size: 13px;
    line-height: 20px;
    padding-left: 0;
    margin: 0 auto;
    width: 90%;
    /*text-align: left;*/
  }
  .boximg img {
    text-align: center;
    width: 60%;
  }
  .areath {
    font-size: 13px;
  }
  .areatd {
    font-size: 12px;
  }
  .listimg {
    width: 100%;
  }
  .listimg img {
    width: 15%;
  }
  .button {
    width: 100%;
  }
  .btn {
    font-size: 13px;
  }
  .btn:before {
    top: 53%;
    right: 15px;
  }
  .shadow {
    text-align: center;
	padding-left: 0;
  }
  .shadow img {
    width: 80%;
  }
  .heading {
    font-size: 13px;
  }
  .heading1 {
    font-size: 13px;
  }
  .tabtext {
    font-size: 13px;
  }
  .tabtext2 {
    font-size: 13px;
  }
  .tabtext3 {
    font-size: 13px;
  }
  .tab_item {
    width: 0px;
    height: 0px;
    padding: 0;
    border-bottom: 0px;
    background-color: #fff;
    color: #fff;
    display: block;
  }
  .tab_item:hover {
    opacity: 1;
  }
  .tab_content {
    display: block;
    padding: 1em 1em 0;
    clear: both;
    overflow: hidden;
  }
  .ma30 {
    margin-top: 5px;
  }
}