/* CSSの設定（消さないこと） */

html,
body,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div {
    margin: 0;
    padding: 0;
}

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", '游ゴシック', 'YuGothic', 'sans-serif';
    margin: 0;
}

li {
    list-style-type: decimal
}

a {
    text-decoration: none;
}

html,
body {
    height: 100%;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    font: 12px/100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", 'YuGothic', sans-serif;
}

h1 {
    font-size: 25px;
    line-height: 25px;
    font-weight: lighter;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", '游ゴシック', 'YuGothic';
    font-style: normal;
    text-align: center;
    color: #262626;
}

h2 {
    font-size: 25px;
    line-height: 25px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", '游ゴシック', 'YuGothic', 'Helvetica',;
    letter-spacing: 1px;
    font-weight: normal;
    text-align: center;
    color: #1d1e20;
    display: inline-block;
    height: 125px;
    padding-top: 80px;
    margin-bottom: 40px;
    width: 100%;
    position: relative;
}

h2::before{
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0px;
    display: inline-block;
    width: 60px;
    height: 4px;
    background-color: #afcd57;
}

h3{
    font-size: 25px;
    line-height: 25px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", '游ゴシック', 'YuGothic', 'Helvetica',;
    letter-spacing: 0px;
    font-weight: normal;
    text-align: left;
    color: #1d1e20;
}

h4{
    font-style: normal;
    font-size: 16px;
    color: #707070;
    line-height: 30px;
}

p, li{
    font-style: normal;
    font-size: 16px;
    color: #707070;
    line-height: 30px;
}

a{
    cursor: pointer;
    color: #707070;
    position: relative;
    text-decoration: none;
}

.link-top a::after {
    position: absolute;
    bottom: -8px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #afcd57;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.link-top a:hover::after {
    bottom: -6px;
    opacity: 1;
    visibility: visible;
}

#logo {
    display: block;
    width: 80%;
    float: left;
    padding-top: 40%;
    position: absolute;
    padding-left: 20%;
    margin: 0 auto;
}

.clear {
    clear: left;
}

header {
    background: rgba(255, 255, 255, 0.8);
    height: 65px;
    width: 100%;
    top: 0;
    z-index: 10;
}

.container {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
    height: auto;
}

.global-nav {
    display: none;
}

.hamburger {
    display: none;
}

.black-bg {
    display: none;
}

.logo {
    width: 180px;
    margin-top: 12px;
}

.header-left {
    float: left;
}

.header-right {
    float: right;
    margin-right: 25px;
}

.header-right a {
    font-size: 12px;
    line-height: 65px;
    padding: 0px 20px;
    color: #002063;
    display: block;
    float: left;
    transition: all 0.5s;
    font-weight: 300;
}

.header-right a:hover {
    background-color: rgba(72, 168, 233, 0.3);
}

a.btn {
    display: inline-block;
    width: 150px;
    margin: 10px 0;
    padding: 16px 10px;
    border: 1px solid #fff;
    background: transparent;
    color: rgb(255, 255, 255);
    text-align: center;
    text-decoration: none;
    line-height: 1;
    transition: .3s;
}

a.sample16 {
    position: relative;
    z-index: 2;
    overflow: hidden
}

a.sample16::after {
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 160px;
    height: 160px;
    margin: -80px 0 0 -80px;
    border: 65px solid rgba(255, 255, 255, 0);
    border-radius: 50%;
    transition: .5s
}

#menu-wrap {
    transition: 0.3s;
}


/* Side menu */

#sidebar {
    font-size: 18px;
    width: 270px;
    height: 100%;
    position: fixed;
    color: #707070;
    background: #ffffff;
    text-align: center;
}

#global-nav {
    text-align: center;
    height: 100%;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#global-nav ul {
    width: 100%;
    list-style: none;
    margin-left: 0;
}

#global-nav>ul>li {
    position: relative;
    overflow: hidden;
    display: block;
}

#global-nav a {
    color: #707070;
    display: block;
    padding: 15px 0;
    position: relative;
}

#global-nav a:hover {
    color: #afcd57;
}

/* sub-menu icon */

#global-nav .sub-menu>a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 23px;
    margin: auto;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

#global-nav .sub-menu.is-active>a:after {
    border-color: #fff;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* sub-menu */

#global-nav .sub-menu-nav {
    font-size: 14px;
    display: none;
}

#global-nav .sub-menu-nav a {
    padding: 6px 0;
    color: #777;
}

#global-nav .sub-menu-nav a:hover {
    color: #ddd;
}

.side-list {
    margin-bottom: 150px;
}

* {
    margin: 0;
    padding: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    font-size: 14px;
    background: rgb(255, 255, 255);
    -webkit-text-size-adjust: 100%;
}

/* header */
header {
    background: #F7F7F7;
    height: 145px;
    width: 100%;
    top: 0;
    z-index: 10;
    text-align: center;
    padding: 0,80,0,80;
}

.translation{
    height:40px;
    width: 1280px;
    padding-right:100px;
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 15px;
    text-align: right;
    display: inline-block;
}

header h1{
    height:50px;
    width: 100%;
    display: inline-block;
    z-index: 11;
    padding-top: 0px;
    padding-bottom: 15px;
    text-align: center;
}

.link-top{
    width:1280px;
    display: inline-block;
    height: 55px;
    padding-top: 19px;
    padding-bottom: 20px;
}

.link-top a{
    font-size: 15px;
    line-height: 16px;
    margin-right: 40px;
    margin-left: 40px;
}

/* body */

#main-in {
    padding-left: 260px;
}

#main ul {
    margin-bottom: 1em;
    line-height: 1.9;
}

#main .inner {
    padding: 60px;
}

.inner ul {
    padding-left: 60px;
}

#topbutton {
    position: fixed;
    bottom: 25px;
    right: 60px; 
    width: 7em; 
    z-index: 20;
    
    display: none;
    width: 50px;
 }
 #topbutton img{
    width:100px;
}
 #topbutton a:hover::after{
    list-style: none;
    opacity: 0;
 }