@charset "utf-8";
@import url("header.css");
@import url("footer.css");
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100..900&display=swap');

* {
    box-sizing: border-box;
}

* html body {
	overflow: hidden;
}

html {
    font-size: 100%;
    text-size-adjust: 100%;
}

body {
    margin:0;
    padding:0;
    color: #000;
    font-family: '游ゴシック体', 'Yu Gothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'ＭＳ Ｐゴシック', 'メイリオ', sans-serif;
  
    /*14px-16px*/
    font-size: clamp(0.875rem, 0.844rem + 0.13vw, 1rem);
    font-feature-settings: "palt";    
    overflow-x: hidden;
    /*background-color: #f9f9f9;*/
}

a {
    color: rgb(32, 32, 223);
}
a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
}
a:hover {
    transition: all .5s;
    color:#000;
    text-decoration: none;
}

a[target=_blank][rel=noopener] {
	padding:2px 20px 2px 0;
    background:url("../img/icon_blank.png") no-repeat right center;
    background-size: 14px;
    margin-right: 5px;
}

a[type$="pdf"] {
	padding:2px 22px 2px 0;
    background:url("../img/icon_pdf.png") no-repeat right center;
    background-size: 18px;
}

h1,h2,h3,h4,h5,h6 {
    line-height: 140%;
}


h1 {
    /*28-46*/
    font-size: clamp(1.75rem, 1.525rem + 1.13vw, 2.875rem);
}
h2 {
    /*24-32*/
    font-size: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
}
h3 {
  /*22-26*/
  font-size: clamp(1.375rem, 1.325rem + 0.25vw, 1.625rem);
}
h4 {
  /*20-24*/
  font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
}
h5 {
  /*18-22*/
  font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
}
h6 {
  /*17-20*/
  font-size: clamp(1.063rem, 0.994rem + 0.34vw, 1.25rem);
}

form {
    margin:0;
    padding: 0;
}

img {
    border-width:0;
    max-width: 100%;
    height: auto;
}

table {
    border-collapse: collapse;
}


/*見出し*/
.headline {
    margin-bottom: 30px;
}
.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
    margin: 0;
}

.headline {
    padding-bottom: 10px;
    border-bottom: 1px #ddd solid;
    position: relative; /*下線用*/
}
.headline::before {
    position: absolute;
    border-bottom: 2px solid #004094;
    top: 100%;
    left: 150px;
    transform: translateX(-50%);
    width: 300px;
    content: '';
}


/*テキスト*/
.txtr { text-align: right; }
.txtl { text-align: left; }
.txtc { text-align: center; }

.red { color: red; }
.blue { color: blue; }

.break { word-break: break-all; }

.small {
    /*12-14*/
    font-size: clamp(0.75rem, 0.725rem + 0.13vw, 0.875rem);
}


/* リスト*/
.list {
    margin-top: 30px;
    margin-bottom: 30px;
}
.list li {
    margin-bottom: 10px;
    line-height: 140%;
}
.list li:last-child {
    margin: 0;
}

/*リスト*/
.lists li~li {
    margin-top: 5px;
}



/* 「※」マークつき*/
ul.notes {
    margin-left: 20px;
    margin-right: 20px;
    padding: 0;
    list-style-type: none;
}
ul.notes li {
    margin-bottom: 5px;
    margin-left: 1em;
    text-indent: -1em;
}
ul.notes li:before {
    display: inline;
    content: "※";
    padding-right: 3px;
}


/*ページネーション*/
/*
.pagination {}
*/

/*アコーディオンメニュー*/
.acmenu {
    margin: 0;
    padding:0;
}
.acmenu dt {
  	cursor:pointer;
}
.acmenu dd {
	display:none;
	margin:0;
}
.acmenu dd.active {
    display: block;
}
/*＋-ボタン*/
.acmenu dt.plus {
	background:url("../img/icon_plus.png") no-repeat right center;
	background-size: 30px;
}
.acmenu dt.plus-on {
	background:url("../img/icon_minus.png") no-repeat right center;
	background-size: 30px;
}


/*スクロールボックス*/
.scrollBox {
    overflow: auto;
}
.scrollBox::-webkit-scrollbar {
    width: 10px;
}
.scrollBox::-webkit-scrollbar-track {
    background: #f5f5f5;
}
.scrollBox::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 5px;
}

