@charset "UTF-8";
html {
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html,
body {
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6,
header,
footer,
section,
article,
nav,
p,
figure,
figcaption,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
img,
address,
form,
input,
textarea,
select,
option,
span {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4em;
}
img {
  width: 100%;
  height: auto;
}
input[type=text] {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input[type="button"],
input[type="submit"],
textarea {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}
.plain_table th,
.plain_table td {
  padding: 2%;
}
.plain_table th input[type="text"]:hover,
.plain_table td input[type="text"]:hover,
.plain_table th input[type="email"]:hover,
.plain_table td input[type="email"]:hover,
.plain_table th select:hover,
.plain_table td select:hover,
.plain_table th textarea:hover,
.plain_table td textarea:hover {
  border: 1px solid #eb6112;
}
.plain_table td label {
  cursor: pointer;
}
.plain_table td label input[type="radio"] {
  margin-right: .3em;
}
.plain_table td input[type="text"],
.plain_table td input[type="email"] {
  margin-right: .3em;
}
.plain_table td span.error {
  margin-top: 1%;
}
.page_title {
  padding: 2em 0;
}
.page_title h1 {
  padding: 1em 0;
  font-size: 20px;
  font-family: 'Sawarabi Mincho';
}
.page_title h1 span {
  margin-top: 2%;
  font-size: 10px;
}
.plain_title h1 {
  margin: 0 auto;
  padding: 2% 0 2% 2%;
  width: 94%;
  font-size: 20px;
  text-align: center;
}
.plain_title h1 span {
  display: block;
  font-size: 11px;
  letter-spacing: 2px;
}
.page_break p {
  margin-bottom: 2%;
  font-size: 13px;
}
.page_break ol li {
  padding: 1% 2.5%;
  font-size: 12px;
}
.modal .modal_contents {
  padding: 20px;
  margin: 100px auto 0;
}
.modal .modal_contents dl {
  margin-bottom: 40px;
}
.modal .modal_contents dl dt {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 20px;
}
.modal .modal_contents figure {
  margin-bottom: 20px;
}
.modal .modal_contents .close {
  padding: 10px 20px;
  cursor: pointer;
}
.btn {
  padding: 2% 4%;
  line-height: 1em;
}
.common_caption {
  padding: 3% 0 3% 3%;
  font-size: 18px;
  font-family: 'Sawarabi Mincho';
}
h2.description {
  font-size: 18px;
  font-family: 'Sawarabi Mincho';
}
.submit input {
  padding: 3% 5%;
  cursor: pointer;
}
span.error {
  font-size: 14px;
}
.slide_wrap {
  overflow-y: hidden;
  overflow-x: scroll;
  display: flex;
}
.slide_wrap table::before {
  content: "※横スクロールできます。";
  display: inline-block;
  margin-bottom: 2%;
  font-size: 12px;
  width: 15em;
  text-align: left;
}
.breadcrumb {
  padding: 2% 0;
  font-size: 10px;
  text-align: center;
}
.slider {
  width: 100%;
}
.slider .camp_banner {
  height: 10em;
}
.slider .camp_banner .left_arrow {
  width: 1.5em;
  top: 4.25em;
  left: 0;
}
.slider .camp_banner .right_arrow {
  width: 1.5em;
  top: 4.25em;
  right: 0;
}
.slider .nav {
  padding-top: 2.5em;
}
.slider .nav li {
  margin: 0 .3em;
  width: .3em;
  height: .3em;
}
.slider .nav li img {
  width: .3em;
  height: .3em;
}
.plain_list {
  padding: 3%;
}
.plain_list li {
  margin-bottom: 3%;
  padding-bottom: 3%;
}
.plain_list li figure {
  margin-bottom: 2%;
}
.plain_list li div .bland {
  margin-bottom: 2%;
  padding: 2% 5%;
  font-size: 14px;
}
.plain_list li div .value {
  margin-bottom: 3%;
  font-size: 14px;
}
.plain_list li div .value strong {
  font-size: 14px;
}
.plain_list li div h3 {
  margin-bottom: 3%;
  font-size: 18px;
}
.plain_list li div time {
  margin-bottom: 2%;
  font-size: 14px;
}
.plain_list li div .text {
  margin-bottom: 2%;
}
.plain_list li div form .search_form {
  margin-bottom: 3%;
  width: 100%;
}
.plain_list li div form .search_form input {
  font-size: 14px;
}
.plain_list li div form .search_results {
  padding: 3%;
  top: 11em;
  left: 0;
  width: 100%;
}
.plain_list li div form .search_results dt {
  margin-bottom: 2%;
}
.plain_list li div form .search_results dd {
  font-size: 18px;
}
.plain_list li div form .search_results .close {
  width: .5em;
  top: -0.3em;
  right: .5em;
}
.plain_list li div .btn_area .btn {
  margin-bottom: 0;
  padding-bottom: 1%;
  font-size: 13px;
}
.bland_list li div .btn {
  font-size: 13px;
}
.search_form {
  margin: 0 auto;
  width: 94%;
}
.search_form input {
  height: 2.5em;
}
.search_form dt {
  width: 80%;
}
.search_form dt input {
  padding: .2em .4em;
  width: 100%;
}
.search_form dd {
  width: 20%;
}
.search_form dd input {
  padding: .2em .5em;
  width: 100%;
}
.article_list {
  margin-bottom: 3%;
}
.article_list li {
  margin-top: 3%;
  padding-bottom: 3%;
}
.article_list li article time {
  margin-bottom: 2%;
  font-size: 12px;
}
.article_list li article h2 {
  margin-bottom: 3%;
  font-size: 16px;
}
.article_list li article .bland_name {
  padding: 2% 4%;
}
.voice_list li {
  padding: 3% 0;
}
.voice_list li div h2 {
  margin-bottom: 2%;
  font-size: 16px;
}
.voice_list li div h2 time {
  margin-right: .5em;
  font-size: 12px;
}
.voice_list li div .profile {
  margin-bottom: 2%;
}
.voice_list li div .profile li {
  margin-right: .5em;
  padding: 0;
  display: inline-block;
}
.voice_list li div p {
  margin-bottom: 3%;
}
.liquid_list {
  padding: 3%;
}
.liquid_list li {
  margin-bottom: 3%;
}
.liquid_list li figure {
  height: 10em;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-position: top center;
}
.liquid_list li div {
  padding-top: 3%;
  text-align: left;
}
.liquid_list li div h2 {
  margin-bottom: 3%;
  font-size: 16px;
}
.liquid_list li div h2 i {
	display: inline-block;
	margin-left: 10px;
	padding-bottom: 6px;
	width: 26px;
	position: relative;
}
.liquid_list li div h2 i.fa-youtube:before {
	font-size: 24px;
	color: #f00;
}
.liquid_list li div h2 i.fa-youtube:after {
	content: "Youtube";
	font-size: 7px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.liquid_list li div h2 i img {
	display: none;
	width: 100%;
	height: auto;
}
.logoff_banner {
  margin: 3% auto 0;
  width: 94%;
}
.logoff_banner li {
  margin-bottom: 3%;
}
header {
  padding: 2% 0;
}
header .wrap {
  position: relative;
}
header .wrap .notes {
  display: none;
}
header .wrap .site_logo {
  margin: 0 auto;
  padding-top: 1em;
  width: 70%;
}
header .wrap .btn_area {
  margin: 2% 0;
  text-align: center;
}
header .wrap .btn_area dt {
  margin-bottom: 1%;
  font-size: 12px;
}
header .wrap .btn_area dd {
  font-size: 13px;
}
header .wrap .btn_area .pc {
	display: none;
}
header .wrap .btn_area .sp {
}
header .wrap .btn_area .sp dd {
	display: inline-block;
	margin-top: 10px;
	border: 2px solid #004364;
	padding: 0.4em 1em 0.3em;
	line-height: 1em;
	color: #004364;
	background: #fff;
	font-size: 15px;
	font-weight: bold;
	box-shadow: 0 0 5px #aaa;
}
header .wrap .btn_area .sp dd i {
	margin-right: 5px;
}
header .wrap .gloval img.nav {
  display: block;
  position: absolute;
  top: .7em;
  right: .7em;
  width: 6%;
}
header .wrap .gloval .main_nav {
  display: none;
  background: #004364;
  width: 65%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  overflow-y: scroll;
  height: 100%;
}
header .wrap .gloval .main_nav li {
  padding: 3% 0 0;
  text-indent: 2%;
  font-size: 14px;
}
header .wrap .gloval .main_nav li a {
  color: #fff;
}
header .wrap .gloval .main_nav li .sub_nav {
  background: rgba(255, 255, 255, 0.03);
  margin-top: 2%;
  width: 100%;
}
header .wrap .gloval .main_nav li .sub_nav li {
  padding: 3% 0 0;
  border-bottom: none;
  text-indent: 2%;
  font-size: 12px;
  text-decoration: underline;
}
header .wrap .gloval .main_nav a:nth-last-of-type(1) li {
  padding-bottom: 3%;
}
header .wrap .gloval .main_nav .one_contents {
  padding-bottom: 3%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
body.logoff header {
  border-bottom: none;
}
footer {
  margin-top: 3em;
  padding: 3%;
  position: relative;
}
footer .wrap .gloval {
  margin-bottom: 1em;
  padding-bottom: 3%;
}
footer .wrap .gloval ul li {
  margin-bottom: 3.3%;
  padding-bottom: 1em;
  border-bottom: 1px solid #e7e7e7;
  font-size: 13px;
}
footer .wrap .gloval ul li dl {
  text-align: left;
}
footer .wrap .gloval ul li dl dt {
  font-weight: bold;
  font-size: 14px;
}
footer .wrap .gloval ul li dl dd {
  margin: 2% 0 1%;
  font-size: 13px;
}
footer .wrap .gloval ul li dl dt:hover,
footer .wrap .gloval ul li dl dd:hover {
  text-decoration: underline;
}
footer .wrap .gloval ul li:nth-last-of-type(1) {
  margin-right: 0;
}
footer .wrap .banner {
  margin-bottom: 2em;
  text-align: center;
}
footer .wrap .banner li {
  margin-right: 2%;
  float: left;
  width: 32%;
}
footer .wrap .banner a:nth-last-of-type(1) li {
  margin-right: 0;
}
footer .wrap .clause {
  margin-bottom: 2em;
}
footer .wrap .clause dt {
  margin: 4% 0 2%;
  font-size: 14px;
}
footer .wrap .clause dd {
  line-height: 1.8em;
  font-size: 13px;
}
footer .wrap .sub {
  margin-bottom: 2em;
}
footer .wrap .sub ul li {
  margin-right: .3em;
  font-size: 12px;
}
footer .wrap .logo_set {
  margin: 0 auto;
  padding-bottom: 3%;
  width: 90%;
}
footer .wrap .logo_set .logo {
  margin: 0 auto;
  width: 80%;
}
footer .wrap .logo_set .memo {
  margin-bottom: 1em;
  font-size: 12px;
}
footer .wrap .logo_set address {
  font-size: 10px;
}
footer .wrap .gloval2 img.nav {
  display: block;
  position: absolute;
  bottom: 2em;
  right: .7em;
  width: 6%;
}
footer .wrap .gloval2 .main_nav {
  display: none;
  background: #004364;
  width: 65%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  overflow-y: scroll;
  height: 100%;
}
footer .wrap .gloval2 .main_nav li {
  padding: 3% 0 0;
  text-indent: 2%;
  font-size: 14px;
}
footer .wrap .gloval2 .main_nav li a {
  color: #fff;
}
footer .wrap .gloval2 .main_nav li .sub_nav {
  background: rgba(255, 255, 255, 0.03);
  margin-top: 2%;
  width: 100%;
}
footer .wrap .gloval2 .main_nav li .sub_nav li {
  padding: 3% 0 0;
  border-bottom: none;
  text-indent: 2%;
  font-size: 12px;
  text-decoration: underline;
}
footer .wrap .gloval2 .main_nav a:nth-last-of-type(1) li {
  padding-bottom: 3%;
}
footer .wrap .gloval2 .main_nav .one_contents {
  padding-bottom: 3%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
body#index .contents .contents_nav {
  padding-bottom: 3%;
}
body#index .contents .contents_nav .contents_list {
  padding-top: 0;
}
body#index .contents .bland_list {
  padding-top: 0;
}
body#index .contents .bland_list .description {
  padding: 3%;
}
body#company .page_title {
  background-image: url(../images/company_title_bg_2024.png);
}
body#company .contents {
  width: 100%;
}
body#company .contents .liquid_list li .concept {
  background-image: url(../images/title_bg.png);
  background-position: bottom center;
}
body#company .contents .liquid_list li .overview {
  background-image: url(../images/overview_title_bg_2024.png);
}
body#company .contents .liquid_list li .origin {
  background-image: url(../images/title_bg.png);
}
body#company .contents .liquid_list li .officer {
  background-image: url(../images/officer_title_bg_2024.png);
}
body#company .contents .liquid_list li .access {
  background-image: url(../images/access_title_bg_2024.png);
  background-position: bottom center;
}
body#company .contents .liquid_list li .news_company {
  background-image: url("../images/title_bg.png");
  background-position: center bottom;
}

