/*
Theme Name: NOEL Child
Template: noel_tcd072
Author: Design Plus
Author URI: http://design-plus1.com/tcd-w/
Description: WordPressテーマ「NOEL」
Version: 1.6.2.1635692436
Updated: 2021-11-01 00:00:36

*/

/*********************************
* 吹き出し
*********************************/
.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.balloon5 .faceicon img{
  width: 100%;
  height: auto;
  border: solid 3px #d7ebfe;
  border-radius: 50%;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}

.says p {
  margin: 0;
  padding: 0;
}
/* ************************************************ 
*   コンタクトフォーム入力漏れの箇所を赤く表示するやつ
* ************************************************ */
    .wpcf7 .wpcf7-not-valid {
     background: #ffb6c1;
     }
     .wpcf7 .wpcf7-validation-errors {
     color: #B94A48;
     background-color: #F2DEDE;
     border: 1px solid #EED3D7;
     }
     .wpcf7 .wpcf7-mail-sent-ok {
     color: #3A87AD;
     background-color: #D9EDF7;
     border: 1px solid #BCE8F1;
     }

/* ************************************************ 
*   マイクロコピー
* ************************************************ */
.micro_moji {
line-height: 2.3em;
text-align:center;
margin: 0px 0px 30px 0px;	
}
.micro_moji_01 {
	font-size: 140%;
	font-weight:bold;
	line-height: 1.0em;
}
.micro_moji_02 {
	font-size: 140%;
	font-weight:bold;
	line-height: 1.1em;
	margin: 0px 0px 10px 0px;
text-align:center;
}

/* ************************************************ 
*   下線リンク消す
* ************************************************ */
a {
    text-decoration:none !important;
}

/* ************************************************ 
*   デフォ（ボタン1）
* ************************************************ */
.q_custom_button1 {
margin: 10px 0px 0px 0px;	
}

/* ************************************************ 
*   番号が付与される見出し
* ************************************************ */
h2.midashi_2 {
    font-weight: bold;
    border-bottom: 1px solid #171717;
    border-top: 1px solid #171717;
    position: relative;
    counter-increment: titleNum;
	padding: .4em 0 .5em 2em !important;
    @display: block;
	text-align: left !important;

}
h2.midashi_2::before {
    font-size: .9em;
    content: counter(titleNum);
    width: 28px;
    height: 28px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    line-height: 28px;
    color: #fff;
    background-color: #fb4768;
    position: absolute;
    left: 0;
    top: .5em;
    text-align: center;
	font-weight:bold;
}

/* ************************************************ 
*   見出し3
* ************************************************ */
h3.midashi_3 {
  padding: .25em 0 .25em .75em !important;
  border-left: 6px solid #fe768f;
  border-bottom: 1px solid #ccc;	
}

