/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
/*リンクアンダーバー*/
.single-post:not(.elementor-page) .entry-content a:not(.wp-block-button__link):not(.wp-block-file__button), .page:not(.elementor-page):not(.woocommerce-page) .entry a:not(.wp-block-button__link):not(.wp-block-file__button){
   text-decoration: none;
}


/*必須項目赤色*/
.contact .req{
	color: #f00;
}


/*お問合せレスポンシブ*/
@media (max-width: 767px){
 .contact tr, .contact td{ 
  display: block;
  width: 100%;
  box-sizing: border-box;
 }
 .contact td:first-child{ 
  padding-bottom: 0;
  border-bottom: none;
 }
 .contact td:nth-child(2){ 
  padding-top: 0;
 }
}

/*お問合せボタンカスタマイズ*/
.sub_btn input[type="submit"]{
	padding-left: 100px;
	padding-right: 100px;
}
.sub_btn td{
	text-align: center;
}
@media (max-width: 767px){
	.contact tr, .contact td{
		display: block;
		 width: 100%;
	}
	.contact td:nth-child(1){
		border-bottom: 0;
		padding-bottom: 0;
	}
	.contact td:nth-child(2){
		padding-top: 0;
	}
	.sub_btn input[type="submit"]{
	  width: 100%;
  }
	.contact .wpcf7-list-item {
		width: 100%;
	}
}