body#company footer {
  margin-top: 0;
}
body#overview .page_title {
  background-image: url(../images/overview_title_bg_2024.png);
}
body#overview .contents .plain_table {
  margin: 1em auto 0;
  width: 94%;
}
body#overview .contents .plain_table th {
  text-align: left;
}
body#overview .contents .plain_table td figure {
  margin-top: 3%;
}
body#origin .page_title {
  background-image: url(../images/title_bg.png);
}
body#origin .page_title h1 {
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0.2);
}
body#origin .contents {
  padding: 3%;
}
body#origin .contents article {
  margin-top: 1em;
}
body#origin .contents article h2 {
  margin-bottom: 3%;
  font-size: 18px;
}
body#origin .contents article h2 span {
  display: block;
  font-size: 12px;
}
body#origin .contents .bland_logo figure {
  margin: 0 auto;
  width: 50%;
}
body#concept .page_title {
  background-image: url(../images/title_bg.png);
  background-position: bottom center;
}
body#concept .contents {
  padding: 3%;
}
body#concept .contents article {
  margin-top: 1em;
}
body#concept .contents article h2 {
  margin-bottom: 3%;
  font-size: 18px;
}
body#concept .contents article h2 span {
  display: block;
  font-size: 12px;
}
body#concept .contents article h3 {
  margin-bottom: 3%;
  font-size: 16px;
}
body#concept .contents .conclusion h4 {
  margin-bottom: 3%;
  font-size: 18px;
}
body#concept .contents .conclusion figure {
  margin: 3% 0;
}
body#officer .page_title {
  background-image: url(../images/officer_title_bg_2024.png);
}
body#officer .contents {
  padding: 3%;
}
body#officer .contents ul li {
  margin-bottom: 3%;
}
body#officer .contents ul li figure {
  margin-bottom: 3%;
}
body#officer .contents ul li div h2 {
  margin-bottom: 2%;
  font-size: 18px;
}
body#officer .contents ul li div h2 span {
  margin-bottom: 2%;
  font-size: 12px;
}
body#access .page_title {
  background-image: url(../images/access_title_bg_2024.png);
  background-position: bottom center;
}
body#access .contents {
  padding: 3%;
}
body#access .contents table {
  margin: 3% 0;
}
body#access .contents figure {
  margin-bottom: 3%;
}
body#access .contents .map iframe {
  width: 100%;
}
body#release .page_title {
  background-image: url(../images/title_bg.png);
}
body#release_details .page_title {
  background-image: url(../images/title_bg.png);
}
body#results .page_title {
  background-image: url(../images/title_bg.png);
}
body#results .contents {
  padding: 3%;
}
.tab {
	text-align: left;
}
.tab a {
	display: inline-block;
	box-sizing: border-box;
	margin: 0 2%;
	border: 1px solid #ccc;
	border-bottom: 0;
	border-radius: 4px 4px 0 0;
	width: 46%;
	color: #000;
	background: #fafafa;
	background: -moz-linear-gradient(top,  #fafafa 0%, #dddddd 100%);
	background: -webkit-linear-gradient(top,  #fafafa 0%,#dddddd 100%);
	background: linear-gradient(to bottom,  #fafafa 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#dddddd',GradientType=0 );
	position: relative;
	bottom: -1px;
}
.tab a:hover {
	background: #dddddd;
	background: -moz-linear-gradient(top,  #dddddd 0%, #fafafa 100%);
	background: -webkit-linear-gradient(top,  #dddddd 0%,#fafafa 100%);
	background: linear-gradient(to bottom,  #dddddd 0%,#fafafa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#fafafa',GradientType=0 );
}
.tab a span {
	display: block;
	padding: 0.7em 0 0.5em;
	text-align: center;
}

.tab a.on {
	border-top: 0;
	border-bottom: 1px solid #fff;
	border-radius: 0;
}
.tab a.on span {
	background: #fff;
	box-shadow: 0 4px #eb6112 inset;
}
.tabsec {
	margin-bottom: 4%;
	padding: 4% 4% 0;
	border: 1px solid #ccc;
}
body#results .contents .plain_table.wide {
  display: none;
}
/*
body#results .contents .plain_table tr th.bg {
	background: #fff!important;
}
*/
body#results .contents h2.description {
  margin-bottom: 1em;
}
body#results .contents .results_list li {
  margin-bottom: 4%;
}
body#results .contents .results_list li h3 {
  padding: 2% 0;
  background: #eb6112;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
body#results .contents .results_list li table th,
body#results .contents .results_list li table td {
  text-align: left;
}
body#results .contents .notes {
  font-size: 13px;
  line-height: 1.8em;
}
body#results .contents .magazine {
  margin-top: 2em;
}
body#results .contents .magazine dt {
  margin-bottom: 3%;
}
body#toll .page_title {
  background-image: url(../images/title_bg_1.png);
}
body#toll .contents {
  width: 100%;
}
body#toll .contents .liquid_list li .system {
  background-image: url(../images/title_bg_1.png);
}
body#toll .contents .liquid_list li .voice {
  background-image: url(../images/title_bg.png);
}
body#toll .contents .liquid_list li .agreement {
  background-image: url(../images/title_bg.png);
}
body#toll .contents .liquid_list li .document {
  background-image: url(../images/title_bg.png);
}
body#toll .contents .liquid_list li .contents6 {
  background-image: url(../images/title_bg.png);
}
body#toll footer {
  margin-top: 0;
}
body#system .page_title {
  background-image: url(../images/title_bg_1.png);
}
body#system .contents {
  padding: 3%;
}
body#system .contents p.description {
  margin-bottom: 3%;
}
body#system .contents .member_type {
  padding-top: 1em;
}
body#system .contents .member_type li {
  margin-bottom: 3%;
  padding-bottom: 3%;
  border-bottom: 1px solid #e7e7e7;
}
body#system .contents .member_type li h2 {
  margin-bottom: 2%;
  font-size: 22px;
  font-family: 'Sawarabi Mincho';
  text-align: left;
}
body#system .contents .member_type li dl dt {
  float: left;
}
body#system .contents .member_type li dl dd {
  float: left;
}
body#system .contents .member_type li dl dt:nth-of-type(2n) {
  margin-bottom: 3%;
  clear: left;
}
body#system .contents .member_type li dl dt:nth-last-of-type(1) {
  clear: left;
  margin-bottom: 3%;
  padding: 2% 0;
  float: none;
}
body#system .contents .member_type li dl dd:nth-last-of-type(1) {
  display: block;
  line-height: 1.8em;
}
body#system .contents .member_type li dl dd:nth-last-of-type(1) span {
  margin-top: 10px;
  font-size: 14px;
}
body#system .contents .member_type li .btn {
  margin: 3% 0;
}
body#system .contents .comment dt {
  margin-top: 5%;
  font-size: 18px;
}
body#system .contents .comment dd {
  margin-top: 3%;
  line-height: 1.8em;
}
body#system .contents .comment dd.calc {
  margin: 3% auto;
  border: 1px solid #ccc;
  padding: 1em;
}
body#system_details .page_title {
  background-image: url(../images/title_bg.png);
}
body#system_details .contents .intro {
  padding: 10% 3% 3% 3%;
}
body#system_details .contents .intro h2 {
  margin-bottom: 3%;
  font-size: 20px;
}
body#system_details .contents .intro dl {
  margin-bottom: 2em;
}
body#system_details .contents .intro h3 {
  margin: 3% 0;
}
body#system_details .contents .form_area {
  padding: 3%;
  padding-top: 0;
}
body#system_details .contents .form_area table th .required {
  display: block;
  font-size: 12px;
}
body#user .contents table td span,
body#system_details .contents .form_area table td span {
  font-size: 12px;
}
body#system_details .contents .form_area table td .before {
  margin-right: .3em;
}
body#system_details .contents .form_area table td .after {
  margin: .3em 0 0 .3em;
  display: block;
}
body#system_details .contents .form_area table td .narrow {
  width: 7em;
}
body#system_details .contents .form_area table td input[type="button"] {
  padding: 2% 3%;
  font-size: 12px;
  cursor: pointer;
}
body#system_details .contents .form_area table td ul li {
  margin-bottom: 3%;
}
body#system_details .contents .form_area table td ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}
body#system_details .contents .optin {
  padding: 3%;
  padding-top: 0;
}
body#system_details .contents .optin p {
  margin-bottom: 3%;
}
body#system_details .contents .optin p label {
	display: block;
	margin: 0 auto 0.5em;
	padding: 0.5em 1em;
	line-height: 1.4em;
	color: #fff!important;
	background: #004364;
	cursor: pointer;
}
body#system_details .contents .optin p label:hover {
  opacity: 0.7;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  zoom: 1;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
