@charset "utf-8";
@import url("css/notosansjapanese.css");

/* base style
=====================================================================*/
html, body, div, span, a, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

ul li,
ol li {
  list-style: none;
}

body {
    font-family: 'Noto Sans Japanese', sans-serif;
    background: #FFF;
    min-width: 1200px;
    font-size: 15px;
    color: #222222;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    margin: 0;
    letter-spacing: 0.08em;
    line-height: 1.8;
}

*::selection {
  background: #CFD3DE;
}

.lock {
  overflow: hidden;
  position: relative;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea {
    font-family: 'Noto Sans Japanese', sans-serif;
    letter-spacing: 0.08em;
    line-height: 1.8;
    outline: none;
    padding: 0px 9px;
    border-radius: 2px;
    width: 100%;
    border: 1px solid #bcbcbc;
    box-sizing: border-box;
    -webkit-appearance: none;
    transition: .3s;
    background: #fff;
    color: #000;
}

input[type="submit"], input[type="button"] {
  -webkit-appearance: none;
  border-radius: 0px;
  padding-top: 0px;
  font-size: 14px;
  cursor: pointer;
}

textarea {
  height: 200px;
}

input::placeholder,
textarea::placeholder {
  color: #AEAEA5;
  line-height: 1.5;
}

input[type="checkbox"],
input[type="radio"] {
  width: auto;
  margin: 0px;
  vertical-align: middle;
  cursor: pointer;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 6px rgb(102 175 233 / 60%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 6px rgb(102 175 233 / 60%);
  background: #f2f7ff;
}
.input-right-txt {
  display: inline-block;
  margin-left: 5px;
}
.input-label {
  padding-left: 30px;
  position: relative;
  left: -30px;
  top: -1px;
}
label {
  cursor: pointer;
}

input::-ms-clear {
  visibility: hidden;
}

button::-moz-focus-inner{
  border :0px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

select {
    outline: none;
    font-family: 'Noto Sans Japanese', sans-serif;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    max-width: 200px;
    background: #FFF;
    padding: 0px 9px;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.8;
    border-radius: 2px;
    border: 1px solid #bcbcbc;
    color: #000;
}

select::-ms-expand {
  display: none;
}
.selectbox-wrap {
  position: relative;
}
.selectbox-wrap::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #333 transparent transparent transparent;
  right: 10px;
  top: calc(50% - 4px);
  pointer-events: none;
}

table {
  border-collapse: collapse;
}

input[type="text"].disable,
input[type="tel"].disable,
input[type="email"].disable,
input[type="password"].disable,
textarea.disable,
.selectbox-wrap.disable select {
  background: #eee;
  pointer-events: none;
}
input[type="text"].error-focus,
input[type="tel"].error-focus,
input[type="email"].error-focus,
input[type="password"].error-focus,
textarea.error-focus,
.selectbox-wrap.error-focus select {
  background: #feeae9;
}
input[type="text"].wt-disable,
input[type="tel"].wt-disable,
input[type="email"].wt-disable,
input[type="password"].wt-disable,
textarea.wt-disable,
.selectbox-wrap.wt-disable select {
  pointer-events: none;
}

.sec {
  padding: 80px 0 80px;
  width: auto;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.wrap::after,
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

p {
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin: 0 0 10px 0;
}

p:last-child {
  margin-bottom: 0;
}

dl,
dt,
dd {
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin: 0;
}

.img-wrap img {
  display: block;
  margin: auto;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.sp_only {
  display: none!important;
}

@media screen and (max-width: 768px) {
  input,
  textarea {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  html, body {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  input,
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="password"],
  textarea {
    padding: 7px 15px 6px;
    width: 100%;
  }
  textarea {
    display: block;
  }
  body {
    width: 100%;
    min-width: 100%;
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  body.lock{
    overflow: hidden;
  }
  .sec {
    padding: 45px 0 70px;
    background: #FFF;
  }
  .wrap {
    width: 100%;
    padding: 0 15px;
  }
  .pc_only {
    display: none!important;
  }
  .sp_only {
    display: block!important;
  }
}

/* float設定 */

.float_l, .pc_float_l {
  float: left;
}

.float_r, .pc_float_r {
  float: right;
}

@media screen and (max-width:767px) {
  .pc_float_l,.pc_float_r {
    float: none;
  }
}

/* flex-box設定 */

.flex-area {
  display: flex;
  flex-wrap: wrap;
}
.align-center {
  align-items: center;
}

/* color設定 */

.bg-gray {
  background-color: #f0f1f3;
}
.bg-blue {
  background-color: #edf7ff;
}
.bg-attention {
  background-color: #ffeff3;
}
.c-red {
  color: #fa0000;
}
.section-disable {
  opacity: 0.7;
}

/* 見出し設定
=====================================================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  letter-spacing: 0.08em;
  line-height: 1.6;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width:767px) {
}

/* link, btn
=====================================================================*/

a {
  text-decoration: none;
  color: #222222;
}

button {
  font-family: 'Noto Sans Japanese', sans-serif;
  border: none;
  cursor: pointer;
  transition: .3s;
  letter-spacing: 0.08em;
  outline: none;
}

.link {
  text-decoration: underline;
  transition: .3s;
}
.link:hover{
  opacity: 0.7;
}
.btn {
  vertical-align: top;
  display: inline-block;
}

.btn a {
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 15px;
  text-align: center;
  background: #333;
  letter-spacing: 0.1em;
  color: #FFF;
  border-radius: 100px;
  width: 240px;
  max-width: 260px;
  padding: 9px 0 11px;
  transition: .3s;
  border: 1px solid #333;
}

.btn-square a {
  border-radius: 0px;
}
.btn.w220 a {
  width: 220px;
}
.btn-window-wt a {
  background: transparent;
  color: #333;
}
.btn-wt a {
  background: #fff;
  color: #333;
}
.btn-arrow a::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  height: 6px;
  width: 6px;
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(-45deg);
  transition: .3s;
}
.btn-back a::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  left: 20px;
  height: 6px;
  width: 6px;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(135deg);
  transition: .3s;
}
.btn-window a::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(img/common/icon_blank_wt.png);
  background-size: 14px;
  background-repeat: no-repeat;
  top: calc(50% - 7px);
  right: 20px;
  transition: .3s;
}
.btn-window-wt a::after {
  background-image: url(img/common/icon_blank_bk.png);
}

.btn a:hover{
  background: transparent;
  color: #333;
}
.hover-opacity a:hover{
  background: #333;
  color: #fff;
  opacity: 0.7;
}
.btn-window-wt a:hover {
  background: #333;
  color: #fff;
}
.btn-window a:hover::after {
  background-image: url(img/common/icon_blank_bk.png);
}
.btn-window-wt a:hover::after {
  background-image: url(img/common/icon_blank_wt.png);
}
.btn-arrow a:hover::after {
  right: 15px;
  border-bottom-color: #333;
  border-right-color: #333;
}
.btn-back a:hover::after {
  left: 15px;
  border-bottom-color: #333;
  border-right-color: #333;
}


.btn-area {
}
.btn-area.mt40 {
  margin-top: 40px;
}
.btn-area.flex-area {
  display: block;
  text-align: center;
}
.btn-area.flex-area .btn {
  margin: auto 5px;
}

@media screen and (min-width:768px) {
  .btn-area.flex-area.pc-left {
    text-align: left;
  }
}


@media screen and (min-width:960px) {
  .link:hover {
  }
  .btn:hover {
  }
}

@media screen and (max-width:767px) {
  .btn {
  }
}


/* header
=====================================================================*/

.sp-navi-wrap {
  display: none;
}

#header {
  position: fixed;
  width: 100%;
  background: #FFF;
  z-index: 100;
  top: 0;
  min-width: 1140px;
  border-bottom: 1px solid #CCCCCC;
  height: 60px;
}

#header::after {
  display: block;
  content: "";
  clear: both;
}

.logo-wrap {
  float: left;
  padding: 8px 0 5px 5px;
}

.header-logo {
  line-height: 1;
}

.header-logo a {
  display: inline-block;
}

.header-logo img {
}

/* gnavi */

.gnavi-main-list {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
}

.gnavi-main-list li {
  position: relative;
}

.gnavi-main-list li a {
  display: block;
  position: relative;
}

.gnavi-main-link {
  font-size: 15px;
  font-weight: bold;
  padding: 35px 26px 0;
  height: 100px;
}

.dropdown_wrap {
  opacity: 0;
  position: absolute;
  top: 80px;
  left: 5px;
  width: 450px;
  padding: 8px 0 12px;
  background: #FFF;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  transition: .3s;
  visibility: hidden;
  text-align: left;
}

.dropdown_wrap.active {
  opacity: 1;
  visibility: visible;
}


.gnavi-user-menu {
  line-height: 60px;
  font-size: 15px;
  background: #333;
  color: #fff;
  width: 150px;
  text-align: center;
  letter-spacing: 0.2em;
  cursor: pointer;
  transition: .3s;
  position: relative;
}
.gnavi-user-menu::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 6px);
    right: 20px;
    height: 6px;
    width: 6px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition: .3s;
}
.gnavi-list {
  display: none;
  right: 20px;
  position: absolute;
  width: 200px;
  padding: 12px 0 15px 10px;
  background: rgba(255,255,255,0.96);
  transition: .3s;
  top: 50px;
  border: 1px solid #ccc;
}
.gnavi-list.active {
  display: block;
}
.gnavi-list li.sp-only {
  display: none;
}
.gnavi-list a {
  display: block;
  font-size: 14px;
  padding: 5px 0 4px 22px;
  position: relative;
  transition: .3s;
}
.gnavi-list a::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #333 transparent transparent transparent;
  left: 7px;
  top: calc(50% - 2px);
  pointer-events: none;
  transition: .3s;
  transform: rotate(-90deg);
}
.gnavi-user-menu.active,
.gnavi-user-menu:hover {
  opacity: 0.7;
}
@media screen and (min-width:960px) {
  .gnavi-list a:hover {
    color: #CCCCCC;
    padding-left: 26px;
  }
}

