
body {
 position: relative;
 font-size: 1.8rem;
 line-height: 3rem;
 font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
 color: #111;
 background: #f4fafb;
 background-size: 100%;
}
*,
*:before,
*:after {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
}


/******** header *********/
header {
 position: fixed;
 width: 1000px;
 margin: 0 auto;
 left: calc(50% - 500px);
 background: #f4fafb;
 z-index: 1100;
}
header h1 {
 float: left;
 padding: 10px 20px 0;
 line-height: 0;
}
header .form_btn {
 position: absolute;
 width: 210px;
 top: 0;
 right: 0;
}
header .form_btn a {
 display: block;
 position: fixed;
 width: 210px;
 line-height: 60px;
 text-align: center;
 text-decoration: none;
 color: #fff;
 background: #53cde2;
}
header ul {
 display: flex;
 align-items: center;
 height: 60px;
}
header ul li {
 padding: 0 20px;
 border-right: 1px solid #005792;
}
header ul li:last-child {
 border: none;
}
header ul li a {
 font-weight: bold;
 color: #005792;
 text-decoration: none;
}
header ul li.active a {
 border-bottom: 2px solid #005792;
}


/******** #contents *********/
#contents {
 width: 1000px;
 margin: 0 auto;
 padding-top: 60px;
}


/******** info_links *********/
.info_link {
 padding: 10px 20px;
 border:2px #f00 solid;
}
.info_link_top {
 margin-top: -15px;
 padding: 10px 20px;
 border:2px #f00 solid;
}
.info_link_top a,
.info_link a {
 color: #f00;
 font-weight: bold;
}
.info_link_top a.info_green {
 color: green;
}
.info_link_top span.info_green {
 color: green;
 font-weight: bold;
}
.info_link_top span.info_red {
 color: red;
 font-weight: bold;
}

.info_link_top .multi a {
 display: inline-block !important;
}
.info_link_top .multi {
	display: flex;
}
.info_link_top .multi a span {
	font-size: 1.5rem;
    font-weight: 700;
}


/******** path_links *********/
.path_link {
 display: flex;
 padding: 35px 0;
}
.path_link li {
 align-items: center;
 color: #111;
}
.path_link li a {
 color: #005792;
 text-decoration: none;
 text-decoration: underline;
}
.path_link li:after {
 content: "＞";
 padding: 0 5px;
}
.path_link li.last:after {
 content: "";
}
.path_link li a:hover {
 text-decoration: none;
}

/******** article_contents *********/

.article_contents .writings {
 margin-top: 40px;
}


/******** fotter_links *********/
footer {
 width: 1000px;
 margin: 300px auto 0;
 background: #0a50a1;
}
footer > p {
 text-align: center;
 background: #fff;
}
footer address {
 width: 750px;
 margin: 0 auto;
 padding: 45px 0;
 text-align: left;
 color: #fff;
 font-style: normal;
}
footer address > p {
 font-size: 2.77rem;
 font-weight: bold;
 padding-bottom: 10px;
}
footer address ul {
 display: flex;
 margin-top: 10px;
 justify-content: space-between;
}
footer address li {
 text-align: left;
}
footer address li.start {
 font-size: 2rem;
}
footer address li.last {
 font-size: 5rem;
 padding-left: 50px;
 background: url(/img/icon_phone.png) no-repeat 0 10px;
}

/******** pagetop *********/
.pagetop {
	clear: both;
	height: 0;
	display: block;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	position: relative;
}
.pagetop a {
	display: block;
	text-indent: -999em;
	background: url(/img/gotop.png) no-repeat left top;
	height: 123px;
	width: 91px;
	position: fixed;
	left: auto;
	bottom: 0px;
	margin-left: 1000px;
	margin-bottom: 40px;
	z-index: 1000;
}

