@charset "UTF-8";
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** SPスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
html {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 14px;
  color: #111;
  line-height: 1.6; }

body, input, button, textarea, select {
  font-family: "Noto Sans JP","Noto Sans CJK JP","Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400; }

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

.sp {
  display: block; }

.pc {
  display: none; }

.tab {
  display: none; }

.common_container {
  overflow: hidden; }

.common_pcnolink {
  pointer-events: visible; }

.common_inner {
  width: 90%; }

.ank {
  padding-top: 60px;
  margin-top: -60px; }

.common_en_01 {
  font-family: "Roboto Condensed", sans-serif; }

.common_txt01 {
  line-height: 1.8;
  letter-spacing: 0.05em; }

.common_leadtxt {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.8;
  letter-spacing: 0.05em; }

.common_h2_ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  margin-bottom: 30px;
  text-align: center;
  position: relative; }
  .common_h2_ttl:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    width: 30px;
    height: 2px;
    margin-left: -30px; }
  .common_h2_ttl:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    width: 30px;
    height: 2px; }
  .common_h2_ttl span {
    color: #004ea2; }
  .common_h2_ttl:before {
    border-bottom: 3px solid #199ccb; }
  .common_h2_ttl:after {
    border-bottom: 3px solid #004ea2; }

.common_h2_ttl_wh {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  color: #FFF; }
  .common_h2_ttl_wh:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    width: 30px;
    height: 2px;
    margin-left: -30px; }
  .common_h2_ttl_wh:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    width: 30px;
    height: 2px; }
  .common_h2_ttl_wh:before, .common_h2_ttl_wh:after {
    border-bottom: 3px solid #FFF; }

.common_btn01 {
  display: flex;
  justify-content: center; }
  .common_btn01 a {
    overflow: hidden;
    text-decoration: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.3s;
    border-radius: 50px;
    cursor: pointer; }
    .common_btn01 a span {
      font-weight: 700;
      letter-spacing: 0.05em;
      position: relative;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%; }
      .common_btn01 a span:before {
        width: 8px;
        height: 1px;
        transform: rotate(30deg);
        position: absolute;
        top: 50%;
        right: 6%;
        content: "";
        margin-top: -2px;
        transition: 0.3s;
        z-index: 1; }
      .common_btn01 a span:after {
        width: 30px;
        height: 1px;
        position: absolute;
        top: 50%;
        right: 6%;
        content: "";
        transition: 0.3s;
        z-index: 1; }
    .common_btn01 a:hover span:before, .common_btn01 a:hover span:after {
      right: 4%; }
  .common_btn01 a {
    width: 280px;
    height: 45px;
    background: -webkit-linear-gradient(left, #184e9e, #386fbf);
    background: -o-linear-gradient(left, #184e9e, #386fbf);
    background: linear-gradient(to right, #184e9e, #386fbf); }
    .common_btn01 a span {
      font-size: 16px;
      color: #fff; }
      .common_btn01 a span:before, .common_btn01 a span:after {
        border-bottom: 1px solid #fff; }

.common_btn01_s {
  display: flex;
  justify-content: center; }
  .common_btn01_s a {
    overflow: hidden;
    text-decoration: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.3s;
    border-radius: 50px;
    cursor: pointer; }
    .common_btn01_s a span {
      font-weight: 700;
      letter-spacing: 0.05em;
      position: relative;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%; }
      .common_btn01_s a span:before {
        width: 8px;
        height: 1px;
        transform: rotate(30deg);
        position: absolute;
        top: 50%;
        right: 6%;
        content: "";
        margin-top: -2px;
        transition: 0.3s;
        z-index: 1; }
      .common_btn01_s a span:after {
        width: 30px;
        height: 1px;
        position: absolute;
        top: 50%;
        right: 6%;
        content: "";
        transition: 0.3s;
        z-index: 1; }
    .common_btn01_s a:hover span:before, .common_btn01_s a:hover span:after {
      right: 4%; }
  .common_btn01_s a {
    width: 220px;
    height: 40px;
    background: -webkit-linear-gradient(left, #184e9e, #386fbf);
    background: -o-linear-gradient(left, #184e9e, #386fbf);
    background: linear-gradient(to right, #184e9e, #386fbf); }
    .common_btn01_s a span {
      font-size: 15px;
      color: #fff; }
      .common_btn01_s a span:before, .common_btn01_s a span:after {
        border-bottom: 1px solid #fff; }

.common_btn01_yl_big {
  display: flex;
  justify-content: center; }
  .common_btn01_yl_big a {
    overflow: hidden;
    text-decoration: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.3s;
    border-radius: 50px;
    cursor: pointer; }
    .common_btn01_yl_big a span {
      font-weight: 700;
      letter-spacing: 0.05em;
      position: relative;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%; }
      .common_btn01_yl_big a span:before {
        width: 8px;
        height: 1px;
        transform: rotate(30deg);
        position: absolute;
        top: 50%;
        right: 6%;
        content: "";
        margin-top: -2px;
        transition: 0.3s;
        z-index: 1; }
      .common_btn01_yl_big a span:after {
        width: 30px;
        height: 1px;
        position: absolute;
        top: 50%;
        right: 6%;
        content: "";
        transition: 0.3s;
        z-index: 1; }
    .common_btn01_yl_big a:hover span:before, .common_btn01_yl_big a:hover span:after {
      right: 4%; }
  .common_btn01_yl_big a {
    filter: drop-shadow(-5px 5px 10px rgba(8, 25, 49, 0.86));
    background-color: #f7e624;
    width: 280px;
    height: 45px; }
    .common_btn01_yl_big a span {
      font-size: 18px;
      color: #111;
      width: auto;
      height: auto; }
      .common_btn01_yl_big a span:before, .common_btn01_yl_big a span:after {
        border-bottom: 1px solid #111; }

.common_btn01_yl {
  display: flex;
  justify-content: center; }
  .common_btn01_yl a {
    overflow: hidden;
    text-decoration: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.3s;
    border-radius: 50px;
    cursor: pointer; }
    .common_btn01_yl a span {
      font-weight: 700;
      letter-spacing: 0.05em;
      position: relative;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%; }
      .common_btn01_yl a span:before {
        width: 8px;
        height: 1px;
        transform: rotate(30deg);
        position: absolute;
        top: 50%;
        right: 6%;
        content: "";
        margin-top: -2px;
        transition: 0.3s;
        z-index: 1; }
      .common_btn01_yl a span:after {
        width: 30px;
        height: 1px;
        position: absolute;
        top: 50%;
        right: 6%;
        content: "";
        transition: 0.3s;
        z-index: 1; }
    .common_btn01_yl a:hover span:before, .common_btn01_yl a:hover span:after {
      right: 4%; }
  .common_btn01_yl a {
    filter: drop-shadow(-5px 5px 10px rgba(8, 25, 49, 0.86));
    background-color: #f7e624;
    width: 280px;
    height: 45px; }
    .common_btn01_yl a span {
      font-size: 18px;
      color: #111;
      width: auto;
      height: auto; }
      .common_btn01_yl a span:before, .common_btn01_yl a span:after {
        border-bottom: 1px solid #111; }

.common_btn01_anim {
  animation-name: btnrightscroll;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-delay: 0;
  animation-iteration-count: infinite;
  animation-direction: normal;
  transition: .2s;
  position: absolute !important;
  right: 30px;
  top: 50%; }

@keyframes btnrightscroll {
  0% {
    right: 30px; }
  49% {
    right: 10px; }
  50% {
    right: 30px; }
  50% {
    right: 10px; }
  100% {
    right: 10px; } }
.common_btn01_yl_big .btn::before, .common_btn01_yl_big .btn::after, .common_btn01_yl .btn::before, .common_btn01_yl .btn::after {
  border-bottom: none; }

.btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  outline: none;
  transition: ease .2s; }

.btn span {
  position: relative;
  z-index: 3; }

.btn:hover span {
  color: #fff; }

.bgskew::before {
  content: '';
  position: absolute;
  top: 0;
  left: -130%;
  background: #184e9e;
  width: 120%;
  height: 100%;
  transform: skewX(-25deg); }

.bgskew:hover::before {
  animation: skewanime .5s forwards; }

.bgskew:hover span:before, .bgskew:hover span:after {
  border-bottom: 1px solid #fff; }

@keyframes skewanime {
  100% {
    left: -10%; } }
.panel {
  display: none; }

.is-show {
  display: block; }

/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/
header {
  z-index: 999;
  width: 100%;
  height: 55px;
  position: fixed;
  left: 0;
  top: 0;
  background: #FFF; }
  header .hd_logo {
    width: 120px;
    margin: 11px 0 0 15px; }
  header .hd_right .hd_btn_01 {
    width: 55px;
    height: 55px;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 110px; }
    header .hd_right .hd_btn_01 a {
      background-color: #dbe6f2;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%; }
      header .hd_right .hd_btn_01 a .tel {
        text-indent: -9999px;
        position: relative;
        width: 25px;
        height: 27px; }
        header .hd_right .hd_btn_01 a .tel::before {
          background: url(../images/common/makasetetouch_icon_tel.png) no-repeat center center;
          position: absolute;
          top: 0;
          left: 0;
          content: "";
          width: 25px;
          height: 27px; }
      header .hd_right .hd_btn_01 a .time {
        display: none; }
  header .hd_right .hd_btn_02 {
    width: 55px;
    height: 55px;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 55px; }
    header .hd_right .hd_btn_02 a {
      background: #199ccb;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      text-decoration: none; }
      header .hd_right .hd_btn_02 a span {
        font-size: 10px;
        color: #FFF;
        position: relative;
        padding-top: 26px; }
        header .hd_right .hd_btn_02 a span::before {
          background: url(../images/common/makasetetouch_icon_request.png) no-repeat center center;
          position: absolute;
          left: 50%;
          top: 0;
          content: "";
          width: 17px;
          height: 21px;
          margin-left: -9px; }
  header button {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    vertical-align: middle;
    text-align: inherit;
    font: inherit;
    -webkit-appearance: none;
    appearance: none; }
  header .nav_toggle_pc {
    cursor: pointer;
    background-color: #004ea2;
    width: 55px;
    height: 55px;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0; }
    header .nav_toggle_pc span {
      transition: 0.3s;
      border-top: 2px solid #FFF;
      width: 24px;
      position: absolute;
      top: 12px;
      left: calc((100% - 24px) / 2); }
      header .nav_toggle_pc span:nth-child(2) {
        top: 19px; }
      header .nav_toggle_pc span:nth-child(3) {
        top: 26px; }
      header .nav_toggle_pc span:nth-child(5) {
        display: none; }
    header .nav_toggle_pc span.open:nth-child(1) {
      transform: rotate(-45deg);
      width: 20px;
      left: calc((100% - 20px) / 2);
      top: 19px; }
    header .nav_toggle_pc span.open:nth-child(2) {
      display: none; }
    header .nav_toggle_pc span.open:nth-child(3) {
      transform: rotate(45deg);
      width: 20px;
      left: calc((100% - 20px) / 2);
      top: 19px; }
    header .nav_toggle_pc span.open:nth-child(4) {
      display: none; }
    header .nav_toggle_pc span.open:nth-child(5) {
      display: block; }
    header .nav_toggle_pc .menu_txt {
      color: #FFF;
      border: none;
      top: 36px;
      font-family: "Roboto Condensed", sans-serif;
      letter-spacing: 0.05em;
      text-align: center;
      line-height: 1.0;
      font-size: 12px;
      left: 0;
      display: block;
      width: 100%; }
  header .global_menu.open {
    top: 55px; }
  header .global_menu {
    position: fixed;
    top: -500%;
    left: 0;
    width: 100%;
    transition: 0.3s;
    box-sizing: border-box;
    height: 100%;
    z-index: 99; }
    header .global_menu .inblock {
      padding: 10px 20px;
      overflow-y: scroll;
      overflow-x: hidden;
      background-color: #004ea2;
      height: 100% !important; }
      header .global_menu .inblock ul li {
        width: 100%; }
        header .global_menu .inblock ul li .link_none {
          display: none; }
        header .global_menu .inblock ul li:not(:last-child) {
          border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
        header .global_menu .inblock ul li a {
          color: #FFF;
          text-decoration: none;
          letter-spacing: 0.05em;
          padding: 12px 25px 12px 0;
          display: block;
          position: relative; }
          header .global_menu .inblock ul li a span {
            font-weight: 700; }
        header .global_menu .inblock ul li a:hover {
          opacity: 0.7;
          transition: 0.3s; }
        header .global_menu .inblock ul li a::after {
          width: 6px;
          height: 6px;
          border: 2px solid;
          border-color: #FFF #FFF transparent transparent;
          transform: rotate(45deg);
          position: absolute;
          top: 50%;
          right: 10px;
          content: "";
          margin-top: -3px;
          transition: 0.3s; }
    header .global_menu .menu_mega .common_inner {
      width: 100%; }
    header .global_menu .menu_mega .menu_second-level.accct {
      display: none; }
    header .global_menu .menu_mega .menu_second-level .ttlblock {
      display: none; }
    header .global_menu .menu_mega .menu_second-level ul li .img {
      display: none; }
    header .global_menu .menu_mega .menu_mega_ttl {
      display: none; }
    header .global_menu .menu_mega .acctit {
      color: #fff;
      letter-spacing: 0.05em;
      padding: 12px 25px 12px 0;
      position: relative;
      cursor: pointer; }
      header .global_menu .menu_mega .acctit span {
        background: url(../images/common/aco_plus.png) no-repeat left top;
        background-size: 14px 14px;
        width: 14px;
        height: 14px;
        position: absolute;
        right: 6px;
        top: 16px; }
      header .global_menu .menu_mega .acctit.open span {
        background: url(../images/common/aco_minus.png) no-repeat left top;
        background-size: 14px 2px;
        width: 14px;
        height: 2px;
        position: absolute;
        right: 6px;
        top: 22px; }
    header .global_menu ul li {
      width: 100%;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
      header .global_menu ul li a {
        color: #FFF;
        text-decoration: none;
        letter-spacing: 0.05em;
        padding: 12px 25px 12px 0;
        display: block;
        position: relative; }
        header .global_menu ul li a span {
          font-weight: 700; }
      header .global_menu ul li a:hover {
        opacity: 0.7;
        transition: 0.3s; }
      header .global_menu ul li a::after {
        width: 6px;
        height: 6px;
        border: 2px solid;
        border-color: #FFF #FFF transparent transparent;
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 10px;
        content: "";
        margin-top: -3px;
        transition: 0.3s; }
    header .global_menu .accct ul {
      margin: -5px 0 10px 0; }
      header .global_menu .accct ul li {
        border-bottom: none !important; }
        header .global_menu .accct ul li a {
          padding: 6px 25px 6px 1em; }
          header .global_menu .accct ul li a span {
            font-weight: 400; }
          header .global_menu .accct ul li a::after {
            content: inherit !important; }

/*----------------------------------------------------------------------------
******************************************************************************
** footer
******************************************************************************
----------------------------------------------------------------------------*/
/*.pagetop{
		position: fixed;
		right: 10px;
		z-index: 9;
		opacity: 0;
		transform: translateY(100px);
		bottom:40px!important;
	a{
		width: 30px;
		height: 30px;
		display: block;
		position: relative;
		background: $mainColor;
		border-radius: 50%;
		transition: 0.3s;
		span{
			position: absolute;
			top: 50%;
			left: 50%;
			content: "";
			width: 8px;
			height: 8px;
			border: 2px solid;
			border-color: #fff #fff transparent transparent;
			transform: rotate(-45deg);
			margin: -2px 0 0 -4px;
		}
	}
	a:hover{
		transition: 0.3s;
		opacity: 0.7;
	}
}
.pagetop.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
.pagetop.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}*/
.ft_service_bg {
  background-color: #004ea2;
  padding: 20px 0 15px 0;
  display: flex;
  justify-content: center; }
.ft_service_bnr {
  margin-bottom: 15px;
  text-align: center;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto; }
  .ft_service_bnr a {
    transition: 0.3s;
    background-color: #fff; }
    .ft_service_bnr a:hover {
      opacity: 0.8;
      transition: 0.3s; }
.ft_service_ttl {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
  text-align: center; }

footer {
  margin-bottom: 50px; }
  footer a {
    transition: 0.3s; }
    footer a:hover {
      opacity: 0.7;
      transition: 0.3s; }
  footer .ft_01 {
    width: 100%;
    padding: 15px 0 20px 0; }
    footer .ft_01_logo {
      width: 140px;
      margin-left: auto;
      margin-right: auto; }
      footer .ft_01_logo img {
        width: 100%; }
    footer .ft_01_link {
      display: none; }
  footer .ft_02 {
    background-color: #edf2f8;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 0 25px 0; }
    footer .ft_02 .common_en_01 {
      color: #004ea2;
      font-size: 16px;
      margin-bottom: 5px;
      position: relative;
      padding-right: 50px;
      font-weight: 500;
      display: inline-block; }
      footer .ft_02 .common_en_01::after {
        border-bottom: 1px solid #004ea2;
        position: absolute;
        top: 50%;
        right: 0;
        content: "";
        width: 40px;
        height: 1px;
        margin-top: -2px; }
    footer .ft_02_flex {
      display: table;
      margin-left: auto;
      margin-right: auto; }
  footer address {
    background-color: #022444;
    font-size: 10px;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 15px 0;
    color: #fff;
    letter-spacing: 0.05em; }

.side_01 {
  display: none; }

.ft_sp {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 10; }
  .ft_sp_bnr01 {
    width: 49.5%; }
    .ft_sp_bnr01 a {
      text-decoration: none;
      height: 50px;
      background: #199ccb;
      display: flex;
      justify-content: center;
      align-items: center; }
      .ft_sp_bnr01 a span {
        color: #FFF;
        font-size: 16px;
        font-weight: 700; }
  .ft_sp_bnr02 {
    width: 49.5%; }
    .ft_sp_bnr02 a {
      text-decoration: none;
      background: #199ccb;
      display: flex;
      height: 50px;
      justify-content: center;
      align-items: center; }
      .ft_sp_bnr02 a span {
        color: #FFF;
        font-size: 16px;
        font-weight: 700; }

/*----------------------------------------------------------------------------
******************************************************************************
** top
******************************************************************************
----------------------------------------------------------------------------*/
.top_main_bg {
  margin-top: 55px;
  position: relative; }
.top_main_box {
  background: -webkit-linear-gradient(left, #184e9e, #386fbf);
  background: -o-linear-gradient(left, #184e9e, #386fbf);
  background: linear-gradient(to right, #184e9e, #386fbf);
  padding: 30px 0;
  position: relative; }
  .top_main_box::after {
    background: url(../images/top/makasetetouch_mainparts.png) no-repeat left top;
    background-size: 115px 96px;
    position: absolute;
    top: -52px;
    right: 29px;
    content: "";
    width: 115px;
    height: 96px; }
  .top_main_box .common_btn01_yl_big {
    position: relative;
    z-index: 2; }
.top_main_img img {
  width: 100%; }

.scroll_line {
  position: absolute;
  z-index: 9;
  right: 10px;
  bottom: 30px; }
  .scroll_line a {
    text-decoration: none; }

.scroll_line .scroll_line_anim {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  height: 40px;
  width: 1px;
  background-color: white;
  animation-name: pagetopscroll;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0;
  animation-iteration-count: infinite;
  animation-direction: normal;
  transition: .2s; }
  .scroll_line .scroll_line_anim::after {
    position: absolute;
    bottom: 5px;
    left: -6px;
    content: "";
    width: 8px;
    height: 1px;
    transform: rotate(60deg);
    border-bottom: 1px solid #FFF; }

@keyframes pagetopscroll {
  0% {
    bottom: 0; }
  49% {
    bottom: -20px; }
  50% {
    bottom: 0; }
  50% {
    bottom: -20px; }
  100% {
    bottom: -20px; } }
.scroll_line .scroll_line_txt {
  transform-origin: center center;
  transform: rotate(90deg);
  position: absolute;
  left: 50%;
  bottom: 55px;
  display: inline;
  margin-left: -16px; }

.scroll_line .scroll_line_txt .common_en_01 {
  font-size: 10px;
  color: #FFF;
  letter-spacing: 0.07em;
  white-space: nowrap;
  line-height: 1.0;
  transition: .2s;
  font-style: italic; }

.top_worries_bg {
  background-color: #dbe6f2;
  padding: 50px 0 40px 0;
  display: flex;
  justify-content: center; }
.top_worries_box01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 5px; }
.top_worries_box02 {
  margin-bottom: 5px;
  position: relative; }
.top_worries_box02_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
.top_worries_box03 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
.top_worries_inbox01 {
  width: calc((100% - 10px) / 2);
  background-color: #fff;
  border: 2px solid #004ea2;
  border-radius: 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
  align-items: center; }
  .top_worries_inbox01 .top_worries_bfttl {
    color: #555;
    position: relative;
    font-weight: 700;
    color: #004ea2;
    font-size: 13px;
    padding-left: 28px;
    line-height: 1.4; }
    .top_worries_inbox01 .top_worries_bfttl::before {
      background: url(../images/top/makasetetouch_worries06.png) no-repeat left top;
      background-size: 18px 20px;
      position: absolute;
      left: 0;
      top: 50%;
      content: "";
      width: 18px;
      height: 20px;
      margin-top: -10px; }
.top_worries_inbox02 {
  width: calc((100% - 2px) / 4);
  background: url(../images/top/makasetetouch_flow_arrow.png) no-repeat center top;
  background-size: 19px 150px;
  height: 150px; }
.top_worries_box02_txt {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #FFF;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 700;
  white-space: nowrap;
  padding: 10px;
  text-align: center;
  line-height: 1.0; }
  .top_worries_box02_txt img {
    margin: 5px auto;
    display: block;
    max-width: 160px; }
  .top_worries_box02_txt .bold {
    font-size: 24px;
    line-height: 1.0; }
  .top_worries_box02_txt::before {
    transform: skewX(-12deg);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #199ccb; }
.top_worries_inbox03 {
  width: calc((100% - 10px) / 2);
  margin-bottom: 10px;
  background-color: #fff;
  box-sizing: border-box;
  border: 2px solid #004ea2;
  position: relative;
  padding: 10px; }
  .top_worries_inbox03:nth-child(1) .top_worries_afttl::after {
    background: url(../images/top/makasetetouch_worries01.png) no-repeat left top;
    background-size: 63px 63px; }
  .top_worries_inbox03:nth-child(2) .top_worries_afttl::after {
    background: url(../images/top/makasetetouch_worries02.png) no-repeat left top;
    background-size: 63px 63px; }
  .top_worries_inbox03:nth-child(3) .top_worries_afttl::after {
    background: url(../images/top/makasetetouch_worries03.png) no-repeat left top;
    background-size: 63px 63px; }
  .top_worries_inbox03:nth-child(4) .top_worries_afttl::after {
    background: url(../images/top/makasetetouch_worries04.png) no-repeat left top;
    background-size: 63px 63px; }
  .top_worries_inbox03::before {
    background: url(../images/top/makasetetouch_flow_box.png) no-repeat left top;
    background-size: 21px 21px;
    position: absolute;
    top: -2px;
    left: -2px;
    content: "";
    width: 21px;
    height: 21px;
    z-index: 1; }
  .top_worries_inbox03 .top_worries_afttl {
    min-height: 137px;
    box-sizing: border-box;
    font-weight: 700;
    text-align: center;
    color: #004ea2;
    font-size: 12px;
    letter-spacing: -0.11em;
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 73px;
    z-index: 1; }
    .top_worries_inbox03 .top_worries_afttl .spline, .top_worries_inbox03 .top_worries_afttl .spline02 {
      background: linear-gradient(transparent 60%, #fff68c 40%); }
    .top_worries_inbox03 .top_worries_afttl .bold {
      font-size: 16px; }
    .top_worries_inbox03 .top_worries_afttl::after {
      position: absolute;
      bottom: 0;
      left: 50%;
      content: "";
      width: 63px;
      height: 63px;
      margin-left: -32px; }
  .top_worries_inbox03 .top_worries_txt {
    font-size: 13px; }

.top_about_ttl {
  background-color: #004ea2;
  position: relative;
  padding: 20px 0;
  z-index: 1; }
  .top_about_ttl .h2_ttl {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center; }
  .top_about_ttl::after {
    position: absolute;
    left: 50%;
    bottom: -15px;
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 15px solid #004ea2;
    margin-left: -20px; }
.top_about_box {
  background: url(../images/top/makasetetouch_about02.jpg) no-repeat left top;
  background-size: cover;
  padding: 35px 0 40px 0;
  display: flex;
  justify-content: center;
  text-align: center;
  filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.1)); }
  .top_about_box .common_txt01 {
    text-align: left; }
    .top_about_box .common_txt01 .bold {
      font-weight: 700; }
.top_about_img {
  width: 60%;
  margin-left: auto;
  margin-right: auto; }
.top_about_lead {
  line-height: 1.4;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px; }
  .top_about_lead .bold {
    color: #004ea2; }

.top_point_bg {
  display: flex;
  justify-content: center;
  background-color: #ebf0f8;
  padding: 50px 0 50px 0; }
  .top_point_bg .common_leadtxt {
    text-align: left;
    margin: 0 0 20px 0; }
.top_point_ttl {
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px; }
  .top_point_ttl .in_ttl01 {
    color: #004ea2;
    display: block;
    line-height: 1.0; }
  .top_point_ttl:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    width: 50px;
    height: 3px;
    margin-left: -50px;
    border-bottom: 3px solid #199ccb; }
  .top_point_ttl:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    width: 50px;
    height: 3px;
    border-bottom: 3px solid #004ea2; }
.top_point_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px; }
.top_point_inttl {
  background-color: #199ccb;
  padding: 20px 15px 20px 95px;
  color: #FFF;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  min-height: 98px; }
  .top_point_inttl::before {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -36px;
    content: "";
    width: 71px;
    height: 71px; }
.top_point_box_in {
  margin-bottom: 25px;
  filter: drop-shadow(-1px 1px 5px rgba(0, 0, 0, 0.3));
  background-color: #fff; }
  .top_point_box_in.point01 .top_point_inttl::before {
    background: url(../images/top/makasetetouch_point01.png) no-repeat right top;
    background-size: 71px 71px; }
  .top_point_box_in.point02 .top_point_inttl::before {
    background: url(../images/top/makasetetouch_point02.png) no-repeat left top;
    background-size: 71px 71px; }
  .top_point_box_in.point03 .top_point_inttl::before {
    background: url(../images/top/makasetetouch_point03.png) no-repeat right top;
    background-size: 71px 71px; }
  .top_point_box_in.point04 .top_point_inttl::before {
    background: url(../images/top/makasetetouch_point04.png) no-repeat right top;
    background-size: 71px 71px; }
  .top_point_box_in.point05 .top_point_inttl::before {
    background: url(../images/top/makasetetouch_point05.png) no-repeat left top;
    background-size: 71px 71px; }
  .top_point_box_in.point06 .top_point_inttl::before {
    background: url(../images/top/makasetetouch_point06.png) no-repeat right top;
    background-size: 71px 71px; }
.top_point_disc {
  padding: 20px;
  height: auto !important; }
.top_point_box_more_ttl {
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 20px; }
  .top_point_box_more_ttl .f_blue {
    color: #004ea2; }
.top_point_box_more_bnr_img {
  box-sizing: border-box;
  z-index: 1;
  position: relative;
  width: 90%; }
  .top_point_box_more_bnr_img img {
    width: 100%; }
.top_point_box_more_bnr_disc {
  width: 90%;
  margin-left: 10%;
  background-color: #fff;
  padding: 20px 20px 25px 20px;
  box-sizing: border-box;
  margin-top: -70px;
  padding-top: 90px; }
  .top_point_box_more_bnr_disc .logo {
    margin-bottom: 5px; }
    .top_point_box_more_bnr_disc .logo .bftxt {
      color: #004ea2;
      font-size: 15px;
      font-weight: 500;
      margin-bottom: 10px;
      display: block; }
    .top_point_box_more_bnr_disc .logo img {
      width: 200px; }
  .top_point_box_more_bnr_disc .txt {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 2.0;
    margin-bottom: 20px; }

.top_contact_bg {
  background: -webkit-linear-gradient(left, #184e9e, #386fbf);
  background: -o-linear-gradient(left, #184e9e, #386fbf);
  background: linear-gradient(to right, #184e9e, #386fbf);
  padding: 30px 0 35px 0;
  display: flex;
  justify-content: center; }
.top_contact_ttl {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-style: italic;
  text-align: center;
  color: #FFF;
  margin-bottom: 10px;
  text-shadow: 5px 3px 8px rgba(5, 17, 43, 0.66); }
  .top_contact_ttl .bold {
    font-size: 28px; }
.top_contact_point {
  display: flex;
  justify-content: center;
  margin-bottom: 10px; }
  .top_contact_point_box {
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.0;
    color: #FFF;
    padding: 10px 15px;
    box-sizing: border-box;
    letter-spacing: 0.03em;
    margin-bottom: 10px;
    font-style: italic; }
    .top_contact_point_box .bold {
      font-size: 18px; }
    .top_contact_point_box::before {
      transform: skewX(-12deg);
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: -1;
      border: 2px solid #fff; }
.top_contact_tel {
  margin-bottom: 15px; }
  .top_contact_tel .tel {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #FFF;
    display: flex;
    justify-content: center; }
    .top_contact_tel .tel a {
      position: relative;
      display: block;
      text-decoration: none;
      color: #FFF;
      font-size: 36px;
      line-height: 1.0;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 700;
      min-height: 20px;
      padding-left: 30px; }
      .top_contact_tel .tel a::before {
        background: url(../images/common/makasetetouch_icon_tel_wh.png) no-repeat left top;
        background-size: 24px 26px;
        position: absolute;
        top: 50%;
        left: 0;
        content: "";
        width: 24px;
        height: 26px;
        margin-top: -13px; }
  .top_contact_tel .time {
    color: #FFF;
    display: block;
    text-align: center;
    letter-spacing: 0.05em; }

.top_function_bg {
  background-color: #ebf0f8;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  position: relative; }
  .top_function_bg::before {
    background: url(../images/top/makasetetouch_function_bk01.png) no-repeat left top;
    background-size: 135px 338px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 135px;
    height: 338px; }
  .top_function_bg::after {
    background: url(../images/top/makasetetouch_function_bk02.png) no-repeat left top;
    background-size: 135px 338px;
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 135px;
    height: 338px; }
  .top_function_bg .common_leadtxt, .top_function_bg .common_btn01 {
    z-index: 1;
    position: relative; }
.top_function_box {
  margin-bottom: 20px;
  position: relative;
  z-index: 1; }
.top_function_inbox {
  background-color: #FFF;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.3));
  padding: 0 10px 20px 10px;
  margin-bottom: 30px; }
  .top_function_inbox:nth-child(1) .top_function_ttl::before {
    background: url(../images/top/makasetetouch_function01.png) no-repeat left top;
    background-size: 85px 85px; }
  .top_function_inbox:nth-child(2) .top_function_ttl::before {
    background: url(../images/top/makasetetouch_function02.png) no-repeat left top;
    background-size: 85px 85px; }
  .top_function_inbox:nth-child(3) .top_function_ttl::before {
    background: url(../images/top/makasetetouch_function03.png) no-repeat left top;
    background-size: 85px 85px; }
  .top_function_inbox:nth-child(4) .top_function_ttl::before {
    background: url(../images/top/makasetetouch_function04.png) no-repeat left top;
    background-size: 85px 85px; }
  .top_function_inbox:nth-child(5) .top_function_ttl::before {
    background: url(../images/top/makasetetouch_function05.png) no-repeat left top;
    background-size: 85px 85px; }
  .top_function_inbox .common_txt01 {
    padding: 0 10px;
    margin-bottom: 10px; }
    .top_function_inbox .common_txt01 .cau_txt {
      font-size: 12px;
      display: block;
      margin-top: 10px; }
.top_function_ttl {
  position: relative;
  top: -10px;
  color: #004ea2;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.05em;
  padding-left: 95px;
  position: relative;
  line-height: 1.4;
  height: 85px;
  display: flex;
  align-items: center; }
  .top_function_ttl::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 85px;
    height: 85px; }

.top_case_bg {
  background-color: #FFF;
  padding: 50px 0; }
  .top_case_bg .common_leadtxt {
    margin-bottom: 10px; }
.top_case_slider {
  margin-bottom: 55px !important; }
  .top_case_slider .slide-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    z-index: 99;
    cursor: pointer;
    transition: .3s;
    width: 60px;
    height: 60px; }
    .top_case_slider .slide-arrow img {
      width: 100%; }
  .top_case_slider .prev-arrow {
    margin-left: -152px; }
  .top_case_slider .next-arrow {
    margin-left: 94px; }
  .top_case_slider .slick-dots {
    bottom: -20px; }
    .top_case_slider .slick-dots li {
      width: 30px;
      height: 3px;
      margin: 0 5px; }
      .top_case_slider .slick-dots li button {
        width: 30px;
        height: 3px;
        padding: 0; }
        .top_case_slider .slick-dots li button::before {
          width: 30px;
          height: 4px;
          background-color: rgba(24, 78, 158, 0.2);
          font-size: 0;
          opacity: 1; }
      .top_case_slider .slick-dots li.slick-active button::before {
        background-color: #184e9e;
        opacity: 1; }
.top_case_slider_in {
  width: 230px;
  margin: 20px 8px;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.3)); }
  .top_case_slider_in a {
    text-decoration: none;
    background-color: #fff;
    display: block; }
  .top_case_slider_in .common_txt01 {
    color: #111; }
  .top_case_slider_in.post_none {
    filter: none; }
    .top_case_slider_in.post_none .common_txt01 {
      line-height: 1.4; }
.top_case_slider_img img {
  width: 100%; }
.top_case_slider_disc {
  padding: 10px 15px 15px 15px; }
.top_case_slider_ttl {
  color: #004ea2;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.2; }
.top_case_slider_date {
  color: #555555;
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 700;
  display: block; }

.top_flow_bg {
  background-color: #ebf0f8;
  padding: 50px 0 35px 0;
  display: flex;
  justify-content: center; }
.top_flow_inbox {
  display: flex;
  flex-wrap: wrap;
  background-color: #FFF;
  margin-bottom: 15px; }
  .top_flow_inbox:nth-child(1) .top_flow_ttl {
    background: url(../images/top/makasetetouch_flow01.png) no-repeat 20px center;
    background-size: 51px 55px; }
  .top_flow_inbox:nth-child(2) .top_flow_ttl {
    background: url(../images/top/makasetetouch_flow02.png) no-repeat 23px center;
    background-size: 46px 47px; }
  .top_flow_inbox:nth-child(3) .top_flow_ttl {
    background: url(../images/top/makasetetouch_flow03.png) no-repeat 19px center;
    background-size: 58px 52px; }
  .top_flow_inbox:nth-child(4) .top_flow_ttl {
    background: url(../images/top/makasetetouch_flow04.png) no-repeat 29px center;
    background-size: 36px 48px; }
  .top_flow_inbox:nth-child(5) .top_flow_ttl {
    background: url(../images/top/makasetetouch_flow05.png) no-repeat 19px center;
    background-size: 53px 55px; }
.top_flow_num {
  background-color: #004ea2;
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.0;
  letter-spacing: 0.05em;
  padding: 10px 15px;
  box-sizing: border-box;
  width: 70px;
  height: 80px; }
  .top_flow_num .num {
    display: block;
    line-height: 1.0;
    font-size: 38px;
    letter-spacing: -0.05em; }
.top_flow_ttl {
  width: calc(100% - 70px);
  box-sizing: border-box;
  color: #004ea2;
  font-size: 20px;
  font-weight: 700;
  padding-left: 90px;
  line-height: 80px; }

.top_request_bg {
  background: -webkit-linear-gradient(left, #184e9e, #386fbf);
  background: -o-linear-gradient(left, #184e9e, #386fbf);
  background: linear-gradient(to right, #184e9e, #386fbf);
  padding: 50px 0;
  display: flex;
  justify-content: center; }
  .top_request_bg .common_leadtxt {
    color: #FFF; }

.top_faq_bg {
  background-color: #FFF;
  padding: 50px 0;
  display: flex;
  justify-content: center; }
.top_faq_box .faq_block {
  margin-bottom: 5px; }
.top_faq_box .faq_ttl {
  background-color: #ebf0f8;
  border-top: 4px solid #004ea2;
  padding: 10px 40px 10px 45px;
  position: relative;
  cursor: pointer; }
  .top_faq_box .faq_ttl::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "Q";
    height: 100%;
    font-size: 28px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #FFF;
    background-color: #004ea2;
    padding: 0 10px 5px 10px;
    line-height: 1.0;
    display: flex;
    align-items: center;
    box-sizing: border-box; }
  .top_faq_box .faq_ttl .h3_ttl {
    font-weight: 400;
    letter-spacing: 0.05em; }
  .top_faq_box .faq_ttl .arrow {
    background: url(../images/common/makasetetouch_accopen.png) no-repeat left top;
    background-size: 13px 8px;
    position: absolute;
    top: 50%;
    right: 15px;
    content: "";
    width: 13px;
    height: 8px;
    margin-top: -4px; }
  .top_faq_box .faq_ttl.open .arrow {
    background: url(../images/common/makasetetouch_accclose.png) no-repeat left top;
    background-size: 13px 8px; }
.top_faq_box .faq_ans {
  display: none;
  padding: 10px 10px 10px 50px;
  position: relative; }
  .top_faq_box .faq_ans::before {
    position: absolute;
    top: 15px;
    left: 0;
    content: "A";
    height: 100%;
    font-size: 28px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #d71315;
    padding: 0 15px 0 15px;
    line-height: 1.0;
    box-sizing: border-box; }

/*----------------------------------------------------------------------------
******************************************************************************
** sub
******************************************************************************
----------------------------------------------------------------------------*/
.common_submain_bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 180px;
  margin-top: 55px; }

.common_submain_ttl {
  display: table;
  margin: 0 auto;
  text-align: center; }
  .common_submain_ttl .common_en_01 {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-style: italic;
    line-height: 1.0; }
  .common_submain_ttl .h1_ttl {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4; }

.notfound .common_submain_bg, .company .common_submain_bg {
  background: url(../images/company/company_mainimg.jpg) no-repeat right center;
  background-size: cover; }

.common_bread {
  padding: 15px 0;
  display: flex;
  justify-content: center; }

.common_bread ul {
  display: flex;
  flex-wrap: wrap; }

.common_bread li {
  font-size: 12px;
  letter-spacing: 0.05em;
  position: relative; }

.common_bread li:not(:first-child) {
  padding-left: 12px; }

.common_bread li:not(:last-child) {
  margin-right: 5px; }

.common_bread li:not(:first-child)::before {
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  width: 7px;
  height: 1px;
  border-bottom: 1px solid #004ea2; }

.common_bread a {
  color: #004ea2;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.05em;
  transition: 0.3s; }

.common_bread a:hover {
  transition: 0.3s;
  opacity: 0.7; }

.common_tbl_cover {
  border: 1px solid #ddd;
  padding: 5px 20px 20px 20px;
  background-color: #fff; }

.common_tbl01 > table, .common_tbl01 > table > tbody, .common_tbl01 > table > thead, .common_tbl01 > table > tfoot, .common_tbl01 > table > tbody > tr, .common_tbl01 > table > tbody > tr > th, .common_tbl01 > table > tbody > tr > td {
  display: block;
  width: 100%;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.common_tbl01 > table {
  width: 100%; }
  .common_tbl01 > table > tbody > tr > th {
    border-bottom: 1px solid #199ccb;
    padding: 20px 0 10px 0;
    box-sizing: border-box;
    letter-spacing: 0.05em;
    line-height: 1.8;
    position: relative; }
    .common_tbl01 > table > tbody > tr > th .must {
      color: #FFF;
      font-size: 12px;
      font-weight: 600;
      height: 20px;
      line-height: 20px;
      width: 38px;
      background-color: #e71a19;
      position: absolute;
      right: 0;
      top: 23px;
      text-align: center; }
    .common_tbl01 > table > tbody > tr > th .any {
      color: #FFF;
      font-size: 12px;
      font-weight: 600;
      height: 20px;
      line-height: 20px;
      width: 38px;
      background-color: #999;
      position: absolute;
      right: 0;
      top: 23px;
      text-align: center; }
  .common_tbl01 > table > tbody > tr > td {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    box-sizing: border-box;
    letter-spacing: 0.05em;
    line-height: 1.8; }
    .common_tbl01 > table > tbody > tr > td input[type="text"], .common_tbl01 > table > tbody > tr > td input[type="email"], .common_tbl01 > table > tbody > tr > td input[type="tel"] {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #f0f0f0;
      padding: 10px;
      font-size: 16px;
      height: 48px;
      line-height: 48px;
      letter-spacing: 0.05em;
      border: none;
      width: 100%; }
    .common_tbl01 > table > tbody > tr > td textarea {
      background-color: #f0f0f0;
      padding: 10px;
      line-height: 1.6;
      height: 180px;
      font-size: 16px;
      letter-spacing: 0.05em;
      border: none;
      width: 100%; }
    .common_tbl01 > table > tbody > tr > td.requestcheck01 .horizontal-item,
    .common_tbl01 > table > tbody > tr > td.requestcheck01 .wpcf7-list-item {
      margin-bottom: 10px;
      display: block; }
      .common_tbl01 > table > tbody > tr > td.requestcheck01 .horizontal-item label,
      .common_tbl01 > table > tbody > tr > td.requestcheck01 .wpcf7-list-item label {
        text-indent: -1.9em;
        margin-left: 1em;
        line-height: 1.6;
        display: inline-block; }
    .common_tbl01 > table > tbody > tr > td.requestcheck01 .horizontal-item.last,
    .common_tbl01 > table > tbody > tr > td.requestcheck01 .wpcf7-list-item.last {
      margin-bottom: 0; }
    .common_tbl01 > table > tbody > tr > td.requestcheck01 .horizontal-item + .horizontal-item {
      margin-left: 0;
      display: block; }
.common_tbl01 tr.radiobtn td .mwform-radio-field {
  display: block; }
.common_tbl01 input[type="checkbox"] {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  border: 1px solid #cccccc;
  vertical-align: top;
  margin-top: 6px;
  margin-right: 10px; }

.privacy_agree {
  text-align: center;
  margin: 30px 0 20px 0; }

.privacy_agree input[type="checkbox"] {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  border: 1px solid #cccccc;
  vertical-align: top;
  margin-top: 6px;
  margin-right: 10px; }

.privacy_agree a {
  color: #004ea2; }

.privacy_agree_error {
  text-align: center; }

.send_btn {
  display: flex;
  justify-content: center;
  margin: 20px 0 10px 0; }

.send_btn .btn_submit {
  height: 45px;
  display: block;
  line-height: 45px;
  position: relative;
  text-align: center;
  width: 280px;
  cursor: pointer;
  box-sizing: border-box;
  transition: 0.3s;
  background: #f7e624;
  border-radius: 40px; }

.send_btn .btn_submit:hover {
  filter: none; }

.send_btn .btn_submit::before {
  border-bottom: 1px solid #000;
  position: absolute;
  right: 6%;
  top: 50%;
  content: "";
  width: 8px;
  height: 1px;
  transform: rotate(30deg);
  margin-top: -2px;
  transition: 0.3s; }

.send_btn .btn_submit:hover::before {
  right: 4%;
  transition: 0.3s; }

.send_btn .btn_submit::after {
  border-bottom: 1px solid #000;
  position: absolute;
  right: 6%;
  top: 50%;
  content: "";
  width: 30px;
  height: 1px;
  transition: 0.3s; }

.send_btn .btn_submit:hover::after {
  right: 4%;
  transition: 0.3s; }

.send_btn .btn_submit input {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0);
  border: none;
  color: #111;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 100%;
  display: block;
  height: 45px; }

.mw_wp_form.mw_wp_form_confirm .send_btn .btn_back {
  height: 45px;
  display: block;
  line-height: 45px;
  position: relative;
  text-align: center;
  width: 200px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: .3s;
  margin-right: 10px;
  border-radius: 40px;
  background: #bbb; }

.mw_wp_form.mw_wp_form_confirm .send_btn .btn_back:hover {
  filter: none; }

.mw_wp_form.mw_wp_form_confirm .send_btn .btn_back:before {
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 6%;
  top: 50%;
  content: "";
  width: 8px;
  height: 1px;
  transform: rotate(-30deg);
  margin-top: -2px;
  transition: 0.3s; }

.mw_wp_form.mw_wp_form_confirm .send_btn .btn_back:hover:before {
  left: 4%;
  transition: 0.3s; }

.mw_wp_form.mw_wp_form_confirm .send_btn .btn_back:after {
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 6%;
  top: 50%;
  content: "";
  width: 30px;
  height: 1px;
  transition: 0.3s; }

.mw_wp_form.mw_wp_form_confirm .send_btn .btn_back:hover:after {
  left: 4%;
  transition: 0.3s; }

.mw_wp_form.mw_wp_form_confirm .send_btn .btn_back input {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0);
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .1em;
  width: 100%;
  display: block;
  height: 45px;
  padding-left: 25px; }

.mw_wp_form.mw_wp_form_confirm .any, .mw_wp_form.mw_wp_form_confirm .must, .mw_wp_form.mw_wp_form_confirm .privacy_agree {
  display: none; }

.privacy_agree label {
  cursor: pointer; }

/*----------------------------------------------------------------------------
******************************************************************************
** sub
******************************************************************************
----------------------------------------------------------------------------*/
.common_submain_bg {
  display: flex;
  justify-content: center;
  align-items: center;
  background: -webkit-linear-gradient(57deg, #184e9e, #386fbf);
  background: -o-linear-gradient(57deg, #184e9e, #386fbf);
  background: linear-gradient(57deg, #184e9e, #386fbf);
  width: 100%;
  height: 180px;
  margin-top: 55px; }
  .common_submain_bg .h1_ttl {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-align: center;
    position: relative;
    padding-bottom: 15px; }
    .common_submain_bg .h1_ttl::after {
      position: absolute;
      bottom: 0;
      left: 50%;
      content: "";
      width: 60px;
      height: 2px;
      margin-left: -30px;
      border-bottom: 2px solid #FFF; }
    .common_submain_bg .h1_ttl .sml {
      font-size: 22px;
      display: block;
      margin-top: 5px; }

.sub_content01_bg {
  display: flex;
  justify-content: center;
  padding: 30px 0 50px 0;
  background-color: #ebf0f8; }

.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 40px; }

.wp-pagenavi a, .wp-pagenavi span {
  font-weight: 700;
  font-size: 16px;
  text-decoration: none !important;
  border: 1px solid #004ea2 !important;
  color: #004ea2 !important;
  padding-top: 6px !important;
  padding-right: 13px !important;
  padding-bottom: 6px !important;
  padding-left: 13px !important;
  margin-top: 0 !important;
  margin-right: 5px !important;
  margin-bottom: 0 !important;
  margin-left: 5px !important;
  font-family: "Roboto Condensed", sans-serif;
  background-color: #fff; }

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  color: #FFF !important;
  background-color: #004ea2 !important;
  border-top-color: #004ea2 !important;
  border-right-color: #004ea2 !important;
  border-bottom-color: #004ea2 !important;
  border-left-color: #004ea2 !important;
  text-decoration: none !important; }

.wp-pagenavi span.current {
  color: #004ea2; }

.wp-pagenavi .page.larger {
  display: none; }

.wp-pagenavi .extend {
  display: none; }

.wp-pagenavi .page.smaller {
  display: none; }

.wp-pagenavi span.pages {
  display: block;
  margin: 0 auto 20px auto !important;
  width: 60%; }

/* faq */
.faq .top_faq_box .faq_ttl {
  background-color: #fff; }

.faq .top_faq_box .faq_ans {
  background-color: #fff; }

/* request */
.request .common_tbl01 > table > tbody > tr > th {
  border-bottom: 1px solid #004ea2; }

.request .common_tbl_cover {
  border: none; }

/* case*/
.case .top_case_slider_in {
  margin: 0 0 30px 0;
  filter: none;
  width: 100%; }

.case_page_ttl_cover {
  position: relative;
  margin-bottom: 30px; }
  .case_page_ttl_cover::before {
    border-left: 2px solid #199ccb;
    position: absolute;
    bottom: 2px;
    right: -2px;
    content: "";
    width: 2px;
    height: 40px; }
  .case_page_ttl_cover::after {
    border-top: 2px solid #004ea2;
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 40px;
    height: 2px; }

.case_page_ttl {
  padding: 15px;
  position: relative; }
  .case_page_ttl::before {
    border-left: 2px solid #199ccb;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 2px;
    height: 40px; }
  .case_page_ttl::after {
    border-top: 2px solid #004ea2;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 40px;
    height: 2px; }
  .case_page_ttl .h1_ttl {
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: 700; }

.case_page_date {
  font-size: 16px;
  color: #808080;
  background-color: #fff;
  padding: 5px 10px;
  line-height: 1.0;
  display: inline-block;
  border-radius: 30px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  margin-bottom: 10px; }

.case_page_ct h2 {
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-top: 2px solid #004ea2;
  border-bottom: 1px solid #199ccb;
  line-height: 1.4; }
.case_page_ct h3 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #184e9e; }
.case_page_ct h4 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4; }
.case_page_ct h5 {
  margin-top: 40px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em; }
.case_page_ct h6 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4; }
.case_page_ct p {
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  word-break: break-all; }
.case_page_ct figure {
  margin-bottom: 20px !important; }
.case_page_ct img.alignright {
  display: block;
  margin: 20px 0 20px auto; }
.case_page_ct img.alignleft {
  display: block;
  margin: 20px auto 20px 0; }
.case_page_ct img.aligncenter {
  display: block;
  margin: 20px auto 20px auto; }
.case_page_ct ul {
  margin: 20px 0; }
  .case_page_ct ul li {
    margin-bottom: 10px;
    letter-spacing: 0.05em;
    position: relative;
    padding-left: 15px; }
    .case_page_ct ul li::before {
      content: "■";
      position: absolute;
      top: 4px;
      left: 0;
      color: #199ccb;
      font-size: 12px; }
.case_page_ct ol {
  margin: 20px 0; }
  .case_page_ct ol li {
    margin-bottom: 10px;
    letter-spacing: 0.05em;
    position: relative;
    list-style-type: none;
    counter-increment: num 1;
    padding-left: 1.2em;
    text-indent: -1.2em; }
    .case_page_ct ol li::before {
      content: counter(num) ".";
      color: #184e9e;
      font-weight: 700;
      font-size: 16px;
      padding-right: 5px;
      font-family: "Roboto Condensed", sans-serif; }
.case_page_ct pre {
  margin: 30px 0 0 0;
  background-color: #fff;
  border: 2px solid #004ea2;
  padding: 15px;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.8; }
.case_page_ct table {
  margin: 15px 0 0 0;
  width: 100%;
  background-color: #fff;
  border-spacing: 0;
  border: 1px solid #ddd; }
  .case_page_ct table tr > * {
    padding: 10px;
    letter-spacing: 0.05em;
    border: none;
    border-bottom: 1px solid #ddd; }
    .case_page_ct table tr > *:first-child {
      background-color: #ccd8ea;
      border-right: none;
      font-weight: 700; }
  .case_page_ct table tr:not(:last-child) td:first-child {
    border-bottom: 1px solid #fff; }
.case_page_ct a {
  color: #184e9e; }

.post_none {
  text-align: center; }

.mw_wp_form.mw_wp_form_direct_access_error {
  text-align: center;
  color: #b70000; }

.makasetetouch .grecaptcha-badge {
  bottom: 60px !important; }

.linkage_logo_box {
  margin-bottom: 30px;
  background-color: #fff;
  padding: 5px 0; }
  .linkage_logo_box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    .linkage_logo_box ul li {
      width: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
      padding: 15px 20px; }
      .linkage_logo_box ul li img {
        max-width: 140px; }
      .linkage_logo_box ul li:nth-child(2) {
        padding: 15px 10px; }
        .linkage_logo_box ul li:nth-child(2) img {
          max-width: 150px; }
      .linkage_logo_box ul li:nth-child(3) {
        height: 90px; }
        .linkage_logo_box ul li:nth-child(3) img {
          height: 100%;
          width: auto;
          max-width: inherit; }
      .linkage_logo_box ul li:nth-child(4) {
        height: 60px; }
        .linkage_logo_box ul li:nth-child(4) img {
          height: 100%;
          width: auto;
          max-width: inherit; }
      .linkage_logo_box ul li:nth-child(5) {
        height: 75px; }
        .linkage_logo_box ul li:nth-child(5) img {
          height: 100%;
          width: auto;
          max-width: inherit; }
      .linkage_logo_box ul li:nth-child(6) {
        height: 75px; }
        .linkage_logo_box ul li:nth-child(6) img {
          height: 100%;
          width: auto;
          max-width: inherit; }
      .linkage_logo_box ul li:nth-child(7) {
        width: 65%;
        padding: 15px 0; }
        .linkage_logo_box ul li:nth-child(7) img {
          max-width: 240px; }

.linkage_box_tab {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between; }
  .linkage_box_tab .tabli {
    width: calc((100% - 2px) / 3);
    cursor: pointer;
    text-align: center;
    padding: 10px 0;
    background-color: #dbe4ee; }
    .linkage_box_tab .tabli .h2_ttl {
      color: #666666;
      font-weight: 700;
      font-size: 14px; }
    .linkage_box_tab .tabli.is-active {
      background-color: #004ea2; }
      .linkage_box_tab .tabli.is-active .h2_ttl {
        color: #FFF; }
.linkage_box_ct {
  background-color: #fff;
  padding: 20px; }
.linkage_box_in_img {
  margin-bottom: 15px; }
.linkage_box_in .h3_ttl {
  font-size: 18px;
  color: #004ea2;
  font-weight: 700;
  margin-bottom: 10px; }
.linkage_box_in .common_txt01 {
  font-size: 14px; }
.linkage_box_in .cau_txt {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 10px; }
.linkage_box_in:not(:last-child) {
  border-bottom: 1px solid #dbe4ee;
  padding-bottom: 30px;
  margin-bottom: 30px; }

.function-list_tbl {
  margin-bottom: 60px; }
  .function-list_tbl table {
    width: 690px;
    margin-bottom: 10px; }
    .function-list_tbl table th {
      background-color: #184e9e;
      color: #FFF;
      font-size: 14px;
      font-weight: 700;
      text-align: center;
      border: 1px solid #dddddd;
      padding: 10px; }
      .function-list_tbl table th:nth-child(1) {
        width: 40%; }
      .function-list_tbl table th:nth-child(2) {
        width: 60%; }
    .function-list_tbl table td {
      background-color: #FFF;
      font-size: 14px;
      border: 1px solid #dddddd;
      padding: 10px;
      white-space: normal; }
      .function-list_tbl table td.td01 {
        font-weight: 700;
        width: 100px;
        font-size: 14px; }
      .function-list_tbl table td.td02 {
        width: calc(45% - 100px);
        font-size: 14px; }
      .function-list_tbl table td.td03 {
        width: 55%;
        font-size: 14px; }
  .function-list_tbl_ttl {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .05em;
    color: #004ea2;
    line-height: 1.2;
    text-align: center; }
    .function-list_tbl_ttl .sml {
      font-size: 15px; }
  .function-list_tbl .cautxt {
    font-size: 12px;
    margin-bottom: 40px; }
  .function-list_tbl .scroll {
    overflow: auto;
    white-space: nowrap; }
    .function-list_tbl .scroll .scroll::-webkit-scrollbar {
      height: 5px; }
    .function-list_tbl .scroll .scroll::-webkit-scrollbar-track {
      background: #F1F1F1; }
    .function-list_tbl .scroll .scroll::-webkit-scrollbar-thumb {
      background: #BCBCBC; }
    .function-list_tbl .scroll .scroll::-webkit-scrollbar {
      /* スクロールバー本体 */
      width: 5px;
      background: #F1F1F1; }
    .function-list_tbl .scroll .scroll::-webkit-scrollbar:horizontal {
      /* 横方向のスクロールバー本体 */
      width: 5px;
      background: #F1F1F1; }
    .function-list_tbl .scroll .scroll::-webkit-scrollbar-thumb {
      /* スクロールバーの動く部分 */
      background: #CCCCCC;
      border-radius: 10px; }
    .function-list_tbl .scroll .scroll::-webkit-scrollbar-thumb:horizontal {
      /* 横方向のスクロールバーの動く部分 */
      background: #BCBCBC;
      border-radius: 10px; }
    .function-list_tbl .scroll .scroll::-webkit-scrollbar-track-piece:start {
      /* スクロールバーの動く部分の前 */
      background: #F1F1F1; }
    .function-list_tbl .scroll .scroll::-webkit-scrollbar-track-piece:end {
      /* スクロールバーの動く部分の後ろ */
      background: #F1F1F1; }
    .function-list_tbl .scroll .scroll::-webkit-scrollbar-corner {
      /* スクロールバー角 */
      background: transparent; }

.linkage .function-list_tbl {
  margin-bottom: 0; }
  .linkage .function-list_tbl table {
    width: 100%; }
    .linkage .function-list_tbl table th:nth-child(1) {
      width: 25%; }
    .linkage .function-list_tbl table th:nth-child(2) {
      width: 25%; }
    .linkage .function-list_tbl table th:nth-child(3) {
      width: 50%; }

.function-list_link_btn01 {
  margin-bottom: 30px; }
  .function-list_link_btn01_flex {
    display: flex;
    flex-wrap: wrap; }
  .function-list_link_btn01_img {
    width: 85px;
    position: relative;
    top: -10px; }
    .function-list_link_btn01_img img {
      width: 100%; }
  .function-list_link_btn01_disc {
    width: calc(100% - 85px);
    padding-left: 15px;
    display: flex;
    align-items: center;
    position: relative; }
    .function-list_link_btn01_disc::before {
      position: absolute;
      border-bottom: 2px solid #184e9e;
      bottom: 10px;
      left: 50%;
      content: "";
      width: 50px;
      height: 2px;
      margin-left: -25px;
      transition: 0.3s; }
    .function-list_link_btn01_disc::after {
      position: absolute;
      border-bottom: 2px solid #184e9e;
      bottom: 12px;
      left: 50%;
      content: "";
      width: 10px;
      height: 2px;
      transform: rotate(30deg);
      margin-left: 16px;
      transition: 0.3s; }
  .function-list_link_btn01 a {
    background-color: #fff;
    text-decoration: none;
    color: #111;
    display: block;
    padding: 0 10px;
    transition: 0.3s; }
    .function-list_link_btn01 a:hover {
      transition: 0.3s; }
    .function-list_link_btn01 a:hover .function-list_link_btn01_disc::before {
      margin-left: -15px;
      transition: 0.3s; }
    .function-list_link_btn01 a:hover .function-list_link_btn01_disc::after {
      margin-left: 26px;
      transition: 0.3s; }
  .function-list_link_btn01_txt {
    color: #184e9e;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5; }
    .function-list_link_btn01_txt .f_b {
      font-size: 16px; }
    .function-list_link_btn01_txt .sml {
      font-size: 13px; }
.function-list_link_btn02_flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  z-index: 1;
  align-items: center; }
.function-list_link_btn02_img {
  width: 53px; }
  .function-list_link_btn02_img img {
    width: 100%; }
.function-list_link_btn02_disc {
  width: calc(100% - 63px);
  padding-left: 10px;
  position: relative; }
  .function-list_link_btn02_disc::before {
    position: absolute;
    border-bottom: 2px solid #199ccb;
    bottom: 1px;
    right: 0;
    content: "";
    width: 50px;
    height: 2px;
    transition: 0.3s; }
  .function-list_link_btn02_disc::after {
    position: absolute;
    border-bottom: 2px solid #199ccb;
    bottom: 4px;
    right: 0;
    content: "";
    width: 10px;
    height: 2px;
    transform: rotate(30deg);
    transition: 0.3s; }
.function-list_link_btn02 a {
  height: 81px;
  box-sizing: border-box;
  border: 3px solid #199ccb;
  position: relative;
  background-color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px 0 15px;
  transition: 0.3s;
  overflow: hidden; }
  .function-list_link_btn02 a::before {
    background: url(../images/function/list/function-list_link05_bk01.png) no-repeat left top;
    background-size: 48px 81px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 48px;
    height: 81px; }
  .function-list_link_btn02 a::after {
    background: url(../images/function/list/function-list_link05_bk02.png) no-repeat left top;
    background-size: 48px 81px;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 48px;
    height: 81px; }
  .function-list_link_btn02 a:hover {
    transition: 0.3s; }
  .function-list_link_btn02 a:hover .function-list_link_btn02_disc::before {
    right: -10px;
    transition: 0.3s; }
  .function-list_link_btn02 a:hover .function-list_link_btn02_disc::after {
    right: -10px;
    transition: 0.3s; }
.function-list_link_btn02_txt01 {
  color: #199ccb;
  font-size: 17px;
  font-weight: 700; }
.function-list_link_btn02_txt02 {
  color: #111111;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.05em; }

.function_content01_bg {
  display: flex;
  justify-content: center;
  background-color: #ebf0f8;
  padding: 50px 0; }
.function_content01_ttl {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
  color: #004ea2; }
.function_content01_box01 {
  margin-bottom: 50px; }
  .function_content01_box01_in {
    margin-bottom: 40px;
    padding: 20px;
    border-top: 5px solid #184e9e;
    background-color: #fff; }
    .function_content01_box01_in_img {
      margin: 0 auto 30px auto;
      max-width: 260px; }
      .function_content01_box01_in_img a {
        text-decoration: none; }
      .function_content01_box01_in_img .kakudai .txt {
        /*background: url(../images/common/icon_search.png) no-repeat left center;
        padding-left: 27px;*/
        color: #666;
        font-weight: 500;
        font-size: 12px;
        display: block;
        margin-top: 10px;
        letter-spacing: 0.05em;
        text-align: center; }
      .function_content01_box01_in_img > div:nth-child(2) {
        margin-top: 30px; }
    .function_content01_box01_in_ttl {
      font-size: 18px;
      color: #004ea2;
      padding: 5px 10px;
      margin-bottom: 10px;
      background-color: #ebf0f8;
      line-height: 1.4; }
    .function_content01_box01_in_ttl02 {
      font-size: 16px;
      color: #004ea2;
      margin-bottom: 5px;
      margin-top: 10px; }
    .function_content01_box01_in_txt {
      font-size: 14px;
      letter-spacing: 0.05em;
      line-height: 1.8; }
    .function_content01_box01_in.mobile .function_content01_box01_in_img img {
      width: 100px;
      display: block;
      margin-left: auto;
      margin-right: auto; }
.function_content01_box02 {
  background-color: #fff; }
  .function_content01_box02_in {
    margin-bottom: 20px; }
    .function_content01_box02_in_ttl {
      text-align: center;
      font-size: 16px;
      color: #004ea2;
      font-weight: 700;
      margin-bottom: 10px;
      line-height: 1.4; }
      .function_content01_box02_in_ttl .f_b {
        font-size: 22px;
        display: block;
        margin-top: 5px; }
    .function_content01_box02_in_txt {
      font-size: 14px;
      line-height: 1.8; }
    .function_content01_box02_in_img img {
      width: 100%; }
    .function_content01_box02_in_disc {
      box-sizing: border-box;
      padding: 20px; }
    .function_content01_box02_in_ttl02 {
      font-size: 16px;
      color: #004ea2;
      padding: 5px 10px;
      margin-bottom: 15px;
      background-color: #ebf0f8;
      text-align: center; }
    .function_content01_box02_in_img02 {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .function_content01_box02_in_img02 .imgblock {
        margin-bottom: 15px;
        width: calc((100% - 20px) / 2); }
        .function_content01_box02_in_img02 .imgblock img {
          width: 100%; }
  .function_content01_box02_in02 {
    padding: 0 10px 20px 10px; }
.function_content01_box03 {
  background-color: #fff; }
  .function_content01_box03_in {
    padding: 20px; }
    .function_content01_box03_in_ttl {
      text-align: center;
      font-size: 16px;
      color: #004ea2;
      font-weight: 700;
      margin-bottom: 25px; }
      .function_content01_box03_in_ttl .f_b {
        font-size: 32px;
        display: block;
        line-height: 1.0;
        margin-top: 5px; }
    .function_content01_box03_in_txt {
      font-size: 14px;
      line-height: 1.8; }
    .function_content01_box03_in_img {
      display: flex;
      justify-content: center; }
      .function_content01_box03_in_img img {
        width: 170px; }
    .function_content01_box03_in_disc {
      margin-top: 20px; }
    .function_content01_box03_in_ttl02 {
      font-size: 18px;
      color: #004ea2;
      margin-bottom: 15px; }

.grecaptcha-badge {
  z-index: 2; }

.wp-block-image img {
  height: auto !important; }

.makasetenetex.sub .wpcf7 form.invalid .wpcf7-response-output, .makasetenetex.sub .wpcf7 form.unaccepted .wpcf7-response-output, .makasetenetex.sub .wpcf7 form.payment-required .wpcf7-response-output {
  color: #FFF; }

.makasetenetex.sub .inquiry .wpcf7 form.invalid .wpcf7-response-output, .makasetenetex.sub .inquiry .wpcf7 form.unaccepted .wpcf7-response-output, .makasetenetex.sub .inquiry .wpcf7 form.payment-required .wpcf7-response-output {
  color: #111; }
