@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {}

#main-contents div.body {
  padding-left:20px;
  padding-right: 20px;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main-contents div.body {
   max-width: 100%;
   padding-left:20px;
   padding-right: 20px;
   margin: 0 auto;
 }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents > .section {
  padding-top: 2em;
  padding-bottom: 4em;
}

#main-contents div.body {
  max-width: 100%;
  padding:0 1em;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body.layout-lower
#visual {
  background: url("../../_images/sommelier_association/visual.jpg?20251111") no-repeat;
  background-size: cover;
  background-position: center;
}

/* ****************************************************************************************************
   * 日本そばソムリエ協会
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.sommelier_association {
  position: relative;
  padding-top: 60px;
  padding-bottom: 100px;
}

#join.sommelier_association {
  padding-top: 0;
}
#activity.sommelier_association {
  padding: 0;
}

.sommelier_association .body {
  max-width: 1120px;
  padding: 0 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #sommelier_association {
    padding-bottom: 0 !important;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リード文
/* ------------------------------------------------------------------------------------------------- */

.sommelier_association .lead {
  margin-top: -30px;
}
.sommelier_association .lead .title-1 {
  font-size: 3.2rem;
  color: var(--c-green);
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .sommelier_association .lead {
    margin-top: 1em;
  }
  .sommelier_association .lead .title-1 {
    font-size: 2.4rem;
    color: var(--c-green);
    line-height: 1.6;
    text-align: center;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル画像
/* ------------------------------------------------------------------------------------------------- */

.sommelier_association .title-area {
  background: url("../../_images/_common/title-back.png") no-repeat;
  width: 100%;
  height: 200px;
  background-size: 200px 200px;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sommelier_association .title-area .title {
  font-size: 3.6rem;
  font-weight: 600;
}
.sommelier_association .title-area small {
  font-size: 3.0rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .sommelier_association .title-area {
    background: url("../../_images/_common/title-back.png") no-repeat;
    width: 100%;
    height: 100px;
    background-size: 100px 100px;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sommelier_association .title-area .title {
    font-size: 2.8rem;
  }
  .sommelier_association .title-area small {
    font-size: 2.2rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 緑タイトル
/* ------------------------------------------------------------------------------------------------- */

.sommelier_association .content .title-1 {
  text-align: center;
  color: var(--c-green);
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 40px;
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.sommelier_association .content {}
.sommelier_association .content p ~ p {
  margin-top: 3em;
}
.sommelier_association .content p.style-1 {
  color: var(--c-green);
}


/* ----------------------------------------------------------------------------------------------------
   * セクション
/* ------------------------------------------------------------------------------------------------- */

.sommelier_association section {}
.sommelier_association section ~ section {
  padding-top: 80px;
}

.sommelier_association section .title-2 {
  position: relative;
  font-size: 3.0rem;
  padding-left: 1.55em;
  font-weight: 600;
}
.sommelier_association section .title-2::before {
  content: "";
  display: block;
  background: url("../../_images/_common/nav-icon-2.png") no-repeat;
  width: 24px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .sommelier_association section ~ section {
    padding-top: 40px;
  }
  
  .sommelier_association section .title-2 {
    position: relative;
    font-size: 2.2rem;
    padding-left: 1.55em;
    font-weight: 600;
  }
  .sommelier_association section .title-2::before {
    margin-top: 13px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン(緑)
/* ------------------------------------------------------------------------------------------------- */

.sommelier_association .link-btn {
  margin-top: 40px;
  text-align: center;
}
.sommelier_association .btn-1 {
  position: relative;
  width: 300px;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background: var(--c-green);
  padding: 0.5em 1.0em;
  transition: 0.6s;
  text-align: center;
  margin: 0 auto;
}
.sommelier_association .btn-1::after {
  content: "";
  display: block;
  background: url("../../_images/_common/arrow-w-1.png") no-repeat;
  width: 20px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: 0.1s;
}
.sommelier_association .btn-1:hover::after {
  right: 0.4em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  .sommelier_association .link-btn {
    margin-top: 1em;
    text-align: center;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン（白）
/* ------------------------------------------------------------------------------------------------- */

.sommelier_association .btn-2 {
  position: relative;
  width: 490px;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--c-green);
  background: #fff;
  padding: 1.0em;
  transition: 0.6s;
  text-align: center;
  margin: 0 auto;
  border: 2px solid var(--c-green);
}
.sommelier_association .btn-2 small {
  display: block;
  color: #333;
  font-size: 1.6rem;
}
.sommelier_association .btn-2 span {
  position: relative;
  padding-left: 2.5em;
  text-decoration: underline;
}
.sommelier_association .btn-2 span::before {
  content: "";
  display: block;
  background: url("../../_images/_common/pdf-icon.png") no-repeat;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.1s;
}
.sommelier_association .btn-2:hover::before {
  left: 0.4em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  .sommelier_association .btn-2 {
    position: relative;
    width: 100%;
  }
}


/* ****************************************************************************************************
   * 日本そば研究会とは
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.membership {
  position: relative;
  margin-top: 50px;
}

.membership .body {
  max-width: 1240px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .membership {
    position: relative;
  }
  .membership .body {
    padding-bottom: 40px !important;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.membership .title-area {}

.membership .title {
  position: relative;
  line-height: 1.4;
}

.membership .subtitle {
  font-size: 3.2rem;
  color: var(--c-green);
  line-height: 1.6;
  font-weight: 600;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .membership .subtitle {
    font-size: 2.4rem;
    color: var(--c-green);
    line-height: 1.6;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.membership .photo {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 40px);
}
.membership picture {
  position: relative;
  display: block;
}
.membership picture img {
  width: 100%;
  height: 500px;
  overflow: hidden;
  object-fit: cover;
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
}

.membership .detail {
  max-width: 570px;
  width: 60%;
  margin-left: 0;
  margin-right: auto;
  justify-content: flex-start;
}
.membership .detail .content {
/*  max-width: 460px;*/
}

.membership .content .text {}
.membership .content ul.color-1 {
  color: var(--c-green);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .membership .photo {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
  }
  .membership picture img {
    width: 90%;
    height: auto;
    display: block;
    margin-right: 0;
    margin-left: auto;
  }
  .membership .detail {
    max-width: 100%;
    width: 100%;
    margin: 1em auto 0;
    justify-content: center;
  }
  .membership .detail .content {
    max-width: 460px;
    margin: 0 auto;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 金額
/* ------------------------------------------------------------------------------------------------- */

.membership .content .box {
  margin-top: 50px;
  padding: 40px;
  border: 2px solid var(--c-green);
  background: #fff;
}
.membership .content .box p {
  color: var(--c-green);
  font-size: 5.0rem;
  max-width: 330px;
  margin: 0 auto;
  line-height: 1.4;
}
.membership .content .box p span {
  font-size: 1.8rem;
  display: block;
}
.membership .content .box p small {
  font-size: 1.8rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .membership .content .box {
    margin-top: 20px;
    padding: 20px;
    border: 2px solid var(--c-green);
    background: #fff;
  }
  .membership .content .box p {
    color: var(--c-green);
    font-size: 3.5rem;
    max-width: 330px;
    margin: 0 auto;
    line-height: 1.4;
  }
  .membership .content .box p span {
    font-size: 1.6rem;
    display: block;
  }
  .membership .content .box p small {
    font-size: 1.6rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.membership .detail + .link-btn {
  margin-top: 50px;
}
.membership .link-btn {
  margin-top: 40px;
  text-align: left;
}
.membership .btn-1 {
  position: relative;
  width: 300px;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background: var(--c-green);
  padding: 0.5em 1.0em;
  transition: 0.6s;
  text-align: center;
}
.membership .btn-1::after {
  content: "";
  display: block;
  background: url("../../_images/_common/arrow-w-1.png") no-repeat;
  width: 20px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: 0.1s;
}
.membership .btn-1:hover::after {
  right: 0.4em;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .membership .detail + .link-btn {
    margin-top: 2em;
  }
  .membership .link-btn {
    margin-top: 1em;
    text-align: center;
  }
}

/* ****************************************************************************************************
   * 日本そば研究会とは
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.sommelier_association .inner {
  margin-top: -30px;
  background: #fff;
  padding: 50px;
}

.sommelier_association .inner .title-1 {
  position: relative;
  font-size: 3.0rem;
  padding-left: 1.55em;
  font-weight: 600;
}
.sommelier_association .inner .title-1::before {
  content: "";
  display: block;
  background: url("../../_images/_common/nav-icon-2.png") no-repeat;
  width: 24px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .sommelier_association .inner {
    margin-top: 1em;
    padding: 20px;
  }
  
  .sommelier_association .inner .title-1 {
    position: relative;
    font-size: 2.2rem;
    padding-left: 1.55em;
    font-weight: 600;
  }
  .sommelier_association .inner .title-1::before {
    margin-top: 13px;
  }
}

/* ****************************************************************************************************
   * イベント・交流事業記事
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#event {
  padding-bottom: 0;
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#event .layout-flex-2 {
  margin-top: -30px;
  justify-content: center;
  column-gap: 40px;
  row-gap: 40px;
}
#event .layout-flex-2 > * {
  width: 47%;
  padding: 0;
}
#event .layout-flex-2 > :nth-child(n+3) {
  margin-top: 0;
}
#event .layout-flex-2 .item {}

#event .layout-flex-2 .item .images {
  overflow: hidden;
  margin: 0 auto;
  transition: 0.6s;
  position: relative;
  height: 0;
  padding-top: 75%;
}

#event .layout-flex-2 .item .images img {
  transition: 0.6s;
  object-fit: cover;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#event .layout-flex-2 .item .caption {
  margin-top: 0;
  color: #fff;
  text-align: center;
  background: var(--c-ocher);
  padding: 0.3em;
  line-height: 1.4;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #event .layout-flex-2 {
    margin-top: 1em;
    justify-content: center;
    column-gap: 0;
    row-gap: 0;
  }
  #event .layout-flex-2 > * {
    width: 47%;
    padding: 0;
    margin: 0 1.5% 20px;
  }
}



/* ****************************************************************************************************
   * 日本そばソムリエ協会 入会申込みフォーム
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#contact-form-2 {
  padding-bottom: 100px;
}
#contact-form-2 .inner {
  position: relative;
  background: #fff;
  padding: 40px 2em;
  margin-top: -30px;
  z-index: 1;
}

#contact-form-2 .column > .text {
  text-align: center;
}
#contact-form-2 .box {
  background: #ede7df;
  padding: 40px;
}

.sommelier_association .box .text a {
  color: var(--c-green);
  text-decoration: underline;
}
.sommelier_association .box .text a:hover {
  color: var(--c-green);
  text-decoration: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #contact-form-2 .inner {
    position: relative;
    background: #fff;
    padding: 20px;
    margin-top: 1em;
    z-index: 1;
  }
  #contact-form-2 .column > .text {
    text-align: left;
  }
  #contact-form-2 .box {
    background: #ede7df;
    padding: 20px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * テキスト
/* ------------------------------------------------------------------------------------------------- */

.sommelier_association .text a {
  color: var(--c-green);
  text-decoration: underline;
}
.sommelier_association .text a:hover {
  color: var(--c-green);
  text-decoration: none;
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.sommelier_association .link-btn {}
.sommelier_association .btn-1 {
  position: relative;
  width: 300px;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background: var(--c-green);
  padding: 0.5em 1.0em;
  transition: 0.6s;
  text-align: center;
  margin: 0 auto;
}
.sommelier_association .btn-1::after {
  content: "";
  display: block;
  background: url("../../_images/_common/arrow-w-1.png") no-repeat;
  width: 20px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: 0.1s;
}
.sommelier_association .btn-1:hover::after {
  right: 0.4em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  .sommelier_association .link-btn {
    margin-top: 1em;
    text-align: center;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * 検索フォーム項目
/* ------------------------------------------------------------------------------------------------- */

/**
* 共通
*/
#main table {
  border-collapse: collapse;
  width: 100%;
}
#main table th {
  font-weight: normal;
  border-bottom: 1px solid #f4e9ce;
  vertical-align: top;
}
#main table th[scope="col"] {}
#main table th[scope="row"] {}
/**
* 項目名
*/
#main table th[scope="row"] span {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0.2em 0.5em;
  border-radius: 30px;
}
#main table td {
  text-align: left;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
#main table tr ~ tr {
  margin-top: 20px;
}

#main table tr > th {
  margin-bottom: 5px;
  padding: 5px 10px 2px;
}

#main table tr > td {
  min-height: 40px;
}

}


#main label {
  vertical-align: middle;
  display: inline-block;
}
#main input[type="text"] {
  width: 100%;
  font: inherit;
}
#main input[name="namae"] {
}
#main input[name="kana"] {
}
#main input[type="email"],
#main input[type="email2"] {
}
#main input[name="zip"],
#main input[name="pref"] {
  width: 12em;
}
#main select {
  padding: 0.55em 0.75em 0.55em 0.55em;
  cursor: pointer;
  font: inherit;
  border: 1px solid #ccc;
  box-shadow: none;
  background: none;
  background: #fff;
  width: 9em;
}
#main textarea {
  max-width: 100%;
  width: 100%;
  background: #f2eee7;
  padding: 0.5em;
  border: none;
}

/* ----------------------------------------------------------------------------------------------------
   * 生年月日
/* ------------------------------------------------------------------------------------------------- */

#main .birth_area { 
  display: flex;
  align-items: center;
}
#main .birth_area div:nth-child(1) {
  flex: 0 0 34%;
  margin-right: 5px;
}
#main .birth_area div:nth-child(2),
#main .birth_area div:nth-child(3) {
  flex: 0 0 28%;
  margin-right: 5px;
  margin-left: 5px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main .birth_area { 
  display: block;
  align-items: center;
}
#main .birth_area div:nth-child(1) {
  flex: 0 0 34%;
  margin-right: 5px;
  margin-bottom: 0.5em;
}
}



