







/* comColumnList */
.comColumnList {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.comColumnList > li {
border-bottom: 1px solid rgba(245,170,0,1.00);
}
.comColumnList > li a {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
font-size: calc(100vw / 25);
line-height: 1.4em;
font-weight: bold;
padding: 4% 18px 4% 0px;
position: relative;
transition: all 0.4s;
}
.comColumnList > li a:hover {
background-color: rgba(252,231,184,1.00);
}
.comColumnList > li a::after {
content: "";
width: 18px;
height: 18px;
top: calc(50% - 8px);
right: 0px;
display: block;
position: absolute;
transition: all 0.4s;
background-image: url(../images/link_arrow.svg);
background-repeat: no-repeat;
background-position: left top;
background-size: 100% auto;
opacity: 1.0;
}

.comColumnList .photo {
-ms-flex-preferred-size: calc(30% - 6px);
flex-basis: calc(30% - 6px);
}
.comColumnList > li a .photo .photo-in {
border-radius: 5px;
overflow: hidden;
position: relative;
}
.comColumnList p {
display: block;
-ms-flex-preferred-size: calc(70% - 6px);
flex-basis: calc(70% - 6px);
}

.comColumnList > li a .photo .photo-in img {
	transition: all 0.5s;
}
.comColumnList > li a:hover .photo .photo-in img {
	transform: scale(1.03);
}
.comColumnList > li a .photo .photo-in::after {
content: "";
position: absolute;
width: 100%;
height: 100%;
background: radial-gradient(rgba(0,0,0, 0), rgba(0,0,0,0.6));
left: 0px;
top: 0px;
z-index: 2;
opacity: 0;
transition: all 0.5s;
}
.comColumnList > li a:hover .photo .photo-in::after {
opacity: 0.8;
}


@media print, screen and (min-width: 375px) {
.comColumnList > li a {
font-size: 15px;
line-height: 1.4em;
}

}


@media print, screen and (min-width: 768px) {
.comColumnList {
}
.comColumnList > li {
border: none;
background-color: rgba(252,229,178,1.00);
border-radius: 10px;
-ms-flex-preferred-size: calc(50% - 15px);
flex-basis: calc(50% - 15px);
margin: 0px 0px 30px;
transition: all 0.4s;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0);
}
.comColumnList > li:hover {
background-color: rgba(248,217,149,1.00);
box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.7);
transform: translateY(-2px)
}
.comColumnList > li a {
display: block;
font-size: 16px;
line-height: 1.5em;
padding: 25px;
}
.comColumnList > li a::after {
display: none;
}
.comColumnList > li a:hover {
background: none;
}
.comColumnList p::after {
content: "";
width: 18px;
height: 18px;
top: calc(50% - 8px);
right: 0px;
display: block;
position: absolute;
transition: all 0.4s;
background-image: url(../images/link_arrow.svg);
background-repeat: no-repeat;
background-position: left top;
background-size: 100% auto;
opacity: 1.0;
}

.comColumnList .photo {
display: block;
padding: 0px 0px 2%;
}
.comColumnList > li a .photo .photo-in {
border-radius: 8px;
}
.comColumnList p {
display: block;
position: relative;
padding: 0px 22px 0px 0px;
}

}


@media print, screen and (min-width: 1024px) {
.comColumnList > li {
-ms-flex-preferred-size: calc(33.33% - 20px);
flex-basis: calc(33.33% - 20px);
margin: 0px 0px 35px;
}
.comColumnList::before{
  content:"";
  display: block;
  width:calc(33.33% - 20px);
  order:1;
}
.comColumnList::after{
  content:"";
  display: block;
  width:calc(33.33% - 20px);
}

.comColumnList > li a {
font-size: 15px;
line-height: 1.5em;
padding: 25px;
}
.comColumnList p::after {
width: 20px;
height: 20px;
top: calc(50% - 10px);
}
.comColumnList > li a .photo .photo-in {
border-radius: 8px;
}
.comColumnList p {
display: block;
position: relative;
padding: 0px 22px 0px 0px;
}

}


@media print, screen and (min-width: 1200px) {

.comColumnList > li {
-ms-flex-preferred-size: calc(33.33% - 30px);
flex-basis: calc(33.33% - 30px);
margin: 0px 0px 45px;
}
.comColumnList::before{
  content:"";
  display: block;
  width:calc(33.33% - 30px);
  order:1;
}
.comColumnList::after{
  content:"";
  display: block;
  width:calc(33.33% - 30px);
}
.comColumnList > li a {
font-size: 16px;
line-height: 1.5em;
padding: 30px;
}

}


@media print, screen and (min-width: 1400px) {

.comColumnList > li a {
font-size: 17px;
line-height: 1.5em;
padding: 30px;
}

}


















