@charset "UTF-8";
/*==============================
	
	STYLE.CSS
	
	==============================*/
/* ====================

	base
	
	基礎、共通

==================== */
/* --------------------
	basic-tags
-------------------- */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html *,
html *:before,
html *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
figure {
  margin: 0;
}

a {
  color: #f19149;
  text-decoration: none;
  -webkit-transition: color 0.15s linear 0s;
  transition: color 0.15s linear 0s;
}

a:hover {
  color: #c55d0f;
}

html,
body {
  font-family: "ヒラギノ角ゴシック", "HiraginoSans", "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: #333;
}

@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 2vw;
  }
}

/* --------------------
	basic-classes
-------------------- */
.sect-container {
  width: 1180px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .sect-container {
    width: 100%;
  }
}

.sr-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .sr-only {
    display: block;
  }
}

.pc_hd {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_hd {
    display: block;
  }
}

::placeholder {
  color: #b3b2b2;
}

/* 表示切り替え */
.sp_on,
.tb_on {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc_on {
    display: none !important;
  }
  .sp_on {
    display: block !important;
  }
}

.box_wrap {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .box_wrap {
    width: 100%;
  }
}

.box_wrap_s {
  width: 750px;
  max-height: 100%;
  margin: 0 auto;
}

.box_inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*
■ BG
*/
.border_orange {
  border: solid 10px #ff8c3c;
  background: #FFF;
}

.border_green {
  border: solid 10px #6bb218;
  background: #FFF;
}

.border_red {
  border: solid 10px #eb6100;
  background: #FFF;
}

.bg_orange {
  background: #ff8c3c;
}

.bg_green {
  background: #6bb218;
}

.bg_red {
  background: #eb6100;
}

.bg_white {
  background: #FFF;
}

.bg_gray {
  background: #f6f4ef;
}

/*
■ テキスト
*/
.align_center {
  text-align: center;
}

.align_left {
  text-align: left;
}

.align_right {
  text-align: right;
}

.txt_s {
  font-size: 0.86em;
}

.txt_red {
  color: #ec6941;
  background: #FFF;
  padding: 0 2px;
  font-weight: bold;
}

.txt_yellow {
  color: #fff100;
}

.txt_orange {
  color: #ed7552;
  font-weight: bold;
}

.txt_green {
  color: #27b431;
}

.txt_blue {
  color: #308fe3;
  font-weight: bold;
}

/*========== header ==========*/
.site-header {
  height: 100px;
  min-width: 1180px;
  border-bottom: 5px solid #3c3c3c;
}

@media screen and (max-width: 768px) {
  .site-header {
    min-width: 100%;
    width: 100%;
  }
}

.site-header .sect-container {
  overflow: hidden;
}

.site-header .company-name {
  float: left;
  height: 95px;
  padding-top: 10px;
  line-height: 100%;
}

.site-header .company-name > p {
  height: 45px;
  line-height: 45px;
  font-size: 0.9em;
  color: black;
}

@media screen and (max-width: 768px) {
  .site-header .company-name {
    width: 40%;
  }
  .site-header .company-name img {
    width: 100%;
  }
}

.site-header .phone-hour {
  float: right;
  height: 80px;
  padding: 20px 20px 0;
  border: 1px solid #dcdcdc;
  border-top: none;
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .site-header .phone-hour {
    padding: 2rem 1rem 0;
    border-right: none;
  }
}

.site-header .company-logo {
  display: block;
  float: left;
  width: 256px;
  height: 45px;
  background: url(../img/bell-logo.png) no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 30px;
}

.site-header .business-phone {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシック", "HiraginoSans", "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4em;
  line-height: 1.0;
  font-weight: bold;
  margin-bottom: 5px;
}

.site-header .business-phone > .label {
  width: 29px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/tel-icon.png) no-repeat;
}

@media screen and (max-width: 768px) {
  .site-header .business-phone {
    font-size: 2.5rem;
  }
}

.site-header .business-hour {
  font-size: 0.7em;
  color: #666;
  line-height: 1.0;
}

@media screen and (max-width: 768px) {
  .site-header .business-hour {
    font-size: 1.5rem;
  }
}

/*========== footer ==========*/
.site-footer {
  min-width: 1180px;
  border-top: 5px solid #3c3c3c;
  padding-top: 40px;
  padding-bottom: 128px;
}

@media screen and (max-width: 768px) {
  .site-footer {
    min-width: unset;
    width: 100%;
    padding: 2rem 0 4rem;
  }
}

.site-footer .sect-container {
  overflow: hidden;
}