@media screen and (max-width:767px) {
  #header {
    padding: 0;
    width: 100%;
    min-width: 100%;
    height: 55px;
  }
  .logo-wrap {
    padding:0 0 0 5px;
  }
  .header-logo a {
    display: inline-block;
    padding: 10px 0;
  }
  .header-logo img {
    width: 110px;
  }
  /* スマホハンバーガーメニュー */
  .sp-navi-wrap {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 55px;
    width: 55px;
    background: #333;
  }
  #sp-menu-btn {
    display: block;
    position: relative;
    z-index: 0;
    height: 55px;
    width: 27px;
    margin: 0 auto;
    text-align: center;
    z-index: 20;
  }
  #sp-menu-btn span,
  #sp-menu-btn::before,
  #sp-menu-btn::after {
    display: inline-block;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    margin: auto;
    background: #FFF;
  }
  #sp-menu-btn span {
    opacity: 1;
    transition: opacity 150ms 50ms;
  }
  #sp-menu-btn::before {
    z-index: 2;
    transform: translate(0, -8px);
    content: "";
  }
  #sp-menu-btn::after {
    z-index: 2;
    transform: translate(0, 8px);
    content: "";
  }
  #sp-menu-btn::before,
  #sp-menu-btn::after {
    transition: transform 200ms;
  }
  #sp-menu-btn.active span {
    opacity: 0;
    transition: opacity 150ms;
  }
  #sp-menu-btn.active::after {
    transform: rotate(-45deg);
  }
  #sp-menu-btn.active::before {
    transform: rotate(45deg);
  }
  /* スマホハンバーガーメニュー終わり */
  #gnavi {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: calc(100% - 55px);
    background-color: #f0f1f3;
    position: fixed;
    padding: 25px 25px 80px;
    top: 55px;
    left: 0;
    z-index: 10;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transition: .3s;
  }
  #gnavi.active {
    opacity: 1;
    visibility: visible;
  }
  .gnavi-main-list {
    display: block;
  }
  .gnavi-main-list li {
    padding: 0;
  }
  .gnavi-main-list a {
    font-size: 14px;
    display: block;
    margin: 0 auto;
    padding: 13px 0;
    text-align: left;
  }
  .gnavi-main-link {
    height: auto;
    border-bottom: 1px solid #dddddd;
  }
  .gnavi-main-link::after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 20px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
  }
  .gnavi-main-link.ddmenu-ttl::after {
    transform: rotate(135deg);
  }
  .gnavi-main-link.ddmenu-ttl.active::after {
    transform: rotate(-45deg);
    top: 24px;
  }
  .header-dropdown-menu {
    display: none;
    padding: 10px 0 10px;
    border-bottom: 1px solid #dddddd;
  }
  .header-dropdown-menu.active {
    display: block;
  }
  .header-dropdown-menu a {
    padding: 10px 0;
  }
  .gnavi-user-menu {
    display: none;
  }
  .gnavi-list {
    display: block;
    border: none;
    width: 100%;
    right: auto;
    top: auto;
    position: relative;
    background: none;
    padding: 0px;
  }
  .gnavi-list li {
    margin-bottom: 4px;
  }
  .gnavi-list li.sp-only {
    display: block;
  }
  .gnavi-list a {
    background: #fff;
    padding: 8px 0px 8px 12px;
  }
  .gnavi-list a::before {
    left: auto;
    right: 12px;
  }
}

