@charset "utf-8";

/* CSS Document */
body,
html,
div,
ul {
    margin: 0;
    padding: 0;
    line-height: 1;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
}

.footlinks li {
    font-family: Arial, Helvetica, 'Noto Sans JP', sans-serif;
    font-size: 13px;
    line-height: 1.1;
}

.footlinks a {
    color: #4A6D40;
    font-weight: bold;
    text-decoration: none;
}

.footlinks a:hover {
    text-decoration: underline;
}

.red {
    color: #f22;
}

a {
    color: #1c1c1c;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/*
a[target="_blank"]::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f08e";
    margin-left: 5px;
}*/

header {
    width: 100%;
}
.container {
    width: 85%;
    max-width: 1310px;
    margin-left: auto;
    margin-right: auto;
}

.logo-container {
    display: flex;
    align-items: center;
    max-height: 80px;
    height: 80px;
    min-height: 44px;
}

img#logo {
    height: 44px;
}

#topnavi {
    width: 100%;
    height: 50px;
    color: #fff;
    background-color: #56565A;
    border-bottom: solid 1px
}

#topnavi ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style-type: none;
    height: 50px;
}

#topnavi ul li {
    font-size: 13px;
    height: 100%;
    line-height: 1.1;
}

#topnavi ul li a {
    display: block;
    color: #fff;
    font-weight: normal;
    height: 100%;
}

#topnavi ul li a:hover {
    color: #ddd;
    border-bottom: solid 1px #fff;
    transition: 1s;
}

.shortmenu {
    border-left: solid 1px #fff;
    display: inline-block;
    margin: 15px 0;
    padding: 0 15px;
}

li:first-child .shortmenu {
    border-left: none;
}

#topnavi ul li span.current {
    display: block;
    color: #ddd;
    height: 100%;
    border-bottom: solid 1px #fff;
}

#topnavi ul li a.buttonmenu {
    padding: 8px 10px;
    border: solid 1px #fff;
    border-radius: 2px;
    height: 34px;
    margin-top: 8px;
    background-color: rgba(255, 255, 255, 0.5);
    transition: 0s;
    line-height: 1;
}

#topnavi ul li a.buttonmenu:hover {
    color: #eee;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.4);
}

#hero {
    position: relative;
    height: auto;
    padding-bottom: 5px;
}

.slidemessage {
    color: #fff;
    font-size: 28px;
    font-family: Arial, Helvetica, 'Noto Sans JP', sans-serif;
    font-weight: bold;
    position: absolute;
    top: 45%;
    right: 60px;
    z-index: 5;
    text-align: right;
    width: auto;
    padding: 0 30px;
  -webkit-text-stroke: 4px rgba(0, 0, 0, 0.3);
  text-stroke: 4px rgba(0, 0, 0, 0.3);
  paint-order: stroke;
}

#greenwrapper {
    background-color:#5C7E52;
}

#marketgraphics {
    display: flex;
    justify-content: space-around;
    color: #fff;
    list-style-type: none;
    padding: 30px 0;
    font-weight: bold;
}

#marketgraphics li::before {
    content: url
}

#breadcrumb {
    color: #1c1c1c;
    padding: 10px 0;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    min-height: 56px;
}

#breadcrumb p {
    font-size: 13px;
    padding: 6px 0;
}

div.main {
    color: #1c1c1c;
    padding: 30px 0;
}

.titleimage-container {
    width: 100%;
    margin: 15px 0 50px;
}

img.titleimg {
    width: 100%;
}

p,
li {
    font-size: 14px;
    line-height: 1.8;
}

.main p {
    margin: 11px 0;
}

.main ul li {
    margin-top: 3.5px;
    margin-bottom: 4px;
}

h1 {
    font-size: 34px;
    color: #666;
    text-align: center;
    font-weight: normal;
    padding: 0 0 10px;
    line-height: 1.2;
}

small {
    font-size: 20px;
    font-weight: 400;
}

.main .subtitle {
    font-size: 20px;
    margin: 10px 30px 80px;
    line-height: 1.3;
    text-align: center;
}