/******** common *********/
.clear:after {
 content: ".";
 display: block;
 clear: both;
 height: 0;
 visibility: hidden;
}
a:hover {
 opacity: 0.8;
}
.small {
 font-size: 12px;
}
article h2 {
 margin-top: 120px;
 padding-left: 95px;
 background:url(/img/icon_fish.png) no-repeat 25px 0;
 font-size: 3rem;
 font-weight: bold;
 color: #005792;
 line-height: 60px;
 border-bottom: 4px solid #005792;
}
article#glossary h2 {
	margin-top:0;
}
article#glossary h3 {
	margin-top:20px;
	font-weight: bold;
	color: #005792;
}
ul.links01 {
 display: flex;
 width: 720px;
 height: 35px;
 margin: 10px auto 0;
 justify-content: space-between;
}
ul.links01b {
 width: 730px;
 justify-content: center;
}
h1 + nav > ul.links01 {
 margin: 60px auto 0;
}
h1 + ul.path_link + nav > ul.links01 {
 margin: 0 auto;
}
ul.links01 li {
 position: relative;
}
ul.links01 li a {
 display: block;
 line-height: 35px;
 width: 200px;
 padding-left: 20px;
 color: #fff;
 text-decoration: none;
 background: #53cde2;
 border-radius: 30px;
 box-shadow: 4px 4px #379aab;
}
ul.links01 li a:after {
 content: "";
 display: block;
 position: absolute;
 right: 15px;
 top: 3px;
 width: 18px;
 height: 18px;
 border: 3px solid;
 border-color:  transparent transparent #fff #fff;
 transform: rotate(-45deg);
}
ul.links02 {
 display: flex;
 width: 720px;
 margin: 60px auto 0;
 justify-content: space-between;
 align-items: center;
}
ul.links02 li {
 position: relative;
 height: 280px;
}
ul.links02 li a {
 text-decoration: none;
 text-align: center;
}
ul.links02 li a > p {
 display: block;
 line-height: 35px;
 width: 160px;
 height: 160px;
 margin: 0 auto;
 padding: 50px 0;
 color: #fff;
 text-decoration: none;
 background: #53cde2;
 border-radius: 160px;
 box-shadow: 4px 4px #379aab;
}
ul.links02 li span.num {
 display: block;
 font-size: 5rem;
 padding-bottom: 5px;
 font-weight: normal;
}
ul.links02 li span.txt02 {
 display: block;
 padding: 30px 0 0;
 color: #111;
}
ul.links02 li a:after {
 content: "";
 display: block;
 position: absolute;
 left: 80px;
 bottom: 20px;
 width: 18px;
 height: 18px;
 border: 3px solid;
 border-color:  transparent transparent #53cde2 #53cde2;
 transform: rotate(-45deg);
}
.links03 {
 position: relative;
}
.links03 a {
 line-height: 35px;
 padding: 6px 20px;
 color: #fff;
 text-decoration: none;
 background: #53cde2;
 border-radius: 30px;
 box-shadow: 4px 4px #379aab;
}
.links03center {
 text-align: center;
 margin-bottom: 15px;
}
.links03red a {
 background: #bf0000;
 box-shadow: 4px 4px #9f3333;
}
ul.links04 {
 display: flex;
 width: 100%;
 justify-content: space-between;
}
ul.links04.num02 {
 width: 49%;
}
ul.links04.num03 {
 width: 74%;
}
ul.links04 li a {
 display: table-cell;
 width:235px;
 height: 120px;
 margin: 0 20px 0 0;
 padding-bottom: 10px;
 color: #fff;
 text-align: center;
 font-weight: bold;
 text-decoration: none;
 vertical-align: bottom;
 background: #53cde2 url(../img/icon_file.png) no-repeat center 20px;
 border-radius: 10px;
 box-shadow: 4px 4px #379aab;
}
ul.links04.num09 {
 width: 74%;
 margin-bottom: 18px;
 margin-left: 130px;
}
ul.links04.num09s li a,
ul.links04.num09 li a {
 line-height: 1.5em;
 display: table-cell;
 width:235px;
 height: 100px;
 padding-top: 12px;
 color: #fff;
 text-align: center;
 font-weight: normal;
 text-decoration: none;
 vertical-align: middle;
 background: #000;
 border-radius: 10px;
 box-shadow: 4px 4px 8px 2px #bbb;
}
ul.links04.num09 li a.b2,
ul.links04.num09 li a.b8,
ul.links04.num09 li a.b9,
ul.links04.num09s li a.b2,
ul.links04.num09s li a.b8,
ul.links04.num09s li a.b9 {
 color: #000;
}
ul.links04.num09 li a.b2, ul.links04.num09s li a.b2 { background: #ffc000; }
ul.links04.num09 li a.b3, ul.links04.num09s li a.b3 { background: #fe0000; }
ul.links04.num09 li a.b4, ul.links04.num09s li a.b4 { background: #ff67cb; }
ul.links04.num09 li a.b5, ul.links04.num09s li a.b5 { background: #00b2f2; }
ul.links04.num09 li a.b6, ul.links04.num09s li a.b6 { background: #00b04e; }
ul.links04.num09 li a.b7, ul.links04.num09s li a.b7 { background: #7131a1; }
ul.links04.num09 li a.b8, ul.links04.num09s li a.b8 { background: #ffff01; }
ul.links04.num09 li a.b9, ul.links04.num09s li a.b9 { background: #a7a7a7; }

ul.links04.num09s {
 width: 85%;
 margin-bottom: -9px;
 margin-left: 68px;
}
ul.links04.num09s li.bs {
	margin-right:18px;
}

.links05 {
 margin: 40px auto;
}
.links05 a {
 display: block;
 width: 300px;
 margin: 0 auto;
 line-height: 6rem;
 font-size: 3rem;
 font-weight: bold;
 text-align: center;
 text-decoration: none;
 color: #fff;
 background: #53cde2;
 border-radius: 30px;
 box-shadow: 4px 4px #379aab;
}
.links05 a:hover {
 cursor:pointer;
}
.links06,
.links07 {
 display:inline-block;
 padding-right:12px;
}
.links06 a,
.links07 a {
 display:block;
 line-height: 35px;
 margin-right: 5px;
 margin-bottom: 20px;
 color: #fff;
 font-size: 2rem;
 font-weight: bold;
 text-decoration: none;
 border-radius: 7px;
}
.links06 a {
 padding: 2px 15px 0 10px;
 background: #ee6337;
 box-shadow: 4px 4px #8e2000;
}
.links07 a {
 padding: 2px 15px 0 15px;
 background: #53cde2;
 box-shadow: 4px 4px #379aab;
}
.links08 {
 display:inline-block;
 padding-right:12px;
 cursor:default;
}
.links08 span {
 display:block;
 line-height: 35px;
 margin-right: 5px;
 margin-bottom: 20px;
 color: #fff;
 font-size: 2rem;
 font-weight: bold;
 text-decoration: none;
 border-radius: 7px;
 padding: 2px 15px 0 15px;
 background: #ddd;
 box-shadow: 4px 4px #379aab;
}
.links09 {
 display:inline-block;
 padding-right:7px;
}
.links09 a {
 display:block;
 line-height: 35px;
 margin-right: 7px;
 margin-bottom: 20px;
 color: #fff;
 font-size: 2.2rem;
 font-weight: bold;
 text-decoration: none;
 border-radius: 7px;
 padding: 10px 15px 5px 15px;
 background: #53cde2;
 box-shadow: 4px 4px #379aab;
}
.links10 {
 display:inline-block;
 padding-right:7px;
 cursor:default;
}
.links10 span {
 display:block;
 line-height: 35px;
 margin-right: 7px;
 margin-bottom: 20px;
 color: #fff;
 font-size: 2.2rem;
 font-weight: bold;
 text-decoration: none;
 border-radius: 7px;
 padding: 10px 15px 5px 15px;
 background: #ddd;
 box-shadow: 4px 4px #379aab;
}
.links11 {
 display:inline-block;
 padding-right:66px;
}

.table_s01 {
 width: 100%;
}
.table_s01 tbody {
 border: 2px solid #005792;
}
.table_s01 th {
 color: #005792;
 text-align: left;
 vertical-align: top;
 font-weight: bold;
 padding: 15px 10px;
 border: 2px solid #005792;
 background: #edeadd;
}
.table_s01 tr th:nth-child(1) {
 width: 130px;
 text-align: left;
 background: #eee;
}
.table_s01 th a {
 font-weight: bold;
}
.table_s01 td {
 border: #005792;
 padding: 15px;
 background: #fff;
 border-right: 2px solid #005792;
 border-bottom: 1px dashed #005792;
}
.table_s01 td:nth-child(2) {
 border-top: 2px solid #005792;
}
.table_s01 tr:last-child {
 border-bottom: 2px solid #005792;
}
.table_s01 strong {
 display: block;
 color: #005792;
}
.table_s01 strong.inline {
 display: inline;
}
.table_s01 .book_err,
.table_s01 .company_err,
.table_s01 .in_charge_err,
.table_s01 .zip_err_required,
.table_s01 .zip_err_format,
.table_s01 .address_err,
.table_s01 .email_err_required,
.table_s01 .email_err_format,
.table_s01 .tel_err_required,
.table_s01 .tel_err_format {
 text-align:left;
 display:none;
}
.table_s01 .error {
 color: #f00;
}
.table_s01.border th,
.table_s01.border td {
 border: 2px solid #005792;
}
.frame_blue {
 border: 2px solid #005792;
 background: #fff;
 padding: 20px;
}
/******** index.html *********/
#about p {
 width: 100%;
 margin-top: 40px;
 padding: 20px 20px 10px;
 background: #fff;
}
#about ul {
 display: flex;
 width: 100%;
 padding: 0 20px 20px;
 background: #fff;
}
#about li {
 padding-right: 20px;
}

#glossary .class_dd {
	display: inline-block;
	padding-left: 10px;
}
#glossary .list {
 margin-top: 15px;
 border: 2px solid #005792;
 background-color: #fff;
}

#glossary .list .glossary {
 border-bottom: 1px dotted #005792;
}
#glossary .list .title {
 display: inline-block;
 width: 100%;
 padding: 10px 20px;
 font-weight: bold;
 color: #005792;
 cursor:pointer;
}
#glossary .list .pm {
 display: inline-block;
 display: inline-block;
 font-weight: bold;
 float: right;
}
#glossary .list .message {
 display: none;
 padding: 0 20px;
}