/* footer
=====================================================================*/

.back-to-top {
  display: none;
  background-color: #333;
  color: #fff;
  font-size: 10px;
  line-height: 1.3;
  position: fixed;
  bottom: 15px;
  right: 15px;
  text-decoration: none;
  z-index: 9999999;
  width: 58px;
  height: 58px;
  padding-top: 26px;
  transition: background .3s;
  text-align: center;
  letter-spacing: 0.2em;
}
.back-to-top::before {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  right: 0;
  left: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(-45deg);
}
.back-to-top:hover {
  background: #717171;
}

@media screen and (min-width:960px) {
}

@media screen and (max-width:767px) {
  #footer {
    padding: 0 0 68px;
  }
  .back-to-top {
    color: #333;
    width: 40px;
    height: 40px;
    overflow: hidden;
  }
  .back-to-top::before {
    top: 17px;
  }
}


/* パンくず
=====================================================================*/
#breadcrumb {
  font-size: 14px;
  padding: 15px 0 15px 0px;
  width: 100%;
  margin-top: 60px;
}

.breadcrumb-nav {
  display: flex;
}

#breadcrumb a {
  font-size: 14px;
  transition: .3s;
  position: relative;
  margin-right: 28px;
}

.breadcrumb-back {
  position: relative;
}