.site-footer .company-name {
  float: left;
  line-height: 45px;
  font-size: 0.9em;
  color: black;
}

@media screen and (max-width: 768px) {
  .site-footer img {
    width: 40%;
    margin: auto;
    display: table;
  }
}

.site-footer .company-logo {
  /* headerと同じ設定 */
  display: block;
  float: left;
  width: 256px;
  height: 45px;
  background: url(../img/logo.png) no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 30px;
}

.site-footer .colophon {
  text-align: center;
  font-size: 0.8em;
  color: #666;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシック", "HiraginoSans", "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 15px;
  line-height: 1.0;
}

.site-footer .colophon a {
  display: inline-block;
  margin-top: 2rem;
  font-size: 0.8rem;
}

@media screen and (max-width: 768px) {
  .site-footer .colophon a {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .site-footer .colophon {
    width: 100%;
    font-size: 1.6rem;
    text-align: center;
  }
}

/*========== index ==========*/
/*========== index:intro ==========*/
.intro-sect {
  height: 420px;
  min-width: 1180px;
  border-bottom: 1px solid #eee;
  background: url(../img/intro-img.jpg) center top no-repeat;
  margin-bottom: 79px;
}

@media screen and (max-width: 768px) {
  .intro-sect {
    min-width: unset;
    width: 100%;
    height: 35rem;
    background-position: 75% center;
  }
}

.intro-sect .sect-container {
  padding-top: 105px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .intro-sect .sect-container {
    width: 100%;
  }
}

.intro-sect .page-title {
  font-size: 2.1em;
  line-height: 1.47619;
  font-weight: 500;
  margin-bottom: 22px;
  color: #000;
}

.intro-sect .page-title strong {
  font-weight: inherit;
  color: #f19149;
}

@media screen and (max-width: 768px) {
  .intro-sect .page-title {
    font-size: 3rem;
  }
}

.intro-sect .page-lead {
  color: #000;
  font-size: 16px;
  margin-bottom: 45px;
}

.intro-sect .company-name {
  display: inline-block;
  width: 278px;
  height: 45px;
  background: url(../img/sunlife-logo.png) no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*========== index:business ==========*/
.business-sect {
  min-width: 1180px;
  margin-bottom: 80px;
  /*=== .bsns-case ===*/
}

.business-sect .bsns-case {
  margin-bottom: 80px;
}

.business-sect .bsns-case .sect-container {
  overflow: hidden;
  border: 1px solid #fdbec8;
  display: table;
}

.business-sect .case {
  width: 33.333%;
  display: table-cell;
  position: relative;
  padding-bottom: 85px;
}

.business-sect .case + .case {
  border-left: 1px solid #fdbec8;
}

.business-sect .case::before {
  content: "";
  display: block;
  height: 48px;
  background: url(../img/bus-case-framedeco.png) center top no-repeat;
}

.business-sect .case-container {
  width: 800px;
  margin: 0 auto;
  text-align: center;
}

.business-sect .case-title {
  font-size: 1.4em;
  font-weight: normal;
}

.business-sect .case-url {
  font-size: 0.7em;
  color: #999;
  margin-bottom: 28px;
}

.business-sect .case-tn {
  border: 2px solid #dcdcdc;
  margin-bottom: 26px;
}

.business-sect .case-tn > img {
  display: block;
}

.business-sect .case-desc {
  font-size: 0.7em;
  line-height: 2.0;
  color: #336;
}

.business-sect .case-link {
  position: absolute;
  width: 100%;
  height: 52px;
  left: 0;
  bottom: 0;
  font-size: 0.7em;
  line-height: 1.0;
}

.business-sect .case-link > a {
  color: black;
}

.business-sect .case-link > a:hover {
  color: #c55d0f;
}

.business-sect .case-link > a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 14px;
  background: url(../img/bus-case-linkicon.png) right top no-repeat;
  vertical-align: top;
}

.business-sect .bsns-phil {
  height: 645px;
  background: url(../img/bus-philo-bgimg.jpg) center top repeat-x;
  padding-top: 80px;
}

.business-sect .bsns-phil .sect-container {
  position: relative;
}

.business-sect .phil-main {
  width: 484px;
  height: 484px;
  border: 20px solid #f19149;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 auto;
  text-align: center;
  padding-top: 104px;
}

.business-sect .phil-title {
  font-size: 1.2em;
  line-height: 1.41667;
  font-weight: normal;
  margin-bottom: 40px;
}

.business-sect .phil-body {
  font-size: 0.7em;
  line-height: 2.0;
}

.business-sect .phil-fig {
  width: 393px;
  height: 393px;
  border-radius: 50%;
  position: absolute;
  background-color: white;
  background-repeat: no-repeat;
  top: 50px;
}

.business-sect .phil-fig.left {
  left: 0;
  background-image: url(../img/bus-philo-img-lt.jpg);
}

.business-sect .phil-fig.right {
  right: 0;
  background-image: url(../img/bus-philo-img-rt.jpg);
}

/*========== index:sect-header.type2 ==========*/
.sect-header.type2 {
  text-align: center;
}

.sect-header.type2 .sect-subtitle {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #f19149;
  font-size: 0.6em;
  font-weight: bold;
}

.sect-header.type2 .sect-subtitle::after {
  content: "";
  display: block;
  width: 110px;
  height: 10px;
  margin: 0 auto 18px;
  border-bottom: 1px solid #f19149;
}

@media screen and (max-width: 768px) {
  .sect-header.type2 .sect-subtitle {
    font-size: 1rem;
  }
}

.sect-header.type2 .sect-title {
  font-size: 1.9em;
  line-height: 1.0;
  font-weight: normal;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .sect-header.type2 .sect-title {
    font-size: 2.8rem;
  }
}

/*========== index:strengths ==========*/
.strengths-sect {
  min-width: 1180px;
  margin-bottom: 77px;
}

.strengths-sect .str {
  height: 298px;
  border-bottom: 3px solid #efefef;
  margin-bottom: 47px;
  padding: 55px 0 0 325px;
  background-color: #f6f4ef;
  background-repeat: no-repeat, no-repeat;
  background-position: 30px center, right top;
}

.strengths-sect .str-title {
  font-size: 1.6em;
  color: #000;
  font-weight: normal;
}

.strengths-sect .str-subtitle {
  font-size: 18px;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #f19149;
  margin-bottom: 16px;
}

.strengths-sect .str-body {
  text-shadow: 0px 2px 0px rgba(255, 255, 255, 0.75);
}

.strengths-sect .str1 {
  background-image: url(../img/str-1-icon.png), url(../img/str-1-bg.jpg);
}

.strengths-sect .str2 {
  background-image: url(../img/str-2-icon.png), url(../img/str-2-bg.jpg);
}

.strengths-sect .str3 {
  background-image: url(../img/str-3-icon.png), url(../img/str-3-bg.jpg);
}

/*========== index:mission ==========*/
.mission-sect {
  min-width: 1180px;
  min-height: 985px;
  background: #eff5f4 url(../img/mis-bg.jpg) center top no-repeat;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .mission-sect {
    min-width: 100%;
    min-height: unset;
    padding-bottom: 10rem;
    width: 100%;
  }
}

