﻿@charset "utf-8";
/*==========================================
 common
===========================================*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  list-style: none;
}
/*=== clearfix ===*/
.cf {
  zoom: 1;
}
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/*=== mobile ===*/
.pc_none {
  display: none !important;
}

@media screen and (min-width: 0px) and (max-width:568px) {
.pc_none {
  display: block !important;
}
.sp_none {
  display: none !important;
}
}
/*=== font ===*/
body {
  font-family: 'arial', 'helvetica', sans-serif;
}
/*=== wrapper ===*/
.wrapper {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  background: #eae9e8;
}
h2 {
  font-family: 'Hammersmith One', sans-serif;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 3px;
  margin-bottom: 36px;
  line-height: 52px;
}

@media screen and (min-width: 0px) and (max-width:568px) {
.wrapper {
  min-width: inherit;
}
h2 {
  font-size: 28px;
  width: 90%;
  margin: 0 auto 24px;
  line-height: 36px;
}
}
/*=== button  ===*/
a.btn {
  display: inline-block;
  width: 230px;
  margin: 24px auto 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transition: .3s;
  border-radius: 50px;
  font-family: 'Hammersmith One', sans-serif;
  font-weight: 400;
  font-size: 26px;
  letter-spacing: 1px;
}

@media screen and (min-width: 0px) and (max-width:568px) {
a.btn {
  font-size: 20px;
}
}
a.btn i {
  font-size: 16px;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
a.btn_style1 {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 14px 10px 10px;
  border: 3px solid #fff;
  background: transparent;
}
a.btn_style1::after {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 230px;
  height: 230px;
  margin: -115px 0 0 -115px;
  border: 115px double rgba(255,255,255,0);
  border-radius: 50%;
  transition: .5s;
}
a.btn_style1:hover {
  color: #eb6f02;
}
a.btn_style1:hover::after {
  border-width: 0;
  border-color: rgba(255,255,255,1);
  background: #fff;
}
a.btn_style2 {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 24px 10px 18px;
  background-image: -webkit-linear-gradient(15deg, #f17d00 13%, #d33010 87%);
  background-image: -moz-linear-gradient(15deg, #f17d00 13%, #d33010 87%);
  background-image: -o-linear-gradient(15deg, #f17d00 13%, #d33010 87%);
  background-image: linear-gradient(75deg, #f17d00 13%, #d33010 87%);
}
a.btn_style2::after {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 360px;
  height: 360px;
  margin: -180px 0 0 -180px;
  border: 180px double rgba(255,255,255,0);
  border-radius: 50%;
  transition: .5s;
}
a.btn_style2:hover {
  color: #eb6f02;
}
a.btn_style2:hover::after {
  border-width: 0;
  border-color: rgba(255,255,255,1);
  background: #fff;
}
a.btn_style3 {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 24px 10px 18px;
  border: 3px solid #fff;
  background: transparent;
}
a.btn_style3::after {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 360px;
  height: 360px;
  margin: -180px 0 0 -180px;
  border: 180px double rgba(255,255,255,0);
  border-radius: 50%;
  transition: .5s;
}
a.btn_style3:hover {
  color: #eb6f02;
}
a.btn_style3:hover::after {
  border-width: 0;
  border-color: rgba(255,255,255,1);
  background: #fff;
}

@media screen and (min-width: 0px) and (max-width:568px) {
a.btn_style2::after {
  width: 270px;
  height: 270px;
  margin: -135px 0 0 -135px;
  border: 135px double rgba(255,255,255,0);
}
}
/*=== module ===*/
.left {
  float: left;
}
.right {
  float: right;
}
/*==========================================
 header
===========================================*/
header {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(224, 208, 199, 0.28);
}
.header_inner {
  width: 1000px;
  margin: 0 auto;
}
.header_logo {
  float: left;
  width: 270px;
}
.header_logo object {
  float: left;
  position: relative;
  top: 22px;
}
.header_logo p {
  font-family: 'Hammersmith One', sans-serif;
  color: #f18d00;
  font-size: 16px;
  line-height: 18px;
  float: right;
  position: relative;
  top: 13px;
}
.header_nav {
  float: right;
}
.header_nav ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-family: 'Hammersmith One', sans-serif;
}
.header_nav ul li {
  text-align: center;
  margin: 0 15px;
}
.header_nav ul li a {
  color : #332e2c;
  text-decoration: none;
  position: relative;
  top: 32px;
  display: inline-block;
  transition: .3s;
}
.header_nav ul li a::after {
  position: absolute;
  bottom: .3em;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #f18d00;
  opacity: 0;
  transition: .3s;
}
.header_nav ul li a:hover::after {
  bottom: -4px;
  opacity: 1;
}
.header_nav ul li.header_btn a {
  display: block;
  position: static;
  width: 126px;
  height: 80px;
  background-image: -webkit-linear-gradient(15deg, #f17d00 4%, #d33010 96%);
  background-image: -moz-linear-gradient(15deg, #f17d00 4%, #d33010 96%);
  background-image: -o-linear-gradient(15deg, #f17d00 4%, #d33010 96%);
  background-image: linear-gradient(75deg, #f17d00 4%, #d33010 96%);
  color: #fff;
  transition: 1s ease;
}
.header_nav ul li.header_btn a span {
  position: relative;
  top: 30px;
}
.header_nav ul li.header_btn a i {
  margin-right: 10px;
}
.header_nav ul li.header_btn a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 0px) and (max-width:568px) {
header {
  padding: 2px 13px;
  height: 60px;
  position: fixed;
  z-index: 20;
}
.header_logo {
  float: left;
  width: 250px;
}
.header_logo object {
  top: 12px;
}
.header_logo p {
  font-size: 14px;
  line-height: 16px;
  top: 5px;
}
.header_inner {
  width: 100%;
}
/*drawer menu customize*/
header .drawer-nav {
  height: auto;
}
header .drawer-hamburger-icon, header .drawer-hamburger-icon:after, header .drawer-hamburger-icon:before {
  background-color: #f18e00;
}
.drawer--right.drawer-open .drawer-hamburger {
  background: #f5f5f5 !important;
}
.drawer_icon_contact a {
  width: 60px;
  float: right;
  font-size: 28px;
  color: #f18e00;
  position: relative;
  top: 12px;
  right: 20px;
}
.drawer-overlay {
  background-color: rgba(0,0,0,0.6) !important;
  z-index: 15 !important;
  ;
}
header .drawer-menu-item {
  border-bottom: 1px solid #efefef;
  height: 60px;
  font-weight: bold;
  font-size: 16px;
  padding: 22px 10px 22px 20px;
}
header ul.drawer-menu li:last-child {
  background: #f18e00;
  border-bottom: none;
}
header ul.drawer-menu li:last-child a {
  color: #fff;
  text-decoration: none;
}
header ul.drawer-menu li:last-child a i {
  margin-right: 8px;
}
}

@media screen and (min-width: 0px) and (max-width:400px) {
.header_logo {
  width: 100px;
}
.header_logo p {
  display: none;
}
}
/*==========================================
 hero
===========================================*/
.hero {
  width: 1200px;
  height: 666px;
  margin: 0 auto;
  background: url(../img/bg_hero.png) no-repeat top center;
}
.hero_inner {
  width: 700px;
  position: relative;
  top: 88px;
  left: 80px;
}
.hero_lead {
  font-family: 'Hammersmith One', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 28px;
  margin-bottom: 20px;
}
h1 {
  font-family: 'Hammersmith One', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 76px;
  line-height: 80px;
  margin-bottom: 14px;
}
.hero p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

@media screen and (min-width: 0px) and (max-width:568px) {
.hero {
  width: 100%;
  height: auto;
  background-size: 1500px;
  background-position: 80% 60px;
  padding: 100px 0 40px;
}
.hero_inner {
  width: 100%;
  position: static;
  padding: 30px;
  text-align: center;
}
.hero_lead {
  font-size: 24px;
  text-shadow: 0px 0px 20px #5f4941;
}
h1 {
  font-size: 52px;
  line-height: 52px;
  text-shadow: 0px 0px 20px #5f4941;
}
.hero p {
  font-size: 16px;
  line-height: 24px;
  text-shadow: 0px 0px 20px #5f4941;
}
}
/*==========================================
 section1
===========================================*/
.section1 {
  width: 100%;
  background-color: #eae9e8;
  padding: 100px 0;
}
.section1 h2 {
  color: #324048;
  text-align: center;
  letter-spacing: 1px;
}
.sec1_box_wrapper {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.sec1_box {
  width: 320px;
  height: 482px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(224, 208, 199, 0.28);
  padding: 20px;
}
.sec1_box_top {
  margin-bottom: 16px;
}
.sec1_box_top .left {
  position: relative;
  top: 32px;
}
.sec1_box_top .number {
  display: block;
  font-family: 'Saira Semi Condensed', sans-serif;
  color: #f28644;
  font-size: 64px;
  font-weight: 100;
  margin-bottom: 8px;
}
.sec1_box_top h3 {
  font-family: 'Hammersmith One', sans-serif;
  color: #f28644;
  font-size: 24px;
  font-weight: 400;
  position: relative;
  left: 4px;
}
.sec1_box_bottom p {
  color: #838383;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 36px;
  height: 70px;
}
.sec1_box_bottom ul li {
  color : #324048;
  font-size: 16px;
  line-height : 24px;
}
.sec1_box_bottom ul li i {
  color : #20a33a;
  font-size : 14px;
  margin-right: 8px;
}
.section1 .btn_style2 {
  width: 360px;
  margin: 50px auto 0;
  display: block;
}

@media screen and (min-width: 0px) and (max-width:568px) {
.section1 {
  padding: 60px 0;
}
.sec1_box_wrapper {
  width: 92%;
  display: inherit;
}
.sec1_box {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}
.sec1_box_bottom p {
  margin-bottom: 20px;
  height: auto;
}
.sec1_box_bottom ul li {
  font-size: 14px;
}
.sec1_box_top .number {
  font-size: 56px;
}
.sec1_box_top .right img {
  max-width: 130px;
  width: 100%;
}
.section1 .btn_style2 {
  width: 270px;
}
}
/*==========================================
 section2
===========================================*/
.section2 {
  width: 100%;
  background-image: -webkit-linear-gradient(90deg, #119ed2 0%, #1964ca 100%);
  background-image: -moz-linear-gradient(90deg, #119ed2 0%, #1964ca 100%);
  background-image: -o-linear-gradient(90deg, #119ed2 0%, #1964ca 100%);
  background-image: linear-gradient(0deg, #119ed2 0%, #1964ca 100%);
  padding: 100px 0;
}
.section2 h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.section2 .h2_lead {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
.sec2_box_wrapper {
  width: 1000px;
  margin: 68px auto 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.sec2_box {
  width: 304px;
  text-align: center;
  color: #fff;
}
.sec2_box img {
  margin-bottom: 28px;
}
.sec2_box h3 {
  font-family: 'Hammersmith One', sans-serif;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 28px;
}
.sec2_box p {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.section2 .btn_style3 {
  width: 360px;
  margin: 50px auto 0;
  display: block;
}

@media screen and (min-width: 0px) and (max-width:568px) {
.section2 {
  padding: 60px 0;
}
.section2 .h2_lead {
  width: 92%;
  margin: 0 auto;
  line-height: 24px;
}
.sec2_box_wrapper {
  width: 92%;
  display: inherit;
}
.sec2_box {
  width: 100%;
  margin-bottom: 50px;
}
.sec2_box img {
  margin-bottom: 16px;
}
.sec2_box h3 {
  margin-bottom: 18px;
}
.sec2_box p {
  width: 90%;
  margin: 0 auto;
}
.section2 .btn_style3 {
  width: 270px;
}
}
/*==========================================
 section3
===========================================*/
.section3 {
  width: 100%;
  background-color: #eae9e8;
  padding: 100px 0;
  height: 910px;
}
.section3 h2 {
  color: #324048;
  text-align: center;
  margin-bottom: 20px;
}
.section3 .h2_lead {
  color: #324048;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
.sec3_box_wrapper {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 56px;
}
.sec3_box {
  width: 484px;
  position: relative;
}
.sec3_box img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.sec3_box_inner {
  position: absolute;
  top: 180px;
  width: 478px;
  height: 392px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(224, 208, 199, 0.28);
  border-left: 6px solid #f18d00;
  padding: 64px 20px;
}
.sec3_box_inner h3 {
  font-family: 'Hammersmith One', sans-serif;
  color: #324048;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 20px;
}
.sec3_box_inner p {
  color: #324048;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media screen and (min-width: 0px) and (max-width:568px) {
.section3 {
  padding: 60px 0;
  height: auto;
}
.section3 .h2_lead {
  width: 92%;
  margin: 0 auto;
  line-height: 24px;
}
.sec3_box_wrapper {
  width: 92%;
  display: inherit;
}
.sec3_box {
  width: 100%;
  margin-bottom: 30px;
}
.sec3_box_inner {
  width: 100%;
  height: auto;
  padding: 7%;
  position: static;
  border-left: 4px solid #f18d00;
}
.sec3_box_inner h3 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 16px;
}
.sec3_box img {
  position: static;
  width: 160px;
  margin-bottom: 30px;
}
}
/*==========================================
 section4
===========================================*/
.section4 {
  width: 100%;
  background-color: #22282d;
}
.section4 h2 {
  color: #fff;
  text-align: center;
}
.sec4_inner {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
}
.sec4_inner h2 {
  height: 63px;
  text-align: left;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 28px;
}
.sec4_inner .logo_wrapper {
  height: 63px;
  margin-bottom: 28px;
  position: absolute;
  top: 30px;
  right: 10px;
}
.sec4_inner .office_name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.sec4_inner .left {
  width: 480px;
  padding: 8px 0;
  color: #fff;
}
.sec4_inner .left dl {
  font-size: 16px;
  line-height: 32px;
}
.sec4_inner .left dt {
  float: left;
  width: 140px;
}
.sec4_inner .left dd {
  float: left;
  width: 340px;
}
.sec4_inner .right {
  width: 440px;
  padding: 8px 0;
  color: #fff;
}
.sec4_inner .right dl {
  font-size: 16px;
  line-height: 32px;
}
.sec4_inner .right dt {
  float: left;
  width: 140px;
}
.sec4_inner .right dd {
  float: left;
  width: 300px;
}

@media screen and (min-width: 0px) and (max-width:568px) {
.sec4_inner {
  width: 92%;
  height: auto;
  padding: 40px 0;
}
.sec4_inner h2 {
  height: auto;
  width: 100%;
  letter-spacing: 1px;
}
.sec4_inner .logo_wrapper {
  height: auto;
  top: 26px;
  right: 10px;
}
.sec4_inner .logo_wrapper object {
  width: 120px;
}
.sec4_inner .office_name {
  background: #fff;
  color: #000;
  width: 220px;
  border-radius: 20px;
  text-align: center;
  margin: 0 auto 10px;
  padding: 6px 0;
  font-size: 16px;
}
.sec4_inner .right {
  width: 100%;
  padding: 0;
  margin-top: 40px;
}
.sec4_inner .left {
  width: 100%;
  padding: 0;
}
.sec4_inner .right h2 {
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.sec4_inner .right dl, .sec4_inner .left dl {
  width: 90%;
  margin: 0 auto;
  font-size: 15px;
  line-height: 28px;
}
.sec4_inner .right dt, .sec4_inner .left dt {
  width: 30%;
  margin-right: 5%;
}
.sec4_inner .right dd, .sec4_inner .left dd {
  width: 65%;
}
}

@media screen and (min-width: 0px) and (max-width:465px) {
.sec4_inner .logo_wrapper object {
  width: 100px;
}
.sec4_inner .right dt, .sec4_inner .left dt {
  width: 100%;
  margin-right: 0;
  text-align: left;
  font-weight: bold;
}
.sec4_inner .right dd, .sec4_inner .left dd {
  width: 100%;
  margin-right: 0;
  text-align: left;
  padding-left: 16px;
}
}
/*==========================================
 postform
===========================================*/
#postform {
  width: 100%;
  background: #fff;
  padding: 68px 0;
}
#postform h2 {
  text-align: center;
}
#postform p.form_note {
  text-align: center;
  color: #ff0303;
  font-size: 16px;
  margin-bottom: 20px;
}
#postform form {
  width: 664px;
  margin: 0 auto;
}
#postform form table tr th {
  width: 152px;
  color: #324048;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}
#postform form table tr th, #postform form table tr td {
  padding: 4px 0;
  vertical-align: middle;
}

@media screen and (min-width: 0px) and (max-width:568px) {
#postform form {
  width: 88%;
}
#postform form table {
  width: 100%;
}
#postform form table tr th {
  width: 35%;
}
}
/*form parts*/
#postform form input:not(.button_right) {
  width : 518px;
  height : 52px;
  border-radius: 5px;
  background-color: #f3f3f3;
  border: 1px solid #e0e0e0;
  padding: 15px;
  font-size: 16px;
}
#postform form textarea {
  width : 518px;
  height : 150px;
  border-radius: 5px;
  background-color: #f3f3f3;
  border: 1px solid #e0e0e0;
  padding: 15px;
  font-size: 16px;
}
input.button_right {
  display: block;
  width: 360px;
  margin: 32px auto 0;
  color: #fff;
  line-height: 1;
  border-radius: 50px;
  border: none;
  font-family: 'Hammersmith One', sans-serif;
  font-weight: 400;
  font-size: 26px;
  letter-spacing: 1px;
  padding: 24px 10px 18px;
  background-image: -webkit-linear-gradient(15deg, #f17d00 13%, #d33010 87%);
  background-image: -moz-linear-gradient(15deg, #f17d00 13%, #d33010 87%);
  background-image: -o-linear-gradient(15deg, #f17d00 13%, #d33010 87%);
  background-image: linear-gradient(75deg, #f17d00 13%, #d33010 87%);
  cursor: pointer;
  transition: 1s ease;
}
input.button_right:hover {
  opacity: 0.7;
}

@media screen and (min-width: 0px) and (max-width:568px) {
#postform form input:not(.button_right) {
  width : 100%;
  height: 44px;
}
#postform form textarea {
  width : 100%;
}
input.button_right {
  width: 80%;
}
}
.policy_agreement {
  margin: 20px auto 40px;
  padding: 28px 24px;
  text-align: center;
  border: 1px solid #fbe5d2;
  border-radius: 6px;
  background: #fbeadb;
}
.policy_agreement p {
  margin-bottom: 8px;
  line-height: 1.3;
  font-size: 18px;
  font-weight: bold;
  color: #324048;
}
.policy_agreement p span a {
  color: #d33010;
}
.check1-input {
  display: none;
}
.check1-parts {
  display: inline-block;
  padding: 8px 0 0 44px;
  position: relative;
  margin: 6px 20px 6px 0;
  cursor: pointer;
  color: #324048;
  line-height: 1.2;
}
.check1-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #e0e0e0;
  border-radius: 4px;
  background: #fff;
}
.check1-input:checked + .check1-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 10px;
  width: 10px;
  height: 15px;
  transform: rotate(40deg);
  border-bottom: 4px solid #d33010;
  border-right: 4px solid #d33010;
}

@media screen and (min-width: 0px) and (max-width:500px) {
.check1-parts {
  padding: 2px 0 0 44px;
}
}
/*==========================================
 footer
===========================================*/
footer {
  width: 100%;
  height : 40px;
  background-color: #0e2755;
  padding: 14px;
}
footer .copyright {
  color: #fff;
  font-size: 12px;
  text-align: center;
}
/*==========================================
 pagebottom fix button
===========================================*/
.btn_fix {
  display: none;
}
/*pagetop*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#page-top a {
  transition: 1s ease;
}
#page-top a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 0px) and (max-width:568px) {
#page-top {
  width: 52px;
  height: 52px;
  background: #0e2755;
  color: #fff;
  font-size: 36px;
  text-align: center;
  border-radius: 50px;
  border: 2px solid #fff;
  z-index: 10;
}
#page-top span {
  display: block;
  position: relative;
  top: 3px;
}
}
/*contact*/
.btn_fix_contact {
  position: fixed;
  bottom: 101px;
  right: 11px;
}
/*==========================================
 privacy policy
===========================================*/
.sec_policy {
  width: 1000px;
  margin: 0 auto 68px;
  padding-top: 60px;
}
.sec_policy h2 {
  text-align: center;
  letter-spacing: 0;
}
.sec_policy h3 {
  font-size: 20px;
  margin-bottom: 16px;
  color: #444;
}
.sec_policy_date {
  text-align: right;
  margin-bottom: 40px;
  font-size: 14px;
}
.sec_policy p {
  color: #324048;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 32px;
  border-bottom: 1px dashed #dad8d6;
  padding-bottom: 20px;
}
.sec_policy p:last-of-type {
  border-bottom: none;
}
.sec_policy p .font_red {
  color: #f00;
}
.sec_policy p.sec_policy_innertxt {
  padding-left: 20px;
}
.sec_policy .btn_style2 {
  margin: 0 auto;
  display: block;
}

@media screen and (min-width: 0px) and (max-width:568px) {
.sec_policy {
  width: 90%;
  padding-top: 92px;
}
.sec_policy p.sec_policy_innertxt {
  padding-left: 0;
}
}

/*==========================================
 thanks
===========================================*/
.sec_thanks {
  width: 1000px;
  margin: 0 auto 68px;
  padding-top: 60px;
}
.sec_thanks h2 {
  text-align: center;
  letter-spacing: 0;
}
.sec_thanks p {
  color: #324048;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 32px;
  border-bottom: 1px dashed #dad8d6;
  padding-bottom: 20px;
  text-align: center;
}
.sec_thanks p:last-of-type {
  border-bottom: none;
}
.sec_thanks .btn_style2 {
  margin: 0 auto;
  display: block;
}

@media screen and (min-width: 0px) and (max-width:568px) {
.sec_thanks {
  width: 90%;
  padding-top: 92px;
}
}