.em {
    font-weight: bold;
}

h2 {
    font-size: 18px;
    font-weight: bold;
    color: #666;
    margin: 0 0 15px;
    line-height: 1.2;
}

#toppage h3 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin: 30px 0 10px;
    line-height: 1.2
}

#privacypolicy h3 {
    color: #666;
    margin: 30px 0 10px;
    font-size: 14px;
    line-height: 1.4;

}
#privacypolicy p {
    color: #666;
    font-size: 13px;
    line-height: 1.5;
}
#privacypolicy ol li {
        color: #666;
    margin-left: 30px;
    font-weight: bold;
        line-height: 1.5;
    font-size: 13px;
}
#privacypolicy ol li p {
    color: #666;
    margin-top: 5px;
    font-weight:normal;
    font-size: 13px;
    line-height: 1.5;
}

#toppage ol li {
    list-style-position: inside;
    margin: 0 10px 0 20px;
}

#toppage p {
    margin-bottom: 20px;
}

#toppage .sidemenu li {
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0;
}
.main ul {
    margin-left: 1.5em;
    margin-top: 11px;
    margin-bottom: 11px;
}

.main ul li ul {
    margin: 2px 0 15px 3em;
}

.main ul li ul li {
    list-style-type: disc;
}

.list_wrapper {
    display: flex;
    justify-content: center;
}
.ref_list {
    margin: 40px 0 10px;
    color: #666;
    display: flex;
    flex-wrap: wrap;
}

.ref_list p {
    margin: 8px 0;
}

.ref_list p a,
.ref_list h3 a,
.ref_list a i {
    color: #666;
}

.ref_list h3 a {
    text-decoration: none;
}

.refdoc_icon_right {
    width: auto;
    margin-left: 0;
    margin-right: 20px;
    text-align: right;
}

.refdoc_icon_left {
    width: auto;
    margin-left: 20px;
    margin-right: 0;
    text-align: left;
}

.refdoc_icon_left2 {
    width: auto;
    max-width: 380px;
    margin-left: 0;
    margin-right: 30px;
    text-align: left;
}

.refdoc_icon {
    margin-bottom: 20px;
    width: 74px;
    height: 74px;
    line-height: 74px;
    background-color: none;
    border-radius: 50%;
    border: solid 1px #ddd;
    color: #666;
    text-align: center;
    font-size: 27px;
    display: inline-block;
}

.refdoc_icon a {
    display: block;
    width: 74px;
    height: 74px;
}

#sidebar {
    width: auto;
    padding: 50px 0;
    font-size: 13px;
    color: #2e2e2e;
}

#toppage #sidebar {
    color: #5C7E52;
}

.sidemenu {
    padding: 0;
}

.sidemenu li {
    list-style: none;
    line-height: 1.5;
}

.sidemenu .current {
    color: #666;
    background-color: #f8f8f8;
    font-weight: bold;
    padding: 7px 20px 8px;
}

.sidemenu .current a {
    font-weight: normal;
    padding: 3px 0;
}

.sidemenu .current li a {
    padding: 4px 4px 4px 0;
}

.sidemenu .current .current {
    padding: 4px 0;
}

.sidemenu li a {
    display: block;
    color: #2e2e2e;
    font-weight: normal;
    height: 100%;
    width: 100%;
    padding: 7px 0 8px 20px;
}

.sidemenu li ul li {
    margin-left: 20px;
}

.footnav {
    color: #fff;
    background-color: #56565A;
}

.footnav ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 25px 0;
}

.footnav li {
    font-size: 11px;
    padding: 3px 10px 4px;
    border-right: solid 1px #fff;
}

.footnav li:last-child {
    border-right: none;
}

.footnav li.current {
    font-weight: bold;
}

.footnav a {
    color: #fff;
    text-decoration: none;
}

.footnav a:hover {
    text-decoration: underline;
}

.footnav a:visited {
    color: #fff;
}

footer {
    padding: 18px 0;
}

footer .container {
    display: flex;
    justify-content: space-between;
}

