/*投稿目次*/
#ez-toc-container {
  padding: 40px 70px 40px 60px;
}
.ez-toc-title-container,#ez-toc-container li{
  padding: 0.5rem 0;
}
#ez-toc-container a:visited {
  color: #444444;
}

@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
	#ez-toc-container {
	  padding: 20px;
	  font-size: 0.9em;
	}
}




/*見出し*/
.subpage_title__bottom {
	font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
h2.column {
  color:#ffffff;
  font-size: 2.6rem;
  letter-spacing:0.06em;
  margin: 0 0 2em 0;
  padding:1rem 2rem;
  background: #1fb0dd;
  border-left: solid 0px #049dd9;
}
h3.column {
  font-size: 2.2rem;
  letter-spacing:0.05em;
  padding:0 1.5rem 1rem 0rem;
  margin-top: 0;
  margin-bottom:40px;
  border-bottom: solid 3px #dcdddd;
  font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  position: relative;
}
h3.column:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #049dd9;
  bottom: -3px;
  width: 25%;
}
h4.column{
  font-size:1.2em;
  padding-left:1rem;
  border-left: solid 6px #049dd9;
  font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  margin-bottom:2em;
}
@media screen and (max-width: 480px) {
	h2.column {
		font-size: 2.1rem;
		font-weight: 900;
		line-height: 1.5em;
	}
	h3.column {
		font-size: 1.9rem;
		font-weight: 900;
		line-height: 1.5em;
	}
}




/*本文・画像*/
.p-news_single__body p {
  font-size:15px;
  letter-spacing:0.1rem;
  line-height:2em;
  margin-bottom: 3em;
}
.marker {
  letter-spacing:0.15rem;
  padding:0.5rem;
  background: linear-gradient(transparent 65%, #fff2ad 70%);
}
img{
  margin:0 0 40px 0;
}
@media screen and (max-width: 480px) {
	.p-news_single__body p {
	    line-height:1.7em;
	}
}





/*POINT*/
.point:before {
  position: absolute;
  top: -30px;
  left: -1px;
  height: 30px;
  padding: 0 1em;
  content: 'POINT';
  color: #ffffff;
  background: #049dd9;
}
p.point {
  font-size:0.9em;
  position: relative;
  padding: 2em;
  border: 1px solid #049dd9;
  margin:0 1% 10rem 1%;
  width:auto;
  background-color:#f3fcff;
}
@media screen and (max-width: 480px) {
	.point:before {
		padding-top: 3px;
	}
	p.point {
		padding: 1.4em;
	}
}






/*まとめ*/
.list {
  font-size:1.2em;
  position: relative;
  list-style: none!important;
  margin:0 0 0 1em!important;
  padding:0!important;
}
.list li {
  position: relative;
  padding-left: 4rem;
  margin-top: 2rem;
  color: #3c3c3c;
}
.list li:before {
  content: "";
  position: absolute;
  background: #049dd9;
  display: block;
  width: 24px;
  height: 16px;
  left: -5px;
  top: 6px;
  transform: rotate(-45deg);
}
.list li:after {
  content: "";
  position: absolute;
  background: #fff;
  display: block;
  width: 24px;
  height: 16px;
  left: -5px;
  top: -2px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 480px) {
	.list {
	  font-size:1em;
	  margin:0;
	}
	.list li {
	  padding-left: 3rem;
	  line-height: 1.5;
	}
	.list li:before {
	  width: 18px;
	  height: 12px;
	}
	.list li:after {
	  width: 13px;
	  height: 15px;
	}
}






/*色校正ブロック*/
p.colorproof {
  position: relative;
  padding: 2em;
  margin:0 1%;
  width:auto;
  background-color:#fcf8d8;
  letter-spacing: 0.1rem;
  line-height: 2em;	
}
.colorproof span{
  color:#e89112;
  font-size:1.3em;
  font-weight:bold;
  display:block;
  text-align:center;	
}
@media screen and (max-width: 480px) {
	p.colorproof {
		  font-size: 0.9em;
 		  line-height: 1.5em;	
	}
}






/*パンくずリスト*/
.breadcrumbs{
	width: 92vw;
    max-width: 960px;
    margin: 25px auto 0;
    display: block;
    grid-template-columns: 72px 1fr;
    align-items: center;
    gap: 8px;
}




/* PC用画像表示 */
.pc_only480 img {
    display: block !important;
}
.sp_only480 img {
    display: none !important;
}
/* SP用画像表示 */
@media screen and (max-width: 480px) {
  .pc_only480 img {
    display: none !important;
  }
  .sp_only480 img {
    display: block !important;
  }
}













.clip {
    position: relative;
    padding: 40px;
    box-sizing: border-box;
    color: #464646;
    border: solid 2px #0080cd;
	border-radius: 20px;
}

.clip:before{
    position: absolute;
    top: -20px;
    left: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    content: "\f0c6";
    font-family: FontAwesome;
    background: #0080cd;
    color: #FFF;
    font-size: 22px;
}

.clip p {
	font-size:0.9em;
    margin-bottom: 20px;
}








.box26 {
    position: relative;
    padding: 2em;
    border: solid 2px #0080cd;
    border-radius: 15px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 20px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #0080cd;
    font-weight: bold;
}
.box26 p {
	font-size:0.9em;
    margin-bottom: 20px; 
}