@charset 'UTF-8';
/*
* project_name
* main.css
*
*/
/* ------------------------
  Foundation
------------------------ */
html,
body
{
    height: 100%;
}

*,
*:after,
*:before
{
    box-sizing: border-box;
}

*
{
    font-size: inherit;
    line-height: inherit;

    margin: 0;
    padding: 0;
}

pre,
textarea
{
    overflow: auto;
}

[hidden],
audio:not([controls]),
template
{
    display: none;
}

details,
main,
summary
{
    display: block;
}

input[type=number]
{
    width: auto;
}

input[type=search]
{
    -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration
{
    -webkit-appearance: none;
}

progress
{
    display: inline-block;
}

small
{
    font-size: 75%;
}

.fs12{
  font-size: 12px;
}

sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sup
{
    top: -.5em;
}

sub
{
    bottom: -.25em;
}

textarea
{
    resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video
{
    vertical-align: middle;
}

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

    border: 0;
}

button,
input,
select,
textarea
{
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;

    min-height: 1.5em;

    color: inherit;
}

button
{
    overflow: visible;
}

button,
select
{
    text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit']
{
    cursor: pointer;

    -webkit-appearance: button;
}

button[disabled],
html input[disabled]
{
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner
{
    padding: 0;

    border: 0;
}

input
{
    line-height: normal;
}

code,
kbd,
pre,
samp
{
    font-family: monospace,monospace;
}

ol,
ul
{
    list-style: none;
}

select
{
       -moz-appearance: none;
    -webkit-appearance: none;
}

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

fieldset
{
    border: 0;
}

/* ------------------------
  Base Settings
------------------------ */
html
{
    font-size: 10px;
}

body
{
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Verdana, 'ＭＳ Ｐゴシック', sans-serif;
    line-height: 1.6875;

    word-wrap: break-word;

    color: #231904;
    background-color: #fff;

    -webkit-font-smoothing: antialiased;
            font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

a
{
    text-decoration: underline;

    color: #00f;
}
a:visited
{
    color: #000080;
}
a:hover
{
    text-decoration: none;

    color: #f00;
}
a:active
{
    text-decoration: none;

    color: #ff8000;
}
a[href^='tel:']
{
    cursor: text;
    text-decoration: none;
}

::-moz-selection
{
    color: #fff;
    background-color: #e41a02;
    text-shadow: none;
}

::selection
{
    color: #fff;
    background-color: #e41a02;
    text-shadow: none;
}

/*color*/
.color-strong{
  color: #cc0000 !important;
}

/* ------------------------
  utilities Classes
------------------------ */
.hidden
{
    display: none !important;
    visibility: hidden;
}

.visuallyhidden
{
    position: absolute;

    overflow: hidden;
    clip: rect(0 0 0 0);

    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;

    border: 0;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus
{
    position: static;

    overflow: visible;
    clip: auto;

    width: auto;
    height: auto;
    margin: 0;
}

.invisible
{
    visibility: hidden;
}

.clearfix:before,
.clearfix:after
{
    display: table;

    content: ' ';
}

.clearfix:after
{
    clear: both;
}

.clearfix
{
    *zoom: 1;
}

/* ------------------------
  フォント用class
------------------------ */
.weight-bold{
  font-weight: bold;
}
.size-xsmall{
  font-size: 85.71% !important;
}

/* ------------------------
  余白 調整用class
------------------------ */
.mt-0
{
    margin-top: 0 !important;
}

.mb-0
{
    margin-bottom: 0 !important;
}

.mt-5
{
    margin-top: 5px !important;
}

.mb-5
{
    margin-bottom: 5px !important;
}

.mt-10
{
    margin-top: 10px !important;
}

.mb-10
{
    margin-bottom: 10px !important;
}

.mt-15
{
    margin-top: 15px !important;
}

.mb-15
{
    margin-bottom: 15px !important;
}

.mt-20
{
    margin-top: 20px !important;
}

.mb-20
{
    margin-bottom: 20px !important;
}

.mt-25
{
    margin-top: 25px !important;
}

.mb-25
{
    margin-bottom: 25px !important;
}

.mt-40
{
    margin-top: 40px !important;
}


/* ------------------------
  text-align 調整用class
------------------------ */
.align-center
{
    text-align: center !important;
}

.align-left
{
    text-align: left !important;
}

.align-right
{
    text-align: right !important;
}

body
{
    max-width: 640px;
    margin: 0 auto;
}

/* --------------------------------
	header
-------------------------------- */
.header
{
    background: #fff;
}

.header_logo
{
    width: 49.6875%;
    padding: 10px 0 10px 3.125%;
}

/* --------------------------------
    footer
-------------------------------- */
.footer
{
    text-align: center;

    background: #fff;
}

.pagetop
{
    background: #eaeaea;
}
.pagetop a
{
    position: relative;

    display: block;
    overflow: hidden;

    padding: 13px;

    text-align: center;
    white-space: nowrap;
    text-indent: 100%;
}
.pagetop a:before
{
    position: absolute;
    top: 12px;
    right: 0;
    bottom: 0;
    left: 0;

    width: 20px;
    height: 20px;
    margin: auto;

    content: '';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

    border-top: 2px solid #231904;
    border-left: 2px solid #231904;
}

.footer_sns
{
    font-size: 0;

    margin: 20px 0;
}
.footer_sns li
{
    display: inline-block;

    width: 57px;
    margin: 0 10px;
}

.copyright
{
    padding: 30px 0 20px;
}

/* ------------------------
  Print Styles
------------------------ */
@media print
{
    *,
    *:before,
    *:after
    {
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited
    {
        text-decoration: underline;
    }
    tr,
    img
    {
        page-break-inside: avoid;
    }
    img
    {
        max-width: 100% !important;
    }
    p,
    h2,
    h3
    {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3
    {
        page-break-after: avoid;
    }
}

/* Button
   ========================================================================== */
.mod-btn,
.mod-btn-thin,
.mod-btn-list,
.mod-btn-tel,
.mod-anchor,
.mod-anchor-list_icon {
  margin-top: 15px;
  text-align: center;
  padding: 0 27px;
}
.mod-btn:first-child,
.mod-btn-thin:first-child,
.mod-btn-list:first-child,
.mod-btn-tel:first-child,
.mod-anchor:first-child,
.mod-anchor-list_icon:first-child {
  margin-top: 0;
}
.mod-section-title_1st + .mod-btn,
.mod-section-title_1st + .mod-btn-thin,
.mod-section-title_1st + .mod-btn-list,
.mod-section-title_1st + .mod-btn-tel,
.mod-section-title_1st + .mod-anchor,
.mod-section-title_1st + .mod-anchor-list_icon,
.mod-section-title_2nd + .mod-btn,
.mod-section-title_2nd + .mod-btn-thin,
.mod-section-title_2nd + .mod-btn-list,
.mod-section-title_2nd + .mod-btn-tel,
.mod-section-title_2nd + .mod-anchor,
.mod-section-title_2nd + .mod-anchor-list_icon,
.mod-section-title_3rd + .mod-btn,
.mod-section-title_3rd + .mod-btn-thin,
.mod-section-title_3rd + .mod-btn-list,
.mod-section-title_3rd + .mod-btn-tel,
.mod-section-title_3rd + .mod-anchor,
.mod-section-title_3rd + .mod-anchor-list_icon,
.mod-section-title_4th + .mod-btn,
.mod-section-title_4th + .mod-btn-thin,
.mod-section-title_4th + .mod-btn-list,
.mod-section-title_4th + .mod-btn-tel,
.mod-section-title_4th + .mod-anchor,
.mod-section-title_4th + .mod-anchor-list_icon,
.mod-section-title_5th + .mod-btn,
.mod-section-title_5th + .mod-btn-thin,
.mod-section-title_5th + .mod-btn-list,
.mod-section-title_5th + .mod-btn-tel,
.mod-section-title_5th + .mod-anchor,
.mod-section-title_5th + .mod-anchor-list_icon {
  margin-top: 0;
}
.mod-btn a,
.mod-btn-thin a,
.mod-btn-list a,
.mod-btn-tel a,
.mod-anchor a,
.mod-anchor-list_icon a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 100%;
  max-width: 600px;
  padding: 10px 27px 8px;
  font-size: 1.3em;
  line-height: 1.75em;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 96.67% 50%;
}
.mod-btn-list li,
.mod-anchor-list_icon li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  font-size: 1em;
}
.mod-btn-list li:first-child,
.mod-anchor-list_icon li:first-child {
  margin-top: 0;
}
.mod-anchor-list_icon {
  background-color: #ccc;
  padding: 15px 0;
  margin: 40px -10px 0;
}
.mod-anchor-list_icon li {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  background-position: 10px 50%;
  margin-top: 1px;
}
.mod-anchor-list_icon .mod-anchor-list_icon01 {
  background-image: url(/sp/common_renewal/img/parts/mod-link-anchor_iconStudy.png);
}
.mod-anchor-list_icon .mod-anchor-list_icon02 {
  background-image: url(/sp/common_renewal/img/parts/mod-link-anchor_iconMile.png);
}
.mod-anchor-list_icon .mod-anchor-list_icon03 {
  background-image: url(/sp/common_renewal/img/parts/mod-link-anchor_iconTopic.png);
}
.mod-anchor-list_icon .mod-anchor-list_strong {
  background-color: #cc0000;
  margin-top: 8px;
  background-image: url(/sp/common_renewal/img/parts/mod-link-anchor_iconCard.png);
}
.mod-anchor-list_icon a {
  max-width: none;
  font-weight: bold;
  line-height: 1.5em;
  text-align: left;
  padding: 17px 8% 13px 48px;
  color: #333;
  text-decoration: none;
  background-image: url(/sp/common_renewal/img/parts/mod-anchor_red.png);
  background-repeat: no-repeat;
  background-position: 96% 50%;
  background-size: 20px 16px;
  border-bottom: none;
}
.mod-anchor-list_icon .mod-anchor-list_strong a {
  color: #fff;
  background-image: url(/sp/common_renewal/img/parts/mod-anchor.png);
}
.mod-anchor-list_noIcon a {
  padding-top: 13px;
  padding-left: 10px;
}
.mod-anchor-list_noIcon a > span {
  display: block;
  padding: 3px 0 0 8px;
  border-left: 4px solid #cc0000;
}
.mod-anchor-list_noIcon .mod-anchor-list_strong {
  background-image: none;
}
.mod-anchor-list_noIcon .mod-anchor-list_strong a {
  background-size: 4px 23px;
  background-repeat: no-repeat;
  background-position: 10px 50%;
}
.mod-anchor-list_noIcon .mod-anchor-list_strong a > span {
  border-left: 4px solid #fff;
}
.mod-anchor-side {
  padding-top: 40px;
}
.mod-anchor-side ul {
  overflow: hidden;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0 -10px;
}
.mod-anchor-side li {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  text-align: center;
  border-left: 1px solid #ccc;
}
.mod-anchor-side li:first-child {
  border: none;
}
.mod-anchor-side a {
  display: block;
  padding: 5px 0;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.3em;
  color: #222;
  text-decoration: none;
}
.mod-anchor-side a:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 22px;
  margin: 0 auto;
  padding: 5px 0;
}
.mod-anchor-side .mod-anchor-side_mile01:before {
  background-image: url(/sp/common_renewal/img/parts/mod-anchor-side_iconMile01.png);
}
.mod-anchor-side .mod-anchor-side_mile02:before {
  background-image: url(/sp/common_renewal/img/parts/mod-anchor-side_iconMile02.png);
}
.mod-anchor-side a:after {
  content: "";
  display: block;
  width: 17px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 17px 12px;
  background-image: url(/sp/common_renewal/img/parts/mod-anchor-side_arrow.png);
  margin: 0 auto;
  margin-top: 2px;
}
.mod-anchor-side_noIconWrap {
  overflow: hidden;
  margin: 0 -10px;
}
.mod-anchor-side_noIcon {
  background-color: #ccc;
  padding: 15px 10px;
  margin: 40px -5px 0;
}
.mod-anchor-side_noIcon ul {
  overflow: hidden;
  width: 100%;
}
.mod-anchor-side_noIcon li {
  padding: 0 2.5px;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  text-align: center;
}
.mod-anchor-side_noIcon a {
  display: block;
  background-color: #fff;
  color: #222;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.3em;
  padding: 12px 0 5px;
}
.mod-anchor-side_noIcon a:after {
  content: "";
  display: block;
  width: 17px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 17px 12px;
  background-image: url(/sp/common_renewal/img/parts/mod-anchor-side_arrow.png);
  margin: 0 auto;
  margin-top: 2px;
}
.mod-btn a,
.mod-btn-list a,
.mod-btn-tel a,
.mod-anchor a {
  color: #fff;
  background-color: #444;
  background-image: url(/sp/common_renewal/img/parts/mod-btn_allow_right.png);
  background-size: 9px 15px;
}
.mod-btn.opt-btn_strong a,
.mod-btn-list.opt-btn_strong a,
.mod-btn-tel.opt-btn_strong a,
.mod-anchor.opt-btn_strong a {
  background-color: #cc0000;
}
.mod-btn.opt-btn_blank a,
.mod-btn-list.opt-btn_blank a,
.mod-btn-tel.opt-btn_blank a,
.mod-anchor.opt-btn_blank a {
  background-image: url(/sp/common_renewal/img/parts/mod-btn_blank.png);
  background-size: 12px 10px;
}
.mod-btn-thin a {
  color: #333;
  background-color: #f0f0f0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ddd;
  background-image: url(/sp/common_renewal/img/parts/mod-btn-thin_arrow.png);
  background-size: 9px 15px;
}
.mod-btn-thin.opt-btn-thin_blank a {
  background-image: url(/sp/common_renewal/img/parts/mod-btn-thin_blank.png);
  background-size: 12px 10px;
}
.mod-btn-thin.opt-btn-thin_back a {
  background-image: url(/sp/common_renewal/img/parts/mod-btn-thin_arrow-back.png);
  background-position: 3.33% 50%;
}
.mod-btn-tel a {
  background-image: none;
  font-size: 1em;
  font-size: 2em;
  line-height: 1.3em;
  display: inline-block;
  font-weight: bold;
}
.mod-btn-tel a span {
  font-size: 0.5em;
  line-height: 1.3em;
  font-weight: normal;
}
.mod-btn-tel a:before {
  content: "";
  display: inline-block;
  margin-right: -1px;
  margin-top: -2px;
  width: 22px;
  height: 22px;
  background-image: url(/sp/common_renewal/img/parts/mod-btn-tel.png);
  background-size: 22px 22px;
  vertical-align: middle;
}
.mod-anchor a {
  color: #fff;
  font-size: 1.6em;
  line-height: 1.3em;
  padding: 14px 27px 13px;
  background-color: #444;
  background-image: url(/sp/common_renewal/img/parts/mod-anchor.png);
  background-size: 20px 16px;
}
.mod-anchor.opt-btn_strong a {
  font-weight: bold;
  background-color: #cc0000;
}