/* ----------------------------------------------------------------------------------------------------
   * テーブルレイアウト
/* ------------------------------------------------------------------------------------------------- */

#main #contact-form-2 .item {}

#main #contact-form-2 .item ~ .item {
  margin-top: 60px;
}

#main #contact-form-2 .item .title span.col-1 {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0.1em 0.5em;
  margin-right: 0.5em;
}

#main #contact-form-2 .item .text {
  font-size: 1.6rem;
  margin-top: 1em;
}

#main input {
  max-width: 100%;
  background: #f2eee7;
  padding: 0.5em;
  border: none;
}


#main .privacy-check {
  font-size: 1.6rem;
  text-align: center;
}
#main .privacy-check a {
  text-decoration: underline;
}
#main .privacy-check a:hover {
  text-decoration: none;
}



#main .incorporate-check {
  font-size: 1.6rem;
  text-align: center;
}
#main .incorporate-check a {
  text-decoration: underline;
}
#main .incorporate-check a:hover {
  text-decoration: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #main #contact-form-2 .item ~ .item {
    margin-top: 30px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 入力　確認　完了
/* ------------------------------------------------------------------------------------------------- */

#contact-form-2 .message {
  text-align: center;
  margin-top: -80px;
}

#main *[class*="mwblock-"],
#main *[class*="mwinline-"] {
  display: none;
}

