@charset "utf-8";
/* CSS Document */
.more.more5 a {
    background-color: #fff;
    border: 2px solid #000;
}
.more.more5 a p {
    color: #000;
    font-size: 15px;
    font-weight: 700;
}
.main-wrap{
	background-image: url("https://dolphinpapa.co.jp/system_panel/uploads/images/mainwrap_bg_img.png");
	background-position: top -50px center;
	background-repeat: repeat-y;
	background-size: 100% auto;
}

.cate_wrap .cate1 .boxwrap{
	gap: 60px 40px;
	justify-content: flex-start;
	align-items: flex-start;
}
.cate_wrap .cate1 .boxwrap .box{
	width: calc(100% / 2 - 40px / 2);
	gap: 15px;
	background-color: #fff;
}
.cate_wrap .cate1 .boxwrap .box .boxinner{
	gap: 15px;
	border: 1px solid #C7C7C7;
	border-radius: 10px;
	overflow: hidden;
}
.cate_wrap .cate1 .boxwrap .box .date{
	padding-bottom: 5px;
	border-bottom: 3px solid #231816;
	font-size: clamp(18px, 2.4vw, 22px);
}
.cate_wrap .cate1 .boxwrap .box .imgbox a{
	position: relative;
	overflow: hidden;
	width: 100%;
}
.cate_wrap .cate1 .boxwrap .box .imgbox a:hover{
	opacity: 1;
}
.cate_wrap .cate1 .boxwrap .box .imgbox a .bg_img_wrap2{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%,-50%);
	transition: ease 0.6s;
}
.cate_wrap .cate1 .boxwrap .box .imgbox a:hover .bg_img_wrap2{
	transform: translate(-50%,-50%) scale(1.1);
}
.cate_wrap .cate1 .boxwrap .box .itemwrap .item:not(:last-of-type){
	margin-bottom: 10px;
}
.cate_wrap .cate1 .boxwrap .box .itemwrap .item > p{
	width: 100px;
	padding: 3px 6px;
	border-radius: 3px;
}
.cate_wrap .cate1 .boxwrap .box .itemwrap .item .itemtxt{
	width: calc(100% - 100px);
	padding-left: 15px;
}

.cate_wrap .cate3 > div{
	position: relative;
	z-index: 3;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.cate_wrap .cate1 .boxwrap{
		gap: 60px 30px;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.cate_wrap .cate1 .boxwrap .box{
		width: calc(100% / 2 - 30px / 2);
		gap: 15px;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate_wrap .cate1 .boxwrap{
		gap: 50px 20px;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.cate_wrap .cate1 .boxwrap .box{
		width: calc(100% / 2 - 20px / 2);
		gap: 15px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.main-wrap{
		background-size: 120% auto;
	}
	
	.cate_wrap .cate1 .boxwrap{
		gap: 50px;
	}
	.cate_wrap .cate1 .boxwrap .box{
		width: 100%;
		gap: 15px;
	}
}

/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

.flow_a1 {
  margin-right: auto;
  margin-left: auto;
}
.flow_a1 .inner {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
.flow_a1 .item {
  display: grid;
  grid-template-columns: 72px 1fr minmax(260px, 300px);
  column-gap: clamp(16px, 3vw, 40px);
  position: relative;
  padding-bottom: 30px;
}
.flow_a1 .col-num {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.flow_a1 .col-num::before {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(56px + 8px);
  bottom: -20px;
  transform: translateX(-50%);
  width: 0;
  border-left: 2px dotted #F07800;
  opacity: .8;
  pointer-events: none;
}
.flow_a1 .item:last-child .col-num::before {
  display: none;
}
.flow_a1 .circle {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: #F07800;
  display: grid;
  place-items: center;
  font-family: "Montserrat", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.flow_a1 .circle p {
  margin: 0;
  line-height: 1;
  letter-spacing: .02em;
  color: #fff;
}
.flow_a1 .txtbox {
  margin-top: 10px;
}
.flow_a1 .txtbox .title {
  margin: 0 0 10px;
  letter-spacing: .02em;
}
.flow_a1 .txtbox .text {
  margin: 0;
  line-height: 2;
  text-align: justify;
  font-weight: 500;
}
.flow_a1 .imgbox {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: #cfcfcf;
  overflow: hidden;
  border-radius: 10px;
}
.flow_a1 .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  .flow_a1 .col-num {
    grid-area: col;
  }
  .flow_a1 .txtbox {
    grid-area: txtbox;
  }
  .flow_a1 .imgbox {
    grid-area: imgbox;
  }
  .flow_a1 .item {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "col col"
      "txtbox imgbox";
    column-gap: clamp(12px, 3vw, 24px);
    row-gap: clamp(12px, 3vw, 24px);
    padding-bottom: 32px;
  }
  .flow_a1 .col-num {
    justify-content: center;
    align-items: flex-start;
  }
  .flow_a1 .col-num::after {
    display: none;
  }
  .flow_a1 .inner {
    padding: 0 0;
  }
  .flow_a1 .txtbox .title {
    text-align: center;
  }
  .flow_a1 .item {
    grid-template-columns: 1fr;
    grid-template-areas:
      "col"
      "imgbox"
      "txtbox";
    row-gap: 16px;
    padding-bottom: 28px;
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
  }
  .flow_a1 .col-num {
    justify-content: flex-start;
    margin-bottom: -30px;
  }
  .flow_a1 .col-num::after {
    display: none;
  }
  .flow_a1 .imgbox {
    max-width: 400px;
    justify-self: center;
  }
  .flow_a1 .txtbox {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .flow_a1 .txtbox {
    width: 100%;
  }
}


.newstop_e .contents .webgene-blog {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  gap: 50px 40px;
}
.newstop_e .contents .webgene-blog .webgene-item {
  width: calc((100% - 120px) / 4);
}
.newstop_e .contents .webgene-blog .webgene-item .imgbox {
  border-radius: 6px;
  margin-bottom: 6px;
  aspect-ratio: 290 / 210;
  overflow: hidden;
}
.newstop_e .contents .webgene-blog .webgene-item .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.newstop_e .webgene-blog .webgene-item .date {
  line-height: 1;
  font-size: 15px;
  color: #B7B7B7;
  opacity: 0.6;
}
.newstop_e .contents .webgene-blog .webgene-item h2 {
  line-height: 1.6;
}
.newstop_e .contents .webgene-blog .webgene-item .txt {
  margin: 0 0 14px;
  line-height: 1.8;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 500;
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {
  .newstop_e .contents .webgene-blog {
    gap: 20px;
  }
  .newstop_e .contents .webgene-blog .webgene-item {
    width: calc((100% - 60px) / 4);
  }
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
  .newstop_e .contents .webgene-blog {
    gap: 60px 20px;
  }
  .newstop_e .contents .webgene-blog .webgene-item {
    width: calc((100% - 20px) / 2);
  }
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
  .newstop_e .cate-wrap .webgene-blog .webgene-item a {
    padding: 3px 12px;
  }
  .newstop_e .contents .webgene-blog {
    width: 90%;
    margin: 0 auto;
    gap: 40px;
  }
  .newstop_e .contents .webgene-blog .webgene-item {
    width: 100%;
  }
}
