@charset "UTF-8";
* {
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #002E4E;
    width: 1280px;
    height: auto;
    margin: 0 auto;
    background-attachment: fixed;
    background-image: linear-gradient(22.5deg, rgba(67, 67, 67, 0.02) 0%, rgba(67, 67, 67, 0.02) 29%, rgba(47, 47, 47, 0.02) 29%, rgba(47, 47, 47, 0.02) 37%, rgba(23, 23, 23, 0.02) 37%, rgba(23, 23, 23, 0.02) 55%, rgba(182, 182, 182, 0.02) 55%, rgba(182, 182, 182, 0.02) 69%, rgba(27, 27, 27, 0.02) 69%, rgba(27, 27, 27, 0.02) 71%, rgba(250, 250, 250, 0.02) 71%, rgba(250, 250, 250, 0.02) 100%), linear-gradient(67.5deg, rgba(117, 117, 117, 0.02) 0%, rgba(117, 117, 117, 0.02) 14%, rgba(199, 199, 199, 0.02) 14%, rgba(199, 199, 199, 0.02) 40%, rgba(33, 33, 33, 0.02) 40%, rgba(33, 33, 33, 0.02) 48%, rgba(135, 135, 135, 0.02) 48%, rgba(135, 135, 135, 0.02) 60%, rgba(148, 148, 148, 0.02) 60%, rgba(148, 148, 148, 0.02) 95%, rgba(53, 53, 53, 0.02) 95%, rgba(53, 53, 53, 0.02) 100%), linear-gradient(135deg, rgba(190, 190, 190, 0.02) 0%, rgba(190, 190, 190, 0.02) 6%, rgba(251, 251, 251, 0.02) 6%, rgba(251, 251, 251, 0.02) 18%, rgba(2, 2, 2, 0.02) 18%, rgba(2, 2, 2, 0.02) 27%, rgba(253, 253, 253, 0.02) 27%, rgba(253, 253, 253, 0.02) 49%, rgba(128, 128, 128, 0.02) 49%, rgba(128, 128, 128, 0.02) 76%, rgba(150, 150, 150, 0.02) 76%, rgba(150, 150, 150, 0.02) 100%), linear-gradient(90deg, #ffffff, #ffffff);
}


/* ----- ナビゲーション ----- */

.nav {
    display: block;
    /* background-color: #fff; */
    width: 100%;
    height: 120px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.nav img {
    display: block;
    height: 100px;
    padding-top: 20px;
    margin: 0 auto;
}

.nav a img:hover {
    opacity: 0.6;
    transition: 0.3s;
}

.index-nav img {
    width: 1280px;
    display: block;
    margin: 0 auto;
}


/* ----- ナビゲーション/ここまで ----- */


/* ----- メインコンテンツ ----- */

.main-content {
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    width: 90%;
    display: flex;
    justify-content: space-between;
}


/* ----- メインコンテンツ/ここまで ----- */


/* ----- 左側メニュー ----- */

.menu-left {
    margin-top: 43px;
    width: 25%;
}

.menu-left ul {
    background-color: white;
}

.menu-left li {
    display: block;
    font-size: 20px;
    border: #ddd solid 1px;
    padding: 8px 40px;
    margin: 0;
}

.menu-left li a {
    color: #008dbd;
}

.menu-left li a:hover {
    opacity: 0.6;
    transition: 0.3s;
    color: #008dbd;
}

.menu-left .menu-content {
    color: #008dbd;
}

.menu-left .menu-left-top {
    font-weight: bold;
}

.menu-left .menu-title {
    border-left: 2px solid #002E4E;
    color: #002E4E;
}

.menu-left .menu-last {
    margin-bottom: 60px;
}


/* ----- 左側メニュー/ここまで ----- */


/* ----- 右側メニュー(index) ----- */

.menu-right {
    width: 65%;
    /* background-color: white; */
    margin-bottom: 100px;
    padding-bottom: 30px;
}

.menu-right .index-right-top {
    display: block;
    margin: 0 auto;
    width: 80%;
}

.menu-right .index-right-top p {
    margin-top: 30px;
    text-align: center;
    font-size: 1.2em;
}

.menu-right .index-right-top h2 {
    margin: 0 auto;
    font-size: 30px;
    text-align: center;
    margin-top: 30px;
    border-bottom: #002E4E solid 1px;
}

.menu-right .index-right-contents {
    display: block;
    margin: 0 auto;
    width: 80%;
}

.menu-right .index-right-contents h2 {
    margin: 0 auto;
    margin: 100px auto 50px;
    font-size: 30px;
    text-align: center;
    border-bottom: #002E4E solid 1px;
}

.index-right-contents a {
    color: #002E4E;
}

#item:hover {
    opacity: 0.6;
}

.index-right-item {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 70px;
    display: flex;
}

.index-right-item img {
    width: 100px;
    margin-right: 30px;
}

#warikan {
    width: 100px auto;
}

.index-right-article h3 {
    border-left: #002E4E solid 3px;
    border-bottom: #002E4E solid 1px;
    padding-left: 7px;
    margin-bottom: 20px;
}


/* ----- 右側メニュー(index)/ここまで ----- */


/* ----- calc-right -----  */


/*.menu-right {
width: 65%;
background-color: white; 
margin-bottom: 100px;
padding-bottom: 30px;
}
上に記述済み
*/

.calc-right {
    margin-top: 43px;
    border: 2px solid #002E4E;
    border-radius: 2em;
    background-color: white;
    height: 767px;
}

.calc-right p {
    padding: 20px 0 20px;
    text-align: center;
    font-size: 1.5em;
}

.calc-right h2 {
    width: 80%;
    margin: 0 auto;
    font-size: 30px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 100px;
    border-bottom: #002E4E solid 1px;
}

.calc-right form {
    display: block;
    margin: 0 auto;
    width: 90%;
}

.calc-form {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.circle {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.calc-form-item {
    padding: 0 30px;
    text-align: center;
    margin-bottom: 30px;
}

.calc-form label {
    font-weight: bold;
    font-size: 1.5em;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.calc-form input {
    width: 90%;
    padding: 30px 15px;
    font-size: 30px;
    border-radius: 5px;
    border: 1px solid #002E4E;
    margin-bottom: 50px;
    box-sizing: border-box;
    text-align: center;
}

.calc-form input:focus {
    border: 2px solid #002E4E;
    z-index: 10;
    outline: 0;
}


/* ----- calc-right/ここまで -----  */


/* ----- gacha ----- */

.gacha h2 {
    margin-bottom: 50px;
}


/* ----- button ----- */

.calc-btn {
    text-align: center;
}

.calc-btn button {
    /* font-weight: bold; */
    font-size: 20px;
    border: 2px solid #002E4E;
    border-radius: 5px;
    background: white;
    padding: 15px 60px;
    margin-bottom: 50px;
}

.calc-btn button:hover {
    transition: 0.3s;
    color: white;
    background: #002E4E;
}


/* ----- button/ここまで ----- */

#result {
    font-size: 30px;
}

#result span {
    font-size: 50px;
    font-weight: bold;
}

#result small {
    font-size: 22px;
}


/* ----- フッター ----- */

.footer {
    width: 90%;
    display: block;
    margin: 0 auto;
    border-top: #002E4E solid 1px;
    padding: 50px;
}

.footer ul {
    text-align: center;
}

.footer ul li {
    margin-bottom: 50px;
}

.footer ul li a {
    font-size: 1.2em;
    color: #002E4E;
}

.footer ul li a:hover {
    opacity: 0.6;
    transition: 0.2s;
}


/* ----- フッター/ここまで ----- */