@charset "utf-8";


/* CSS Document */

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: justify;
  word-wrap: break-word;
  letter-spacing: 0.05em;
}

html,
body {
  margin: 0;
  padding: 0;
  font-size: 12pt;
  line-height: 1.5;
  color: #333333;
  font-family: "Hiragino Kaku Gothic Pro";
  background-image: url(../img/background.gif);
  background-repeat: repeat;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

.clear {
  clear: both;
}

a img {
  border-style: none;
}

a:link {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #84022d;
}

header {
  background-color: #fff;
  width: 100%;
  height: 80px;
  border-bottom: 3px solid #05056a;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .26);
  z-index: 1;
  overflow: hidden;
}

.header_area {
  margin: 0 auto;
  width: 100%;
  height: 100px;
}

.logo {
  float: left;
  width: 40%;
  margin: 10px 0px 0px 10px;
}

.logo img {
  width: 100%;
  max-width: 200px;
}



/*navi*/

.hamburger {
  display: block;
  position: fixed;
  z-index: 15;
  right: 13px;
  top: 12px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 30px;
}



/* ナビ開いてる時のボタン */

.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  color: #333;
  background: #fff;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
}

nav.globalMenuSp ul {
  background: #eee;
  margin: 0 auto;
  padding-top: 20px;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

nav.globalMenuSp ul li:hover {
  background: #84022d;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #333;
  padding: 4px 40px;
  text-decoration: none;
}

nav.globalMenuSp ul li.m1 {
  color: #05056a;
  padding: 5px 20px;
}

nav.globalMenuSp ul li.m2 {
  color: #84022d;
  padding: 5px 20px;
}

nav.globalMenuSp ul li.m3 {
  color: #075101;
  padding: 5px 20px;
}

nav.globalMenuSp ul li.m5 {
  background-image: url(../img/point1.gif);
  background-repeat: no-repeat;
  background-position: 5% 30%;
  padding-bottom: 10px;
}



/* このクラスを、jQueryで付与・削除する */

nav.globalMenuSp.active {
  transform: translateX(50%);
}

#main {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding-top: 20px;
  flex: 1;
  overflow: hidden;
  position: relative;
  padding-bottom: 120px;
}

hr {
  width: 98%;
  margin: 40px auto;
  clear: both;
}

h1 {
  color: #666;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 180%;
}

h2 {
  color: #05056a;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 180%;
}

h3 {
  color: #84022d;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 180%;
}

h4 {
  color: #075101;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 180%;
}
h5 {
	color: #666;
  margin-left: 5%;
  margin-top:20px;
  font-size: 140%;
  font-style: italic;
}

h1#Intro {
  color: #666;
  margin: 20px 0px 10px 10px;
  font-size: 120%;
}

h2#hakkou_touroku,
h2#hakkou_kensaku,
h2#hakkou_sakujo {
  color: #05056a;
  margin: 20px 0px 10px 10px;
  font-size: 120%;
}

h2#juryou_touroku,
h2#juryou_kensaku,
h2#juryou_sakujo {
  color: #84022d;
  margin: 20px 0px 10px 10px;
  font-size: 120%;
}

h2#sonota_touroku,
h2#sonota_kensaku,
h2#sonota_sakujo {
  color: #075101;
  margin: 20px 0px 10px 10px;
  font-size: 120%;
}

h2#tool,
h2#sakujo,
h2#system,
h2#qa1,
h2#qa2,
h2#qa3,
h2#qa4,
h2#qa5 {
  color: #666;
  margin: 20px 0px 10px 10px;
  font-size: 120%;
}

p a:link,
.contact a:link {
  color: #00F;
}

p a:hover,
.contact a:hover {
  color: #84022d;
}

.twin,
.r38 {
  margin: 10px auto;
  text-align: center;
  font-size: 90%;
  width: 90%;
}

.twin img,
.r38 img {
  width: 100%;
  max-width: 380px;
  border: solid thin #ccc;
}

.l170 {
  margin: 10px auto;
  width: 170px;
}

.l170 img {
  width: 100%;
  max-width: 170px;
}

