@charset "UTF-8";
/* 
Theme Name:wallad
Author: satokei
Description: エリアマネジメントのWordPressテーマ
Version: 1.0
License: 本テーマはレゾンデートル様の依頼によりさとけいデザインが作成したものです
*/
/*-------------------------
 *reset.css
 --------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
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,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  font-weight: normal;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
  min-height: 1%;
}

* {
  box-sizing: border-box;
}

/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.clear {
  clear: both;
}

/*-------------------------
  *style.css
  --------------------------*/
body {
  color: #1A1A1A;
  font-family: "Noto Sans JP", "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  letter-spacing: normal;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #1A1A1A;
}

.ssp {
  display: none;
}
@media (max-width: 640px) {
  .ssp {
    display: block;
  }
}

.pc {
  display: block;
}
@media (max-width: 1200px) {
  .pc {
    display: none;
  }
}

.tb {
  display: none;
}
@media (max-width: 980px) {
  .tb {
    display: block;
  }
}

.sp {
  display: none;
}
@media (max-width: 1200px) {
  .sp {
    display: block;
  }
}

.sp_n {
  display: none;
}
@media (max-width: 768px) {
  .sp_n {
    display: block;
  }
}

.ssp_n {
  display: block;
}
@media (max-width: 640px) {
  .ssp_n {
    display: none;
  }
}

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

/*-------------------------
  * ヘッダー
  --------------------------*/
header {
  width: 100%;
  position: fixed;
  height: 64px;
  background: #fff;
  z-index: 200;
  display: flex;
}
header .logo_wrap a {
  padding-left: 20px;
  display: flex;
}
@media (max-width: 1200px) {
  header .logo_wrap a {
    padding-left: 10px;
  }
}
header .logo_wrap a .logo {
  padding: 7px 0 0;
}
header .logo_wrap a .logo_text {
  padding: 14px 0 14px 20px;
}
@media (max-width: 1200px) {
  header .logo_wrap a .logo_text {
    padding: 13px 0 13px 10px;
  }
}

/*-------------------------
 *ハンバーガーメニュー
 --------------------------*/
.btn_hidden {
  display: none;
}

.hamburger_menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 200;
}

#menu_btn {
  display: none;
  width: 56px;
  height: 56px;
  margin-left: auto;
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 980px) {
  #menu_btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#menu_btn:hover {
  cursor: pointer;
}
#menu_btn span,
#menu_btn span:before,
#menu_btn span:after {
  content: "";
  display: block;
  height: 2px;
  width: 30px;
  background-color: #1A1A1A;
  position: absolute;
  transition: all 0.4s;
  z-index: 300;
}
#menu_btn span:before {
  bottom: 10px;
}
#menu_btn span:after {
  top: 10px;
}

@media (max-width: 980px) {
  #menu_btn_check:checked ~ #menu_btn span {
    background-color: rgba(255, 255, 255, 0);
  }
  #menu_btn_check:checked ~ #menu_btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  #menu_btn_check:checked ~ #menu_btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }
}

@media (max-width: 980px) {
  #menu_content {
    position: absolute;
    top: 0;
    right: -200px;
    width: 210px;
    height: 350px;
    padding: 40px 20px 20px;
    background-color: #fff;
    transition: all 0.2s;
  }
}

.navigation {
  display: flex;
  padding-right: 20px;
}
@media (max-width: 980px) {
  .navigation {
    display: block;
    width: 100%;
  }
}
.navigation li {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.15em;
  height: 44px;
  padding: 16px 10px 8px;
  margin: 0 5px;
  border-bottom: solid 1px #1A1A1A;
  transition: all 0.4s;
}
@media (max-width: 980px) {
  .navigation li {
    width: 168px;
    height: 46px;
    margin: auto;
    padding-top: 0;
    line-height: 45px;
    border-left: none;
    border-bottom: solid 1px #1A1A1A;
  }
}
.navigation li a {
  display: block;
  width: 100%;
  height: 100%;
}
.navigation .item1 {
  letter-spacing: normal;
}
.navigation li:hover {
  background-color: #004EA1;
}
.navigation li:hover a {
  color: #fff;
}

