/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated:2010-09-17
Author:Richard Clark - http://richclarkdesign.com 
Twitter:@rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ul {
    list-style:none;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration:line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
* { box-sizing:border-box; }
*:focus { outline: none; }
input, select, label {
    vertical-align:middle;
    outline:none;
}
input[type=text], input[type=password], select, textarea {
    border:1px solid #a9a9a9;
}
input::-ms-clear {
    display:none;
}
textarea{ outline:none; }
input,select,textarea{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-overflow: '';
}
select::-ms-expand { display: none; }
::-webkit-input-placeholder {
    color:#ccc;
}
:-ms-input-placeholder {
    color:#ccc;
}
::placeholder{
    color:#ccc;
}
a { cursor: pointer; }
ul { list-style:none; }
a { color:inherit; text-decoration:underline; }
a:hover, .hover:hover { opacity:0.8; text-decoration:none; }
@font-face {
    font-family: 'Noto';
    font-style: normal;
    font-weight: bold;
    src: url('../font/NotoSansCJKjp-Medium.woff') format('woff'),
         url('../font/NotoSansCJKjp-Medium.ttf')  format('truetype');
}
@font-face {
    font-family: 'Noto';
    font-style: normal;
    font-weight: normal;
    src: url('../font/NotoSansCJKjp-Regular.woff') format('woff'),
         url('../font/NotoSansCJKjp-Regular.ttf')  format('truetype');
}

html {
    font-size:62.5%;
    height:100%;
    overflow-x:hidden;
    overflow-y:scroll;
    -webkit-text-size-adjust:100%;
}
body {
    height:100%;
    font-size: 1.4rem;
    line-height:2.4rem;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color:#333;
    background-color:#fff;
}
main {
    display:block;
}
section {
    background-color:#fff;
}
.cf:after {
    content:"";
    display:block;
    clear:both;
}
@media screen and (min-width:768px) {
    .pc_block{ display:block !important; }
    .pc_inline { display:inline !important; }
    .pc_flex { display:flex !important; }
    .pc_hide { display:none !important; }
}
.hide { display:none !important; }
.tac { text-align:center !important; }
.tal { text-align:left !important; }
.tar { text-align:right !important; }

#wrap {
    min-width:1170px;
    width:100%;
    height:100%;
    background:#fff;
}
#main {
    z-index:1;
}
.outer {
    width:1170px;
    margin:auto;
}
header {
    width:100%;
    position:relative;
    z-index: 4;
    background-color: #fff;
    border-bottom:1px solid #F5F5F5;
}
header:after {
    display:block;
    content:'';
    width:100%;
    height:1px;
    border-top:1px solid #CCCCCC;
    background-color:#F5F5F5;
    border-bottom:1px solid #F1F1F1;
}
header .outer {
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding: 0.5em 0;
}
h1 {
    font-family:'Noto';
    font-size:2rem;
    font-weight:bold;
}
h1 a {
    display:flex;
    justify-content:flex-start;
    align-items:center;
    text-decoration:none;
}
h2 {
    font-size:2.4rem;
    color:#0098A6;
    margin: -0.5em auto 1em;
    text-align: center;
}
header nav ul {
    display:flex;
    justify-content:center;
    align-items:center;
}
@media screen and (min-width:768px) {
    header h1 img {
        margin-right:1em;
    }
    header nav ul li + li {
        margin-left:3em;
    }
    header nav ul li a {
        position:relative;
        text-decoration:none;
    }
    header nav ul li a:hover:after,
    header nav ul li a.current:after {
        content:'';
        position:absolute;
        left:0;
        bottom:-10px;
        display:inline-block;
        width:100%;
        height:2px;
        background-color:#0098A6;
    }
}
#user {
    font-size:1.8rem;
    text-align:right;
    margin:1.5em 0;
}
section {
    margin:1em 0 4em;
}
h3 {
    position:relative;
    font-family:'Noto';
    font-size:2.4rem;
    font-weight:normal;
    padding: 1em 0;
}
h3:before,
h3:after{
    position:absolute;
    display:block;
    content:'';
    height:2px;
    width:100%;
    top:0;
    left:0;
}
h3:before{
    background-color:#0098A6;
}
h3:after{
    background-color:#CCCCCC;
    left: 15%;
    width: 85%;
}

footer {
    position:relative;
    text-align:center;
    border-top:1px solid #CCCCCC;
}
footer .outer {
    padding:2em 0 3em;
}
footer:before {
    display:block;
    content:'';
    width:100%;
    height:1px;
    border-top:1px solid #F5F5F5;
    background-color:#F1F1F1;
    border-bottom:1px solid #F5F5F5;
}
footer #copyright {
    font-size:1rem;
    margin-top:1em;
}