.mission-sect .sect-container {
  padding-top: 75px;
}

.mission-sect .sect-title {
  text-shadow: 0 3px 3px white;
}

.mission-sect .sect-header.type2 .sect-title {
  margin-bottom: 75px;
}

@media screen and (max-width: 768px) {
  .mission-sect .sect-header.type2 .sect-title {
    margin-bottom: 3rem;
  }
}

.mission-sect .subsect {
  width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .mission-sect .subsect {
    width: 96%;
  }
}

.mission-sect .subsect.intro {
  text-align: center;
  margin-bottom: 47px;
}

@media screen and (max-width: 768px) {
  .mission-sect .subsect.intro {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
}

.mission-sect .subsect.phil {
  background-color: #fff;
  border: 5px solid #f19149;
  margin-bottom: 44px;
  padding: 22px 0;
  text-align: center;
}

.mission-sect .subsect.goa {
  background-color: #fff;
  border: 1px solid #f19149;
  padding: 24px 0 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .mission-sect .subsect.goa {
    padding: 1rem 1rem 2rem;
  }
}

.mission-sect .phil-title,
.mission-sect .goa-title {
  color: #f19149;
  font-weight: 500;
  text-align: center;
  font-size: 1em;
}

.mission-sect .phil-title::after,
.mission-sect .goa-title::after {
  content: "";
  display: block;
  width: 160px;
  height: 10px;
  border-bottom: 1px solid #f19149;
  margin: 0 auto 25px;
}

@media screen and (max-width: 768px) {
  .mission-sect .phil-title,
  .mission-sect .goa-title {
    font-size: 2rem;
  }
}

.mission-sect .phil-body {
  font-size: 28px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .mission-sect .phil-body {
    font-size: 1.6rem;
  }
}

.mission-sect .goa-list {
  list-style: none;
  padding: 0;
  text-indent: 0;
  margin: 0 auto;
  display: inline-block;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .mission-sect .goa-list li {
    font-size: 1.4rem;
    line-height: 2.3;
  }
}

.mission-sect .goa-list li + li {
  margin-top: 7px;
}

.mission-sect .goa-list > li > .label {
  background-color: #000;
  color: white;
  font-size: 0.8em;
  display: inline-block;
  padding: 3px 10px;
}

@media screen and (max-width: 768px) {
  .mission-sect .goa-list > li > .label {
    display: block;
    font-size: 1.3rem;
  }
}

/*========== index:info ==========*/
.info-sect {
  margin-bottom: 82px;
  min-width: 1180px;
}

.info-sect .info-table {
  width: 960px;
  margin: 0 auto;
  border-collapse: collapse;
}

.info-sect .info-table th,
.info-sect .info-table td {
  border: 1px solid #c9c9c9;
  vertical-align: middle;
  line-height: 1.15;
}

.info-sect .info-table th {
  padding: 13px 25px;
  font-size: 0.8em;
  color: #666;
  font-weight: normal;
  background-color: #eee;
}

.info-sect .info-table td {
  padding: 14px 25px;
  font-size: 0.7em;
  color: #000;
}

/*========== index:info ==========*/
/* sec 00 */
#sec00 .lead {
  color: #FFF;
  font-size: 1.8em;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #sec00 .lead {
    font-size: 3rem;
  }
}

