span.bullet {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
}
span.bullet::before{
  content:"・";
  padding: 0;
  margin: 0 1px 0 0;
}

.top2 .news {
  background-color: #f2f2f2
}
.top2 .news-inner {
  position: relative;
  margin: auto;
  padding: 0 0 calc((125/750)*100vw);
  width: calc((630/750)*100vw);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-self: start
}
.subtitle03 {
  margin-top: 0!important;
}

@media screen and (min-width: 768px), print {
  .top2 .news-inner {
    padding: 0;
    width: min(calc((1000/1040)*100vw), 1000px)
  }
  .top2 .news-inner > div {
    width: min(calc((750/1040)*100vw), 750px)
  }
  .top2 .news-inner .sidebar {
    width: min(calc((200/1040)*100vw), 200px)
  }
  .top2 .news-inner > div.implementation {
    width: min(calc((1000/1040)*100vw), 1000px);
    margin: 0 auto;
  }
  .subtitle03 {
    margin-top: 0!important;
  }
}

/* SIDEBAR */
.top2 .sidebar li {
  border-bottom: 1px solid #D1D1D1;
  padding-top: calc((20/750)*100vw);
  padding-bottom: calc((20/750)*100vw)
}
.top2 .sidebar li a {
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 2;
  font-size: calc((28/750)*100vw);
  display: block
}
.top2 .sidebar .searchbox {
  margin: calc((20/750)*100vw) 0 calc((10/750)*100vw);
  font-size: calc((10/750)*100vw);
  padding: calc((2/750)*100vw);
  border: 1px solid #D1D1D1;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  background: url(../img/column/search.png) 92% center no-repeat;
  background-size: 6%;
}
.top2 .sidebar .searchbox input {
  border: none;
  width: 90%;
  margin: 0 auto;
  background: transparent;
}
.top2 .sidebar .searchbox input:focus {
  outline:none;
}
.top2 .sidebar h5 {
  margin: 0;
  font-size: calc((36/750)*100vw);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  text-align: center;
  flex-wrap: wrap;
  position: relative;
  line-height: 1.5
}
.top2 .sidebar h5::after {
  content: '';
  display: block;
  position: absolute;
  background: linear-gradient(to right, #18c8a5, #91f44f);
  width: 100%;
  height: calc((4/750)*100vw);
  bottom: 0
}
.top2 .pdf {
  margin-top: calc((20/750)*100vw);
  margin-bottom: calc((20/750)*100vw)
}
.top2 .tags {
  display: flex;
  justify-content: center;
  line-height: 1.5;
  flex-wrap: wrap;
  margin-top: calc((20/750)*100vw)
}
.top2 .tags a {
  letter-spacing: 0.03em;
  font-size: calc((24/750)*100vw);
  margin: calc((6/750)*100vw) calc((5/750)*100vw);
  text-decoration: underline
}
@media screen and (max-width: 767px), print {
  .top2 .sidebar {
    width: calc((630/750)*100vw);
    margin-top: calc((60/750)*100vw)
  }
  .top2 .sidebar .searchbox {
    margin: calc((80/750)*100vw) 0 calc((20/750)*100vw);
    font-size: calc((26/750)*100vw);
    padding: calc((22/750)*100vw) calc((2/750)*100vw);
    border: 1px solid #D1D1D1;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    background: url(../img/column/search.png) 92% center no-repeat;
    background-size: 6%;
  }
  .top2 .sidebar .searchbox input {
    border: none;
    width: 90%;
    margin: 0 auto;
    background: transparent;
  }
  .top2 .sidebar li {
    border-bottom: 1px solid #D1D1D1;
    padding-top: calc((10/750)*100vw);
    padding-bottom: calc((10/750)*100vw);
  }
  .top2 .sidebar li:last-child {
    margin-bottom: calc((44/750)*100vw)
  }
  .top2 .sidebar li a {
    padding: calc((25/750)*100vw) 0 calc((25/750)*100vw)
  }
  .top2 .sidebar h5 {
    margin: auto;
    letter-spacing: 0.07em;
    width: 100%;
    height: calc((170/750)*100vw);
    margin-top: calc((20/750)*100vw)
  }
  .top2 .pdf {
    padding-top: calc((30/750)*100vw);
    padding-bottom: calc((30/750)*100vw)
  }
}
@media screen and (min-width: 768px), print {
  .top2 .sidebar .searchbox {
    padding: calc((5/750)*100vw);
    font-size: min(calc((15/1040)*100vw), 15px)
  }
  .top2 .sidebar li {
    border-bottom: 1px solid #D1D1D1;
    padding-top: min(calc((10/1040)*100vw), 10px);
    padding-bottom: min(calc((10/1040)*100vw), 10px)
  }
  .top2 .sidebar li:last-child {
    margin-bottom: min(calc((30/1040)*100vw), 30px)
  }
  .top2 .sidebar li a {
    font-weight: 400;
    width: 100%;
    letter-spacing: 0.05em;
    line-height: 2;
    font-size: min(calc((15/1040)*100vw), 15px)
  }
  .top2 .sidebar h5 {
    -ms-flex-pack: center;
    justify-content: flex-start;
    font-size: min(calc((20/1040)*100vw), 20px);
    height: min(calc((80/1040)*100vw), 80px);
    margin-bottom: min(calc((12/1040)*100vw), 12px);
    margin-top: min(calc((20/1040)*100vw), 20px)
  }
  .top2 .sidebar h5::after {
    height: min(calc((4/1040)*100vw), 4px)
  }
  .top2 .pdf {
    padding-top: min(calc((20/1040)*100vw), 20px);
    padding-bottom: min(calc((20/1040)*100vw), 20px)
  }
  .top2 .tags {
    margin-top: min(calc((20/1040)*100vw), 20px)
  }
  .top2 .tags a {
    letter-spacing: 0.05em;
    font-size: min(calc((16/1040)*100vw), 16px);
    margin: min(calc((8/1040)*100vw), 8px) min(calc((10/1040)*100vw), 10px);
    text-decoration: underline
  }
}


/* ARTICLES */
.top2 .news-inner-links li {
  margin-bottom: min(calc((36/1040)*100vw), 36px)
}
@media screen and (max-width: 767px), print {
  .top2 .news-inner-links li {
    margin: calc((44/750)*100vw) auto 0
  }
}
@media screen and (max-width: 767px), print {
  .top2 .news-inner-links li:last-child {
    margin-bottom: 0
  }
}
@media screen and (min-width: 768px), print {
  .top2 .news-inner-links li:last-child a {
    border-bottom: none
  }
}

.top2 .news-inner-links li a.column {
  display: block;
  width: 100%;
  border-bottom: none!important
}
.top2 .news-inner-links li a .time {
  font-size: min(calc((15/1040)*100vw), 16px);
  margin-top: min(calc((10/1040)*100vw), 10px);
  font-weight: bold;
}
@media screen and (max-width: 767px), print {
  .top2 .news-inner-links li a .time {
    font-size: calc((28/750)*100vw);
    margin: calc((20/750)*100vw) auto 0;
    font-weight: bold
  }
}
.top2 .news-inner-links li a .ttl {
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 2.14286;
  font-size: calc((28/750)*100vw)
}
@media screen and (max-width: 767px), print {
  .top2 .news-inner-links li a .ttl {
    padding: calc((15/750)*100vw) 0 calc((25/750)*100vw)
  }
}
@media screen and (min-width: 768px), print {
  .top2 .news-inner-links li a .ttl {
    font-weight: 400;
    width: 100%;
    letter-spacing: 0.05em;
    line-height: 2.26667;
    font-size: min(calc((15/1040)*100vw), 15px)
  }
}
@media screen and (min-width: 768px), print {
  .top2 .news-inner-links li a.column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: min(calc((16/1040)*100vw), 16px) 0 min(calc((20/1040)*100vw), 20px)
  }
}
.top2 .news-inner-links li a.column img {
  margin-bottom: calc((35/750)*100vw)
}
@media screen and (min-width: 768px), print {
  .top2 .news-inner-links li a.column img {
    margin-bottom: min(calc((10/1040)*100vw), 10px);
  }
}
.top2 .news-inner-links {
  margin: calc((70/750)*100vw) auto 0
}
@media screen and (min-width: 768px), print {
  .top2 .news-inner-links {
    margin: min(calc((45/1040)*100vw), 45px) auto 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-wrap: wrap
  }
}
@media screen and (min-width: 768px), print {
  .top2 .news-inner-links li {
    width: min(calc((355/1040)*100vw), 355px)
  }
  .top2 .news-inner-links li:nth-child(even){
    margin-left: min(calc((40/1040)*100vw), 40px)
  }
  .top2 .news-inner > div.implementation .news-inner-links li:nth-child(even) {
    margin-left: min(calc((60/1040)*100vw), 60px)
  }
  .top2 .news-inner > div.implementation .news-inner-links li {
    width: min(calc((470/1040)*100vw), 470px)
  }

}