body#system_details .contents .optin dl dt {
  margin-bottom: 3%;
  padding-bottom: 3%;
}
body#system_details .contents .optin dl .scroll_box {
  margin: 3% 0;
  padding: 3%;
  height: 20em;
}
body#system_details .contents .optin dl .scroll_box .pchide {
	display: inherit;
}
body#system_details .contents .optin dl .scroll_box .sphide {
	display: none;
}
body#system_details .contents .optin dl .scroll_box h4 {
  margin-bottom: 3%;
}

body#system_details .contents .optin dl .scroll_box table {
	margin-bottom: 3%;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	width: 100%;
}

body#system_details .contents .optin dl .scroll_box table th {
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 0.5em;
	background: #f5f5f5;
	text-align: center;
	white-space: nowrap;
	font-size: 11px;
}
body#system_details .contents .optin dl .scroll_box table td {
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 0.5em;
	font-size: 11px;
}
body#system_details .contents .optin dl .scroll_box .bdr {
	margin-bottom: 1em;
	border: 1px solid #888;
	padding: 1em 1em 0;
}
body#system_details .contents .optin dl .scroll_box .udr {
	text-decoration: underline;
}


body#system_details .contents .optin dl .scroll_box .sbtitle {
	padding: 2% 0;
	font-size: 20px;
	text-align: center;
}
body#system_details .contents .optin dl .scroll_box .sbtitle p {
	font-size: 0.5em;
}
body#system_details .contents .optin dl .scroll_box .sbtitle span {
	display: inline-block;
	border: 2px solid #c00;
	padding: 0.5em;
	color: #c00;
	font-size: 0.5em;
}
body#system_details .contents .optin dl .scroll_box table.sbinfo {
	margin-bottom: 30px;
}

