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

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

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

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

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

}


/*ロゴ調整 実85px→125％基準68px*/
.header-container-in.hlt-top-menu .logo-header img {
  max-height: 68px;
}
.header-container-in.hlt-top-menu amp-img {
  max-height: 68px;
}
.header-container-in.hlt-top-menu {
    height: 68px;
}
.header-container{
box-shadow: 0 4px 4px #666666;
}
.header-container-in{
}
.footer-in{
width: auto;
}
.footer-bottom-logo {
    position: relative;
    bottom: auto;
}
.footer-bottom-content {
    text-align: center;
}
.footer-bottom-logo, .footer-bottom-content {
    float: none;
}

.r_text{
text-align: right;
}
.c_text{
/*width:110%;*/
/*ボタンのセンタリングスマホでちょっとずれる対策*/
text-align: center;
margin:0 auto;
}

/*以下お問い合わせ向け*/
/* input[type='submit'].wpcf7-submit,input[type='button'].wpcf7-previous { */
.wpcf7-submit,.wpcf7-previous {
  width:40%!important;
  height:40px!important;
  padding:0 1% 0!important;
  margin:0 2% 0!important;
  border-radius: 6px!important; /*角丸コーナー*/
  font-weight:bold!important; /*文字強調*/
  font-size: 16px!important; 
}

.wpcf7-submit {
  border: solid 2px #0070BD!important; /*枠線*/
  color: #fff!important; /*フォントカラー*/
  background-color: #0070BD!important; /*背景色*/
}
.wpcf7-previous {
  border: solid 2px #9e9e9e!important; /*枠線*/
  color: #fff!important; /*フォントカラー*/
  background-color: #9e9e9e!important; /*背景色*/
}

.wpcf7-submit:hover,.wpcf7-previous:hover{
  color: #000000!important; /*フォントカラー*/
  background-color: #ffffff!important; /*背景色*/
  transition: all 0.8s ease!important; /*アニメーション*/
}

.mw_wp_form_confirm .confirm_dispnone{
	display:none;
}

	


#cf-tbl{
/*width: 800px;*/
width: 100%;
}

#cf-tbl table{
width: 100%;
border-collapse: collapse;
border: solid #CCC;
border-width: 1px;
color: #444;
}
#cf-tbl table tr th,
#cf-tbl table tr td{
padding: 0.5rem;
text-align: left;
vertical-align: top;
border: solid #CCC;
border-width: 1px;
vertical-align: middle;
}
#cf-tbl table tr td{
background: #fff;
}
#cf-tbl table tr th{
width: 35%;
background: #eee;
}




@media screen and (max-width:834px){
#cf-tbl{
width: 100%;
}

#cf-tbl table,
#cf-tbl table tbody,
#cf-tbl table tr,
#cf-tbl table tr th,
#cf-tbl table tr td{
display: block;
font-size: 0.8rem;
}

#cf-tbl table{
width: 100%;
border-width: 1px 1px 0px 1px;
}

#cf-tbl table tr th,
#cf-tbl table tr td{
width: 100%;
border-width: 0px 0px 1px 0px;
}


}/*w834おわり*/

/*「必須」文字デザイン*/
.required{
font-size:.8rem;
padding: 5px;
background: #F57500;
color: #fff;
border-radius: 3px;
margin-right: 5px;
}

/*「任意」文字デザイン*/
.optional{
font-size:.8rem;
padding: 5px;
background: #000080;
color: #fff;
border-radius: 3px;
margin-right: 5px;
}
.newbox{
font-size:.8rem;
padding: 2px 4px 2px;
background: crimson;
color: #fff;
border-radius: 3px;
margin-right: 5px;
}
.pickbox{
font-size:.8rem;
line-height: 1.14;
padding: 2px 4px 2px;
background: orange;
color: #fff;
border-radius: 3px;
text-align: center;
}
.flexbox-c {
    display: flex;
    align-items: center;
}

/*必須項目赤くするだけ*/
.req_red{
  color: crimson;
	font-size:0.8rem;
}

/* 入力項目を見やすく */
select.wpcf7-form-control,
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	padding: 8px 15px;
	margin-right: 10px;
	/*margin-top: 10px;*/
	border: 1px solid #d0d5d8;
	border-radius: 3px;
	background-color: #eff1f5;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
}
td.input10p input.wpcf7-form-control.wpcf7-text{
width: 10%;
}
td.input30p input.wpcf7-form-control.wpcf7-text{
width: 35%;
}
.w12p{
width: 12%!important;
}
.w15p{
width: 15%!important;
}
.w20p{
width: 20%!important;
}
.w35p{
width: 35%!important;
}
td.input50p input.wpcf7-form-control.wpcf7-text{
width: 45%;
}
::placeholder {
  color: #c0c0c0;
	font-size:0.8rem;
}
/*IMEオフのスタイル…ブラウザによっては効かないみたい*/
input.wpcf7-form-control.wpcf7-text.ime-off{
ime-mode: disabled;
}

/* エラーメッセージを見やすく */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-weight: 600;
	font-size:0.8rem;
}

/*進行ステップ*/
.progressbar {
  display: flex;
  flex-wrap: wrap;
}
.progressbar .item {
    position: relative;
    width: 33.3%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    line-height: 1.5;
    background: #F5F5F5;
    color: #999999;
}
.progressbar .item.w50 {
    width: 50%;
}

.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    border: 37px solid transparent;
    border-left: 20px solid #F5F5F5;
    margin: auto;
}
.progressbar .item:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #FFF;
}

@media screen and (max-width: 767px) {
.progressbar .item {
    font-size: 11px;
    line-height: 1.4;
    padding: 10px 0;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
    border-width: 25px;
    border-left-width: 12px;
}
}
/* active */
.progressbar .item.active {
    z-index: 1;
    background: #0070BD;
    color: #FFF;
}
.progressbar .item.active:not(:last-child)::after {
    border-left-color: #0070bd;
}
.progressbar .item.active:not(:last-child)::before {
    border-left: none;
}

.w50p{
width: 50%;
}
.w20p{
width: 20%;
}
.w15p{
width: 15%;
}

label.hide {
  visibility:hidden;
  display: none;
}
.hide {
  visibility:hidden;
}
.none {
  display: none;
} 
.btn {
margin-left:1rem;
margin-right:1rem;
}


#pdf-tbl table{
width: 100%;
}

#pdf-tbl table tr th{
background-color:#FFE697;
}
#pdf-tbl table tr td{
background-color:#ffffff;
}
#pdf-tbl table tr td.leftimg{
width:15%;
}

#pdf-tbl table tr th,
#pdf-tbl table tr td{
padding: 0.5rem;
text-align: left;
border: solid #FEC000;
border-width: 1px;
vertical-align: middle;
}

@media screen and (max-width:834px){
	#pdf-tbl table,
	#pdf-tbl table tbody,
	#pdf-tbl table tr,
	#pdf-tbl table tr th,
	#pdf-tbl table tr td{
	font-size: 0.8rem;
	}
	#pdf-tbl table tr td.leftimg{
	width:25%;
	}
}


/*youtubeのサイズ変更*/
.video-container {
max-width: 100%;
margin: 0px auto;
}
