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

/*===================================================
タイトル
===================================================*/
#other h1 span {
	background: url(../images/h1_icon_other.png) no-repeat 0 0;
	background-size: 30px 30px;
	padding-left: 35px;
}

.sub_tit {
	font-size: 150%;
	font-weight: 400;
	border-bottom: 1px solid #91b5e1;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

.sub_tit2 {
	font-size: 125%;
	line-height: 1;
	font-weight: 500;
	color: #0077c3;
	background-color: #f2f5fa;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	padding: 10px;
	margin-bottom: 5px;
}

@media screen and ( max-width:665px ) {
#other .titBox {
	margin-bottom: 15px;
}
}

/*===================================================
メニューボックス
===================================================*/
#otherMenuBox {
    background-color: #00558f;
    padding: 10px 0;
    margin-bottom: 30px;
}

#otherMenuBox ul {
    box-sizing: border-box;
    display: table;
    width: 100%;
    max-width: 1020px;
    padding: 0 10px;
    margin: 0 auto;
}

#otherMenuBox li {
    display: table-cell;
	min-width: 120px;
    text-align: center;
	vertical-align: middle;
    padding-left: 10px;
}
#otherMenuBox li:first-child {
    padding-left: 0;
}

#otherMenuBox li a {
	box-sizing: border-box;
    display: inline-block;
	width: 100%;
	height: 100%;
    font-size: 120%;
    line-height: 1;
    font-weight: 600;
    background-color: #fff;
    border-radius: 7px;
    padding: 12px 5px;
}

#otherMenuBox li a,
#otherMenuBox li a:visited,
#otherMenuBox li a:hover {
    color: #008ccf;
    text-decoration: none;
}
#otherMenuBox li a:hover {
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha( opacity=50 );
	opacity: 0.5;
}

@media screen and ( max-width:665px ) {
#otherMenuBox {
	position: fixed;
	bottom: 0;
	display: block;
	width: 100%;
	background-color: #d6d6d6;
    padding: 0;
	margin: 0;
	z-index: 100;
}

#otherMenuBox ul {
    padding: 0;
}

#otherMenuBox li {
	min-width: auto;
	height: 58px;
    border-left: 1px solid #fff;
    padding: 0 10px !important;
}
#otherMenuBox li:first-child {
    border-left: none;
}

#otherMenuBox li a {
    display: inline;
    font-size: 90%;
    font-weight: 500;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}

#otherMenuBox li a,
#otherMenuBox li a:visited,
#otherMenuBox li a:hover {
    color: #666;
}
}


/*===================================================
コンテンツ
===================================================*/
#other #contents {
	margin-top: 30px;
}

#other #contentsMain {
	width: 70%;
}

#other #contentsSub {
	width: 28%;
}

@media screen and ( max-width:665px ) {
#other #contents {
	margin-top: 15px;
}
}


/*===================================================
利用規約
===================================================*/
.rule_text {
	line-height: 2;
	text-indent: 1em;
}

.rule_list {
    list-style-position: outside;
    list-style-type: lower-roman;
    padding-left: 3em;
}
.rule_list_square {
    list-style-position: outside;
    list-style-type: disc;
    padding-left: 2em;
}
.rule_list li,
.rule_list_square li {
	margin-top: 5px;
}
.rule_list li:first-child,
.rule_list_square li:first-child {
	margin-top: 0;
}

.rule_list2 li {
	list-style-position: outside;
	list-style-type: decimal;
	margin: 10px 0 0 2em;
	margin-bottom: 10px;
}
.rule_list2 li:first-child {
	margin-top: 0;
}


/*===================================================
リンク集
===================================================*/
.linkBox li {
	background: url(../../common/images/arrow_blue.png) no-repeat 0 9px;
	background-size: 8px auto;
	border-bottom: 1px dashed #ccc;
	padding: 0 0 5px 12px;
	margin-top: 15px;
}
.linkBox li:first-child {
	margin-top: 0;
}

.linkBox li a {
	display: block;
    font-size: 115%;
    font-weight: 500;
}


/*===================================================
運営団体
===================================================*/
.unnei_imgBox {
	margin-bottom: 30px;
}

.unnei_imgBox div {
	float: right;
	width: 200px;
	margin-top: 5px;
}
.unnei_imgBox div img {
	width: 100%;
}

.unnei_imgBox &gt; p,
.unnei_imgBox table {
	margin-right: 215px;
}

.unnei_imgBox &gt; p {
	line-height: 1.8;
}

.unnei_imgBox table {
	margin-top: 10px;
}

.unnei_imgBox th,
.unnei_imgBox td {
	line-height: 1.5;
	vertical-align: top;
	padding-bottom: 5px;
}
.unnei_imgBox tr:last-child th,
.unnei_imgBox tr:last-child td {
	padding-bottom: 0;
}

.unnei_imgBox th {
	font-weight: normal;
	white-space: nowrap;
}

/********** 運営団体 **********/
#dantaiLogo {
	margin-bottom: 30px;
}

#dantaiLogo div {
	float: left;
	width: 112px;
}
#dantaiLogo div img {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #ccc;
}

#dantaiLogo p {
	margin-left: 122px;
}


@media screen and ( max-width:665px ) {
#dantaiLogo {
	margin: 5px 0 0 0;
}

#dantaiLogo div {
	float: none;
	margin: 0 auto;
}

#dantaiLogo p {
	margin: 5px 0 30px 0;
}
}

/********** 会社概要 **********/
#uneiGaiyo {
	display: table;
	width: 100%;
	line-height: 1.5;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}

#uneiGaiyo dl {
	display: table-row;
}