body#system_details .contents .optin dl .scroll_box dl dt {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 3px solid #ccc;
	font-weight: bold;
}
body#system_details .contents .optin dl .scroll_box dl dd p {
	margin: 0 0 1em;
}

body#system_details .contents .optin .link {
  margin-bottom: 3%;
}
body#system_details .contents .btn_area dt {
  margin-bottom: 3%;
  font-size: 16px;
}
body#system_details .contents .btn_area dd {
  margin: 0 .3;
  padding: 3%;
  width: 45%;
}
body#system_comp .contents h1 {
  margin-bottom: 3%;
  padding: 3%;
  font-size: 18px;
}
body#system_comp .contents .description {
  padding: 3%;
}
body#system_comp .contents .bank_list {
  padding: 3%;
}
body#system_comp .contents .bank_list h2 {
  margin-bottom: 3%;
  padding-bottom: 3%;
}
body#system_comp .contents .bank_list ul li {
  margin-bottom: 3%;
}
body#system_comp .contents .bank_list ul li table th {
  width: 10em;
}
body#voice .page_title {
  background-image: url(../images/title_bg.png);
}
body#voice .page_title h1 {
  text-shadow: 2px 0px 10px rgba(79, 48, 15, 0.7);
  background-color: rgba(79, 48, 15, 0.3);
}
body#voice .contents {
  padding: 3%;
}
body#voice .contents .voice_list {
  margin: 3% 0;
}
body#agreement .page_title {
  background-image: url(../images/title_bg.png);
}
body#agreement .contents {
  padding: 3%;
}
body#agreement .contents h2.description {
  margin-bottom: 3%;
}
body#agreement .contents p.description {
  line-height: 1.8em;
}
body#agreement .contents dl dt {
  margin: 5% 0 2%;
  font-size: 16px;
}
body#agreement .contents dl dd {
  line-height: 1.8em;
}
body#agreement .contents dl dd ul li {
  margin-bottom: 2%;
}
body#document .page_title {
  background-image: url(../images/title_bg.png);
}
body#document .contents {
  padding: 0 3%;
}
body#document .contents .common_caption {
  margin: 3% 0;
  padding: 0;
}
body#document .contents form p {
  line-height: 1.8em;
}
body#document .contents form h3 {
  font-size: 18px;
}
body#document .contents form .approval {
  margin: 1em 0;
}
body#document .contents form .approval li {
  margin-right: .5em;
}
body#document .contents form .approval li label {
  font-size: 16px;
  cursor: pointer;
}
body#document .contents form .approval li label input {
  margin-right: .5em;
}
body#document .contents form .caution {
  margin: 3% 0;
}
body#document .contents form .caution li {
  margin-bottom: 2%;
}
body#free .page_title {
  background-image: url(../images/title_bg.png);
