@charset "UTF-8";
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html,
body,
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,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent
}
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
  display: block
}
/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}
/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
  max-width: 100%
}
/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll
}
/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {
  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
}
del {
  text-decoration: line-through
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help
}
/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0
}
th {
  font-weight: bold;
  vertical-align: bottom
}
td {
  font-weight: normal;
  vertical-align: top
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}
input,
select {
  vertical-align: middle
}
pre {
  white-space: pre;
  /* CSS2 */white-space: pre-wrap;
  /* CSS 2.1 */white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */word-wrap: break-word/* IE */
}
input[type="radio"] {
  vertical-align: text-bottom
}
input[type="checkbox"] {
  vertical-align: bottom
}
.ie7 input[type="checkbox"] {
  vertical-align: baseline
}
.ie6 input {
  vertical-align: text-bottom
}
select,
input,
textarea {
  font: 99% sans-serif
}
table {
  font-size: inherit;
  font: 100%
}
small {
  font-size: 85%
}
strong {
  font-weight: bold
}
td,
td img {
  vertical-align: top
}
/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative
}
sup {
  top: -0.5em
}
sub {
  bottom: -0.25em
}
/* standardize any monospaced elements */
pre,
code,
kbd,
samp {
  font-family: monospace,sans-serif
}
/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer
}
/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
  margin: 0
}
/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible
}
/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic
}
/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden
}
.clearfix:after {
  clear: both
}
.clearfix {
  zoom: 1
}
html,
body {
  -webkit-text-size-adjust: 100%
}
html {
  font-size: 62.5%
}
body {
  font-family: "Noto Sans CJK JP","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  word-wrap: break-word;
  color: #304993;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased
}
a {
  text-decoration: none;
  color: #d8d8d8;
  outline: none
}
a:hover {
  opacity: .8
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom
}
p {
  color: #333
}
.clearfix:after {
  content: '';
  display: block;
  clear: both
}
.container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto
}
.pc-only {
  display: block
}
.sp-only {
  display: none
}
.pc-inline-only {
  display: inline-block
}
.sp-inline-only {
  display: none
}
.text-center {
  text-align: center
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none
  }
  .sp-only {
    display: block
  }
  .pc-inline-only {
    display: none
  }
  .sp-inline-only {
    display: inline-block
  }
}
.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media screen and (max-width: 768px) {
  .col2 {
    display: block
  }
}
header {
  background: #f5f5f5
}
.head_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.head_pc .head_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.head_pc .head_left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.head_pc .head_left .logo {
  margin-bottom: 5px
}
.head_pc .head_left .logo img {
  width: 134px
}
.head_pc .head_left .logo-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  text-align: left;
  letter-spacing: normal;
  color: #333
}
.head_pc .head_left .logo-text span {
  font-weight: 500
}
.head_pc .head_left .logo-text::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: auto;
  margin: 0 20px;
  background-color: #304993
}
.head_pc .head_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.head_pc .head_right.head-btn a {
  position: relative;
  display: block;
  padding: 13px 40px 13px 25px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  border-radius: 20px;
  background-color: #304993
}
.head_pc .head_right.head-btn a:first-of-type {
  margin-right: 20px
}
.head_pc .head_right.head-btn a:hover {
  opacity: .8
}
.head_pc .head_right.head-btn a.color-blue {
  background-color: #16a2dd
}
.head_pc .head_right.head-btn a:after {
  content: "";
  position: absolute;
  top: 16px;
  right: 20px;
  display: inline-block;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff
}
@media screen and (max-width: 768px) {
  .head_sp {
    position: fixed;
    z-index: 9;
    top: 0;
    right: 0;
    left: 0;
    height: 62px;
    background-color: #fff
  }
  .head_sp .logo {
    float: left;
    width: auto;
    margin: 12px 0 0 12px
  }
  .head_sp .logo a {
    display: block
  }
  .head_sp .logo img {
    width: calc(251px / 2);
    vertical-align: top
  }
  .head_sp .logo span {
    display: block;
    font-size: 10px;
    font-weight: bold;
    color: #333
  }
  .head_sp .menu-btn {
    position: absolute;
    top: 11px;
    right: 14px;
    width: 40px;
    height: 40px
  }
  .nav_sp {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 320px;
    padding: 12px 20px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background: rgba(51, 51, 51, 0.5)
  }
  .nav_sp.is-visible {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  .nav_sp ul {
    padding: 60px 20px 25px;
    border-radius: 12px;
    background-color: #fff
  }
  .nav_sp ul li {
    margin-bottom: 10px
  }
  .nav_sp ul li:last-of-type {
    margin-bottom: 0
  }
  .nav_sp ul li:last-of-type a {
    background: #16a2dd url(../images/ico_arrow_right.png) no-repeat 95% 50%;
    background-size: 6px 10px
  }
  .nav_sp ul li a {
    display: block;
    padding: 15px;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 44px;
    background: #005592 url(../images/ico_arrow_right.png) no-repeat 95% 50%;
    background-size: 6px 10px
  }
  .nav_logo_btn {
    position: absolute;
    top: 25px;
    left: 45px;
    width: 33.33333%
  }
  .nav_close_btn {
    position: absolute;
    top: 30px;
    right: 40px;
    width: 12px;
    height: 12px;
    background: url(../images/menu-close-btn.png) no-repeat 50% 50%
  }
}
.mv {
  position: relative;
  max-width: 1280px;
  height: 300px;
  margin: 40px auto 0;
  text-align: center;
  color: #fff;
  background: url(../images/form/mv.png) no-repeat center top;
  background-size: cover
}
@media screen and (max-width: 768px) {
  .mv {
    height: 225px;
    margin-top: 62px;
    background: url(../images/form/mv_sp.png) no-repeat center top
  }
}
.mv-container {
  position: relative;
  height: 100%
}
.mv-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */transform: translate(-50%, -50%)
}
@media screen and (max-width: 768px) {
  .mv-title {
    width: 60.93333%
  }
}
/*----------------↓foooter_st↓-------------------------------------*/
footer {
  position: relative;
  width: 100%;
  background: #313131
}
footer .container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0
}
footer .container ul {
  float: left;
  font-size: 12px
}
footer .container ul li {
  float: left;
  font-weight: bold
}
footer .container ul li a {
  text-decoration: none;
  color: #fff
}
footer .container ul li.footer_li01 {
  padding-right: 16px;
  border-right: solid 1px #fff
}
footer .container ul li.footer_li02 {
  padding-right: 16px;
  padding-left: 16px;
  border-right: solid 1px #fff
}
footer .container ul li.footer_li03 {
  padding-right: 16px;
  padding-left: 16px;
  border-right: solid 1px #fff
}
footer .container ul li.footer_li04 {
  padding-left: 16px
}
footer .container ul:after {
  content: " ";
  display: block;
  clear: both
}
footer .container small {
  float: right;
  font-size: 10px;
  font-weight: bold;
  color: #fff
}
footer .container:after {
  content: " ";
  display: block;
  clear: both
}
.flex_nw_topi li:last-child {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  background: #fff;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.flex_nw_topi li:last-child a {
  position: relative;
  padding: 14px;
  font-size: 8px;
  font-size: 0.8rem
}
.flex_nw_topi li:last-child a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-radius: 50%;
  background: #0e3081
}
.flex_nw_topi li:last-child a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  width: 3px;
  height: 3px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff
}
li.kyoto_img {
  width: 333px
}
li.kyoto_img02 {
  width: 666px
}
.kyoto_img img {
  width: 100%;
  height: auto
}
/*----------------↑footer_end↑-------------------------------------*/
/*----------------↓sp_st↓-------------------------------------*/
@media screen and (max-width: 768px) {
  .natation_pc {
    display: none !important
  }
  .copy_wrap01 small {
    font-size: 10px
  }
  .btn_topagetop01_wrap {
    position: relative
  }
  .btn_topagetop01 {
    position: fixed;
    right: 16px;
    bottom: 75px;
    display: block;
    width: 46px;
    height: 46px;
    background: url(../images/btn_topagetop_01.png) no-repeat 50% 50%;
    background-size: 46px 46px
  }
  .foot_wrap01 {
    padding: 15px 0;
    color: #fff;
    background-color: #333
  }
  .flex_footer_wrap01_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .flex_footer_wrap01_sp li {
    width: 43%;
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 13px
  }
  .copy_wrap01 {
    margin-left: 20px;
    text-align: left;
    color: #fff
  }
  .foot_wrap01 ul li a {
    font-weight: bold;
    text-decoration: none
  }
}
@media print,
screen and (min-width: 769px) {
  .natation_sp {
    display: none !important
  }
  footer .container ul li.footer_li01 {
    padding-right: 16px;
    border-right: solid 1px #fff
  }
  footer .container ul li a {
    text-decoration: none;
    color: #fff
  }
  footer .container ul {
    float: left;
    font-size: 12px;
    line-height: 1
  }
}
.mv {
  position: relative;
  height: 300px;
  background: url(../images/form/mv.png) no-repeat center top/cover
}
@media screen and (max-width: 768px) {
  .mv {
    background: url(../images/form/mv_sp.png) no-repeat center top/cover
  }
}
.mv .title {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 150px;
  margin-left: 7.8125%
}
@media screen and (max-width: 768px) {
  .mv .title {
    width: 81.33333%;
    margin-top: 40px;
    margin-left: 2%
  }
}
.mv .scroll {
  position: absolute;
  top: 78%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto
}
.mv .scroll span {
  position: relative
}
@-webkit-keyframes arrow-move {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0
  }
  50% {
    opacity: 1
  }
  100% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
    opacity: 0
  }
}
@keyframes arrow-move {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0
  }
  50% {
    opacity: 1
  }
  100% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
    opacity: 0
  }
}
.l-section .font-small {
  font-size: 14px
}
.l-section .content {
  position: relative;
  width: 100%;
  max-width: calc(860px + 30px);
  margin: 0 auto
}
@media screen and (max-width: 768px) {
  .l-section .content {
    max-width: 100%
  }
}
.l-section .content .tokusyou__lists {
  padding: 50px 80px
}
@media screen and (max-width: 768px) {
  .l-section .content .tokusyou__lists {
    padding: 50px 20px
  }
}
.l-section .content .tokusyou__lists dt {
  margin-bottom: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  border-bottom: 1px solid #304993
}
@media screen and (max-width: 768px) {
  .l-section .content .tokusyou__lists dt {
    font-size: 14px;
    font-size: 1.4rem
  }
}
.l-section .content .tokusyou__lists dt span {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: bold
}
.l-section .content .tokusyou__lists dd {
  margin-bottom: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333
}
@media screen and (max-width: 768px) {
  .l-section .content .tokusyou__lists dd {
    font-size: 14px;
    font-size: 1.4rem
  }
}
.l-section .content .tokusyou__lists dd span {
  font-size: 12px;
  font-size: 1.2rem
}
.l-section .content .tokusyou__lists dd a {
  color: #333
}
/*# sourceMappingURL=../sourcemaps/tokushoho.css.map */