#main .mw_wp_form_preview .mwblock-preview {
  display: block;
  margin-top: 40px;
}

#main .mw_wp_form_input .mwblock-input {
  display: block;
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#contact-form-2 .message {
  font-size: 1.5rem;
  text-align: left;
  margin-top: 1em;
}
#main .mw_wp_form_preview .mwblock-preview {
  display: block;
  margin-top: 0;
}
#main .mw_wp_form_input .mwblock-input {
  display: block;
  margin-top: 0;
}

}

#main .mw_wp_form_preview .mwinline-preview {
  display: inline;
}

#main .mw_wp_form_input .mwinline-input {
  display: inline;
}


#main .mw_wp_form_input .mwblock-message a {
  color: #fe0002;
}
#main .mw_wp_form_input .mwblock-message a:hover {
  color: #fe0002;
  text-decoration: underline;
}

/**
* 必須
*/
#main span.hissu {
  background: #c43030;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.2em 1.0em;
  line-height: 1.4;
}
table.default tr.require > th:after {
  content: '必須';
  float: right;
  display: inline-block;
  vertical-align: middle;
  margin-right: .4em;
  font-size: 1.4rem;
  font-weight: 400;
  width: 3.5em;
  text-align: center;
  line-height: 1;
  color: #fff;
  padding: .25em 0 .3em;
  background: #c43030;
  margin-top: .4em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #main span.hissu {
    background: #c43030;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 0.2em 1.0em;
    line-height: 1.4;
  }
  table.default tr.require > th:after {
    content: '必須';
    float: right;
    display: inline-block;
    vertical-align: middle;
    margin-right: -5px;
    font-size: 1.4rem;
    font-weight: 400;
    width: 3.5em;
    text-align: center;
    line-height: 1;
    color: #fff;
    padding: .25em 0 .3em;
    background: #c43030;
    margin-top: -2px;
  }
}