.l170 a:hover {
  position: relative;
  top: 2px;
  left: 2px;
}

.contact {
  width: 95%;
  padding: 10px;
  border: 3px double #79cfe2;
  margin-top: 20px;
}

.arrow {
  margin: 10px auto;
  margin-top: 10px;
  margin-left: auto;
  text-align: center;
  font-size: 180%;
  color: #A20051;
}

#memo_point {
  margin: 10px 0px 0px 20px;
}

p.memo {
  width: 90%;
  border: 3px double #ccc;
  margin: 0 auto;
  text-align: left;
  padding: 10px;
}

.btn_wrap {
  width: 100%;
  height: auto;
}

.btn_box1 {
  width: 95%;
  margin: 10px auto;
  border: 2px solid #05056a;
  border-radius: 12px;
  padding-bottom: 20px;
}

.btn_box2 {
  width: 95%;
  margin: 10px auto;
  border: 2px solid #84022d;
  border-radius: 12px;
  padding-bottom: 20px;
}

.btn_box3 {
  width: 95%;
  margin: 10px auto;
  border: 2px solid #075101;
  border-radius: 12px;
  padding-bottom: 20px;
}

.tool_box1 {
  width: 95%;
  margin: 10px auto;
  border: 2px solid #ccc;
  border-radius: 12px;
  padding-bottom: 20px;
}

.tool_box2 {
  display: none;
  width: 95%;
  margin: 10px auto;
  border: 2px solid #fff;
  border-radius: 12px;
  padding-bottom: 20px;
}

p.title1 {
  font-size: 110%;
  color: #05056a;
  margin: 10px 0px 0px 10px;
}

p.title2 {
  font-size: 110%;
  color: #84022d;
  margin: 10px 0px 0px 10px;
}

p.title3 {
  font-size: 110%;
  color: #075101;
  margin: 10px 0px 0px 10px;
}

p.title4 {
  font-size: 110%;
  color: #666;
  margin: 10px 0px 0px 10px;
}

.btn2 {
  background-color: #539cff;
  color: #fff;
  width: 60%;
  height: 40px;
  border-radius: 6px;
  border: thin solid #05056a;
  text-align: center;
  font-size: 120%;
  margin: 20px 20%;
  cursor: pointer;
  max-width: 180px;
}

.btn1 {
  background-color: #D8D8D8;
  color: #333333;
  width: 60%;
  height: 40px;
  border-radius: 6px;
  border: thin solid #05056a;
  text-align: center;
  font-size: 120%;
  margin: 20px 20%;
  cursor: pointer;
  max-width: 180px;
}

.btn3 {
  background-color: #ab7b9a;
  color: #fff;
  width: 60%;
  height: 40px;
  border-radius: 6px;
  border: thin solid #84022d;
  text-align: center;
  font-size: 120%;
  margin: 20px 20%;
  cursor: pointer;
  max-width: 180px;
}

.btn4 {
  background-color: #3db04a;
  color: #fff;
  width: 60%;
  height: 40px;
  border-radius: 6px;
  border: thin solid #075101;
  text-align: center;
  font-size: 120%;
  margin: 20px 20%;
  cursor: pointer;
  max-width: 180px;
}

.btn5 {
  text-align: center;
  padding: 4px;
  background-color: lightyellow;
}

.btn13 {
  background-color: #D8D8D8;
  color: #333;
  width: 60%;
  height: 40px;
  border-radius: 6px;
  border: thin solid #84022d;
  text-align: center;
  font-size: 120%;
  margin: 20px 20%;
  cursor: pointer;
  max-width: 180px;
}

.btn14 {
  background-color: #D8D8D8;
  color: #333;
  width: 60%;
  height: 40px;
  border-radius: 6px;
  border: thin solid #075101;
  text-align: center;
  font-size: 120%;
  margin: 20px 20%;
  cursor: pointer;
  max-width: 180px;
}

p {
  margin: 10px;
}

.tool {
  float: right;
  bottom: 20px;
  right: 20px;
  position: absolute;
}

p span.line {
  text-decoration: underline;
}
p.manual {
	margin: 20px 20%;
}

