/*AG-Partner's overall site structure*/
/*©2026 AG-Partner All rights reserved*/
/*文章やドキュメントメインのサイトで使用*/


:root {
  --primary-color: #2b6cb0;
  --primary-light: #3182ce;
  --primary-dark: #2c5282;
  --accent-color: #38b2ac;
  --text-color: #2d3748;
  --light-gray: #f7fafc;
  --gray: #e2e8f0;
  --border-radius: 20px;
  --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --transition: all 0.3s ease;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body{
  font-family: "M PLUS Rounded 1c", serif;
  overflow-x: hidden;
  line-height: 1.6;
  padding-top: 70px;
  margin: 0;
  width: 100%;
  background-color: #f9fafb;
}

a {
  color: var(--primary-color);
  text-decoration: none; 
  transition: var(--transition);
}

a:visited {
  color: var(--primary-dark);
}

a:hover {
  color: var(--primary-light);
  text-decoration: none;
}
    summary {
    display: block;
    list-style: none;
  }
  summary::-webkit-details-marker,
  details summary::-webkit-details-marker {
    display: none;
    content: none;
  }
  details{
    display: block;
  }
  iframe{
    overflow-y: hidden;
  }
  ul{
    padding: 0;
    margin: 0;
  }

/* ヘッダーのロゴとタイトル配置 */
.logo-container {
  display: flex;
  align-items: center;
}

.top_info {
  color: white;
  font-weight: bold;
  font-size: 25px;
  margin: 0;
  padding: 0;
  line-height: 1;
}

  header {
    .logo{
    width: 50px;
    margin-left: 10px;
  }
  .top{
    display: flex;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    margin: 15px 20px;
    z-index: 1000;
  }
  }
.window-frame {
    background-image: url('/img/background/city.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 60px;
    height: 350px;
    position: relative;
    text-align: center;
    box-shadow: var(--shadow);
    margin-bottom: 20px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    -webkit-mask-image: linear-gradient(to bottom, black 95%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
}

.window-frame::before {
    content: "";
    position: absolute;
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    background: rgba(0,0,0,0.3); 
    z-index: 0;  
}


.window-label {
    position: relative;
    color: white;
    z-index: 1;
}
.hero-logo {
    width: 350px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding: 18px;
    border-radius: var(--border-radius);
    position: relative;
    z-index: 2;
}
section1{
    display: block;
    font-size: 20px;
    margin: 0;
    width: 100%;
}

.container {
    max-width: 1400px;
    width: 95%;
    margin: 0 auto;
    padding: 0 15px;
}

.entry-info{
    border-radius: var(--border-radius);
    padding: 20px;
    margin: 20px 0;
    width: 100%;
    text-align: center;
    font-size: 1.1rem;
    background-color: rgba(49, 130, 206, 0.1);
    color: var(--text-color);
    box-shadow: var(--shadow);
    padding-top: 70px;
}
.info_card {
    margin: 20px 0;
    text-align: left;
    background-color: #ffffff;
    border-radius: var(--border-radius);
    padding: 24px;
    box-shadow: var(--shadow);
    width: 100%;
}
.info_card .info_title{
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 1rem;
    border-bottom: 2px solid var(--primary-light);
    padding-bottom: 8px;
}
.info_card p5{
    font-size: 1rem;
    display: block;
    margin-bottom: 1rem;
}
.info_card ul {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}
.info_card ul li {
    margin-bottom: 0.5rem;
    position: relative;
}
.info_card hr {
    border: 0;
    height: 1px;
    background-color: var(--gray);
    margin: 1.5rem 0;
}

.information{
    background-color: rgb(219, 219, 219);
    padding-top: 15px;
    padding-bottom: 15px;
    width: 102%;
    text-align: center;
}
.information .link{
    overflow-x: auto; 
    white-space: nowrap;
    list-style: none;
    display: flex;
    gap: 30px;
    font-size: 20px;
    text-align: center;
    justify-content: center;
}
.information .link a li{
    padding: 12px;
    background-color: rgba(34, 0, 255, 0.384);
    border-radius: 15px;
}
.information .link a li:hover{
    opacity: 0.7;
}

.site_info_box{
    justify-content: center;
    text-align: center;
    background-color: #000000a5;
    color: white;
    height: auto;
    width: 100%;
    margin-bottom: -20px;
    margin-top: 20px;
    padding-bottom: 40px;
}
.site_info_box .site_info_1{
    padding-bottom: 5px;
}
.site_info_box .site_info_1 a{
    opacity: 0.7;
    color: inherit; 
    Text-decoration: none;
}
.site_info_box a:hover,
.site_info_box a:visited{
    opacity: 1;
    color: inherit; 
    Text-decoration: none;
}
.site_info_box .site_info_title{
    height: auto;
    width: 350px;
}  
.site_info_box  .link{
    overflow-x: auto; 
    white-space: nowrap;
    list-style: none;
    display: flex;
    gap: 30px;
    justify-content: center;
}
.site_info_box .link li {
    padding: 12px;
    border-radius: 10px;
    border: 1px solid white;
}
.site_info_1 {
    color: white;
    padding-bottom: 5px;
  }
  
  .site_info_1 a {
    opacity: 0.7;
    color: inherit;
    text-decoration: none;
  }
  
  a:hover, a:visited {
    opacity: 1;
    color: inherit;
    text-decoration: none;
  }
  
  .site_info_title {
    width: 350px;
  }
  .copyright{
    opacity: 0.7;
    color: white;
  }

@media screen and (max-width: 767px){
    
    body {
        padding-bottom: 70px; 
    }
    
    .hero-logo{
        width: 90%;
        max-width: 280px;
        margin: 0 auto;
    }
    .window-label{
        padding: 3px;
        width: 95%;
        margin: 0 auto 30px;
    }
    section1{
        width: 100%;
    }
    .entry-info{
        font-size: 20px;
    }
}
@media screen and (min-width: 768px){
    .window-frame{
        background-attachment: fixed;
    }

    .window-label{
        padding: 12px;
        margin: 0 auto;
        border-radius: 20px;
        width: 450px;
    }

}

/*ーーinformation_tabーー*/
.info_card h1{
    font-size: 25px;
    padding-left: 12px;
    padding-right: 12px;
}
.info_card p{
    font-size: 23px;
    padding-left: 12px;
    padding-right: 12px;
}
.info_card a:hover {
    border-bottom: #80ff00;
}
.info_r{
    color: #2600ff;
    font-size: 20px;
}

.logo {
    width: 40px;
}


/* ============================================
   iPad OS , iOS - Design Adjustments
   ============================================ */
   @supports (-webkit-touch-callout: none) {
    .window-frame {
        background-attachment: scroll !important;
    }
}