#glossary .list .message table.excel_table {
	width: 100%;
	color: #337;
	border:2px solid #777;
}
#glossary .list .message table.excel_table td {
	text-align:center;
	font-size:90%;
	padding:10px;
	border:1px solid #777;
	background:#fff;
}

#glossary .class_dd select#division {
 border: 2px solid #999;
 padding: 5px 10px;
 height: 40px;
 border-radius: 4px;
 z-index: 100;
 font-size: 18px;
 background-color: #fff;
 color: #000;
 -webkit-appearance: menulist-button;
 -moz-appearance: menulist-button;
 appearance: menulist;
}
#glossary .class_dd select#division:focus {
 border: 2px solid #005792;
}

#glossary .class_dd select::-ms-expand {
    display: block;
}

#glossary h3,
#glossary .freeword_wrap {
	display:inline-block;
}
#glossary input[type="text"].freeword {
	display:inline-block;
	margin:1px;
	padding:5px;
	width:600px;
	border: 1px solid #005792;
	background-color: #fff;
}
#glossary input[type="text"].freeword:focus {
	margin:0;
	width:602px;
	border: 2px solid #005792;
}

#glossary input[type="submit"].freeword {
	display:inline-block;
	margin:1px;
	padding:5px 20px;;
	color: #fff;
	border: 1px solid #005792;
	background-color: #53cde2;
}
#glossary input[type="submit"].freeword:hover {
 opacity: 0.8;
}

