@charset "UTF-8";

#content {
    line-height: 1.76;
}

#content strong {
	background: linear-gradient(to bottom, rgba(255,255,255,0) 66%, rgba(255,222,222,0.45) 66%);
    padding-bottom: .12em;
}

/* #content p strong {
    color: #424242;
} */

.old_post_message p {
	font-size: .8em;
	color: #FE472D;
	text-align: right;
	margin: 0;
}

.summary {
    padding-left: 15px;
    border-left: 8px solid #ffefef; 
    /*
    background: aliceblue;
    border-radius: 12px;
    box-shadow: 0px 3px 12px rgba(0,0,0,.05);
    */
    position: relative;
    border-radius: 11px;
}

h2+.summary,
h3+.summary {
    padding-top: 12px;
}
h4+.summary {
    padding-top: 10px;
}

h2+.summary::before,
h3+.summary::before,
h4+.summary::before {
    content: '要約';
    font-size: 0.85em;
    font-weight: bold;
    line-height: 1;
    padding: 4px 10px;
    position: absolute;
    top: -12px;
    left: -14px;
    color: #fff;
    font-weight: bold;
    background: #ff300b;
    border-radius: 3px;
    transform: rotate(-5deg);
    box-shadow: 0 0 4px rgba(0,0,0,.2);
}
h4+.summary::before {
    top: -14px;
}

ol.summary {
	padding-left: 2.5em;
}

ol.narrow,
ul.narrow {
    padding-left: 1.5em;
}
.narrow ol,
.narrow ul {
    padding-left: 1em;
}
.balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 7px 10px;
  min-height: 60px;
  min-width: 120px;
  max-width: 100%;
  width:calc(100% - 120px);
  color: #555;
  font-size: 16px;
  background: #e0edff;
  border-radius: 6px;
}

.balloon:before {
  content: "";
  position: absolute;
  top: 50px;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #e0edff;
}
/*
.balloon::after {
    content: "";
    background: url(/info/wp-content/themes/plane/lib/image/balloon_person.png) center no-repeat;
    margin: 0;
    padding: 0;
    float: right;
    width: 80px;
    height: 100px;
    max-height: 140px;
    display: block;
    background-size: contain;
    position: absolute;
    top: 0;
    right: -100px;
}
*/

.max_width_30_percent figure {
	max-width: 30%;
}

/* 料金の流れ */
ol.flow>li>strong {
    display: inline-block;
    border: 1px solid #999;
    padding: .55em .7em .45em !important;
    border-radius: 0.55em;
    background: #ffffff !important;
    line-height: 1em;
    font-size: 1.05em;
    margin: .25em;
    min-width: 35%;
}

figure.wp-block-image {
	margin: 0;
}
figure.wp-block-image figcaption {
    font-size: .8em;
    text-align: center;
    color: #888;
}

.wp-block-embed-youtube { 
	padding: 0;
	margin: 10px 0;
}
.wp-block-embed-youtube .wp-block-embed__wrapper {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


@media (max-width:480px) {
	.relative_tags {
		display: block;
		font-size: .9em;
	}
}

@media (max-width:540px) {
	.wp-block-image.half_to_full .alignright {
		float: none;
	}
}

#content .list_card {
	position: relative;
}

#content .list_card .related_tags {
	position:relative;
	top:-1.05em;
	margin-bottom:-1.05em;
}

#content .list_card .related_tags a {
	font-size: .8em;
	margin: 0 5px 0 0;	
}

#content .list_card .list_card_list{
	list-style: none;
	padding-inline-start: 40px;
}

#content .list_card .list_card_list li {
	font-size: 1em;
    line-height: 1.34em;
    margin-bottom: .52em;
}

#content .list_card .list_card_list li:before{
  content: "▶";
  position: absolute;
  color: #666;
  left: 22px;
  font-size: .5em;
  transition: all 0.2s ease-in-out;
  background-position: bottom;
}

#content .list_card .list_card_list li:hover:before{
  color: #ed4327;
}