@charset 'UTF-8';

/* ------------------------------
 リセット
------------------------------ */

/* ブラウザのデフォルトをリセット */

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

iframe {
  border: 0;
}

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

img {
  line-height: 0;
  vertical-align: bottom;
}

fieldset,
img {
  border: 0;
}

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

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

caption,
th {
  text-align: left;
}

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

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

abbr,
acronym {
  border: 0;
}

textarea {
  font-size: 100%;
}

/* For modern browsers */

.cf:before,
.cf:after {
  display: table;
  content: '';
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

a {
  text-decoration: underline;
  color: #007ccb;
}

a:link {
  color: #007ccb;
}

a:visited {
  color: #007ccb;
}

a:hover {
  text-decoration: none;
  color: #007ccb;
}

a:active {
  text-decoration: none;
  color: #007ccb;
}

/* ブラウザ間のフォントサイズを揃える */

body {
  font: 12px/1.22 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  position: relative;
  color: #333;
  background-color: #fff;
  *font-size: small;
  *font: x-small;
}

table {
  font: 100%;
  font-size: inherit;
}

/* Safarip99% */

select,
input,
textarea {
  font: 99%;
}

pre,
code {
  font: 115% monospace 'Osaka', 'ＭＳ Ｐゴシック', Arial, sans-serif;
  *font-size: 100%;
}

body * {
  line-height: 1.22em;
}

/*---------- header ----------*/

#header {
  border-bottom: 1px solid #e7e7e7;
}

#header .head_txt {
  width: 100%;
  padding: 2px 0;
  font-size: 10px;
  background-color: #009fde;
  display: flex;
}

#header h1 {
  width: 960px;
  margin: 0 auto;
  font-size: 12px;
  color: #fff;
}

#header .inbox {
  width: 960px;
  margin: 15px auto;
  padding: 5px 0 5px;
}

#header .logo {
  float: left;
  width: 170px;
  margin-top: 10px;
}

#header .header_closing {
  float: inherit;
  width: 490px;
}

#header .txtbox {
  text-align: right;
  margin-bottom: 18px;
}

#header .code_txt {
  display: inline;
  letter-spacing: -0.6px;
}

#header .company_link {
  color: #fff;
  margin: 0px 20px 0 17px;
  width: 640px;
}

#header .company_link a {
  color: #fff;
  line-height: 10px;
  margin: 0 0px 0 20px;
}

#header .header_closing .telbox {
  float: left;
  width: 364px;
}

#header .header_closing .telbox .tel_img {
  min-height: 43px;
  padding-left: 49px;
  background: url(../img/common/ico_tel_header.png) no-repeat left top;
}

#header .header_closing .telbox .open_txt {
  margin-top: 9px;
}

#header .header_closing .btn {
  float: right;
  width: 310px;
}

#header .header_closing .cvbtn {
  float: right;
  width: 320px;
  display: flex;
  padding-top: 13px
}

#header .header_closing .menu {
  float: right;
  width: auto;
  display: flex;
  padding-top: 0px;
}

#header .header_closing li {
  float: right;
  width: 100px;
}

#header .header_closing .menu a {
  display: inline-block;
    padding: 12px 5px;
    font-size: 13px;
    line-height: 1.0rem;
    color: #555555;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-decoration: none;
    background: #ffffff;
    text-align: center;
    width: 105px;
}

#header .header_closing .btn a {
  display: inline-block;
    margin: 0 5px;
    padding: 12px 5px;
    font-size: 11px;
    line-height: 1.0;
    color: #009fde;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-decoration: none;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 3px 5px #27272721;
    border: 2px solid #009fde;
    border-radius: 5px;
    width: 110px;
}

#header .header_closing .btn2 {
  float: right;
  width: 310px;
}

#header .header_closing .btn2 a {
  display: inline-block;
    margin: 0 5px;
    padding: 12px 5px;
    font-size: 11px;
    line-height: 1.0;
    color: #ffffff;
    letter-spacing: 0.5px;
    font-weight: 300;
    text-decoration: none;
    background: #009fde;
    text-align: center;
    box-shadow: 0 3px 5px #00c9a538;
    border: 1px solid #00000000;
    border-radius: 5px;
    width: 110px;
}

.fade:hover {
  opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=80)';
}

/*---------- contents ----------*/

.inbox {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}

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

/*---------- closing ----------*/


