@charset "UTF-8";

.only_sp-1 { display: block; }
.only_pc-1 { display: none; }
@media screen and (min-width: 768px) {
	.only_sp-1 { display: none; }
	.only_pc-1 { display: block; }
}
.only_sp-2 { display: block; }
.only_pc-2 { display: none; }
@media screen and (min-width: 960px) {
	.only_sp-2 { display: none; }
	.only_pc-2 { display: block; }
}
.only_sp-3 { display: block; }
.only_pc-3 { display: none; }
@media screen and (min-width: 1200px) {
	.only_sp-3 { display: none; }
	.only_pc-3 { display: block; }
}

/* link */
.linkblue a { color: #0757D8; text-decoration: none;}
.linkblue a:link    { color: #0757D8; }
.linkblue a:visited { color: #0757D8; }
.linkblue a:hover   { color: #0757D8; text-decoration: underline;}
.linkblue a:active  { color: #0757D8; }
.linkblue a.disabled {
	pointer-events: none;
}

/* position */
.align_center {
	text-align: center !important;
}
.align_right {
	text-align: right;
}
.align_left {
	text-align: left;
}
.float-right {
	float: right;
}

/* space */
.mgt20 {
	margin-top: 20px;

}
.mgt30 {
	margin-top: 30px;
}
.mgt40 {
	margin-top: 40px;
}
.mgt60 {
	margin-top: 60px;
}
.mgt80 {
	margin-top: 80px;
}
.mgb20 {
	margin-bottom: 20px;
}
.mgb30 {
	margin-bottom: 30px;
}
.mgb40 {
	margin-bottom: 40px;
}
.mgb50 {
	margin-bottom: 50px;
}
.mgb60 {
	margin-bottom: 60px;
}
.mgb80 {
	margin-bottom: 80px;
}
.mgb100 {
	margin-bottom: 100px;
}
.pdt20 {
	padding-top: 20px;
}
.pdt40 {
	padding-top: 40px;
}
.pdt60 {
	padding-top: 60px;
}
.pdt80 {
	padding-top: 80px;
}
.pdb20 {
	padding-bottom: 20px;
}
.pdb40 {
	padding-bottom: 40px;
}
.pdb60 {
	padding-bottom: 60px;
}
.pdb80 {
	padding-bottom: 80px;
}


.photo-gallery__button {
    margin-top: 20rem;
    margin-left: auto !important;
    margin-right: auto !important;
}
.basic-button--color-dark {
    background: var(--colorText1);
    color: #fff !important;
}
.basic-button--color-dark:hover {
	text-decoration: none !important;
}

.article-single-share {
	position: relative !important;
}
.article-single-share__list {
	flex-direction: row !important;
}
.article-single-share__list {
	justify-content: left !important;
}
.article-single-title {
    font-size: 24rem !important;
}
.article-single-title span{
	font-size: 0.7em;
}
.heading {
	font-weight: bold;
	font-size: 22rem !important;
	line-height: 1.8;
}
.heading-2 {
	font-weight: bold;
	font-size: 34rem !important;
    line-height: 1.4;
    margin: 0.2em 0 0.4em;
}
.heading-2 span{
	font-feature-settings: "palt";
}
.date {
    font-weight: 700;
    background-color: #ababab;
    color: #fff;
    padding: 0 1.2em 0 1.6em;
    border-radius: 20px;
    display: inline-block;
}
.date span {
	font-size: 0.8em;
}
.max760 {
	max-width: 800rem;
}
.title_how {
	border-bottom: solid 1px black;
	display:inline-block;
	font-weight: 700;
}
.photo-gallery__button {
    margin-top: 5rem !important;
}
.photo-gallery {
    margin-bottom: 20rem;	
}
.attention {
	color: #EC5704;
}
.article-wysiwyg ul:not([class]) {
    margin-left: 1em;
    margin-top: 15rem;
}
.article-wysiwyg {
	letter-spacing: 0;
}
.article-wysiwyg h3 {
	margin: 22rem 0 0 0 !important;
	background: none !important;
	padding: 0 !important;
	margin-bottom: 1em !important;
}
.article-wysiwyg p {
	line-height: 1.45em;
}
.article-wysiwyg p {
    margin-top: 20rem;
    margin-bottom: 10rem;
}

@media (max-width: 768px) {
	.article-single-share__list {
		justify-content: center !important;
	}
	.heading {
		font-size: 18rem !important;
		line-height: 1.8;
	}
}

/* gallery */
@media screen and (min-width: 0px) and (max-width: 640px) {
	.pcNone { display: block; }
	.spNone { display: none; }
}
@media screen and (min-width: 640px) and (max-width: 3000px) { 
	.pcNone { display: none; }
	.spNone { display: block; }
}

.news-container{
	text-align:left;
}

.list-group{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color: aliceblue;
	width: 100%;
	margin: 10px auto;
/*	padding: 20px; */
	list-style: none;
	text-align: center;
}

.pagination-container{
	text-align:center;
}

.pagination{
	list-style: none;
	display: flex;
	justify-content: center;
	padding: 5px;
	margin:5px auto 10px auto;
}
.pagination:after{
	content: "";
	display: block;
	clear: both;
}

/*
.page{
	float:left;
	display:inline-block;
	padding:3px;
	margin-left:4px;
	margin-right:4px;
}
*/
.page{
	display: inline-block;
	padding:3px 8px 5px 8px;
	font-size:14px;
/*	float:left;	*/
}

.navi-active{
	font-weight:bold;
	font-size:14px;
	color:#000080;
	background:#f5f5f5;
}
.pre_nex1{
	display: inline-block;
	font-size:14px;
	margin:3px 8px 0 0;
}
.pre_nex2{
	display: inline-block;
	font-size:14px;
	margin:3px 0 0 8px;
}
.photo_img{
	margin:0 7px 7px 0;
}

.article-wysiwyg ol:not([class]) {
  margin-left: 1em;
  margin-top: 5rem;
}
.article-wysiwyg ol:not([class]) li:not([class]) {
  list-style: decimal;
  line-height: 1.45;
}
.article-wysiwyg ol:not([class]) li:not([class]) + li:not([class]) {
  margin-top: 6rem;
}
.article-wysiwyg ol:not([class]) + p:not([class]) {
  margin-top: 10rem;
}
.article-single-title {
	font-size: 20rem !important;
	letter-spacing: 0;
	color: #00752a;
}

@media only screen and (max-width: 767px) {	
	.img-t img {
	width: 100% !important;
	}
	.heading {
		font-weight: bold;
		line-height: 1.8;
	}
	.heading span {
		font-size: 0.6em;
	}
	.heading-2 {
		font-weight: bold;
		font-size: 20rem !important;
		line-height: 1.4;
		margin: 0.2em 0 0.4em;
		font-feature-settings: "palt";
		letter-spacing: 0.02em;
	}
	.date {
		font-size: 14rem;
		font-weight: 700;
		background-color: #ababab;
		color: #fff;
		padding: 0.2em 0.6em 0.2em 1em;
		border-radius: 20px;
		display: inline-block;
		margin-bottom: 1em;
		font-feature-settings: "palt";
	}
}

header.header + #content_header {
	padding-top: 20rem !important;
}
.mgt10 {
	margin-top: 10px;
}
.ptc_credit {
	margin-bottom: 40px; 
}
.ptc_credit a {
	color: #0757D8;
}
.ptc_credit a:hover {
	text-decoration: underline;
}
.photo_img{
	margin:0 7px 7px 0;
}
.prof_name {
	letter-spacing: -0.02em;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
}
.flex-a {
  width: 50%;
}
.flex-b {
	width: 50%;
	background-color: #f7f7f7;
	padding: 1.6em;
	border: #fff 3px solid;
}