.breadcrumb-back::after {
  content: ">";
  position: absolute;
  right: 8px;
}

#breadcrumb span {
}

@media screen and (min-width:960px) {
  #breadcrumb a:hover {
    color: #CCCCCC;
  }
}
@media screen and (max-width:767px) {
  #breadcrumb {
    font-size: 10px;
    display: block;
    padding: 0;
  }
  #breadcrumb .wrap {
    padding: 0px;
    display: flex;
    overflow: scroll;
    flex-wrap: nowrap;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  #breadcrumb a {
    font-size: 10px;
    word-break: keep-all;
  }
  #breadcrumb span {
    word-break: keep-all;
  }
}

/* ログイン
=====================================================================*/

.login-area {
    width: 640px;
    text-align: center;
    margin: 65px auto 0;
}
.login-area .btn-area {
  margin-bottom: 40px;
}
.login-main-ttl {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
}
.under-ttl {
  margin: 20px auto 30px;
}
.login-table-wrap {
    margin-bottom: 25px;
}
.login-table-row {
    display: flex;
    margin-bottom: 5px;
}
.table-item {
    width: 320px;
}
.table-ttl {
    width: 230px;
    text-align: left;
    font-size: 15px;
}
.inner-section {
    padding: 20px 30px 25px;
    border-radius: 10px;
}
.inner-section.bg-attention {
    padding: 15px 30px 18px;
    margin-bottom: 20px;
}
.inner-section2 {
  padding: 20px 30px 25px;
  border: 1px solid #CCC;
  text-align: left;
  margin-bottom: 20px;
  border-radius: 10px;
}
.inner-section2 .table-ttl {
  width: 275px;
}
.item-popup {
    text-align: left;
    padding-left: 10px;
  margin: 15px 0 0;
}
.item-popup a {
    display: inline-block;
    text-decoration: underline;
    transition: .3s;
    position: relative;
}
.item-popup a::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(img/common/icon_attention.png);
  background-size: 16px;
  background-repeat: no-repeat;
  top: calc(50% - 7px);
  right: -20px;
  transition: .3s;
}
.item-popup a:hover {
    opacity: 0.7;
}
.select-item {
  margin-right: 15px;
      align-items: center;
}
.select-item-inner {
  margin-right: 5px;
}
.select-item-year {
    width: 80px;
}
.select-item-month {
    width: 60px;
}
.select-item-day {
    width: 60px;
}
.link-wrap {
  text-align: left;
  font-size: 14px;
}
.login-table-wrap .input-area {
  padding-left: 10px;
}
.login-table-wrap .input-area.row1 {
  margin-bottom: 15px
}
.inner-section2 .input-area+p {
  font-size: 14px;
  margin: 3px 0 16px 0;
}
.inner-section2 .input-area input[type="radio"]:checked+span>label {
  font-weight: bold;
}
.input-check-toggle {
  display: none;
}
.input-check-toggle.active {
  display: block;
}
.top-attention {
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 10px;
  background-color: #f0f1f3;
}
.top-attention p {
  line-height: 1.5;
  font-size: 14px;
}