.pageTitle h1 {
font-size: calc(100vw / 20);
line-height: 1.5em;
font-weight: bold;
padding: 0px 0px 1.6em;
}
.pageTitle h1 br {
display: none;
}
.detailpage section .contents-block-in {
max-width: 1100px;
}
.summary-block {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.summary-block > li {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
margin: 0px 0px 15px;
}
.summary-block > li:first-child {
  border-radius: 10px;
  background-color: rgba(255,238,202,1.00);
  overflow: hidden;
}
.summary-block > li:last-child {
border: 1px solid rgba(245,170,0,1.00);
border-radius: 10px;
}
.summary-block > li .summary-block-in {
padding: 15px;
}
.summary-block-in .topTxt {
font-size: calc(100vw / 25);
line-height: 1.6em;
}
.summary-block-in .topTxt strong {
display: block;
padding: 0.6em 0px 0px;
}


.summary-block-in .index-txt {
font-size: calc(100vw / 18);
line-height: 1.6em;
padding: 0px 0px 0.5em;
font-weight: bold;
text-align: center;
}
.summary-block-in h2 {
font-size: calc(100vw / 26);
line-height: 1.6em;
font-weight: bold;
padding: 2px 0px 2px 18px;
position: relative;
}
.summary-block-in h2 a {
transition: all 0.4s;
}
.summary-block-in h2 a:hover {
text-decoration: underline;
}
.summary-block-in h2::after {
content: "";
width: 17px;
height: 17px;
top: 0.2em;
left: 0px;
display: block;
position: absolute;
transition: all 0.4s;
background-image: url(../images/link_arrow.svg);
background-repeat: no-repeat;
background-position: left top;
background-size: 100% auto;
transform: rotate(90deg);
}





@media print, screen and (min-width: 375px) {
.pageTitle h1 {
font-size: 20px;
line-height: 1.5em;
}

.summary-block > li {
margin: 0px 0px 20px;
}
.summary-block-in .topTxt {
font-size: 15px;
line-height: 1.6em;
}
.summary-block-in .index-txt {
font-size: 20px;
line-height: 1.6em;
}
.summary-block-in h2 {
font-size: 14.5px;
line-height: 1.6em;
padding: 2px 0px 2px 20px;
}
.summary-block-in h2::after {
width: 18px;
height: 18px;
top: 0.4em;
}

}


@media print, screen and (min-width: 768px) {
.pageTitle h1 {
font-size: 28px;
line-height: 1.5em;
}

.summary-block > li {
	-ms-flex-preferred-size: calc(50% - 14px);
	flex-basis: calc(50% - 14px);
	margin: 0px;
}
.summary-block > li .summary-block-in {
padding: 15px;
}

}


@media print, screen and (min-width: 1024px) {

.pageTitle h1 {
font-size: 32px;
line-height: 1.5em;
text-align: center;
padding: 0px 0px 2em;
}
.pageTitle h1 br {
display: table;
}

.summary-block > li {
-ms-flex-preferred-size: calc(50% - 20px);
flex-basis: calc(50% - 20px);
}

.summary-block > li .summary-block-in {
padding: 25px;
}
.summary-block-in .topTxt {
font-size: 15px;
line-height: 1.7em;
}
.summary-block-in .topTxt strong {
font-size: 17px;
line-height: 1.7em;
}
.summary-block-in .index-txt {
font-size: 23px;
line-height: 1.6em;
}
.summary-block-in h2 {
font-size: 17px;
line-height: 1.6em;
padding: 2px 0px 2px 20px;
}

}


@media print, screen and (min-width: 1200px) {

.pageTitle h1 {
font-size: 34px;
line-height: 1.5em;
}

.summary-block > li {
-ms-flex-preferred-size: calc(50% - 23px);
flex-basis: calc(50% - 23px);
}

.summary-block > li .summary-block-in {
padding: 28px;
}
.summary-block-in .topTxt {
font-size: 16px;
line-height: 1.7em;
}
.summary-block-in .topTxt strong {
font-size: 18px;
line-height: 1.7em;
}
.summary-block-in .index-txt {
font-size: 25px;
line-height: 1.6em;
}
.summary-block-in h2 {
font-size: 18px;
line-height: 1.6em;
padding: 2px 0px 2px 22px;
}
.summary-block-in h2::after {
width: 20px;
height: 20px;
top: 0.4em;
}

}


@media print, screen and (min-width: 1400px) {

.summary-block-in .topTxt {
font-size: 17px;
line-height: 1.7em;
}
.summary-block-in .topTxt strong {
font-size: 18px;
line-height: 1.7em;
}
.summary-block-in .index-txt {
font-size: 28px;
line-height: 1.6em;
}
.summary-block-in h2 {
font-size: 19px;
line-height: 1.6em;
}

}

























#detail-b .contents-block-in {
max-width: none;
max-width: initial;
padding: 0px;
}