/*NEWマーク*/
.newmk {
    display: inline;
    color: #af1e81;
    margin-left: 10px;
    font-weight: bold;
    /*12-14*/
    font-size: clamp(0.75rem, 0.725rem + 0.13vw, 0.875rem);
    line-height: 100%;
}

/*フェードイン処理*/
.fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1500ms;
}
.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}


/*関連リンク*/
.takebox {
    width: 100%;
    max-width: 800px;
    margin: 50px auto 20px;
}
.takebox dl {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px #ddd solid;
    padding: 10px;
    border-radius: 10px;
}
.takebox dt {
    width: 200px;
    margin-right: 30px;
    font-family: "Vazirmatn", sans-serif;
    line-height: 100%;
    text-align: center;
    /*16-18*/
    font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
    padding-top: 70px;
    border-right: 1px #ddd dotted;
}
.takebox dd {
    flex: 1;
    margin: 0;
}
.takebox dd ul {
    margin: 0 0 0 20px;
    padding: 0;
}
.takebox dd a {
    font-weight: bold;
}

/*アイコン*/
.takebox dl#action dt {
    background:url("../img/icon_action.png") no-repeat center top;
    background-size: 60px;
}
.takebox dl#search dt {
    background:url("../img/icon_search.png") no-repeat center top;
    background-size: 60px;
}


/*----------------------*/
/*コンテンツ*/
/*----------------------*/
main {
    width: 100%;
    margin: 0 auto;

    background-image: url('../img/wave_gray.svg'), url('../img/wave_blue.svg');
    background-repeat: no-repeat, no-repeat;
    background-position: center bottom, center bottom;
    background-color: #fff;
    padding-bottom: 100px;
}

.contents {
    width: 100%;
    max-width: 1480px;
    padding: 0 40px;
    margin: 0 auto;
    /*border: 1px blue solid;*/
}

#theme {
    height: calc(50vh - 40px);
    min-height: 200px;
    margin-bottom: 40px;
    color: #004094;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    /*border: 1px green solid;*/
}
#theme h1 {
    margin: 0 0 20px;
}

/*マルキースクロール*/
.marquee-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  font-size: clamp(1.125rem, 0.6rem + 2.63vw, 3.75rem);
  letter-spacing: -1px;
  font-family: "Geologica", sans-serif;
  color: #e8ecf0;
  border-bottom: 1px #ddd solid;
}
.marquee-text {
  display: inline-block;
  padding-left: 10%;
  animation: scroll-left 50s linear infinite;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/*★テスト用*/
#widthtxt {
    color:red;
}

.memo {
    color: red;
}


/*★色テスト*/
.color-test p {
    color: #fff;
    line-height: 100%;
    padding: 5px 10px;
}
.color1 {
    background-color: #426890;
}
.color2 {
    background-color: #1185b3;
}
.color3 {
    background-color: #30c0d1;
}
.color4 {
    background-color: #93dbb4;
}




/****************************/
/*レスポンシブ*/
/****************************/
@media screen and (max-width: 1279px) {
}
@media screen and (max-width: 979px) {
    .contents {
        padding: 0 20px;
    }

    .takebox dt {
        width: 160px;
    }
}
@media screen and (max-width: 579px) {

    body {
        line-height: 140%;
    }
    .takebox {
        flex-direction: column;
    }
    .takebox dl {
        padding: 10px 20px 15px;
    }
    .takebox dt {
        width: 100%;
        margin: 5px 0 10px 0;
        padding: 1px 0 1px 40px;
        text-align: left;
        min-height: 30px;
        line-height: 100%;
        display: flex;
        align-items: center;
        border-width: 0;
    }
    .takebox dl#action dt {
        background-position: left center;
        background-size: 30px;
    }
    .takebox dl#search dt {
        background-position: left center;
        background-size: 30px;
    }
    .takebox dd ul {
        margin-left: 30px;
    }
}
@media screen and (max-width: 379px) {
    .contents {
        padding: 0 10px;
    }
    .takebox dl {
        padding: 10px;
    }
    .takebox dd ul {
        margin-left: 15px;
    }
}