@charset "UTF-8";
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block; }

html {
  font-size: 62.5%; }

body {
  -webkit-text-size-adjust: 100%; }

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold; }

table,
input,
textarea,
select,
option {
  line-height: 1.1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

img {
  vertical-align: top; }

a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)"; }

/* breakpoint
-------------------------------------------*/
/* Only use hover on PC
-------------------------------------------*/
/*------------------------------------------------------------
for develop
------------------------------------------------------------*/
#__bs_notify__ {
  opacity: 0.3 !important;
  font-size: 5px !important;
  line-height: 100% !important;
  padding: 0 5px 0 5px !important;
  border-radius: 0 !important; }

.c-dev-title1 {
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 15px;
  font-size: 1.6rem;
  margin: 60px 0 20px 0; }

.c-dev-title2 {
  background: #888;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 30px;
  font-size: 1.3rem;
  margin: 50px 0 10px 0; }

.c-dev-message1 {
  top: 0;
  left: 0;
  background: #f00;
  color: #fff;
  z-index: 9999;
  position: fixed;
  line-height: 1;
  padding: 3px 6px;
  opacity: 0.6;
  font-size: 8px; }

@media (min-width: 768px) {
  .sp-only {
    display: none; } }

@media screen and (max-width: 767px) {
  .pc-only {
    display: none; }
  img {
    max-width: 100%;
    height: auto; } }

/*------------------------------------------------------------
header
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
side
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
layout
------------------------------------------------------------*/
body {
  line-height: 1.5;
  width: 100%; }

@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
    width: 100% !important; } }

/*
------------------------------------------------------------*/
.l-container {
  width: 1180px;
  margin: 0 auto; }

@media screen and (max-width: 1060px) {
  .l-container {
    width: 90% !important; } }

@media screen and (max-width: 767px) {
  .l-container {
    width: 100% !important;
    width: auto;
    padding: 0 20px; } }

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important; } }

@media screen and (max-width: 1060px) {
  .pc-only {
    display: none !important; } }

@media screen and (min-width: 1061px) {
  .pad-sp-only {
    display: none !important; }
  a:hover,
  a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    text-decoration: none; } }

/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-btn1 a {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 30px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  background: #9f9fa0;
  padding: 19px 65px 19px 30px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 500px; }

@media screen and (max-width: 767px) {
  .c-btn1 a {
    font-size: 1.5rem;
    line-height: 24px;
    padding: 14px 20px 14px 0;
    width: 100%;
    text-align: center; } }

.c-btn1 a span {
  position: relative; }

.c-btn1 a span:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: -40px; }

@media screen and (max-width: 767px) {
  .c-btn1 a span:after {
    width: 15px;
    height: 15px;
    right: -20px; } }

/*------------------------------------------------------------
title
------------------------------------------------------------*/
.c-tile01 {
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  background-color: #cd2b34;
  color: #fff;
  position: relative;
  padding-top: 3px;
  padding-bottom: 8px;
  letter-spacing: 3px; }

@media screen and (max-width: 767px) {
  .c-tile01 {
    font-size: 2.1rem; } }

.c-tile01:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #cd2b34;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

@media screen and (max-width: 767px) {
  .c-tile01:after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 16px solid #cd2b34;
    bottom: -16px; } }

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
.c-leadtext1 {
  text-align: center; }