/* ************************************************ 
*   見出し4
* ************************************************ */
h4.midashi_4 {
  font-size: 1.3em;		
  position: relative;
  padding: 0 .5em .5em 2em !important;
  /*border-bottom: 1px solid #3a3a3a;*/
}
h4.midashi_4::before,
h4.midashi_4::after {
  position: absolute;
  content: '';
  border-radius: 100%
}
h4.midashi_4::before {
  top: .2em;
  left: .2em;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: #fe768f;
}
h4.midashi_4::after {
  top: .7em;
  left: .7em;
  width: 13px;
  height: 13px;
  background: #fdb9c5;
}
/* ************************************************ 
*   見出し5
* ************************************************ */
h5.midashi_5 {
  font-size: 1.1em;		
  position: relative;
  padding: 0 .5em .5em 2.0em !important;

}
h5.midashi_5::after {
  position: absolute;
  top: .4em;
  left: .8em;
  z-index: 2;
  content: '';
  width: 12px;
  height: 12px;
  background-color: #f96e74;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/*********************************
* タイムライン
*********************************/
.ptimeline-wrap{
    margin:0 auto 2rem;
}
.ptimeline-wrap .ptimeline{
    padding:0 !important;
    list-style:none !important;
}
.ptimeline-wrap .ptimeline-label {
    padding: 3px 0 0 2px;
    color: #aaa;
    font-size: 12px;
    font-weight: 500;
}
.ptimeline-wrap .ptimeline-title {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.5;
    color:#00bfff;
}
.ptimeline-wrap .ptimeline-main {
    margin-top: 0.5em;
    padding: 0 0 1.5em;
    font-size: 0.9em;
    line-height: 1.8;
    border-bottom: dashed 1px #ddd;
    color:#555;
}
.ptimeline-wrap .ptimeline-main img{
  display:block;
  margin:1em auto;
}
.ptimeline-wrap .ptimeline-item {
    position: relative;
    padding: 0 0 1em 1.5em !important;
    margin-bottom:0 !important;
    border:none;
}
.ptimeline-wrap .ptimeline .ptimeline-item:before {
    content: "";
    width: 3px;
    background: #eee !important;
    display: block;
    position: absolute;
    top: 25px;
    bottom: -3px;
    left: 5px;
}
.ptimeline-wrap .ptimeline-item:last-child:before{
    content:none;
}
/*********************************
* タイムライン マーカー
*********************************/
.ptimeline-wrap .ptimeline-marker{
    display: block;
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: solid 3px #00bfff;
}
.ptimeline-wrap .ptimeline-item:first-child .ptimeline-marker,.ptimeline-wrap .ptimeline-item:last-child .ptimeline-marker{
    background:#00bfff;
}
/*四角 */
.ptimeline-wrap .square .ptimeline-marker{
    border-radius: 0;
}
/* アイコン*/
.ptimeline-wrap .icon .ptimeline-item .ptimeline-marker{
    content:unset;
    border:none !important;
    background:none !important;
}
.ptimeline-wrap .icon .ptimeline-item .ptimeline-marker:before{
    font-family: "Font Awesome 5 Free";
    top: -1px;
    left: 0;
    position:absolute;
    font-weight:bold;
    font-size:16px;
    line-height:1;
    color:#00bfff;
}
.ptimeline-wrap .icon .ptimeline-item:first-child .ptimeline-marker,.ptimeline-wrap .icon .ptimeline-item:last-child .ptimeline-marker{
    background:none !important;
}
/* 画像*/
.ptimeline-wrap .tl-img .ptimeline-item .ptimeline-marker{
    content:unset;
    border:none !important;
    background:none !important;
}
.ptimeline-wrap .tl-img .ptimeline-item .ptimeline-marker:before {
    content:"";
    display:inline-block;
    background-image:url(ここに画像URL); /* 画像1番目*/
    background-size:contain;
    background-repeat:no-repeat;
    width:40px;
    height:40px;
    position: relative;
    top: -4px;
    left: -2px;
}
.ptimeline-wrap .tl-img li:nth-of-type(2) > .ptimeline-marker:before{
    background-image:url(ここに画像URL) !important; /* 画像2番目*/
}
.ptimeline-wrap .tl-img li:nth-of-type(3) > .ptimeline-marker:before{
    background-image:url(ここに画像URL) !important; /* 画像3番目*/
}
.ptimeline-wrap .tl-img li:nth-of-type(4) > .ptimeline-marker:before{
    background-image:url(ここに画像URL) !important; /* 画像4番目*/
}
.ptimeline-wrap .tl-img li:nth-of-type(5) > .ptimeline-marker:before{
    background-image:url(ここに画像URL) !important; /* 画像5番目*/
}
.ptimeline-wrap .tl-img .ptimeline-item {
    padding: 0 0 1em 3em !important;
}
.ptimeline-wrap .tl-img .ptimeline-item:before {
    top: 30px;
    left: 15px;
}
/*********************************
* タイムライン カラー
*********************************/
/* ピンク */
.ptimeline-wrap .pink .ptimeline-title{
    color:#f7bcbc !important; /* タイトル色 */
}
.ptimeline-wrap .pink .ptimeline-main{
    color:#555 !important; /* コンテンツ色 */
}
.ptimeline-wrap .pink .ptimeline-marker{
    border: solid 3px #f7bcbc !important; /* マーカー色 */
    color:#f7bcbc; /* アイコン色 */
}
.ptimeline-wrap .pink .ptimeline-item:first-child .ptimeline-marker,.ptimeline-wrap .pink .ptimeline-item:last-child .ptimeline-marker{
    background:#f7bcbc; /* マーカー色(最初と最後)*/
}
.ptimeline-wrap .pink .ptimeline-item .ptimeline-marker:before{
    color:#f7bcbc !important; /* アイコン色 */
}
/*イエロー*/
.ptimeline-wrap .yellow .ptimeline-title{
    color:#fdc44f !important; /* タイトル色 */
}
.ptimeline-wrap .yellow .ptimeline-main{
    color:#555 !important; /* コンテンツ色 */
}
.ptimeline-wrap .yellow .ptimeline-marker{
    border: solid 3px #fdc44f !important; /* マーカー色 */
    color:#fdc44f; /* アイコン色 */
}
.ptimeline-wrap .yellow .ptimeline-item:first-child .ptimeline-marker,.ptimeline-wrap .yellow .ptimeline-item:last-child .ptimeline-marker{
    background:#fdc44f; /* マーカー色(最初と最後)*/
}
.ptimeline-wrap .yellow .ptimeline-item .ptimeline-marker:before{
    color:#fdc44f !important; /* アイコン色 */
}
/*グリーン*/
.ptimeline-wrap .green .ptimeline-title{
    color:#2fcdb4 !important; /* タイトル色 */
}
.ptimeline-wrap .green .ptimeline-main{
    color:#555 !important; /* コンテンツ色 */
}
.ptimeline-wrap .green .ptimeline-marker{
    border: solid 3px #2fcdb4 !important; /* マーカー色 */
    color:#2fcdb4; /* アイコン色 */
}
.ptimeline-wrap .green .ptimeline-item:first-child .ptimeline-marker,.ptimeline-wrap .green .ptimeline-item:last-child .ptimeline-marker{
    background:#2fcdb4; /* マーカー色(最初と最後)*/
}
.ptimeline-wrap .green .ptimeline-item .ptimeline-marker:before{
    color:#2fcdb4 !important; /* アイコン色 */
}

/*目次の真ん中寄せ*/
#toc_container {
	display: block !important;
	width: 80% !important;
	background: #fff; /* 背景色 */
	border: 1px solid #ccc; /* 枠 */
	font-size: 95%; /* フォントサイズ */
	box-sizing: border-box; /* スマホの横揺れ防止 */
	line-height: 1.4; /* 行間 */
	margin: 36px auto; /* 外側の余白 */
	padding: 1em 2em; /* 内側の余白 */
}
@media screen and (max-width: 640px) {

#toc_container {
	display: block !important;
	width: 100% !important;
}

}