@media (max-width: 767px) {
  .login-main-ttl {
    font-size: 18px;
  }
  .inner-section.bg-attention {
    padding: 12px 15px 13px;
    margin-bottom: 12px;
  }
  .link-wrap {
    line-height: 1.6;
  }
}

/* テーブル
=====================================================================*/
.table-layout table {
    width: 100%;
    border-left: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
}
.table-layout tr {
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
}
.table-layout th, .table-layout td {
    font-size: 14px;
    line-height: 1.5;
}
.table-layout th {
    position: relative;
    font-weight: normal;
    text-align: left;
    padding: 20px 10px;
    background: #f0f1f3;
    background-clip: padding-box;
    border-right: 1px solid #e3e3e3;
}
.table-layout td {
    text-align: left;
    background: #FFF;
    padding: 10px 15px;
    position: relative;
    background-clip: padding-box;
}
.table-layout.th300 th {
  width: 300px;
}
.table-layout td input {}

@media (max-width: 767px) {
  .table-layout th{
    padding: 8px 10px;
  }
  .table-layout td {
    padding-top: 5px;
  }
}

/* 共通パーツ common
=====================================================================*/
.main-wrap {
  padding-top: 20px;
}
.main-wrap.header-top {
  margin-top: 60px;
}
.sidemenu-wrap {
  float: left;
  width: 260px;
}
.sidemenu-wrap {
  border: 1px solid #CCCCCC;
}
.sidemenu-ttl {
  line-height: 48px;
  background: #f0f1f3;
  margin-bottom: 5px;
  text-align: center;
}
.sidemenu-list {
  padding: 0px 14px;
}
.sidemenu-list li a {
  display: block;
  padding: 12px 10px 13px;
  position: relative;
  transition: .3s;
  font-size: 15px;
  border-bottom: 1px dotted #CCCCCC;
}
.sidemenu-list li:last-child a {
    border-bottom: none;
}
.sidemenu-list li a::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  right: 13px;
  height: 6px;
  width: 6px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(-45deg);
  transition: .3s;
}
.sidemenu-list li.current a,
.sidemenu-list li a:hover {
  color: #bbb;
}
.sidemenu-list li.current a {
  
}
.sidemenu-list li.current a::after,
.sidemenu-list li a:hover::after {
  right: 8px;
}

.main-menu-wrap {
  width: 1000px;
}
.main-menu li {
  margin-right: 15px;
  margin-bottom: 15px;
  vertical-align: top;
}
.main-menu a {
  width: 200px;
  height: 180px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #ddd;
  color: #333;
  background: #f5f5f5;
  box-shadow: 0px 2px 0px rgb(0 0 0 / 10%);
  position: relative;
  transition: .3s;
  line-height: 1.4;
  font-size: 16px;
}
.main-menu a::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #333 transparent transparent transparent;
  right: 15px;
  pointer-events: none;
  transition: .3s;
  transform: rotate(-90deg);
  bottom: 86px;
}
.main-menu a:hover {
  background: #fff;
  border-color: #333;
}
.main-menu a:hover::after {
  right: 10px;
}


.contents-wrap {
  width: 865px;
  float: right;
}
.personal-area {
    margin-bottom: 45px;
}
.contents-ttl {
  font-size: 22px;
  margin-bottom: 20px;
  position: relative;
}
.contents-ttl.deco-square::before {
  content: "";
  display: inline-block;
  position: relative;
  left: 0;
  top: 12px;
  bottom: 0;
  width: 15px;
  height: 15px;
  background: #333;
  margin-right: 9px;
  vertical-align: top;
}
.contents-ttl2 {
  font-weight: bold;
  border-bottom: 1px solid #333;
  padding-bottom: 7px;
  font-size: 18px;
  position: relative;
  margin-bottom: 20px;
}
.contents-ttl2::before {
  content: "";
  display: inline-block;
  position: relative;
  left: 0;
  top: 9px;
  bottom: 0;
  width: 14px;
  height: 14px;
  background: #333;
  margin-right: 9px;
  vertical-align: top;
}
.contents-ttl3 {
  font-weight: bold;
  padding-bottom: 7px;
  font-size: 18px;
  position: relative;
  margin-bottom: 20px;
}


