@charset "utf-8";

body {
    color: #333;
    font-family: "游ゴシック Regular", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1 {
    color: #fff;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 767px) {
    h1 {
        padding: 0 10px;
    }
}

h2 {
    border-left: 5px solid #004ea2;
    color: #333;
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 20px;
    padding-left: 10px;
}

@media screen and (max-width: 767px) {
    img {
        height: auto;
        max-width: 100%;
    }
}

.wrapper {
    margin: 0 auto;
    width: 850px;
}

@media screen and (max-width: 767px) {
    .wrapper {
        width: auto;
    }
}

/**
* ヘッダー
*/
.global-header {
    background: #004ea2;
    margin-bottom: 20px;
    padding: 10px 0;
}

/**
* 月額版と年額版のボタン
*/
.btns {
    background: #eee;
    overflow: hidden;
    padding: 30px;
}

@media screen and (max-width: 767px) {
    .btns {
        display: flex;
        padding: 10px;
    }    
}

.btn {
    background: #6fc117;
    background: -moz-linear-gradient(top,  #6fc117 50%, #5bba28 50%, #5bba28 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#6fc117), color-stop(50%,#5bba28), color-stop(100%,#5bba28));
    background: -webkit-linear-gradient(top,  #6fc117 50%,#5bba28 50%,#5bba28 100%);
    background: -o-linear-gradient(top,  #6fc117 50%,#5bba28 50%,#5bba28 100%);
    background: -ms-linear-gradient(top,  #6fc117 50%,#5bba28 50%,#5bba28 100%);
    background: linear-gradient(to bottom,  #6fc117 50%,#5bba28 50%,#5bba28 100%);
    border: 2px solid #5bba28;
    color: #fff;
    display: block;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fc117', endColorstr='#5bba28',GradientType=0 );
    float: left;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 40px;
    margin-right: 20px;
    text-align: center;
    text-decoration: none;
    padding: 20px 0;
    width: 381px;
}

@media screen and (max-width: 767px) {
    .btn {
        font-size: 14px;
        font-size: .875rem;
        width: 45%;
    }
}

.btn:hover {
    background: #8bc918;
    background: -moz-linear-gradient(top,  #8bc918 50%, #81bf2a 50%, #81bf2a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#8bc918), color-stop(50%,#81bf2a), color-stop(100%,#81bf2a));
    background: -webkit-linear-gradient(top,  #8bc918 50%,#81bf2a 50%,#81bf2a 100%);
    background: -o-linear-gradient(top,  #8bc918 50%,#81bf2a 50%,#81bf2a 100%);
    background: -ms-linear-gradient(top,  #8bc918 50%,#81bf2a 50%,#81bf2a 100%);
    background: linear-gradient(to bottom,  #8bc918 50%,#81bf2a 50%,#81bf2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bc918', endColorstr='#81bf2a',GradientType=0 );
}

.rs02 {
    background: #ea9e33;
    background: -moz-linear-gradient(top,  #ea9e33 50%, #ea8f33 50%, #ea8f33 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ea9e33), color-stop(50%,#ea8f33), color-stop(100%,#ea8f33));
    background: -webkit-linear-gradient(top,  #ea9e33 50%,#ea8f33 50%,#ea8f33 100%);
    background: -o-linear-gradient(top,  #ea9e33 50%,#ea8f33 50%,#ea8f33 100%);
    background: -ms-linear-gradient(top,  #ea9e33 50%,#ea8f33 50%,#ea8f33 100%);
    background: linear-gradient(to bottom,  #ea9e33 50%,#ea8f33 50%,#ea8f33 100%);
    border: 2px solid #ea8f33;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea9e33', endColorstr='#ea8f33',GradientType=0 );
}

.rs02:hover {
    background: #e8ab33;
    background: -moz-linear-gradient(top,  #e8ab33 50%, #eaa133 50%, #eaa133 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#e8ab33), color-stop(50%,#eaa133), color-stop(100%,#eaa133));
    background: -webkit-linear-gradient(top,  #e8ab33 50%,#eaa133 50%,#eaa133 100%);
    background: -o-linear-gradient(top,  #e8ab33 50%,#eaa133 50%,#eaa133 100%);
    background: -ms-linear-gradient(top,  #e8ab33 50%,#eaa133 50%,#eaa133 100%);
    background: linear-gradient(to bottom,  #e8ab33 50%,#eaa133 50%,#eaa133 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8ab33', endColorstr='#eaa133',GradientType=0 );
}

.btns .btn:only-of-type {
    float: none;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .btns .btn:only-of-type {
        width: 100%;
    }
}

.flow-btns {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
}

.flow-btns td {
    background-position: left center;
    background-repeat: no-repeat;
    height: 76px;
    vertical-align: middle;
}

.flow-btns td a {
    display: inline-block;
    font-weight: bold;
    line-height: 1.4;
    padding-left: 66px;
    text-decoration: none;
}

.btns .last,
.flow-btns .last {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .btns .last {
        margin-left: auto;
    }
}

.flow-link {
    font-size: 24px;
    font-size: 1.5rem;
}

.price-strong {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    .price-strong {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

/**
* 矢印付きの手順
*/
.arrow-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.arrow-list li {
    border: 5px solid #ccc;
    margin-bottom: 35px;
    padding: 10px;
    position: relative;
    text-align: center;
}

.arrow-list li::after {
    bottom: -40px;
    color: #ccc;
    content: "▼";
    font-size: 24px;
    font-size: 1.5rem;
    left: 48%;
    position: absolute;
}

.arrow-list li:last-child::after {
    content: "";
}

.information-list {
    margin-top: 20px;
}

.information-list li {
    border: none;
    margin-bottom: 0;
    padding: 5px;
    text-align: left;
}

.information-list li::after {
    content: none;
}

.list-note {
    margin: 10px 0 0;
}

/**
* フッター
*/
.global-footer {
    background: #004ea2;
    color: #fff;
    font-size: 13px;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px;
}

.copyright {
    float: left;
    margin: 0 0 0 20px;
}

.privacy {
    float: right;
    margin: 0 20px 0 0;
}

@media screen and (max-width: 767px) {
    .copyright,
    .privacy {
        float: none;
        margin-left: 0;
    }
}

.privacy a {
    color: #fff;
}

/**
* テーブル
*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.bordered-table {
    margin: 20px 0;
    width: 100%;
}

.bordered-table th {
    padding: 10px;
    text-align: left;
}

.bordered-table td {
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
}

.monthly-version {
    background: #6fc117;
    color: #fff;
    white-space: nowrap;
}

.yearly-version {
    background: #ea9e33;
    color: #fff;
    white-space: nowrap;
}

.terms-container {
    margin: 40px 0;
    text-align: center;
}

.terms {
    border: 1px solid #ccc;
    height: 300px;
    margin-bottom: 10px;
    overflow: scroll;
    padding: 10px;
    text-align: left;
}

.terms * {
    font-size: 14px;
    font-size: .875rem;
}

.terms h2 {
    border: 0;
    padding: 0;
}

.terms-checkbox {
    background: #eee;
    border: 1px solid #ccc;
    font-weight: bold;
    padding: 20px;
}

.terms-checkbox label {
    cursor: pointer;
}

.notice {
    border: 1px solid #f00;
    color: #f00;
    padding: 5px;
}

.parentheses {
    list-style: none;
    padding-inline-start: 40px;
}

.parentheses li {
	counter-increment: cnt;
	position: relative;
}

.parentheses li:before {
	content: "(" counter(cnt) ")";
	display: inline-block;
	left: 0;
	margin-left: -45px;
	position: absolute;
	text-align: right;
	top: 0;
	width: 40px;
}

.jps-notice {
    border: 1px solid #f00;
    color: #f00;
    margin: 30px 0;
    padding: 5px;
}
