@charset "UTF-8";
/* CSS Document */
#header{
  background-color: #fff;
}
.d_menu li a{
  color: #000!important;
  text-shadow: none!important;
}
.d_menu_link li a{
  background-color:#f0f0f0 ;
}
.l-main {
  margin-top: 103px;
  overflow: hidden;
  position: relative;
}

.c-bgSkew-r {
  overflow: hidden;
  position: absolute;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
}
.c-bgSkew-r::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  top: 0;
  left: 122%;
  width: 300px;
  height: 100%;
  background:rgba(51,136,223,0.1) ;
  transform-origin: left top;
  transform: skewX(
-40deg);
}

.p-mainHeading__ttlWrapInner{
  background-color: #f1f7ff;
  padding: 60px 0;
}
.c-heading1 {
  display: flex;
  font-size: 2.8rem;
  line-height: 1.3;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  letter-spacing: .2rem;
}
.c-heading1.-theme-lightBlue::before {
  background: #7ec8ff;
}

.l-section.-mb-lg:not(:last-child) {
  margin-bottom: 72px;
}
.c-heading2 {
  margin-bottom: 24px;
  padding: 0 0 0 16px;
  border-left: 4px solid #0065b0;
  font-size: 1.2rem;
  font-weight: 600;
}
.c-txt:not(:last-child) {
  margin-bottom: 24px;
}
.c-txt {
  line-height: 2;
}
.l-inner.-mb-lg:not(:last-child) {
  margin-bottom: 48px;
}

.c-heading1 {
  display: block;
}

.c-heading1__inner {
  flex: 1;
  position: relative;
}
.guid-detail {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto 70px auto;
}
.s_07 .accordion_one .accordion_header{
  color: #000;
  text-shadow: none;
}
#home a,.font-size{
  color: #000;
  text-shadow: none;
}
.main{
  max-width: 900px;
  height: 100%;
  margin: 100px auto;
  padding: 0 20px;
}
.main img{
  width: 100%;
}

.main a{
  color: #3388df;
  text-decoration: none;
  font-weight: 600;
}
.main p{
  text-align: right;
  width: 100%;
}

.animation1 {
  opacity : 0;
  transform: translateY(24px);
  transition: 1.5s;
}

.under{
  margin-bottom: 100px;
}
.date-title p{
  text-align: left;
  font-weight: 600;
}
.date-title{
  margin-bottom: 65px;
  border-bottom: 1px solid #c7c7c7;
  color: #000;
}
.bold{
  font-size: 0.9rem;
}
.font{
  font-size: 2.125rem;
  line-height: 2.5rem;
  padding: 25px 0 20px 0;
}
.photo ul li img{
  max-width: 425px;
  width: 100%;
}
.photo ul{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.url{
  padding: 3px 0  25px 0;

}
.paper{
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}
@media(max-width:1100px){
  .l-main{
    margin-top: 61px;
  }
}
@media(max-width:1060px){
.s_07 .accordion_one .accordion_header{
  color: #fff;
  text-shadow: none;
}
#home a,.font-size{
  color: #fff;
  text-shadow: none;
}
.photo ul{
  display: block;
}
.photo ul li:nth-child(odd) {
  margin-right: 0;
}
.photo ul li{
  margin-bottom: 10px;
}
}

@media(max-width:768px){
.p-breadcrumb {
  justify-content: flex-start;
}
#header{
  height: 60px;
}
.s_07 .accordion_one .accordion_header{
  color: #fff;
  text-shadow: none;
}
#home a,.font-size{
  color: #fff;
  text-shadow: none;
}
.l-main__content {
  padding-top:0;
}
.c-heading1 {
  font-size: 1.6rem;
}
main h2{
  font-size:1.2rem;
}
.main{
  margin: 50px auto;
}
.font{
  font-size: 1.6rem;
  line-height: 2.5rem;
}
.photo ul li img {
  max-width: 380px;
  width: 100%;
}
.photo ul{
  gap: 0;
}
.photo ul li {
  margin-bottom: 15px;
}
.font{
  font-size: 1.4rem;
}
.date-title{
  margin-bottom: 35px;
}
}