/*  background-image: url(../images/title_bg.png);*/
}
body#free .contents {
  width: 100%;
}
body#free .contents .liquid_list li .magazine {
  background-image: url(../images/title_bg.png);
}
body#free .contents .liquid_list li .diagnosis {
  background-image: url(../images/diagnosis_title_bg_2024.png);
}
body#free .contents .liquid_list li .contents1 {
  background-image: url(../images/title_bg.png);
}
body#free .contents .liquid_list li .contents2 {
  background-image: url(../images/contents2_title_bg.png);
}
body#free .contents .liquid_list li .contents3 {
  background-image: url(../images/title_bg.png);
}
body#free .contents .liquid_list li .contents4 {
  background-image: url(../images/contents4_title_bg.png);
}
body#free .contents .liquid_list li .contents5 {
  background-image: url(../images/title_bg.png);
}
body#free .contents .liquid_list li .youtube {
  background-image: url(../images/youtube_title_bg.png);
}
body#free footer {
  margin-top: 0;
}
article.details {
  margin: 1em 0;
}
article.details time {
  margin-bottom: 2%;
  font-size: 14px;
}
article.details h3 {
  margin-bottom: 3%;
  font-size: 16px;
}
article.details .bland_name {
  padding: .5em 1em;
}
article.details p {
  line-height: 1.8em;
}
article.details .btn.key_color {
  margin-top: 1em;
  width: 8em;
}
body#diagnosis .page_title {
  background-image: url(../images/diagnosis_title_bg_2024.png);
}
body#diagnosis .contents {
  padding: 3%;
}
body#diagnosis .contents h2.description {
  margin-bottom: 3%;
}
body#diagnosis .contents p.description {
  margin-bottom: 3%;
  line-height: 1.8em;
}
body#diagnosis .contents p.description span {
	display: block;
	padding: 0.5em 0;
	text-align: center;
}
body#diagnosis .contents p.description span b {
	display: none;
}
body#diagnosis .contents p.description span a {
	display: inline-block;
	outline: 3px solid #eb6112;
	border: 1px solid #fff;
	padding: 0.5em 1em;
	color: #fff;
	background: #eb6112;
}
body#diagnosis .contents p.description span a i {
	margin-right: 5px;
}
body#diagnosis .contents .plain_table {
  margin-bottom: 3%;
}
body#diagnosis .contents .plain_table th span {
  font-size: 14px;
}
body#diagnosis .contents .plain_table {
  width: 100%;
}
body#diagnosis .contents .plain_table th {
  width: 10em;
}
body#diagnosis .contents .plain_table td input {
  padding: .2em;
}
body#diagnosis .contents .plain_table td:nth-of-type(1) input {
  margin-bottom: 2%;
  display: inline-block;
}
body#diagnosis .contents .bland_info li h3 {
  margin-bottom: 3%;
}
body#diagnosis .contents .add {
  margin-bottom: 3%;
}
body#diagnosis .contents .add input[type="button"] {
  padding: 2% 4%;
}
body#contents1 .page_title {
  background-image: url(../images/title_bg.png);
}
body#contents1 .contents {
  padding: 3%;
}
body#contents2 .page_title {
  background-image: url(../images/contents2_title_bg.png);
}
body#contents2 .contents {
  padding: 3%;
}
body#contents2 .contents h2.description {
  margin-bottom: 3%;
}
body#contents3 .page_title {
  background-image: url(../images/title_bg.png);
}
body#contents3 .contents {
  padding: 3%;
}
body#contents3 .contents h2.description {
  margin-bottom: 3%;
}
body#contents4 .page_title {
  background-image: url(../images/contents4_title_bg.png);
}
body#contents4 .contents {
  padding: 3%;
}
body#contents4 .contents h2.description {
  margin-bottom: 3%;
}
body#contents5 .page_title {
  background-image: url(../images/title_bg.png);
}
body#contents5 .contents p.description {
  padding: 3%;
}
body#contents5 .contents .plain_list .search_form {
  padding: 0;
  width: auto;
}
body#contents5_about .page_title {
  background-image: url(../images/title_bg.png);
}
body#contents5_about .contents {
  padding: 3%;
}
body#contents5_about .contents p.description {
  padding: 3% 0;
  line-height: 1.8em;
}
body#contents5_about .contents ol li h2 {
  margin-bottom: 3%;
  font-size: 18px;
}
body#contents5_about .contents ol li p {
  margin-bottom: 1em;
  line-height: 1.8em;
}
body#contents6 .page_title {
  background-image: url(../images/title_bg.png);
}
body#contents6 .contents {
  padding: 3%;
}
body#contents6 .contents h2.description {
  margin-bottom: 3%;
}
body#magazine .page_title {
  background-image: url(../images/title_bg.png);
}
body#magazine .contents {
  padding: 3%;
}
body#magazine .contents h2.description {
  padding: 3% 0;
}
body#magazine .contents dl dt {
  margin-bottom: 2%;
  font-size: 18px;
}
body#magazine .contents dl dd {
  margin-bottom: 2%;
}
body#magazine .contents ol li {
  margin-top: 1em;
}
body#magazine .contents ol li .form li {
  margin-top: 15px;
}
body#magazine .contents ol li .form li .error {
  margin-top: 2%;
}
body#magazine .contents ol li .notes {
  margin: 3% 0;
}
body#magazine .contents ol li .notes li {
  margin: 0 0 2%;
  font-size: 14px;
}
body#magazine .contents .submit {
  margin-top: 1em;
}
body#user .page_title {
  background-image: url(../images/title_bg.png);
  background-position: bottom center;
}
body#user .contents {
  padding: 3%;
}
body#user .contents h1 {
  font-size: 30px;
}
body#user .contents h1 span {
	display: block;
  font-size: 11px;
}
body#user .contents .description {
  text-align: left;
}
body#user .contents .description br {
	display: none;
}
body#user .contents .description b {
	display: block;
	margin-bottom: 15px;
	padding: 10px 0;
	background: #fafafa;
	font-size: 22px;
	font-weight: normal;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	text-align: center;
}
body#user .contents .description span {
	color: #eb6112;
	font-weight: bold;
}
body#user .contents .button {
	display: inline-block;
	margin-top: 20px;
	border: 2px solid #ccc;
	padding: 10px 20px;
	color: #888;
	font-weight: bold;
}
body#user .contents .plain_table {
  margin: 3% 0;
  width: 100%;
}
body#user .contents .plain_table th {
  width: 10em;
}
body#user .contents .btn.key_color {
  padding: 2% 5%;
}
 /*Tabの内容を表示するエリアの装飾*/