.col2-box-area.pattern1 {
  margin-bottom: 25px;
}
.col2-box-area.pattern1 .flex-area {
    margin-bottom: 2px;
}
.col2-box-area.pattern1 .col2-box-left {
    background: #333;
    padding: 10px 12px 10px 18px;
    width: 290px;
    font-size: 15px;
    color: #fff;
}
.col2-box-area.pattern1 .col2-box-right {
    width: 180px;
    text-align: right;
    font-size: 17px;
    font-weight: bold;
    border-bottom: 1px solid #333;
    padding: 10px 2px 0 0;
}
.col2-box-area.pattern1 .col2-box-right span {
    font-weight: normal;
    font-size: 14px;
    display: inline-block;
    margin-left: 6px;
}
.col2-box-area.pattern2 {
  margin-bottom: 25px;
}
.col2-box-area.pattern2 .flex-area {
    margin-bottom: 2px;
}
.col2-box-area.pattern2 .col2-box-left {
    background: #f0f1f3;
    padding: 7px 12px 10px;
    width: 280px;
    font-size: 15px;
}
.col2-box-area.pattern2 .col2-box-right {
    width: 180px;
    text-align: right;
    font-size: 15px;
    line-height: 40px;
    border-bottom: 1px solid #e6e6e6;
}
.col2-box-area.pattern2 .col2-box-right span {
    font-weight: normal;
    font-size: 14px;
    display: inline-block;
    margin-left: 6px;
}



.col2-box-area.pattern3 {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  margin-bottom: 25px;
  width: 500px;
}
.col2-box-area.pattern3 .flex-area {
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
}
.col2-box-area.pattern3 .col2-box-left {
    padding: 8px 15px;
    font-size: 15px;
    border-right: 1px solid #333;
    width: 260px;
}
.col2-box-area.pattern3 .col2-box-right {
    padding: 8px 15px;
    text-align: right;
    font-size: 17px;
    width: calc(100% - 260px);
}
.col2-box-area.pattern3 .col2-box-right span {
    font-weight: normal;
    font-size: 14px;
    display: inline-block;
    margin-left: 6px;
}

.kakekin-area {
    background: #f0f1f3;
    padding: 20px 30px 25px;
    border-radius: 20px;
}
.kakekin-inner {
    background: #fff;
    padding: 20px 30px;
    border-radius: 20px;
}

.error-msg {
  text-align: left;
  font-size: 13px;
  color: #ff0000;
}


@media screen and (min-width:960px) {
  .main-menu a:hover {
    background: #fff;
    border-color: #333;
  }
  .main-menu a:hover::after {
    right: 10px;
  }
  .sidemenu-list li.current a,
  .sidemenu-list li a:hover {
    color: #bbb;
  }
  .sidemenu-list li.current a::after,
  .sidemenu-list li a:hover::after {
    right: 8px;
  }
}

@media screen and (max-width:767px) {
  .contents-ttl {
    font-size: 17px;
    margin-bottom: 12px;
  }
  .contents-ttl3 {
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 12px;
  }
  .col2-box-area.pattern2 {
    margin-bottom: 5px;
  }
  .contents-ttl.deco-square::before {
    top: 8px;
  }
}

/* 給付額(試算額)の確認画面
=====================================================================*/
.select-pattern-box {
  border: 1px solid #CCCCCC;
  padding: 50px 30px 20px;
  margin-bottom: 20px;
  position: relative;
}
.select-pattern-box .num {
  position: absolute;
  left: -1px;
  top: -1px;
  background: #333;
  color: #FFF;
  font-size: 14px;
  padding: 4px 15px 5px;
  font-weight: bold;
}

.items-high-light {
 background-color: #ffff00;
}
@media screen and (min-width:960px) {
}

@media screen and (max-width:767px) {
}
