@charset "UTF-8";


/*--------------------
  ▼reset
--------------------*/

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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

/*--------------------
  ▲reset
--------------------*/

/*--------------------
  ▼コンテンツここから
--------------------*/
#wrap {
  width: 100%;
  color: #444;
  overflow-x: hidden;
}

.w_header {
  width: 100%;
  border-top: 5px solid #445ca5;
}

header {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.main_img img {
  display: block;
  margin: 10px auto;
  max-width: 234px;
  width: 100%;
}

nav {
  width: 100%;
  background: #445ca5;
  height: 50px;
  border-top: 1px solid #008de4;
  border-bottom: 1px solid #008de4;
  margin-bottom: 10px;
}

nav ul {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 0;
  width: 100%;
}

nav li {
  display: inline-block;
  font-size: 16px;
}

nav a {
  text-decoration: none;
  color: #fff;
  line-height: 50px;
  box-sizing: border-box;
  display: block;
  padding: 0 20px;
  height: 50px;
  border-right: 1px solid #fff;
  transition: all 0.5s;
}

nav li:first-child a {
  border-left: 1px solid #fff;
}

nav a:hover {
  border-bottom: 3px solid #46d562;
  background: #c3e6fc;
  transition: all 0.5s;
  color: #777;
  font-weight: 600;
  transition: all 0.5s;
  box-sizing: border-box;
}

.mkj {
  width: 90%;
  margin: 0 auto 30px;
  background: rgba(68, 92, 165, 0.1);
  border-radius: 10px;
  padding: 10px 20px;
  box-sizing: border-box;
  border: rgba(68, 92, 165, 0.2) 1px solid;
}

.mkj_h {
  margin-bottom: 20px;
  padding: 5px;
  border-bottom: 1px solid rgba(68, 92, 165, 0.3);
}

.mkj_h span {
  float: right;
  font-size: 0.875em;
  cursor: pointer;
}

.mkj_h span:before {
  content: "▲ 目次を閉じる";
}

.mkj_h span.clk:before {
  content: "▼ 目次を開く";
}

.mkj ul.clk {
  height: auto;
  opacity: 1;
  transition: all 0.5s;
}

.mkj ul.clk {
  height: 0;
  opacity: 0;
  transition: all 0.5s;
}

.mkj li {
  margin-bottom: 15px;
}

.mkj a {
  color: #444;
  text-decoration: none;
}

.mkj a:before {
  content: "●";
  margin-right: 5px;
}

.mkj a:hover {
  color: #46d562;
}

#main_contents {
  width: 1200px;
  margin: 0 auto;
}

#main_contents p {
  line-height: 1.7em;
  margin-bottom: 40px;
}

#breadcrumb {
  width: 100%;
  font-size: 80%;
  margin: 0 20px;
}

#breadcrumb ul {
  width: 100%;
  padding: 10px 0;
}

#breadcrumb li {
  display: inline-block;
  margin: 0 5px 0 0;
}

#breadcrumb a {
  text-decoration: none;
  color: #444;
}

#breadcrumb a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0 0 0 5px;
}

#breadcrumb a:hover {
  text-decoration: underline;
  color: #bbb;
}

.main {
  width: 800px;
  margin: 10px 0 40px 30px;
  float: right;
  padding: 20px;
  box-shadow: 0px 0px 2px 1px #ddd;
  box-sizing: border-box;
  border-radius: 6px;
}

.main h1 {
  font-size: 200%;
  margin-bottom: 30px;
  color: #445ca5;
  border-bottom: 1px solid #445ca5;
  padding: 0 0 10px;
  line-height: 1.4em;
}

.main h2 {
  font-size: 150%;
  border: 4px double #fff;
  padding: 15px;
  background: #445ca5;
  margin-bottom: 30px;
  color: #fff;
  line-height: 1.2em;
}

.main h3 {
  font-size: 120%;
  border-left: 10px solid #46d562;
  margin-bottom: 15px;
  padding: 15px;
  line-height: 1.5em;
}

.main h4 {
  font-size: 1.25em;
  padding: 5px 0;
  margin: 0 0 10px;
  border-bottom: 1px solid #ccc;
}

.cont_1 {
  margin-bottom: 40px;
}

.main img {
  max-width: 400px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  margin: 0 auto 40px;
}

.lead {
  width: 95%;
  margin: 0 auto 30px
}

.lead ul {
  list-style: disc inside;
}

.lead li {
  margin: 0 0 20px;
}

.lead_1 {
  border: 1px solid #445ca5;
  border-radius: 10px;
  width: 85%;
  margin: 10px auto 30px;
  padding: 10px 20px;
  background: rgba(68, 92, 165, 0.1);
}