body#user .contents div.content_area {
  background: #fff;
  padding: 0 2%;
  margin-bottom: 4%;
  border: 1px solid #e7e7e7;
}
body#user .contents div.content_area tbody {
  margin-bottom: 40px;
}
 /*アクティブタブの装飾*/ 
body#user .contents .tab_area {
  display: flex;
}
body#user .contents .tab_area li {
  display: block;
  padding: 1em 2em 0.8em;
  margin: 0 0 0 10px;
  border: 1px solid #ccc;
  border-radius: 4px 4px 0 0;
  color: #000;
  background: #fafafa;
  background: -moz-linear-gradient(top,  #fafafa 0%, #dddddd 100%);
  background: -webkit-linear-gradient(top,  #fafafa 0%,#dddddd 100%);
  background: linear-gradient(to bottom,  #fafafa 0%,#dddddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#dddddd',GradientType=0 );
  position: relative;
  bottom: -1px;
}
body#user .contents .tab_area li:hover {
  background: #dddddd;
  background: -moz-linear-gradient(top,  #dddddd 0%, #fafafa 100%);
  background: -webkit-linear-gradient(top,  #dddddd 0%,#fafafa 100%);
  background: linear-gradient(to bottom,  #dddddd 0%,#fafafa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#fafafa',GradientType=0 );
}
body#user .contents .tab_area li.select {
  display: block;
  background: #fff;
  box-shadow: 0 4px #eb6112 inset;
}
body#user .contents .tab_area li.select span {
  border-top: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}
body#user .contents .tab_area li span {
}

body#user .contents .all_area div.content_area p {
  padding: 8% 0;
}
body#user .contents .all_area div.content_area br.spb {
  display: block;
}
body#user .contents p.notes br {
  display: none;
}

