@charset "UTF-8";


/*************
base
*************/
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

a {
    color: #0073ff;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

a:hover {
    opacity: 0.7;
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

body {
    color: #000000;
    font-size: 100%;
    background-color: #FFF !important;
    font-family: Corporate-Logo-Medium-ver2, sans-serif;
}

ul li,
ol li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
    font-weight: 400
}

.bold,
.ttl-xs {
    font-family: Corporate-Logo-Bold-ver2
}

.ttl-xs {
    line-height: 160%;
    text-align: center
}

.ttl-md,
.ttl-sm {
    font-family: Corporate-Logo-Bold-ver2
}

@font-face {
    font-family: Corporate-Logo-Medium-ver2;
    font-weight: 500;
    src: url(https://tobideru.mb.softbank.jp/service/assets/font/Corporate-Logo-Medium-ver2.woff) format("woff")
}

@font-face {
    font-family: Corporate-Logo-Bold-ver2;
    font-weight: 700;
    src: url(https://tobideru.mb.softbank.jp/service/assets/font/Corporate-Logo-Bold-ver2.woff) format("woff");
}

.indent1 {
    padding-left: 1em;
    text-indent: -1em;
}

.center {
    display: inline-block;
    text-align: center;
}

.hover {
    text-decoration: dotted;
}