/* ************************************************ 
*  テキストリンク 矢印うごくやつ
* ************************************************ */
.txt-link {
  font-size: 1.1em;
  font-weight: bold;
  margin: .8em 0 2em;
  /*text-align: center;*/
}
.txt-link.is-cv a {
  color: #2579f8;	
text-decoration: underline !important;	
  padding-left: 25px;
  position: relative;
}
.txt-link.is-cv a:before {
  color: #2579f8;
  content: "🍉";
  /*content: "\f061";	*/
    font-family: "font awesome 5 free";
  font-size: .9em;
  left: 0;
  margin: 0 5px 0 2px;
  position: absolute;
  text-shadow: 1px 2px 0 rgba(0,0,0,.3);
}

/* CVボタン矢印揺れ */
.is-trembling a:before {
  -webkit-animation-name:is-trembling;
  -webkit-animation-duration:.8s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:ease;
  -moz-animation-name:is-trembling;
  -moz-animation-duration:1s;
  -moz-animation-iteration-count:infinite;
  -moz-animation-timing-function:ease;
}
@-webkit-keyframes is-trembling {
  0% {-webkit-transform:translate(-3px, 0);}
  100% {-webkit-transform:translate(0, 0);}
}

/* ************************************************ 
*  枠付きリスト
* ************************************************ */
ul.list-matome {
  background: #fcfcfc;/*背景色*/
  padding: 0.5em 0.5em 0.5em 2em;/*ボックス内の余白*/
  border: solid 3px gray;/*線の種類 太さ 色*/
}

ul.list-matome li {
  line-height: 1.5; /*文の行高*/
  padding: 0.5em 0; /*前後の文との余白*/
}
/* ************************************************ 
*   マーカー
* ************************************************ */
.marker1 {
background: linear-gradient(transparent 60%, #ffdc98 50%);
}
.marker2 {
background: linear-gradient(transparent 60%, #ffbcd5 50%);
}
.marker3 {
background: linear-gradient(transparent 60%, #feff86 50%);
}