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

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

.bold {
	font-weight: bold;
}
.red_b {
	color: #990000;
	font-weight: bold;
}

/* =form */
table.form{
  border-collapse:collapse;
}
 
table.form th{
  border:1px solid #bfbfbf;
 font-size:16px;
}
 
table.form td{
  border:1px solid #bfbfbf;
	font-size:16px;
}
table.item{
  font-size:16px;
　border:0;
}
.title1 {
	padding: 5px;
	color:#333;
	background: #e2f3c8;
}
.title2 {
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	color:#fff;
	background: #8cc235;
	height: 40px;
}
.title3 {
	padding: 5px;
	color:#333;
	background: #ffd5a3;
}
.title3b {
	padding: 5px;
	color:#333;
	background: #ffffa3;
}
.title4 {
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	margin-right: 20px;
	color:#fff;
	background: #f38503;
	height: 40px;
	font-weight: bold;
}
.title5 {
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	color:#fff;
	background: #f38503;
	height: 40px;
	font-weight: bold;
}
::placeholder {
  font-size: 15px;
}

/*確認画面へ進むボタン用*/
#submitinput input{
background-color: #ff0000;
width:150px;
height:50px;
color:#fff;
font-weight: bold;	
}
 
#submitback input{
/*戻るボタン用*/
background-color: #999797;
width:150px;
height:50px;
}

.blogcard-snippet{
    display: none;
}

.blogcard-footer{
    display: none;
}


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

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

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

/*768px以下*/
@media(min-width: 768px){
a[href^="tel:"] {
  cursor: default; }
}

img, table {
    max-width: 100%;
}
/************************************
** div横並び70-30
************************************/
.banner_fixed{
	display:flex;
	width:100%;
}
.banner_fixed {
	color: #000;
	font-size: 16px;
	text-decoration: none;
}
.banner_fixed a{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.banner_left{
	width:70%;
	text-align:center;
	padding:10px 0;
}
.banner_right{
	width:30%;
	text-align:center;
	padding:10px 0;
}
/************************************
** div横並び60-40ボーダーあり
************************************/
.banner_fixed1{
	margin:10px 0;
	display:flex;
	width:100%;
}
.banner_fixed1 {
	color: #000;
	font-size: 16px;
	text-decoration: none;
}
.banner_left1{
	width:70%;
	padding:10px 0;
}
.banner_right1{
	width:30%;
	text-align:center;
	border: 1px solid #ccc;
	padding:0;
	margin:5px;
}
/************************************
** div横並び40-60
************************************/
.banner_fixed2{
	display:flex;
	width:100%;
}
.banner_fixed2 {
	color: #000;
	font-size: 16px;
	text-decoration: none;
}
.banner_fixed2 a{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.banner_left2{
	width:40%;
	padding:10px 0;
}
.banner_right2{
	width:60%;
	text-align:center;
	padding:10px;
	border: 1px solid #ccc;
}