.lead_1 ul {
  line-height: 2em;
  font-weight: bold;
  list-style: disc inside;
}

.lead_2 {
  border: 1px solid #46d562;
  border-radius: 10px;
  width: 85%;
  margin: 10px auto 30px;
  padding: 10px 20px;
  background: rgba(250, 179, 135, 0.1);
}

.lead_2 ol {
  line-height: 2em;
  font-weight: bold;
  list-style-type: decimal;
  list-style-position: inside;
}

.lead_3 {
  width: 90%;
  margin: 0 auto 40px;
}

.lead_3 ul {
  list-style: disc inside;
}

.lead_3 li {
  margin: 0 0 20px;
  line-height: 1.7em;
}

.lead_3 .lead_3_in {
  margin: 0 0 0 10px;
  font-size: 90%;
}

.to_detail {
  text-align: center;
  margin: 0 0 40px;
}

.to_detail a {
  text-decoration: none;
  background: linear-gradient(180deg, #5df57b, #46d562);
  padding: 10px 20px;
  color: #fff;
  border-radius: 4px;
  font-size: 110%;
  transition: all 0.5s;
  display: block;
  line-height: 1.3em;
  width: 60%;
  margin: 20px auto;
}

.to_detail a:hover {
  opacity: 0.7;
  transition: all 0.5s;
}

.in_link {
  text-align: right;
  margin-right: 2%;
}

.in_link a {
  font-size: 1.125em;
  color: #46d562;
  text-decoration: none;
}

.in_link a:before {
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
}

.in_link a:hover {
  color: rgba(70, 213, 98, 0.5);
  transition: all 0.5s;
}

.tbl_1 {
  width: 95%;
  margin: 0 auto 30px;
}

.tbl_1 th,
.tbl_1 td {
  padding: 10px;
  border: 1px solid #ccc;
  line-height: 1.5em;
}

.tbl_1 th {
  background: #ddd;
}

.noth {
  font-size: 120%;
  border-bottom: 1px solid #ccc
}

.noth span {
  border-bottom: 2px solid #de0a00;
  padding: 0 10px;
}

.clm_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0 auto 30px;
}

.clm_case {
  border: 1px solid #445ca5;
  width: 31%;
  margin: 0 1% 30px;
  border-radius: 5px;
}

.clm_list h2 {
  font-size: 100%;
  font-weight: normal;
  padding: 10px;
  border: none;
  box-sizing: border-box;
  margin: 0 0 10px;
}

.clm_list h2 a {
  text-decoration: none;
  text-shadow: 1px 1px 4px #1870a7;
  color: #fff;
}

.clm_list h2 a:hover {
  color: #999;
  text-shadow: 1px 1px 4px #fff;
}

#main_contents .clm_list p {
  font-size: 90%;
  margin: 0 2%;
  margin-bottom: 15px;
}

.clm_link {
  text-align: right;
  margin: 0 2% 10px;
}

.clm_link a {
  font-size: 80%;
  color: #444;
  text-decoration: none;
  line-height: 1.8em;
}

.clm_link a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0 5px 0 0;
}

.clm_link a:hover {
  color: rgba(8, 135, 220, 0.5);
  border-bottom: 1px solid rgba(8, 135, 220, 0.5);
}

.side_contents {
  width: 370px;
  float: left;
  margin: 10px 0 0 0;
  box-shadow: 0px 0px 2px 1px #ddd;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 10px;
}

.main dl {
  margin: 0 0 30px;
}

.main dt {
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.side_contents h2 {
  font-size: 150%;
  padding: 10px;
  color: #445ca5;
  border-bottom: 1px solid #445ca5;
  margin-bottom: 20px;
}

.side_contents li {
  padding: 0 10px;
  border-bottom: 1px dashed #445ca5;
}

.side_contents a {
  color: #444;
  text-decoration: none;
  display: block;
  padding: 10px;
  line-height: 1.5em;
}

.side_contents ul li a:before {
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  margin: 0 5px 0 0;
}

.side_contents a:hover {
  background: rgba(68, 92, 165, 0.2);
  transform: translateX(5px);
  transition: all 0.5s;
}

.side_contents ul li a:before:hover {}

.w_footer {
  clear: both;
  width: 100%;
  text-align: center;
  background: #445ca5;
  padding: 10px 0;
}

footer {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  text-align: center
}

footer ul {
  margin-bottom: 10px;
}

footer li {
  display: inline-block;
}

footer li a {
  color: #fff;
  font-size: 80%;
  padding: 0 10px;
  text-decoration: none;
}

footer li a:hover {
  text-decoration: underline;
  transition: all 0.5s;
}

footer small {
  font-size: 75%;
  color: #eee;
}

.totop {
  border-radius: 5px;
  width: 60px;
  height: 42px;
  padding: 5px;
  display: none;
  box-sizing: border-box;
  position: fixed;
  right: 2%;
  bottom: 15%;
  text-align: center;
  background: rgba(8, 135, 220, 0.5);
}

.totop:hover {
  opacity: 0.5;
  transition: all 0.5s;
}

.totop a {
  font-size: 12px;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
}

.sp_header {
  display: none;
}


/*--------------------
  ▼class
--------------------*/
.emp_1 {
  font-size: 110%;
  color: #000;
}

.emp_2 {
  border-bottom: 1px dashed #ea5a00;
  background: rgba(234, 90, 0, 0.1);
}

.emp_3 {
  font-size: 115%;
  color: #fd2f00;
}

.s_font{
  font-size:85%;
  margin-left: 10px;
}

.fix {
  position: fixed;
}
@media screen and (max-width:1240px) {
  #main_contents{
    margin: 0 2%;
    width: 96%;
    overflow: hidden;
    box-sizing: border-box;
  }
  .main{
    margin: 10px 10px 40px 20px;
  }
  .side_contents{
    width: 280px;
    margin: 10px 0 0 10px;
  }
}

