@charset "UTF-8";
/*
Theme Name:Coding-theme
Author:コーディングベーステーマ
Description:ALLSYSTEMコーディング用標準ベーステーマです。
Version: 3.1.5
*/
/* -------------------------------------------
	YUI 3.18.1 (build f7e7bcb)
	Copyright 2014 Yahoo! Inc. All rights reserved.
	Licensed under the BSD License.
	http://yuilibrary.com/license/
---------------------------------------------- */
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

img {
  vertical-align: bottom;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

/* -------------------------------------------
	Utility
---------------------------------------------- */
/* Margin
-------------*/
#wrapper .m0 {
  margin: 0px;
}

#wrapper .m5 {
  margin: 5px;
}

#wrapper .m10 {
  margin: 10px;
}

#wrapper .m15 {
  margin: 15px;
}

#wrapper .m20 {
  margin: 20px;
}

#wrapper .mt0 {
  margin-top: 0px;
}

#wrapper .mt5 {
  margin-top: 5px;
}

#wrapper .mt10 {
  margin-top: 10px;
}

#wrapper .mt15 {
  margin-top: 15px;
}

#wrapper .mt20 {
  margin-top: 20px;
}

#wrapper .mt30 {
  margin-top: 30px;
}

#wrapper .mt40 {
  margin-top: 40px;
}

#wrapper .mt50 {
  margin-top: 50px;
}

#wrapper .mt100 {
  margin-top: 100px;
}

#wrapper .ml0 {
  margin-left: 0px;
}

#wrapper .ml5 {
  margin-left: 5px;
}

#wrapper .ml8 {
  margin-left: 8px;
}

#wrapper .ml10 {
  margin-left: 10px;
}

#wrapper .ml15 {
  margin-left: 15px;
}

#wrapper .ml20 {
  margin-left: 20px;
}

#wrapper .ml30 {
  margin-left: 30px;
}

#wrapper .ml40 {
  margin-left: 40px;
}

#wrapper .ml50 {
  margin-left: 50px;
}

#wrapper .ml80 {
  margin-left: 80px;
}

#wrapper .mr0 {
  margin-right: 0px;
}

#wrapper .mr5 {
  margin-right: 5px;
}

#wrapper .mr10 {
  margin-right: 10px;
}

#wrapper .mr15 {
  margin-right: 15px;
}

#wrapper .mr20 {
  margin-right: 20px;
}

#wrapper .mr30 {
  margin-right: 30px;
}

#wrapper .mr80 {
  margin-right: 80px;
}

#wrapper .mb0 {
  margin-bottom: 0px;
}

#wrapper .mb5 {
  margin-bottom: 5px;
}

#wrapper .mb10 {
  margin-bottom: 10px;
}

#wrapper .mb15 {
  margin-bottom: 15px;
}

#wrapper .mb20 {
  margin-bottom: 20px;
}

#wrapper .mb30 {
  margin-bottom: 30px;
}

#wrapper .mb40 {
  margin-bottom: 40px;
}

#wrapper .mb50 {
  margin-bottom: 50px;
}

#wrapper .mb100 {
  margin-bottom: 100px;
}

/* padding 
---------------------*/
#wrapper .p0 {
  padding: 0px;
}

#wrapper .p5 {
  padding: 5px;
}

#wrapper .p10 {
  padding: 10px;
}

#wrapper .p20 {
  padding: 20px;
}

#wrapper .p30 {
  padding: 30px;
}

#wrapper .pt0 {
  padding-top: 0px;
}

#wrapper .pt5 {
  padding-top: 5px;
}

#wrapper .pt10 {
  padding-top: 10px;
}

#wrapper .pt20 {
  padding-top: 20px;
}

#wrapper .pt30 {
  padding-top: 30px;
}

#wrapper .pt40 {
  padding-top: 40px;
}

#wrapper .pt50 {
  padding-top: 50px;
}

#wrapper .pb20 {
  padding-bottom: 20px;
}

#wrapper .pb30 {
  padding-bottom: 30px;
}

#wrapper .pb40 {
  padding-bottom: 40px;
}

#wrapper .pb50 {
  padding-bottom: 50px;
}

/* Float
---------------------*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.cl {
  clear: both;
}

/* cursor
-------------------*/
.cp {
  cursor: pointer;
}

.fcr {
  color: #fff;
}

.attention {
  color: #f00;
  font-weight: bold;
}

/* width
--------------------*/
.w50 {
  width: 50px;
}

.w100 {
  width: 100px;
}

.w130 {
  width: 130px;
}

.w200 {
  width: 200px;
}

.w220 {
  width: 220px;
}

.w245 {
  width: 245px;
}

.w270 {
  width: 270px;
}

.w300 {
  width: 300px;
}

.w330 {
  width: 330px;
}

.w400 {
  width: 400px;
}

.w500 {
  width: 500px;
}

.w570 {
  width: 570px;
}

/* align
------------------- */
.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

/* clearfix
------------------- */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* text spacing
------------------- */
.text-spacing-wide {
  letter-spacing: 0.1em;
}

.text-spacing-shrink {
  letter-spacing: -0.05em;
}

/* text color
-------------*/
.text-require {
  color: #bf0000;
}

.text-alert {
  color: #e01919;
}

/* text color
-------------*/
.text-webfont {
  font-family: "Fira Sans Condensed", sans-serif;
}

/* box
-------------*/
.box {
  padding: 30px;
}

.box.box--primary-lighten {
  background-color: #f2fffe;
}

