@charset "UTF-8";

/* Noto Sans JPフォント定義 */
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Noto Sans CJK JP Regular"), local("Noto Sans JP"), 
         url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'), 
         url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'), 
         url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans JP Medium';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format('woff2'), 
         url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format('woff'), 
         url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans JP Bold';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format('woff2'), 
         url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format('woff'), 
         url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans JP Light';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: local("Noto Sans CJK JP Light"), local("Noto Sans JP"), 
         url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format('woff2'), 
         url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format('woff'), 
         url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format('opentype');
}

/* リセットCSS */
* {
    margin: 0;
    padding: 0;
}

html {
    background: #fff;
}

/* 基本スタイル */
body {
    -webkit-text-size-adjust: 100%;
    background: url(../../img/back.png) repeat-x #f5f7fb;
    line-height: 130%;
    font-family: 'Noto Sans JP', sans-serif;
    min-width: 1024px;
}

body.home {
    background: url(../../img/back_home.png) repeat-x #f5f7fb;
}

h2 {
    background-color: #000;
    color: #fff;
    font-size: 120%;
    border-bottom: 3px solid #70D0FF;
    margin-bottom: 10px;
    line-height: 130%;
    padding: 5px 0 5px 20px;
}

a {
    color: #0072ff;
    outline: none;
}

.err {
    color: #ff0000;
    font-size: 90%;
    display: block;
}

img {
    border: none;
}

dt {
    font-weight: bold;
}

/* レイアウト */
#wrap {
    margin: 0;
}

/* ヘッダー共通スタイル */
.header-wrapper {
    width: 100%;
    background: #023F64;
}

#header {
    width: 1024px;
    margin: 0 auto;
    height: 87px;
}

#cont {
    background: #fff;
}

#simpleCont {
    width: 980px;
    margin: 0 auto;
    padding: 33px 22px 10px;
}

.home #simpleCont {
    padding: 20px 22px 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* ヘッダー */
#header {
    height: 87px;
}

#headerCont {
    width: 1024px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

#header #logo {
    padding: 10px 0 0 38px;
}

.home #header #logo {
    padding: 10px 0 0 0;
}

#header #logo a {
    display: inline-block;
}

#header #topCont {
    margin: 12px 16px 0 0;
    text-align: right;
}

#header #topnavi {
    list-style-type: none;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

#header #topnavi a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    display: inline-block;
    margin-right: 10px;
}

#header #topnavi .quickLink {
    position: absolute;
    background: #0c8db3;
    z-index: 10000;
    text-align: left;
    display: none;
    box-shadow: 3px 3px 8px #666;
}

#header #topnavi .quickLink p {
    display: block;
}

#header #topnavi .quickLink p a {
    padding: 4px 10px;
    display: block;
    border: none !important;
    color: #fff;
    font-size: 80%;
    margin: 0;
}

#header #topnavi .quickLink p a:hover {
    background: #53cdec;
}

#header #nicksym {
    display: inline-block;
    margin-top: 13px;
    line-height: 24px;
    margin-right: 4px;
}

#header .welcome {
    color: #85B8CC;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
}

#header #symbol a {
    display: inline-block;
    vertical-align: middle;
}

.lnkLinkTouch {
    color: #fff !important;
    background: #0c8db3;
}

#title {
    color: #fff;
    clear: both;
    line-height: 27px;
    width: 1024px;
    margin: 0 auto;
    font-family: 'Noto Sans JP Medium', sans-serif;
    font-size: 14px;
}

#title span {
    display: inline-block;
    margin-left: 42px;
}

/* Home */
#home {
    display: flex;
    justify-content: space-between;
}

#home ul {
    list-style-type: none;
}

#home ul #main {
    width: 692px;
}

#home #themeimg {
    width: 692px;
    height: 205px;
    box-shadow: 0 0 1px #aaa;
    margin-bottom: 20px;
}

#home #simpleMenu {
    background: #fff;
    width: 692px;
    margin-bottom: 20px;
}

#home #simpleMenu h2 {
    padding: 10px 20px 1px;
    margin: 0;
    background: #fff;
    border: none;
    color: #023F64;
    font-family: 'Noto Sans JP Bold';
    font-weight: normal;
    font-size: 23px;
}

