@charset "UTF-8";
/*
* @Author: nishikawanaoki
* @Date:   2017-11-21 10:58:08
* @File:   /Users/nishikawanaoki/Dropbox/webserver/localhost/httpdocs/wp/kick-start/wp/wp-content/themes/kick-start/assets/scss/font.scss
* @Last Modified by:   Naoki.Nishikawa
* @Last Modified time: 2017-12-05 11:17:19
*/
/*
* @Author: nishikawanaoki
* @Date:   2017-11-28 01:31:22
* @File:   /Users/nishikawanaoki/Dropbox/webserver/localhost/httpdocs/wp/kick-start/wp/wp-content/themes/kick-start/assets/scss/_font.scss
* @Last Modified by:   nishikawanaoki
* @Last Modified time: 2017-11-28 01:31:50
*/
html {
    font-size: 62.5%;
}

body {
    font-family: sans-serif;
}

p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

dt, dd {
    font-size: 16px;
    font-size: 1.6rem;
}

ul, ol {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 auto 20px 25px;
    padding: 0;
}

ul li, ol li {
    line-height: 1.6;
}

ul.list_check, ol.list_check {
    list-style: none;
    margin-left: 0;
}

ul.list_check li, ol.list_check li {
    padding-left: 25px;
    position: relative;
}

ul.list_check li::before, ol.list_check li::before {
    content: "\02713";
    left: 0;
    position: absolute;
    top: 0;
}

ul.list_li_margin li, ol.list_li_margin li {
    margin-bottom: 10px;
}

ul.list_voice, ol.list_voice {
    list-style: none;
    margin-left: 0;
}

ul.list_voice li, ol.list_voice li {
    font-style: italic;
}

ul.list_check_block, ol.list_check_block {
    list-style: none;
    margin-left: 0;
}

ul.list_check_block li, ol.list_check_block li {
    padding: 0 0 0 25px;
    position: relative;
}

ul.list_check_block li::before, ol.list_check_block li::before {
    border: 1px solid #999;
    content: "";
    display: block;
    height: 12px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 12px;
}

ul.list_check_block li::after, ol.list_check_block li::after {
    content: "\02713";
    left: -4px;
    font-size: 24px;
    font-size: 2.4rem;
    position: absolute;
    top: -8px;
}

ul.list_attention, ol.list_attention {
    list-style: none;
    margin-left: 0 !important;
}

ul.list_attention li, ol.list_attention li {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 20px;
    position: relative;
}

ul.list_attention li::before, ol.list_attention li::before {
    content: "※";
    left: 0;
    position: absolute;
    top: 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

img {
    max-width: 100%;
    height: auto;
}

img.alignleft {
    margin-right: 15px;
}

img.alignright {
    margin-left: 15px;
}

.under-line {
    text-decoration: underline;
}

hr {
    margin-bottom: 20px;
}

hr.hr_dott {
    border: dotted 1px #999;
}

hr.hr_dash {
    border: dashed 1px #999;
}

.box_border {
    border: 1px solid #ccc;
    margin: 0 auto 20px;
    padding: 15px;
}

.oblique_beforeafter {
    margin: 0 auto 20px;
}

.oblique_beforeafter::before, .oblique_beforeafter::after {
    background: url(../images/oblique_beforeafter.png) repeat left top;
    content: "";
    display: block;
    height: 15px;
    width: 100%;
}

.oblique_beforeafter::before {
    margin-bottom: 5px;
}

.oblique_beforeafter::after {
    margin-top: 5px;
}

/**
 * Buttons
 */
.download_button_bluebase {
    background-image: linear-gradient(-180deg, #91BBF7 0%, #5785BA 100%);
    border: 2px solid #38669A;
    box-shadow: 0 2px 5px 0 rgba(106, 106, 106, 0.5);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #363636;
    display: inline-block;
    font-family: "ヒラギノ角ゴ StdN W8", "Hiragino Kaku Gothic StdN", "HGP創英角ｺﾞｼｯｸUB", "HGPSoeiKakugothicUB", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    padding: 15px;
    text-decoration: none;
}

.download_button_redbase {
    background: #DA0B00;
    border: 2px solid #BB0000;
    box-shadow: 0 2px 5px 0 rgba(106, 106, 106, 0.05);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-family: "ヒラギノ角ゴ StdN W8", "Hiragino Kaku Gothic StdN", "HGP創英角ｺﾞｼｯｸUB", "HGPSoeiKakugothicUB", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    padding: 15px;
    text-decoration: none;
}