.button {
    text-align:center;
    padding: 1.5em 0;
}
.btn {
    position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    height: 4em;
    width: 310px;
    margin: auto;
    text-decoration:none;
    cursor: pointer;
    background-color:#fff;
}
.btn.send:after {
    position:absolute;
    content:'';
    display:inline-block;
    width:14px;
    height:12px;
    background-image:url('../img/btn_arrow_send.png');
    background-repeat: no-repeat;
    background-size:contain;
    vertical-align:middle;
    right:2em;
    top:1.4em;
}
.btn.back:after {
    position:absolute;
    content:'';
    display:inline-block;
    width:14px;
    height:12px;
    background-image:url('../img/btn_arrow_back.png');
    background-repeat: no-repeat;
    background-size:contain;
    vertical-align:middle;
    left:2em;
    top:1.4em;
}
.alert {
    color:#a60000;
}
table {
    border-top:2px solid #ccc;
    border-bottom:2px solid #ccc;
    width:100%;
}
table th, table td {
    white-space:nowrap;
    padding:0.6em 1em 0.6em 1.4em;
    text-align:center;
    border-top:1px solid #D7D7D7;
}
table th {
    background-color:#EFEFEF;
    white-space:nowrap;
    overflow:hidden;
}
table tbody tr:nth-of-type(1) th,
table tbody tr:nth-of-type(1) td {
    border-top:none;
}
table th + th,
table td + td {
    border-left:1px solid #ccc;
}
table tfoot tr:nth-of-type(1) td,
table tfoot tr:nth-of-type(1) th {
    border-top:2px solid #ccc;
}

ul.column_table {
    border-top:2px solid #ccc;
    border-bottom:2px solid #ccc;
    width:100%;
    display:flex;
    justify-content: space-between;
}
ul.column_table li {
    display:flex;
    flex-direction:column;
}
ul.column_table li + li {
    border-left:1px solid #ccc;
}
ul.column_table li .label,
ul.column_table li .value {
    flex-basis:auto;
    text-align:center;
    padding:0.6em 1em 0.6em 1.4em;
}
ul.column_table li .label {
    background-color:#EFEFEF;
    font-weight:bold;
}
ul.column_table li .value {
    border-top:1px solid #ccc;
}

form {
    background-color:#EFEFEF;
    padding: 2.4em 2em;
}
form dl {
    display:flex;
    flex-wrap:wrap;
    align-items:center;
}
form dl dt {
    font-weight:bold;
    flex-basis:14.4%;
}
form dl dd {
    flex-basis:85.6%;
}
form dl dt, form dl dd {
    margin-bottom:1em;
}
input,select,textarea,button {
    border:1px solid #D3D3D3 !important;
    padding:0.55em 0.8em;
    font-size:inherit;
}
form input[type=radio],
form input[type=checkbox] {
    display: none;
}
form label {
    display: inline-block;
    position: relative;
    padding: 0 0 0 1.8em;
    margin-right:1em;
}
form label:after,
form label:before {
    position: absolute;
    content: "";
    display: block;
    background: #fff;
}
form input[type=radio] + label:before,
form input[type=radio] + label:after {
    left: 2px;
    top: 3px;
    width: 14px;
    height: 14px;
    border: 1px solid #ccc;
    border-radius:50%;
}
form input[type=checkbox] + label:before,
form input[type=checkbox] + label:after {
    left: 2px;
    top: 3px;
    width: 14px;
    height: 14px;
    border: 1px solid #ccc;
}
form input[type=radio] + label:after,
form input[type=checkbox] + label:after {
    background: #0098A6;
    opacity: 0;
    transition: all .2s linear;
}
form input[type=radio]:checked + label:after,
form input[type=checkbox]:checked + label:after {
    opacity: 1;
}
.submit {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background: #0098A6;
    width:235px;
    height: 3em;
    color:#fff;
    margin:auto;
    cursor: pointer;
}
.submit.search:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../img/btn_icon_search.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    left: 1.7em;
    top: 0.9em;
}
nav.page {
    margin:3em 0;
    display:block;
    text-align:center;
}
nav.page ul {
    display:flex;
    justify-content:center;
}
nav.page li {
}
nav.page li + li {
    margin-left:0.7em;
}
nav.page li a {
    display:flex;
    position:relative;
    justify-content: center;
    align-items: center;
    border:1px solid #ccc;
    width:2.5em;
    height:2.5em;
    text-decoration:none;
}
nav.page li.current a,
nav.page li a:hover {
    background-color:#0098A6;
    color:#fff;
}
nav.page li.prev a:after,
nav.page li.next a:after {
    position:absolute;
    content:'';
    display:block;
    width:14px;
    height:12px;
    background-size:contain;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
nav.page li.prev a:after {
    background-image:url('../img/page_arrow_prev.png');
    background-repeat: no-repeat;
}
nav.page li.prev a:hover:after {
    background-image:url('../img/page_arrow_prev_h.png');
    background-repeat: no-repeat;
}
nav.page li.next a:after {
    background-image:url('../img/page_arrow_next.png');
    background-repeat: no-repeat;
}
nav.page li.next a:hover:after {
    background-image:url('../img/page_arrow_next_h.png');
    background-repeat: no-repeat;
}

/* ログイン */
body.login h2 {
    margin: 2.6em auto 0;
}
body.login section.login {
    margin: 0 auto 2em;
}
body.login .login_form {
    background-color: #fff;
    width: 640px;
    margin: 0 auto;
    padding: 0 2em;
}
body.login .login_form input[type=text],
body.login .login_form input[type=password] {
    width:100%;
    margin-top:2em;
}
body.login .login_form button[type=submit] {
    margin:1em auto 2em;
}
body.login.repass input[name=pass] {
    margin-top:4rem;
}
body.login.repass #student_no {
    display:block;
    font-size: 1.8rem;
    margin: 1.5em 0 -0.5em;
}

