<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.catch-text {
	background: linear-gradient(transparent 75%, #fe742c 80%);
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
    font-size: 3rem !important;
    margin-left: 0;
    letter-spacing: 0;
    color: #e8e8e8;
	line-height: 40px;
}

.button-form {
	margin: 50px 65px 0;
	text-align: center;
}

.button-form a {
	text-decoration: underline;
}

.btn {
	font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}

.btn-blue {
	font-size: 2.2rem;
    color: #fff !important;
    background-color: #473BF6;
	text-decoration: none !important;
	padding: 20px 100px;
}

.btn-orange {
	font-size: 2.2rem;
    color: #fff !important;
    background-color: #F36917;
	text-decoration: none !important;
	padding: 20px 100px;
}

.bosyu_title {
	font-size: 18px;
	font-weight: bold;
}

th {
	padding: 3px;
}

#nav-wrap .api-nav-main &gt; div a span {
	font-size: 20px;
	color: #ff9e10;
}

body.top #wrapper .box-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 15px 0;
}
  body.top #wrapper .box-wrap .thumb-box {
    width: 300px;
    margin-right: 20px; }
    body.top #wrapper .box-wrap .thumb-box img {
      width: 100%; }
  body.top #wrapper .box-wrap .text-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  body.top #wrapper .box-wrap + .box-wrap {
    margin-top: 40px; }

.main-title {
	color: #000;
}

#wrapper .h3-ttl-a {
    margin-top: 0px !important;
}

.read-box_bosyu {
	margin-top: 30px;
	font-size: 14.5px;
	line-height: 2;
}

.table_width {
	width: 30%; 
}

.work-txt {
	font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: 30px 0;
}

.work-txt a {
	color: #fe742c !important;
}</pre></body></html>