@charset "utf-8";
/*
Theme Name: IZM Child 
Theme URI:
Description: Child theme for WordPressテーマ「IZM v4.1」
Author: -X-
Author URI: https://iverzusdestiny.com/
Template: izm_tcd034
Version: 1.0
*/



/* ----------------------------------------------------------------------
 Contact Form 7 - CSSカスタマイズ
---------------------------------------------------------------------- */

.wpcf7 .wpcf7-form p {
  font-size: 14px;
}

.wpcf7 input[type=text], .wpcf7 input[type=email], #psid, #xbid {
  max-width: 50%;
}

#platform_area {
  margin: 0px;
  padding: 0px;
}

#psid_area, #xbid_area, #pcid_area {
  margin: 2px 0px 7px 0px;
}

#ps_check_area {
  margin: 0px;
  margin: 0px -30px 0px 0px;
}

.entry {
  font-size: 16px;
}

.required {
  font-size: 12px;
  color: #ffffff;
  background-color: #e60000;
  padding: 1px 3px;
  font-weight: bold;
}

.optional {
  font-size: 12px;
  color: #ffffff;
  background-color: #7d7d7d;
  padding: 1px 3px;
  font-weight: bold;
}

.wpcf7 .wpcf7-form .wpcf7-response-output {
  font-weight: bold;
  margin: 0px;
  padding: 8px 15px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.wpcf7 .wpcf7-form .wpcf7-validation-errors {
  background-color: #ffff62;
  color: #ff0000;
  border: 5px double #ff0000;
}

.wpcf7-form .comp, .wpcf7-form.sent .form-inner {
  display: none;
}

.wpcf7-form.sent .comp {
  display: block;
  font-size: 16px;
}

.wpcf7-form.sent .sent-confirm {
  font-size: 14px;
  font-weight: bold;
  background-color: #30bf6c;
  color: #ffffff;
  border: 5px double #208048;
  margin: 0px;
  padding: 8px 15px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

/* スマホ用のCSS */

@media only screen and (max-device-width: 480px) {
    .wpcf7 input[type=text], .wpcf7 input[type=email], #psid, #xbid, #pcid {
      max-width: 75%;
    }
    .wpcf7-form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-size: 12px;
    }
    .wpcf7-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: 12px;
    }
    .wpcf7-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 12px;
    }
    .wpcf7-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 12px;
    }
}

/* ----------------------------------------------------------------------
 Table of Contents Plus - CSSカスタマイズ
---------------------------------------------------------------------- */

/* 中央揃い */

#toc_container {
  margin: auto;
  min-width: 80%; /* 横幅の最低値 */
}

/* 文字色の変更 */

#toc_container ul.toc_list li a:link, #toc_container ul.toc_list li a:visited {
    color: #5490b3;   /* 見出しの色 h3 */
}

#toc_container ul.toc_list li a:hover {
    color: #6BB8E4;
}

#toc_container ul.toc_list li ul li a:link, #toc_container ul.toc_list li ul li a:visited {
    color: #42718c;   /* 見出しの色 h4 */
    font-size: 85%;   /* 見出し4 h4 の文字の大きさ */
}

/* ----------------------------------------------------------------------
 TCDテーマ - カスタマイズ
---------------------------------------------------------------------- */

.post_content a { color:#54b39b; }

/* YouTube埋め込み幅の調整 */

.youtube {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
margin-bottom: 30px;
overflow: hidden;
}

.youtube iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* Cardlinkのmargin調整 */

.cardlink {
margin-bottom: 30px !important;
}