@charset "utf-8";


/*******************************
General
*******************************/


/* Reset */

*, *:before, *:after {
  box-sizing: border-box;
}


/* Normalize */

html {
  line-height: 1.15; 
  -webkit-text-size-adjust: 100%; 
}
body {
  margin: 0;
}
main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box; 
  height: 0; 
  overflow: visible; 
}
pre {
  font-family: monospace, monospace; 
  font-size: 1em; 
}

a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none; 
  text-decoration: underline; 
  text-decoration: underline dotted; 
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; 
  font-size: 1em; 
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; 
  font-size: 100%; 
  line-height: 1.15; 
  margin: 0; 
}
button,
input { 
  overflow: visible;
}
button,
select { 
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; 
  color: inherit; 
  display: table; 
  max-width: 100%; 
  padding: 0; 
  white-space: normal; 
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; 
  padding: 0; 
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; 
  outline-offset: -2px; 
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; 
  font: inherit; 
}

details {
  display: block;
}
summary {
  display: list-item;
}

template {
  display: none;
}
[hidden] {
  display: none;
}


/* Layout */ 

.content__col__wrapper {
  margin: 0 -20px;     
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .content__col__wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.content__col {
  padding: 1.115rem 20px;     
}
@media (max-width: 767px) {
  .content__col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.content_list__col {
    padding-top: 0.515rem;
    padding-bottom: 0.515rem;
}

.content__col_1 {
    width: 100%;
}
@media (max-width: 767px) {
	.content__col {
	  width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 1139px) {
    .content__col_3,
	.content__col_2 {
	  width: 50%;
	}
}
@media (min-width: 1140px) {
	.content__col_3 {  
	  width: 33.33%;
	}
	.content__col_2 {
	  width: 50%;
	}  
}


/* Container */

.content-wrapper,
.slim-content-wrapper {
  margin: 0 auto;
}

.content-wrapper--horizontal-spacing {
  padding: 0 20px;     
}

@media (max-width: 767px) {	 
  .content-wrapper--horizontal-spacing {
    padding-left: 15px;
    padding-right: 15px;
  }
}


/*******************************
Common
*******************************/


/* Typography */ 

body {
  line-height: 1.7;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

p {
  font-size: 1rem;
  margin: 0 0 1.5rem;
}

a {
  cursor: pointer;
  text-decoration: none;
  opacity: 1;
  transition: all 0.2s linear;
}
a:hover,
a:focus {
  text-decoration: underline;
}
a:hover,
a:focus,
a:active {
  opacity: 0.9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.5rem;
}

ul,
ol {
  margin: 0 0 1.5rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}
ul li,
ol li {
  margin: 0 0 0.4rem;
  padding: 0 0 0 0.5rem;
}
ul.no-list {
  list-style: none;
}

pre {
  overflow: auto;
}
code {
  vertical-align: bottom;
}
hr {
  border: none; 
  background: none; 
  margin: 1.5rem 0;
  height: 1px; 
  border-top: 3px solid; 
}

blockquote {
  border-left: 4px solid;
  margin: 0 0 1.5rem;
  padding-left: 1.5rem;
  font-style: italic;
}

img {
  font-size: 1rem;
  word-break: normal;
  height: auto;
  max-width: 100%;
}

table {
  width: 100%;
  border: 1px solid;
  margin-bottom: 3rem;
  overflow-wrap: break-word;
  border-spacing: 0;
  border-collapse: collapse;
  word-break: normal;
}
th,
td {
  border: none;
  padding: 0.8rem 1rem 0.8rem 0;
  vertical-align: top;
}
tr th:nth-of-type(1),
tr td:nth-of-type(1) {
  padding-left: 1rem;
}
@media (max-width: 767px) {
    th,
    td {
      padding: 0.6rem 0.8rem 0.6rem 0;
    }  
    tr th:nth-of-type(1),
    tr td:nth-of-type(1) {
      padding-left: 0.8rem;
    }
}
table th {
  text-align: left;
}
table td {
  border-top: 2px solid;
}
table th,
thead td {
  vertical-align: middle;
  font-weight: bold;
}
table tr td img {
  max-width: initial;
}

.table_scroll_wrap {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}


/* Buttons */ 

button,
.cta_button_primary,
.cta_button_secondary,
.form input[type=submit] {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.4s linear;
  white-space: normal;
  border: none;
  background-size: cover; 
  background-position: 50%; 
  background-repeat: no-repeat; 
  font-weight: bold; 
  border-width: 2px;
  border-style: solid;
}

button:disabled {
  opacity: 0.2;
  cursor: not-allowed;
}

button:hover,
button:focus,
button:active,
.cta_button_primary:hover, 
.cta_button_primary:active, 
.cta_button_primary:focus, 
.cta_button_secondary:hover,
.cta_button_secondary:focus,
.cta_button_secondary:active,
.form input[type=submit]:hover,
.form input[type=submit]:focus,
.form input[type=submit]:active {
  text-decoration: none;
}


/* Forms */ 

input:focus, 
textarea:focus,
select:focus {
  outline: 0;
}
select {    
  cursor: pointer;
}

.form fieldset {
  max-width: 100%;
}
.form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0;
}
.form legend {
  font-size: 0.775rem;
  margin-bottom: 0.3rem;
  opacity: 0.8;
}

.form input[type=text],
.form input[type=date],
.form input[type=email],
.form input[type=password],
.form input[type=tel],
.form input[type=number],
.form input[type=file],
.form select,
.form textarea {
  border-style: solid;
  display: inline-block;
  width: 100%;
  margin: 0.5rem 0;
  border-width: 2px; 
}
.form textarea {
  min-height: 7rem;
}
.form input[type="number"] {
  padding-right: 0;
}
.form input[type=checkbox],
.form input[type=radio] {
  cursor: pointer;
  margin-right: 0.5rem;
}
.form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

.form input[type=submit] {
  margin: 1rem 0 1rem;
}


/*******************************
Module
*******************************/

.highlight_text {
    border-bottom-width: 0.2rem;
    border-bottom-style: solid;
}
.center_text,
.hero__content .content__col h1,
.hero__content .content__col p {
    text-align: center;    
}

.hero__content,
.section__title,
.section__cta,
.section__content,
.page_title,
.hero__content .content__col__wrapper,
.hero__content .content__col {
    display: flex;
    flex-wrap: wrap;
}
.hero__content,
.section__title,
.section__cta,
.page_title,
.hero__content .content__col__wrapper,
.hero__content .content__col {
    align-items: center;
    justify-content: center;
}

.hero__content h1,
.hero__content p,
.section__title h2,
.section__title p,
.section__content h3,
.section__content p,
.section__content img,
.page_title h1,
.page_title p {
    width: 100%;
}
.hero__content h1,
.section__title h2,
.section__title p {
    margin-bottom: 1.25rem;
}

.section__content {
    padding: 1.5rem 1.7rem 0.5rem;
}

.section__note p a,
.section__content p a,
.link_text a {
    text-decoration: underline;
}
.section__content h3 a,
.section__content h3 a:hover,
.section__content h3 a:focus,
.section__content:hover h3 a,
.section__content:hover h3 a,
.section__content p a:hover,
.section__content p a:focus,
.section__note p a:hover,
.section__note p a:focus,
.link_text a:hover,
.link_text a:focus  {
    text-decoration: none;
}

.light_red_pattern_background {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
}
.light_red_pattern_background {
    background-image: url(../image/background/light_red_pattern.jpg);
}


/* Hero Area */ 

.hero__content { 
    padding: 0 0 0.3rem; 
}
.hero__content p {
    font-size: 1.15rem;  
    margin-bottom: 2rem;
}

@media (max-width: 991px) { 
.hero__content .content__col {
    width:  100%;
}
.hero__content .visual_content__col {
    margin-top: 1rem;
}
}

@media (min-width: 992px) { 
.hero__content .text_content__col {
    width: 62%; 
    padding-right: 2.5rem; 
    justify-content: flex-start;
}
.hero__content .visual_content__col {
    width: 38%;
}
.hero__content .text_content__col h1,
.hero__content .text_content__col p {
    text-align: left;
}
}


/* Section Title */

.section__title {
    padding-bottom: 1.25rem;
}
.section__title p:nth-of-type(1) {
    padding-top: 0.5rem;
}


/* Section Content */

.section__content {
    transition: background-color 0.2s linear;
}
.section__content h3,
.section__content p {
    margin-bottom: 1rem;
}
.section__content h3 {
    font-size: 1.15rem;
}
.section__content p {
    font-size: .9rem;
}
.section__content img {
    margin-top: 0.2rem; 
    margin-bottom: 1.5rem;
}

.large__section__content {
    padding-top: 2.4rem;
}
.large__section__content h3 {
    margin-bottom: 0;
}
.large__section__content .large_text {
    font-size: 3rem;
}


/* Section CTA */ 

.section__cta {
    margin: 2.5rem 0 0.5rem;
}


/* Section Note */ 

.section__note {
    margin-top: 1.5rem;
}
.section__note p {
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
    opacity: 0.8;
}


/* Page Title */ 

.page_title h1 {
    margin-bottom: 0;
}
.page_title p {
    font-size: 1.1rem;
    margin-top: 1.1rem;
    margin-bottom: 0.2rem;
}
.page_title p:nth-of-type(1) {
    margin-top: 2rem;
}
.page_title a.cta_button_primary {
    margin-bottom: 0.5rem;
    margin-top: 2rem;
}


/* Calculator */

.calculator__section .content__col__wrapper {
    justify-content: center;
    align-items: flex-start;
}

@media (max-width: 991px) {    
    .content__col_calc {
        flex: 0 0 100%; 
    }
    .content__col__wrapper .content__col_calc:nth-of-type(2) {
        margin-top: 1rem; 
    } 
}
@media (min-width: 992px) {  
    .content__col__wrapper .content__col_calc:nth-of-type(1) {
        padding-right: 1.5rem;
        flex: 0 0 45%; 
    }
    .content__col__wrapper .content__col_calc:nth-of-type(2) {
        padding-left: 1.5rem; 
        flex: 0 0 55%;
    } 
}


.calculator_form_wrapper {
    padding: 2rem 2rem 2.4rem; 
    margin-bottom: 0.5rem;
}
.calculator_form_wrapper > .field {
    margin-bottom: 0.7rem;
    position: relative;
}
.calculator_form_wrapper > .field label {
    font-weight: bold; 
    margin-bottom: 0.3rem;
    line-height: 1.4; 
}
.calculator_form_wrapper button {
    width: 100%;
    margin-top: 0.8rem;
}


.calculator_form_wrapper .result {
    display: none;
    padding-top: 1.5rem; 
}
.result #breakdown {
    font-size: 0.95rem; 
}
.result #breakdown > div {    
    margin: 0.5rem 0 0;
}

.result #breakdown .progress-bar {
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    height: 0.3rem;
    margin: 0.3rem 0 0.8rem;
    
}
.result #breakdown .progress-bar .progress {
    height: 100%;
    transition: width .5s ease-in-out; 
}


