@charset "utf-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

img {
    width: 100%;
}


body {
  font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  font-style: normal;
  line-height: 1.7;
}

.firstView_sec {
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.main_sec {
    max-width: 650px;
    margin: 0 auto;
    padding: 0 auto;
}

.main_sec .tonic_link .heading_img {
    max-width: 410px;
    margin: 0 auto;
    padding: 0 auto;
}

.main_sec .tonic_link .tonic_linkBtn {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
}

.main_sec .tonic_link .tonic_linkBtn a {
    display: block;
    max-width: 430px;
    margin: 0 auto;
    padding-top: 23px;
    padding-bottom: 20px;
    color: #fff;
    background-color: #3087DE;
    border-radius: 8px;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 2px;
    text-decoration: none;
}

.main_sec .tonic_link .tonic_linkBtn a:hover {
    opacity: 0.7;
    transition: 0.3s;
}


.main_sec .outline h1 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
}

.main_sec .outline ul {
    background-color: #F7F7F7;
    padding: 20px 25px;
}
.main_sec .outline ul li {
    line-height: 1.9;
    font-size: 17px;
    font-weight: 600;
    list-style: none;
}

.main_sec .note ul {
    margin-top: 25px;
    margin-bottom: 40px;
}

.main_sec .note ul li {
     line-height: 1.9;
    font-size: 15px;
    font-weight: 400;
    list-style: none;
}

.main_sec .item p {
    font-size: 14px;
    line-height: 1.5;
}

.main_sec .item {
    margin-bottom: 20px;
}

.main_sec .item dl {
    font-size: 14px;
    line-height: 1.3;
}
.main_sec .item dl > div {
    display: inline-block;
}

.main_sec .item dl > div dd {
    overflow-wrap: anywhere;
    line-height: 1.3;
}

@media screen and (max-width:550px) {
    .main_sec {
        max-width: 95%;
        margin: 0 auto;
    }
    
    .main_sec .item dl dt{
    
    }

    .main_sec .item dl dt dd {
        font-size: 8px;
    }

}