@charset "UTF-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap');


/*-----------
base
-----------*/

*{
  margin:0;
  padding:0;
  border:none;
}

/* Reset Style */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul,
ol,
li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: bottom;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

table {
  font-size: inherit;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

*:focus {
  outline: none;
}

.caution {
	color: #ff0000;
}
.document_request {
	color: #406dab;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

html, body {
  color:#000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: 0.04em;
  -webkit-text-size-adjust:100%;
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -o-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

sup {
  font-size: 60%;
}

a{
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.bold{
  font-weight: 900;
}

@media (hover: hover) {
  a:any-link:hover{
    opacity: 0.6;
  }
}

.pc_nobr{
display: none;
}

.sp_nobr{
}

.inner{
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

html{
  font-size: 62.5%;
}


/*-----------
title_header
-----------*/

#title_header{
  width: 100%;
  height: auto;
  background: #0b3041;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);;
}

#title_header .inner{
  max-width: 1164px;
  display:flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 20px;
  padding-left: 20px;
}

#title_header #page_title{
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

#title_header #page_title a{
  color: #fff;
  text-decoration: none;
}

#title_header #h_nav{
  justify-content:flex-end;
  display:flex;
  font-size: 17px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 16px;
  letter-spacing: 0.05em;
}

#title_header #h_nav li{
  margin: 0 0 0 25px;
}

#title_header #h_nav a{
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding: 0 0 0 28px;
  line-height: 1.1;
}

@media (hover: hover) {
  #title_header #h_nav a:hover{
    opacity: 0.8;
  }
}


/*-----------
footer
-----------*/

footer {
  padding-bottom: 80px;
  background: #1B365D;
  color: #FFF;
}

footer .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 15px 0;
}

footer .inner .footer-upper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

footer .inner .footer-upper .logo {
  margin-top: 10px;
}

footer .inner .footer-upper .company_info {
  font-size: 10px;
}

footer .inner .footer-upper .name {
  font-size: 14px;
  margin: 0 auto 1em 0;
}

footer .inner .copyright {
  text-align: center;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.075em;
}


.pagetop {
  display: none;
  position: fixed;
  bottom: 1em;
  right: 1em;
  margin: 0;
  z-index: 100;
}

.pagetop a {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(97,215,255,0.9) url(../img/arrow_u.svg) no-repeat center 46%;
  text-indent: -9999px;
  offset-anchor: ;
}

@media (hover: hover) {
  .pagetop a:any-link:hover {
    opacity: 1;
    background-color: rgba(97,215,255,1);
  }
}


#fix_footer_btn{
  display: block;
  position: fixed;
  right: 0;
  bottom: 6em;
  z-index: 100;
}

#fix_footer_btn a{
  display: block;
  width: 100%;
  padding: 0px;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  line-height: 1.5;
  background-color: #fff;
  border: solid 1px #000;
  border-radius: 0px;
  box-sizing: border-box;
  transition-duration: 0.3s;
}
#fix_footer_btn a .text_sp {
	display: none;
}
#fix_footer_btn a .text1 {
	font-size: 24px;
	color: #21355c;
	display: block; background-color: #83dbfe;
	text-align: center;
	padding: 15px 10px;
}
#fix_footer_btn a .text2 {
	font-size: 16px;
	font-weight: normal;
	color: #000;
	display: block;
	padding: 0px 40px;
	margin: 10px 0;
	text-align: center;
}
#fix_footer_btn a .bt {
	width: 80%;
	color: #fff;
	display: block; background-color: #21355c;
	text-align: center;
	border-radius: 10px;
	padding: 5%;
	margin: 20px auto 20px;
}

#fix_footer_btn a::before {
   display: none;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFF;
    opacity: 0.3;
}
#fix_footer_btn a:hover::before {
    display: block;
}

.form_check_l {
	display: block; float: left; margin-right: 10px;
}
.form_check_r {
	display: block; float: left;
}


@media (hover: hover) {
  #fix_footer_btn a:any-link:hover {
    opacity: 1;
    /*padding-right: 18px;*/
    /*background-color: rgba(97,215,255,1);*/
  }
}


#text_catch {
	color: #ff0000;
}


@media screen and ( max-width:767px) {

  html, body {
    /* font-size: 15px;
    line-height: 1.85; */
  }

  img {
    width: 100%;
  }

  .pc_nobr{
    display: block;
  }

  .sp_nobr{
    display: none;
  }

  .inner{
    width: 90%;
  }


  /*-----------
  title_header
  -----------*/

  #title_header .inner{
    width: 100%;
    margin: 0 auto 0;
    padding: 0;
    display: block;
    padding-right: 4.2666666667%;
    padding-left: 4.2666666667%;
    box-sizing: border-box;
  }

  #title_header #page_title{
    padding: 3% 0 2%;
    font-size: 18px;
  }

  #title_header #h_nav{
    justify-content:flex-start;
    display:flex;
    flex-wrap:wrap;
    font-size: 15px;
    padding: 0 0 3%;
  }

  #title_header #h_nav li{
    margin: 0;
    width: auto;
  }

  #title_header #h_nav a{
    padding: 0;
    margin-right: 20px;
  }


  /*-----------
  footer
  -----------*/

  footer .inner {
    width: auto;
    padding: 20px 10px;
  }

  footer .inner .footer-upper {
    display: block;
    text-align: center;
    line-height: 1.8;
  }

  footer .inner .footer-upper .logo {
    width: 200px;
    margin: 0 auto 14px;
  }

  footer .inner .footer-upper .logo img {
    width: 100%;
  }

  footer .inner .company_info {
    letter-spacing: normal;
  }

  footer .inner .copyright {
    margin-top: 10px;
    letter-spacing: normal;
  }


  .pagetop {
    bottom: 65px;
    right: 2.5%;
  }
  
  .pagetop a {
    width: 46px;
    height: 46px;
  }


  #fix_footer_btn{
    width: 100%;
    left: 0;
    bottom: 0;
  }
  
  #fix_footer_btn a{
    padding: 7px 0;
    font-size: 19px;
    text-align: center;
    line-height: 36px;
    background: rgba(97,215,255,0.9) url(../img/arrow_r.svg) no-repeat right 4% center;
    background-size: 10px;
    border-radius: 0;
	border: solid 0px;
  }



#fix_footer_btn a .text_sp {
	display: block;
}
#fix_footer_btn a .text1 {
	display: none;
}
#fix_footer_btn a .text2 {
	display: none;
}
#fix_footer_btn a .bt {
	display: none;
}

.form_check_l {
	margin-bottom: 20px;
}
.form_check_r {
	margin-bottom: 20px;
}

}