#glossary .no_data {
 margin:5px;
}

#glossary section {
	width: 100%;
	margin: 12px 0 40px 0;
	padding: 40px 60px;
	background: #fff;
	border: 2px solid #005792;
}
/*
#glossary section h3 {
	font-size: 2.2rem;
	font-weight: bold;
	color: #005792;
	line-height: 60px;
//	text-align: center;
	border-bottom: 1px solid #999;
}
*/
#glossary section .capital {
	display:inline-block;
	margin: 5px 0;
	width:49%;
	font-size: 1.8rem;
	font-weight: bold;
	color: #005792;
}
#glossary section .capital_last {
	padding-right: 87px;
}
#glossary section .capital_symbol {
	text-align: center;
	width: 279px;
}
#flow section {
 width: 100%;
 margin-top: 40px;
 padding-bottom: 10px;
 background: #fff;
 border-top: 2px solid #005792;
}
#flow section h3 {
 font-size: 2.2rem;
 font-weight: bold;
 color: #005792;
 line-height: 60px;
 text-align: center;
 border-bottom: 1px solid #999;
}
#flow section .modal-open {
 cursor:pointer;
}
#flow dt {
 padding: 40px 0 0 140px;
 background:url(../img/icon_question.png) no-repeat 20px bottom;
 color: #005792;
 font-weight: bold;
 font-size: 22px;
 border-top: 1px solid #999;
}
#flow dt:first-child {
 border-top: 0;
}
#flow dd {
 width: 80%;
 font-size: 18px;
 margin: 20px  0 20px 130px;
 padding: 0 20px;
 border-left: 1px solid #999;
}
#flow dd .links03 {
 margin-top: 20px;
}
/* modal */
.modal-content {
 position: fixed;
 display: none;
 z-index: 1200;
 width: 720px;
 min-height: 300px;
 margin: 0;
 padding: 20px;
 font-size: 18px;
 border: 2px solid #005792;
 background: #edf9fc;
 border-radius: 10px;
}
.modal-content h4 {
 font-size: 22px;
 font-weight: bold;
 margin-bottom: 10px;
}
.modal-content p {
 margin:0;
 padding:0;
}
.modal-content > a {
 color: #111;
}
.modal-content a.mg01 {
 display: block;
 margin-top: 40px;
}
#con2-5 {
 width: 920px;
 max-width: calc(100vw - 40px);
 max-height: calc(100vh - 40px);
 overflow-y: auto;
 overflow-x: hidden;
 box-sizing: border-box;
 font-size: 15px;
}
.modal-2col {
 display: flex;
 align-items: flex-start;
 gap: 30px;
}
.modal-2col-text {
 flex: 1;
 min-width: 0;
}
.modal-2col-img {
 width: 250px;
 flex: 0 0 250px;
 text-align: center;
}
.modal-2col-img img {
 width: 100%;
 height: auto;
 border: 1px solid #d8d8d8;
 background: #fff;
}
.modal-2col-sec {
    margin-bottom: 18px;
    line-height: 1.4;
}
.modal-2col-sec h5 {
 margin: 0 0 8px;
 font-size: 17px;
 font-weight: bold;
}
.modal-2col-sec p {
 margin: 0 0 4px;
}
.modal-etc {
 margin-top: 12px;
 line-height: 1.8;
}
.modal-etc span {
  text-decoration: underline double;
}
.modal-ng {
 color: #d60000;
}
#con2-5 .modal-close {
 right: 0;
}
@media screen and (max-width: 900px) {
.modal-2col {
  display: block;
 }
.modal-2col-img {
  width: 100%;
  max-width: 280px;
  margin: 0 auto 24px;
 }
}
.modal-overlay {
 z-index:1150;
 display:none;
 position:fixed;
 top:0;
 left:0;
 width:100%;
 height:120%;
}
.modal-close {
 position: absolute;
 right: -2px;
 top: -2px;
 display: inline-block;
 color:#fff;
 padding: 5px 10px;
 background: #005792;
 border-radius: 10px;
}
.modal-close a {
}
.modal-close:hover {
 cursor:pointer;
 color:#fff;
}
#type h3,
#download h3,
#exam h3,
#notes h3,
.notes h3 {
 font-size: 22px;
 color: #005792;
 padding: 40px 0 15px;
 font-weight: bold;
}
#exam h3.shokyu { color: #ed833b; }
#exam h3.senmon { color: #7030a0; }
#exam h3.zyokyu { color: #ff0505; }
#download p {
 margin-top: 20px;
}