/* responsive
-------------*/
@media screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .hidden-xs {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .visible-xs {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .visible-xs-inline {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

/* -------------------------------------------
	WordPress Editor
---------------------------------------------- */
img.size-auto,
img.size-large,
img.size-full,
img.size-medium {
  max-width: 100%;
  height: auto;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
  margin-top: 4px;
}

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

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  background: #f1f1f1;
  border: none;
  border-radius: 0;
  color: #888;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
  padding: 4px;
  text-align: center;
}

.wp-caption img {
  margin: 5px;
}

.wp-caption p.wp-caption-text {
  margin: 0 0 4px;
}

.wp-smiley {
  margin: 0;
}

.post-content h1 {
  font-size: 48px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 150%;
}

.post-content h2 {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 150%;
}

.post-content h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 150%;
}

.post-content h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 150%;
}

.post-content h5 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 150%;
}

.post-content h6 {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 150%;
}

.entry-content .post-content ul,
.entry-content .post-content ol {
  padding: 10px 0 10px 20px;
}

.entry-content .post-content ul {
  list-style: disc;
}

.entry-content .post-content ol {
  list-style: decimal;
}

.entry-content .post-content blockquote {
  margin: 10px 20px;
  font-style: italic;
  color: #999;
}

.entry-content .post-content em {
  font-style: italic;
}

.entry-content .post-content p {
  margin-bottom: 1em;
}

.entry-content .post-content strong {
  font-weight: bold;
}

.entry-content .post-content table {
  width: 100%;
}

.entry-content .post-content table th, .entry-content .post-content table td {
  padding: 10px;
  vertical-align: middle;
  border: 1px solid #e3e3e3;
}

.entry-content .post-content table thead th {
  font-weight: bold;
  background: #239189;
  color: #fff;
}

.entry-content .post-content table tbody th {
  font-weight: bold;
  background: #f2fffe;
}

.entry-content .post-content table p {
  margin-bottom: 0;
}

.post-content.pmargin0 p {
  margin: 0;
}

/* -------------------------------------------
	Base
---------------------------------------------- */
html {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシックPro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳＰゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #5f5f5c;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  min-width: 1200px;
}

@media screen and (max-width: 767px) {
  body {
    width: 100% !important;
    min-width: auto !important;
  }
}

a {
  -moz-transition: all 0.15s ease 0.1s;
  -o-transition: all 0.15s ease 0.1s;
  -webkit-transition: all 0.15s ease;
  -webkit-transition-delay: 0.1s;
  -webkit-transition: all 0.15s ease 0.1s;
  transition: all 0.15s ease 0.1s;
}

a img {
  -moz-transition: all 0.15s ease 0.1s;
  -o-transition: all 0.15s ease 0.1s;
  -webkit-transition: all 0.15s ease;
  -webkit-transition-delay: 0.1s;
  -webkit-transition: all 0.15s ease 0.1s;
  transition: all 0.15s ease 0.1s;
}

a:hover img {
  opacity: 0.8;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: inherit;
}

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

#wrapper,
#header,
#footer,
#main {
  padding: 0;
  margin: 0;
}

#header a,
#footer a {
  text-decoration: none;
  color: inherit;
}

#header a:hover, #header a:active, #header a:focus,
#footer a:hover,
#footer a:active,
#footer a:focus {
  text-decoration: none;
}

/**
 * columns
 */
#wrapper .inner {
  margin-left: auto;
  margin-right: auto;
}

#wrapper .container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#wrapper .container.container--800 {
  max-width: 800px;
}

#wrapper .container.container--950 {
  max-width: 950px;
}

@media screen and (max-width: 767px) {
  #wrapper .container {
    width: 100% !important;
    min-width: auto !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

#wrapper .row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: -15px;
  margin-right: -15px;
}

#wrapper .row::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 767px) {
  #wrapper .row {
    margin: 0 !important;
  }
}

#wrapper .row .col {
  float: left;
  min-height: 1px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  #wrapper .row .col {
    width: 100% !important;
    min-width: auto !important;
  }
}

#wrapper .row .col.col-1-2 {
  width: 50%;
}

#wrapper .row .col.col-1-3 {
  width: 33.3333%;
}

#wrapper .row .col.col-2-3 {
  width: 66.6666%;
}

#wrapper .row .col.col-1-4 {
  width: 25%;
}

#wrapper .row .col.col-1-5 {
  width: 20%;
}

#wrapper .row .col.col-2-5 {
  width: 40%;
}

#wrapper .row .col.col-main {
  width: calc( 870px + 30px);
}

#wrapper .row .col.col-sidebar {
  width: calc( 300px + 30px);
  float: right;
}

#wrapper .row .col.col-main-simulation {
  width: calc( 920px + 30px);
  padding-left: 35px;
}

@media screen and (max-width: 767px) {
  #wrapper .row .col.col-main-simulation {
    padding: 0 !important;
  }
}

#wrapper .row .col.col-sidebar-simulation {
  width: calc( 230px + 30px);
  float: left;
}

@media screen and (max-width: 767px) {
  #wrapper .row .col.col-sidebar-simulation {
    display: none;
  }
}

#wrapper .row .col.col-status-list {
  width: calc( 100% - 315px);
  float: left;
}

@media screen and (max-width: 767px) {
  #wrapper .row .col.col-status-list {
    width: 50% !important;
    float: left !important;
  }
}

#wrapper .row .col.col-status-confirm {
  width: 285px;
}

@media screen and (max-width: 767px) {
  #wrapper .row .col.col-status-confirm {
    width: 50% !important;
    float: right !important;
  }
}

#wrapper .row .col.col-author-image {
  width: 200px;
}

