/* ----------- mv ----------- */

.articlepage_mv {
	width: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.articlepage_mv_blank {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.articlepage_mv_blank_sp {
	display: none;
}


/* ----------- common ----------- */

.articlepage_main {
	width: 92%;
	max-width: 1000px;
	margin: 0 auto;
}

.fade {
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}


/* ----------- articlepage_QA ----------- */

.articlepage_QA {
	padding-top: 88px;
}

.articlepage_QAList {}

.articlepage_QAList li {
	margin-bottom: 57px;
}

.articlepage_QAList li:last-child {
	margin-bottom: 0;
}

.articlepage_QBox {
	padding-left: 50px;
}

.articlepage_Q {
	position: relative;
	background-color: #ed6c00;
	border-radius: 8px;
	border: 2px solid #ed6c00;
	padding: 20px 45px 20px 75px;
}

.articlepage_Q img {
	position: absolute;
	top: -14px;
	left: 25px;
}

.articlepage_Q p {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: justify;
}

.articlepage_ABox {
	padding-right: 50px;
	margin-top: 20px;
}

.articlepage_A {
	position: relative;
	background-color: #FFFFFF;
	border-radius: 8px;
	border: 2px solid #ed6c00;
	padding: 20px 45px 20px 75px;
}

.articlepage_A img {
	position: absolute;
	top: -14px;
	left: 25px;
}

.articlepage_A p {
	font-size: 16px;
	line-height: 26px;
	text-align: justify;
}

.articlepage_QABtn {
	text-align: right;
	padding-top: 68px;
	padding-bottom: 20px;
}

.articlepage_QABtn a {
	display: inline-block;
	padding: 9px 48px 9px 28px;
	font-size: 16px;
	color: #000000;
	border: 1px solid #377ad5;
	border-radius: 3px;
	background: url(../img/articlepage_arrow01.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 15px) center;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.articlepage_QABtn a:hover {
	background: url(../img/articlepage_arrow02.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 15px) center;
	color: #ed6c00;
}

.articlepage_Text {
	padding-top: 90px;
	padding-bottom: 10px;
}

.articlepage_inner h2 {
	font-size: 22px;
	font-weight: bold;
	color: #ed6c00;
	margin-bottom: 33px;
}

.articlepage_inner h2 strong {
	font-size: 30px;
	line-height: 1.5;
}

.articlepage_inner h3.has-background {
	font-size: 28px;
	font-weight: bold;
	color: #ed6c00;
	padding-bottom: 0 !important;
}

.articlepage_inner h3:not(.has-background) {
	margin-bottom: 38px;
}

.articlepage_inner h3.has-background,
.articlepage_inner p.has-background {
	padding: 30px 50px;
}

.articlepage_inner h3.has-background strong {
	display: block;
	border-bottom: 1px solid #ff5c00;
	padding-bottom: 30px;
}
.articlepage_inner h4{
	font-size: 18px;
	line-height: 32px;
	color: #ff5c00;
	font-weight: bold;
	margin-bottom: 15px;
}
.articlepage_inner h4.has-background{
	width: 100%;
	color: #000000;
    font-size: 16px;
    line-height: 1.875 !important;
    font-weight: bold;
    padding: 28px 32px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    margin: 60px auto 20px auto;
}

.articlepage_inner p {
	margin-bottom: 38px;
	line-height: 32px;
}

.articlepage_inner p strong{
	font-weight: bold;
}

.articlepage_inner p code {
	color: #ed6c00;
}

.articlepage_inner p img {
	display: inline-block;
	vertical-align: bottom;
	margin: 0;
}

.articlepage_inner p img+s {
	display: inline-block;
	vertical-align: bottom;
	font-size: 28px;
	line-height: 1.25;
	font-weight: bold;
	padding-left: 15px;
	text-decoration: none;
}

.articlepage_inner img {
	display: block;
	margin: 55px auto;
	max-width: 100%;
	height: auto;
}
.articlepage_inner .wp-block-image:not(.has-background .wp-block-image) img+figcaption{
	text-align: right;
	margin: -45px 0 55px 0;
	font-size: 14px;
}
.wp-block-gallery.has-nested-images.columns-default.is-cropped.has-background{
	margin: 55px auto;
}
.articlepage_inner p a{
	color: #0b0b0d;
	text-decoration: underline;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.articlepage_inner p a:hover{
	color: #ed6c00;
}

.articlepage_title {
	font-size: 30px;
	color: #ed6c00;
	font-weight: bold;
	text-align: justify;
	padding-bottom: 32px;
}

.articlepage_inner {
	font-size: 16px;
	color: #000000;
	text-align: justify;
}

.articlepage_inner>div ul li {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 30px;
}

.articlepage_inner>div ul li div:nth-child(1) {
	width: 40px;
	display: table-cell;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #ed6c00;
}

.articlepage_inner>div ul li div:nth-child(2) {
	display: table-cell;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* ----------- articlepage_QAList02 ----------- */

.articlepage_QAList02 .articlepage_Q_txt {
	text-align: right;
	margin-bottom: 10px;
}

.articlepage_QAList02 .articlepage_QBox {
	padding-right: 20px;
	padding-left: 125px;
}

.articlepage_QAList02 .articlepage_Q::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid #ed6c00;
	border-right-color: transparent;
	border-bottom-color: transparent;
	right: -22px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.articlepage_QAList02 .articlepage_ABox {
	position: relative;
	padding-left: 125px;
	padding-right: 20px;
}

.articlepage_QAList02 .articlepage_ABox_img {
	width: 81px;
	position: absolute;
	top: 30px;
	left: 0;
}

.articlepage_QAList02 .articlepage_ABox_name {
	text-align: center;
}

.articlepage_QAList02 .articlepage_A,
.articlepage_QAList02 .articlepage_Q {
	padding-left: 45px;
}

.articlepage_QAList02 .articlepage_A::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid #ed6c00;
	border-left-color: transparent;
	border-top-color: transparent;
	left: -22px;
	top: 50px;
}

.articlepage_QAList02 .articlepage_A::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 8px solid #FFFFFF;
	border-bottom-width: 9px;
	border-left-color: transparent;
	border-top-color: transparent;
	left: -16px;
	top: 51px;
}

.articlepage_QAList02 .articlepage_QAList02_img {
	display: block;
	margin: 45px auto;
	max-width: 100%;
}

.articlepage_title02 {
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	color: #ed6c00;
	margin-bottom: 15px;
}

.articlepage_text_img {
	margin: 70px auto;
}

.articlepage_text_img img {
	display: block;
	max-width: 100%;
}

.articlepage_inner>div ul.style01 li div:nth-child(1) {
	width: 26px;
	color: #000000;
	font-size: 24px;
	font-weight: bold;
}

.summary {
	width: 100%;
	background: #ededed;
	padding: 30px 50px;
	box-sizing: border-box;
}

.summary_title {
	color: #ff5c00;
	font-size: 28px;
	font-weight: bold;
	border-bottom: 1px solid #ff5c00;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.summary_text {
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	text-align: justify;
}

.margin_top0 {
	margin-top: 0;
}


/* --------------- liquid-speech-balloon --------------- */

.liquid-speech-balloon-00 {
	padding-left: 50px;
	margin-bottom: 20px !important;
}

.liquid-speech-balloon-00 .liquid-speech-balloon-avatar,
.liquid-speech-balloon-01 .liquid-speech-balloon-avatar,
.liquid-speech-balloon-02 .liquid-speech-balloon-avatar,
.liquid-speech-balloon-10 .liquid-speech-balloon-avatar,
.liquid-speech-balloon-11 .liquid-speech-balloon-avatar {
	display: none !important;
}

.liquid-speech-balloon-00 .liquid-speech-balloon-arrow,
.liquid-speech-balloon-01 .liquid-speech-balloon-arrow,
.liquid-speech-balloon-02 .liquid-speech-balloon-arrow,
.liquid-speech-balloon-03 .liquid-speech-balloon-arrow,
.liquid-speech-balloon-06 .liquid-speech-balloon-arrow,
.liquid-speech-balloon-04 .liquid-speech-balloon-arrow,
.liquid-speech-balloon-07 .liquid-speech-balloon-arrow,
.liquid-speech-balloon-05 .liquid-speech-balloon-arrow,
.liquid-speech-balloon-08 .liquid-speech-balloon-arrow,
.liquid-speech-balloon-09 .liquid-speech-balloon-arrow,
.liquid-speech-balloon-10 .liquid-speech-balloon-arrow,
.liquid-speech-balloon-11 .liquid-speech-balloon-arrow,
.liquid-speech-balloon-12 .liquid-speech-balloon-arrow,
.liquid-speech-balloon-13 .liquid-speech-balloon-arrow,
.liquid-speech-balloon-14 .liquid-speech-balloon-arrow,
.liquid-speech-balloon-15 .liquid-speech-balloon-arrow,
.liquid-speech-balloon-16 .liquid-speech-balloon-arrow {
	display: none !important;
}

.liquid-speech-balloon-00 .liquid-speech-balloon-text,
.liquid-speech-balloon-01 .liquid-speech-balloon-text,
.liquid-speech-balloon-02 .liquid-speech-balloon-text,
.liquid-speech-balloon-03 .liquid-speech-balloon-text,
.liquid-speech-balloon-06 .liquid-speech-balloon-text,
.liquid-speech-balloon-04 .liquid-speech-balloon-text,
.liquid-speech-balloon-07 .liquid-speech-balloon-text,
.liquid-speech-balloon-05 .liquid-speech-balloon-text,
.liquid-speech-balloon-08 .liquid-speech-balloon-text,
.liquid-speech-balloon-09 .liquid-speech-balloon-text,
.liquid-speech-balloon-12 .liquid-speech-balloon-text,
.liquid-speech-balloon-13 .liquid-speech-balloon-text,
.liquid-speech-balloon-14 .liquid-speech-balloon-text,
.liquid-speech-balloon-15 .liquid-speech-balloon-text,
.liquid-speech-balloon-16 .liquid-speech-balloon-text {
	position: relative;
	border-radius: 8px;
	border: 2px solid #ed6c00;
	padding: 20px 45px 20px 75px;
	font-size: 16px;
	text-align: justify;
}
.liquid-speech-balloon-wrap.liquid-speech-balloon-10{
	margin-bottom: 14px;
}
.liquid-speech-balloon-wrap.liquid-speech-balloon-11{
	margin-bottom: 38px;
}
.liquid-speech-balloon-10 .liquid-speech-balloon-text{
	padding-top: 4px;
    font-size: 18px;
    line-height: 1.667;
    color: #ff5c00;
    font-weight: bold;
    margin-bottom: 14px;
    padding: 0 0 0 2.4em;
    text-indent: -2.4em;
    margin: 0;
    border: none;
}
.liquid-speech-balloon-11 .liquid-speech-balloon-text{
	display: block;
    font-size: 16px;
    line-height: 2;
    padding: 0 0 0 2.6em;
    border: none;
    margin-left: 0;
}

.liquid-speech-balloon-00 .liquid-speech-balloon-text p,
.liquid-speech-balloon-02 .liquid-speech-balloon-text p {
	line-height: 1.5em;
}

.liquid-speech-balloon-01 .liquid-speech-balloon-text p,
.liquid-speech-balloon-03 .liquid-speech-balloon-text p,
.liquid-speech-balloon-06 .liquid-speech-balloon-text p,
.liquid-speech-balloon-04 .liquid-speech-balloon-text p,
.liquid-speech-balloon-07 .liquid-speech-balloon-text p,
.liquid-speech-balloon-05 .liquid-speech-balloon-text p,
.liquid-speech-balloon-08 .liquid-speech-balloon-text p,
.liquid-speech-balloon-09 .liquid-speech-balloon-text p,
.liquid-speech-balloon-12 .liquid-speech-balloon-text p,
.liquid-speech-balloon-13 .liquid-speech-balloon-text p,
.liquid-speech-balloon-14 .liquid-speech-balloon-text p,
.liquid-speech-balloon-15 .liquid-speech-balloon-text p,
.liquid-speech-balloon-16 .liquid-speech-balloon-text p {
	line-height: 26px;
}
.liquid-speech-balloon-08 .liquid-speech-balloon-text p strong{
	background-image: linear-gradient(to bottom, transparent, transparent 50%, #fff462 50%, #fff462 100%);
}

.liquid-speech-balloon-00 .liquid-speech-balloon-text {
	font-weight: bold;
	background-color: #ed6c00;
	color: #FFFFFF;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.liquid-speech-balloon-00 .liquid-speech-balloon-text::before,
.liquid-speech-balloon-01 .liquid-speech-balloon-text::before {
	content: "";
	position: absolute;
	top: -14px;
	left: 25px;
}

.liquid-speech-balloon-00 .liquid-speech-balloon-text::before {
	width: 39px;
	height: 55px;
	background: url(../img/articlepage_Q.png) no-repeat center center;
	background-size: 100%;
}

.liquid-speech-balloon-01 {
	padding-right: 50px;
	margin-bottom: 57px !important;
}

.liquid-speech-balloon-01 .liquid-speech-balloon-text {
	background-color: #FFFFFF;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.liquid-speech-balloon-01 .liquid-speech-balloon-text::before {
	width: 42px;
	height: 49px;
	background: url(../img/articlepage_A.png) no-repeat center center;
	background-size: 100%;
}

.articlepage_inner p.has-text-align-right {
	line-height: 1.5em;
	margin-bottom: 10px;
	padding-right: 20px;
	padding-left: 125px;
}

.liquid-speech-balloon-02 {
	padding-right: 20px;
	padding-left: 125px;
	margin-bottom: 20px !important;
}

.liquid-speech-balloon-02 .liquid-speech-balloon-text {
	margin-right: 0 !important;
	background-color: #ed6c00;
	padding-left: 45px;
	font-weight: bold;
	color: #FFFFFF;
}

.liquid-speech-balloon-02 .liquid-speech-balloon-text::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid #ed6c00;
	border-right-color: transparent;
	border-bottom-color: transparent;
	right: -22px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.liquid-speech-balloon-03,
.liquid-speech-balloon-06,
.liquid-speech-balloon-04,
.liquid-speech-balloon-07,
.liquid-speech-balloon-05,
.liquid-speech-balloon-08,
.liquid-speech-balloon-09,
.liquid-speech-balloon-12,
.liquid-speech-balloon-13,
.liquid-speech-balloon-14,
.liquid-speech-balloon-15,
.liquid-speech-balloon-16 {
	padding-right: 20px;
	margin-bottom: 55px !important;
}

.liquid-speech-balloon-03 .liquid-speech-balloon-avatar,
.liquid-speech-balloon-06 .liquid-speech-balloon-avatar,
.liquid-speech-balloon-04 .liquid-speech-balloon-avatar,
.liquid-speech-balloon-07 .liquid-speech-balloon-avatar,
.liquid-speech-balloon-05 .liquid-speech-balloon-avatar,
.liquid-speech-balloon-08 .liquid-speech-balloon-avatar,
.liquid-speech-balloon-09 .liquid-speech-balloon-avatar,
.liquid-speech-balloon-12 .liquid-speech-balloon-avatar,
.liquid-speech-balloon-13 .liquid-speech-balloon-avatar,
.liquid-speech-balloon-14 .liquid-speech-balloon-avatar,
.liquid-speech-balloon-15 .liquid-speech-balloon-avatar,
.liquid-speech-balloon-16 .liquid-speech-balloon-avatar {
	width: 81px;
	height: 81px;
	margin-top: 30px;
	margin-right: 44px;
}

.liquid-speech-balloon-06 .liquid-speech-balloon-avatar {
	margin-top: 0;
}

.liquid-speech-balloon-03 .liquid-speech-balloon-avatar::after,
.liquid-speech-balloon-06 .liquid-speech-balloon-avatar::after,
.liquid-speech-balloon-04 .liquid-speech-balloon-avatar::after,
.liquid-speech-balloon-07 .liquid-speech-balloon-avatar::after,
.liquid-speech-balloon-05 .liquid-speech-balloon-avatar::after,
.liquid-speech-balloon-08 .liquid-speech-balloon-avatar::after,
.liquid-speech-balloon-09 .liquid-speech-balloon-avatar::after,
.liquid-speech-balloon-12 .liquid-speech-balloon-avatar::after,
.liquid-speech-balloon-13 .liquid-speech-balloon-avatar::after,
.liquid-speech-balloon-14 .liquid-speech-balloon-avatar::after,
.liquid-speech-balloon-15 .liquid-speech-balloon-avatar::after,
.liquid-speech-balloon-16 .liquid-speech-balloon-avatar::after {
	font-size: 16px;
	top: 90px;
	font-weight: normal;
}

.liquid-speech-balloon-03 .liquid-speech-balloon-text,
.liquid-speech-balloon-06 .liquid-speech-balloon-text,
.liquid-speech-balloon-04 .liquid-speech-balloon-text,
.liquid-speech-balloon-07 .liquid-speech-balloon-text,
.liquid-speech-balloon-05 .liquid-speech-balloon-text,
.liquid-speech-balloon-08 .liquid-speech-balloon-text,
.liquid-speech-balloon-09 .liquid-speech-balloon-text,
.liquid-speech-balloon-12 .liquid-speech-balloon-text,
.liquid-speech-balloon-13 .liquid-speech-balloon-text,
.liquid-speech-balloon-14 .liquid-speech-balloon-text,
.liquid-speech-balloon-15 .liquid-speech-balloon-text,
.liquid-speech-balloon-16 .liquid-speech-balloon-text {
	margin-left: 0 !important;
	background-color: #FFFFFF;
	padding-left: 45px;
}

.liquid-speech-balloon-03 .liquid-speech-balloon-text::before,
.liquid-speech-balloon-06 .liquid-speech-balloon-text::before,
.liquid-speech-balloon-04 .liquid-speech-balloon-text::before,
.liquid-speech-balloon-07 .liquid-speech-balloon-text::before,
.liquid-speech-balloon-05 .liquid-speech-balloon-text::before,
.liquid-speech-balloon-08 .liquid-speech-balloon-text::before,
.liquid-speech-balloon-09 .liquid-speech-balloon-text::before,
.liquid-speech-balloon-12 .liquid-speech-balloon-text::before,
.liquid-speech-balloon-13 .liquid-speech-balloon-text::before,
.liquid-speech-balloon-14 .liquid-speech-balloon-text::before,
.liquid-speech-balloon-15 .liquid-speech-balloon-text::before,
.liquid-speech-balloon-16 .liquid-speech-balloon-text::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid #ed6c00;
	border-left-color: transparent;
	border-top-color: transparent;
	left: -22px;
	top: 50px;
}

.liquid-speech-balloon-03 .liquid-speech-balloon-text::after,
.liquid-speech-balloon-06 .liquid-speech-balloon-text::after,
.liquid-speech-balloon-04 .liquid-speech-balloon-text::after,
.liquid-speech-balloon-07 .liquid-speech-balloon-text::after,
.liquid-speech-balloon-05 .liquid-speech-balloon-text::after,
.liquid-speech-balloon-08 .liquid-speech-balloon-text::after,
.liquid-speech-balloon-09 .liquid-speech-balloon-text::after,
.liquid-speech-balloon-12 .liquid-speech-balloon-text::after,
.liquid-speech-balloon-13 .liquid-speech-balloon-text::after,
.liquid-speech-balloon-14 .liquid-speech-balloon-text::after,
.liquid-speech-balloon-15 .liquid-speech-balloon-text::after,
.liquid-speech-balloon-16 .liquid-speech-balloon-text::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 8px solid #FFFFFF;
	border-bottom-width: 9px;
	border-left-color: transparent;
	border-top-color: transparent;
	left: -16px;
	top: 51px;
}

.liquid-speech-balloon-06 .liquid-speech-balloon-text::before,
.liquid-speech-balloon-06 .liquid-speech-balloon-text::after {
	top: 0;
	bottom: 0;
	margin: auto;
}

.liquid-speech-balloon-06 .liquid-speech-balloon-text::after {
	border-bottom-width: 8px;
}

.wp-block-buttons{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 30px;
	justify-content: space-between;
}
.wp-block-buttons>.wp-block-button.wp-block-button__width-25{
	width: 22.3% !important;
	font-weight: bold;
	margin-bottom: 20px;
}
.is-style-outline>.wp-block-button__link, .wp-block-button__link.is-style-outline{
	border-width: 1px !important;
}
.wp-block-separator{
	color: #ed6c00 ;
	height: 1px;
	background: #ed6c00;
	margin-bottom: 35px;
}
.wp-block-gallery.has-nested-images.columns-default.is-cropped{
	display: flex;
}
.wp-block-gallery.has-nested-images.columns-default.is-cropped .wp-block-image.size-large{
	display: block;
}
.wp-block-gallery.has-nested-images.columns-default.is-cropped .wp-block-image.size-large:nth-of-type(2) img{
	float: right;
}
.wp-block-gallery.has-nested-images.columns-default.is-cropped .wp-block-image.size-large img{
	width: auto !important;
	height: auto !important;
	flex: 0 !important;
	margin: 0 !important;
	object-fit: inherit !important;
}
.wp-block-gallery.has-nested-images.columns-default.is-cropped:not(.has-background)+p{
	font-weight: bold;
	margin-top: 40px;
}
.has-text-align-center.has-background strong{
	padding: 42px 0;
    font-size: 18px;
    line-height: 38px;
    font-weight: bold;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
	position: static !important;
	background: none !important;
	text-align: right !important;
	color: #000000 !important;
	line-height: 2 !important;
	padding: 0 !important;
}
.wp-block-gallery.has-nested-images.columns-default.is-cropped.has-vivid-cyan-blue-background-color{
	background-color: transparent !important;
	justify-content: space-between !important;
}
.wp-block-gallery.has-nested-images.columns-default.is-cropped.has-vivid-cyan-blue-background-color figure:nth-child(2) img{
	float: none !important;
}

@media only screen and (max-width: 1600px) {
	/* ----------- articlepage ----------- */
	.articlepage_mvInner {
		height: 581px;
		background-size: cover;
		background-position: center center;
	}
	.articlepage_mvInner img {
		display: none;
	}
}

@media only screen and (max-width: 1200px) {
	/* ----------- articlepage ----------- */
	.articlepage_mvInner {
		height: 48vw;
	}
}

@media only screen and (max-width: 1024px) {
	/* ----------- articlepage ----------- */
	.articlepage_mvInner {
		height: 50vw;
	}
}

@media only screen and (max-width: 768px) {
	/* ----------- articlepage ----------- */
	.articlepage_mv_blank {
		display: none;
		margin: 0 auto;
		width: 100%;
	}
	.articlepage_mv_blank_sp {
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	.articlepage_mvInner {
		height: 55vw;
	}
	.articlepage_QA {
		padding-top: 70px;
	}
	.articlepage_QBox {
		padding-left: 30px;
	}
	.articlepage_Q {
		padding: 20px 30px 20px 75px;
	}
	.articlepage_A {
		padding: 20px 30px 20px 75px;
	}
	.articlepage_ABox {
		padding-right: 30px;
	}
	.articlepage_QABtn {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.articlepage_QAList li {
		margin-bottom: 50px;
	}
	.articlepage_Text {
		padding-top: 60px;
		padding-bottom: 10px;
	}
	.articlepage_title {
		font-size: 26px;
		padding-bottom: 30px;
	}
	/* ----------- articlepage_QAList02 ----------- */
	.articlepage_QAList02 .articlepage_A,
	.articlepage_QAList02 .articlepage_Q {
		padding-left: 30px;
	}
	/* --------------- liquid-speech-balloon --------------- */
	.liquid-speech-balloon-00 {
		padding-left: 30px;
	}
	.liquid-speech-balloon-00 .liquid-speech-balloon-text,
	.liquid-speech-balloon-01 .liquid-speech-balloon-text,
	.liquid-speech-balloon-02 .liquid-speech-balloon-text,
	.liquid-speech-balloon-03 .liquid-speech-balloon-text,
	.liquid-speech-balloon-06 .liquid-speech-balloon-text,
	.liquid-speech-balloon-04 .liquid-speech-balloon-text,
	.liquid-speech-balloon-07 .liquid-speech-balloon-text,
	.liquid-speech-balloon-05 .liquid-speech-balloon-text,
	.liquid-speech-balloon-08 .liquid-speech-balloon-text,
	.liquid-speech-balloon-09 .liquid-speech-balloon-text,
	.liquid-speech-balloon-12 .liquid-speech-balloon-text,
	.liquid-speech-balloon-13 .liquid-speech-balloon-text,
	.liquid-speech-balloon-14 .liquid-speech-balloon-text,
	.liquid-speech-balloon-15 .liquid-speech-balloon-text,
	.liquid-speech-balloon-16 .liquid-speech-balloon-text {
		padding: 20px 30px 20px 75px;
	}
	.liquid-speech-balloon-01 {
		padding-right: 30px;
		margin-bottom: 50px !important;
	}
	.liquid-speech-balloon-02 .liquid-speech-balloon-text {
		padding-left: 30px;
	}
	.liquid-speech-balloon-03,
	.liquid-speech-balloon-06,
	.liquid-speech-balloon-04,
	.liquid-speech-balloon-07,
	.liquid-speech-balloon-05,
	.liquid-speech-balloon-08,
	.liquid-speech-balloon-09,
	.liquid-speech-balloon-12,
	.liquid-speech-balloon-13,
	.liquid-speech-balloon-14,
	.liquid-speech-balloon-15,
	.liquid-speech-balloon-16  {
		margin-bottom: 50px !important;
	}
	.liquid-speech-balloon-03 .liquid-speech-balloon-text,
	.liquid-speech-balloon-06 .liquid-speech-balloon-text,
	.liquid-speech-balloon-04 .liquid-speech-balloon-text,
	.liquid-speech-balloon-07 .liquid-speech-balloon-text,
	.liquid-speech-balloon-05 .liquid-speech-balloon-text,
	.liquid-speech-balloon-08 .liquid-speech-balloon-text,
	.liquid-speech-balloon-09 .liquid-speech-balloon-text,
	.liquid-speech-balloon-12 .liquid-speech-balloon-text,
	.liquid-speech-balloon-13 .liquid-speech-balloon-text,
	.liquid-speech-balloon-14 .liquid-speech-balloon-text,
	.liquid-speech-balloon-15 .liquid-speech-balloon-text,
	.liquid-speech-balloon-16 .liquid-speech-balloon-text {
		padding-left: 30px;
	}
	
	.wp-block-buttons>.wp-block-button.wp-block-button__width-25{
		width: 48% !important;
	}
	.liquid-speech-balloon-wrap.liquid-speech-balloon-11{
		margin-bottom: 30px;
	}
	.liquid-speech-balloon-10 .liquid-speech-balloon-text{
	    font-size: 16px;
	    line-height: 1.6;
	}
	.liquid-speech-balloon-11 .liquid-speech-balloon-text{
		display: block;
	    font-size: 14px;
	    line-height: 1.6;
	    padding: 0 0 0 2.8em;
	}
	.wp-block-gallery.has-nested-images.columns-default.is-cropped{
		display: block;
	}
	.wp-block-gallery.has-nested-images.columns-default.is-cropped .wp-block-image.size-large{
		display: block;
		width: 100% !important;
	}
	.wp-block-gallery.has-nested-images.columns-default.is-cropped .wp-block-image.size-large:nth-of-type(2) img{
		float: none;
		margin-top: 20px !important;
	}
	.wp-block-gallery.has-nested-images.columns-default.is-cropped+p{
		margin-top: 20px;
	}
	.has-text-align-center.has-background strong{
		font-size: 16px;
	    line-height: 24px;
	}
}

@media only screen and (max-width: 480px) {
	/* ----------- articlepage ----------- */
	.articlepage_QA {
		padding-top: 50px;
	}
	.articlepage_QBox {
		padding-left: 20px;
	}
	.articlepage_Q {
		padding: 8px 15px 8px 40px;
		border-radius: 5px;
	}
	.articlepage_Q img {
		width: 25px;
		top: -10px;
		left: 10px;
	}
	.articlepage_Q p {
		font-size: 14px;
	}
	.articlepage_A {
		padding: 10px 15px 10px 40px;
		border-radius: 5px;
	}
	.articlepage_A img {
		width: 28px;
		position: absolute;
		top: -10px;
		left: 8px;
	}
	.articlepage_A p {
		font-size: 14px;
		line-height: 24px;
	}
	.articlepage_ABox {
		padding-right: 25px;
	}
	.articlepage_QAList li {
		margin-bottom: 40px;
	}
	.articlepage_QABtn {
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.articlepage_QABtn a {
		display: inline-block;
		padding: 9px 48px 9px 28px;
		font-size: 14px;
	}
	.articlepage_Text {
		padding-top: 40px;
	}
	.articlepage_title {
		font-size: 24px;
		padding-bottom: 25px;
	}
	.articlepage_inner {
		font-size: 14px;
	}
	.articlepage_inner>div ul li {
		line-height: 26px;
	}
	.articlepage_inner>div ul li div:nth-child(1) {
		width: 25px;
	}
	/* ----------- articlepage_QAList02 ----------- */
	.articlepage_QAList02 .articlepage_Q_txt {
		margin-bottom: 5px;
		font-size: 14px;
	}
	.articlepage_QAList02 .articlepage_QBox {
		padding-right: 12px;
		padding-left: 70px;
	}
	.articlepage_QAList02 .articlepage_Q::after {
		border-width: 6px;
		right: -14px;
	}
	.articlepage_QAList02 .articlepage_ABox {
		padding-left: 70px;
		padding-right: 12px;
	}
	.articlepage_QAList02 .articlepage_ABox_img {
		width: 50px;
		top: 20px;
	}
	.articlepage_QAList02 .articlepage_ABox_img img {
		max-width: 100%;
		display: block;
		margin: 0 auto;
	}
	.articlepage_QAList02 .articlepage_ABox_name {
		font-size: 12px;
	}
	.articlepage_QAList02 .articlepage_A,
	.articlepage_QAList02 .articlepage_Q {
		padding-left: 15px;
	}
	.articlepage_QAList02 .articlepage_A::before {
		border-width: 6px;
		left: -14px;
		top: 35px;
	}
	.articlepage_QAList02 .articlepage_A::after {
		border-width: 4px;
		border-bottom-width: 5px;
		left: -8px;
		top: 36px;
	}
	.articlepage_QAList02 .articlepage_QAList02_img {
		margin: 30px auto;
	}
	.articlepage_title02 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.articlepage_inner h2 {
		font-size: 20px;
		line-height: 1.5;
		margin-bottom: 10px;
	}
	.articlepage_inner h2 strong {
		font-size: 24px;
	}
	.articlepage_inner h3.has-background {
		font-size: 24px;
	}
	.articlepage_inner h3.has-background,
	.articlepage_inner p.has-background {
		padding: 20px;
	}
	.articlepage_inner h3.has-background strong {
		padding-bottom: 20px;
	}
	.articlepage_inner p {
		line-height: 26px;
		margin-bottom: 30px;
	}
	.articlepage_inner h3:not(.has-background) {
		margin-bottom: 30px;
	}
	
	.articlepage_inner h4{
		font-size: 16px;
		line-height: 26px;
		margin-top: 15px;
	}
	.articlepage_inner h4.has-background{
		font-size: 14px;
	    padding: 20px;
	    margin-top: 40px;
	}
	.articlepage_inner img,.wp-block-gallery.has-nested-images.columns-default.is-cropped.has-background {
		margin: 40px auto;
	}
	.articlepage_text_img {
		margin: 30px auto;
	}
	.articlepage_inner>div ul.style01 li div:nth-child(1) {
		width: 20px;
		font-size: 18px;
	}
	.summary {
		padding: 20px;
	}
	.summary_title {
		font-size: 24px;
	}
	.summary_text {
		font-size: 14px;
		line-height: 26px;
	}
	/* --------------- liquid-speech-balloon --------------- */
	.liquid-speech-balloon-00 {
		padding-left: 20px;
	}
	.liquid-speech-balloon-00 .liquid-speech-balloon-text,
	.liquid-speech-balloon-01 .liquid-speech-balloon-text,
	.liquid-speech-balloon-02 .liquid-speech-balloon-text,
	.liquid-speech-balloon-03 .liquid-speech-balloon-text,
	.liquid-speech-balloon-06 .liquid-speech-balloon-text,
	.liquid-speech-balloon-04 .liquid-speech-balloon-text,
	.liquid-speech-balloon-07 .liquid-speech-balloon-text,
	.liquid-speech-balloon-05 .liquid-speech-balloon-text,
	.liquid-speech-balloon-08 .liquid-speech-balloon-text,
	.liquid-speech-balloon-09 .liquid-speech-balloon-text,
	.liquid-speech-balloon-12 .liquid-speech-balloon-text,
	.liquid-speech-balloon-13 .liquid-speech-balloon-text,
	.liquid-speech-balloon-14 .liquid-speech-balloon-text,
	.liquid-speech-balloon-15 .liquid-speech-balloon-text,
	.liquid-speech-balloon-16 .liquid-speech-balloon-text {
		padding: 10px 15px 10px 40px;
		border-radius: 5px;
		font-size: 14px;
	}
	.liquid-speech-balloon-00 .liquid-speech-balloon-text::before,
	.liquid-speech-balloon-01 .liquid-speech-balloon-text::before {
		top: -10px;
		left: 10px;
	}
	.liquid-speech-balloon-01 .liquid-speech-balloon-text p,
	.liquid-speech-balloon-03 .liquid-speech-balloon-text p,
	.liquid-speech-balloon-06 .liquid-speech-balloon-text p,
	.liquid-speech-balloon-04 .liquid-speech-balloon-text p,
	.liquid-speech-balloon-07 .liquid-speech-balloon-text p,
	.liquid-speech-balloon-05 .liquid-speech-balloon-text p,
	.liquid-speech-balloon-08 .liquid-speech-balloon-text p,
	.liquid-speech-balloon-09 .liquid-speech-balloon-text p,
	.liquid-speech-balloon-12 .liquid-speech-balloon-text p,
	.liquid-speech-balloon-13 .liquid-speech-balloon-text p,
	.liquid-speech-balloon-14 .liquid-speech-balloon-text p,
	.liquid-speech-balloon-15 .liquid-speech-balloon-text p,
	.liquid-speech-balloon-16 .liquid-speech-balloon-text p  {
		line-height: 24px;
	}
	.liquid-speech-balloon-00 .liquid-speech-balloon-text::before {
		width: 25px;
		height: 36px;
	}
	.liquid-speech-balloon-01 {
		padding-right: 20px;
		margin-bottom: 40px !important;
	}
	.liquid-speech-balloon-01 .liquid-speech-balloon-text::before {
		width: 28px;
		height: 33px;
	}
	.articlepage_inner p.has-text-align-right {
		margin-bottom: 5px;
		padding-right: 12px;
		padding-left: 70px;
	}
	.liquid-speech-balloon-02 {
		padding-right: 12px;
		padding-left: 70px;
	}
	.liquid-speech-balloon-02 .liquid-speech-balloon-text {
		padding-left: 15px;
	}
	.liquid-speech-balloon-02 .liquid-speech-balloon-text::after {
		border-width: 6px;
		right: -14px;
	}
	.liquid-speech-balloon-03,
	.liquid-speech-balloon-06,
	.liquid-speech-balloon-04,
	.liquid-speech-balloon-07,
	.liquid-speech-balloon-05,
	.liquid-speech-balloon-08,
	.liquid-speech-balloon-09,
	.liquid-speech-balloon-12,
	.liquid-speech-balloon-13,
	.liquid-speech-balloon-14,
	.liquid-speech-balloon-15,
	.liquid-speech-balloon-16 {
		padding-right: 12px;
		margin-bottom: 40px !important;
	}
	.liquid-speech-balloon-03 .liquid-speech-balloon-avatar,
	.liquid-speech-balloon-06 .liquid-speech-balloon-avatar,
	.liquid-speech-balloon-04 .liquid-speech-balloon-avatar,
	.liquid-speech-balloon-07 .liquid-speech-balloon-avatar,
	.liquid-speech-balloon-05 .liquid-speech-balloon-avatar,
	.liquid-speech-balloon-08 .liquid-speech-balloon-avatar,
	.liquid-speech-balloon-09 .liquid-speech-balloon-avatar,
	.liquid-speech-balloon-12 .liquid-speech-balloon-avatar,
	.liquid-speech-balloon-13 .liquid-speech-balloon-avatar,
	.liquid-speech-balloon-14 .liquid-speech-balloon-avatar,
	.liquid-speech-balloon-15 .liquid-speech-balloon-avatar,
	.liquid-speech-balloon-16 .liquid-speech-balloon-avatar {
		width: 50px;
		height: 50px;
		margin-top: 20px;
		margin-right: 20px;
	}
	.liquid-speech-balloon-06 {
		align-items: center;
	}
	.liquid-speech-balloon-06 .liquid-speech-balloon-avatar {
		margin-top: 0;
	}
	.liquid-speech-balloon-03 .liquid-speech-balloon-avatar::after,
	.liquid-speech-balloon-06 .liquid-speech-balloon-avatar::after,
	.liquid-speech-balloon-04 .liquid-speech-balloon-avatar::after,
	.liquid-speech-balloon-07 .liquid-speech-balloon-avatar::after,
	.liquid-speech-balloon-05 .liquid-speech-balloon-avatar::after,
	.liquid-speech-balloon-08 .liquid-speech-balloon-avatar::after,
	.liquid-speech-balloon-09 .liquid-speech-balloon-avatar::after,
	.liquid-speech-balloon-12 .liquid-speech-balloon-avatar::after,
	.liquid-speech-balloon-13 .liquid-speech-balloon-avatar::after,
	.liquid-speech-balloon-14 .liquid-speech-balloon-avatar::after,
	.liquid-speech-balloon-15 .liquid-speech-balloon-avatar::after,
	.liquid-speech-balloon-16 .liquid-speech-balloon-avatar::after {
		font-size: 12px;
		top: 60px;
	}
	.liquid-speech-balloon-03 .liquid-speech-balloon-text,
	.liquid-speech-balloon-06 .liquid-speech-balloon-text,
	.liquid-speech-balloon-04 .liquid-speech-balloon-text,
	.liquid-speech-balloon-07 .liquid-speech-balloon-text,
	.liquid-speech-balloon-05 .liquid-speech-balloon-text,
	.liquid-speech-balloon-08 .liquid-speech-balloon-text,
	.liquid-speech-balloon-09 .liquid-speech-balloon-text,
	.liquid-speech-balloon-12 .liquid-speech-balloon-text,
	.liquid-speech-balloon-13 .liquid-speech-balloon-text,
	.liquid-speech-balloon-14 .liquid-speech-balloon-text,
	.liquid-speech-balloon-15 .liquid-speech-balloon-text,
	.liquid-speech-balloon-16 .liquid-speech-balloon-text {
		padding-left: 15px;
	}
	.liquid-speech-balloon-03 .liquid-speech-balloon-text::before,
	.liquid-speech-balloon-06 .liquid-speech-balloon-text::before,
	.liquid-speech-balloon-04 .liquid-speech-balloon-text::before,
	.liquid-speech-balloon-07 .liquid-speech-balloon-text::before,
	.liquid-speech-balloon-05 .liquid-speech-balloon-text::before,
	.liquid-speech-balloon-08 .liquid-speech-balloon-text::before,
	.liquid-speech-balloon-09 .liquid-speech-balloon-text::before,
	.liquid-speech-balloon-12 .liquid-speech-balloon-text::before,
	.liquid-speech-balloon-13 .liquid-speech-balloon-text::before,
	.liquid-speech-balloon-14 .liquid-speech-balloon-text::before,
	.liquid-speech-balloon-15 .liquid-speech-balloon-text::before,
	.liquid-speech-balloon-16 .liquid-speech-balloon-text::before {
		border-width: 6px;
		left: -14px;
		top: 35px;
	}
	.liquid-speech-balloon-03 .liquid-speech-balloon-text::after,
	.liquid-speech-balloon-06 .liquid-speech-balloon-text::after,
	.liquid-speech-balloon-04 .liquid-speech-balloon-text::after,
	.liquid-speech-balloon-07 .liquid-speech-balloon-text::after,
	.liquid-speech-balloon-05 .liquid-speech-balloon-text::after,
	.liquid-speech-balloon-08 .liquid-speech-balloon-text::after,
	.liquid-speech-balloon-09 .liquid-speech-balloon-text::after,
	.liquid-speech-balloon-12 .liquid-speech-balloon-text::after,
	.liquid-speech-balloon-13 .liquid-speech-balloon-text::after,
	.liquid-speech-balloon-14 .liquid-speech-balloon-text::after,
	.liquid-speech-balloon-15 .liquid-speech-balloon-text::after,
	.liquid-speech-balloon-16 .liquid-speech-balloon-text::after {
		border-width: 4px;
		border-bottom-width: 5px;
		left: -8px;
		top: 36px;
	}
	.liquid-speech-balloon-06 .liquid-speech-balloon-text::before,
	.liquid-speech-balloon-06 .liquid-speech-balloon-text::after {
		top: 0;
	}
	.liquid-speech-balloon-06 .liquid-speech-balloon-text::after {
		border-bottom-width: 4px;
	}
	.wp-block-buttons{
		padding-bottom: 15px;
	}
	.wp-block-buttons>.wp-block-button.wp-block-button__width-25{
		margin-bottom: 15px;
	}
	.wp-block-button__link{
		font-size: 14px !important;
	}
	.wp-block-separator{
		height: 0;
		margin-bottom: 25px;
	}
}