#menu_btn_check:checked ~ #menu_content {
  right: 0;
}

/*-------------------------
 *ファーストビュー
 --------------------------*/
.intro_wrap {
  width: 100%;
  padding: 130px 16px 60px;
  background-color: #004EA1;
}
@media (max-width: 640px) {
  .intro_wrap {
    padding: 110px 16px 40px;
  }
}
.intro_wrap .intro_title {
  font-family: "M PLUS Rounded 1c";
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .intro_wrap .intro_title {
    line-height: 1.2;
    font-size: 24px;
  }
}
.intro_wrap .intro_title span {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: 640px) {
  .intro_wrap .intro_title {
    font-size: 24px;
  }
}
.intro_wrap .intro_main_title {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.intro_wrap .intro_main_title span {
  font-weight: 700;
}
@media (max-width: 980px) {
  .intro_wrap .intro_main_title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .intro_wrap .intro_main_title {
    padding-top: 20px;
    line-height: 1.2;
    font-size: 36px;
  }
  .intro_wrap .intro_main_title span {
    font-size: 24px;
    font-weight: 700;
  }
}

.intro_text_wrap {
  padding: 30px 16px;
  text-align: center;
}
@media (max-width: 640px) {
  .intro_text_wrap {
    text-align: left;
    padding: 20px 16px;
  }
}
.intro_text_wrap .text {
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.8;
}
@media (max-width: 640px) {
  .intro_text_wrap .text {
    line-height: 1.6;
    font-size: 16px;
    letter-spacing: normal;
  }
}
.intro_text_wrap .text2 {
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  .intro_text_wrap .text2 {
    padding-bottom: 20px;
  }
}

.intro_photo_wrap {
  max-width: 1190px;
  margin: auto;
  height: 595px;
  padding: 0 16px;
  background-image: url(img/aerial_photo.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media (max-width: 980px) {
  .intro_photo_wrap {
    background-image: none;
    height: auto;
  }
}

.intro_photo_title {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 980px) {
  .intro_photo_title {
    justify-content: center;
  }
}
.intro_photo_title .title {
  font-family: "M PLUS Rounded 1c";
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-top: 20px;
  color: #004EA1;
}
@media (max-width: 1200px) {
  .intro_photo_title .title {
    font-size: 38px;
  }
}
@media (max-width: 640px) {
  .intro_photo_title .title {
    font-size: 24px;
    padding-top: 0;
  }
}
.intro_photo_title .deco {
  width: 320px;
}
@media (max-width: 1200px) {
  .intro_photo_title .deco {
    width: 24%;
  }
}
@media (max-width: 980px) {
  .intro_photo_title .deco {
    display: none;
  }
}

.aerial_photo {
  max-width: 736px;
  margin: auto;
}

.photographer {
  max-width: 800px;
  margin: auto;
  text-align: right;
  padding-top: 10px;
  font-size: 14px;
}
@media (max-width: 980px) {
  .photographer {
    max-width: 736px;
    padding: 6px 16px 0;
  }
}

#page_top a {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 200;
  color: #404040;
  font-size: 26px;
}

/*-------------------------
 *掲出場所～
 --------------------------*/
.sec_wrap {
  padding: 0 16px;
}

h2 {
  max-width: 1200px;
  margin: 100px auto 70px;
  background-color: #004EA1;
  color: #fff;
  padding: 20px;
  font-size: 28px;
  letter-spacing: 0.15em;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 980px) {
  h2 {
    margin: 60px auto 40px;
    padding: 10px;
  }
}
@media (max-width: 640px) {
  h2 {
    font-size: 24px;
    letter-spacing: 0.05em;
  }
}

@media (max-width: 640px) {
  .sec_title2 {
    letter-spacing: normal;
    font-size: 22px;
  }
}

.standard_title {
  font-weight: 700;
  padding-bottom: 6px;
  padding-top: 4px;
  line-height: 1;
}
.standard_title span {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: normal;
}
@media (max-width: 640px) {
  .standard_title {
    font-size: 18px;
    line-height: 1;
  }
}

.standard_title2 {
  font-weight: 700;
}

.place_img {
  max-width: 800px;
  margin: auto;
}

.place_wrap {
  max-width: 1200px;
  margin: 70px auto 0;
  padding: 70px 0;
  border-top: #004EA1 1px solid;
}
@media (max-width: 980px) {
  .place_wrap {
    margin-top: 40px;
    padding: 40px 0 0;
  }
}
.place_wrap .position {
  max-width: 270px;
  margin: auto;
  background-color: #E30114;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 640px) {
  .place_wrap .position {
    line-height: 1;
    padding: 2px 0 4px;
  }
}
.place_wrap .position span {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.place_wrap .position2 {
  background-color: #004EA1;
}
.place_wrap .position3 {
  background-color: #8700E1;
}
.place_wrap .position_size {
  padding: 6px 0 30px;
}
.place_wrap .area_img {
  text-align: center;
}

.place_box {
  display: flex;
  justify-content: space-between;
}
.place_box .arrow {
  display: flex;
  line-height: 18px;
}
.place_box .arrow .arrow_text {
  padding-left: 10px;
}
@media (max-width: 640px) {
  .place_box .arrow .arrow_text {
    font-size: 14px;
  }
}
.place_box .arrow .arrow_text2 {
  padding-right: 10px;
}
@media (max-width: 640px) {
  .place_box .arrow .arrow_text2 {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .place_box .arrow div {
    width: 14px;
  }
}

.place_box1 {
  max-width: 734px;
  margin: auto;
}

.place_box3 {
  max-width: 806px;
  margin: auto;
}

.arrow_c1 {
  display: flex;
  max-width: 1000px;
  margin: auto;
  line-height: 18px;
  padding-bottom: 16px;
}
.arrow_c1 .text {
  padding-left: 10px;
}
@media (max-width: 640px) {
  .arrow_c1 .text {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .arrow_c1 div {
    width: 14px;
  }
}

.place_box4 {
  max-width: 1000px;
  margin: auto;
}

.arrow_c2 {
  display: flex;
  width: 65px;
  margin-left: auto;
  line-height: 18px;
}
.arrow_c2 .text {
  padding-right: 10px;
}
@media (max-width: 640px) {
  .arrow_c2 .text {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .arrow_c2 div {
    width: 14px;
  }
}

/*-------------------------
 *掲出料金
 --------------------------*/
.fee_title {
  margin-top: 20px;
}
@media (max-width: 980px) {
  .fee_title {
    margin-top: 60px;
  }
}

.fee_wrap {
  max-width: 566px;
  margin: auto;
}

.fee_box {
  display: flex;
  padding-bottom: 44px;
}
@media (max-width: 640px) {
  .fee_box {
    display: block;
    max-width: 400px;
    margin: auto;
  }
}
.fee_box .fee_number {
  width: 150px;
  height: 150px;
  padding: 20px;
  background-color: #E30114;
  color: #fff;
  text-align: center;
  margin-right: 40px;
}
@media (max-width: 640px) {
  .fee_box .fee_number {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 270px;
    height: auto;
    margin: auto;
    margin-bottom: 6px;
    padding: 2px 0 4px;
  }
}
.fee_box .fee_number .text1 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media (max-width: 640px) {
  .fee_box .fee_number .text1 {
    font-size: 16px;
    line-height: 32px;
  }
}
.fee_box .fee_number .text2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}
@media (max-width: 640px) {
  .fee_box .fee_number .text2 {
    font-size: 32px;
    line-height: 32px;
    padding: 0 6px;
  }
}
.fee_box .fee_number .text3 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 32px;
}
@media (max-width: 640px) {
  .fee_box .fee_number .text3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.fee_box .fee_number2 {
  background-color: #004EA1;
}
.fee_box .fee_number3 {
  background-color: #8700E1;
}

.fee_list {
  letter-spacing: 0.05em;
}
@media (max-width: 640px) {
  .fee_list {
    letter-spacing: normal;
  }
}
.fee_list .fee_item {
  font-weight: 700;
  line-height: 30px;
  color: #004EA1;
}
.fee_list .fee_item span {
  color: #1A1A1A;
  padding-left: 30px;
}
@media (max-width: 640px) {
  .fee_list .fee_item span {
    padding-left: 20px;
  }
}
.fee_list .fee_item1 {
  letter-spacing: 0.14em;
}
.fee_list .fee_item1 .item2 {
  letter-spacing: normal;
}
.fee_list .fee_line {
  border-bottom: #559DE9 1px solid;
}

.fee_note {
  display: flex;
  line-height: 1.2;
  padding-bottom: 6px;
}
.fee_note .fee_mark {
  padding-right: 6px;
  color: #559DE9;
}

.note span {
  color: #559DE9;
}

/*-------------------------
 *掲出スケジュール
 --------------------------*/
.flow_wrap {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 1200px) {
  .flow_wrap {
    max-width: 922px;
  }
}
@media (max-width: 980px) {
  .flow_wrap {
    max-width: 736px;
  }
}
@media (max-width: 768px) {
  .flow_wrap {
    max-width: 600px;
  }
}

.flow_box {
  display: flex;
}
@media (max-width: 768px) {
  .flow_box {
    display: block;
  }
}

.flow_month {
  width: 152px;
  background-color: #559DE9;
  text-align: center;
  margin-right: 24px;
}
@media (max-width: 1200px) {
  .flow_month {
    width: 130px;
  }
}
@media (max-width: 980px) {
  .flow_month {
    width: 106px;
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  .flow_month {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.flow_month p {
  color: #fff;
  font-weight: 700;
  line-height: 280px;
}
@media (max-width: 768px) {
  .flow_month p {
    line-height: 40px;
  }
}
.flow_month .text {
  line-height: 202px;
}
@media (max-width: 768px) {
  .flow_month .text {
    line-height: 40px;
  }
}
.flow_month .text2 {
  line-height: 48px;
}
@media (max-width: 768px) {
  .flow_month .text2 {
    line-height: 40px;
  }
}

.flow_item_box {
  max-width: 824px;
}

.flow_item {
  border: solid 1px #559DE9;
  background-color: #EEF6FF;
  padding: 10px 10px 10px 20px;
  display: flex;
}
@media (max-width: 768px) {
  .flow_item {
    padding: 10px 6px 10px 10px;
  }
}
.flow_item .flow_day {
  margin-right: 10px;
  width: 138px;
  border-right: solid 1px #559DE9;
  color: #004EA1;
  font-weight: 700;
}
@media (max-width: 980px) {
  .flow_item .flow_day {
    width: 120px;
  }
}
@media (max-width: 768px) {
  .flow_item .flow_day {
    width: 100px;
    padding-right: 6px;
    margin-right: 6px;
  }
}
@media (max-width: 640px) {
  .flow_item .flow_day {
    width: 67px;
    min-width: 67px;
    padding-right: 3px;
    line-height: 1.3;
  }
}
.flow_item .flow_text_wrap {
  display: flex;
}
.flow_item .flow_text_wrap .flow_number {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #004EA1;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  margin-right: 6px;
}
.flow_item .flow_text_wrap .flow_text {
  width: 616px;
}
@media (max-width: 1200px) {
  .flow_item .flow_text_wrap .flow_text {
    width: 560px;
  }
}
@media (max-width: 980px) {
  .flow_item .flow_text_wrap .flow_text {
    width: 430px;
  }
}
@media (max-width: 768px) {
  .flow_item .flow_text_wrap .flow_text {
    width: 100%;
    max-width: 400px;
  }
}
.flow_item .flow_text_wrap .flow_text p {
  line-height: 1.6;
}
@media (max-width: 640px) {
  .flow_item .flow_text_wrap .flow_text p {
    line-height: 1.2;
    padding-bottom: 10px;
  }
}
.flow_item .flow_text_wrap .flow_text p span {
  font-weight: 700;
  color: #E30114;
}

.flow_arrow {
  margin-bottom: 6px;
}

.flow_arrow2 {
  padding-left: 176px;
}
@media (max-width: 1200px) {
  .flow_arrow2 {
    padding-left: 154px;
  }
}
@media (max-width: 980px) {
  .flow_arrow2 {
    padding-left: 116px;
  }
}
@media (max-width: 768px) {
  .flow_arrow2 {
    padding-left: 0;
  }
}

.flow_note_wrap {
  max-width: 922px;
  margin: auto;
  padding-top: 30px;
}
@media (max-width: 980px) {
  .flow_note_wrap {
    max-width: 736px;
  }
}

.flow_note {
  display: flex;
  line-height: 1.2;
  padding-bottom: 10px;
}
.flow_note .flow_mark {
  padding-right: 6px;
  color: #559DE9;
}

.production_wrap {
  max-width: 1000px;
  margin: auto;
  margin-top: 60px;
  border: #559DE9 2px solid;
  padding: 20px 16px;
}
@media (max-width: 980px) {
  .production_wrap {
    margin-top: 30px;
  }
}
.production_wrap .title {
  font-size: 20px;
  color: #004EA1;
  font-weight: 700;
  padding-bottom: 20px;
}

/*-------------------------
 *掲載基準
 --------------------------*/
.standard_wrap {
  max-width: 700px;
  height: 600px;
  border: 1px solid #707070;
  overflow-y: scroll;
  margin: auto;
  padding: 10px 10px 0 20px;
}
@media (max-width: 768px) {
  .standard_wrap {
    height: 500px;
    padding: 10px;
  }
}
@media (max-width: 640px) {
  .standard_wrap {
    height: 460px;
  }
}
.standard_wrap .title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-top: 30px;
}
.standard_wrap .title2 {
  text-align: center;
  width: 400px;
  margin: auto;
  border-bottom: 1px solid #707070;
  margin-bottom: 20px;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: 640px) {
  .standard_wrap .title2 {
    width: 100%;
    max-width: 360px;
  }
}
.standard_wrap .title3 {
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 10px 0 16px;
}
.standard_wrap .title4 {
  padding-bottom: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.standard_wrap .title5 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 30px 0;
  text-align: center;
}
.standard_wrap .text {
  margin-bottom: 16px;
}
.standard_wrap .text2 {
  text-align: center;
  font-size: 14px;
  padding-top: 60px;
  border-top: solid 1px #000;
  margin-top: 60px;
}
.standard_wrap .text3 {
  text-align: right;
  padding-bottom: 30px;
}
.standard_wrap .text4 {
  padding: 30px 0;
}

.standard_pdf a {
  display: flex;
  max-width: 272px;
  margin: 40px auto 0;
}
@media (max-width: 640px) {
  .standard_pdf a {
    margin: 30px auto 0;
  }
}
.standard_pdf a img {
  width: 70px;
}
.standard_pdf a p {
  padding-top: 30px;
  border-bottom: 1px solid #1A1A1A;
  margin-bottom: 10px;
  margin-left: 10px;
  line-height: 1.2;
}

/*-------------------------
 *お申込み
 --------------------------*/
.application_text {
  font-size: 24px;
  font-weight: 700;
  color: #E30114;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .application_text {
    font-size: 20px;
  }
}

.application_text2 {
  max-width: 495px;
  margin: 0 auto 40px;
}
.application_text2 span {
  color: #E30114;
  font-weight: 700;
}

.form_title {
  max-width: 600px;
  margin: auto;
  font-size: 28px;
  font-weight: 700;
  color: #004EA1;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  border-bottom: #004EA1 3px solid;
}

.application_form {
  max-width: 600px;
  margin: 0 auto 100px;
}
@media (max-width: 640px) {
  .application_form {
    margin-bottom: 60px;
  }
}

/*-------------------------
 *フォーム
 --------------------------*/
.form_radio {
  border-bottom: #959595 1px solid;
  border-top: #959595 1px solid;
  padding-top: 6px;
  margin-bottom: 10px;
}

.wall-form1 {
  height: 36px;
  border: #959595 solid 1px;
  padding: 0 36px 0 16px;
  appearance: none;
  /* ブラウザのデフォルト矢印を消す */
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("img/form_arrow.png") no-repeat right 10px center;
  background-color: #fff;
  background-size: 16px 12px;
  border-radius: 4px;
  cursor: pointer;
}

.wall_form3 {
  margin-top: 10px;
}

.wall_form_text {
  margin-bottom: 16px;
  font-size: 14px;
}

input[type=checkbox] {
  cursor: pointer;
}

input[type=text],
input[type=tel],
input[type=email] {
  width: 600px;
  height: 36px;
  padding-left: 16px;
  border: solid 1px #959595;
  font-size: 16px;
  border-radius: 4px;
}
@media (max-width: 768px) {
  input[type=text],
input[type=tel],
input[type=email] {
    width: 100%;
  }
}

.wpcf7-list-item {
  margin-bottom: 10px;
}

textarea {
  width: 600px;
  height: 180px;
  border: solid 1px #959595;
  margin-bottom: 20px;
  font-size: 16px;
  padding: 10px;
  border-radius: 4px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  textarea {
    width: 100%;
  }
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input[type=reset] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input[type=submit] {
  width: 600px;
  height: 40px;
  margin: 20px auto 0;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background-color: #004EA1;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  input[type=submit] {
    width: 100%;
  }
}

@media (min-width: 980px) {
  input[type=submit]:hover {
    background-color: #6E6E6E;
  }
}

.policy-link {
  border-bottom: 1px solid #6E6E6E;
  padding-bottom: 2px;
}

/*-------------------------
 *フォームここまで
 --------------------------*/
footer {
  width: 100%;
  padding: 60px 10px;
  background-color: #E1F1FF;
}
@media (max-width: 640px) {
  footer {
    padding: 40px 10px;
  }
}

/*-------------------------
 *お問い合わせ
 --------------------------*/
.contact_intro_wrap {
  width: 100%;
  padding: 130px 10px 0;
}
@media (max-width: 640px) {
  .contact_intro_wrap {
    padding: 100px 10px 0;
  }
}
.contact_intro_wrap .intro_title {
  font-family: "M PLUS Rounded 1c";
  color: #004EA1;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.contact_intro_wrap .intro_title span {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: 640px) {
  .contact_intro_wrap .intro_title {
    font-size: 24px;
    padding-bottom: 10px;
  }
}
.contact_intro_wrap .intro_main_title {
  color: #004EA1;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.contact_form {
  max-width: 600px;
  margin: 40px auto 100px;
}
@media (max-width: 640px) {
  .contact_form {
    margin-bottom: 60px;
  }
}

/*-------------------------
 *プライバシーポリシー
 --------------------------*/
.policy_wrap {
  max-width: 800px;
  margin: 80px auto;
}
.policy_wrap p {
  margin-bottom: 20px;
}
.policy_wrap h4 {
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 18px;
}

.grecaptcha-badge {
  visibility: hidden;
}
/*# sourceMappingURL=style.css.map */