#wrapper .row .col.col--author-description {
  width: calc( 100% - 200px);
}

#wrapper .row-small {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: -10px;
  margin-right: -10px;
}

#wrapper .row-small::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 767px) {
  #wrapper .row-small {
    margin: 0 !important;
  }
}

#wrapper .row-small .col {
  float: left;
  min-height: 1px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 767px) {
  #wrapper .row-small .col {
    width: 100% !important;
    min-width: auto !important;
  }
}

@media screen and (max-width: 767px) {
  #wrapper .row-small .col {
    width: 100% !important;
    min-width: auto !important;
  }
}

#wrapper .row-small .col.col-1-2 {
  width: 50%;
}

#wrapper .row-small .col.col-1-3 {
  width: 33.3333%;
}

#wrapper .row-small .col.col-2-3 {
  width: 66.6666%;
}

#wrapper .row-small .col.col-1-4 {
  width: 25%;
}

#wrapper .row-small .col.col-1-5 {
  width: 20%;
}

#wrapper .row-small .col.col-2-5 {
  width: 40%;
}

#wrapper .layout::after {
  content: "";
  display: block;
  clear: both;
}

#wrapper .layout > * {
  float: left;
  margin-right: 30px;
}

#wrapper .layout.layout--2 > * {
  width: 49%;
  width: calc( 50% - 15px);
}

#wrapper .layout.layout--2 > *:nth-child(2n) {
  margin-right: 0;
  float: right;
}

@media screen and (max-width: 767px) {
  #wrapper .layout.layout--2 > * {
    width: 100% !important;
    min-width: auto !important;
  }
}

/**
 * Header
 */
#header {
  border-top: #239189 5px solid;
}

#header #header-primary {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #header #header-primary {
    width: 100% !important;
    min-width: auto !important;
  }
}

#header #header-primary #logo {
  float: left;
  margin: 35px 0 35px 15px;
}

@media screen and (max-width: 767px) {
  #header #header-primary #logo {
    float: none;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    line-height: 1;
  }
}

#header #header-primary #sub-navigation {
  float: right;
  width: 260px;
  padding-top: 22px;
  padding-right: 15px;
}

#header #header-primary #sub-navigation .navigation li {
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  #header #header-primary #sub-navigation {
    float: none;
    width: auto;
    padding: 0 10px 10px 10px;
    text-align: center;
  }
  #header #header-primary #sub-navigation .navigation {
    display: table;
    width: 100%;
  }
  #header #header-primary #sub-navigation .navigation li {
    line-height: 1;
    padding: 0 5px;
    display: table-cell;
    width: 50%;
  }
  #header #header-primary #sub-navigation .navigation li img {
    vertical-align: middle;
  }
}

#header #global-navigation {
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #e2e2e2;
  border-bottom: 5px solid #e2e2e2;
}

@media screen and (max-width: 767px) {
  #header #global-navigation {
    border: none;
  }
  #header #global-navigation .sp-toggle {
    padding: 10px 0;
    text-align: center;
    background: #239189;
    color: #ffffff;
    font-weight: bold;
  }
}

@media screen and (max-width: 767px) {
  #header #global-navigation #main-menu {
    display: none;
  }
}

#header #global-navigation #main-menu .navigation {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
}

@media screen and (max-width: 767px) {
  #header #global-navigation #main-menu .navigation {
    width: 100% !important;
    min-width: auto !important;
  }
}

@media screen and (max-width: 767px) {
  #header #global-navigation #main-menu .navigation {
    display: block;
  }
}

#header #global-navigation #main-menu .navigation li {
  display: table-cell;
  padding: 0;
}

@media screen and (max-width: 767px) {
  #header #global-navigation #main-menu .navigation li {
    display: block;
    border-top: 1px solid #e2e2e2;
  }
}

#header #global-navigation #main-menu .navigation li:last-child a {
  border-right: 1px solid #e2e2e2;
}

#header #global-navigation #main-menu .navigation li a {
  display: block;
  padding: 10px 0;
  text-align: center;
  position: relative;
  border-left: 1px solid #e2e2e2;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  font-weight: normal;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Fira Sans Condensed", sans-serif;
}

#header #global-navigation #main-menu .navigation li a:after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: -5px;
  left: 0;
  background: transparent;
}

@media screen and (max-width: 767px) {
  #header #global-navigation #main-menu .navigation li a:after {
    display: none;
  }
}

#header #global-navigation #main-menu .navigation li a:hover:after {
  background: #239189;
}

#header #global-navigation #main-menu .navigation li a span {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシックPro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳＰゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  font-weight: bold;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  #header #global-navigation #main-menu .navigation li a {
    border: none !important;
    font-size: 16px;
    font-size: 1rem;
    vertical-align: middle;
  }
}

body.front-page #header #global-navigation #main-menu .navigation li.nav-home a:after,
body.page-id-7 #header #global-navigation #main-menu .navigation li.nav-company a:after,
body.category-works #header #global-navigation #main-menu .navigation li.nav-works a:after,
body.category-staff #header #global-navigation #main-menu .navigation li.nav-staff a:after,
body.category-campaign #header #global-navigation #main-menu .navigation li.nav-campaign a:after,
body.page-id-9 #header #global-navigation #main-menu .navigation li.nav-simulation a:after {
  background: #239189;
}

#page-title {
  padding: 90px 0;
  text-align: center;
  background-image: url("./images/common/page-title/title-bg-company.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  #page-title {
    padding: 40px 0;
  }
}

#page-title .page-title {
  display: block;
  color: #ffffff;
  line-height: 1;
  font-size: 48px;
  font-size: 3rem;
  font-weight: normal;
}