#sec00 .lead .txt_s {
  font-size: 0.6em;
}

#sec00 .box_inner {
  padding: 25px 0 40px;
}

#sec00 .box {
  width: 300px;
  background: #FFF;
  padding: 20px 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #sec00 .box {
    width: 80%;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  #sec00 .box img,
  #sec00 .box p {
    font-size: 1.3rem;
  }
}

#sec00 .box b {
  font-size: 1.6em;
  color: #ff8c3c;
}

@media screen and (max-width: 768px) {
  #sec00 .box b {
    font-size: 2.6rem;
  }
}

#sec01 {
  width: 100%;
}

#sec01 img {
  width: 100%;
}

#message {
  padding-bottom: 3rem;
}

#message .box_title {
  width: 1000px;
  min-height: 160px;
  background: url(../img/company_pc_title_01.png) no-repeat top center;
  margin: 50px 0;
  padding: 80px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #message .box_title {
    width: 100%;
    max-height: 100%;
    background: url(../img/company_sp_title_01.png) no-repeat top center;
    background-size: cover;
    padding: 2.5em 2%;
    margin-bottom: 2em;
  }
}

#message .box_title .sub {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 25px;
}

#message .box_title .sub span {
  border-bottom: solid 1px #FFF;
  padding-bottom: 10px;
}

#message .box_title h1 {
  font-size: 38px;
  font-weight: normal;
  text-shadow: 1px 1px 0px #FFF;
}

@media screen and (max-width: 768px) {
  #message .box_title h1 {
    font-size: 3rem;
  }
}

#message .box_body p {
  padding: 0 50px;
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 768px) {
  #message .box_body p {
    font-size: 1.6rem;
    line-height: 2.3;
  }
}

@media screen and (max-width: 768px) {
  #info {
    padding-bottom: 2em;
  }
}

#info .box_title {
  width: 1000px;
  min-height: 160px;
  background: url(../img/company_pc_title_02.png) no-repeat top center;
  margin: 50px 0;
  padding: 80px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #info .box_title {
    width: 100%;
    max-height: 100%;
    background: url(../img/company_sp_title_02.png) no-repeat top center;
    background-size: cover;
    padding: 2.5em 2%;
    margin-bottom: 2em;
  }
}

#info .box_title .sub {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  #info .box_title .sub {
    font-size: 1em;
  }
}

#info .box_title .sub span {
  border-bottom: solid 1px #FFF;
  padding-bottom: 10px;
}

#info .box_title h2 {
  font-size: 38px;
  font-weight: normal;
  text-shadow: 1px 1px 0px #FFF;
}

@media screen and (max-width: 768px) {
  #info .box_title h2 {
    font-size: 3rem;
  }
}

#info .box_body p {
  padding: 0 50px;
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 768px) {
  #info .box_body p {
    padding: 0 5%;
    line-height: 1.7em;
  }
}

#info table {
  width: 96%;
  margin: 0 2% 100px;
  border-collapse: collapse;
  font-size: 0.8em;
}

@media screen and (max-width: 768px) {
  #info table {
    width: 90%;
    margin: 0 5% 2em;
    border-collapse: collapse;
    font-size: 1.6rem;
  }
}

