@charset "UTF-8"; /*************** main content ***************/ /*************** wrapper size ***************/ /*************** list size ***************/ /*************** color ***************/ /*************** width/height ***************/ html { font-size: 62.5%; /* 10px */ -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } @media only screen and (max-width: 834px), (max-device-width: 834px) { html { /* 10px */ font-size: 62.5%; } } body::-webkit-scrollbar { display: none; } .sec ul { font-size: 0; } .sec ul li { font-size: 1.6rem; color: #121212; } .sec table tr th, .sec table tr td { font-size: 1.6rem; color: #121212; line-height: 1.8; } .sec p, .sec a, .sec th, .sec td, .sec dt, .sec dd, .sec input, .sec textarea, .sec select { font-size: 1.6rem; color: #121212; line-height: 1.8; } .fa { margin: 0 .5em 0 0; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; } /* The root element ---------------------------------------- */ * { box-sizing: border-box; word-break: break-all; } *:before, *:after { box-sizing: border-box; word-break: break-all; } html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; } body { margin: 0; background: #fff; line-height: 1.5; color: #121212; font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif; font-size: 1.6rem; } /* HTML5 display definitions ---------------------------------------- */ article, aside, details, figcaption, figure, footer, header, main, nav, section, summary { display: block; margin: 0; } [hidden], template { display: none; } /* Grouping content ---------------------------------------- */ p, dl, dd, blockquote, figure, pre, ol, ul, li { margin: 0; padding: 0; } ol, ul, li { list-style-type: none; } pre { white-space: pre-wrap; word-wrap: break-word; } iframe { vertical-align: middle; } /* Text-level semantics ---------------------------------------- */ h1, h2, h3, h4, h5, h6 { margin: 0; font-weight: bold; font-style: normal; text-rendering: optimizeLegibility; line-height: 1.4; } h1 { font-size: 4rem; margin: 0 0 6rem; } @media only screen and (max-width: 834px), (max-device-width: 834px) { h1 { font-size: 2.5rem; margin: 0 0 3rem; } } h2 { font-size: 3rem; margin: 0 0 3rem; } @media only screen and (max-width: 834px), (max-device-width: 834px) { h2 { font-size: 2.3rem; margin: 0 0 3rem; } } h3 { font-size: 2.5rem; margin: 0 0 3rem; } @media only screen and (max-width: 834px), (max-device-width: 834px) { h3 { font-size: 2rem; margin: 0 0 3rem; } } h4 { font-size: 2rem; margin: 0 0 2rem; } @media only screen and (max-width: 834px), (max-device-width: 834px) { h4 { font-size: 1.8rem; margin: 0 0 3rem; } } a { color: #222; background: transparent; text-decoration: none; outline: none; transition: all 0.3s ease; } a:active, a:hover { outline: none; opacity: 0.7; } /* Embedded content ---------------------------------------- */ img { max-width: 100%; height: auto; border: 0; vertical-align: bottom; } svg:not(:root) { overflow: hidden; } /* Table ---------------------------------------- */ table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } /* Dispaly */ .hide { display: none; } /* ========================================================================================================================================== */ /** Layout */ /* =========================================================================================================================================== */ .l-main { margin-bottom: 30px; } /*===============================================*/ /*Header*/ /*===============================================*/ .l-header { width: 100%; padding: 1.5rem 2rem; } @media only screen and (max-width: 834px), (max-device-width: 834px) { .l-header { padding: 4vw 4.88vw; } } .l-header .mainNav { display: flex; justify-content: flex-end; align-items: center; } .l-header .mainNav .logo { margin: 0; font-size: 0; margin-right: auto; } .l-header .mainNav .logo p { padding: 0 0 0.75rem; font-weight:normal; } .l-header .mainNav .logo a { width: 12vw; display: inline-block; } @media only screen and (max-width: 834px), (max-device-width: 834px) { .l-header .mainNav .logo a { width: 40.85vw; } } .l-header .mainNav form { width: 25vw; margin-right: 2rem; } .l-header .mainNav form input[type=text] { width: 100%; font-size: 0.8vw; height: 2.5vw; padding: 10px; } .l-header .mainNav form input[type=submit] { width: 7vw; font-size: 0.8vw; } .l-header .mainNav .nav a { width: 12vw; height: 3vw; font-size: 0.83vw !important; } .l-header .mainNav .nav a:first-child { margin: 0 0.52vw 0 0; } @media only screen and (max-width: 834px), (max-device-width: 834px) { .l-header .mainNav .nav a:first-child { font-size: 10px !important; } } .l-header .mainNav .nav a[class^="btn_"] { display: flex; justify-content: center; align-items: center; } .l-header .mainNav .nav .logout { padding: 0.7vw 0; } .l-header .mainNav .nav .logout a { width: 100%; } .l-header .hiddenNav { /*============================ #toggle ============================*/ /*============================ # menu ============================*/ } .l-header .hiddenNav #toggle { display: block; position: relative; width: 3rem; height: 2.4rem; z-index: 9999; cursor: pointer; margin: 0; margin-left: 2rem; } .l-header .hiddenNav #toggle > span { display: block; margin: 0; border: none; width: 100%; height: 2px; background: #121212; transform-origin: 0% 50%; position: absolute; transition: .3s; border-radius: 50px; } .l-header .hiddenNav #toggle > span.two { top: 50%; margin-top:-1px; } .l-header .hiddenNav #toggle > span.three { bottom: 0; } .l-header .hiddenNav #toggle.on > span { background: #fff; z-index: 33333; } .l-header .hiddenNav #toggle.on .one { transform: rotate(45deg); width: 100%; } .l-header .hiddenNav #toggle.on .two { opacity: 0; } .l-header .hiddenNav #toggle.on .three { transform: rotate(-45deg); width: 100%; } .l-header .hiddenNav #toggle.on::after { content: inherit; } .l-header .hiddenNav #menu { font-family: 'Century Gothic'; position: absolute; top: 0; right: 0; z-index: 10; display: none; background: rgba(15, 49, 141, 0.95); width: 300px; height: 100vh; } @media only screen and (max-width: 834px), (max-device-width: 834px) { .l-header .hiddenNav #menu { width: 100vw; } } .l-header .hiddenNav #menu.show { display: block !important; } .l-header .hiddenNav #menu ul { width: 100%; padding: 100px 0 0 160px; } @media only screen and (max-width: 834px), (max-device-width: 834px) { .l-header .hiddenNav #menu ul { padding: 30vw 0 0 0; } } .l-header .hiddenNav #menu ul li { margin: 0 0 2.86vw; } @media only screen and (max-width: 834px), (max-device-width: 834px) { .l-header .hiddenNav #menu ul li { text-align: center; margin: 0 0 8.66vw; } } .l-header .hiddenNav #menu ul li a { color: #fff; } .l-header .hiddenNav #menu .login { display: block; text-align: center; margin: 2rem 0 12rem; } .l-header .hiddenNav #menu .login a { font-weight: bold; color: #fff; letter-spacing: 1.62px; text-decoration: underline; } .l-header .sp-sidebar-link { text-align: center; margin: 35px 0; font-size: 18px; } .l-header.-company .mainNav .normal_links { align-self: center; margin-right: 60px; } /* =============================================== */ /** Footer */ /* =============================================== */ footer { padding: 1.56vw 0; } footer .footer_inner { max-width: 62.45vw; margin: 0 auto; } @media only screen and (max-width: 834px), (max-device-width: 834px) { footer .footer_inner { width: 100%; } } footer .footer_inner ul { margin: 0 0 1.56vw 0; } @media only screen and (max-width: 834px), (max-device-width: 834px) { footer .footer_inner ul { justify-content: inherit !important; } } @media only screen and (max-width: 834px), (max-device-width: 834px) { footer .footer_inner ul li { margin: 0 2vw 2vw 0; } } footer .footer_inner ul li a { color: #fff; } /* =============================================== */ /** Block */ /* =============================================== */ .block { margin-bottom: 30px; } /* =============================================== */ /** Button */ /* =============================================== */ button, .btn { border-style: solid; border-width: 1px; cursor: pointer; font-weight: normal; line-height: normal; margin: 0 0 0; position: relative; text-decoration: none; text-align: center; border-radius: 0; display: inline-block; background-color: #f5a100; border-color: #f5a100; color: #fff; border-radius: 1px; transition: opacity 0.3s ease; padding: 5px 10px; line-height: 1.5; } button.-success, .btn.-success { background-color: #23b1a7; border-color: #23b1a7; } button.-alert, .btn.-alert { background-color: #e74c3c; border-color: #e74c3c; } button.-warning, .btn.-warning { background-color: #eb7a14; border-color: #eb7a14; } button.-info, .btn.-info { background-color: #3498db; border-color: #3498db; } button.-detail, .btn.-detail { background-color: #375794; border-color: #375794; } button.-simple, .btn.-simple { background-color: transparent; border-color: #000; color: #000; } button.-disabled, .btn.-disabled { background-color: gray; border-color: gray; pointer-events: none; } button.-link, .btn.-link { color: #000; background-color: #fff; border: none; text-decoration: underline; } button.-link:hover, button.-link:focus, .btn.-link:hover, .btn.-link:focus { color: #000; } button:hover, button:focus, .btn:hover, .btn:focus { opacity: 0.7; } button.-xlarge, .btn.-xlarge { padding: 12px 14px; font-size: 17px; font-weight: bold; } button.-large, .btn.-large { padding: 8px 16px; font-size: 16px; } button.-medium, .btn.-medium { padding: 6px 7px; font-size: 13px; } button.-small, .btn.-small { padding: 3px 6px; font-size: 12px; } button.-expand, .btn.-expand { width: 100%; } button.-rounded, .btn.-rounded { border-radius: 1000px; } button.-right, .btn.-right { float: right; } /* =============================================== */ /** Common */ /* =============================================== */ /* breadcrumb ---------------------------------------- */ .breadcrumb { max-width: 1200px; margin: 4rem auto 5rem; width: 100%; } @media only screen and (max-width: 834px), (max-device-width: 834px) { .breadcrumb { width: 100%; margin: 3rem auto; } } .breadcrumb ul { line-height: 2; letter-spacing: -0.4em; } .breadcrumb ul li, .breadcrumb ul a { display: inline-block; } .breadcrumb ul li { letter-spacing: normal; } .breadcrumb ul li:after { display: inline-block; content: ""; line-height: inherit; font-family: "FontAwesome"; margin: 0 10px; } .breadcrumb ul li:last-child:after { content: ""; } .breadcrumb ul li:first-child:before { display: inline-block; content: ""; color: inherit; line-height: inherit; font-family: "FontAwesome"; margin-right: .5em; } /* pagination ---------------------------------------- */ .pagination { display: flex; justify-content: center; align-items: center; } .pagination .number { display: flex; } .pagination .number a, .pagination .number span { display: flex; justify-content: center; align-items: center; background: #FFEA7A; border-radius: 50%; width: 35px; height: 35px; margin: 0 1rem; } .pagination .number a { color: #C5C5C5; } .pagination .prev, .pagination .next { text-decoration: underline; margin: 0 1rem; } .pagination.-default { justify-content: left; } .pagination.-default span, .pagination.-default a { border-radius: 5px; color: #fff; margin: 5px; padding: 5px 10px; } .pagination.-default span { background: #f3ba0c; } .pagination.-default a { background: #455053; } /* Side Nav ---------------------------------------- */ .snav ul { border-radius: 5px; border: 1px solid #ddd; } .snav ul li { border-bottom: 1px solid #ddd; } .snav ul li:last-child { border: none; } .snav ul li a { display: block; padding: 15px 20px; color: inherit; font-size: 15px; font-weight: bold; } .snav ul li a .fa { color: #999; } .snav ul .inner-menu { border-radius: 0px; display: none; } .snav ul .inner-menu li { padding-left: 14px; } .snav ul i { transition: 1s; } /* Table ---------------------------------------- */ .tbl { width: 100%; border-top: 1px solid #dadddd; border-left: 1px solid #dadddd; font-size: 14px; } .tbl th, .tbl td { padding: 5px; border-right: 1px solid #dadddd; border-bottom: 1px solid #dadddd; vertical-align: top; } .tbl th { background: #f6f7f7; font-weight: bold; } .tbl thead th { width: auto; } .tbl.-darken { border-top: 1px solid #c4c9ca; border-left: 1px solid #c4c9ca; } .tbl.-darken th, .tbl.-darken td { border-right: 1px solid #c4c9ca; border-bottom: 1px solid #c4c9ca; } .tbl.-darken th { background: #e5e7e8; } .tbl.-rounded { border-radius: 5px; border-collapse: separate; } .tbl.-rounded tr:first-child th:first-child, .tbl.-rounded tr:first-child td:first-child { border-radius: 5px 0 0 0; } .tbl.-rounded tr:first-child th:last-child, .tbl.-rounded tr:first-child td:last-child { border-radius: 0 5px 0 0; } .tbl.-rounded tr:last-child th:first-child, .tbl.-rounded tr:last-child td:first-child { border-radius: 0 0 0 5px; } .tbl.-rounded tr:last-child th:last-child, .tbl.-rounded tr:last-child td:last-child { border-radius: 0 0 5px 0; } .tbl.-fixed { table-layout: fixed; } .tbl.-detail th { width: 30%; text-align: left; vertical-align: middle; } .tbl_wrap { margin-bottom: 20px; overflow-x: auto; } /* Label Styles */ label { color: #383838; cursor: pointer; font-weight: normal; line-height: inherit; margin-right: 10px; display: inline-block; } form .require { color: #e74c3c; } .input_group input, .input_group textarea { display: inline-block; } input[type="checkbox"], input[type="radio"] { position: relative; top: 2px; } input[type="file"], input[type="checkbox"], input[type="radio"] { margin: 0 6px 0 0; } select { margin: 0 6px 0 0; } /* Normalize file input width */ input[type="file"] { width: 100%; } span.error { display: block; padding: 0.5rem; font-size: 1.25rem; font-style: italic; background: #e74c3c; color: #fff; margin: 10px 0; } .frm_submit { padding: 30px 0; } .frm_submit.-center { text-align: center; } /* =============================================== */ /** Message */ /* =============================================== */ .msgbox { border-radius: 5px; margin-bottom: 20px; padding: 15px; background-color: #fdf4da; border: 1px solid #f6ce54; color: #c2950a; font-size: 16px; } .msgbox.-success { background-color: #def3f1; border-color: #a7dfdb; color: #1f9f96; } .msgbox.-alert { background-color: #fbe4e1; border-color: #f5b7b1; color: #e43422; } .msgbox.-warning { background-color: #fcebdb; border-color: #f7c9a1; color: #df7413; } .msgbox.-info { background-color: #e0eff9; border-color: #add5f0; color: #2892d9; } /* =============================================== */ /** Top */ /* =============================================== */ @media only screen and (min-width: 40.063em) { .tbl th, .tbl td { padding: 10px 10px; font-size: inherit; } } @media only screen and (max-width: 40em) { button.-small_only_expand, .btn.-small_only_expand { width: 100%; } .tbl_wrap .tbl { width: 180%; } } .login-user { font-size: 16px; text-align: center; } @media only screen and (max-width: 834px), (max-device-width: 834px) { .login-user { font-size: 14px; margin-top: 0.5rem; } } .logout { width: 135px; display: inline-block; padding: 0; } .logout a { font-weight: bold; margin: 0 0 0 auto; background: #0063A0; color: #fff; border-radius: 10px; padding: 1rem; width: 100%; display: block; text-align: center; } select[readonly], input[type=radio][readonly] { pointer-events: none; background-color: #ddd; } select[readonly] + label, input[type=radio][readonly] + label { pointer-events: none; } .input-note { font-size: 13.5px; } .upload-btn { width: 100%; } .upload-btn input[type=file] { display: none; } .flatPicker { width: 120px !important; cursor: pointer; } input[type=time] { cursor: pointer; } .l-content { width: 70%; display: inline-block; } @media only screen and (max-width: 834px), (max-device-width: 834px) { .l-content { width: 100%; } }