#page-title .page-title small {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  display: block;
  text-align: center;
  color: #ffffff;
  margin-top: 10px;
}

/**
 * Footer
 */
#footer {
  font-size: 14px;
  font-size: 0.875rem;
  border-top: #239189 5px solid;
  padding: 30px 0 30px 0;
}

@media screen and (max-width: 767px) {
  #footer {
    text-align: center;
  }
}

#footer .inner {
  max-width: 900px;
  margin: 0 auto;
}

#footer .footer-logo {
  margin-bottom: 20px;
}

#footer .center-border {
  border-left: 2px solid #239189;
}

@media screen and (max-width: 767px) {
  #footer .center-border {
    border: none;
  }
}

#footer #footer-navigation {
  height: 6.5em;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #footer #footer-navigation {
    margin-top: 20px;
  }
  #footer #footer-navigation ul {
    padding-left: 10px;
    text-align: left;
  }
}

#footer #footer-sub-navigation {
  padding-left: 2em;
  padding-bottom: 0.25em;
}

#copyright {
  padding: 5px 0;
  text-align: center;
  background: #efefef;
  color: #5f5f5c;
}

.page-id-9 #copyright {
  padding-bottom: 170px;
}

#uptotop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
}

#uptotop a {
  display: inline-block;
  width: 52px;
  height: 52px;
  background: url("./images/common/icon/uptotop-arrow.png") 50% 50% no-repeat;
  background-color: #239189;
  -moz-transition: all 0.15s ease 0.1s;
  -o-transition: all 0.15s ease 0.1s;
  -webkit-transition: all 0.15s ease;
  -webkit-transition-delay: 0.1s;
  -webkit-transition: all 0.15s ease 0.1s;
  transition: all 0.15s ease 0.1s;
}

#uptotop a:hover, #uptotop a:active, #uptotop a:focus {
  opacity: 0.8;
}

#breadcrumbs {
  font-size: 12px;
  font-size: 0.75rem;
  color: #5f5f5c;
  background: #e2e2e2;
  padding: 12px 0;
  line-height: 1;
}

#breadcrumbs a {
  text-decoration: none;
  color: inherit;
}

/**
 * Main contents
 */
#container {
  margin: 40px auto 100px auto;
}

#container::after {
  content: "";
  display: block;
  clear: both;
}

.front-page #container {
  margin: 40px auto 40px auto;
}

#container #main {
  width: 100%;
  float: none;
}

#container #main.with-sidebar {
  width: 870px;
  float: left;
}

@media screen and (max-width: 767px) {
  #container #main.with-sidebar {
    width: auto;
    float: none;
  }
}

#container #sidebar {
  width: 300px;
  float: right;
}

@media screen and (max-width: 767px) {
  #container #sidebar {
    margin-top: 40px;
    width: auto;
    float: none;
  }
}

#sidebar {
  background: #ffffff;
}

/**
 * WIDGET
 */
.widget {
  margin-bottom: 30px;
}

.widget .widget__title {
  background: #239189;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 5px 0;
}

.widget .widget__content {
  background: #f7f7f7;
  padding: 10px 20px;
}

.widget .widget__content .archive-dropdown {
  width: 100%;
  height: 40px;
}

/**
 * BUTTONS
 */
.button {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0.7em 1em;
  color: #239189;
  background: #ffffff;
  border: 2px solid #239189;
  min-width: 210px;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  -moz-transition: all 0.15s ease 0.1s;
  -o-transition: all 0.15s ease 0.1s;
  -webkit-transition: all 0.15s ease;
  -webkit-transition-delay: 0.1s;
  -webkit-transition: all 0.15s ease 0.1s;
  transition: all 0.15s ease 0.1s;
  -webkit-box-shadow: 5px 5px #239189;
          box-shadow: 5px 5px #239189;
}

.button:hover {
  -webkit-box-shadow: 0px 0px #239189;
          box-shadow: 0px 0px #239189;
  cursor: pointer;
}

.button:hover img {
  opacity: 1;
}

.button.button--center {
  margin-left: auto;
  margin-right: auto;
}

.button-round {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0.7em 1em;
  min-width: 210px;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  border: none;
  background: #239189;
  border-radius: 10px;
  color: #ffffff;
  -moz-transition: all 0.15s ease 0.1s;
  -o-transition: all 0.15s ease 0.1s;
  -webkit-transition: all 0.15s ease;
  -webkit-transition-delay: 0.1s;
  -webkit-transition: all 0.15s ease 0.1s;
  transition: all 0.15s ease 0.1s;
}

.button-round:hover {
  cursor: pointer;
  opacity: 0.8;
}

.button-round:hover img {
  opacity: 1;
}

.notice {
  padding: 30px;
  text-align: center;
  background: #f9eaea;
  max-width: 80%;
  margin: 30px auto;
  color: #c50000;
}

/**
 * HEADING
 */
.heading {
  margin-top: 20px;
  padding-top: 30px;
  position: relative;
  font-weight: bold;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 24px;
  font-size: 1.5rem;
}

.heading.heading--sm {
  font-size: 18px;
  font-size: 1.125rem;
}

.heading.heading--primary {
  color: #239189;
}