body#user .contents .all_area div.content_area .btn {
  padding: 30px 0;
  text-align: center;
}
body#contact .page_title {
  background-image: url(../images/title_bg.png);
}
body#contact .contents {
  padding: 3%;
}
body#contact .contents .description {
  padding: 3% 0;
  text-align: left;
}
body#contact .contents h2 {
  font-size: 18px;
}
body#contact .contents .tel {
  margin-bottom: 1em;
}
body#contact .contents .tel h2 {
  margin-bottom: 15px;
}
body#contact .contents .tel p {
  font-size: 25px;
}
body#contact .contents .tel p time {
  font-size: 16px;
}
body#contact .contents .mail dl dt {
  margin: 3% 0;
}
body#contact .contents .mail dl dd textarea {
  min-height: 10em;
}
body#contact .contents .mail dl dd .error {
  margin-top: 2%;
}
body#contact .contents .mail dl .submit {
  margin-top: 1em;
}
body#tos .page_title {
  background-image: url(../images/title_bg.png);
}
body#tos .contents {
  padding: 3%;
}
body#tos .contents .description {
  line-height: 1.6em;
}
body#tos .contents .clause li h2 {
  margin: 4% 0 2%;
}
body#tos .contents .clause li p {
  margin-bottom: 3%;
  line-height: 1.6em;
}
body#tos .contents .clause li .main_clause li {
  margin-bottom: 3%;
  line-height: 1.6em;
}
body#tos .contents .clause li .sub_clause {
  margin: 2% 0;
  padding: 3%;
  padding-bottom: 1%;
}
body#tos .contents .clause li .sub_clause li {
  margin-bottom: 2%;
}
body#privacy .page_title {
  background-image: url(../images/title_bg.png);
}
body#privacy .contents {
  padding: 3%;
}
body#privacy .contents p.description {
  margin-bottom: 3%;
  line-height: 1.6em;
}
body#privacy .contents ol.clause li {
  margin-bottom: 3%;
  line-height: 1.6em;
}
body#privacy .contents ol.clause li span {
  margin-bottom: 1%;
}
body#privacy .contents .memo {
  margin-bottom: 3%;
}
body#privacy .contents .info {
  margin-top: 2em;
}
body#privacy .contents .info dt {
  margin-bottom: 2%;
}
body#sct .page_title {
  background-image: url(../images/title_bg.png);
}
body#sct .contents table th {
  width: 18em;
}
body#comp .contents {
  padding: 10% 3% 3% 3%;
  min-height: 20em;
}
body#comp .contents h1 {
  font-size: 20px;
}
body#comp .contents h1 span {
  font-size: 12px;
}
body#comp .contents .description {
  text-align: center;
}
body#comp .contents .button {
  margin-top: 1em;
  padding: .3em .5em;
}
body#login .page_title {
  background-image: url(../images/title_bg.png);
}
body#login .contents {
  padding: 3%;
}
body#login .contents .login_form dt {
  margin-bottom: 3%;
}
body#login .contents .login_form dd {
  margin-bottom: 5%;
}
body#login .contents .login_form .pw {
  margin-bottom: 2%;
}
body#login .contents .login_form .auto label input {
  margin-right: .3em;
}
body#login .contents .magazine dd {
  margin-top: 3%;
  padding: 2% 5%;
}

