@charset "utf-8";



:root {
	/*color*/
	--base-Color: #555555;
	--accent-Color: #da57d8;
}

.newsbox .txt * {
	line-height: 1.5;
}
.newsbox .txt div::after {
	display: block;
	content: "";
	clear: both;
	width: 100%;

}

.newsbox .txt .row {
	margin-top: 80px;
}
.newsbox .txt .row:first-of-type {
	margin-top: 40px;
}
/* 回り込み回避 */
.newsbox .txt .row::after {
	display: block;
	content: "";
	clear: both;
}

.newsbox .txt h3 {
	margin-top: 30px;
	padding: 0px 8px 2px 10px;
	line-height: 1.2;
	font-weight: 700;
	font-size: 2.8rem;
	border-bottom: 1px solid var(--accent-Color);
	border-left: 4px solid var(--accent-Color);
}

.newsbox .txt h4 {
	margin-top: 20px;
	border-left: 4px solid var(--accent-Color);
	padding: 0px 8px 2px 10px;
	line-height: 1.2;
	font-weight: 700;
	font-size: 2.6rem;
}

.newsbox .txt h5 {
	margin-top: 20px;
	position: relative;
	font-size: 2.2rem;
	padding-left: 14px;
	font-weight: 700;
}
.newsbox .txt h5::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.6em;
	margin: auto;
	width: 8px;
	height: 8px;
	background: var(--accent-Color);
}

.newsbox .txt h6 {
	margin-top: 20px;
	position: relative;
	font-size: 2.0rem;
	padding-left: 14px;
	font-weight: 700;
}
.newsbox .txt h6::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.7em;
	margin: auto;
	width: 8px;
	height: 2px;
	background: var(--accent-Color);
}

.newsbox .txt .link {
	display: inline-block;
	color: var(--accent-Color);
	text-decoration: underline;
	text-underline-offset: 0.2em;
}
.newsbox .txt .link:hover {
	opacity: 0.7;
}


.newsbox .txt .text-area,
.newsbox .txt p,
.newsbox .txt table,
.newsbox .txt ul,
.newsbox .txt ol,
.newsbox .txt blockquote {
	margin-top: 12px;
	font-weight: 300;
}


.newsbox .txt hr{
	margin: 30px 0 30px 0;
	padding: 0;
	border: 0;
	overflow: visible;
	height: 1px;
	background-image: url("img/article_dot.png");
	background-repeat: repeat-x;
}


.newsbox .txt th,
.newsbox .txt td {
	border: 1px solid #e9e9f3;
	font-weight: 100;
}
.newsbox .txt table {
	border-collapse: collapse;
	table-layout: fixed;
	font-size: 1.6rem;
}
.newsbox .txt table tr:nth-child(odd) th {
	background-color: #e9e9f3;
}
.newsbox .txt table tr:nth-child(even) th {
	background-color: #f5f5f9;
}
.newsbox .txt th,td{
	margin-top: -1px;
}
.newsbox .txt th {
	padding: 8px 10px;
}
.newsbox .txt td {
	padding: 8px 10px;
}


.newsbox .txt ul li{
	margin-left: 1em;
	list-style-type: circle;
	margin-top: 10px;
}


.newsbox .txt ol li{
	margin-left: 1em;
	list-style-type: decimal;
	margin-top: 10px;
}


.newsbox .txt em,
.newsbox .txt strong {
	font-weight: 700;
}

i{
	font-style: italic;
}

.newsbox .txt small{
	font-size: 0.83em;
}

.newsbox .txt big{
	font-size: 1.16em;
}

.newsbox .txt blockquote:not(.twitter-tweet){
	border-left: 6px solid #e9e9f3;
	padding: 20px 20px;
}
.newsbox .txt blockquote:not(.twitter-tweet) span,
.newsbox .txt blockquote:not(.twitter-tweet) div {
	display: inline-block;
	color: #8585a1;
}