/*******************************
Header
*******************************/

header .content-wrapper--vertical-spacing {
    padding-top: 0;
    padding-bottom: 0;
}
header .content-wrapper--horizontal-spacing,
.header__cta {
    display: flex;
    align-items: center; 
}
@media (max-width: 991px) { 
    header .content-wrapper--horizontal-spacing {
        flex-wrap: wrap;
    }
}

.header__logo {
    margin-right: auto; 
    margin-top: 1.115rem;
    margin-bottom: 1.115rem;
}
.header__logo a {
    display: flex;
}
@media (max-width: 991px) { 
    .header__logo {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .header__logo a img {
        max-width: 180px;
    }
} 

.header__cta {
    margin: 0 -0.6rem; 
}
.header__cta a {
    margin: 0.5rem 0.6rem;
    line-height: 1.2; 
}
@media (max-width: 991px) {
    .header__cta { 
        width: calc(100% + 1.2rem); 
        justify-content: center;
        margin-top: -0.6rem;
        margin-bottom: 0.8rem; 
    }
} 


/*******************************
Footer
*******************************/

footer .content-wrapper--horizontal-spacing {
    display: flex;
}

footer .footer__content {
    padding-top: 1.115rem;
    padding-bottom: 1.115rem;
}
footer .footer__content:nth-of-type(1) {
    width: 45%;
}
footer .footer__content:nth-of-type(2) {
    width: 55%;
    padding-left: 2.5rem;
}
@media (max-width: 991px) {  
    footer .content-wrapper--horizontal-spacing {
        flex-wrap: wrap;
    }
    footer .footer__content:nth-of-type(1),
    footer .footer__content:nth-of-type(2) {
        width: 100%;
    }
    footer .footer__content:nth-of-type(2) {
        padding-left: 0;
    }
}

.footer__content p {
    font-size: 0.8rem;
}

.footer__logo {
    margin-bottom: 1.5rem; 
}
.footer__logo a img {
    opacity: 0.5;
}

.footer__license p:nth-of-type(1) {
    margin-bottom: 0.5rem;
}

.footer__contact p {
    margin: 0 0 0.5rem;
}
.footer__contact p:nth-last-of-type(1) {
    margin-bottom: 1.5rem;
}

.footer__copyright p {
    opacity: 0.7;
    margin-bottom: 0;
}

.footer__legal p {
    opacity: 0.5;
    margin-bottom: 0.7rem;
}
.footer__legal p:nth-last-of-type(1) {
    margin-bottom: 1.5rem;
}

.footer__content .footer__links:nth-last-of-type(1) p {
    margin-bottom: 0;
}


/*******************************
Theme
*******************************/


/* Container */

.content-wrapper {
  max-width: 1360px;
}
.slim-content-wrapper {
  max-width: 720px;
}

.content-wrapper--vertical-spacing {
  padding: 100px 20px;
}
@media (max-width: 767px) {
  .content-wrapper--vertical-spacing {
    padding: 75px 15px;
  }  
}

.content-wrapper--no-vertical-spacing {
    padding-top: 0; 
    padding-bottom: 0; 
}
.content-wrapper--no-top--vertical-spacing {    
    padding-top: 0; 
}


/* Brand */

::selection {
    background-color: #BF0D3E;
}
.primary_background,
button,
.cta_button_primary, 
.form input[type=submit] {
    background-color: #BF0D3E;
}
.primary_color,
a,
.cta_button_secondary,
.cta_button_secondary:hover,
.cta_button_secondary:focus,
.cta_button_secondary:active,
.header__navigation a:hover,
.header__navigation a:focus,
.highlight_text,
.section__content h3 a:hover,
.section__content h3 a:focus {
    color: #BF0D3E;
}
.primary_border,
button,
.cta_button_primary, 
.cta_button_secondary,
.form input[type=submit],
.form input[type=text]:focus,
.form input[type=date]:focus,
.form input[type=email]:focus,
.form input[type=password]:focus,
.form input[type=tel]:focus,
.form input[type=number]:focus,
.form input[type=file]:focus,
.form select:focus,
.form textarea:focus,
.highlight_text {
    border-color: #BF0D3E;
}

.secondary_background {
    background-color: #00205B;
}
.secondary_color,
.section__content h3 a {
    color: #00205B;
}
.secondary_border {
    border-color: #00205B;
}

.dark_background,
footer {
    background-color: #261419;
}
.dark_color,
body,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
.form label,
.form legend,
.form input[type=text],
.form input[type=date],
.form input[type=email],
.form input[type=password],
.form input[type=tel],
.form input[type=number],
.form input[type=file],
.form select,
.form textarea,
.header__navigation a {
    color: #261419;
}

.white_background,
.cta_button_secondary,
.form input[type=text],
.form input[type=date],
.form input[type=email],
.form input[type=password],
.form input[type=tel],
.form input[type=number],
.form input[type=file],
.form select,
.form textarea,
.white_hover_background:hover {
    background-color: #ffffff;
}
.white_color,
button,
.cta_button_primary, 
.form input[type=submit],
button:hover,
button:focus,
button:active,
.cta_button_primary:hover, 
.cta_button_primary:active, 
.cta_button_primary:focus, 
.form input[type=submit]:hover,
.form input[type=submit]:focus,
.form input[type=submit]:active,
.footer__content p,
.footer__content p a {
    color: #ffffff;
}
::selection {
    color: #ffffff;
}

.light_background,
.light_hover_background:hover {
    background-color: #fdf1f1;
}
.light_color {
    color: #fdf1f1;
}

.error_background {
    background-color: #d1173e;
}
.error_color {
    color: #d1173e;
}

.success_background {
    background-color: #0fc084;
}
.success_color {
    color: #0fc084;
}

.border_color,
blockquote,
hr,
.form input[type=text],
.form input[type=date],
.form input[type=email],
.form input[type=password],
.form input[type=tel],
.form input[type=number],
.form input[type=file],
.form select,
.form textarea {
    border-color: #e5d3d3;
}
@media (max-width: 991px) { 
    .header__navigation a {
        border-color: #e5d3d3;
    }
}

.placeholder_color {
    color: #978484;
}
::-webkit-input-placeholder {
  color: #978484;
}
::-moz-placeholder {
  color: #978484;
}
:-ms-input-placeholder {
  color: #978484;
}
::placeholder {
  color: #978484;
}

.gray_background {
    background-color: #f3eded;
}


/* Typography */

body,
p,
.form,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: bold;
  text-transform: none;
}

