@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
}

html {
  font-size: 62.5%;
  overflow: auto;
}

body,
pre,
code {
  font-size: 1.45rem;
  font-weight: 300;
  color: #000;
  line-height: 100%;
  background-color: #fff;
  min-width: 1280px;
  font-family: "YakuHanJP", "Noto Sans JP", "Noto Sans CJK JP",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic,
    "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*
  background-image: url(../../images/body_bg_line.png);
  background-repeat: repeat-y;
  background-position: center;
  */
  /*
  background-image: -moz-linear-gradient(left, #fff 0%, #fff 144px, #f1f1f1 144px, #f1f1f1 145px, #fff 145px);
   background-image: -webkit-linear-gradient(left, #fff 0%, #fff 144px, #f1f1f1 144px, #f1f1f1 145px, #fff 145px);
   background-image: linear-gradient(to right, #fff 0%, #fff 144px, #f1f1f1 144px, #f1f1f1 145px, #fff 145px);
   background-position: center;
   background-size: 291px 5px;
   background-repeat: repeat;
  */
}

body {
  position: relative;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
}

/*
.clear {
	font-size: 0px;
	clear: both;
	line-height: 0px;
	height: 1px;
}*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /* Mac版IEのみに適用 \*/ /*/
height: auto;
overflow: hidden;
/**/
}

img {
  border: none;
  outline: none;
}

a:link {
  text-decoration: none;
  outline: none;
  color: #333;
  transition: all 0.15s ease-in 0s;
}

a:visited {
  text-decoration: none;
  outline: none;
  color: #333;
}