#home #simpleMenu h2 span {
    display: inline-block;
    color: #6A6A6A;
    font-family: 'Noto Sans JP';
    font-size: 13px;
    margin-left: 10px;
}

#home #simpleMenu ul {
    border-top: 2px solid #023F64;
    display: flex;
    flex-wrap: wrap;
    width: 692px;
    height: 380px;
    align-content: space-around;
    justify-content: space-evenly;
    padding: 10px 0;
}

#home #simpleMenu ul li a {
    width: 317px;
    height: 79px;
    display: block;
    color: #023F64;
    font-family: 'Noto Sans JP Medium';
    text-decoration: none;
    font-size: 18px;
    position: relative;
    filter: drop-shadow(0px 1.5px 1.5px rgba(0,0,0,.2));
}

#home a {
    transition: all 0.2s ease;
    text-decoration: none;
}

#home a:hover {
    opacity: 0.7;
}

#home #simpleMenu ul li a span {
    display: block;
    padding: 36px 0 0 26px;
}

#home #simpleMenu ul li a span.tworow {
    padding: 28px 0 0 26px !important;
}

#home #simpleMenu ul li a span span.vs {
    color: #B2855B;
    display: inline-block;
    text-align: left;
    padding: 0 !important;
    margin: 0 3px;
    font-size: 13px;
    letter-spacing: 2px;
}

#home #simpleMenu ul li#simple1 a {
    background: url(../../img/top_simple1.png) no-repeat center center;
}

#home #simpleMenu ul li#simple2 a {
    background: url(../../img/top_simple2.png) no-repeat center center;
}

#home #simpleMenu ul li#simple3 a {
    background: url(../../img/top_simple3.png) no-repeat center center;
}

#home #simpleMenu ul li#simple4 a {
    background: url(../../img/top_simple4.png) no-repeat center center;
}

#home #simpleMenu ul li#simple5 a {
    background: url(../../img/top_simple5.png) no-repeat center center;
}

#home #simpleMenu ul li#simple6 a {
    background: url(../../img/top_simple6.png) no-repeat center center;
}

#home #simpleMenu ul li#simple10 a {
    background: url(../../img/top_simple8.png) no-repeat center center;
}

#home #simpleMenu ul li#simple11 a {
    background: url(../../img/top_simple9.png) no-repeat center center;
}

#home #applicationMenu ul {
    display: flex;
    justify-content: space-between;
}

@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, #home #applicationMenu ul li {
        margin: 0 3.5px;
    }
}

#home #applicationMenu ul a {
    background: #CEA44C url(../../img/white-arrow.png) no-repeat 200px center;
    display: inline-block;
    width: 220px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border: 1.3px solid #fff;
    box-shadow: 0 0 3px #aaa;
    border-radius: 3.6px;
}

#home #side #submenu {
    margin-top: 10px;
}

#home #side #submenu a {
    width: 224px;
    height: 51px;
    line-height: 51px;
    display: block;
    background: url(../../img/submenu.png) no-repeat center center;
    padding-left: 28px;
    font-family: 'Noto Sans JP Medium';
    font-size: 16px;
    color: #000;
    letter-spacing: 1.5px;
}

#home #side #external a {
    margin: 10px 5px 12px;
    display: block;
}

#home #side #external li#loan_support img {
    border: 1px solid #fff;
}

#home #side #external img {
    border-radius: 8px;
    box-shadow: 0 0 4px #999;
}

#home a.aspNetDisabled {
    opacity: 0.5 !important;
}

#home a.aspNetDisabled:hover {
    opacity: 0.5 !important;
}

/* 回答エリア */
.ans {
    border-radius: 5px;
    padding: 20px;
    margin: 0 0 10px;
    background: #fff;
    box-shadow: 0 0 2px #dbdde0;
}

.ans table {
    border-collapse: collapse;
    margin: 0 auto 15px;
}

.ans tr:not(:first-child):not(:last-child) {
    border-bottom: 1px solid #cbcbcb;
}