/******** exam/index.html *********/
h1.exam_h1 {
 display: block;
 width: 1000px;
 height: 200px;
 line-height: 200px;
 text-align: center;
 font-size: 3.8rem;
 font-weight: bold;
 letter-spacing: 7px;
 color: #fff;
 background:url(../exam/img/top_img.jpg) no-repeat;
}
#exam #tab_btn,
#exam #tab_btn_item {
 display: flex;
 justify-content: space-between;
 margin-top: 65px;
}
#exam #tab_btn li,
#exam #tab_btn_item li {
 width: 32%;
}
#exam #tab_btn li a,
#exam #tab_btn_item li a {
 color: #005792;
 font-size: 1.8rem;
 padding: 10px 0;
 border: 2px solid #005792;
	border-bottom: 0;
 border-radius: 7px 7px 0 0;
}
#exam #tab_btn li a:hover,
#exam #tab_btn li.active a,
#exam #tab_btn_item li a:hover,
#exam #tab_btn_item li.active a {
 color: #fff;
 background: #005792;
}
#exam #tab_btn li a,
#exam #tab_btn_item li a {
 display: block;
 width: 100%;
 font-weight: bold;
 text-align: center;
 text-decoration: none;
}
#exam td.table ul {
 width: 90%;
}
#exam td.table li {
 float: left;
}
#exam td.table li table {
 width: 90%;
}
#exam td.table table td {
 width: 170px;
 padding: 10px;
 font-size: 2rem;
 text-align: center;
 border: 2px solid #005792;
}
#exam td.table table td div {
 position: relative;
 text-align: left;
}
#exam td.table li table td span.check {
 position: absolute;
}
#exam td.table li table td span.check:before,
#exam td.table li table td span.check:after {
 content:'';
 position:absolute;
 top: -9px;
 left: 69px;
 height: 21px;
 width:4px;
 background:#005792;
 border-radius:10px;
 transform:rotate(45deg);
}
#exam td.table li table td span.check:after {
 top: -2px;
 left: 59px;
 height: 13px;
 transform:rotate(-45deg);
}
#exam.item .table_s01 tr th:nth-child(1) {
 width: 185px;
 text-align: left;
 background: #fff;
}
#exam.item .table_s01 tr th:nth-child(3) {
 width: 175px;
}
#exam.item .table_s01 tr.first_th th,
#exam.item .table_s01 tr.first_th td {
 color: #005792;
 font-weight: bold;
 background:#eeeeee;
 border-top: 2px solid #005792;
 border-bottom: 2px solid #005792;
}
#exam.item .table_s01 th {
 color: #111;
 border: 0;
 border-top: 1px dashed #005792;
 border-right: 2px solid #005792;
}
#exam.item .table_s01 th a {
 font-weight: bold;
}
#exam.item .table_s01 td {
 border: #005792;
 padding: 15px;
 background: #fff;
 border-right: 2px solid #005792;
 border-top: 1px dashed #005792;
 border-bottom: 0;
}
#exam.item .table_s01 td:nth-child(2) {
 border-top: 1px dashed #005792;
}
#exam.item .table_s01 td:nth-child(3) {
 font-weight: bold;
}
#exam.item .table_s01 tr:last-child {
 border-bottom: 0;
}
#exam.item .table_s01 strong {
 display: block;
 color: #005792;
}
#exam.item .table_s01 strong.inline {
 display: inline;
}
#exam.item .table_s01.border th,
#exam.item .table_s01.border td {
 border: 2px solid #005792;
}
#exam.item .table_s01 span.kome {
 font-size: 1.4rem;
 vertical-align: top;
 padding-left: 5px;
}
#exam.item .table_s01 td.txt_small {
 font-size: 1.6rem;
}