.newsbox .txt hr {
	margin: 30px 0 30px 0;
	padding: 0;
	border: 0;
	overflow: visible;
	height: 1px;
	background-image: url("img/article_dot.png");
	background-repeat: repeat-x;
}

.newsbox .txt .weight-normal{
	font-weight: 300;
}

.newsbox .txt .accent{
	color : var(--accent-Color);
	font-weight: 700;
}

.newsbox .txt .exlarge{
	font-size: 30px;
	font-weight: 700;
	line-height: 1.6;
}

.newsbox .txt .underline{
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.newsbox .txt .emphasis {
	display: inline-block;
	padding: 8px;
	background: #fbf9e6;
}

.newsbox .txt .center {
	text-align: center;
}

.newsbox .txt .attention {
	font-size: 1.6rem;
	padding: 10px;
	border: 1px solid var(--accent-Color);
	color: var(--accent-Color);
	border-radius: 6px;
	font-weight: 700;
	margin-left: 0;
}
.newsbox .txt .attention::before {
	content: "";
	margin-left: 0;
	width: 0;
}


.newsbox .txt .annotation {
	font-size: 1.4rem;
	font-weight: 300;
	color: #555555;
	text-indent: -1em;
	padding-left: 1em;
}

.newsbox .txt .btn {
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 1.4rem;
	padding: 10px 20px;
	color: #FFF!important;
	background-color: var(--accent-Color);
    border-radius: 100em;
    font-weight: 700;
	text-decoration: none;
	cursor: pointer;
}

.newsbox .txt .media {
	position: relative;
	margin: 20px auto 0;
	width: 94%;
	padding-top: 52.806%;
}
.newsbox .txt .media iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.newsbox .txt .center {
	 text-align: center;
}

.newsbox .txt .right {
	text-align: right;
}

.newsbox .txt .left {
	text-align: left;
}

.newsbox .txt .image {
	text-align: center;
}

.newsbox .txt .vertical-center {
	align-items: center;
}

.newsbox .txt .divtable {
    font-size: 1.6rem;
    margin-top: 12px;
    font-weight: 100;
}
.newsbox .txt .divtable .tr {
	margin: -1px 0 0 0;
}
.newsbox .txt .divtable .td,
.newsbox .txt .divtable .th {
	margin-top: -1px;
	padding: 8px 10px;
	border: 1px solid #b6b6cd;
	font-weight: 100;
}
.newsbox .txt .divtable .th {
	background-color: #f5f5f9;
}
.newsbox .txt .divtable .td {
	margin-left: -1px;
}
.newsbox .txt .divtable p {
	margin-top: 0;
}

 @media screen and (max-width: 640px) {
    .newsbox .txt .row{
      margin-top: calc((100 / 640) * 80 * 1vw);
	 }
    .newsbox .txt .row:first-of-type{
        margin-top: calc((100 / 640) * 40 * 1vw);
      }

    .newsbox .txt h3 {
      padding: 0px calc((100 / 640) * 8 * 1vw) 2px calc((100 / 640) * 10 * 1vw);
      font-size: calc((100 / 640) * 25 * 1vw);
      border-bottom: 1px solid var(--accent-Color);
      border-left: 4px solid var(--accent-Color);
    }

    .newsbox .txt h4 {
      margin-top: calc((100 / 640) * 20 * 1vw);
      padding: 0px 8px 2px calc((100 / 640) * 10 * 1vw);
      font-size: calc((100 / 640) * 26 * 1vw);
    }

    .newsbox .txt h5 {
      margin-top: calc((100 / 640) * 20 * 1vw);
      font-size: calc((100 / 640) * 22 * 1vw);
      padding-left: calc((100 / 640) * 14 * 1vw);
}
      .newsbox .txt h5::before {
        width: 4px;
        height: 4px;
      }

    .newsbox .txt h6 {
      margin-top: calc((100 / 640) * 20 * 1vw);
      font-size: calc((100 / 640) * 20 * 1vw);
      padding-left: calc((100 / 640) * 14 * 1vw);
}
      .newsbox .txt h6::before {
        content: "";
        width: 4px;
        height: 2px;
      }

  .newsbox .txt .text-area,
    .newsbox .txt p,
    .newsbox .txt table,
    .newsbox .txt ul,
    .newsbox .txt ol {
      margin-top: calc((100 / 640) * 12 * 1vw);
    }

    .newsbox .txt table,
    .newsbox .txt th,
    .newsbox .txt td {
    }

   .newsbox .txt  table {
      font-size:calc((100 / 640) * 16 * 1vw);
}
     .newsbox .txt table th,
    .newsbox .txt  table td {
        border: 0.99px solid #e9e9f3;
      }

     .newsbox .txt table th {
        padding: calc((100 / 640) * 8 * 1vw) calc((100 / 640) * 10 * 1vw);
      }

     .newsbox .txt table td {
        padding: calc((100 / 640) * 8 * 1vw) calc((100 / 640) * 10 * 1vw);
      }

    .newsbox .txt ul li{
        margin-top: calc((100 / 640) * 10 * 1vw);
      }
  
    .newsbox .txt ol li{
        margin-top: calc((100 / 640) * 10 * 1vw);
      }

   .newsbox .txt hr{
      margin: calc((100 / 640) * 30 * 1vw) 0;
    }

    .newsbox .txt blockquote:not(.twitter-tweet){
      padding: calc((100 / 640) * 20 * 1vw);
    }

    .newsbox .txt .exlarge{
      font-size:calc((100 / 640) * 24 * 1vw);
      font-weight: 300;
    }

    .newsbox .txt .emphasis {
      padding: calc((100 / 640) * 8 * 1vw);
      background: #fbf9e6;
    }

    .newsbox .txt .attention {
      font-size: calc((100 / 640) * 10 * 1vw);
      padding: calc((100 / 640) * 10 * 1vw);
      border-radius: calc((100 / 640) * 6 * 1vw);
    }

    .newsbox .txt .annotation {
      font-size: calc((100 / 640) * 14 * 1vw);
    }

    .newsbox .txt .btn {
      margin-top: calc((100 / 640) * 20 * 1vw);
      font-size: calc((100 / 640) * 14 * 1vw);
      padding: calc((100 / 640) * 10 * 1vw) calc((100 / 640) * 20 * 1vw);
    }

	 .newsbox .txt .media {
		 margin: 0 auto 0;
		 margin-top: calc((100 / 640) * 20 * 1vw);
		 width: 100%;
		 padding-top: 56.25%;
	 }

    .newsbox .txt .columns{
      display: flex;
      padding: calc((100 / 640) * 15 * 1vw);
      margin-left: calc((100 / 640) * -15 * 1vw);
      margin-right: calc((100 / 640) * -15 * 1vw);
      margin-top: calc((100 / 640) * 15 * 1vw);
}
      .newsbox .txt .column{
        padding: calc((100 / 640) * 10 * 1vw);
      }

    .newsbox .txt .divtable{
      font-size: calc((100 / 640) * 16 * 1vw);
}
      .newsbox .txt .td{
        margin-left: 0;
      }
  
}


/*250324追加*/
div[data-type="component-photo"],
div[data-type="component-photoGallery"] {
    margin-top: 30px
}
div[data-type="component-photo"]:first-child,
div[data-type="component-photoGallery"]:first-child {
    margin-top: 0
}
@media(max-width:640px) {
	div[data-type="component-photo"],
	div[data-type="component-photoGallery"] {
	    margin-top: calc(100 / 640 * 30 * 1vw);
	}
}
.newsbox {
	font-size: 1.8rem;
}
@media(max-width:640px) {
	.newsbox {
		font-size: calc(100 / 640 * 1.8 * 10vw);
	}
}
.newsbox .txt .text-area,
.newsbox .txt p,
.newsbox .txt table,
.newsbox .txt ul,
.newsbox .txt ol,
.newsbox .txt blockquote {
	color: #222;
	font-size: calc(20 / 18 * 100%);
}