address {
    color: #1c1c1c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    max-width: 20em;
    margin-bottom: 5px;
    line-height: 1.1;
}

footer a {
    color: #4A6D40;
    font-weight: bold;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

.footlinks {
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 12px;
    padding-left: 0;
    max-width: 50em;
}

.footlinks li {
    padding: 3px 10px 4px;
    height: 20px;
    border-right: solid 1px #ddd;
}

.footlinks li:first-child {
    padding-left: 0;
}

.footlinks li:last-child {
    border-right: none;
}

p.marketsicon {
    color: #666;
    text-align: center;
    margin: 0 0 0;
    padding-bottom: 10px;
    font-size: 22px;
}

li.marketsicon {
    text-align: center;
    color:#fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: space-between;
}

li.marketsicon a {
    color:#fff;
    text-decoration: none;
}

li.marketsicon a.mkt-icon {
    margin-bottom: 12px;
}

li.marketsicon i {
    font-size: 36px;
}

.icon-flight {
    display: block;
    height: 90%;
}

/**** ふわっと ****/
/* その場で */
.fadeIn{
    animation-name:fadeInAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
    @keyframes fadeInAnime{
      from {
        opacity: 0;
      }
    
      to {
        opacity: 1;
      }
    }

/* 下から */
.fadeUp{
    animation-name:fadeUpAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
    @keyframes fadeUpAnime{
      from {
        opacity: 0;
        transform: translateY(100px);
      }
    
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

/* 左からシャッ */

.fadeLeft{
    animation-name:fadeLeftAnime;
    animation-duration:0.3s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
    @keyframes fadeLeftAnime{
      from {
        opacity: 0;
        transform: translateX(-100px);
      }
    
      to {
        opacity: 1;
        transform: translateX(0);
      }
    }

/* 左から */

hr {
  text-align: center;
  width: 50%;
  border: none;
  border-top: 1px solid #ddd;
  position: relative; /* 丸を表示するための相対位置 */
  height: 8px;
  overflow: visible;
  margin: 40px auto 30px; /* 上下のマージンと左右中央寄せ */
}

hr::after {
  content: ' ';
  position: absolute;
  left: 50%;
  top: -5px; /* 丸が線の中央にくるように調整 */
  transform: translateX(-50%);
  width: 8px; /* 丸のサイズ */
  height: 8px; /* 丸のサイズ */
  line-height: 8px;
  border: solid 1px #ddd;
  background-color: #fff;
  border-radius: 50%; /* 丸くする */
}

#form-tbl .inquiry_label {
    margin-bottom: 0;
}

textarea, input {
    width: 100%;
    margin-bottom: 5px;
}

input.short {
    width: calc(100% - 95px);
    padding-top:5px;
    line-height: 1.2;
}

.btn {
    padding: 20px 15px;
    display: flex;
    justify-content: center;
}
.btn input {
    margin:0 10px;
}

@media(min-width: 768px) {
    #main-wrapper {
        display: flex;
        justify-content: center;
    }

    .main {
        margin-top: 120px;
    }

    #toppage .main {
        margin-top: 0;
    }

    header {
        position: fixed;
        width: 100%;
        top: 0;
        background-color: rgba(255, 255, 255, 0.9);
        z-index: 99;
    }

    #hero {
        margin-top: 140px;
    }

    h2,li.msg {
        margin-left: 20px;
    }

    #toppage h2 {
        margin-left: 0;
    }

    #sidebar {
        min-width: 200px;
        max-width: 300px;
    }

    #toppage #sidebar {
        width: 450px;
        max-width: 450px;
    }

    .sidemenu li {
        width: 100%;
    }

    .sidemenu .current {
        padding-left: 50px;
    }

    .sidemenu li a {
        padding-left: 50px;
    }

    .sidemenu li ul li {
        list-style-type: disc;
        padding-left: 0;
    }

    .sidemenu li ul li a {
        padding-left: 0;
        padding-right: 0;
    }

    .logo-container {
        height: 44px;
    }

    #breadcrumb {
        margin-top: 138px;
        border-top: solid 1px #ddd;
        vertical-align: middle;
    }

    #breadcrumb p {
        text-align: right;
    }
    /*==================================================
    タブメニュー
    ===================================*/
    /*tabの形状*/
    .tabwrapper {
        margin-top: 40px;
    }

    .main .tab_list {
        margin-left: 0;
        margin-bottom: 0;
    }

    .main .tab_list li {
        margin-bottom: 0;
    }

    .content_wrapper {
        margin-top: 0;
        position: relative;
        top: -1px;
    }

    .tab {
        display: flex;
    }

    .tab li {
        list-style-type: none;
        white-space: nowrap;
        border-top: solid 1px #ddd;
        border-left: solid 1px #ddd;
        border-bottom: solid 1px #ddd;
    }

    .tab li:last-child {
        border-top: none;
        width: 100%;
    }

    .tab li.active {
        border-bottom: solid 1px #f5f5f5;
    }

    .tab li a {
        display: block;
        background: #fff;
        margin: 0;
        padding: 10px 20px;
        text-decoration: none;
    }

    .tab li.active a {
        background: #f5f5f5;
        font-weight: bold;
    }

    .area {
        display: none;
        /*はじめは非表示*/
        opacity: 0;
        /*透過0*/
        background: #f5f5f5;
        padding: 25px 20px 30px;
        border-left: solid 1px #ddd;
        border-right: solid 1px #ddd;
        border-bottom: solid 1px #ddd;
    }

    .area p {
        margin: 3px 0;
    }

    .area ul {
        padding-left: 20px;
    }

    .area ul li {
        padding: 3px 0;
    }

    .area ul li ul {
        padding-top: 0;
        padding-left: 30px;
    }

    .area ul li ul li {
        list-style-type: disc;
    }

    /*areaにis-activeというクラスがついた時の形状*/
    .area.is-active {
        display: block;
        /*表示*/
        animation-name: displayAnime;
        animation-duration: 0;
        animation-fill-mode: forwards;
    }

    @keyframes displayAnime {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }
}

