html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    color: #363636;
    line-height: 1.6;
    position: relative;
    width: auto;
    font-size: 16px;
    background-color: #E9ECEF;
    font-family: 'Avenir', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Sans', Meiryo, 'メイリオ', sans-serif;
}

body section {
    position: relative;
    width: 100%;
}

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

.keycolor {
    color: #0080C7;
}

ul,
ol,
dl,
div img,
dl,
dd,
dt,
li,
img,
h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
video,
figure,
figcaption {
    padding: 0;
    margin: 0;
}

a img {
    border: none;
}

area {
    border: none;
    outline: none;
}

map,
img {
    border: none;
}

a {
    transition: all 0.5s ease 0s;
}

a:link {
    color: #016847;
    text-decoration: underline;
    transition: all 0.2s linear;
}

.AI .collabo_news a:link {
    color: #3d9cbf;
}

nav a:link {
    text-decoration: none;
}

a:visited {
    color: #016847;
}

a:hover,
a:active,
a:focus {
    color: #68B730;
}

sup {
    font-size: 60%;
}

h3 sup {
    font-size: 40%;
    vertical-align: 1.5rem;
}

h3 span sup {
    font-size: 80%;
    vertical-align: super;
}

.EN h3 sup {
    font-size: 70%;
}

.EN h3 span sup {
    font-size: 80%;
}

li {
    list-style: none;
}

p {
    line-height: 1.7;
    font-size: 15px;
    color: #666;
}

figcaption {
    font-size: 12px;
    color: #999;
    line-height: 1.8;
    margin-top: 0.2em;
}

table {
    border-collapse: collapse;
    position: relative;
    margin-top: 3px;
}

th {
    white-space: nowrap;
}

ol li {
    list-style-type: decimal;
    margin-left: 3em;
    margin-top: 0.5em;
}

.indent {
    margin: 0px 0px 0px 0px;
    padding-left: 1em;
    text-indent: -1em;
}

.chushaku {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 160%;
    font-size: 12px;
    margin-bottom: 0em;
    margin-top: 0.6rem;
}

.cap {
    text-align: right;
    font-size: 13px;
}

.strong {
    font-weight: bold;
}

.bigger120 {
    font-size: 120%;
}

.bigger110 {
    font-size: 110%;
}

.smaller {
    font-size: 70%;
}

.smaller75 {
    font-size: 75%;
}

.smaller80 {
    font-size: 80%;
}

.colorR {
    color: #C1272D;
}

.colorG {
    color: #006837;
}

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

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.image-center {
    margin: 0 auto;
}


/*-------------btn efeect-------------*/

a.opa90:hover {
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}

a.opa80:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

a.opa70:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}


/*-------------100%画像-------------*/

img.size100 {
    width: 100%;
    height: auto;
    transition: all 0.1s ease-in;
}

img.size80 {
    width: 80%;
    height: auto;
}

img.size60 {
    width: 60%;
    height: auto;
}


/*------------- 改行 -------------*/

.spbr {
    display: none;
}

.pcbr {
    display: inline;
}

.text {
    display: inline-block;
}

@media screen and (max-width:1024px) {
    .spbr {
        display: inline;
    }
    .pcbr {
        display: none;
    }
}

.text {
    display: inline-block;
}


/*細かなマージン*/

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mt100 {
    margin-top: 100px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb100 {
    margin-bottom: 100px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

.mr50 {
    margin-right: 50px;
}

.mr60 {
    margin-right: 60px;
}

.mr70 {
    margin-right: 70px;
}

.mr80 {
    margin-right: 80px;
}

.mr90 {
    margin-right: 90px;
}

.mr100 {
    margin-right: 100px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.ml40 {
    margin-left: 40px;
}

.ml50 {
    margin-left: 50px;
}

.ml60 {
    margin-left: 60px;
}

.ml70 {
    margin-left: 70px;
}

.ml80 {
    margin-left: 80px;
}

.ml90 {
    margin-left: 90px;
}

.ml100 {
    margin-left: 100px;
}


/*　フレックスの設定 */

.f-box {
    display: flex;
    width: 100%;
}

.f-box.itemCenter {
    align-items: center;
}

.f-box.itemStrech {
    align-items: stretch;
}

.f-box.jst-btw {
    justify-content: space-between;
}

.f-end {
    justify-content: flex-end;
}


/*　画像の切り替え */

.pc-image {
    display: block;
}

.sp-image {
    display: none;
}

.pc-text {
    display: inline-block;
}

.sp-text {
    display: none;
}

@media screen and (max-width: 767px) {
    .pc-image {
        display: none;
    }
    .sp-image {
        display: block;
    }
    .pc-text {
        display: none;
    }
    .sp-text {
        display: inline-block;
    }
    .f-box {
        display: inline-grid;
    }
}