.heading-bg {
  background-color: #239189;
  background-image: url("images/common/heading-bg.png");
  background-position: top right;
  background-size: cover;
  color: #fff;
  font-weight: bold;
  margin: 0;
  padding: 20px;
  line-height: 1;
  border: none;
  font-size: 24px;
  font-size: 1.5rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.heading-bg::before {
  display: none;
}

.heading-bg small {
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 0.5em;
}

.heading-en {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Fira Sans Condensed", sans-serif;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  font-weight: normal;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #239189;
  line-height: 1;
  border: none;
}

.heading-en span {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  display: block;
  margin-top: 20px;
  color: #5f5f5c;
}

.total-result {
  font-size: 48px;
  font-size: 3rem;
  color: #b81209;
  font-weight: bold;
  margin: 0;
}

.total-result small {
  font-size: 22px;
  font-size: 1.375rem;
  color: #5f5f5c;
}

/**
 * LIST
 */
.list {
  padding-left: 2em;
}

.list.list--circle {
  list-style: disc;
}

.list.list--note {
  list-style: none;
  text-indent: -1em;
  font-size: 13px;
  font-size: 0.8125rem;
}

.list.list--note li:before {
  display: inline;
  content: "※";
}

.list.list--col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 100%;
}

.list.list--arrow li {
  background-image: url("./images/common/icon/arrow-right-green.png");
  background-position: left 50%;
  background-size: auto 10px;
  background-repeat: no-repeat;
  padding: 0.5em 0 0.5em 20px;
}

.list.list--arrow li a {
  color: inherit;
  text-decoration: none;
}

.list.list--arrow-sm li {
  padding: 0 0 0 20px;
}

.list.list--dot-line li {
  border-bottom: 1px dotted #239189;
}

.list.list--dot-line li:last-child {
  border-bottom: none;
}

.list.list--links {
  padding: 0;
}

.list.list--links li {
  padding: 0.25em 0 0.25em 20px;
}

/**
 * BG
 */
.bg.bg--accent {
  background: #f9f9f9;
}

.bg.bg--white {
  background: #ffffff;
}

.bg.bg--full {
  width: 100%;
  background-size: cover;
}

/**
 * BALLOON
 */
.balloon {
  background: #f2f2f2;
  color: #b10202;
  border-radius: 5px;
  padding: 5px 10px;
  position: relative;
  display: inline-block;
  max-width: 390px;
  font-size: 12px;
  font-size: 0.75rem;
  bottom: -10px;
}

.balloon::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}

.balloon.balloon--left {
  margin-left: 10px;
}

.balloon.balloon--left::before {
  left: -5px;
  top: 20px;
  border-right: 5px solid #f2f2f2;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.balloon.balloon--top .contact-method {
  color: #5f5f5c;
  font-size: 16px;
  font-size: 1rem;
}

.balloon.balloon--top::before {
  left: 20px;
  top: -5px;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #f2f2f2;
  border-left: 5px solid transparent;
}

/**
 * TABLE
 */
.table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .table {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.table th, .table td {
  padding: 10px;
  vertical-align: middle;
  border: 1px solid #e3e3e3;
}

.table th {
  font-weight: bold;
  background: #f2fffe;
  width: 25%;
}

.table td {
  background: #ffffff;
}

.table p {
  margin-bottom: 0;
}

.table small {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}

.table.table--about tr:first-child th, .table.table--about tr:first-child td {
  border-top: 4px solid #e8e8e8;
}

.table.table--about tr:first-child th {
  border-top-color: #239189;
}

.table.table--about strong {
  font-weight: bold;
}

.table.table--result th, .table.table--result td {
  padding: 5px;
  background: #ffffff;
  border: none;
  border-bottom: #cfcfcf 1px solid;
}

.table.table--result th {
  width: 80%;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .table.table--result th {
    width: 60%;
  }
}

.table.table--result td {
  width: 20%;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .table.table--result td {
    width: 40%;
  }
}

.table.table--result tbody tr:last-child th, .table.table--result tbody tr:last-child td {
  border-bottom: #239189 1px solid;
}

.table.table--result tfoot th {
  text-align: right;
}

.table.table--form tr:first-child th {
  border-top: 4px solid #239189;
}

.table.table--form tr:first-child td {
  border-top: 4px solid #e8e8e8;
}

.table.table--form .required {
  background: #c60815;
  line-height: 1;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  display: inline-block;
  padding: 1px 2px;
  margin-left: 10px;
}

.table.table--form .input-note {
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 1em;
}

.table.table--form input[type="text"],
.table.table--form input[type="password"],
.table.table--form input[type="email"],
.table.table--form input[type="tel"],
.table.table--form input[type="number"],
.table.table--form textarea {
  width: 100%;
  padding: 5px;
  border: 1px solid #BFBFBF;
  max-width: 400px;
}

.table.table--form input[type="text"].size-small,
.table.table--form input[type="password"].size-small,
.table.table--form input[type="email"].size-small,
.table.table--form input[type="tel"].size-small,
.table.table--form input[type="number"].size-small,
.table.table--form textarea.size-small {
  max-width: 240px;
}

.table.table--form input[type="text"].size-large,
.table.table--form input[type="password"].size-large,
.table.table--form input[type="email"].size-large,
.table.table--form input[type="tel"].size-large,
.table.table--form input[type="number"].size-large,
.table.table--form textarea.size-large {
  max-width: 600px;
}

.table.table--form textarea {
  height: 8em;
}

/**
 * POST 
 */
/* LOOP */
.loop-post {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: dotted 1px #239189;
}

.loop-post .loop-post__details {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0;
}

.loop-post .loop-post__details::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 767px) {
  .loop-post .loop-post__details {
    margin: 0 !important;
  }
}

.loop-post .loop-post__details .loop-post__image {
  float: left;
  min-height: 1px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  width: 335px;
}

@media screen and (max-width: 767px) {
  .loop-post .loop-post__details .loop-post__image {
    width: 100% !important;
    min-width: auto !important;
  }
}