#info table th {
  border: solid 1px #c9c9c9;
  background: #eeeeee;
  padding: 12px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #info table th {
    padding: 1em;
    white-space: nowrap;
  }
}

#info table td {
  border: solid 1px #c9c9c9;
  background: #FFF;
  padding: 12px 30px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #info table td {
    padding: 1em;
  }
}

/*========== contact:form ==========*/
.contact-sect {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.contact-sect .sect-container {
  text-align: center;
}

.contact-sect .page-title {
  font-size: 2.1em;
  line-height: 1.47619;
  font-weight: 500;
  margin-bottom: 22px;
  color: #000;
}

.contact-sect .page-title strong {
  font-weight: inherit;
  color: #f19149;
}

@media screen and (max-width: 768px) {
  .contact-sect .page-title {
    font-size: 2.5rem;
  }
}

.contact-sect p.main_desc {
  padding: 2rem;
  font-size: 1rem;
  line-height: 2;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contact-sect p.main_desc {
    padding: 0 0;
    font-size: 1.7rem;
  }
}

.contact-sect .thumb {
  max-width: 70rem;
  display: table;
  margin: 2rem auto 0;
}

.contact-sect .thumb img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.contact-sect .contact_form {
  display: table;
  margin: 0 auto 2rem;
  padding: 1rem;
  border: solid 10px #ff8c3c;
}

@media screen and (max-width: 768px) {
  .contact-sect .contact_form {
    display: inline-block;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .contact-sect .contact_form tbody,
  .contact-sect .contact_form tr {
    display: inline-table;
    padding: 0.5rem 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .contact-sect .contact_form td:first-of-type {
    width: 30%;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .contact-sect .contact_form td:last-of-type {
    width: 70%;
  }
}

.contact-sect .contact_form label {
  cursor: pointer;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .contact-sect .contact_form label {
    font-size: 1.6rem;
  }
}

.contact-sect .contact_form input[type="text"] {
  width: 420px;
  font-size: 1rem;
  background: #eeeeee;
  border: none;
  border-radius: 5px;
  min-height: 1.8em;
  padding: 5px 10px;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .contact-sect .contact_form input[type="text"] {
    width: 100%;
    font-size: 1.6rem;
    line-height: 2.2;
  }
}

.contact-sect button.submit-btn {
  width: 440px;
  padding: 15px 0 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.8em;
  cursor: pointer;
  color: #ffffff;
  background: #34a853;
  border-bottom: 4px solid #006633;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 5px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  margin: 0 0 15px 0;
}

.contact-sect button.submit-btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .contact-sect button.submit-btn {
    width: 90%;
    font-size: 2rem;
    line-height: 2;
  }
}

@media screen and (max-width: 768px) {
  .contact-sect p.desc {
    font-size: 1.6rem;
  }
}

.policy-sect {
  padding-top: 2rem;
  padding-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .policy-sect {
    padding-top: 0;
  }
}

.policy-sect .sect-container {
  padding: 0 1rem;
}

.policy-sect h3 {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2rem;
}

.policy-sect ul.li_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: disc inside;
  padding-left: 1rem;
}

.policy-sect ul.li_grid li {
  margin-right: 0.5rem;
}

@media screen and (max-width: 768px) {
  .policy-sect ul.li_grid {
    padding-left: 0.5rem;
    font-size: 1.6rem;
  }
}

.policy-sect p.label {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .policy-sect p.label {
    font-size: 1.6rem;
  }
}

.policy-sect p.nrl {
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .policy-sect p.nrl {
    font-size: 1.6rem;
  }
}

.thanks-sect {
  padding-top: 5rem;
  padding-bottom: 2rem;
}

.thanks-sect .sect-container {
  text-align: center;
}

.thanks-sect .page-title {
  font-size: 2.1em;
  line-height: 1.47619;
  font-weight: 500;
  margin-bottom: 22px;
  color: #000;
}

.thanks-sect .page-title strong {
  font-weight: inherit;
  color: #f19149;
}

@media screen and (max-width: 768px) {
  .thanks-sect .page-title {
    font-size: 2.5rem;
  }
}

.thanks-sect p.desc {
  text-align: left;
  display: table;
  margin: 2rem auto 4rem;
}

@media screen and (max-width: 768px) {
  .thanks-sect p.desc {
    font-size: 1.6rem;
  }
}

.thanks-sect a.top_link {
  display: inline-block;
  max-width: 10rem;
  width: 90%;
  background: #34a853;
  color: #fff;
  font-size: 1rem;
  line-height: 2;
  border-radius: 0.5rem;
  text-decoration: underline;
}
/*# sourceMappingURL=style.css.map */