.ttl2 {
  color: #fff;
  background-color: #18c8a5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.ttl2::before {
  content: "";
  display: block;
  background-color: #fff;
}
@media screen and (max-width: 767px), print {
  .ttl2 {
    width: 100%;
    font-size: calc((38/750)*100vw);
    height: auto;
    padding: 0.2em
  }
  .ttl2::before {
    width: calc((20/750)*100vw);
    height: calc((6/750)*100vw);
    margin: 0 calc((25/750)*100vw) 0 calc((15/750)*100vw)
  }
}
@media screen and (min-width: 768px), print {
  .ttl2 {
    width: 100%;
    font-size: min(calc((24/1040)*100vw), 24px);
    height: min(calc((65/1040)*100vw), 65px)
  }
  .ttl2::before {
    width: min(calc((15/1040)*100vw), 15px);
    height: min(calc((5/1040)*100vw), 5px);
    margin: 0 min(calc((12/1040)*100vw), 12px) 0 min(calc((20/1040)*100vw), 20px)
  }
}


.news-navi {
  margin: min(calc((40 / 1040)* 100vw), 40px) auto 0;
  width: 100%;
  padding: 0;
  display: flex;
  border-radius: 1px;
  padding: 0;
  border: none;
  justify-content: center
}
.news-navi li {
  display: block;
  margin: min(calc((5 / 1040)* 100vw), 5px)　min(calc((25 / 1040)* 100vw), 25px);
}
.news-navi li a {
  margin: 0;
  font-size: 16px;
  padding: 0.6em 1.2em;
  display: block;
  line-height: 1em;
  height: min(calc((40 / 1040)* 100vw), 40px);
  font-weight: bold
}
.news-navi li.active a {
  margin: 0;
  padding: 0.6em 1.2em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: start;
  justify-content: center;
  -ms-flex-wrap: wrap;
  text-align: center;
  flex-wrap: wrap;
  position: relative;
  height: min(calc((40 / 1040)* 100vw), 40px);
  line-height: 1em
}
.news-navi li.active a::after {
  content: '';
  display: block;
  position: absolute;
  background: linear-gradient(to right, #18c8a5, #91f44f);
  width: 100%;
  height: calc((2/750)*100vw);
  bottom: 0
}
.pagectrl {
  margin: 40px auto;
  width: 100%;
  padding: 5px 5px;
  display: flex;
  padding: 0;
  border: none;
  justify-content: center;
  flex-wrap: wrap
}
.pagectrl li {
  font-size: 16px;
  display: block;
  border: 1px solid #999;
  padding: 0.5em 0.5em;
  line-height: 1em;
  margin: auto 2px;
  cursor: pointer

}
.pagectrl li.current {
  cursor: default;
  background: #f0f0f0;
  border: 1px solid #ccc
}
@media screen and (max-width:767px){
  .news-inner h4 {
    width: 100%
  }
  .news-navi {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .news-navi li {
    width: 48%;
  }
  .news-navi li a {
    margin: calc((10/750)*100vw) calc((10/750)*100vw);
    padding: calc((20/750)*100vw) 0;
    display: block;
    line-height: 1em;
    height: calc((68/750)*100vw);
    font-weight: bold
  }
  .news-navi li.active a {
    margin: calc((10/750)*100vw) calc((10/750)*100vw);
    padding: calc((20/750)*100vw) 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    text-align: left;
    flex-wrap: wrap;
    position: relative;
    height: calc((68/750)*100vw);
    line-height: 1em
  }
  .news-navi li.active a::after {
    content: '';
    display: block;
    position: absolute;
    background: linear-gradient(to right, #18c8a5, #91f44f);
    width: 100%;
    height: calc((4/750)*100vw);
    bottom: 0
  }
  .pagectrl {
    margin: 30px auto 0;
    width: 100%
  }
  .pagectrl li {
    font-size: 14px
  }
}


/* 20240710 */
h5.time {
  margin-bottom: 0!important;
}
h4.main-ttl {
  margin: min(calc((20 / 1040)* 100vw), 20px) auto min(calc((30 / 1040)* 100vw), 30px)!important;
  width: 100%;
  padding: 0!important;
  font-size: min(calc((30/1040)*100vw), 30px);
}
.news-content p {
  word-break: break-all;
  font-size: min(calc((17/1040)*100vw), 17px);
  line-height: 1.9;
}
.spacer {
  margin-top: min(calc((70 / 1040)* 100vw), 70px)!important;
  margin-bottom: min(calc((25 / 1040)* 100vw), 25px)!important;
}
p.img {
  margin: 0 auto min(calc((30 / 1040)* 100vw), 30px);
  width: 100%;
  padding: 0;
}
.spc {
  margin-top: 30px;
}

@media screen and (max-width:767px){
  .spc {
    margin-top: 0;
  }
  h4.main-ttl {
    margin: calc((10/750)*100vw) calc((10/750)*100vw);
    padding: calc((20/750)*100vw) 0;
    width: 100%;
    font-size: calc((38/750)*100vw);
    padding: 0.2em
  }
  .news-content p {
    font-size: calc((26/750)*100vw);
    margin: calc((60/750)*100vw) 0;
  }
  .spacer {
    margin-top: calc((100/750)*100vw)!important;
    margin-bottom: -4%!important;
  }
  .news-content .ttl2 {
    font-size: calc((32/750)*100vw)
  }
  p.img {
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
}

.index {
  border: 1px solid #cbcbcb;
  margin: min(calc((50 / 1040)* 100vw), 50px) auto min(calc((60 / 1040)* 100vw), 60px) !important;
  width: 100%;
  padding: min(calc((40 / 1040)* 100vw), 40px);
}
.index a {
  color: #236290;
  text-decoration: none;
}
.blue {
  color: #19C8A4!important;
  text-decoration: underline;
}
.index h6 {
  margin: 0;
  padding: 0;
  font-size: min(calc((20/1040)*100vw), 20px)
}
.index dl {
  margin: min(calc((20 / 1040)* 100vw), 20px) 0 0;
  padding: 0;
  font-size: 85%;
}
.index dt {
  margin: 0 0 0 25px;
  position:relative;
  padding: 0;
  line-height: 2;
}
.index dt:before {
	position:absolute;
	content:'';
	top: 0.7em;
	left: -20px;
	height:0;
	width:0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #236290;
}
.index dd {
  margin: 0 0 0 40px;
  position:relative;
  padding: 0;
  line-height: 2;
}
.index dd::before {	
  display: inline-block;	
  position:absolute;
	content:'';
	top: 0.8em;
	left: -15px;
  width: 5px;	
  height: 5px;	
  vertical-align: top;	
  border-radius: 5px;	
  background-color: #236290;
}
.index dd.sub {
  margin: 0 0 0 65px;
  position:relative;
  padding: 0;
  line-height: 2;
}
.index dd.sub::before {	
  display: inline-block;	
  position:absolute;
	content:'';
	top: 0.8em;
	left: -15px;
  width: 5px;	
  height: 5px;	
  vertical-align: top;	
  border-radius: 5px;	
  background-color: #236290;
}
@media screen and (max-width:767px){
  .index {
    border: 1px solid #cbcbcb;
    margin: calc((60/750)*100vw) 0 calc((80/750)*100vw)!important;
    width: 100%;
    padding: min(calc((40 / 1040)* 100vw), 40px);
  }
  .index h6  {
    font-size: calc((30/750)*100vw);
  }
  .index dt {
    margin: 0 0 0 15px;
  }
  .index dt:before {
    position:absolute;
    content:'';
    top: 0.7em;
    left: -15px;
    height:0;
    width:0;
    border-style: solid;
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #236290;
  }
  .index dd {
    margin: 0 0 0 30px;
  }
  .index dd.sub {
    margin: 0 0 0 50px;
    position:relative;
    padding: 0;
    line-height: 2;
  }
}

.subtitle {
  width: 100%;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.1em;
  position:relative;
  padding: 0;
  line-height: 2;
  color: #19C8A4;
  margin-bottom: -10px;
  margin-left: 35px;
  margin-top: min(calc((45 / 1040)* 100vw), 45px)!important;
  margin-bottom: min(calc((10 / 1040)* 100vw), 10px);
}

@media screen and (max-width: 767px), print {
  .subtitle {
    font-size: calc((32/750)*100vw);
    margin-top: calc((60/750)*100vw);
    padding-right: calc((40/750)*100vw);
    margin-bottom: -8%;
  }
}

@media screen and (min-width: 768px), print {
  .subtitle {
    white-space: nowrap;
    font-size: min(calc((24/1040)*100vw), 24px)
  }
}

.subtitle::before {
  display: inline-block;	
  position:absolute;
	content:'';
	top: 0.9em;
	left: -35px;
  vertical-align: top;	
  background: linear-gradient(to right, #18c8a5, #91f44f);
  width: 20px;
  height: 5px
}

@media screen and (max-width: 767px), print {
  .subtitle::before {
    margin: calc((5/750)*100vw) calc((26/750)*100vw) 0 calc((7/750)*100vw)
  }
}

.dtl {
  background-color: #f4f4f4;
  border: solid 2px #fff;
  box-shadow: 0 0 min(calc((27/1040)*100vw), 27px) rgba(0, 0, 0, 0.05);
  width: 100%;
  padding: 0 min(calc((25/1040)*100vw), 25px) min(calc((45/1040)*100vw), 45px);
  margin-top: min(calc((60/1040)*100vw), 60px)
}
.profile {
  margin: 0;
  padding: min(calc((560 / 1040)* 100vw), 50px) 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  align-content: center;
}
.profile dt {
  padding: 0;
  width: min(calc((150 / 1040)* 100vw), 150px);
  margin: 0 min(calc((40 / 1040)* 100vw), 40px);
}
.profile dt img {
  width: 100%;
}
.profile dd {
  margin: 0;
  padding: 0;
  width: auto;
}
p.author {
  margin: min(calc((20 / 1040)* 100vw), 20px)!important;
  line-height: 1.5;
}
.small {
  font-size: 60%;
}
.gray {
  color: #707070;
  font-size: 85%;
}
hr {
  margin: min(calc((80 / 1040)* 100vw), 80px) 0 min(calc((60 / 1040)* 100vw), 60px);
}
@media screen and (max-width: 767px), print {
  .dtl {
    margin: auto;
    border: solid 2px #fff;
    width: 100%;
    box-shadow: 0 0 calc((27/750)*100vw) rgba(0, 0, 0, 0.05);
    margin-top: calc((60/750)*100vw);
    padding-bottom: calc((20/750)*100vw)
  }
  .profile {
    margin: 0;
    flex-wrap: wrap;
    text-align: center;
  }
  .profile dt {
    padding: 0;
    width: 100%;
  }
  .profile dt img {
    width: 100%;
    max-width: calc((250/750)*100vw);
    margin: 0 auto;
  }
  .profile dd {
    margin: calc((20/750)*100vw) 0 calc((40/750)*100vw) ;
    padding: 0;
    width: 100%;
  }
  p.author {
    margin: calc((40/750)*100vw);
    line-height: 1.5;
  }
  hr {
    margin:  calc((100/750)*100vw) 0 calc((40/750)*100vw);
  }
}

.subtitle2 {
  width: 100%;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.1em;
  position:relative;
  padding: 0.5em 0;
  line-height: 2;
  text-align: center;
  margin-top: 0!important;
}

@media screen and (max-width: 767px), print {
  .subtitle2 {
    width: 100%;
    font-size: calc((38/750)*100vw);
    margin-top: calc((60/750)*100vw);
  }
}
@media screen and (min-width: 768px), print {
  .subtitle2 {
    white-space: nowrap;
    font-size: min(calc((30/1040)*100vw), 30px)
  }
}

.subtitle2::before {
  display: inline-block;	
  position:absolute;
	content:'';
	bottom: 0;
	left: 50%;
  transform: translateX(-50%);
  vertical-align: top;	
  background: linear-gradient(to right, #18c8a5, #91f44f);
  width: 30px;
  height: 4px;
}

p.time2 {
  margin: min(calc((10/1040)*100vw), 10px) 0 0!important;
  font-weight: bold;
}
h3.ttl {
  font-weight: normal;
}
@media screen and (max-width: 767px), print {
  p.time2 {
    margin: calc((30/750)*100vw) auto -10px!important;
  }
  h3.ttl {
    font-weight: normal;
  }
}

table {
  margin: min(calc((20 / 1040)* 100vw), 20px) 0;
  font-size: 80%;
  width: 100%;
  border-top: 1px solid #C6C6C6;
  border-left: 1px solid #C6C6C6;
}
th {
  color: #fff;
  font-weight: bold;
  background: #3DAAC1;
  text-align: center;
  border-bottom: 1px solid #C6C6C6;
  border-right: 1px solid #C6C6C6;
  padding: min(calc((10 / 1040)* 100vw), 10px) 0;
}
td {
  text-align: center;
  border-bottom: 1px solid #C6C6C6;
  border-right: 1px solid #C6C6C6;
  padding: min(calc((10 / 1040)* 100vw), 10px) 0;
}
th:nth-child(2){
  width: 25%;
}
th:nth-child(3) {
  width: 35%;
}
@media screen and (max-width: 767px), print {
  margin: -4% 0;
}
.sidebardate {
  font-size: 90%;
}

.dtl2 {
  background-color: #EFF8F3;
  border: solid 2px #fff;
  box-shadow: 0 0 min(calc((27/1040)*100vw), 27px) rgba(0, 0, 0, 0.05);
  width: 100%;
  padding: min(calc((30/1040)*100vw), 30px);
  margin-top: min(calc((60/1040)*100vw), 60px);
  margin-bottom: min(calc((60/1040)*100vw), 60px);
  text-align: center;
}
.request {
  margin: 0;
  padding:0;
}
.request dt {
  padding: 0;
  width:100%;
  margin: 0;
}
.request dt img {
  width: 100%;
}
.request dd {
  margin: 0;
  padding: 0;
  width: 100%;
}
p.maintitle {
  margin: 0;
  line-height: 2;
  font-size: min(calc((24/1040)*100vw), 24px);
  font-weight: bold;
  color: #006647;
  margin-top: min(calc((10/1040)*100vw), 10px);
}
.dtl2 .small {
  font-size: min(calc((18/1040)*100vw), 18px);
  font-weight: bold;
  margin-bottom: min(calc((20/1040)*100vw), 30px);
}
p.request_button {
  text-align: center;
  margin: min(calc((20/1040)*100vw), 20px) 0;
  font-size: min(calc((20/1040)*100vw), 20px);
  font-weight: bold;
}
p.request_button a {
  color:#F47027;
  text-decoration: underline;
}
p.request_button img {
  width: 60%;
  max-width: 400px;
  margin-bottom: min(calc((10/1040)*100vw), 10px);
}

@media screen and (max-width: 767px), print {
  .dtl2 {
    margin: auto;
    border: solid 2px #fff;
    width: 100%;
    box-shadow: 0 0 calc((27/750)*100vw) rgba(0, 0, 0, 0.05);
    margin-top: calc((60/750)*100vw);
    padding-bottom: calc((20/750)*100vw)
  }
  .profile {
    margin: 0;
    flex-wrap: wrap;
    text-align: center;
  }
  .profile dt {
    padding: 0;
    width: 100%;
  }
  .profile dt img {
    width: 100%;
    max-width: calc((250/750)*100vw);
    margin: 0 auto;
  }
  .profile dd {
    margin: calc((20/750)*100vw) 0 calc((40/750)*100vw) ;
    padding: 0;
    width: 100%;
  }
  p.maintitle {
    margin: calc((30/750)*100vw) 0 calc((10/750)*100vw);
    line-height: 1.62;
    font-size: calc((28/750)*100vw);
  }
  .dtl2 .small {
    margin: 0 0 calc((20/750)*100vw);
    line-height: 2;
    font-size: calc((20/750)*100vw);
  }
  p.request_button {
    text-align: center;
    margin: calc((20/750)*100vw) 0;
    font-size: calc((24/750)*100vw);
  }
  p.request_button img {
    width: 90%;
    max-width: 400px;
    margin-bottom: min(calc((20/1040)*100vw), 20px);
  }
}

.button{
  width: 250px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  color: #fff;
  background: #fff;
  border: 2px solid #006647;
  padding: 20px 10px;
  cursor: pointer;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  z-index: 99999;
}
.active{
  opacity: 1;
  visibility: visible;
}
.button a img {
  width: 90%;
  margin: min(calc((10/1040)*100vw), 10px) 0;
}
@media screen and (max-width: 767px), print {
  .button{display:none;}
}
.vtop td {
  vertical-align: top;
}
.w10 {
  width: 5%;
}
.a-left {
  padding-left: 10px;
  padding-right: 10px;
  width: 90%;
  text-align: left;
}
.a-left2 {
  padding-left: 10px;
  padding-right: 10px;
  width: 45%;
  text-align: left;
}
.a-left3 {
  padding-left: 10px;
  padding-right: 10px;
  width: 25%;
  text-align: left;
}
.a-left4 {
  padding-left: 10px;
  padding-right: 10px;
  width: 75%;
  text-align: left;
}
p.dot {
  margin: 0 0 0 15px;
  position:relative;
  padding: 0;
  line-height: 2;
}
p.dot::before {	
  display: inline-block;	
  position:absolute;
	content:'';
	top: 1em;
	left: -10px;
  width: 3px;	
  height: 3px;	
  vertical-align: top;	
  border-radius: 5px;	
  background-color: #000;
}

.subtitle02 {
  width: 100%;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.1em;
  position:relative;
  padding: 0;
  line-height: 2;
  color: #000;
  margin-bottom: -10px;
  margin-left: 25px;
  margin-top: min(calc((30 / 1040)* 100vw), 30px)!important;
  margin-bottom: min(calc((10 / 1040)* 100vw), 10px);
}

@media screen and (max-width: 767px), print {
  .subtitle02 {
    font-size: calc((28/750)*100vw);
    margin-top: calc((10/750)*100vw);
    padding-right: calc((40/750)*100vw);
    margin-bottom: -8%;
    margin-left: 20px;
  }
  p.dot {
    font-size: 100%!important;
  }
}

@media screen and (min-width: 768px), print {
  .subtitle02 {
    white-space: nowrap;
    font-size: min(calc((21/1040)*100vw), 21px)
  }
  p.dot {
    font-size: 100%!important;
  }
}

.subtitle02::before {	
  display: inline-block;	
  position:absolute;
	content:'';
	top: 1em;
	left: -20px;
  width: 8px;	
  height: 8px;	
  vertical-align: top;	
  border-radius: 5px;	
  background-color: #000;
}

.close {
  position: absolute;
  right: 0;
  top: -10px;
  z-index: 99999;
  COLOR: #000;
  text-align: right;
}
.close img {
  width: 34px;
  height: 30px;
}
.smaller {
  font-size: min(calc((12/1040)*100vw), 12px);
}

@media screen and (max-width: 767px), print {
  .picture {
    margin-top: calc((40/750)*100vw);
    margin-bottom: calc((20/750)*100vw);
  }
  .picture2 {
    margin-top: calc((40/750)*100vw);
    margin-bottom: calc((40/750)*100vw);
  }
  .subtitle02::before {	
    display: inline-block;	
    position:absolute;
    content:'';
    top: 1em;
    left: -20px;
    width: 6px;	
    height: 6px;	
    vertical-align: top;	
    border-radius: 5px;	
    background-color: #000;
  }
  .smaller {
    font-size: calc((19/750)*100vw);
  }
}

@media screen and (min-width: 768px), print {
  .picture {
    margin-top: min(calc((40 / 1040)* 100vw), 40px);
    margin-bottom: min(calc((10 / 1040)* 100vw), 10px);
  }
  .picture2 {
    margin-top: min(calc((40 / 1040)* 100vw), 40px);
    margin-bottom: min(calc((30 / 1040)* 100vw), 30px);
  }
}
.latest li {
  display: none;
}
.latest li:nth-child(1),
.latest li:nth-child(2),
.latest li:nth-child(3),
.latest li:nth-child(4),
.latest li:nth-child(5),
.latest li:nth-child(6) {
  display: block;
}