.detailBox {
font-size: calc(100vw / 25);
line-height: 1.6em;
}
.detailBox p {
padding: 0.7em 0px;
}
.detailBox h2 {
font-size: calc(100vw / 20);
line-height: 1.5em;
padding: 0px 0px 0.6em;
margin: 0px 0px 0.6em;
border-bottom: 3px solid rgba(245,170,0,1.00);
font-weight: bold;
}
.detailBox h3 {
font-size: calc(100vw / 21);
line-height: 1.5em;
padding: 0.2em 0px 0.2em 0.4em;
border-left: 3px solid rgba(245,170,0,1.00);
font-weight: bold;
margin: 0.5em 0px;
}
.detailBox h4 {
font-size: calc(100vw / 22);
line-height: 1.5em;
padding: 0.2em 0px;
font-weight: bold;
}

.detailBox .photo {
max-width: 640px;
border-radius: 10px;
overflow: hidden;
margin: 0px auto;
}
.detailBox .detail-block {
}
.detailBox .detail-block-in  {
padding: 8% 15px;
position: relative;
max-width: 1100px;
margin: 0px auto;
}


.detail-block .topTxt {
  background-color: rgba(255,255,229,1.00);
  border-radius: 10px;
  border: 1px solid rgba(245,170,0,1.00);
  padding: 10px 15px;
  font-weight: bold;
}

.widetable .normal-table {
width: 250vw;
}




@media print, screen and (min-width: 375px) {
.detailBox {
font-size: 14.5px;
line-height: 1.7em;
}
.detailBox p {
padding: 0.7em 0px;
}
.detailBox h2 {
font-size: 18px;
line-height: 1.5em;
padding: 0px 0px 0.8em;
margin: 0px 0px 0.8em;
}
.detailBox h3 {
font-size: 17px;
line-height: 1.5em;
}
.detailBox h4 {
font-size: 16px;
line-height: 1.5em;
}
.detailBox .detail-block-in  {
padding: 8% 15px;
}

.detail-block .topTxt {
  padding: 15px 20px;
}

}


@media print, screen and (min-width: 768px) {

.detailBox {
font-size: 15.5px;
line-height: 1.8em;
}
.detailBox p {
padding: 0.8em 0px;
}
.detailBox h2 {
font-size: 24px;
line-height: 1.5em;
padding: 0px 0px 1em;
margin: 0px 0px 1em;
}
.detailBox h3 {
font-size: 22px;
line-height: 1.5em;
border-left: 4px solid rgba(245,170,0,1.00);
}
.detailBox h4 {
font-size: 20px;
line-height: 1.5em;
}
.detailBox .detail-block-in  {
padding: 8% 25px;
}

.detail-block .topTxt {
  padding: 25px 30px;
}



.widetable .normal-table {
width: 200vw;
}

}


@media print, screen and (min-width: 1024px) {

.detailBox {
font-size: 16.5px;
line-height: 1.8em;
}
.detailBox p {
padding: 1em 0px;
}
.detailBox h2 {
font-size: 26px;
line-height: 1.5em;
}
.detailBox h3 {
font-size: 24px;
line-height: 1.5em;
border-left: 5px solid rgba(245,170,0,1.00);
}
.detailBox h4 {
font-size: 22px;
line-height: 1.5em;
}
.detailBox .detail-block-in  {
padding: 8% 35px;
}

.detail-block .topTxt {
  padding: 32px 40px;
}

.table-over.widetable {
	overflow: auto;
}
.widetable .normal-table {
width: 1600px;
}

}


@media print, screen and (min-width: 1200px) {

.detailBox {
font-size: 18px;
line-height: 1.9em;
}
.detailBox p {
padding: 1em 0px;
}
.detailBox h2 {
font-size: 28px;
line-height: 1.5em;
}
.detailBox h3 {
font-size: 25px;
line-height: 1.5em;
border-left: 5px solid rgba(245,170,0,1.00);
}
.detailBox h4 {
font-size: 23px;
line-height: 1.5em;
}
.detailBox .detail-block-in  {
padding: 8% 0px;
}

.detail-block .topTxt {
  padding: 40px 50px;
}

}

@media print, screen and (min-width: 1400px) {

.detailBox {
font-size: 19px;
line-height: 1.9em;
}
.detailBox h2 {
font-size: 33px;
line-height: 1.5em;
}
.detailBox h3 {
font-size: 28px;
line-height: 1.5em;
}
.detailBox h4 {
font-size: 25px;
line-height: 1.5em;
}

}

























@media print, screen and (min-width: 375px) {

}

@media print, screen and (min-width: 768px) {

}


@media print, screen and (min-width: 1024px) {

}


@media print, screen and (min-width: 1200px) {

}

@media print, screen and (min-width: 1400px) {

}