b, 
strong {
  font-weight: bold;
}
i,
em {
  font-style: italic;
}

html,
body {
  font-size: 20px;
}
@media (max-width: 767px) {
  html,
  body {
    font-size: 18px;    
  }
}

body {
  line-height: 1.5;
}

h1 {
  font-size: 50px;
  line-height: 1.2;
}
h2 {
  font-size: 40px;
  line-height: 1.3;
}
h3 {
  font-size: 32px;
  line-height: 1.3;
}
h4 {
  font-size: 24px;
  line-height: 1.4;
}
h5 {
  font-size: 20px;
  line-height: 1.5;
}
h6 {
  font-size: 18px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
}


/* Table */

table,
table td {  
  border-color: #e7eaed;
}
table th,
thead td {
  background-color: #e7eaed;
}

table tr:nth-child(odd) {
  background-color: #f2f4f7;
}
table tr:nth-child(even) {
  background-color: #ffffff;
}


/* Module */

.border_radius {
  border-radius: 6px;  
}
.box_shadow,
.hover_box_shadow:hover {
  -webkit-box-shadow: 0px 0px 15px 5px rgba(38,20,25,0.05);
  -moz-box-shadow: 0px 0px 15px 5px rgba(38,20,25,0.05);
  box-shadow: 0px 0px 15px 5px rgba(38,20,25,0.05);
}


/* Buttons */

button,
.cta_button_primary, 
.cta_button_secondary,
.form input[type=submit] {  
  font-size: 17px;
  padding: 10px 20px;
  text-transform: none; 
  line-height: 1.4; 
  border-radius: 6px;
}
@media (max-width: 767px) {
	button,
	.cta_button_primary, 
	.cta_button_secondary,
	.form input[type=submit] {
	  font-size: 16px;
	  padding: 8px 16px; 
	}
}


/* Forms */

.form input[type=text],
.form input[type=date],
.form input[type=email],
.form input[type=password],
.form input[type=tel],
.form input[type=number],
.form input[type=file],
.form select,
.form textarea {
  border-radius: 6px;  
  font-size: 16px;
  line-height: 1;  
  padding: 10px 18px;
}

@media (max-width: 767px) {
  .form input[type=text],
  .form input[type=date],
  .form input[type=email],
  .form input[type=password],
  .form input[type=tel],
  .form input[type=number],
  .form input[type=file],
  .form select,
  .form textarea {
    font-size: 15px;
  }
}