.c-leadtext1 p {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #3e3a39; }

@media screen and (max-width: 767px) {
  .c-leadtext1 p {
    font-size: 0.9rem; } }

.c-navi1 {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px; }

@media screen and (max-width: 767px) {
  .c-navi1 {
    width: auto; } }

@media screen and (max-width: 767px) {
  .c-navi1 {
    margin-top: 30px;
    padding: 0 10px; } }

.c-navi1 ul {
  display: table;
  width: 100%;
  border-top: 1px solid #ccc; }

@media screen and (max-width: 767px) {
  .c-navi1 ul {
    display: block;
    *zoom: 1; }
  .c-navi1 ul:after {
    display: block;
    content: "";
    clear: both; } }

.c-navi1 li {
  display: table-cell;
  width: 25%; }

@media screen and (max-width: 767px) {
  .c-navi1 li {
    display: block;
    float: left;
    width: 50%; }
  .c-navi1 li:nth-child(2n + 1) {
    clear: left; } }

.c-navi1 a {
  text-decoration: none;
  color: #a3a3a3; }

.c-navi1 div {
  text-align: center;
  padding: 40px 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

@media screen and (max-width: 767px) {
  .c-navi1 div {
    padding: 25px 0; } }

.c-navi1 div:hover {
  opacity: 0.6; }

.c-navi1 i {
  font-size: 4rem; }

.c-navi1 p {
  color: #333;
  font-size: 1.2rem;
  margin-top: 6px; }

@media screen and (max-width: 767px) {
  .c-navi2 {
    position: absolute;
    width: 100%;
    display: none; } }

.c-navi2 ul {
  display: table;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0; }

@media screen and (max-width: 767px) {
  .c-navi2 ul {
    border: 0px;
    border-top: 1px solid #e0e0e0;
    display: block;
    background: #fff; } }

.c-navi2 li {
  display: table-cell;
  border-right: 1px solid #e0e0e0;
  vertical-align: middle; }

@media screen and (max-width: 767px) {
  .c-navi2 li {
    border: 0px;
    display: block;
    border-bottom: 1px solid #ccc; } }

.c-navi2 li.is-active {
  border-bottom: 1px solid #fff; }

@media screen and (max-width: 767px) {
  .c-navi2 li.is-active {
    border-bottom: 1px solid #ccc; } }

.c-navi2 a {
  font-size: 1.1rem;
  color: #727171;
  text-decoration: none;
  display: block;
  line-height: 1.3;
  padding: 13px 15px; }

@media screen and (max-width: 767px) {
  .c-navi2 a {
    padding: 15px 0 15px 10px; } }

/*------------------------------------------------------------
img
------------------------------------------------------------*/
.c-singleimg1 {
  text-align: center; }

/*
------------------------------------------------------------*/
.c-imgtext__r,
.c-imgtext__l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media screen and (max-width: 767px) {
  .c-imgtext__r,
  .c-imgtext__l {
    display: block; } }

.c-imgtext__r .c-title1 h1,
.c-imgtext__r .c-title1 h2,
.c-imgtext__r .c-title1 h3,
.c-imgtext__r .c-title1 h4,
.c-imgtext__r .c-title1 h5,
.c-imgtext__r .c-title1 h6,
.c-imgtext__l .c-title1 h1,
.c-imgtext__l .c-title1 h2,
.c-imgtext__l .c-title1 h3,
.c-imgtext__l .c-title1 h4,
.c-imgtext__l .c-title1 h5,
.c-imgtext__l .c-title1 h6 {
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 2.5px;
  font-weight: bold;
  margin-bottom: 15px; }

@media screen and (max-width: 767px) {
  .c-imgtext__r .c-title1 h1,
  .c-imgtext__r .c-title1 h2,
  .c-imgtext__r .c-title1 h3,
  .c-imgtext__r .c-title1 h4,
  .c-imgtext__r .c-title1 h5,
  .c-imgtext__r .c-title1 h6,
  .c-imgtext__l .c-title1 h1,
  .c-imgtext__l .c-title1 h2,
  .c-imgtext__l .c-title1 h3,
  .c-imgtext__l .c-title1 h4,
  .c-imgtext__l .c-title1 h5,
  .c-imgtext__l .c-title1 h6 {
    font-size: 1.5rem;
    line-height: 19px;
    color: #3e3a39;
    margin-bottom: 12px; } }

@media screen and (max-width: 767px) {
  .c-imgtext__r .c-title2 h1,
  .c-imgtext__r .c-title2 h2,
  .c-imgtext__r .c-title2 h3,
  .c-imgtext__r .c-title2 h4,
  .c-imgtext__r .c-title2 h5,
  .c-imgtext__r .c-title2 h6,
  .c-imgtext__l .c-title2 h1,
  .c-imgtext__l .c-title2 h2,
  .c-imgtext__l .c-title2 h3,
  .c-imgtext__l .c-title2 h4,
  .c-imgtext__l .c-title2 h5,
  .c-imgtext__l .c-title2 h6 {
    font-size: 1.5rem;
    padding-bottom: 11px; } }

.c-imgtext__r--txt,
.c-imgtext__l--txt {
  width: 500px;
  padding-right: 30px; }

@media screen and (max-width: 767px) {
  .c-imgtext__r--txt,
  .c-imgtext__l--txt {
    width: 100%;
    padding-right: 0; } }

.c-imgtext__r--img,
.c-imgtext__l--img {
  width: 470px;
  padding-top: 5px;
  padding-left: 3px; }

@media screen and (max-width: 767px) {
  .c-imgtext__r--img,
  .c-imgtext__l--img {
    width: 100%;
    padding-left: 0;
    margin-top: 23px; } }

@media screen and (max-width: 767px) {
  .c-imgtext__r--img img,
  .c-imgtext__l--img img {
    width: 100%;
    height: auto; } }

@media screen and (max-width: 767px) {
  .c-imgtext__l--img {
    margin-bottom: 20px; } }

.c-imgtext__l--txt {
  padding-left: 40px; }

@media screen and (max-width: 767px) {
  .c-imgtext__l--txt {
    padding-left: 0; } }

@media screen and (max-width: 767px) {
  .c-imgtext__l--txt .c-title1 h2 {
    padding-bottom: 14px;
    margin-bottom: 10px; } }

/*
------------------------------------------------------------*/
.c-singleimg2 {
  text-align: center; }

@media screen and (max-width: 767px) {
  .c-singleimg2 iframe {
    width: 100%;
    height: auto;
    min-height: 197px; } }

/*
------------------------------------------------------------*/
.c-img__col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.c-img__col3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.c-img__card:nth-of-type(2n) {
  margin-left: 15px; }

@media screen and (max-width: 767px) {
  .c-img__card:nth-of-type(2n) {
    margin-left: 5px; } }

.c-img img {
  max-width: 100%; }

/*------------------------------------------------------------
list
------------------------------------------------------------*/
.c-list1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media screen and (max-width: 767px) {
  .c-list1 {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start; } }

.c-list1__card {
  width: 250px;
  margin-left: 50px;
  margin-bottom: 40px; }

@media screen and (max-width: 767px) {
  .c-list1__card {
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 10px;
    width: calc(50% - 5px); } }

@media screen and (max-width: 767px) {
  .c-list1__card:nth-child(2n) {
    margin-right: 0; } }

.c-list1__card:nth-child(3n + 1) {
  margin-left: 0; }

.c-list1__img {
  text-align: center; }

@media screen and (max-width: 767px) {
  .c-list1__img img {
    width: 100%;
    height: auto; } }

.c-list1__txt {
  text-align: center; }

.c-list1__txt h1,
.c-list1__txt h2,
.c-list1__txt h3,
.c-list1__txt h4,
.c-list1__txt h5,
.c-list1__txt h6 {
  margin-top: 17px;
  font-size: 1.6rem;
  color: #231815;
  font-weight: normal;
  line-height: 1.4; }

@media screen and (max-width: 767px) {
  .c-list1__txt h1,
  .c-list1__txt h2,
  .c-list1__txt h3,
  .c-list1__txt h4,
  .c-list1__txt h5,
  .c-list1__txt h6 {
    font-size: 1rem; } }

.c-list1__txt p {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.7; }

@media screen and (max-width: 767px) {
  .c-list1__txt p {
    font-size: 1rem; } }

.c-list1__col3 .c-list1__card {
  margin-left: 46px;
  width: 296px; }

@media screen and (max-width: 767px) {
  .c-list1__col3 .c-list1__card {
    margin-left: 0;
    width: calc(50% - 5px); } }

.c-list1__col3 .c-list1__card:first-child,
.c-list1__col3 .c-list1__card:nth-child(3n + 1) {
  margin-left: 0; }

.c-list1__col4 .c-list1__card {
  margin-left: 28px;
  width: 224px; }

@media screen and (max-width: 767px) {
  .c-list1__col4 .c-list1__card {
    margin-left: 0;
    width: calc(50% - 5px); } }

.c-list1__col4 .c-list1__card:first-child,
.c-list1__col4 .c-list1__card:nth-child(4n + 1) {
  margin-left: 0; }

.c-list1__col4 .c-list1__img img {
  width: 100%;
  height: auto; }

/*
------------------------------------------------------------*/
.c-list2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.c-list2__col2 .c-list2__card {
  margin: 0 0 49px 40px; }

@media screen and (max-width: 767px) {
  .c-list2__col2 .c-list2__card {
    width: 100%;
    margin: 0 0 28px 0; } }

.c-list2__col2 .c-list2__card:nth-child(2n + 1) {
  margin-left: 0; }

.c-list2__col3 .c-list2__card {
  width: 313px;
  margin: 0 0 30px 20px; }

@media screen and (max-width: 767px) {
  .c-list2__col3 .c-list2__card {
    width: calc(50% - 7.5px);
    margin: 0 15px 20px 0; } }

@media screen and (max-width: 767px) {
  .c-list2__col3 .c-list2__card:nth-child(2n) {
    margin-right: 0; } }

.c-list2__col3 .c-list2__card:nth-child(3n + 1) {
  margin-left: 0; }

.c-list2__col3 .c-list2__txt h1,
.c-list2__col3 .c-list2__txt h2,
.c-list2__col3 .c-list2__txt h3,
.c-list2__col3 .c-list2__txt h4,
.c-list2__col3 .c-list2__txt h5,
.c-list2__col3 .c-list2__txt h6 {
  color: #000; }

@media screen and (max-width: 767px) {
  .c-list2__col3 .c-list2__txt h1,
  .c-list2__col3 .c-list2__txt h2,
  .c-list2__col3 .c-list2__txt h3,
  .c-list2__col3 .c-list2__txt h4,
  .c-list2__col3 .c-list2__txt h5,
  .c-list2__col3 .c-list2__txt h6 {
    margin-top: 11px;
    font-size: 1.1rem; } }

@media screen and (max-width: 767px) {
  .c-list2__col3 .c-list2__txt p {
    margin-top: 3px;
    font-size: 0.8rem; } }

.c-list2__col4 .c-list2__card {
  width: 236px;
  margin: 0 0 27px 12px; }

@media screen and (max-width: 767px) {
  .c-list2__col4 .c-list2__card {
    width: calc(50% - 5px);
    margin: 0 10px 46px 0; } }

@media screen and (max-width: 767px) {
  .c-list2__col4 .c-list2__card:nth-child(2n) {
    margin-right: 0; } }

.c-list2__col4 .c-list2__card:nth-child(4n + 1) {
  margin-left: 0; }

.c-list2__col4 .c-list2__txt h1,
.c-list2__col4 .c-list2__txt h2,
.c-list2__col4 .c-list2__txt h3,
.c-list2__col4 .c-list2__txt h4,
.c-list2__col4 .c-list2__txt h5,
.c-list2__col4 .c-list2__txt h6 {
  color: #000; }

.c-list2__card {
  width: 470px; }

@media screen and (max-width: 767px) {
  .c-list2__card {
    width: 100%; } }

.c-list2__img img {
  width: 100%;
  height: auto; }

.c-list2__txt {
  padding-right: 15px; }

.c-list2__txt h1,
.c-list2__txt h2,
.c-list2__txt h3,
.c-list2__txt h4,
.c-list2__txt h5,
.c-list2__txt h6 {
  font-size: 2rem;
  line-height: 1.4;
  color: #3e3a39;
  margin-top: 19px; }

@media screen and (max-width: 767px) {
  .c-list2__txt h1,
  .c-list2__txt h2,
  .c-list2__txt h3,
  .c-list2__txt h4,
  .c-list2__txt h5,
  .c-list2__txt h6 {
    font-size: 1.5rem;
    margin-top: 12px; } }

.c-list2__txt p {
  margin-top: 2px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #4a4a4a; }

@media screen and (max-width: 767px) {
  .c-list2__txt p {
    margin-top: 5px;
    font-size: 1.1rem; } }

.c-list2__txt span {
  font-size: 1.4rem; }

/*------------------------------------------------------------
table
------------------------------------------------------------*/
/* c-table01
------------------------------------------------------------*/
.c-table01 {
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
  position: relative;
  width: 100%; }

.c-table01 th,
.c-table01 td {
  padding: 21px 25px 24px 29px;
  font-size: 1.4rem;
  vertical-align: top;
  text-align: left;
  white-space: break-spaces; }

@media screen and (max-width: 767px) {
  .c-table01 th,
  .c-table01 td {
    display: block;
    width: 100% !important;
    padding: 15px 18px !important; } }

.c-table01 th {
  width: 280px;
  color: #4a4a4a;
  font-weight: 400; }

.c-table01 td {
  line-height: 2.6rem;
  border-left: 0;
  padding-left: 30px;
  font-weight: normal;
  color: #4a4a4a;
  letter-spacing: 1.1px; }

@media screen and (max-width: 767px) {
  .c-table01 td {
    border-top: 0;
    border-bottom: 0; } }

/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-banner_img {
  height: 646px;
  background: url("/campaign2021/img/banner.jpg") center center no-repeat;
  background-size: cover; }

@media screen and (max-width: 767px) {
  .c-banner_img {
    display: none;
    /*height: 425px;
      background: url("/hisarlar_campaign/img/banner1.jpg") center center no-repeat;
      background-size: cover;*/ } }

/*------------------------------------------------------------
other
------------------------------------------------------------*/
.c-tab1 {
  padding-top: 30px;
  border-bottom: 1px solid #e0e0e0; }

@media screen and (max-width: 767px) {
  .c-tab1 {
    padding-top: 0;
    position: relative; } }

.c-tab1 .c-pagetitle1 {
  position: relative;
  top: -13px;
  left: 0; }

@media screen and (max-width: 767px) {
  .c-tab1 .c-pagetitle1 {
    cursor: pointer;
    padding: 8px 20px 13px;
    position: relative;
    top: auto;
    width: 100%; }
  .c-tab1 .c-pagetitle1:after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #231815;
    border-bottom: 2px solid #231815;
    position: absolute;
    right: 17px;
    top: 18px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); } }

@media screen and (max-width: 767px) {
  .c-tab1 .c-pagetitle1.is-active:after {
    top: 22px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); } }

.c-tab1__inner {
  width: 980px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media screen and (max-width: 767px) {
  .c-tab1__inner {
    margin-top: 60px;
    width: 100%;
    display: block; } }

.c-tab1 nav {
  position: relative;
  top: 1px;
  right: 0; }

@media screen and (min-width: 768px) {
  .c-tab1 nav {
    display: block !important; } }

@media screen and (max-width: 767px) {
  .c-tab1 nav {
    width: 100%;
    height: auto;
    position: absolute;
    top: auto;
    left: 0;
    display: none;
    z-index: 100; } }

.c-tab1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff; }

@media screen and (max-width: 767px) {
  .c-tab1 ul {
    display: block;
    border-bottom: 1px solid #e0e0e0; } }

.c-tab1 li {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0; }

@media screen and (max-width: 767px) {
  .c-tab1 li {
    border: none; } }

.c-tab1 li:last-of-type {
  border-right: 1px solid #e0e0e0; }

@media screen and (max-width: 767px) {
  .c-tab1 li:last-of-type {
    border-right: none; } }

.c-tab1 li.is-current {
  border-bottom: 1px solid #fff; }

@media screen and (max-width: 767px) {
  .c-tab1 li.is-current a {
    font-weight: bold; } }

.c-tab1 a {
  text-decoration: none;
  font-size: 1.1rem;
  color: #727171;
  background: #fff;
  display: inline-block;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 11.2px;
  min-width: 52px;
  text-align: center; }

@media screen and (max-width: 767px) {
  .c-tab1 a {
    display: block;
    padding: 15px 20px;
    min-width: auto;
    font-size: 1rem;
    text-align: left;
    border-top: 1px solid #e0e0e0; } }

/*
------------------------------------------------------------*/
.c-tab2 {
  padding-top: 15px;
  height: 64px;
  background: #000;
  border-bottom: 1px solid #a29e9b;
  position: fixed;
  top: 64px;
  width: 100%;
  z-index: 50; }

@media screen and (max-width: 767px) {
  .c-tab2 {
    padding-top: 0;
    position: relative; } }

.c-tab2 .c-pagetitle1 {
  position: relative;
  top: -13px;
  left: 0; }

.c-tab2 .c-pagetitle1 p {
  color: #fff;
  font-weight: normal;
  letter-spacing: 2px; }

.c-tab2 .c-pagetitle1 h2 {
  color: #fff;
  font-weight: normal;
  letter-spacing: 4px; }

@media screen and (max-width: 767px) {
  .c-tab2 .c-pagetitle1 {
    cursor: pointer;
    padding: 8px 20px 13px;
    position: relative;
    top: auto;
    width: 100%; }
  .c-tab2 .c-pagetitle1:after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #231815;
    border-bottom: 2px solid #231815;
    position: absolute;
    right: 17px;
    top: 18px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); } }

@media screen and (max-width: 767px) {
  .c-tab2 .c-pagetitle1.is-active:after {
    top: 22px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); } }

.c-tab2__inner {
  width: 980px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media screen and (max-width: 767px) {
  .c-tab2__inner {
    margin-top: 60px;
    width: 100%;
    display: block; } }

.c-tab2 nav {
  position: relative;
  top: -20px;
  right: 0; }

@media screen and (min-width: 768px) {
  .c-tab2 nav {
    display: block !important; } }

@media screen and (max-width: 767px) {
  .c-tab2 nav {
    width: 100%;
    height: auto;
    position: absolute;
    top: auto;
    left: 0;
    display: none;
    z-index: 100; } }

.c-tab2 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 767px) {
  .c-tab2 ul {
    display: block;
    border-bottom: 1px solid #e0e0e0; } }

.c-tab2 li {
  margin-left: 48px; }

.c-tab2 li:first-child {
  margin-left: 0; }

@media screen and (max-width: 767px) {
  .c-tab2 li {
    border: none; } }

@media screen and (max-width: 767px) {
  .c-tab2 li:last-of-type {
    border-right: none; } }

.c-tab2 li.is-current {
  border-bottom: 1px solid #fff; }

@media screen and (max-width: 767px) {
  .c-tab2 li.is-current a {
    font-weight: bold; } }

.c-tab2 a {
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: normal;
  color: #fff;
  display: inline-block;
  line-height: 1;
  letter-spacing: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 52px;
  text-align: center; }

@media screen and (max-width: 767px) {
  .c-tab2 a {
    display: block;
    padding: 15px 20px;
    min-width: auto;
    font-size: 1rem;
    text-align: left;
    border-top: 1px solid #e0e0e0; } }

/*
------------------------------------------------------------*/
.c-heading01 {
  text-align: center; }

.c-heading01 h2 {
  font-size: 3.5rem;
  font-weight: normal;
  color: #3e3a39; }

@media screen and (max-width: 767px) {
  .c-heading01 h2 {
    font-size: 2.25rem; } }

.c-heading01 p {
  margin-top: 28px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #3e3a39; }

@media screen and (max-width: 767px) {
  .c-heading01 p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 7px; } }

header {
  border-bottom: 1px solid #cd2b34;
  background-color: #f2f2f2;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 99999; }

.logo {
  padding-top: 18px;
  padding-bottom: 23px; }

.logo img {
  height: 32px;
  width: 400px; }

@media screen and (max-width: 767px) {
  .logo img {
    height: 23px;
    width: 318px; } }

.c-banner {
  position: relative;
  -webkit-box-shadow: 0px 0px 20px #00000070;
  box-shadow: 0px 0px 20px #00000070;
  width: 100%;
  margin-top: 74px; }

@media screen and (max-width: 767px) {
  .c-banner {
    margin-top: 64px; } }

.c-banner-content {
  width: 1280px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  height: 100%; }

@media screen and (max-width: 1280px) {
  .c-banner-content {
    width: 100%; } }

@media screen and (max-width: 1060px) {
  .c-banner-content {
    width: 100%; } }

.c-banner_contentbox {
  position: absolute;
  left: 50px;
  top: 143px;
  padding: 20px 0 15px 19px;
  background-color: #cd2b34;
  color: #fff; }

@media screen and (max-width: 767px) {
  .c-banner_contentbox {
    position: relative;
    width: 90%;
    display: inline-block;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 370px; } }

.c-banner_contentbox-white {
  font-size: 2.5rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: -6px; }

@media screen and (max-width: 767px) {
  .c-banner_contentbox-white {
    font-size: 2rem; } }

.c-banner_contentbox-yellow {
  font-size: 4rem;
  color: #face00;
  font-weight: bold;
  margin-left: -22px;
  margin-top: -11px; }

@media screen and (max-width: 767px) {
  .c-banner_contentbox-yellow {
    font-size: 3rem;
    margin-left: -14px;
    margin-top: -9px; } }

.c-banner .c-txt1 {
  font-size: 8rem;
  color: #face00;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -15px;
  margin-left: 4px;
  line-height: 1.3;
  position: relative; }

@media screen and (max-width: 767px) {
  .c-banner .c-txt1 {
    font-size: 6rem; } }

.c-banner .c-txt1_1 {
  letter-spacing: -3px; }

.c-banner .c-txt1_2 {
  font-size: 2rem;
  margin-top: 35px;
  letter-spacing: 2px;
  margin-left: 8px;
  line-height: 1.2; }

@media screen and (max-width: 767px) {
  .c-banner .c-txt1_2 {
    margin-top: 25px; } }

.c-banner .c-txt1_2-yellow {
  color: #face00; }

.c-banner .c-txt1_2-white {
  color: #fff; }

.c-banner .c-txt1:after {
  content: "";
  width: 91%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 1px;
  bottom: -1px; }

.c-banner .c-txt2 {
  font-size: 1.5rem;
  padding-top: 6px;
  margin-left: 4px;
  font-weight: bold; }

@media screen and (max-width: 767px) {
  .c-banner .c-txt2 {
    font-size: 1.4rem;
    font-weight: bold; } }

@media screen and (max-width: 335px) {
  .c-banner .c-txt2 {
    font-size: 1.2rem; } }

.c-banner .c-txt2_num {
  font-size: 2.8rem; }

@media screen and (max-width: 767px) {
  .c-banner .c-txt2_num {
    font-size: 2rem; } }

.c-banner .c-txt2_2 {
  margin-top: -9px; }

@media screen and (max-width: 767px) {
  .c-banner .c-txt2_2 {
    margin-top: -4px; } }

.c-banner_contentline {
  position: absolute;
  line-height: 1.1;
  left: 33px;
  bottom: 33px;
  padding: 20px;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: bold; }

@media screen and (max-width: 767px) {
  .c-banner_contentline {
    left: 15px;
    bottom: unset;
    top: 20px;
    padding: 0; } }

@media screen and (max-width: 375px) {
  .c-banner_contentline {
    left: 3px; } }

.c-banner .c-txt3 {
  font-size: 2.6rem;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75); }

@media screen and (max-width: 767px) {
  .c-banner .c-txt3 {
    font-size: 1.3rem; }
  .c-banner .c-txt3 br {
    display: none; } }

.c-banner .c-txt3_big {
  font-size: 4.5rem; }

@media screen and (max-width: 767px) {
  .c-banner .c-txt3_big {
    font-size: 2.4rem; } }

@media screen and (max-width: 320px) {
  .c-banner .c-txt3_big {
    font-size: 2rem; } }

.c-banner .c-txt3_big-yellow {
  color: #face00; }

@media screen and (max-width: 767px) {
  .c-banner .c-txt3_big-left0 {
    margin-left: -10px !important; } }

@media screen and (max-width: 767px) {
  .c-banner .c-txt3_inline {
    display: block;
    margin-bottom: 10px; } }

@media screen and (max-width: 767px) {
  .c-banner .c-txt3_inline-bottom0 {
    margin-bottom: 7px; } }

.c-content_sc01 {
  background-color: #cd2b34;
  color: #fff;
  font-size: 4.5rem;
  font-weight: bold;
  padding-top: 79px;
  padding-bottom: 67px; }

@media screen and (max-width: 1060px) {
  .c-content_sc01 {
    font-size: 4rem; } }

@media screen and (max-width: 767px) {
  .c-content_sc01 {
    font-size: 2.8rem;
    padding-top: 35px;
    padding-bottom: 33px;
    /*margin-top: 183px;*/ } }

@media screen and (max-width: 375px) {
  .c-content_sc01 {
    font-size: 2.5rem; } }

@media screen and (max-width: 335px) {
  .c-content_sc01 {
    font-size: 2rem; } }

.c-content_sc01 .c-title {
  text-align: center; }

.c-content_sc01 .c-title_1 {
  letter-spacing: 2px;
  margin-left: -27px; }

@media screen and (max-width: 767px) {
  .c-content_sc01 .c-title_1 {
    letter-spacing: 0;
    margin-left: 0; } }

.c-content_sc01 .c-title_2 {
  letter-spacing: 1px;
  margin-left: -10px; }

@media screen and (max-width: 1060px) {
  .c-content_sc01 .c-title_2 {
    margin-left: 0; }
  .c-content_sc01 .c-title_2 .c-inline {
    display: block; } }

@media screen and (max-width: 767px) {
  .c-content_sc01 .c-title_2 {
    letter-spacing: 0;
    margin-left: 0; } }

@media only screen and (min-width:767px) and (max-width:1060px) {
  .c-content_sc01 .c-title_2.pc-only {
    display: block !important;
  }
}

.c-content_sc01 .c-title_underline {
  position: relative; }

.c-content_sc01 .c-title_underline:after {
  content: "";
  width: 100%;
  height: 18px;
  background-color: #f29700;
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 1; }

@media screen and (max-width: 1060px) {
  .c-content_sc01 .c-title_underline:after {
    bottom: -2px; } }

@media screen and (max-width: 767px) {
  .c-content_sc01 .c-title_underline:after {
    bottom: -4px; } }

.c-content_sc01 .c-title_underline-inner {
  position: relative;
  z-index: 999; }
  .c-content_sc01 .c-title_underline-inner span{
    /* letter-spacing: -4px; */
    position: relative;
    z-index: 999; }

.c-content_sc01 .c-box {
  background-color: #eeeeee;
  width: 703px;
  margin-top: 27px;
  position: relative;
  padding-bottom: 18px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%; }

@media screen and (max-width: 767px) {
  .c-content_sc01 .c-box {
    width: 268px; } }

.c-content_sc01 .c-box_txt2 {
  position: relative; }

.c-content_sc01 .c-box_txt2:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #cd2b34;
  position: absolute;
  left: 0;
  bottom: -00px;
  z-index: 1;
  opacity: 0.5; }

.c-content_sc01 .c-box_txt2:after-inner {
  position: relative;
  z-index: 999; }

.c-content_sc01 .c-box_txt2,
.c-content_sc01 .c-box_txt1 {
  font-weight: bold; }

@media screen and (max-width: 767px) {
  .c-content_sc01 .c-box_txt2,
  .c-content_sc01 .c-box_txt1 {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: -0.7px; }
  .c-content_sc01 .c-box_txt2 .c-box_txt2-inner {
    display: inline-block; } }

@media screen and (max-width: 373px) {
  .c-content_sc01 .c-box_txt2,
  .c-content_sc01 .c-box_txt1 {
    font-size: 1.4rem; } }

.c-content_sc01 .c-table01 th,
.c-content_sc01 .c-table01 td {
  font-size: 2.2rem;
  color: #cd2b34;
  font-weight: bold; }

@media screen and (max-width: 767px) {
  .c-content_sc01 .c-table01 th,
  .c-content_sc01 .c-table01 td {
    font-size: 1.8rem; } }

.c-content_sc01 .c-table01 th {
  width: 160px; }

.c-content_sc01 .c-table01 tr:nth-child(1) th {
  padding: 32px 0 14px 48px; }

@media screen and (max-width: 767px) {
  .c-content_sc01 .c-table01 tr:nth-child(1) th {
    padding: 30px 18px 0 18px !important;
    text-align: center; } }

.c-content_sc01 .c-table01 tr:nth-child(1) td {
  padding: 32px 48px 14px 2px; }

@media screen and (max-width: 767px) {
  .c-content_sc01 .c-table01 tr:nth-child(1) td {
    text-align: center;
    padding-top: 4px !important; } }

.c-content_sc01 .c-table01 tr:nth-child(2) th {
  padding: 10px 0 33px 48px; }

.c-content_sc01 .c-table01 tr:nth-child(2) td {
  padding: 10px 0 33px 2px; }

@media screen and (max-width: 767px) {
  .c-content_sc01 .c-table01 tr:nth-child(2) td {
    padding: 0 18px 30px 18px !important; } }

.c-content_sc02 {
  background-color: #dbdcdc;
  padding-top: 85px;
  padding-bottom: 70px;
  text-align: center;
  color: #3e3a39; }

@media screen and (max-width: 767px) {
  .c-content_sc02 {
    padding: 45px 0; } }

.c-content_sc02 .c-video {
  width: 645px;
  height: 360px;
  margin-bottom: 40px;
  position: relative;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%; }

@media screen and (max-width: 767px) {
  .c-content_sc02 .c-video {
    width: 100% !important;
    height: 200px;
    margin-bottom: 15px; }
  .c-content_sc02 .c-video iframe {
    width: 100%;
    height: 200px; } }

.c-content_sc02 .c-titlevd {
  font-size: 1.8rem;
  margin-bottom: 33px;
  letter-spacing: 1px;
  margin-left: -11px; }

@media screen and (max-width: 767px) {
  .c-content_sc02 .c-titlevd {
    margin-left: 0;
    text-align: left;
    line-height: 1.9; }
  .c-content_sc02 .c-titlevd .c-inline {
    display: block;
    letter-spacing: -1px;
    text-align: center;
    margin-left: -9px; } }

@media screen and (max-width: 375px) {
  .c-content_sc02 .c-titlevd {
    margin-bottom: 20px;
    letter-spacing: 1px; } }

.c-content_sc02 .c-subtitle {
  font-size: 1.3rem;
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
  color: #3e3a39;
  font-weight: bold; }

.c-content_sc02 .c-subtitle:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #3e3a39;
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: 1; }

.c-content_sc02 .c-subtitle:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url("/hisarlar_campaign/img/ic1.svg") center center no-repeat;
  position: absolute;
  right: -21px;
  top: 4px;
  z-index: 1; }

.c-content_sc03 {
  padding-bottom: 0;
  padding-top: 60px; }
  .c-content_sc03 .c-steps {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: -9px; }
    .c-content_sc03 .c-steps dt {
      padding: 15px 0;
      letter-spacing: 2px;
      font-size: 2rem;
      color: #3e3a39;
      font-weight: bold;
      vertical-align: top;
      text-align: left;
      white-space: break-spaces; }
    @media screen and (max-width: 767px) {
      .c-content_sc03 .c-steps dt {
        font-size: 1.8rem; } }
    .c-content_sc03 .c-steps__list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-left: auto;
      margin-right: auto;
      width: 98%;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      border: 1px solid #BE2E33;
      border-top: none; }
    @media screen and (max-width: 767px) {
      .c-content_sc03 .c-steps__list {
        border-top: 1px solid #BE2E33;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .c-content_sc03 .c-steps li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .c-content_sc03 .c-steps li:last-child .c-steps__step::after {
        display: none; }
    @media screen and (max-width: 767px) {
      .c-content_sc03 .c-steps li {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .c-content_sc03 .c-steps__step {
      position: relative;
      font-size: 2rem;
      font-weight: bold;
      line-height: 5.3rem;
      background: #BE2E33;
      color: white;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      letter-spacing: 1.6px;
      padding-bottom: 4px; }
      .c-content_sc03 .c-steps__step::after {
        content: "";
        background: url("/campaign2021/img/arrow.svg") center center no-repeat;
        background-size: cover;
        height: 57px;
        width: 20px;
        display: inline-block;
        position: absolute;
        right: -18px;
        top: 0;
        z-index: 1; }
      @media screen and (max-width: 767px) {
        .c-content_sc03 .c-steps__step h3 {
          width: 15px;
          word-break: break-all;
          margin: 0 auto;
          margin-top: 24px; }
        .c-content_sc03 .c-steps__step::after {
          right: 15px;
          bottom: -35px;
          height: 52px;
          z-index: 1;
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg);
          top: unset; } }
    @media screen and (max-width: 767px) {
      .c-content_sc03 .c-steps__step {
        line-height: 2rem;
        width: 50px; } }
    .c-content_sc03 .c-steps__desc {
      padding: 30px 10px;
      line-height: 2.6rem;
      font-size: 1.4rem;
      font-weight: bold;
      text-align: center;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .c-content_sc03 .c-steps__desc span {
        color: #C82B26;
        display: inline-block;
        margin-top: 10px;
        line-height: 2rem; }
        .c-content_sc03 .c-steps__desc span.vertical{
          writing-mode:vertical-rl;
          margin-top: 0;
        }
    @media screen and (max-width: 767px) {
      .c-content_sc03 .c-steps__desc {
        width: calc(100% - 50px);
        height: auto; } }
    .c-content_sc03 .c-steps--c-center {
      text-align: center; }
    .c-content_sc03 .c-steps--c-ml {
      margin-left: 10px; }
    @media screen and (max-width: 767px) {
      .c-content_sc03 .c-steps--c-ml {
        margin-left: 0; } }
    .c-content_sc03 .c-steps--desc-center {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .c-content_sc03 .c-steps--special-step {
      background: #F29700;
      font-weight: bold;
      font-size: 2.6rem;
      line-height: 4.8rem;
      color: white; }
    .c-content_sc03 .c-steps--border-rd {
      border-right: 1px solid #BE2E33; }
    @media screen and (max-width: 767px) {
      .c-content_sc03 .c-steps--border-rd {
        border-right: none;
        border-bottom: 1px solid #BE2E33; } }
    .c-content_sc03 .c-steps--l-style1 {
      width: 22%; }
    @media screen and (max-width: 991px) {
      .c-content_sc03 .c-steps--l-style1 {
        width: 20%; } }
    @media screen and (max-width: 767px) {
      .c-content_sc03 .c-steps--l-style1 {
        width: 100%; } }
    .c-content_sc03 .c-steps--l-style2 {
      width: 12%; }
    @media screen and (max-width: 991px) {
      .c-content_sc03 .c-steps--l-style2 {
        width: 20%; } }
    @media screen and (max-width: 767px) {
      .c-content_sc03 .c-steps--l-style2 {
        width: 100%; } }
    .c-content_sc03 .c-steps--l-style3 {
      width: 22%; }
    @media screen and (max-width: 991px) {
      .c-content_sc03 .c-steps--l-style3 {
        width: 20%; } }
    @media screen and (max-width: 767px) {
      .c-content_sc03 .c-steps--l-style3 {
        width: 100%; } }
    .c-content_sc03 .c-steps--l-style4 {
      width: 22%; }
    @media screen and (max-width: 991px) {
      .c-content_sc03 .c-steps--l-style4 {
        width: 20%; } }
    @media screen and (max-width: 767px) {
      .c-content_sc03 .c-steps--l-style4 {
        width: 100%; } }
    .c-content_sc03 .c-steps--l-style5 {
      width: 22%; }
    @media screen and (max-width: 991px) {
      .c-content_sc03 .c-steps--l-style5 {
        width: 20%; } }
    @media screen and (max-width: 767px) {
      .c-content_sc03 .c-steps--l-style5 {
        width: 100%; } }
  @media screen and (max-width: 767px) {
    .c-content_sc03 .c-steps {
      margin-left: 0; } }
  .c-content_sc03 .c-notes {
    margin-top: 20px;
    line-height: 2.6rem;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 1.8px; }

.c-content_sc03 table {
  margin-top: 54px;
  margin-left: -9px; }

@media screen and (max-width: 767px) {
  .c-content_sc03 table {
    margin-top: 35px;
    margin-left: 0;
    table-layout: fixed; } }

.c-content_sc03 table th {
  width: 263px;
  font-size: 2rem;
  color: #3e3a39;
  font-weight: bold; }

@media screen and (max-width: 767px) {
  .c-content_sc03 table th {
    margin-left: -9px;
    margin-bottom: -15px;
    font-size: 1.8rem;
    padding: 10px 0 0 !important; } }

.c-content_sc03 table th,
.c-content_sc03 table td {
  padding: 15px 0;
  letter-spacing: 2px; }

@media screen and (max-width: 767px) {
  .c-content_sc03 table th,
  .c-content_sc03 table td {
    line-height: 2; } }

.c-content_sc03 table td {
  padding-left: 9px; }

@media screen and (max-width: 767px) {
  .c-content_sc03 table td {
    padding: 8px 0 !important;
    word-break: break-all; } }

.c-content_sc03 table tr:nth-child(2) td,
.c-content_sc03 table tr:nth-child(6) td,
.c-content_sc03 table tr:last-child td {
  line-height: 2; }

.c-content_sc04 {
  padding-bottom: 80px;
  padding-top: 44px; }

.c-content_sc04 .c-content {
  font-size: 2rem;
  color: #3e3a39;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 30px;
  line-height: 2;
  letter-spacing: 2.7px; }

@media screen and (max-width: 767px) {
  .c-content_sc04 .c-content {
    font-size: 1.7rem;
    line-height: 1.9;
    padding: 0 20px;
    margin-top: 40px; }
  .c-content_sc04 .c-content p {
    line-height: 1.7;
    margin-bottom: 15px; } }

.c-content_sc04 .c-content_small {
  font-size: 1.4rem;
  color: #4a4a4a;
  font-weight: normal;
  margin-top: -9px; }

@media screen and (max-width: 1060px) {
  .c-content_sc04 .c-content_small {
    text-align: left;
    line-height: 1.5; } }

@media screen and (max-width: 767px) {
  .c-content_sc04 .l-container {
    padding: 0; } }

.c-content_sc04 .c-boxtext {
  background-color: #efeeed;
  padding: 40px; }

@media screen and (max-width: 767px) {
  .c-content_sc04 .c-boxtext {
    padding: 15px; } }

.c-content_sc04 .c-boxtext_inner {
  background-color: #fff;
  padding: 26px 38px 7px;
  font-size: 1.4rem;
  color: #4a4a4a; }

@media screen and (max-width: 767px) {
  .c-content_sc04 .c-boxtext_inner {
    padding: 20px; } }

.c-content_sc04 .c-boxtext .c-title {
  font-size: 2.6rem;
  color: #3e3a39;
  text-align: center;
  letter-spacing: 3px; }

@media screen and (max-width: 767px) {
  .c-content_sc04 .c-boxtext .c-title {
    font-size: 1.8rem; } }

.c-content_sc04 .c-boxtext .c-description {
  margin-bottom: 18px;
  margin-top: 15px;
  line-height: 2;
  letter-spacing: 1.8px;
  height: 192px;
  overflow: hidden;
  overflow-y: scroll; }

@media screen and (max-width: 767px) {
  .c-content_sc04 .c-boxtext .c-description {
    height: 270px; } }

.c-content_sc04 .c-boxtext .c-check {
  font-size: 2rem;
  color: #3e3a39;
  font-weight: bold;
  padding: 35px 223px 35px;
  text-align: center;
  border-top: 1px solid #4a4a4a;
  position: relative; }

@media screen and (max-width: 767px) {
  .c-content_sc04 .c-boxtext .c-check {
    padding: 20px 0;
    text-align: left;
    font-size: 1.8rem; } }

.c-content_sc04 .c-boxtext .c-check_p {
  position: relative;
  padding-left: 20px; }

.c-content_sc04 input[type="checkbox"] {
  width: 15px;
  height: 15px;
  border-radius: 0;
  margin: 0;
  position: absolute;
  left: 200px;
  top: 42px; }

@media screen and (max-width: 767px) {
  .c-content_sc04 .c-pd {
    padding: 0 20px; } }

@media screen and (max-width: 1060px) {
  .c-content_sc04 input[type="checkbox"] {
    left: 0px;
    top: 28px; } }

.c-content_sc04 .contact_error {
  margin-top: -30px;
  padding: 0 304px 35px; }

@media screen and (max-width: 1060px) {
  .c-content_sc04 .c-boxtext .c-check {
    padding: 20px 20px 0; }
  .c-content_sc04 .contact_error {
    margin-top: 0;
    padding: 0; } }

/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.contact_table {
  width: 100%;
  position: relative;
  margin-bottom: 58px; }
  .contact_table .contact_custom-dl1 dt {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .contact_table .contact_custom-dl1 dt .contact_require {
      top: 15%; }
  .contact_table .contact_custom-dl2 dt {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 257px; }
  .contact_table .contact_custom-dl2 dd {
    width: calc(100% - 257px);
    padding-left: 0; }
    .contact_table .contact_custom-dl2 dd li {
      padding-top: 20px;
      border-top: 1px solid #ccc;
      padding-bottom: 10px; }
    .contact_table .contact_custom-dl2 dd li:first-child {
      padding-top: 0;
      border-top: none; }
    .contact_table .contact_custom-dl2 dd .contact_block {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 10px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .contact_table .contact_custom-dl2 dd .contact_block .contact_input {
        width: calc(100% - 76px); }
      .contact_table .contact_custom-dl2 dd .contact_block:first-child .contact_input {
        width: auto; }
      .contact_table .contact_custom-dl2 dd .contact_block:last-child .contact_input {
        width: auto; }
      .contact_table .contact_custom-dl2 dd .contact_block .contact_require {
        position: relative;
        top: unset;
        -webkit-transform: unset;
            -ms-transform: unset;
                transform: unset;
        right: unset;
        margin-right: 19px; }
      @media screen and (max-width: 767px) {
        .contact_table .contact_custom-dl2 dd .contact_block .contact_input {
          width: 100%; } }
      @media screen and (max-width: 767px) {
        .contact_table .contact_custom-dl2 dd .contact_block .contact_inline .contact_input {
          width: auto; } }
      @media screen and (max-width: 767px) {
        .contact_table .contact_custom-dl2 dd .contact_block .contact_require {
          margin-right: 0;
          -webkit-align-self: flex-end;
              -ms-flex-item-align: end;
                  align-self: flex-end;
          margin-bottom: 10px; } }
      .contact_table .contact_custom-dl2 dd .contact_block .contact_notrequire {
        position: relative;
        top: unset;
        -webkit-transform: unset;
            -ms-transform: unset;
                transform: unset;
        right: unset;
        margin-right: 19px; }
      @media screen and (max-width: 767px) {
        .contact_table .contact_custom-dl2 dd .contact_block .contact_notrequire {
          margin-right: 0;
          -webkit-align-self: flex-end;
              -ms-flex-item-align: end;
                  align-self: flex-end;
          margin-bottom: 10px; } }
    @media screen and (max-width: 767px) {
      .contact_table .contact_custom-dl2 dd .contact_block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .contact_table .contact_custom-dl2 dd .contact_block:first-child {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start; }
          .contact_table .contact_custom-dl2 dd .contact_block:first-child .contact_require {
            -webkit-box-ordinal-group: 2;
            -webkit-order: 1;
                -ms-flex-order: 1;
                    order: 1;
            margin-bottom: 0;
            -webkit-align-self: flex-start;
                -ms-flex-item-align: start;
                    align-self: flex-start; }
        .contact_table .contact_custom-dl2 dd .contact_block:last-child {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start; }
          .contact_table .contact_custom-dl2 dd .contact_block:last-child .contact_require {
            -webkit-box-ordinal-group: 2;
            -webkit-order: 1;
                -ms-flex-order: 1;
                    order: 1;
            margin-bottom: 0;
            -webkit-align-self: flex-start;
                -ms-flex-item-align: start;
                    align-self: flex-start; } }
  .contact_table .contact_custom-dl2 .contact_error{
    margin: 10px 0 13px 79px;
  }
  @media screen and (max-width: 767px) {
    .contact_table .contact_custom-dl2 .contact_error{
      margin: 10px 0;
    }
  }
  .contact_table .contect_txt {
    font-size: 1.8rem;
    line-height: 2.6rem;
    letter-spacing: 1.8px; }
  .contact_table .contact_add {
    font-size: 1.8rem;
    line-height: 2.6rem;
    letter-spacing: 1.8px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: underline;
    margin-left: 332px;
    background: white;
    cursor: pointer;
    font-family: inherit;
    margin-bottom: 20px;
    font-weight: bold; }
  @media screen and (max-width: 767px) {
    .contact_table .contact_add {
      margin-left: 0; } }

.contact_table dt,
.contact_table dd {
  padding: 19px 0 18px 0;
  font-size: 1.4rem;
  vertical-align: top;
  text-align: left; }

@media screen and (max-width: 767px) {
  .contact_table dt,
  .contact_table dd {
    display: block;
    width: 100% !important;
    padding: 12px 0 20px !important; } }

.contact_table dt {
  width: 315px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  letter-spacing: 0.1rem;
  color: #4a4a4a;
  font-size: 1.8rem;
  font-weight: 500;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (max-width: 767px) {
  .contact_table dt {
    padding-bottom: 0 !important;
    font-size: 1.4rem; } }

.contact_table dd {
  color: #000;
  width: calc(100% - 315px);
  border-left: 0;
  border-bottom: 0;
  padding-left: 19px;
  font-weight: normal; }

@media screen and (max-width: 767px) {
  .contact_table dd {
    border-top: 0; } }

.contact_table dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc; }

#list-owned-tractor .contact_custom-dl2 {
  border-bottom: none;
  border-top: 1px solid #ccc; }
  #list-owned-tractor .contact_custom-dl2:first-child {
    border-top: none; }

.contact_block_transplanter {
  border-bottom: 1px solid #ccc; }
  .contact_block_transplanter #list-owned-transplanter .contact_custom-dl2 {
    border-bottom: none;
    border-top: 1px solid #ccc; }
    .contact_block_transplanter #list-owned-transplanter .contact_custom-dl2:first-child {
      border-top: 1px solid #ccc; }

@media screen and (max-width: 767px) {
  .contact_table dl {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.contact_table dl:nth-child(22) {
  border-bottom: 0; }

.contact_table dl:nth-child(22) dt {
  width: 100%;
  padding-right: 65px; }

.contact_table dl:nth-child(22) dt {
  width: 100%; }

@media screen and (max-width: 767px) {
  .contact_table dl:nth-child(22) dt{
    padding-right: 60px !important; } }

.contact_table dl:nth-child(23) dd {
  width: 100%;
  padding-left: 0;
  padding-top: 23px;
  padding-bottom: 30px; }

.contact_table .crops_ttl {
  padding-right: 101px; }

.contact_table .variety_ttl {
  padding-right: 95px; }

@media screen and (max-width: 767px) {
  .contact_table .crops_ttl {
    padding-right: 0; }
  .contact_table .variety_ttl {
    padding-right: 60px !important; } }

.contact_form {
  margin-top: 61px;
  position: relative;
  background-color: #fff; }

.contact_form input[type="text"],
.contact_form input[type="email"],
.contact_form input[type="tel"],
.contact_form select,
.contact_form textarea {
  height: 60px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 1.8rem;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  max-width: 100%;
  padding: 10px 30px; }

@media screen and (max-width: 767px) {
  .contact_form input[type="text"],
  .contact_form input[type="email"],
  .contact_form input[type="tel"],
  .contact_form select,
  .contact_form textarea {
    height: 50px;
    padding: 5px 10px; } }

.contact_form input::-webkit-input-placeholder {
  color: #b4b4b5;
  font-size: 1.8rem; }

.contact_form input::-moz-placeholder {
  color: #b4b4b5;
  font-size: 1.8rem; }

.contact_form input:-ms-input-placeholder {
  color: #b4b4b5;
  font-size: 1.8rem; }

.contact_form input::-ms-input-placeholder {
  color: #b4b4b5;
  font-size: 1.8rem; }

.contact_form input::placeholder {
  color: #b4b4b5;
  font-size: 1.8rem; }

@media screen and (max-width: 767px) {
  .contact_form input::-webkit-input-placeholder {
    font-size: 1.4rem; }
  .contact_form input::-moz-placeholder {
    font-size: 1.4rem; }
  .contact_form input:-ms-input-placeholder {
    font-size: 1.4rem; }
  .contact_form input::-ms-input-placeholder {
    font-size: 1.4rem; }
  .contact_form input::placeholder {
    font-size: 1.4rem; } }

.contact_form textarea {
  font: inherit;
  height: 280px;
  width: 100%;
  overflow-y: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-size: 1.8rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 5px; }

@media screen and (max-width: 767px) {
  .contact_form textarea {
    height: 247px; } }

@media screen and (max-width: 767px) {
  .contact_form textarea::-webkit-input-placeholder {
    font-size: 1.4rem; }
  .contact_form textarea::-moz-placeholder {
    font-size: 1.4rem; }
  .contact_form textarea:-ms-input-placeholder {
    font-size: 1.4rem; }
  .contact_form textarea::-ms-input-placeholder {
    font-size: 1.4rem; }
  .contact_form textarea::placeholder {
    font-size: 1.4rem; } }

.contact_form input[type="text"],
.contact_form input[type="email"],
.contact_form input[type="tel"] {
  background-color: #f6f8fa;
  width: 100%; }

.contact_form input[type="radio"] {
  width: 16px;
  height: 16px; }

.contact_form .radio label {
  margin-right: 20px;
  font-size: 1.8rem; }

@media screen and (max-width: 767px) {
  .contact_form .radio label {
    font-size: 1.4rem; } }

.contact_form input[type="checkbox"] {
  width: 15px;
  height: 15px; }

.contact_form .crops label {
  font-size: 1.8rem;
  margin-right: 20px; }

@media screen and (max-width: 767px) {
  .contact_form .crops label {
    font-size: 1.4rem; } }

@media screen and (max-width: 767px) {
  .contact_form select {
    width: 165px;
    font-size: 1.4rem; } }

.contact_input-50 {
  width: calc(50% - 8px); }

@media screen and (max-width: 767px) {
  .contact_input-50 {
    width: calc(50% - 5px) !important; } }

.contact_input-188 {
  width: 188px; }

@media screen and (max-width: 767px) {
  .contact_input-188 {
    width: 100%; } }

.contact_input-188:nth-child(2) {
  position: relative;
  margin-left: 35px; }

.contact_input-188:nth-child(2):before {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #4a4a4a;
  top: 28px;
  left: -33px;
  position: absolute; }

@media screen and (max-width: 767px) {
  .contact_input-188:nth-child(2):before {
    left: -26px; } }

.contact_inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 767px) {
  .contact_inline {
    margin-bottom: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.contact_inline .label {
  width: 42px;
  white-space: nowrap;
  display: inline-block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-bottom: 0; }

@media screen and (max-width: 767px) {
  .contact_inline .label {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 6px; } }

.contact_inline input {
  max-width: 100%; }

@media screen and (max-width: 767px) {
  .contact_inline input {
    max-width: 100%; } }

.contact_inline .contact_input {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 0; }

@media screen and (max-width: 767px) {
  .contact_inline .contact_input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 16px; } }

.contact_inline .contact_input:first-child {
  margin-right: 16px; }

@media screen and (max-width: 767px) {
  .contact_inline .contact_input:first-child {
    margin-right: 0; } }

@media screen and (max-width: 767px) {
  .contact_inline .contact_input:last-child {
    margin-bottom: 0; } }

.contact_require {
  width: 57px;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #ffffff;
  background-color: #e87c60;
  padding: 5px 0;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  position: absolute;
  right: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

@media screen and (max-width: 767px) {
  .contact_require {
    width: 36px;
    font-size: 1.4rem;
    line-height: 1.2rem;
    top: 70%; } }

.contact_notrequire {
  width: 57px;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #ffffff;
  background-color: #9e9f9f;
  padding: 5px 0;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  position: absolute;
  right: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

@media screen and (max-width: 767px) {
  .contact_notrequire {
    width: 36px;
    font-size: 1.4rem;
    line-height: 1.2rem;
    top: 70%; } }

.contact_btn {
  text-align: center;
  margin-bottom: 72px; }

@media screen and (max-width: 767px) {
  .contact_btn {
    margin-bottom: 50px; } }

.contact_btn input[type="submit"] {
  width: 445px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  height: 60px;
  border-radius: 99px;
  background-color: #cd2b34;
  border: none;
  letter-spacing: 3px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .contact_btn .contact_btn_submit {
    width: 445px;
    font-size: 2.4rem;
    font-weight: bold;
    height: 60px;
    border-radius: 99px;
    background-color: #cd2b34;
    border: none;
    letter-spacing: 3px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }
    .contact_btn a {
      width: 445px;
      color: #fff;
      line-height: 2.5;
    }
@media screen and (max-width: 767px) {
  .contact_btn input[type="submit"] {
    width: 100%; } 
    .contact_btn a {
      width: 100%; } }

@media screen and (min-width: 768px) {
  .contact_btn input[type="submit"]:hover {
    opacity: 0.8; } }

.contact_btn_submit {
  position: relative;
  display: inline-block; }

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

.contact_btn_submit:after {
  content: "";
  width: 35px;
  height: 35px;
  background: url("/hisarlar_campaign/img/btn.svg") center center no-repeat;
  position: absolute;
  top: 14px;
  right: 30px; }

footer {
  text-align: center;
  font-size: 1.4rem;
  background-color: #f2f2f2;
  padding: 25px 30px;
  border-bottom: 5px solid #cd2b34; }

.u-underline {
  text-decoration: underline; }

/*追加*/
.contact_error {
  margin-top: 10px;
  color: #cd2b34;
  font-size: 1.6rem; }

.c-content_sc05.confirm {
  padding-top: 140px; }

@media screen and (max-width: 767px) {
  .c-content_sc05.confirm {
    padding-top: 105px; } }

.c-content_sc05.confirm .contact_table dl {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.c-content_sc05.confirm .contact_table dd {
  font-size: 1.6rem; }

.contact_btn_submit {
  margin: 0 10px; }

@media screen and (max-width: 767px) {
  .contact_btn_submit {
    margin: 0; }
  .contact_btn_submit-retry {
    margin-bottom: 20px; } }

.contact_btn_submit-retry input[type="submit"] {
  background: #9e9f9f; }

.contact_btn_submit-retry:after {
  background: url(/hisarlar_campaign/img/btn02.svg) center center no-repeat;
  right: inherit;
  right: 30px;
  /* transform: scale(-1, 1); */ }

.c-content_sc05.thanks {
  padding: 140px 0 70px; }

@media screen and (max-width: 767px) {
  .c-content_sc05.thanks {
    padding: 105px 0 50px; } }

.contact_thanks_txt {
  margin-bottom: 50px;
  font-size: 1.6rem;
  text-align: center; }

.c-content_sc05.thanks .contact_btn {
  margin-bottom: 0; }

.c-content_sc05.thanks .contact_btn_thanks {
  margin: auto;
  width: 445px;
  position: relative; }

.contact_btn_thanks a {
  padding: 12px 0;
  display: block;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  border-radius: 99px;
  background-color: #cd2b34;
  border: none;
  text-decoration: none;
  letter-spacing: 3px; }

.contact_btn_thanks a:after {
  content: "";
  width: 35px;
  height: 35px;
  background: url(/hisarlar_campaign/img/btn.svg) center center no-repeat;
  position: absolute;
  top: 14px;
  right: 30px; }

@media screen and (max-width: 767px) {
  .c-content_sc05.thanks .contact_btn_thanks {
    width: 100%; }
  .contact_btn input[type="submit"] {
    font-size: 1.9rem;
    height: 42px; }
  .contact_btn_thanks a {
    padding: 7px 0;
    font-size: 1.9rem; }
  .contact_btn_submit:after,
  .contact_btn_thanks a:after {
    width: 29px;
    height: 29px;
    top: 7px;
    right: 14px; } }

.contact_select {
  position: relative;
  display: inline-block;
  width: 100%; }

.contact_select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 40px 10px 15px;
  outline: 0;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

.select__arrow {
  position: absolute;
  top: 27px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent; }

@media screen and (max-width: 767px) {
  .select__arrow {
    top: 21px;
    right: 13px; } }