.bnr {
	margin: 0 auto;
	width: 96%;
}

body#user.contract {
	
}
body#user.contract table tr td a {
	text-decoration: underline!important;
}
body#user.contract table tr td a:hover {
	text-decoration: none!important;
}

.noticeinfo {
	padding: 5% 0;
	text-align: center;
}
.noticeinfo a {
	font-size: 1.2em;
	color: #004364!important;
	text-decoration: underline!important;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.noticeinfo a:hover {
	text-decoration: none!important;
}

.continfo {
	margin: 0 auto 10%;
	width: 96%;
}

.continfo .box {
	margin: 0 auto 5%;
	padding: 0.5em;
	border: 1px solid #004364;
}
.continfo .box h3 {
	display: inline-block;
	margin-bottom: 1em;
	border-bottom: 2px solid #004364;
	padding: 0 0.5em 0.2em;
}
.continfo .box p {
	padding-top: 1em;
}
.continfo .box p.ralign {
	text-align: right;
}
.continfo ul {
	margin-bottom: 10%;
}
.continfo ul li {
	padding: 0.5em 0;
}
.continfo ul li p {
	padding: 0.5em 2em;
}
.continfo ul li span {
	text-decoration: underline;
}
.continfo h4 {
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
.continfo figure {
	margin-bottom: 5%;
	border: 2px solid #ccc;
	height: 200px;
	background: #eee;
	overflow-y: scroll;
}
.continfo figure img {
	width: 100%;
	height: auto;
}

body#system_details .contents .continfo + form .optin dl dt {
	border-bottom: 0;
}
body#system_details .contents .continfo + form .optin dl dd {
	margin-bottom: 10%;
}
/*add 20200323*/
body#news .page_title {
  background-image: url(../images/title_bg.png);
}
body#news .contents {
  padding: 3%;
}
body#news .contents h2.description {
  margin-bottom: 3%;
}


.link {
	margin: 0 auto;
	width: 94%;
}
.link ul {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	padding: 2% 0;
}
.link ul li {
	display: flex;
	margin: 1.5% 0;
	width: 31.5%;
}
.link ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.75em 0 0.65em;
	width: 100%;
	color: #fff;
	background: #004364;
	text-align: center;
}
.link ul li a:hover {
	opacity: 0.7;
}
.link ul li a span {
	line-height: 1.25;
	font-size: 14px;
	font-weight: 900;
}