/* ****************************************************************************************************
   * フォームボタン
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 確認画面へ進む / 送信する
/* ------------------------------------------------------------------------------------------------- */

#main .form-button {
  text-align: center;
  margin-bottom: 1.5em;
  transition: 0.3s;
  display: flex;
  justify-content: center;
}
#main .form-button button {
  transition: 0.3s;
}

#main .form-button .btn-1 {
  position: relative;
  width: 300px;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background: var(--c-green);
  padding: 0.5em 1.0em;
  transition: 0.6s;
  text-align: center;
  cursor: pointer;
  margin: 0;
}
#main .form-button .btn-1::after {
  content: "";
  display: block;
  background: url("../../_images/_common/arrow-w-1.png") no-repeat;
  width: 20px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: 0.1s;
}
#main .form-button .btn-1:hover {
  opacity: 0.7;
}

#main .form-button .btn-1 > input {
  background: none;
  padding: 0;
  border: 0;
  margin: 0 auto;
}
/* ローディング画像*/
div.wpcf7 .wpcf7-spinner {
  display: none;
}

#main .form-button .return.btn-1 {
  border: none;
  cursor: pointer;
  width: auto;
  background: none;
  color: #000;
  box-shadow: none;
}
#main .form-button .return.btn-1::after {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #main .form-button .btn-1 {
    width: auto;
    padding: 0 2.5em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン（戻る）