.btn15 {
  background-color: #D8D8D8;
  background-image: url(../img/settings.png);
  background-repeat: no-repeat;
  background-position: 5%;
  padding-left: 10px;
  color: #333;
  width: 180px;
  height: 40px;
  border-radius: 6px;
  border: thin solid #666666;
  text-align: center;
  font-size: 120%;
  margin: 20px;
  cursor: pointer;
}

.btn12 {
  background-color: #539cff;
  color: #fff;
  width: 180px;
  border-radius: 6px;
  border: thin solid #05056a;
  text-align: center;
  font-size: 120%;
  cursor: pointer;
}

.btn11 {
  background-color: #D8D8D8;
  color: #333333;
  width: 180px;
  border-radius: 6px;
  border: thin solid #05056a;
  text-align: center;
  font-size: 120%;
  cursor: pointer;
}

.btn23 {
  background-color: #ab7b9a;
  color: #fff;
  width: 180px;
  border-radius: 6px;
  border: thin solid #84022d;
  text-align: center;
  font-size: 120%;
  cursor: pointer;
}

.btn21 {
  background-color: #D8D8D8;
  color: #333333;
  width: 180px;
  border-radius: 6px;
  border: thin solid #84022d;
  text-align: center;
  font-size: 120%;
  cursor: pointer;
}

.btn34 {
  background-color: #3db04a;
  color: #fff;
  width: 180px;
  border-radius: 6px;
  border: thin solid #075101;
  text-align: center;
  font-size: 120%;
  cursor: pointer;
}

.btn31 {
  background-color: #D8D8D8;
  color: #333333;
  width: 180px;
  border-radius: 6px;
  border: thin solid #075101;
  text-align: center;
  font-size: 120%;
  cursor: pointer;
}

.btn41 {
  background-color: #808080;
  color: #fff;
  width: 180px;
  border-radius: 6px;
  border: thin solid #666;
  text-align: center;
  font-size: 120%;
  cursor: pointer;
}

.btn42 {
  background-color: #D8D8D8;
  color: #333333;
  width: 180px;
  border-radius: 6px;
  border: thin solid #999;
  text-align: center;
  font-size: 120%;
  cursor: pointer;
}

.btn52 {
  background-color: #808080;
  color: #fff;
  width: 60%;
  height: 40px;
  border-radius: 6px;
  border: thin solid #666;
  text-align: center;
  font-size: 120%;
  margin: 20px 20%;
  cursor: pointer;
  max-width: 180px;
}

.btn51 {
  background-color: #D8D8D8;
  color: #333333;
  width: 60%;
  height: 40px;
  border-radius: 6px;
  border: thin solid #999;
  text-align: center;
  font-size: 120%;
  margin: 20px 20%;
  cursor: pointer;
  max-width: 180px;
}

.btn2:hover,
.btn1:hover,
.btn3:hover,
.btn4:hover,
.btn5:hover,
.btn11:hover,
.btn12:hover,
.btn13:hover,
.btn14:hover,
.btn15:hover,
.btn21:hover,
.btn23:hover,
.btn31:hover,
.btn34:hover,
.btn41:hover,
.btn42:hover,
.btn51:hover,
.btn52:hover {
  opacity: 0.6;
  transition: background-color 0.6s ease 0s;
}


.menu_box {
  display: none;
}

.main_box {
  width: 100%;
  height: 100%;
}

select.cmb {
  padding: 4px;
  height: 30px;
}

input {
  padding: 4px;
  height: 30px;
  margin-bottom: 5px;
}

