@charset "utf-8";

/* 共通部分
------------------------------- */
html {
    font-size: 100%;
    font-family: 'Kosugi Maru', sans-serif;
}

body {
    margin: 0;
    padding: 0;
    background-color: #fafafa;
    color: #333333;
    font-size: 1.125rem;
    ;
    line-height: 1.5;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
}

img {
    vertical-align: bottom;
}

ul {
    margin: 0;
    padding: 0;
}

.slick-prev::before,
.slick-next::before {
    color: darkgrey !important;
}


a {
    color: #3583aa;
    text-decoration: none;
}

a:visited {
    color: #788d98;
}

a:hover {
    text-decoration: underline;
}

header {
    width: 960px;
    height: 100px;
    margin: 0 auto;
}

.logo {
    float: left;
    width: 320px;
    margin-top: 40px;
}

.global-nav {
    float: right;
    margin-top: 60px;
}

.global-nav li {
    float: left;
    margin: 0 20px;
    font-size: 20px;
    list-style: none;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

.global-nav li a {
    color: #666666;
}

.global-nav li a:hover {
    border-bottom: 2px solid #666666;
    padding-bottom: 3px;
    text-decoration: none;
}

#global-nav a.about {
    pointer-events: none;
    /*リンクを非リンクに変える*/
    cursor: default;
    /*マウスカーソルを矢印のまま変えない*/
    text-decoration: none;
    /*下線を消す*/
    color: #000000;
    /*非リンクの文字色と同じにする*/
}

#wrap {
    clear: both;
}

.content {
    width: 960px;
    margin: 0 auto;
}

footer {
    text-align: center;
    color: #666666;
    padding: 20px 0;
    background: #eeeeee;
    width: 100%;
    bottom: 0;
}

footer small {
    font-size: 0.85rem;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}


/* work部分
------------------------------- */
#work {
    clear: both;
}

.work-content {
    width: 960px;
    margin: 0 auto;
}

.work-content .page-title {
    text-align: center;
    margin-top: 60px;
}

.work-content p {
    font-size: 1.125rem;
    text-align: center;
    margin: 10px 0 0;
}

.grid {
    display: grid;
    gap: 26px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    margin-top: 6%;
    margin-bottom: 50px;
}

/* about部分
------------------------------- */
#about {
    clear: both;
}

.about-content {
    width: 960px;
    margin: 0 auto;
}

.about-images {
    text-align: center;
}

.about-content .page-title {
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin-top: 10px;
}

table {
    margin: 3px auto;
    /* 上下3px 左右auto */
}

td {
    height: 30px;
}

table.table01 {
    margin: auto;
    width: auto;
    border-right: #fafafa solid 1px;
    border-collapse: collapse;
}

table.table01 thead th {
    background: #fafafa;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #808080;
    padding: 5px 10px;
    border-right: #fafafa solid 1px;
    border-bottom: #fafafa solid 1px;
}

table.table01 thead th:last-child {
    border-right: #fafafa solid 1px;
}

table.table01 tbody th {
    background: #fafafa;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #808080;
    padding: 5px 10px;
    border-bottom: #fafafa solid 1px;
    vertical-align: top;
}

table.table01 tbody tr:last-child th {
    border-bottom: #fafafa solid 1px;
}

table.table01 tbody td {
    background: #fafafa;
    padding: 5px 10px;
    border-left: #fafafa solid 1px;
    border-bottom: #fafafa solid 1px;
    vertical-align: top;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

.present {
    width: 52%;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 1rem;
    margin: 0 auto;
    padding: 10px;


}