@media screen and (max-width:1200px) {
  nav ul {
    margin: 0 20px;
  }

  .main {
    margin: 20px 10px 40px;
    width:calc(100% - 320px);
  }

  .side_contents {
    width: 280px;
    float: left;
    margin: 20px 0 0 10px;
    box-shadow: 0px 0px 2px 1px #ddd;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 10px;
  }
}

@media screen and (max-width:964px) {
  #main_contents {
    max-width: 964px;
    width: 100%;
    border-top: 1px solid #445ca5;
    margin:0;
  }
  .main{
    width:calc(100% - 40px);
  }

  #breadcrumb {
    margin-top: 10px;
  }

  nav {
    display: none;
  }

  .sp_header {
    display: block;
    position: fixed;
    width: 100%;
    max-width: 280px;
    top: 1%;
    left: 0;
  }

  .drw_btn {
    width: 40px;
    height: 40px;
    border: 1px solid #445ca5;
    border-radius: 5px;
    text-align: center;
    margin: 10px;
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }

  .drw_btn.on {
    border: 1px solid #fff;
  }

  .drw_btn .bar:before {
    content: "\f0c9";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 180%;
    position: absolute;
    top: 7px;
    left: 7px;
    color: #445ca5;
  }

  .bar.on:before {
    content: "\f00d";
    top: 7px;
    left: 9px;
    color: #fff;
  }

  .drw_contents {
    display: none;
    width: 100%;
    padding-top: 70px;
    background: rgba(50, 50, 50, 0.7);
    box-sizing: border-box;
  }

  .drw_contents ul {
    height: 100%;
    overflow-y: auto;
  }

  .drw_contents li {
    border-bottom: 1px dashed #ccc;
  }

  .drw_contents li:first-child {
    border-top: 1px solid #ccc;
  }

  .drw_contents li:last-child {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
  }

  .drw_contents a {
    text-decoration: none;
    color: #fff;
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    line-height: 1.5em;
  }

  .drw_contents a:hover {
    background: #999;
    transition: all 0.4s;
  }

  .drw_cls {
    display: block;
    width: 50%;
    margin: 10px auto;
    color: #fff;
    text-align: center;
    padding: 10px;
    border: 1px solid #eee;
    cursor: pointer;
  }

  .drw_cls:hover {
    background: #999;
  }

  .main {
    width: calc(100% - 40px);
    margin: 20px 20px 40px 20px;
  }

  .side_contents {
    max-width: 904px;
    width: calc(100% - 40px);
    margin: 0 20px 40px;
  }

}

@media screen and (max-width:705px) {
  .clm_list {
    display: block;
  }

  .clm_case {
    display: block;
    max-width: 564px;
    width: 100%;
    margin: 0 auto 30px;
  }

  .main_img img {
    max-width: 120px;
  }
}
@media screen and (max-width:480px){
  .main h1 {
    font-size:150%;
  }
  .main h2 {
    font-size:130%;
  }
}


.type01 {
    table-layout: fixed;
    /* width: 100%; */
    text-align: center;
    margin:0 auto 3rem;
}
table {
    border-collapse: collapse;
    margin-bottom: 3rem;
}
.type01 th {
    text-align: center;
    background: #f5f5f5;
}
.type01 td, .type01 th {
    padding: 8px 10px;
    border: 1px solid #ddd;
    width: 190px;
}
.type01 td {
  text-align: left;
  line-height: 1.5;
}
.txt_red {
  color: #b70006;
  font-weight: 600;
}