.loop-post .loop-post__details .loop-post__summary {
  float: left;
  min-height: 1px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  width: calc( 100% - 335px);
}

@media screen and (max-width: 767px) {
  .loop-post .loop-post__details .loop-post__summary {
    width: 100% !important;
    min-width: auto !important;
  }
}

.loop-post .loop-post__details .loop-post__summary .loop-post__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #239189;
  margin-bottom: 20px;
}

.loop-post .loop-post__details .loop-post__summary .loop-post__excerpt {
  margin-bottom: 20px;
}

.loop-post .loop-post__details.is-full-width .loop-post__summary {
  margin-bottom: 60px;
}

.loop-post .loop-post__link {
  text-align: center;
  padding: 10px 0 0 0;
}

.message-area {
  max-width: 1000px;
  margin: 0 auto;
}

/**
 * SINGLE POST
 */
.content-post-single .content-post-single__title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #239189;
  font-weight: bold;
}

.content-post-single .content-post-single__content {
  margin: 30px auto 50px auto;
  padding-bottom: 30px;
  border-bottom: 1px dotted #239189;
}

.content-post-single .content-post-single__image {
  margin: 0 auto 30px auto;
  text-align: center;
}

.content-post-single .content-post-single__meta {
  border-top: 1px solid #239189;
  padding: 30px 0;
  text-align: right;
}

.content-post-single .content-post-single__datetime {
  display: inline-block;
}

.content-post-single .content-post-single__datetime::after {
  content: "|";
  display: inline-block;
  padding: 0 5px;
}

.content-post-single .content-post-single__category {
  display: inline-block;
}

.content-post-single .content-post-single__category a {
  color: inherit;
  text-decoration: none;
}

.content-post-single .content-post-single__share {
  text-align: right;
  margin-top: 10px;
}

.content-post-single .content-post-single__share .fb_iframe_widget > span {
  vertical-align: baseline !important;
}

.content-post-single .content-post-single__navigation {
  text-align: center;
}

.content-post-single .content-post-single__banner {
  margin: 50px 0;
}

.content-post-single .content-post-single__author .content-post-single__author__name {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 0;
  padding-left: 0;
  border: none;
  border-bottom: 1px dotted #239189;
}

.content-post-single .content-post-single__related {
  margin: 30px 0;
}

.content-post-single .content-post-single__signature {
  margin: 30px 0;
}

/**
 * wp-pagenavi 
 */
.wp-pagenavi {
  clear: both;
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  color: #239189;
  background-color: #fff;
  border: 1px solid #239189;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  -moz-transition: all 0.15s ease 0.1s;
  -o-transition: all 0.15s ease 0.1s;
  -webkit-transition: all 0.15s ease;
  -webkit-transition-delay: 0.1s;
  -webkit-transition: all 0.15s ease 0.1s;
  transition: all 0.15s ease 0.1s;
}

.wp-pagenavi a:hover {
  color: #fff;
  background-color: #239189;
  border-color: #239189;
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #239189;
  border-color: #239189;
}

/**
 * CONTENT
 */
.entry-content h2 {
  border-bottom: 3px solid #e0e0e0;
  margin: 30px 0;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

.entry-content h2::before {
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 3px;
  background: #239189;
  content: "";
  width: 110px;
}

.entry-content h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin: 20px 0;
  border-left: 5px solid #239189;
  padding-left: 10px;
}

.entry-content p {
  margin-bottom: 2em;
}

.entry-content strong {
  font-weight: bold;
}

.entry-content form input[type="text"],
.entry-content form input[type="password"],
.entry-content form input[type="email"],
.entry-content form input[type="number"],
.entry-content form textarea {
  padding: 7px;
  border: 1px solid #BFBFBF;
  max-width: 680px;
}

.entry-content form select {
  height: 42px;
}

.entry-content form button {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0.7em 1em;
  color: #239189;
  background: #ffffff;
  border: 2px solid #239189;
  min-width: 210px;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  -moz-transition: all 0.15s ease 0.1s;
  -o-transition: all 0.15s ease 0.1s;
  -webkit-transition: all 0.15s ease;
  -webkit-transition-delay: 0.1s;
  -webkit-transition: all 0.15s ease 0.1s;
  transition: all 0.15s ease 0.1s;
  -webkit-box-shadow: 5px 5px #239189;
          box-shadow: 5px 5px #239189;
}

.entry-content form button:hover {
  -webkit-box-shadow: 0px 0px #239189;
          box-shadow: 0px 0px #239189;
  cursor: pointer;
}

.entry-content form button:hover img {
  opacity: 1;
}

/* -------------------------------------------
	Index Page
---------------------------------------------- */
.front-page #container {
  margin-top: 0;
  margin-bottom: 0;
}

.swiper-slide {
  text-align: center;
}

#news {
  background-position: center center;
  background-image: url("./images/pages/index/news-bg.jpg");
  background-size: cover;
  padding: 1px 0 50px;
}

#news .news-list {
  padding: 1em 2em;
  background: rgba(255, 255, 255, 0.8);
  max-width: 920px;
  margin: 50px auto;
}

/* -------------------------------------------
	Simulation Page
---------------------------------------------- */
.page-id-9 #uptotop {
  bottom: 100px;
}

#reform-simulation h2 {
  font-weight: bold;
}

#reform-simulation .simulation-status {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #239189;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  #reform-simulation .simulation-status {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#reform-simulation .simulation-status .select-status {
  width: 100%;
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
}

#reform-simulation .simulation-status .select-status::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 767px) {
  #reform-simulation .simulation-status .select-status {
    border-radius: 10px;
    padding: 10px;
  }
}

