@charset "UTF-8";

/*--------------------------------------
h1,h2,
---------------------------------------- */

h1 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 2px solid #999999;
}

h2 {
  font-size: 16px;
  font-weight: 600;
}

/*--------------------------------------
section
---------------------------------------- */

.section {
  width: 100%;
  height: auto;
  background: white;
  padding: 20px 0;
  font-size: 14px;
  position: relative;
}

.section:first-child {
  margin: 0;
}

.section-inner {
  position: relative;
  margin: 0 24px;
  padding: 0;
}

.section>a {
  display: block;
  text-align: center;
  padding: 10px 0;
}

/*--------------------------------------
btn
---------------------------------------- */

.btn {
  display: block;
  position: relative;
  width: 90%;
  margin: 36px auto;
  padding: 10px 0;
  font-size: 16px;
  text-align: center;
  height: 48px;
  cursor: pointer;
  border-radius: 100px;
  border: none;
  outline: none;
  background: none;
}

.btn.btn-blue {
  color: white;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15);
  background: -webkit-linear-gradient(100deg, #4D8BFF 10%, #0059FF 90%);
  background: linear-gradient(100deg, #4D8BFF 10%, #0059FF 90%);
}

a.btn {
  height: 26px;
  line-height: 26px;
}

/*--------------------------------------
pdficon
---------------------------------------- */
.pdficon {
  vertical-align: middle;
  font-size: 10px;
  margin: 0 4px 2px !important
}

/*--------------------------------------
adjust
---------------------------------------- */
.bg-transparent-white{
  background : rgba(255,255,255,0.95) !important;
}
.bg-blue{
  background: #4D8BFF !important;
}
.fix-bottom{
  position: fixed;
  bottom: 0;
}
.error-text{
  width: 1500px;
	height: 200px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.font-size-adjust{
  height: 32px;
  visibility: hidden;
}
.zindex_1{
  z-index: 1;
}
.none {
  display: none !important;
}
.hidden{
  visibility: hidden;;
}

.relative {
  position: relative;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}
.table {
  display: table !important;
}
.table-cell {
  display: table-cell !important;
}

.light-gray {
  font-size: 12px;
  color: #777;
}
.gray{
  color: #666666;
}

.light-blue {
  color: #4D8BFF;
}

.txtError {
  color: #FF3C3C;
  font-size: 12px;
}

.red {
  color: #FF3C3C;
}

.underline {
  text-decoration: underline !important;
}

.after-none::after {
  display: none;
}

.bg-transparent {
  background-color: transparent !important;
}

.no-shadow {
  box-shadow: none !important;
}

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

.top {
  vertical-align: top !important;
}

.middle {
  vertical-align: middle !important;
}

.bottom {
  vertical-align: bottom !important;
}

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

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

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

.f-right {
  float: right !important;
}

.f-left {
  float: left !important;
}

.fs-10 {
  font-size: 10px !important;
}
.fs-11 {
  font-size: 11px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-13 {
  font-size: 13px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-15 {
  font-size: 15px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-17 {
  font-size: 17px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-19 {
  font-size: 19px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-21 {
  font-size: 21px !important;
}
.fs-22 {
  font-size: 22px !important;
}
.fs-23 {
  font-size: 23px !important;
}
.fs-24 {
  font-size: 24px !important;
}
.fs-25 {
  font-size: 25px !important;
}
.fs-26 {
  font-size: 26px !important;
}
.fs-27 {
  font-size: 27px !important;
}
.fs-28 {
  font-size: 28px !important;
}

.m-0-auto {
  margin: 0 auto !important;
}

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

.m-top-1 {
  margin-top: 1px !important;
}

.m-top-2 {
  margin-top: 2px !important;
}

.m-top-3 {
  margin-top: 3px !important;
}

.m-top-4 {
  margin-top: 4px !important;
}

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

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

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

.m-top-18 {
  margin-top: 18px !important;
}

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

.m-top-24 {
  margin-top: 24px !important;
}

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

.m-top-36 {
  margin-top: 36px !important;
}

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

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

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

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

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

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

.m-bottom-1 {
  margin-bottom: 1px !important;
}

.m-bottom-2 {
  margin-bottom: 2px !important;
}

.m-bottom-3 {
  margin-bottom: 3px !important;
}

.m-bottom-4 {
  margin-bottom: 4px !important;
}

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

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

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

.m-bottom-18 {
  margin-bottom: 18px !important;
}

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

.m-bottom-24 {
  margin-bottom: 24px !important;
}

.m-bottom-36 {
  margin-bottom: 36px !important;
}

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

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

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

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

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

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

.p-top-1 {
  padding-top: 1px !important;
}

.p-top-2 {
  padding-top: 2px !important;
}

.p-top-3 {
  padding-top: 3px !important;
}

.p-top-4 {
  padding-top: 4px !important;
}

.p-top-5 {
  padding-top: 5px !important;
}

.p-top-10 {
  padding-top: 10px !important;
}

.p-top-15 {
  padding-top: 15px !important;
}

.p-top-18 {
  padding-top: 18px !important;
}

.p-top-20 {
  padding-top: 20px !important;
}

.p-top-24 {
  padding-top: 24px !important;
}

.p-top-30 {
  padding-top: 30px !important;
}

.p-top-36 {
  padding-top: 36px !important;
}

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

.p-right-5 {
  padding-right: 5px !important;
}

.p-right-10 {
  padding-right: 10px !important;
}

.p-right-15 {
  padding-right: 15px !important;
}

.p-right-20 {
  padding-right: 20px !important;
}

.p-right-25 {
  padding-right: 25px !important;
}

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

.p-bottom-5 {
  padding-bottom: 5px !important;
}

.p-bottom-10 {
  padding-bottom: 10px !important;
}

.p-bottom-15 {
  padding-bottom: 15px !important;
}

.p-bottom-18 {
  padding-bottom: 18px !important;
}

.p-bottom-24 {
  padding-bottom: 24px !important;
}

.p-bottom-30 {
  padding-bottom: 30px !important;
}

.p-bottom-36 {
  padding-bottom: 36px !important;
}

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

.p-left-5 {
  padding-left: 5px !important;
}

.p-left-10 {
  padding-left: 10px !important;
}

.p-left-15 {
  padding-left: 15px !important;
}

.p-left-20 {
  padding-left: 20px !important;
}