.ans tr.total th,
.ans tr.total td {
    border-top: 2px solid #999;
}

.ans th, .ans td {
    padding: 7px 20px;
}

.ans th {
    background: #f5f6fb;
    font-weight: normal;
}

.ans td {
    text-align: right;
}

.ans td label {
    font-family: 'Noto Sans JP Bold', sans-serif;
    font-size: 21px;
    color: #CC1F03;
    display: inline-block;
    margin: 0 3px;
}

/* フッター - common.cssで統一管理 */

/* シミュレーションヘッダー */
#simHeader {
    display: flex;
    justify-content: space-between;
}

#simHeader #simHeaderSummary h1 {
    font-family: 'Noto Sans JP Medium', sans-serif;
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 36px;
}

#simHeader #simHeaderSummary #summary {
    background: url(../../img/badge.png) no-repeat 21px center;
    padding-left: 104px;
    min-height: 73px;
    font-size: 16px;
    line-height: 24px;
    color: #4D4D4D;
    padding-right: 5px;
}

#simHeader #img {
    text-align: center;
}

#simHeader #img #readHelp {
    background: #fff url(../../img/kaisetu.png) no-repeat 15px center;
    line-height: 34px;
    padding: 0 10px 0 45px;
    text-align: left;
    font-size: 16px;
    width: 175px;
    border-radius: 17px;
    color: #4D4D4D;
    white-space: nowrap;
    box-shadow: 0 0 2px #dbdde0;
}

/* メニューアイコン */
.simpleMenuIcon {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.simpleMenuIcon li {
    width: 317px;
    margin: 10px;
}

.simpleMenuIcon li a {
    display: block;
    width: 317px;
    height: 79px;
    text-align: center;
    color: #023F64;
    font-family: 'Noto Sans JP Medium';
    font-size: 18px;
    text-decoration: none;
    padding: 28px 0 0 26px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    filter: drop-shadow(0px 1.5px 1.5px rgba(0,0,0,.2));
}

.simpleMenuIcon li#simple1 a {
    background-image: url(../../img/top_simple1.png);
}

.simpleMenuIcon li#simple2 a {
    background-image: url(../../img/top_simple2.png);
}

.simpleMenuIcon li#simple3 a {
    background-image: url(../../img/top_simple3.png);
}

.simpleMenuIcon li#simple4 a {
    background-image: url(../../img/top_simple4.png);
}

.simpleMenuIcon li#simple5 a {
    background-image: url(../../img/top_simple5.png);
}

.simpleMenuIcon li#simple6 a {
    background-image: url(../../img/top_simple6.png);
}

.simpleMenuIcon li#simple10 a {
    background-image: url(../../img/top_simple8.png);
}

.simpleMenuIcon li#simple11 a {
    background-image: url(../../img/top_simple9.png);
}

/* お役立ちリンク */
#quick {
    position: relative;
}

.quickLink {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border: 1px solid #023f64;
    padding: 10px;
    width: 250px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 1000;
    display: none;
}

.quickLink p {
    margin: 5px 0;
}

.quickLink a {
    color: #023f64;
    font-size: 12px;
}

/* ユーザー情報 */
#nicksym {
    clear: both;
    text-align: right;
    padding-top: 5px;
}

.welcome {
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
}

#symbol img {
    height: 20px;
    vertical-align: middle;
}

/* Firebase Authentication連携用 */
.auth-loading {
    display: none;
}

.auth-loading.active {
    display: block;
    text-align: center;
    padding: 20px;
}

/* ログインページ用スタイル */
.login-container {
    max-width: 400px;
    margin: 50px auto;
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.login-container h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #023f64;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    color: #333;
    font-weight: 500;
}

.form-group input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
}

.form-group input:focus {
    outline: none;
    border-color: #023f64;
}

.btn {
    width: 100%;
    padding: 10px;
    background: #023f64;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}

.btn:hover {
    background: #035080;
}

.error-message {
    color: #d32f2f;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
}

.links {
    text-align: center;
    margin-top: 20px;
}

.links a {
    color: #023f64;
    text-decoration: none;
    font-size: 14px;
}

.links a:hover {
    text-decoration: underline;
}