#notes .frame_blue h3 {
 font-size: 18px;
 color: #005792;
 padding: 0 0 10px;
 font-weight: bold;
}
#notes .frame_blue > ul > li {
 position: relative;
 padding-bottom: 40px;
}
#notes .frame_blue > ul > li.last {
 padding-bottom: 0;
}
#notes .frame_blue > ul > li:before {
 content: '';
 position: absolute;
 left: 50%;
 bottom: 20px;
 display: inline-block;
 width: 998px;
 height: 1px;
 -moz-transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 transform: translateX(-50%);
 background:#000 url(../img/dotline.png) repeat-x;
}
#notes .frame_blue > ul > li.last:before {
 background: none;
}
#notes .frame_blue .mg01 {
 margin-top: 40px;
}
#notes .frame_blue > ul > li > ul > li {
 padding-bottom: 40px;
}
#notes .frame_blue > ul > li > ul > li.last {
 padding-bottom: 0;
}


/******** howto/index.html *********/
h1.howto_h1 {
 display: block;
 width: 1000px;
 height: 200px;
 line-height: 200px;
 text-align: center;
 font-size: 3.8rem;
 font-weight: bold;
 letter-spacing: 7px;
 color: #fff;
 background:url(../howto/img/top_img.jpg) no-repeat;
}
#howto .frame_blue {
 margin-top: 50px;
}
#howto section:first-child .howto_list li {
 margin-top: 40px;
}
#howto .frame_blue .howto_list li {
 margin-bottom: 40px;
}
#howto .frame_blue .howto_list li.last {
 margin-bottom: 0;
}
#howto section h2 {
 margin-top: 150px;
}
#howto section:first-child h2 {
 margin-top: 0;
}
#howto section .frame_blue > h3 {
 color: #005792;
 font-size: 18px;
 font-weight: bold;
}
#howto section .frame_blue h3 + p + h3 {
 margin-top: 40px;
}