table.table1,
table.table2,
table.table3,
table.table4 {
  margin-left: 20px;
  width: 90%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

table.table1 th span,
table.table2 th span,
table.table3 th span,
table.table4 th span {
  color: #F00;
}

table.table1 th {
  width: 20%;
  padding: 0px;
  border-bottom: 1px solid #999;
}

table.table1 td {
  width: 80%;
  padding: 10px;
  border-bottom: 1px solid #999;
  text-align: left;
}

table.table2 th {
  width: 20%;
  padding: 0px;
  border-bottom: 1px solid #05056a;
}

table.table2 td {
  width: 80%;
  padding: 10px;
  border-bottom: 1px solid #05056a;
  text-align: left;
}

table.table3 th {
  width: 20%;
  padding: 0px;
  border-bottom: 1px solid #84022d;
}

table.table3 td {
  width: 80%;
  padding: 10px;
  border-bottom: 1px solid #84022d;
  text-align: left;
}

table.table4 th {
  width: 20%;
  padding: 0px;
  border-bottom: 1px solid #075101;
}

table.table4 td {
  width: 80%;
  padding: 10px;
  border-bottom: 1px solid #075101;
  text-align: left;
}
table.table5 {
	width: 99%;
	border-collapse: collapse;
    border: 2px solid #999;
	margin: 20px auto;
}
table.table5 th,
table.table5 td {
    border: 1px solid #999;
	padding: 5px;
	font-size: 90%;
}
table.table5 th.t1 {
	color: #fff;
	background-color: #ccc;
}



/* 「通常表示」用の装飾 12*/

table.table12.large-only {
  border: 2px solid #05056a;
  border-collapse: collapse;
  width: 99%;
  margin-top: 20px;
  table-layout: fixed;
  font-size: 90%;
}

table.table12.large-only th {
  border-width: 2px 1px 3px 1px;
  border-style: solid dashed double dashed;
  border-color: #05056a;
  padding: 0.3em;
  background-color: #CAE6FD;
  font-size: 90%;
}

table.table12.large-only td {
  border-width: 1px;
  border-style: solid dashed;
  border-color: #05056a;
  padding: 0.3em;
}

table.table12.large-only th:nth-child(n+7),
table.table12.large-only td:nth-child(n+7) {
  text-align: center;
  width: 8%;
}


/* 「展開表示」用の装飾 12*/

table.table12.small-only {
  border-collapse: collapse;
  width: 96%;
  margin: 10px auto;
  font-size: 90%;
}

table.table12.small-only th {
  border-bottom: 1px solid #05056a;
  font-size: 90%;
}

table.table12.small-only td {
  padding: 0.3em;
}


/* 「通常表示」用の装飾 13*/

table.table13.large-only {
  border: 2px solid #84022d;
  border-collapse: collapse;
  width: 99%;
  margin-top: 20px;
  table-layout: fixed;
  font-size: 90%;
}

table.table13.large-only th {
  border-width: 2px 1px 3px 1px;
  border-style: solid dashed double dashed;
  border-color: #84022d;
  padding: 0.3em;
  background-color: #ab7b9a;
  font-size: 90%;
}

table.table13.large-only td {
  border-width: 1px;
  border-style: solid dashed;
  border-color: #84022d;
  padding: 0.3em;
}

table.table13.large-only th:nth-child(n+7),
table.table13.large-only td:nth-child(n+7) {
  text-align: center;
  width: 8%;
}


/* 「展開表示」用の装飾 13*/

table.table13.small-only {
  border-collapse: collapse;
  width: 96%;
  margin: 10px auto;
  font-size: 90%;
}

table.table13.small-only th {
  border-bottom: 1px solid #84022d;
  font-size: 90%;
}

table.table13.small-only td {
  padding: 0.3em;
}


/* 「通常表示」用の装飾 14*/

table.table14.large-only {
  border: 2px solid #075101;
  border-collapse: collapse;
  width: 99%;
  margin-top: 20px;
  table-layout: fixed;
  font-size: 90%;
}

table.table14.large-only th {
  border-width: 2px 1px 3px 1px;
  border-style: solid dashed double dashed;
  border-color: #075101;
  padding: 0.3em;
  background-color: #62d962;
  font-size: 90%;
}

table.table14.large-only td {
  border-width: 1px;
  border-style: solid dashed;
  border-color: #075101;
  padding: 0.3em;
}

table.table14.large-only th:nth-child(n+6),
table.table14.large-only td:nth-child(n+6) {
  text-align: center;
  width: 8%;
}


/* 「展開表示」用の装飾 14*/

table.table14.small-only {
  border-collapse: collapse;
  width: 96%;
  margin: 10px auto;
  font-size: 90%;
}

table.table14.small-only th {
  border-bottom: 1px solid #075101;
  font-size: 90%;
}

table.table14.small-only td {
  padding: 0.3em;
}


/* 「通常表示」用の装飾 15*/

table.table15.large-only {
  border: 2px solid #999;
  border-collapse: collapse;
  width: 99%;
  margin-top: 20px;
  table-layout: fixed;
  font-size: 90%;
}

table.table15.large-only th {
  border-width: 2px 1px 3px 1px;
  border-style: solid dashed double dashed;
  border-color: #999;
  padding: 0.3em;
  background-color: #ccc;
  font-size: 90%;
}

table.table15.large-only td {
  border-width: 1px;
  border-style: solid dashed;
  border-color: #075101;
  padding: 0.3em;
}

table.table15.large-only th:nth-child(n+9),
table.table15.large-only td:nth-child(n+9) {
  text-align: center;
  width: 8%;
}


/* 「展開表示」用の装飾 15*/

table.table15.small-only {
  border-collapse: collapse;
  width: 96%;
  margin: 10px auto;
  font-size: 90%;
}

table.table15.small-only th {
  border-bottom: 1px solid #999;
  font-size: 90%;
}

table.table15.small-only td {
  padding: 0.3em;
}

.bt {
  text-align: left;
}

ul.manual_nav {
  margin: 20px;
  list-style: none;
}

ul.manual_nav li {
  list-style: none;
  margin: 4px 0;
}

ul.manual_nav li a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: #666;
  text-decoration: none;
}

