@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.video-container {
	margin: 0px auto;
	max-width: 70%;
}
.link {
  color: #505050;/*文字色*/
  padding: 0.5em 1em 0.5em 1em;
  display: inline-block;/*おまじない*/
  line-height: 1.7;/*行高*/
  background: #dbebf8;/*背景色*/
  vertical-align: middle;
  border-radius: 25px;/*左側の角を丸く*/
}

.underline {
	border-bottom: 2px solid #3d62ad;
}

.swpm-lastname-row {
	display: none; !important
}
.swpm-phone-row {
	display: none; !important
}
.swpm-street-row {
	display: none; !important
}
.swpm-city-row {
	display: none; !important
}
.swpm-state-row {
	display: none; !important
}
.swpm-zipcode-row {
	display: none; !important
}
.swpm-country-row {
	display: none; !important
}
.swpm-company-row {
	display: none; !important
}

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

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
.video-container {
	margin: 0px auto;
	max-width: 100%;
}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
.video-container {
	margin: 0px auto;
	max-width: 100%;
}
}