#uneiGaiyo dt,
#uneiGaiyo dd {
	display: table-cell;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	padding-bottom: 5px;
}
#uneiGaiyo dl:first-child dt,
#uneiGaiyo dl:first-child dd {
	border-top: none;
}

#uneiGaiyo dt {
	width: 5em;
	text-align: center;
	white-space: nowrap;
}

#uneiGaiyo dd:before {
	content: "：";
}


@media screen and ( max-width:665px ) {
#uneiGaiyo dt,
#uneiGaiyo dd {
	display: block;
	width: 100%;
	text-align: left;
	padding: 0;
}

#uneiGaiyo dt {
	color: #0077c3;
	padding-top: 10px;
}

#uneiGaiyo dd {
	border: none;
	margin-bottom: 10px;
}
#uneiGaiyo dd:before {
	content: "";
}
}

/********** 沿革 **********/
#uneiEnkaku {
	width: 100%;
	line-height: 1.5;
	border-bottom: 1px solid #ccc;
}

#uneiEnkaku dt,
#uneiEnkaku dd {
	border-top: 1px solid #ccc;
	padding-top: 10px;
	padding-bottom: 5px;
}
#uneiEnkaku dt:first-child,
#uneiEnkaku dd:nth-child(2) {
	border-top: none;
}

#uneiEnkaku dt {
	clear: both;
	float: left;
	width: 5em;
}
#uneiEnkaku dd {
	margin-left: 5em;
}


@media screen and ( max-width:665px ) {
.unnei_imgBox div {
	float: none;
	width: 100%;
	text-align: center;
	margin: 10px 0;
}
.unnei_imgBox div img {
	max-width: 200px;
}

.unnei_imgBox &gt; p,
.unnei_imgBox table {
	margin-right: 0;
}
}


/*===================================================
プロフィール
===================================================*/
.profTxt {
	line-height: 1.8;
	margin-bottom: 30px;
}

.profTable dd:before {
	content: "" !important;
}


/*===================================================
PT-OT-ST.NETとは
===================================================*/
#aboutContents {
	color: #0077c3;
	margin-bottom: 15px;
}
#aboutContents span {
	display: inline-block;
	margin: 5px 15px 0 0;
}
#aboutContents span:first-child {
	margin-top: 0;
}

#aboutPoint {
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 15px;
}

#aboutPointTit {
    font-size: 180%;
	line-height: 1.3;
    font-weight: 500;
	color: #ed2214;
	text-align: center;
	margin-bottom: 7px;
}

#aboutPointTitSub {
    font-size: 140%;
	line-height: 1.3;
    font-weight: 500;
	color: #0078c4;
	text-align: center;
	margin-bottom: 10px;
}

.aboutPointNo {
    font-size: 115%;
	color: #0078c4;
	font-weight: 500;
	background-color: #ebf2fa;
	border-radius: 3px;
	padding: 3px;
	margin-bottom: 3px;
}

#aboutHistory {
	margin-bottom: 25px;
}

#aboutHistory dt,
#aboutHistory dd {
	margin-bottom: 5px;
}

#aboutHistory dt {
	clear: both;
	float: left;
	width: 4em;
}

#aboutHistory dd {
	margin-left: 5em;
}

@media screen and ( max-width:665px ) {
#aboutPointTit,
#aboutPointTitSub {
	text-align: left;
}
}

/********** 保存ボタン **********/
.save_btmBox {
	width: 50%;
	text-align: center;
	margin: 30px auto 0 auto;
}

.save_btmBox a,
.save_btmBox input[type="button"] {
	box-sizing: border-box;
    display: block;
	width: 100%;
	height: 50px;
    font-size: 140%;
	line-height: 30px;
    color: #fff;
	font-weight: 500;
	background-color: #0078c4;
	border: none;
	border-radius: 7px;
	padding: 10px 0;
}

.save_btmBox a:hover,
.save_btmBox input:hover {
	cursor: pointer;
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha( opacity=50 );
	text-decoration: none;
	opacity: 0.5;
}

@media screen and ( max-width:665px ) {
.save_btmBox {
	width: 90%;
	margin-top: 15px;
}

.save_btmBox a,
.save_btmBox input[type="button"] {
	height: 40px;
	padding: 5px 0;
}
}

/********** 青ボタン・戻るボタン **********/
.blue_btmBox,
.back_btmBox {
	width: 30%;
	text-align: center;
	margin: 15px auto 0 auto;
}

.blue_btmBox a,
.blue_btmBox input,
.back_btmBox a {
    display: block;
	width: 100%;
    font-size: 100%;
    height: 36px;
    line-height: 36px;
	border-radius: 5px;
}

.blue_btmBox a,
.blue_btmBox input {
	background-color: #0078c4;
}
.back_btmBox a {
	background-color: #ccc;
}

.blue_btmBox input {
	cursor: pointer;
	border: none;
}

.blue_btmBox a,
.blue_btmBox a:visited,
.blue_btmBox a:hover,
.blue_btmBox input {
	color: #fff;
	text-decoration: none;
}
.back_btmBox a,
.back_btmBox a:visited,
.back_btmBox a:hover {
	color: #333;
	text-decoration: none;
}
.blue_btmBox a:hover,
.blue_btmBox input:hover,
.back_btmBox a:hover {
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha( opacity=50 );
	opacity: 0.5;
}

@media screen and ( max-width:665px ) {
.blue_btmBox,
.back_btmBox {
	width: 60%;
}
}


/*===================================================
フッター
===================================================*/
#footLinkBoxOut {
    margin-bottom: 0;
}

/*===================================================
ページトップ
===================================================*/
@media screen and ( max-width:665px ) {
#bt_to_top {
	bottom: 15px;
}
}</pre></body></html>