ul.manual_nav li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #84022d;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  content: "";
}

ul.manual_nav li a:hover:after {
  transform: translate(0, 0);
}

ol {
  margin: 10px 10px 10px 30px;
}

ol li {
  margin-bottom: 5px;
}

ol span {
  text-decoration: underline;
}

ol li a:link {
  color: #00F;
}

ol li a:hover {
  color: #84022d;
}


/*Q&A*/

.faq {
  width: 98%;
  padding: 10px 10px 20px;
}

.faq input {
  display: none;
}

.faq label {
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #333;
  position: relative;
  margin: 0 0 10px;
  padding: 10px;
}

.faq ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1px;
}

.faq li {
  height: 0;
  overflow-y: hidden;
  transition: padding-bottom 0.5s, padding-top 0.5s;
  -webkit-transition: padding-bottom 0.5s, padding-top 0.5s -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
  -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
  -o-transition: padding-bottom 0.5s, padding-top 0.5s;
}

#faq_bar101:checked~#links101 li,
#faq_bar102:checked~#links102 li,
#faq_bar103:checked~#links103 li,
#faq_bar104:checked~#links104 li,
#faq_bar105:checked~#links105 li,
#faq_bar106:checked~#links106 li,
#faq_bar107:checked~#links107 li,
#faq_bar201:checked~#links201 li,
#faq_bar202:checked~#links202 li,
#faq_bar203:checked~#links203 li,
#faq_bar204:checked~#links204 li,
#faq_bar205:checked~#links205 li,
#faq_bar206:checked~#links206 li,
#faq_bar207:checked~#links207 li,
#faq_bar208:checked~#links208 li,
#faq_bar209:checked~#links209 li,
#faq_bar210:checked~#links210 li,
#faq_bar211:checked~#links211 li,
#faq_bar212:checked~#links212 li,
#faq_bar213:checked~#links213 li,
#faq_bar214:checked~#links214 li,
#faq_bar215:checked~#links215 li,
#faq_bar216:checked~#links216 li,
#faq_bar301:checked~#links301 li,
#faq_bar302:checked~#links302 li,
#faq_bar303:checked~#links303 li,
#faq_bar304:checked~#links304 li,
#faq_bar305:checked~#links305 li,
#faq_bar306:checked~#links306 li,
#faq_bar307:checked~#links307 li,
#faq_bar308:checked~#links308 li,
#faq_bar309:checked~#links309 li,
#faq_bar310:checked~#links310 li,
#faq_bar311:checked~#links311 li,
#faq_bar312:checked~#links312 li,
#faq_bar313:checked~#links313 li,
#faq_bar401:checked~#links401 li,
#faq_bar402:checked~#links402 li,
#faq_bar403:checked~#links403 li,
#faq_bar404:checked~#links404 li,
#faq_bar405:checked~#links405 li,
#faq_bar406:checked~#links406 li,
#faq_bar407:checked~#links407 li,
#faq_bar501:checked~#links501 li,
#faq_bar502:checked~#links502 li,
#faq_bar503:checked~#links503 li,
#faq_bar504:checked~#links504 li,
#faq_bar505:checked~#links505 li,
#faq_bar506:checked~#links506 li,
#faq_bar507:checked~#links507 li,
#faq_bar508:checked~#links508 li,
#faq_bar509:checked~#links509 li,
#faq_bar510:checked~#links510 li {
  height: auto;
  opacity: 1;
  border: solid thin #ccc;
  padding: 10px;
  color: #333;
  width: 98%;
  background-color: #f9fcfd;
}