#reform-simulation .simulation-status .select-status .select-status__list {
  max-height: 70px;
  overflow: auto;
  width: 560px;
  font-size: 14px;
  font-size: 0.875rem;
  float: left;
}

#reform-simulation .simulation-status .select-status .select-status__list li::after {
  content: "";
  display: block;
  clear: both;
}

#reform-simulation .simulation-status .select-status .select-status__list li span {
  float: right;
}

#reform-simulation .simulation-status .select-status .select-status__total {
  float: right;
  line-height: 1.2;
}

#reform-simulation .simulation-status .select-status .select-status__total .total-title {
  text-align: right;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (max-width: 767px) {
  #reform-simulation .simulation-status .select-status .select-status__total .total-title {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

#reform-simulation .simulation-status .select-status .select-status__total .total-price {
  text-align: right;
  font-weight: bold;
  color: #b81209;
  font-size: 38px;
  font-size: 2.375rem;
}

@media screen and (max-width: 767px) {
  #reform-simulation .simulation-status .select-status .select-status__total .total-price {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

#reform-simulation .simulation-status .button-confirm {
  line-height: 1;
  background: #ffffff;
  width: 100%;
  margin-top: 20px;
  border-radius: 20px;
  padding: 20px;
  color: #239189;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  -moz-transition: all 0.15s ease 0.1s;
  -o-transition: all 0.15s ease 0.1s;
  -webkit-transition: all 0.15s ease;
  -webkit-transition-delay: 0.1s;
  -webkit-transition: all 0.15s ease 0.1s;
  transition: all 0.15s ease 0.1s;
}

@media screen and (max-width: 767px) {
  #reform-simulation .simulation-status .button-confirm {
    font-size: 11px;
    font-size: 0.6875rem;
    border-radius: 10px;
    margin-top: 0px;
    padding: 17px 0 20px 0px;
  }
}

#reform-simulation .simulation-status .button-confirm::before {
  content: "";
  width: 20px;
  height: 26px;
  background: url("./images/common/icon/calc.png") center center no-repeat;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: -6px;
}

@media screen and (max-width: 767px) {
  #reform-simulation .simulation-status .button-confirm::before {
    margin-bottom: -8px;
    margin-right: 10px;
  }
}

#reform-simulation .simulation-status .button-confirm:hover {
  opacity: 0.8;
  cursor: pointer;
}

@-webkit-keyframes anime-flash {
  50% {
    opacity: 0;
  }
}

@keyframes anime-flash {
  50% {
    opacity: 0;
  }
}

#reform-simulation .reform-list .reform-category {
  margin-bottom: 30px;
}

#reform-simulation .reform-list .reform-category h3 {
  background: #239189;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 5px 0;
  font-weight: bold;
  margin-bottom: -1px;
}

#reform-simulation .reform-list .reform-category ul {
  margin: 0;
  padding: 0;
}

#reform-simulation .reform-list .reform-category ul li {
  margin: 0;
  background: #f7f7f7;
  border-top: 1px dotted #239189;
  position: relative;
  -moz-transition: all 0.15s ease 0.1s;
  -o-transition: all 0.15s ease 0.1s;
  -webkit-transition: all 0.15s ease;
  -webkit-transition-delay: 0.1s;
  -webkit-transition: all 0.15s ease 0.1s;
  transition: all 0.15s ease 0.1s;
}

#reform-simulation .reform-list .reform-category ul li a {
  display: block;
  padding: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none;
  color: inherit;
}

#reform-simulation .reform-list .reform-category ul li.active {
  background: #ffeeff;
}

#reform-simulation .reform-list .reform-category ul li:after {
  content: "";
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
  width: 65px;
  height: 17px;
  background: url("./images/pages/simulation/not-selected.png") no-repeat 50% 50%;
  -webkit-animation: anime-flash 1s infinite;
          animation: anime-flash 1s infinite;
}

#reform-simulation .reform-list .reform-category ul li.selected:after {
  top: calc(50% - 10px);
  width: 76px;
  height: 15px;
  background: url("./images/pages/simulation/selected.png") no-repeat 50% 50%;
  -webkit-animation: none;
          animation: none;
}

#reform-simulation .reform-list .reform-category ul li:hover {
  cursor: pointer;
  opacity: 0.8;
}

#reform-simulation .sim-category-box {
  font-size: 14px;
  font-size: 0.875rem;
}

#reform-simulation .sim-category-box h3, #reform-simulation .sim-category-box h4 {
  font-weight: bold;
}

#reform-simulation .sim-category-box .button-detail {
  background: #239189;
  text-align: center;
  display: inline-block;
  padding: 5px 25px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  -moz-transition: all 0.15s ease 0.1s;
  -o-transition: all 0.15s ease 0.1s;
  -webkit-transition: all 0.15s ease;
  -webkit-transition-delay: 0.1s;
  -webkit-transition: all 0.15s ease 0.1s;
  transition: all 0.15s ease 0.1s;
}

#reform-simulation .sim-category-box .button-detail:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  #reform-simulation .sim-category-box .button-detail {
    padding: 5px;
  }
}

#reform-simulation .sim-category-box input[type="checkbox"] {
  margin-top: -9px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url("./images/pages/simulation/checkbox-none.png") left bottom no-repeat;
  background-color: #ffffff;
  margin-right: 10px;
}

#reform-simulation .sim-category-box input[type="checkbox"]:hover {
  cursor: pointer;
}

#reform-simulation .sim-category-box input[type="checkbox"]:checked::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  background: url("./images/pages/simulation/checkbox-checked.png") left bottom no-repeat;
}