/* ------------------------------------------------------------------------------------------------- */

.sommelier_association .link-btn .btn-1.return {
  font-size: 1.6rem;
  width: 350px;
  padding: 25px 3em;
  font-weight: 900;
}
.sommelier_association .link-btn .btn-1.return::after {
  border: 0px;
  border-bottom: solid 3px #fff;
  border-left: solid 3px #fff;
  left: 15px;
  right: auto;
  transition: 0.2s left;
}
.sommelier_association .link-btn .btn-1.return:hover::after {
  left: 10px !important;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .sommelier_association .link-btn .btn-1.return {
    font-size: 1.6rem;
    width: auto;
    padding: 20px 3em;
  }
}


/* ****************************************************************************************************
   * 個人情報保護方針
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.privacy {
  position: relative;
  padding-top: 60px;
  padding-bottom: 100px;
}

.privacy .body {
  max-width: 1120px;
  padding: 0 20px;
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.privacy .box {
  background: #fff;
  padding: 50px;
  margin-top: 20px;
}
.privacy .box .item ~ .item {
  margin-top: 40px;
}

.privacy .box .title {
  color: var(--c-green);
  font-size: 2.6rem;
  font-weight: 600;
}

.privacy .box .text {}
.privacy .box .text.color-1 {
  color: var(--c-green);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .privacy .box {
    background: #fff;
    padding: 20px;
    margin-top: 20px;
  }
  .privacy .box .title {
    color: var(--c-green);
    font-size: 2.0rem;
    font-weight: 600;
  }
  .privacy .box .text {
    margin-top: 0;
  }
}






