@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/


 ul {
    padding-left: 10px;
}

.btn__contact a {
  background: #fff;
  border: 2px solid #0D0D0D;
  color: #0D0D0D;
  padding: 5px 60px;
}

.btn__contact a::after {
  content: none;
}

.btn__contact a:hover {
  background: #0D0D0D;
  color: #fff;
}

.link {
  text-decoration: none;
}
.link:hover {
  text-decoration: underline;
}

#contact table {
  width: 100%;
}

#contact th {
  vertical-align: top;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 5px;
}

#contact th,
#contact td {
  font-size: .8rem;
  display: block;
}
#contact p {
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 300;
}

@media (max-width: 767px) {
  #contact p {
    font-size: 1.0rem;
    line-height: 1.7;
  }
}

@media (max-width: 767px) {
  #contact th,
  #contact td {
    display: block;
    width: 100%;
  }
}

@media (max-width: 767px) {
  #contact td {
    margin-bottom: 30px;
  }
}

#contact input[type='submit'] {
  background: #323e48;
  color: #fff;
  padding: 15px;
  max-width: 296px;
  width: 100%;
}

#contact textarea {
  width: 100%;
}

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

.nomadBtn3 {
  background: #a680b8;
  color:#FFF !important;
  border-radius: 3px;
  padding: .7em 2em;
  display: inline-block;
  text-decoration: none !important;
  margin: 15px auto;
	font-weight: bold; /* ボールドフォント */
}

/* 箇条書きのリストマークを非表示にする */
ul, ol {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

/* ブログの横幅を強制的に700pxに制限（中央寄せ） */
.p-blogDetail__content {
  max-width: 700px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 20px;
  box-sizing: border-box;
}



/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