#faq_bar101:checked~#links101 li:last-child,
#faq_bar102:checked~#links102 li:last-child,
#faq_bar103:checked~#links103 li:last-child,
#faq_bar104:checked~#links104 li:last-child,
#faq_bar105:checked~#links105 li:last-child,
#faq_bar106:checked~#links106 li:last-child,
#faq_bar107:checked~#links107 li:last-child,
#faq_bar201:checked~#links201 li:last-child,
#faq_bar202:checked~#links202 li:last-child,
#faq_bar203:checked~#links203 li:last-child,
#faq_bar204:checked~#links204 li:last-child,
#faq_bar205:checked~#links205 li:last-child,
#faq_bar206:checked~#links206 li:last-child,
#faq_bar207:checked~#links207 li:last-child,
#faq_bar208:checked~#links208 li:last-child,
#faq_bar209:checked~#links209 li:last-child,
#faq_bar210:checked~#links210 li:last-child,
#faq_bar211:checked~#links211 li:last-child,
#faq_bar212:checked~#links212 li:last-child,
#faq_bar213:checked~#links213 li:last-child,
#faq_bar214:checked~#links214 li:last-child,
#faq_bar215:checked~#links215 li:last-child,
#faq_bar216:checked~#links216 li:last-child,
#faq_bar301:checked~#links301 li:last-child,
#faq_bar302:checked~#links302 li:last-child,
#faq_bar303:checked~#links303 li:last-child,
#faq_bar304:checked~#links304 li:last-child,
#faq_bar305:checked~#links305 li:last-child,
#faq_bar306:checked~#links306 li:last-child,
#faq_bar307:checked~#links307 li:last-child,
#faq_bar308:checked~#links308 li:last-child,
#faq_bar309:checked~#links309 li:last-child,
#faq_bar310:checked~#links310 li:last-child,
#faq_bar311:checked~#links311 li:last-child,
#faq_bar312:checked~#links312 li:last-child,
#faq_bar313:checked~#links313 li:last-child,
#faq_bar401:checked~#links401 li:last-child,
#faq_bar402:checked~#links402 li:last-child,
#faq_bar403:checked~#links403 li:last-child,
#faq_bar404:checked~#links404 li:last-child,
#faq_bar405:checked~#links405 li:last-child,
#faq_bar406:checked~#links406 li:last-child,
#faq_bar407:checked~#links407 li:last-child,
#faq_bar501:checked~#links501 li:last-child,
#faq_bar502:checked~#links502 li:last-child,
#faq_bar503:checked~#links503 li:last-child,
#faq_bar504:checked~#links504 li:last-child,
#faq_bar505:checked~#links505 li:last-child,
#faq_bar506:checked~#links506 li:last-child,
#faq_bar507:checked~#links507 li:last-child,
#faq_bar508:checked~#links508 li:last-child,
#faq_bar509:checked~#links509 li:last-child,
#faq_bar510:checked~#links510 li:last-child {
  margin: 0 auto;
}


/*閉じた状態の矢印描画*/

.faq label:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #666 2px solid;
  border-right: #666 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 2%;
  top: 40%;
  bottom: 15%;
  margin: auto;
  transition: all 0.5s
}


/*開いた状態の矢印描画*/