a:hover {
  text-decoration: none;
  outline: none;
  color: #333;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

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

a.op_hover:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

img.op_hover:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

a.op_hover2 {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  transition: all 0.2s ease-in 0s;
  display: block;
}

a.op_hover2:hover {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

a.op_hover_none:hover {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

a.none_link:hover {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  cursor: default;
}

a.link_blank {
  background-image: url(../../images/icon_blank_gray.png);
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 16px;
  font-size: 14px;
  text-align: center;
}

main a:link {
  color: #003bb2;
  text-decoration: underline;
}

main a:hover {
  color: #003bb2;
  text-decoration: none;
}

main a:visited {
  color: #003bb2;
  text-decoration: underline;
}

img.d_block {
  display: block;
}

img.w100 {
  width: 100%;
  height: auto;
}

img.w1100 {
  width: 70%;
  height: auto;
}
/* 20230327下記修正 */
img.w50 {
  width: 17%;
  padding: 11px;
}

.img_w50 {
  display: inline-block;
}
/* 20240401下記修正 */
.img_w50 img {
  width: 50%;
  height: auto;
  padding-top: 5px;
}
/*  */

.img_w40 {
  display: inline-block;
}
.img_w40 img {
  width: 40%;
  height: auto;
}

.img_w35 {
  display: inline-block;
}
.img_w35 img {
  width: 35%;
  height: auto;
}

.img_w30 {
  display: inline-block;
}
.img_w30 img {
  width: 30%;
  height: auto;
}

ul,
ol {
  list-style-type: none;
}

p {
  line-height: 178%;
  font-weight: 500;
}
p a {
  text-decoration: underline !important;
}

.service_text {
  font-weight: 500;
  font-size: 1.6rem;
}

.service_text p {
  font-weight: bold;
  font-size: 1.6rem;
  color: crimson;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.dp_none {
  display: none;
}

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

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

.text_center {
  text-align: center !important;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.float_clear {
  float: inherit !important;
}

.va_top {
  vertical-align: top;
}

.border_gray {
  border-top: 1px solid #d2d2d2;
}

.f_bold {
  font-weight: 700 !important;
}

.ls0 {
  letter-spacing: 0 !important;
}

.ma0auto {
  margin: 0 auto !important;
}

.f_red {
  color: #dc090a !important;
}

.f_blue {
  color: #003bb2 !important;
}

.f_white {
  color: #fff !important;
}

.f_black {
  color: #000 !important;
}

.f_gray {
  color: #454545 !important;
}

.f_gray2 {
  color: #929292 !important;
}

.bg_white {
  background-color: #fff;
}

.bg_blue {
  background-color: #003bb2;
}

.bg_blue2 {
  background-color: #2088d2;
}

.bg_blue3 {
  background-color: #00a6ba;
}

.bg_blue4 {
  background-color: #3c7ee0;
}

.bg_blue5 {
  background-color: #78bed2;
}

.bg_yellow {
  background-color: #ffe400;
}

.bg_orange {
  background-color: #ff8a15;
}

.bg_green {
  background-color: #10b048;
}

.bg_green2 {
  background-color: #98d400;
}

.bg_pink {
  background-color: #f9b3c0;
}

.bg_pink2 {
  background-color: #ff5a8e;
}

.bg_black {
  background-color: #000 !important;
}

.pc_att01 {
  padding-left: 1em;
  text-indent: -1em;
}

.pc_att015 {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.pc_att02 {
  padding-left: 2em;
  text-indent: -2em;
}

.fs10 {
  font-size: 1rem !important;
}

.fs11 {
  font-size: 1.1rem !important;
}

.fs12 {
  font-size: 1.2rem !important;
}

.fs13 {
  font-size: 1.3rem !important;
}

.fs14 {
  font-size: 1.4rem !important;
}

.fs15 {
  font-size: 1.5rem !important;
}

.fs155 {
  font-size: 1.55rem !important;
}

.fs16 {
  font-size: 1.6rem !important;
}

.fs18 {
  font-size: 1.8rem !important;
}

.fs20 {
  font-size: 2rem !important;
}

.fs22 {
  font-size: 2.2rem !important;
}

.fs24 {
  font-size: 2.4rem !important;
}

.wt10p {
  width: 10% !important;
}

.wt15p {
  width: 15% !important;
}

.wt20p {
  width: 20% !important;
}

.wt25p {
  width: 25% !important;
}

.wt30p {
  width: 30% !important;
}

.wt35p {
  width: 35% !important;
}

.wt40p {
  width: 40% !important;
}

.wt45p {
  width: 45% !important;
}

.wt50p {
  width: 50% !important;
}

.wt55p {
  width: 55% !important;
}

.wt60p {
  width: 60% !important;
}

.wt65p {
  width: 65% !important;
}

.wt70p {
  width: 70% !important;
}

.wt75p {
  width: 75% !important;
}

.wt80p {
  width: 80% !important;
}

.wt85p {
  width: 85% !important;
}

.wt90p {
  width: 90% !important;
}

.wt95p {
  width: 95% !important;
}

.wt100p {
  width: 100% !important;
}

.lh100p {
  line-height: 100% !important;
}

.lh120p {
  line-height: 120% !important;
}

.lh140p {
  line-height: 140% !important;
}

.lh160p {
  line-height: 160% !important;
}

.lh180p {
  line-height: 180% !important;
}

.lh200p {
  line-height: 200% !important;
}

.ls01m {
  letter-spacing: -1px !important;
}

.ls00 {
  letter-spacing: 0px !important;
}

.ls01 {
  letter-spacing: 1px !important;
}

.ls02 {
  letter-spacing: 2px !important;
}

/* ==

 margin

=============================================================================== */
/* -------- all -------- */
.ma00 {
  margin: 0px !important;
}

.ma05 {
  margin: 5px !important;
}

.ma10 {
  margin: 10px !important;
}

.ma15 {
  margin: 15px !important;
}

.ma20 {
  margin: 20px !important;
}

.ma25 {
  margin: 25px !important;
}

.ma30 {
  margin: 30px !important;
}

.ma40 {
  margin: 40px !important;
}

.ma50 {
  margin: 50px !important;
}

.ma60 {
  margin: 60px !important;
}

.ma70 {
  margin: 70px !important;
}

.ma80 {
  margin: 80px !important;
}

.ma90 {
  margin: 90px !important;
}

.ma100 {
  margin: 100px !important;
}

/* -------- top -------- */
.mt00 {
  margin-top: 0px !important;
}

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

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

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

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

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

.mt30 {
  margin-top: 30px !important;
}

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

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mt140 {
  margin-top: 140px !important;
}

/* -------- right -------- */
.mr00 {
  margin-right: 0px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr100 {
  margin-right: 100px !important;
}

/* -------- bottom -------- */
.mb00 {
  margin-bottom: 0px !important;
}

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

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

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

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

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

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.mb170 {
  margin-bottom: 170px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.mb190 {
  margin-bottom: 190px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

/* -------- left -------- */
.ml00 {
  margin-left: 0px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.ml110 {
  margin-left: 110px !important;
}

.ml120 {
  margin-left: 120px !important;
}

.ml130 {
  margin-left: 130px !important;
}

.ml140 {
  margin-left: 140px !important;
}

/* ==

padding

=============================================================================== */
/* -------- all -------- */
.pa00 {
  padding: 0px !important;
}

.pa05 {
  padding: 5px !important;
}

.pa10 {
  padding: 10px !important;
}

.pa15 {
  padding: 15px !important;
}

.pa20 {
  padding: 20px !important;
}

.pa25 {
  padding: 25px !important;
}

.pa30 {
  padding: 30px !important;
}

.pa40 {
  padding: 40px !important;
}

.pa50 {
  padding: 50px !important;
}

.pa60 {
  padding: 60px !important;
}

.pa70 {
  padding: 70px !important;
}

.pa80 {
  padding: 80px !important;
}

.pa90 {
  padding: 90px !important;
}

.pa100 {
  padding: 100px !important;
}

/* -------- top -------- */
.pt00 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pt130 {
  padding-top: 130px !important;
}

.pt10p {
  padding-top: 10% !important;
}

/* -------- right -------- */
.pr00 {
  padding-right: 0px !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr100 {
  padding-right: 100px !important;
}

/* -------- bottom -------- */
.pb00 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pbb30 {
  padding-bottom: 0px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

/* -------- left -------- */
.pl00 {
  padding-left: 0px !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pl110 {
  padding-left: 110px !important;
}

.pl120 {
  padding-left: 120px !important;
}

.pl130 {
  padding-left: 130px !important;
}

.pl140 {
  padding-left: 140px !important;
}

.pl150 {
  padding-left: 150px !important;
}

.pl160 {
  padding-left: 160px !important;
}

.pl170 {
  padding-left: 170px !important;
}

/*============================
FORM ELEMENT BASE
============================*/
input.form-text {
  outline: none;
  border: none;
  border: 2px solid #cdcdcd;
  background: #ffffff;
  padding: 23px 12px 24px 12px;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 300;
  box-sizing: border-box;
  font-family: inherit;
}

textarea {
  outline: none;
  width: 100%;
  height: 220px;
  border: 2px solid #cdcdcd;
  background: #ffffff;
  padding: 15px 25px;
  font-size: 1.5rem;
  font-weight: 300;
  box-sizing: border-box;
  font-family: inherit;
}

input.form-text1 {
  width: 350px;
}

input.form-text2 {
  width: 295px;
}

input.form-text3 {
  width: 173px;
}

input.form-text:hover,
input.form-pass:hover,
textarea:hover,
select:hover {
  /*border-color: $blue01;*/
}

input.form-text:focus,
input.form-pass:focus,
select:focus,
select:focus option {
  border: 2px solid #003bb2;
  background: #fff;
}

textarea:focus {
  border: 2px solid #003bb2;
  background: #fff;
}

input[type="radio"] {
  display: none;
}

input[type="checkbox"] {
  position: absolute;
  left: 0;
  opacity: 0;
}

.radio,
.checkbox {
  box-sizing: border-box;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 8px 5px 12px 31px;
  margin-right: 20px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
}

.radio:hover:after,
.checkbox:hover:after {
  /*border-color: #333;*/
}

.radio:after,
.checkbox:after {
  transition: border-color 0.2s linear;
  position: absolute;
  top: 45%;
  left: 0;
  display: block;
  margin-top: -10px;
  width: 18px;
  height: 18px;
  border: 1px solid #cbcbcb;
  border-radius: 10px;
  content: "";
}

.checkbox:after {
  border-radius: 5px;
  background-color: #fff;
}

.checkbox_disabled:after {
  border: 2px solid #000;
  background-color: #eee;
}

.radio:before {
  transition: opacity 0.2s linear;
  position: absolute;
  top: 48%;
  left: 6px;
  display: block;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #003bb2;
  content: "";
  opacity: 0;
}

input[type="radio"]:checked + .radio:before {
  opacity: 1;
}

.checkbox:before {
  transition: opacity 0.2s linear;
  position: absolute;
  top: 45%;
  left: 7px;
  display: block;
  margin-top: -7px;
  width: 6px;
  height: 9px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  opacity: 0;
  transform: rotate(45deg);
  z-index: 2;
}

input[type="checkbox"]:checked + .checkbox:before {
  opacity: 1;
}

input[type="checkbox"]:checked + .checkbox:after {
  background-color: #003bb2;
  border-color: #003bb2;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
  outline: none;
}

select {
  border: 2px solid #cdcdcd;
  background: #ffffff;
  padding: 23px 12px 24px 12px;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: inherit;
  position: relative;
  box-sizing: border-box;
}

.custom {
  overflow: hidden; /* 伸ばした分を隠す */
  position: relative;
}

.custom > select {
  width: 100%; /* UI分を伸ばす */
}

.custom::after {
  position: absolute;
  display: inline-block;
  content: "";
  background-image: url(../../images/select_icon.png);
  background-size: 17px;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  top: 30px;
  right: 28px;
}

/*============================
Common Style
============================*/
::-moz-placeholder {
  color: #707070;
  font-size: 1.55rem;
}
::placeholder {
  color: #707070;
  font-size: 1.55rem;
}

.btn-send ul {
  text-align: center;
  display: flex; /* Safari */
  justify-content: center;
  margin-bottom: 14px;
  padding-top: 10px;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
  transition: all 0.15s ease-in 0s;
}

.button {
  background-image: none !important;
  font-size: 1.55rem !important;
  border: none;
  cursor: pointer;
}

.button-send {
  position: relative;
  border: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  background-color: #003bb2;
  padding: 39px 70px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1.6px;
  color: #fff;
  cursor: pointer;
}

.button-send:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

.button-back {
  background-image: url(../../images/arrow05.png) !important;
  background-repeat: no-repeat !important;
  background-position: left 15px center !important;
  background: #707070;
  margin-right: 20px;
}

.button-back:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

.btn-send-text {
  text-align: center;
  font-size: 1.55rem;
  letter-spacing: 0.5px;
  font-weight: 300;
  line-height: 200%;
}
/*# sourceMappingURL=base.css.map */
