@charset "utf-8";

/*cssのリセット*/
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, sup, 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 {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
		color:#2d95cb;
}

ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}

mark {
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-color: #fff;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

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

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

/*サイト全体の基準となるCSSを記述*/
html {
  font-size: 16px;
}

body {
  /*フォントの指定*/
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans Japanese', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  /*行間の指定*/
  line-height: 1.6;
  margin: 0;
  padding: 0;
  /*サイトのデフォルトとなる文字の色を指定*/
  color: #333;
}

/*見出しを全て太字で表示 + 文字色を黒に*/
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 900px){
.pc{
display: block;
}

.sp{
display: none;
visibility: hidden;
}

/******* contents *******/
header{
    max-width: 1900px;
    margin: 0 auto 2rem auto;
    display: flex;
    border-bottom: 5px solid #2d95cb;
}

#logo{
margin: 2%;
width: 100%;
}

nav {
    width: 80%;
    max-width: 500px;
    position: absolute;
    right: 2%;
    margin-top: 5rem;
}

.menu{
display: inline-flex;
width: 33%;
float: left;
}

#items{
width: 90%;
max-width: 1880px;
margin: 3% auto;
text-align: center;
}

#items ul{
display: flex;
list-style: none;
}

#items ol{
display: flex;
list-style: none;
margin-bottom: 3rem;
}

#items ul li{
width: 21%;
padding: 0 2%;
}

#copy{
width:100%; 
margin: 3rem auto;
text-align: center;
font-size:1.1rem;
}

.h1_ttl{
    border: 2px solid #2d95cb;
    padding: 2%;
    font-size: 1.6rem;
    color: #2d95cb;
}

.h2_ttl {
  clear: both;
    padding: 1% 2%;
    border-left: 8px solid #333787;
    font-size: 1.4rem;
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.h3_ttl{
  font-size: 1.8rem;
  line-height: 1.2;
  color: #383892;
  margin: 3% 0 1% 0;
  font-weight: normal;
}

.h4_ttl{
  font-size: 1.4rem;
  line-height: 1.2;
  color: #383892;
  font-weight: normal;
  margin: 1rem 0 0.5rem 0;
}

.tri{
  width: 600px;
  color: #383892;
    font-size: 1.4rem;
    text-align: center;
}

article p{
  line-height: 160%;
}

#main{
    width: 900px;
    margin: 0 auto;
}

.info{
clear: both;
width: 900px;
list-style: none;
overflow:hidden;
}

.tbl_ttl {
    width: 135px;
    font-weight: bold;
    color: #383892;
    display: block!important;
    clear: both;
    float: left;
    line-height: 2rem;
    text-align: right;
}

.tbl_txt {
    width: 500px;
    float: left;
    line-height: 2rem;
    text-align: left;
}
.access_pic{
  float: left;
  margin-right: 0.5%;
    }
}

@media screen and (max-width: 899px){
.pc{
display: none;
visibility: hidden;
}

.sp{
display: block;
}

/******* contents *******/
header{
    width: 100%;
    margin: 0 auto 2rem auto;
    display: flex;
    border-bottom: 5px solid #2d95cb;
}

#logo{
margin: 2%;
width: 100%;
}

nav {
    width: 90%;
    position: absolute;
    right: 2%;
    margin-top: 0;
}

.menu{
display: inline-flex;
width: 33%;
float: left;
}

#items{
width: 96%;
margin: 3% auto;
text-align: center;
}

#items ul{
display: flex;
list-style: none;
}

#items ol{
display: flex;
list-style: none;
margin-bottom: 3rem;
}

#items ul li{
width: 46%;
padding: 0 2%;
}
#copy {
    width: 100%;
    margin: 3rem auto;
    text-align: center;
    font-size: 0.9rem;    
}

.info{
clear: both;
width: 96%;
margin: 0 auto;
list-style: none;
overflow:hidden;
}

.h1_ttl{
  width: 92%;
  margin: 0 auto;
    border: 2px solid #2d95cb;
    padding: 2%;
    font-size: 1.4rem;
    color: #2d95cb;
}

.h2_ttl {
  clear: both;
  width: 90%;
    padding: 1% 2%;
    border-left: 8px solid #333787;
    font-size: 1.4rem;
    margin: 2rem auto 1rem auto;
}

.h3_ttl{
  width: 98%;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #383892;
  margin: 6% 0 1% 0;
  font-weight: normal;
}

.h4_ttl{
  font-size: 1.4rem;
  line-height: 1.2;
  color: #383892;
  font-weight: normal;
  margin: 1rem 0 0.5rem 0;
}

.tbl_ttl {
    width: 98%;
    font-weight: bold;
    color: #383892;
    display: block!important;
    clear: both;
    line-height: 2rem;
    text-align: left;
}

.tbl_txt {
    width: 98%;
    line-height: 1.4rem;
    text-align: left;
    margin: 0 auto 1rem auto;
}
.access_pic{
margin: 0 auto;
    width: 96%;
    text-align: center;
}
.flow{
  width: 96%;
  margin: 0 auto;
}

}

.clear{clear: both;}
.mt3{
margin-top: 3%;
}

.mt6{
margin-top: 6%;
}

.mt12{
margin-top: 12%;
}

.mt20{
margin-top: 20%;
}

.mt32{
margin-top: 32%;
}


table {
    margin: 0 0 1.5em;
    width: 100%;
}

th{
  text-align: center;
  background-color: #aaaaaa;
  color: #fff;
  border: 1px solid #eaeaea;
  padding: 1%;
  font-weight: normal;
}

.lankA{
  vertical-align: middle;
  background-color: #dbbdff;
  border: 1px solid #eaeaea;
  padding: 1%;
}

.lankB{
  vertical-align: middle;
  background-color: #e2d1ff;
  border: 1px solid #eaeaea;
  padding: 1%;
}

.lankC{
  vertical-align: middle;
  background-color: #f5ebff;
  border: 1px solid #eaeaea;
  padding: 1%;
}

input[type="text"], input[type="email"], input[type="password"], input[type="url"], textarea {
    padding: 1%;
    border: 1px solid #eaeaea;
    line-height: 20px;
    width: 95%;
    margin: 0 0 30px;
    background-color: #f8f8f8;
    border-radius: 3px;
}

input[type="submit"] {
    margin-bottom: 30px;
    padding: 10px 20px;
    background-color: #383892;
    border: 0px;
    -webkit-transition: background-color 0.3s linear 0s;
    transition: background-color 0.3s linear 0s;
    border-radius: 3px;
    font-size: 18px;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    cursor: pointer;
    display: inline-block;
    color: #ffffff;
}

.cau{color:#ff0000;}

.pr{
  float: right;
  margin-left: 1%;
  width: 30%;
}

.pr img{
  border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
}