/******** tool/index.html *********/
#tool section:first-child h2 {
 margin-top: 0;
}
#tool table li {
 margin-bottom: 40px;
}

/******** form/index.html *********/
h1.form_h1 {
 display: block;
 width: 1000px;
 height: 200px;
 line-height: 200px;
 text-align: center;
 font-size: 3.8rem;
 font-weight: bold;
 letter-spacing: 7px;
 color: #fff;
 background:url(../form/img/top_img.jpg) no-repeat;
}
#form section:first-child h2 {
 margin-top: 0;
}
#form section h2 {
 margin-top: 100px;
}
#form .table_s01 {
 width: 100%;
}
#form .table_s01 th,
#form .table_s01 td {
 background: #fff;
 border-top: 1px dashed #005792;
 border-bottom: 0;
}
#form .table_s01 th {
 width: 50%;
}
#form .table_s01 td:nth-child(2) {
 width: 35%;
 text-align: right;
 font-size: 1.8rem;
}
#form .table_s01 td:nth-child(3) {
 width: 15%;
 padding-right: 30px;
 text-align: right;
 font-size: 2.4rem;
}
#form .table_s01 td:last-child {
 font-size: 2.4rem;
 padding-right: 30px;
}
#form .table_s01 td.confirm {
 font-size: 2.4rem;
}
#form .table_s01 label {
 position: relative;
 display: block;
 width: 100%;
}
#form .table_s01 label:before {
 position: absolute;
 content: "";
 top: 60%;
 right: 10px;
 width:0px;
 height:0px;
 margin: -2px 0 0 0;
 border: 5px solid transparent;
 border-top: 8px solid #999;
 z-index: 1;
}
#form .table_s01 label:after {
 position: absolute;
 content: "";
 top: 18%;
 right: 10px;
 width:0px;
 height:0px;
 margin: -2px 0 0 0;
 border: 5px solid transparent;
 border-bottom: 8px solid #999;
 z-index: 1;
}
#form .table_s01 select option {
 text-align: right;
}
#form .table_s01 select,
#form .table_s01 input[type="text"] {
 width: 100%;
 border: 2px solid #999;
 padding: 5px 10px;
 height: 40px;
 border-radius: 4px;
 z-index: 100;
 font-size: 18px;
}
#form .table_s01 select:focus ,
#form .table_s01 input[type="text"]:focus {
 border: 2px solid #005792;
}
#form .table_s01 tr:last-child {
 font-size: 2.4rem;
}
#form .table_s01 th.must strong {
 position: relative;
}
#form .table_s01 th.must strong:after {
 position: absolute;
 width: 40px;
 left: 200px;
 top: 3px;
 content:"必須";
 font-size: 1.2rem;
 line-height: 20px;
 text-align: center;
 color: #666;
 border: 1px solid #666;
 font-weight: normal;
}
#form .table_s01 .input_txt input[type="text"] {
 border: 0;
 font-size: 24px;
 text-align: right;
}
#form .table_s02 th,
#form .table_s02 td:nth-child(2) {
 width: 50%;
 padding-right: 15px;
 vertical-align: middle;
}
#form .table_s02 th {
 padding: 25px 15px;
}
#form .table_s02 tr:last-child {
 font-size: 1.8rem;
}
#form .table_s02 input[type="text"] {
 color: #000;
}
#form .table_s02 td:nth-child(2) {
 font-size: 1.8rem;
 text-align: left;
}
#form.thanks h2 {
 margin-top: 100px !important;
}
#form.thanks p.message {
 padding: 25px;
 background: #fff;
 margin-top: 40px;
}


pre {
	white-space: pre-wrap;
}

.table_no_border tbody,
.table_no_border tr:last-child,
.table_no_border td,
.table_no_border td:nth-child(2) {
 border: 0;
}
.table_no_border a {
 cursor: pointer;
}
.table_no_border td.separator {
 border-top: 1px;
 border-style: dashed;
}

.red {
 color: red;
}

.bold {
 font-weight: bold;
}

#form .table_s01 td div.hide {
	display: none;
}
