@charset "UTF-8";
/* **************************
  footer
************************** */
.ftr {
  background: #002874;
  margin-top: 90px;
}

.ftr_inr {
  max-width: 750px;
  margin: 0 auto;
}

.ftr a,
.ftr a:link,
.ftr a:visited,
.ftr p {
  color: #fff;
}

.ftr_sns {
  padding-top: 35px;
}

.ftr_sns_lst {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ftr_sns_item a {
  font-size: 3.5rem;
}

.ftr_sns_item:last-child {
  margin-left: 45px;
}

.ftr_nav_lnk {
  padding-top: 35px;
}

.ftr_nav_lnk_lst {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-bottom: 1px solid #3e6196;
}

.ftr_nav_lnk_item {
  border-top: 1px solid #3e6196;
  padding: 20px 0;
  width: 50%;
  text-align: center;
}

.ftr_nav_lnk_item a {
  font-size: 1.3rem;
  text-decoration: none;
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: normal;
}

.ftr_nav_lnk_item:nth-child(1), .ftr_nav_lnk_item:nth-child(3) {
  border-right: 1px solid #3e6196;
}

.ftr_copylight {
  padding: 25px 0;
  text-align: center;
}

.ftr_copylight p {
  font-size: 1.1rem;
  font-family: 'plantin', serif;
  font-weight: normal;
}

.topBtn {
  position: fixed;
  bottom: 70px;
  right: 20px;
  display: block;
  color: #fff;
  background: #d2d2d2;
  text-decoration: none;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 22px;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.topBtn:before {
  content: "";
  background: url(../images/gotop_arrow.png) no-repeat;
  background-size: 20px 11px;
  width: 20px;
  height: 11px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/*
  ##### SITE NAME #####

  [Base]
  - Reset
  - Init
  [Layout]
  - Container
  - Header
  - Content
  - Footer
  [Module]

*/
/* =========================================================
[Base]
========================================================= */
/* --------------------------------------------------
  0. Reset
-------------------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
p,
blockquote,
th,
td,
form,
fieldset,
legend {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
}

div {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  line-height: 1.2;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

caption,
th,
td {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}

fieldset {
  border: none;
}

input,
textarea,
select,
label {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: middle;
}

label {
  cursor: pointer;
}

textarea {
  overflow: auto;
}

/* --------------------------------------------------
  1. Init
-------------------------------------------------- */
img {
  border: none;
  vertical-align: bottom;
}

object {
  vertical-align: middle;
  outline: none;
}

em,
strong {
  font-weight: bold;
  font-style: normal;
}

small {
  font-size: 100%;
}

abbr,
acronym {
  border: none;
  font-variant: normal;
}

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

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

code,
pre {
  font-family: monospace;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: normal;
}

/* =========================================================
[Layout]
========================================================= */
/* //////////////////////////////////////////////////
[Layout]
////////////////////////////////////////////////// */
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  color: #333333;
  font-size: 1.0rem;
  line-height: 1.6;
  font-family: 'Noto Serif JP', sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-print-color-adjust: exact;
}

a:link,
a:visited {
  color: #17589e;
  text-decoration: underline;
}

a:hover,
a:active {
  text-decoration: none;
}

/* --------------------------------------------------
  Container
-------------------------------------------------- */
.container {
  overflow: hidden;
  margin: 0 auto;
}


/* =============================================================================
 fadeIn style
============================================================================= */

/*
main .m {
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  -webkit-transform: translate(0, 6px);
  transform: translate(0, 6px);
  opacity: 0;
}
  main .m.fadein {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}
*/