#reform-simulation .sim-heading {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 30px;
}

#reform-simulation #reform-result-row {
  display: none;
}

#reform-simulation .sim-choices-list {
  list-style: none;
  line-height: 1;
  margin: 30px 0 20px 0;
}

#reform-simulation .sim-choices-list li {
  margin-bottom: 10px;
  margin-right: 18px;
  display: inline-block;
  padding: 10px;
  text-align: center;
  min-width: 150px;
  color: #ffffff;
  background-color: #9f9f9f;
  -moz-transition: all 0.15s ease 0.1s;
  -o-transition: all 0.15s ease 0.1s;
  -webkit-transition: all 0.15s ease;
  -webkit-transition-delay: 0.1s;
  -webkit-transition: all 0.15s ease 0.1s;
  transition: all 0.15s ease 0.1s;
}

#reform-simulation .sim-choices-list li:hover {
  opacity: 0.8;
  cursor: pointer;
}

#reform-simulation .sim-choices-list li.selected {
  background-color: #239189;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-size: 5px 5px;
}

#reform-simulation .sim-large-box {
  margin-bottom: 30px;
}

#reform-simulation .sim-large-box .sim-large-box__head {
  background: #239189;
  color: #ffffff;
  padding: 10px 20px;
}

#reform-simulation .sim-large-box .sim-large-box__body {
  background: #f2f2f2;
  padding: 20px;
}

#reform-simulation .section-l {
  margin-top: 20px;
}

#reform-simulation .sim-medium-box {
  margin-top: 20px;
}

#reform-simulation .sim-medium-box .sim-medium-box__head {
  background: #5ebbb4;
  color: #ffffff;
  padding: 10px;
}

#reform-simulation .sim-medium-box .sim-medium-box__body {
  background: #ffffff;
  padding: 20px;
}

#reform-simulation .sim-item-box .sim-item {
  margin-bottom: 30px;
}

#reform-simulation .sim-item-box .sim-item .sim-item__data::after {
  content: "";
  display: block;
  clear: both;
}

#reform-simulation .sim-item-box .sim-item .sim-item__data .sim-item__checkbox {
  float: left;
  width: 30px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  #reform-simulation .sim-item-box .sim-item .sim-item__data .sim-item__checkbox {
    margin-right: 0;
  }
}

#reform-simulation .sim-item-box .sim-item .sim-item__data .sim-item__image {
  float: left;
  width: 100px;
  margin-right: 20px;
}

#reform-simulation .sim-item-box .sim-item .sim-item__data .sim-item__image img {
  border: 1px solid #f2f2f2;
}

@media screen and (max-width: 767px) {
  #reform-simulation .sim-item-box .sim-item .sim-item__data .sim-item__image {
    width: 60px;
  }
}

#reform-simulation .sim-item-box .sim-item .sim-item__data .sim-item__info {
  float: left;
  width: 360px;
  margin-right: 20px;
}

#reform-simulation .sim-item-box .sim-item .sim-item__data .sim-item__info .item-label {
  background: #b81209;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  padding: 3px 25px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  #reform-simulation .sim-item-box .sim-item .sim-item__data .sim-item__info {
    float: none;
    width: 100%;
  }
}

#reform-simulation .sim-item-box .sim-item .sim-item__data .sim-item__price {
  float: left;
  width: calc(100% - 550px);
  text-align: right;
  font-size: 12px;
  font-size: 0.75rem;
}

#reform-simulation .sim-item-box .sim-item .sim-item__data .sim-item__price .item-price {
  margin: 10px 0 2px 0;
}

#reform-simulation .sim-item-box .sim-item .sim-item__data .sim-item__price .item-price__sale {
  color: #b81209;
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  #reform-simulation .sim-item-box .sim-item .sim-item__data .sim-item__price {
    float: right;
    width: 100%;
  }
}

#reform-simulation .sim-item-box .sim-item .sim-item__options {
  padding-left: 50px;
}

#reform-simulation .sim-item-box .sim-item .sim-item__options::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 767px) {
  #reform-simulation .sim-item-box .sim-item .sim-item__options {
    padding-left: 0;
  }
}

#reform-simulation .sim-item-box .sim-item .sim-item__options .option-title {
  margin: 20px 0 10px 0;
  background: #e6e6e6;
  font-weight: bold;
  padding: 5px 10px;
  color: #5f5f5c;
}

#reform-simulation .sim-item-box .sim-item .sim-item__options .sim-option::after {
  content: "";
  display: block;
  clear: both;
}

#reform-simulation .sim-item-box .sim-item .sim-item__options .sim-option .sim-option__checkbox {
  float: left;
  width: 30px;
  margin-right: 0px;
}

#reform-simulation .sim-item-box .sim-item .sim-item__options .sim-option .sim-option__name {
  float: left;
  width: 550px;
  margin-right: 20px;
}

#reform-simulation .sim-item-box .sim-item .sim-item__options .sim-option .sim-option__price {
  float: left;
  width: calc(100% - 600px);
  text-align: right;
  font-weight: bold;
  color: #b81209;
}

@media screen and (max-width: 767px) {
  #reform-simulation .sim-item-box .sim-item .sim-item__options .sim-option .sim-option__name {
    width: auto;
    margin-right: 10px;
  }
  #reform-simulation .sim-item-box .sim-item .sim-item__options .sim-option .sim-option__price {
    float: right;
    width: auto;
  }
}

#reform-simulation #contact-form-thanks-area {
  padding: 30px;
  text-align: center;
  background: #239189;
  color: #ffffff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}