@media(min-width: 990px) {
    .ref_list {
        clear: none;
    }
    .refdoc_icon_left {
        max-width: 390px;
        float: none;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 20px;
    }
    .refdoc_icon_left2 {
        float: none;
        width: 45%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 20px;
    }
    .refdoc_icon_right {
        max-width: 390px;
        float: none;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        margin-bottom: 20px;
    }
    .refdoc_icon_left .refdoc_icon {
        margin-right: 20px;
    }
    .refdoc_icon_left2 .refdoc_icon {
        margin-right: 20px;
    }
    .refdoc_icon_right .refdoc_icon {
        margin-left: 20px;
    }
    .refdoc_text {
        max-width: auto;
    }
}
@media(max-width: 767px) {
    .pconly {
        display: none;
    }

    #toppage .main {
        padding-bottom: 20px;
    }

    .slidemessage {
        font-size: 20px;
        right: 30px;
    }

    #sidebar {
        clear: both;
        border-top: dashed 1px #ddd;
    }

    #toppage #sidebar {
        padding-top: 0;
        border-top: none;
    }

    .footnav ul {
        display: block;
    }

    .footnav ul li {
        display: inline;
    }

    footer .container {
        display: block;
    }

    .footlinks {
        width: 100%;
        display: block;
    }

    .footlinks li {
        display: inline;
        line-height: 1.1;
    }
    .ref_list {
        display: block;
    }
    .refdoc_icon_left {
        width: auto;
        float: left;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .refdoc_icon_left2 {
        width: auto;
        float: left;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .refdoc_icon_right {
        width: auto;
        float: right;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .refdoc_icon_left .refdoc_icon {
        margin-right: 20px;
    }
    .refdoc_icon_left2 .refdoc_icon {
        margin-right: 20px;
    }
    .refdoc_icon_right .refdoc_icon {
        margin-left: 20px;
    }
    .refdoc_text {
        max-width: auto;
    }
}
@media(max-width:370px ) {
    .slidemessage {
        top: 35%;
        padding-left: 50px;
    }
}