* {
  box-sizing: border-box;
}
body {
  font-size: 14px;
}
.v218_420 {
  width: 100%;
  height: 759px;
  background: url("../images/v218_420.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.v218_421 {
  width: 777px;
  height: 753px;
  background: url("../images/v218_421.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 350px;
  overflow: hidden;
}
.v218_422 {
  width: 100%;
  height: 1px;
  background: rgba(213,220,224,1);
  opacity: 1;
  position: absolute;
  top: 758px;
  left: 15px;
  overflow: hidden;
}
.v218_423 {
  width: 115px;
  color: rgba(0,0,0,1);
  position: absolute;
  top: 80px;
  left: 15px;
  font-family: Meiryo;
  font-weight: Regular;
  font-size: 22px;
  opacity: 1;
  text-align: left;
}
.v218_424 {
  width: 549px;
  color: rgba(0,0,0,1);
  position: absolute;
  top: 113px;
  left: 15px;
  font-family: Noto Sans JP;
  font-weight: Black;
  opacity: 1;
  text-align: left;
}
.v218_425 {
  width: 469px;
  color: rgba(23,23,116,1);
  position: absolute;
  top: 249px;
  left: 15px;
  font-family: Meiryo;
  font-weight: Regular;
  font-size: 24px;
  opacity: 1;
  text-align: left;
}
.v218_426 {
  width: 580px;
  color: rgba(51,51,51,1);
  position: absolute;
  top: 463px;
  left: 0px;
  font-family: Noto Sans JP;
  font-weight: Regular;
  font-size: 16px;
  opacity: 1;
  text-align: left;
}
.v218_427 {
  width: 581px;
  color: rgba(51,51,51,1);
  position: absolute;
  top: 555px;
  left: 0px;
  font-family: Noto Sans JP;
  font-weight: Regular;
  font-size: 16px;
  opacity: 1;
  text-align: left;
}
.v218_428 {
  width: 424px;
  height: 424px;
  background: url("../images/v218_428.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 112px;
  left: 669px;
  overflow: hidden;
}
.v218_429 {
  width: 424px;
  height: 424px;
  background: rgba(232,240,246,1);
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 50%;
}
.v218_430 {
  width: 241px;
  height: 241px;
  background: url("../images/v218_430.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 91px;
  left: 92px;
  overflow: hidden;
}
.v218_431 {
  width: 341px;
  background: url("../images/v218_431.png");
  opacity: 1;
  position: absolute;
  top: 241px;
  left: 0px;
  border: 8px solid rgba(255,255,255,1);
  transform: rotate(-45deg);
}
.v218_432 {
  width: 341px;
  background: url("../images/v218_432.png");
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 8px solid rgba(255,255,255,1);
}
.v218_433 {
  width: 176px;
  height: 176px;
  background: rgba(234,81,81,1);
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 17px;
  border-radius: 50%;
}
.v218_434 {
  width: 176px;
  height: 176px;
  background: rgba(9,179,210,1);
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 233px;
  border-radius: 50%;
}
.v218_435 {
  width: 176px;
  height: 176px;
  background: rgba(249,165,19,1);
  opacity: 1;
  position: absolute;
  top: 247px;
  left: 233px;
  border-radius: 50%;
}
.v218_436 {
  width: 176px;
  height: 176px;
  background: rgba(122,192,23,1);
  opacity: 1;
  position: absolute;
  top: 247px;
  left: 17px;
  border-radius: 50%;
}
.v218_437 {
  width: 392px;
  color: rgba(0,45,206,1);
  position: absolute;
  top: 180px;
  left: 19px;
  font-family: Meiryo;
  font-weight: Bold;
  font-size: 24px;
  opacity: 1;
  text-align: center;
}
.v218_438 {
  width: 176px;
  color: rgba(255,255,255,1);
  position: absolute;
  top: 22px;
  left: 17px;
  font-family: Meiryo;
  font-weight: Regular;
  font-size: 18px;
  opacity: 1;
  text-align: center;
}
.v218_439 {
  width: 176px;
  color: rgba(255,255,255,1);
  position: absolute;
  top: 61px;
  left: 17px;
  font-family: Meiryo;
  font-weight: Bold;
  font-size: 24px;
  opacity: 1;
  text-align: center;
}
.v218_440 {
  width: 176px;
  color: rgba(255,255,255,1);
  position: absolute;
  top: 306px;
  left: 17px;
  font-family: Meiryo;
  font-weight: Bold;
  font-size: 24px;
  opacity: 1;
  text-align: center;
}
.v218_441 {
  width: 176px;
  color: rgba(255,255,255,1);
  position: absolute;
  top: 306px;
  left: 233px;
  font-family: Meiryo;
  font-weight: Bold;
  font-size: 24px;
  opacity: 1;
  text-align: center;
}
.v218_442 {
  width: 176px;
  color: rgba(255,255,255,1);
  position: absolute;
  top: 22px;
  left: 233px;
  font-family: Meiryo;
  font-weight: Bold;
  font-size: 24px;
  opacity: 1;
  text-align: center;
}
.v218_443 {
  width: 176px;
  color: rgba(255,255,255,1);
  position: absolute;
  top: 22px;
  left: 233px;
  font-family: Meiryo;
  font-weight: Regular;
  font-size: 18px;
  opacity: 1;
  text-align: center;
}
.v218_444 {
  width: 176px;
  color: rgba(255,255,255,1);
  position: absolute;
  top: 269px;
  left: 233px;
  font-family: Meiryo;
  font-weight: Regular;
  font-size: 18px;
  opacity: 1;
  text-align: center;
}
.v218_445 {
  width: 176px;
  color: rgba(255,255,255,1);
  position: absolute;
  top: 269px;
  left: 17px;
  font-family: Meiryo;
  font-weight: Regular;
  font-size: 18px;
  opacity: 1;
  text-align: center;
}




.closing {
  border-bottom: 1px solid #e7edf5;
  padding-bottom: 40px;
  background-color: #f4f9ff;
}

.closing dt {
  margin-bottom: 40px;
  padding: 10px 0;
  background-color: #35a9d4;
}

.closing dd {
  padding: 23px 30px 26px;
  border-radius: 4px;
  background-color: #ffffff;
}

.closing ul {
  margin: 0 auto;
  position: relative;
  width: 900px;
  height: 84px;
}

.closing ul.staff:after {
  content: '';
  position: absolute;
  top: -107px;
  background: url(../img/top/i_closing.png);
  right: 13px;
  height: 128px;
  width: 115px;
}

.closing dd p {
  margin-bottom: 2px;
  border-bottom: 1px dotted #666;
  padding-bottom: 11px;
}

.closing_tel {
  padding-bottom: 31px;
  float: left;
}

.closing_tel2 {
  padding-bottom: 5px;
  float: left;
}

.closing_btn {
  padding-top: 0px;
  float: right;
}

.closing_btn2 {
  padding-top: 0px;
  float: right;
  padding-left: 30px;
}

.closing .inbox {
  width: 900px;
}

/*---------- company ----------*/

#company_tl {
  margin-bottom: 60px;
  padding: 36px 0;
}

/*---------- footer ----------*/

#footer_link {
  width: 960px;
  margin: 0 auto 20px;
}

#footer_link li {
  margin-right: 20px;
}

#footer_link li:last-child {
  margin-right: 0;
}