.faq input[type=checkbox]:checked+label:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #666 2px solid;
  border-right: #666 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 2%;
  top: 40%;
  bottom: 0;
  margin: auto;
}

dl.low {
  margin: 0px 0px 0px -20px;
}

#footer {
  width: 100%;
  ;
  background-color: #fff;
  border-top: 2px solid #05056a;
  overflow: hidden;
}

.footer_copy {
  text-align: center;
  margin: 50px auto;
}

.page-top {
  position: fixed;
  bottom: 15%;
  right: 2%;
  padding: 5px 8px;
  background: #666666;
  font-size: 18px;
  font-weight: bold;
  -ms-filter: "alpha(opacity=80)";
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: all 1.0s ease;
  -moz-transition: all 1.0s ease;
  -o-transition: all 1.0s ease;
  transition: all 1.0s ease;
  color: #fff;
  text-decoration: none;
}

.page-top a {
  color: #fff;
}
.iframewrap {
	  width: 90%;
  height: 150px;
  text-align: center;
  margin: 10px auto;
  border: thin solid gray;
  overflow: hidden;
}
.iframewrap iframe {
	padding: 10px;
  width: 100%;
  max-height: 150px;
  border: none;
}


@media all and (min-width: 680px) {
  header {
    height: 130px;
  }

  .header_area {
    width: 100%;
    height: 130px;
  }

  .logo {
    width: 20%;
    margin: 20px 0px 0px 10px;
  }

  .hamburger {
    display: none;
  }

  #main {
    width: 98%;
    margin: 0 auto;
    position: relative;
  }

  .btn_wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .bt {
    text-align: center;
  }

  .btn_box1,
  .btn_box2,
  .btn_box3 {
    width: 30%;
  }

  .main_box {
    width: 78%;
  }

  .menu_box {
    display: block;
    width: 20%;
  }

  dl {
    margin: 20px 0px 20px 10px;
    width: 70%;
  }

  dd {
    margin-left: 40px;
    margin-bottom: 5px;
  }

  dd.menu {
    background-image: url(../img/point1.gif);
    background-repeat: no-repeat;
    background-position: 5%;
    padding-left: 20px;
    margin-left: 10px;
  }

  dl dd a,
  dt dd a,
  dd dd a,
  dd.menu a {
    text-decoration: none;
    color: #666666;
  }

  dl a:hover,
  dt a:hover,
  dd a:hover,
  dd.menu a:hover {
    text-decoration: none;
    color: #84022d;
  }

  dt.m1 {
    border-left: solid 8px #05056a;
    border-bottom: solid 1px #05056a;
    padding-left: 10px;
    margin: 30px 0px 10px 0px;
    font-weight: bold;
    font-size: 110%;
  }

  dt.m2 {
    border-left: solid 8px #84022d;
    border-bottom: solid 1px #84022d;
    padding-left: 10px;
    margin: 30px 0px 10px 0px;
    font-weight: bold;
    font-size: 110%;
  }

  dt.m3 {
    border-left: solid 8px #075101;
    border-bottom: solid 1px #075101;
    padding-left: 10px;
    margin: 30px 0px 10px 0px;
    font-weight: bold;
    font-size: 110%;
  }

  table.table1,
  table.table2,
  table.table3,
  table.table4 {
    width: 80%;
  }
  table.table1 th,
  table.table2 th,
  table.table3 th,
  table.table4 th {
    padding: 10px;
  }
  input,
  input.file {
    margin-bottom: 0px;
  }
  .twin {
    float: left;
    width: 40%;
    margin-left: 15px;
  }
  .twin img {
    width: 100%;
    max-width: 380px;
  }
  .arrow {
    float: left;
    width: 10%;
    transform: rotate( 27.5deg);
    margin-left: 5px;
    margin-top: 14%;
  }
  .r38 {
    float: right;
    width: 45%;
    margin: 0px 15px;
  }
  .l170 {
    float: left;
    width: 170px;
    margin: 10px;
  }

  #footer {
    height: 130px;
  }
}

@media all and (min-width: 900px) {
  .header_area {
    width: 980px;
  }

  #main {
    width: 980px;
  }
}