body {
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'Meiryo, Osaka', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header {
    background: #dbe6ef;
    border-top: 5px solid #0168b5;
    text-align: center;
}

.container {
    max-width: 640px;
    margin: 50px auto 0;
}

h1 {
    font-size: 28px;
    letter-spacing: .05em;
    text-align: center;
    font-weight: bold;
    padding: 20px;
}

.dlImg {
    margin: 40px auto 40px;
    display: block;
    max-height: 350px;
    max-width: 640px;
}

.text {
    background: #fff;
    box-shadow: 0 4px 30px -5px rgba(0,0,0,0.1);
    border-radius: 16px;
    max-width: 600px;
    flex-basis: 55%;
    box-sizing: border-box;
    padding: 20px 30px;
    margin: 0 auto;
}

h2 {
    font-weight: 900;
    font-size: 1.25em;
    color: #0168b5;
    margin: 20px auto;
    background-color: #f2f2f2;
    padding: 10px 20px;
    border-left: solid 4px #0085ce;
}

p {
    text-align: center;
    line-height: 1.7;
    font-size: 1.05em;
    font-weight: bold;
}

.list-012 {
    list-style-type: none;
    padding: 1em;
    /* border: 2px solid #2589d0; */
}

.list-012 li {
    display: flex;
    align-items: center;
    gap: 0 10px;
    position: relative;
    padding: 0.4em 0.5em 0.4em 2em;
}

.list-012 li::before,
.list-012 li::after {
    position: absolute;
    content: '';
}

.list-012 li::before {
    left: 0;
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    background-color: #2589d0;
}

.list-012 li::after {
    left: .6em;
    transform: translateX(-75%) rotate(-45deg);
    width: .3em;
    height: .3em;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.dl {
    text-align: center;
}

.dl a {
    text-align: center;
    display: inline-block;
    background: #0168b5;
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
    border-radius: 40px;
    padding: 10px 30px;
    margin: 20px 0 50px;
}

footer {
    background: #0168b5;
}

footer img {
    width: 200px;
    display: block;
    margin: 0 auto;
    padding: 30px 0;
}

.list-5 {
    background-color: #f2f2f2;
    margin-bottom: 100px;
}

.list-5 div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 10px 0;
    background-color: #0168b5;
    color: #fff;
    font-weight: 600;
}

.list-5 ul {
    list-style-type: disc;
    margin: 0;
    padding: 1em 1em 1em 2.5em;
}

.list-5 li {
    padding: .3em .3em .3em 0;
    font-size: .85em;
}

.list-5 a {
    color: #3278B3;
    text-decoration: underline;
}

.list-5 li::marker {
    color: #0168b5;
    font-size: 1.1em;
}

.detail {
    font-size: 15px;
    text-align: left;
    font-weight: normal;
    margin: 1em 0 0;
    color: #343434;
}

.fontbold {
    font-weight: bold;
}

.back-y {
    font-weight: bold;
    background-color: rgb(255, 255, 0);
}

.cta-jump {
    position: fixed;
    text-align: center;
    background: #0168b5;
    border-radius: 5px;
    opacity: 0.8;
    padding: 20px;
    right: 15px;
    bottom: 15px;
    color: #fff;
    width: 150px;
}

.dl-jump {
    position: fixed;
    text-align: center;
    background: #0197b5;
    border-radius: 5px;
    opacity: 0.8;
    padding: 20px;
    right: 15px;
    bottom: 100px;
    color: #fff;
    width: 150px;
}

.dlbox {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.dlbox li {
    width: 50%;
    padding: 20px;
}

.dlbox li img {
    max-width: 100%;
    margin-bottom: 10px;
}

.dlbox .dllink {
    border: solid 1px #0168b5;
    text-align: center;
    color: #0168b5;
    padding: 7px 0;
    display: block;
}

.dlttl {
    text-align: left;
    margin-bottom: 5px;
}

a:hover {
    opacity: 0.6;
}

/* 会話 */
.chat-wrapper {
    display: flex;
    margin-top: 15px;
}

.flex-reverse {
    flex-direction: row-reverse;
}

.chat-img {
    margin-right: 10px;
}

.flex-reverse > .chat-img {
    margin-right: 0;
    margin-left: 10px;
}

.chat-img img {
    width: 65px;
}

.name {
    font-size: 0.8em;
    margin-top: 5px;
    text-align: center;
}

.chat {
    border: 1px solid #eaeaea;
    padding: 20px;
    margin-top: 20px;
    margin-right: 20%;
    border-radius: 13px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.flex-reverse > .chat {
    margin-right: 0;
    margin-left: 20%;
}

.chat-text {
    text-align: left;
    font-weight: normal;
    font-size: 1em;
}

.ms-img {
    width: calc(100% - 75px);
    margin: 15px 0 50px 75px;
}

strong {
    font-weight: bold;
    color: #0168b5;
    font-size: 1.05em;
}