#footer_link li a {
  font-size: 12px;
  line-height: 1.4;
  padding-left: 11px;
  color: #666;
  background: url(../img/common/ico_ar.png) no-repeat left center;
}

#footer_link li a:hover {
  text-decoration: none;
  color: #333;
}

#footer_dsc {
  padding: 8px;
  font-size: 13px;
  text-align: center;
  background-color: #d1def0;
}

#footer .bgbox {
  padding: 20px 0;
  background-color: #fbfbfb;
}

#footer .bgbox .inbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#footer .logo {
  flex-basis: 262;
}

#ssl {
  display: flex;
  justify-content: space-between;
  flex-basis: 270px;
}

#ssl_seal {
  margin-right: 10px;
}

#ssl p {
  color: #333;
  font-size: 10px;
  line-height: 1.4;
}

#copyright {
  padding: 10px 0;
  background-color: #1b5bb2;
}

#copyright p {
  font-size: 12px;
  color: #fff;
}

#copyright_l {
  display: inline-block;
  width: 350px;
}

#copyright_r {
  display: inline-block;
  width: 590px;
  text-align: right;
}

/*---------- modules ----------*/

.tl {
  background-color: #1AAAD8 ;
}

#tm_1 {
  background: url(../img/form/ico_tm_1.png) no-repeat left center;
}

#tm_2 {
  background: url(../img/form/ico_tm_2.png) no-repeat left center;
}

/* 段落 */

.xsmall {
  font-size: 12px;
  line-height: 18px;
}

.small {
  font-size: 16px;
  line-height: 23px;
}

.normal {
  font-size: 18px;
  line-height: 26px;
}

.normal span {
  line-height: 26px;
}

.large {
  font-size: 20px;
  line-height: 30px;
}

.large span {
  line-height: 30px;
}

/* 強調 */

.bold {
  font-weight: bold;
}

/* 赤字 */

.notice {
  color: #d00000;
}

/* レイアウト */

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

.center2 {
  text-align: center;
  margin: 23px;
}

.left {
  float: left;
}

.right {
  text-align: right;
}

.ml20 {
  margin-left: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 0;
  margin-top: 0;
  background-color: #ffffff;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin: 0px 0px;
}

.large mb40 p{
  margin:0 20px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: -30px;
}

.mb80 {
  margin-bottom: 0px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 0px;
}
/*
--------------------------------------------------------------------------------
kakushitag*/

.kakushitag{
  opacity: -1;
  position: absolute;
}


/*
--------------------------------------------------------------------------------
 END OF CSS
--------------------------------------------------------------------------------
*/