/* お知らせ */
ul.info {
}
ul.info li {
    display:flex;
    flex-wrap:nowrap;
    margin-bottom: 0.6em;
}
ul.info li .date {
    flex-basis: 12%;
    white-space:nowrap;
    display:block;
}
ul.info li a {
    color:#0098A6;
    flex-basis: 88%;
    display: block;
}
body.info section.info.detail h3 {
    font-size:2.0rem;
    font-weight:bold;
}
body.info section.info.detail h3:before,
body.info section.info.detail h3:after {
    content:none;
}
body.info section.info.detail {
}

/* 単位認定状況 */
section.credit ul.status {
    display:flex;
}
section.credit ul.status li {
    background-color: #E4F5F7;
    display: flex;
    align-items:stretch;
    height:1.8em;
    line-height:1.8em;
    padding-right: 0.5em;
    margin-right: 1.0em;
    margin-bottom: 0.7em;
}
section.credit ul.status li span {
    display: block;
    background-color: #0098A6;
    color: #fff;
    padding: 0 0.7em;
    margin-right: 0.7em;
}
section.credit ul.column_table li {
    white-space:nowrap;
    overflow: hidden;
}
section.credit ul.column_table li:nth-of-type(1) {
    flex-basis: 40%;
}
section.credit ul.column_table li:nth-of-type(2) {
    flex-basis: 40%;
}
section.credit ul.column_table li:nth-of-type(3) {
    flex-basis: 10%;
}
section.credit ul.column_table li:nth-of-type(4) {
    flex-basis: 10%;
}
section.credit .alert {
    border: 1px solid #a60000;
    width: 570px;
    margin: 1em auto 6em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3em;
}
section.credit .alert + .alert {
	margin-top:-5em;
}

/* 活動状況 */
section.activity table tr th:nth-of-type(1) {
    width: 17%;
}
section.activity table tr th:nth-of-type(2) {
    width: 17%;
}
section.activity table tr th:nth-of-type(3) {
    width: 35%;
}
section.activity table tr td:nth-of-type(3) {
    text-align:left;
    white-space: normal;
}
section.activity table tr th:nth-of-type(4) {
    width: 17%;
}
section.activity table tr td:nth-of-type(4) {
    text-align:left;
    white-space: normal;
}
section.activity table tr th:nth-of-type(5) {
}
section.activity .total {
    text-align:right;
    margin-top:1em;
}
body.activity section.plan_form {
    margin-bottom:3em;
}
body.activity form .button {
    margin-top: 0.5em;
    padding: 0;
}
body.activity form .button .submit {
    margin-top:0.5em;
}
body.activity section.activity {
    margin: 1em 0 3.5em;
}
body.activity section.activity .count {
    display:flex;
    justify-content: space-between;
    margin-bottom:1em;
}
body.activity section.activity table th:nth-of-type(1) {
    width:17%;
}
body.activity section.activity table th:nth-of-type(2) {
    width:51%;
}
body.activity section.activity table th:nth-of-type(3) {
    width:17%;
}
body.activity section.activity table th:nth-of-type(4) {
    width:15%;
}
body.activity section.activity table td:nth-of-type(2) {
    text-align:left;
    white-space: normal;
}
body.activity section.activity table td:nth-of-type(4) {
    text-align:center;
}
/* report */
section.report table tr th:nth-of-type(1) {
    width: 77%;
}
section.report table tr td:nth-of-type(1) {
    text-align:left;
    white-space: normal;
}
section.report table tr td:nth-of-type(2) {
    text-align:left;
    white-space: normal;
}
section.report table.summary {
    margin-top:2em;
    margin-left:77%;
    margin-right:0;
    width:23%;
}
section.report table.summary tr th:nth-of-type(1) {
    width: 70%;
    text-align:left;
}
section.report table.summary tr td {
    text-align:right;
    white-space: nowrap;
}
section.report .total {
    text-align:right;
    margin-top:1em;
}

/* 活動記録 */
body.activity .plan_form input[name=word] {
    width:100%;
}
