@charset "utf-8";p,h1,div,dl,dt,dd,ul,li,h2,h3,h4,body{font-weight:normal;}a{text-decoration:underline;}

.fadeup {
    animation-name: fadeup;
    animation-duration: 3s;
}

@keyframes fadeup {
from {
    opacity: 0;
    transform: translateY(24px);
}

to {
    opacity: 1;
    transform: translateY(0);
}
}

.main {
    width: 100%;
    margin-bottom: 100px;
}

.main p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.mainimg {
    width: 100%;
    margin: auto;
    text-align: left;
}

.mainimg img {
    width: 100vw;
    margin: auto;
    text-align: left;
}

/* .mainimg {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 850px;
    background-color: #fff;
}

.mainimg img {
    width: 1750px;
    height: 850px;
    position: absolute;
    left: 50%;
    margin-left: -875px;
} */

.summary {
    width: 90%;
    margin: auto;
    text-align: left;
    margin-left: 50px;
    color: #4a4a4a;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, YuGothic, "游ゴシック sans-serif";
}

.summary h3 {
    width: 100%;
    margin: auto;
    text-align: left;
    margin-top: 80px;
    position: relative;
    padding: 10px;
    font-size: 3em;
}

.summary h3:before {
    position: absolute;
    text-align: left;
    bottom: -10px;
    left: calc(0% - 430px);
    width: 860px;
    height: 3px;
    content: '';
    border-radius: 3px;
    background: #ff0096;
}

.summary p {
    padding-top: 50px;
    padding-left: 18px;
    line-height: 1.7em;
    font-size: 1.5em;
}

.summary p a {
    color: #4a4a4a;
}

.summary dl {
    margin: auto;
    text-align: center;
    padding-left: 18px;
    display: inline-block;
    font-size: 1.5em;
    color: #4a4a4a;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, YuGothic, "游ゴシック sans-serif";
}

.summary dt {
    text-align: left;
    line-height: 1.7em;
    font-weight: lighter;
}

.image {
  	width: 100%;
  	margin: 0 auto;
    text-align: left;
}

.image ul {
  	display: flex;
  	flex-wrap: wrap;
    justify-content: flex-start;
}

.image li {
    margin-top: 40px;
    margin-left: 28px;
    list-style: none;
}

.image p {
  	text-align: center;
    font-size: 0.7em;
    color: #4a4a4a;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, YuGothic, "游ゴシック sans-serif";
}

.liner {
	  background:linear-gradient(transparent 60%, #fff600 60%);
}
