@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: 460px;
  background: url(../images/lp/mv_bg.png) no-repeat center top/cover
}
@media screen and (max-width: 768px) {
  .mv {
    background: url(../images/lp/mv_bg-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: 1280px;
  margin: 0 auto
}
@media screen and (max-width: 768px) {
  .l-section .content {
    width: calc(100% - 30px)
  }
}
.l-section .content .c-label .c-top {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  margin-bottom: 10px;
  -webkit-box-align: center;
  align-items: center
}
.l-section .content .c-label .c-top .l-border {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background: #16a2dd
}
.l-section .content .c-label .c-top .l-text {
  font-size: 16px;
  font-weight: bold
}
.l-section .content .c-label .c-title {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.5
}
@media screen and (max-width: 768px) {
  .l-section .content .c-label .c-title {
    font-size: 26px
  }
}
.l-section .content .c-text__area p {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  text-align: justify;
  letter-spacing: 0.96px
}
.l-section .content .c-text__area .border_line {
  font-weight: bold;
  color: #16a2dd;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(60%, #fcfd9d));
  background: linear-gradient(transparent 50%, #fcfd9d 60%)
}
.l-section .content .c-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}
@media screen and (max-width: 768px) {
  .l-section .content .c-box {
    display: block
  }
}
.l-section .content .c-notice__box {
  padding: 20px;
  border: 1px solid #304993
}
.l-section .content .c-notice__box .notice {
  padding-left: 30px;
  text-indent: -30px
}
.l-section .content .c-notice__box .notice li {
  font-size: 13px;
  color: #333
}
.l-section .content .c-notice__box .notice li b {
  font-weight: bold
}
.l-section__about {
  position: relative;
  padding-top: 50px;
  padding-bottom: 70px;
  background: #fafafb;
  background: linear-gradient(165deg, #fafafb 57%, #fff 50%)
}
.l-section__about .content {
  position: relative
}
.l-section__about .c-label {
  margin-left: 125px
}
@media screen and (max-width: 768px) {
  .l-section__about .c-label {
    margin-left: 0
  }
}
.l-section__about .c-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}
@media screen and (max-width: 768px) {
  .l-section__about .c-box {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit
  }
}
.l-section__about .c-box__Left {
  width: 46.09375%;
  margin-right: -15px;
  margin-left: 60px
}
@media screen and (max-width: 768px) {
  .l-section__about .c-box__Left {
    width: 100%;
    margin-right: 0;
    margin-left: 0
  }
}
.l-section__about .c-box__Right {
  width: 40.625%;
  margin-top: 50px;
  margin-left: 125px
}
@media screen and (max-width: 768px) {
  .l-section__about .c-box__Right {
    width: 100%;
    margin-left: 0
  }
}
.l-section__point {
  padding-bottom: 75px;
  background: url(../images/lp/point_bg.png) no-repeat center top/cover
}
@media screen and (max-width: 768px) {
  .l-section__point {
    padding-bottom: 35px;
    background: url(../images/lp/point_bg-sp.png) no-repeat center top/cover
  }
}
.l-section__point .c-label {
  text-align: center;
  color: #fff
}
.l-section__point .c-label .c-top {
  display: block !important
}
.l-section__point .c-label .c-top .l-border-tate {
  width: 1px;
  height: 60px;
  margin: -30px auto 20px;
  background: #16a2dd
}
.l-section__point .c-label .c-top span {
  display: block
}
.l-section__point .c-box {
  -ms-flex-pack: justify;
  max-width: 80%;
  margin: 55px auto 40px;
  -webkit-box-pack: justify;
  justify-content: space-between
}
@media screen and (max-width: 768px) {
  .l-section__point .c-box {
    max-width: 100%
  }
}
.l-section__point .c-box__Left,
.l-section__point .c-box__Right {
  width: 48.05825%;
  padding: 40px 35px;
  background: #fff
}
@media screen and (max-width: 768px) {
  .l-section__point .c-box__Left,
  .l-section__point .c-box__Right {
    width: 100%;
    padding: 20px 20px
  }
}
@media screen and (max-width: 768px) {
  .l-section__point .c-box__Left {
    margin-bottom: 20px
  }
}
.l-section__point .c-box__title {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 1.44px;
  color: #304993
}
@media screen and (max-width: 768px) {
  .l-section__point .c-box__title {
    font-size: 20px
  }
}
.l-section__point .c-box__title:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  margin: 25px auto 0;
  background: #16a2dd
}
.l-section__point .c-text__area p {
  margin: 20px auto 0 !important
}
.l-section__point .c-text {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff
}
@media screen and (max-width: 768px) {
  .l-section__point .c-text {
    font-size: 17px
  }
}
.l-section__apply {
  position: relative;
  margin-bottom: 30px;
  padding-top: 80px;
  padding-bottom: 120px
}
@media screen and (max-width: 768px) {
  .l-section__apply {
    padding-top: 40px;
    padding-bottom: 60px
  }
}
.l-section__apply:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 95px;
  display: block;
  width: 70%;
  height: 415px;
  background-color: #fafafb
}
@media screen and (max-width: 768px) {
  .l-section__apply:after {
    bottom: 5%;
    width: 93%;
    height: 80%
  }
}
.l-section__apply .c-box {
  width: 100%
}
.l-section__apply .c-box__Left {
  width: 46.875%;
  margin-right: 40px;
  margin-left: -60px
}
@media screen and (max-width: 768px) {
  .l-section__apply .c-box__Left {
    width: 100%
  }
}
.l-section__apply .c-box__Right {
  width: 44.53125%;
  margin-top: 50px
}
@media screen and (max-width: 768px) {
  .l-section__apply .c-box__Right {
    width: 100%;
    margin-top: 35px
  }
}
.l-section__apply .c-box__Right .c-title {
  margin-bottom: 50px
}
@media screen and (max-width: 768px) {
  .l-section__apply .c-box__Right .c-title {
    margin-bottom: 40px
  }
}
.l-section__flow {
  padding-bottom: 80px;
  background: #fafafb
}
@media screen and (max-width: 768px) {
  .l-section__flow {
    padding-bottom: 50px
  }
}
.l-section__flow .c-label {
  position: relative;
  top: -30px;
  text-align: center;
  color: #304993
}
.l-section__flow .c-label .c-top {
  display: block !important
}
.l-section__flow .c-label .c-top .l-border-tate {
  width: 1px;
  height: 60px;
  margin: -30px auto 20px;
  background: #16a2dd
}
.l-section__flow .c-label .c-top span {
  display: block
}
.l-section__flow .c-box__col1 {
  width: 80%;
  margin: 20px auto 80px;
  padding: 50px;
  background: #fff;
  -webkit-box-shadow: 2.5px 4.3px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2.5px 4.3px 20px 0 rgba(0, 0, 0, 0.1)
}
@media screen and (max-width: 768px) {
  .l-section__flow .c-box__col1 {
    width: 100%;
    margin-bottom: 50px;
    padding: 25px 15px
  }
}
.l-section__flow .c-box__col1 .c-box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.l-section__flow .c-box__col1 .c-box .step {
  position: relative;
  width: 27.34375%;
  text-align: left
}
@media screen and (max-width: 768px) {
  .l-section__flow .c-box__col1 .c-box .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    width: 100%;
    -webkit-box-align: center;
    align-items: center
  }
  .l-section__flow .c-box__col1 .c-box .step img {
    width: 100%
  }
  .l-section__flow .c-box__col1 .c-box .step figure {
    width: 50%
  }
}
@media screen and (max-width: 768px) {
  .l-section__flow .c-box__col1 .c-box .step:nth-of-type(1),
  .l-section__flow .c-box__col1 .c-box .step:nth-of-type(2) {
    margin-bottom: 45px
  }
}
.l-section__flow .c-box__col1 .c-box .step p {
  margin-top: 30px;
  font-size: 16px
}
.l-section__flow .c-box__col1 .c-box .step p + p {
  margin-top: 1em
}
@media screen and (max-width: 768px) {
  .l-section__flow .c-box__col1 .c-box .step p {
    width: 45.33333%;
    margin-top: 0;
    margin-left: 15px;
    font-size: 13px
  }
}
.l-section__flow .c-box__col1 .c-box .step p .font-small {
  font-size: 13px
}
.l-section__flow .c-box__col1 .c-box .step p .font-small + .font-small {
  display: inline-block;
  margin-top: 1em
}
.l-section__flow .c-box__col1 .c-box .step p .font-small em {
  font-weight: bold;
  font-style: normal
}
.l-section__flow .c-box__col1 .c-box .step:not(:last-of-type):after {
  content: "";
  position: absolute;
  top: 30%;
  right: -22%;
  display: inline-block;
  width: 30px;
  height: 15px;
  background: url(../images/lp/step-arrow.png) no-repeat center top/cover
}
@media screen and (max-width: 768px) {
  .l-section__flow .c-box__col1 .c-box .step:not(:last-of-type):after {
    top: 105%;
    right: 44%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
  }
}
.l-section__flow .c-form__btn {
  text-align: center
}
.l-section__qa {
  padding-top: 60px;
  padding-bottom: 50px
}
.l-section__qa .c-title {
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #304993
}
@media screen and (max-width: 768px) {
  .l-section__qa .c-title {
    font-size: 26px
  }
}
.l-section__qa .c-title span {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold
}
@media screen and (max-width: 768px) {
  .l-section__qa .c-title span {
    font-size: 18px
  }
}
.l-section__qa .c-box {
  width: 50% !important;
  margin: 50px auto 20px
}
@media screen and (max-width: 768px) {
  .l-section__qa .c-box {
    width: 100% !important;
    margin: 35px auto 20px
  }
}
.l-section__qa .c-qa__btn {
  text-align: center
}
@media screen and (max-width: 768px) {
  .l-section__qa .c-qa__btn {
    width: 78.66667%;
    margin: 0 auto
  }
}
.message {
  width: 800px;
  margin: 0 auto 50px;
  padding: 20px;
  text-align: center;
  border: 1px solid #304993
}
@media screen and (max-width: 768px) {
  .message {
    width: 100%
  }
}
.message strong {
  font-size: 24px;
  font-size: 2.4rem;
  color: #304993
}
/*# sourceMappingURL=../sourcemaps/style.css.map */
