/* =========================================================

reset style

=========================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}
ul[class],
ol[class] {
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}
ul,
ol{
  list-style: none;
  padding: 0;
  margin: 0;
}
img,
picture {
  max-width: 100%;
  display: block;
}
article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}


/* =========================================================

style

=========================================================== */

*, *::after, *::before {box-sizing: border-box;}
html {
	font-size: 62.5%;
	background-color:#fff;
	-webkit-overflow-scrolling: touch;
}
html, body {height: 100%;}

body{
    font-size: calc(1.6rem + (1vw - 0.56rem) * -1.0000);
    line-height: 1.6;
    font-family: 'Noto Sans JP',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-weight: 400;
    color: #444;
    margin: 0;
    padding: 0;
    width: 100%;
}
.pc-only {
	display: block;
}
.sp-only {
	display: none;
}

/* =========================================================

header

=========================================================== */

#header {}

#headsubNav {
	padding: 1px 0;
	border-bottom:solid 1px #98b5d5;	
}
#headsubNav .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#headsubNav h1 {
	display: inline-block;
	font-size: 11px;
	color:#5d6aac;
	font-weight: 400;
	letter-spacing: 0.06em;
}
#headsubNav ul {
	display: inline-flex;
	justify-content: flex-end;
	list-style: none;
	margin: 0;
	padding: 0;
}
#headsubNav ul li {
	padding: 0 0 0 15px;
	font-size: 12px;
}
#headsubNav ul li a {
	color:#5d6aac;
	transition: color 0.3s;
}
#headsubNav ul li a:hover {
	color:#a2bfc6;
}
#headerNav .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
}
#headerNav #logo {
	max-width: 265px;
}
#headerNav #logo img {
	width: 100%;
}
#headerNav ul {
	display: inline-flex;
	justify-content: flex-end;
	list-style: none;
}
#headerNav ul li {
	font-size: 14px;
}
#headerNav ul li a {
	color:#172a88;
	margin-left: 15px;
}
#headerNav ul li:nth-child(1) a,
#headerNav ul li:nth-child(2) a, 
#headerNav ul li:nth-child(3) a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#headerNav ul li:nth-child(1) a::after,
#headerNav ul li:nth-child(2) a::after,
#headerNav ul li:nth-child(3) a::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #172a88;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
#headerNav ul li:nth-child(1) a:hover::after,
#headerNav ul li:nth-child(2) a:hover::after,
#headerNav ul li:nth-child(3) a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}
#headerNav ul li.nav-login a {
	color:#172a88;
	border:solid 1px #172a88;
	margin-left: 25px;
	padding: 4px 30px;
	border-radius: 2px;
	transition: background-color 0.3s;
	word-break: keep-all;
}
#headerNav ul li.nav-login a:hover {
	color: #fff;
	border:solid 1px #5d6aac;
	background: #5d6aac;
	text-decoration: none;
}
#headerNav ul li.nav-application a {
	color:#FFF;
	background: #172a88;
	margin-left: 10px;
	padding: 4px 30px;
	border-radius: 2px;
	transition: background-color 0.3s;
	word-break: keep-all;
}
#headerNav ul li.nav-application a:hover {
	background: #5d6aac;
	text-decoration: none;
}
#headerNav .sp-login {
	display: none;
}




/* =========================================================

footer

=========================================================== */

#footer {
	text-align: center;
}
#footer h2 {
	text-align: center;
	margin: 40px auto 10px;
	width: 200px;
}
#footer h2 img {
	width: 100%;
}
#footer p {
	text-align: center;
	font-size: 11px;
	color: #5d6aac;
}
ul.f-subNav {
	display: none;
}
ul.f-nav {
	display: inline-block;
	margin: 30px auto;
	list-style: none;
	padding: 0;
}
ul.f-nav li {
	font-size: 13px;
	display: inline;
	margin-right: 1em; 
	margin-left: 1em;
}
ul.f-nav li a {
	color:#5d6aac;
	transition: color 0.3s;
	padding: 5px 0;
}
ul.f-nav li a:hover {
	color:#ccc;
}
ul.f-nav li:nth-child(9) ::before {
  content: '\A';
  white-space: pre;
}
#footer .copyright {
	width: 100%;
	text-align: center;
	border-top:solid 1px #98b5d5;
	padding: 10px 0;
	margin: 10px 0 0;
	color:#5d6aac;
	font-size: 12px;
}



/* =========================================================

contents

=========================================================== */

h2 {
    font-size: calc(2.0rem + (1vw - 0.56rem) * 1.5000);/* 20x~26pxで可変*/
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom: 15px;
}
h3 {
    font-size: calc(1.8rem + (1vw - 0.56rem) * 1.0000);/* 18px~22pxで可変*/
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
}
@media screen and (max-width: 560px) {
    body{
        font-size:1.5rem;
        line-height: 2;
    }
    h2{
        font-size: 1.8rem;
    }
    h3 {
        font-size: 1.7rem;
    }
}
 
@media (min-width: 960px) {/* 960px以上*/
    body {
        font-size:1.6rem;
    }
    h2 {
        font-size: 3.0rem;
    }
    h3 {
        font-size: 2.2rem;
    }
}

main {
	width: 100%;
	border-top:solid 1px #98b5d5;
}

.inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

section .inner {
	padding: 80px 0;
}

a, a:link {
	text-decoration: none;
	color: #444;
}
a:hover {
	text-decoration: underline;
	color:#5d6aac;
}

.moreview {
	margin: 20px 0;
}
.moreview a {
	display: inline-block;
	padding: 0 40px;
	height: 36px;
	line-height: 36px;
	border:solid 1px #222;
	color: #222;
	border-radius: 25px;
}
.moreview a:hover {
	background: #222;
	color: #FFF;
	text-decoration: none;
}
.moreview.color-w a {
	border:solid 1px #FFF;
	color: #FFF;
}
.moreview.color-w a:hover {
	border:solid 1px #FFF;
	color: #222;
	background: #fff;
}

.table {
    margin: 30px 0 ;
}
.table table {
    width: 100%;
    border-spacing: 0;
    margin-bottom: 10px;
    border-collapse: separate;
    border-spacing: 2px;
    font-size: 13px;
}
.table table td,
.table table th {
    padding: 0.6em 0.6em;
    vertical-align: top;
    word-wrap: break-word !important;
    word-break: break-all;
    text-align: center !important;
    color: #222;
}
.table table td {
	background: rgba(255,255,255,1);
	text-align: left;
}
.table table th {
    background: #009eff;
    white-space: nowrap;
    vertical-align: middle;
	color: #FFF;
}
.table table p {
    margin: 0 0 8px !important;
}
.table table .txtred {
    color: #c60000;
    font-weight: 700;
    font-size: 120%;
}


.scroll {
    overflow: auto;
    white-space: nowrap;
}
.scroll::-webkit-scrollbar {
    height: 12px;
}
.scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
}
.scroll table {
    margin: 0 0 15px;
}



#breadcrumb {
	margin: 15px 0;
}
#breadcrumb ul {
  display: flex;
  flex-direction: row;
}
#breadcrumb ul li {
  display: inline;
  list-style: none;
  font-size: 12px;
  padding: 0 5px;
  color:#666;
}
#breadcrumb ul li:first-child {
  padding: 0 5px 0 0;
}
#breadcrumb ul li:after {
  content: '>';
  padding: 0 0 0 10px;
  color: #8e8270;
}
#breadcrumb ul li:last-child:after {
  content: '';
}
#breadcrumb ul li a {
  text-decoration: none;
  color: #666;
}
#breadcrumb ul li a:hover {
  text-decoration: underline;
}
#pagetitle {
	width: 100%;	
}
#pagetitle .inner {
	background: url('../images/pagetitle-bg.png') no-repeat right center;
	background-size: auto 100%;
}
.title-color1 {
  background-image: -webkit-gradient(linear, left top, right top, from(#005e9d), to(#2080ff));
  background-image: -webkit-linear-gradient(left, #005e9d 0%, #2080ff 100%);
  background-image: linear-gradient(to right, #005e9d 0%, #2080ff 100%);
}
.title-color2 {
  background-image: -webkit-gradient(linear, left top, right top, from(#32afff), to(#b3ffff));
  background-image: -webkit-linear-gradient(left, #32afff 0%, #b3ffff 100%);
  background-image: linear-gradient(to right, #32afff 0%, #b3ffff 100%);
}
.title-color3 {
  background-image: -webkit-gradient(linear, left top, right top, from(#3282ff), to(#9adaff));
  background-image: -webkit-linear-gradient(left, #3282ff 0%, #9adaff 100%);
  background-image: linear-gradient(to right, #3282ff 0%, #9adaff 100%);
}
#pagetitle h1 {
	color: #FFF;
	font-weight: 500;
	height: 120px;
	line-height: 120px;
	letter-spacing: 0.06em;
	font-size: 22px;
}
.section-title {
	position: relative;
	padding: 1rem .5rem;
	text-align: center;
	margin: 0 0 30px;
	color: #00437c;
}
.section-title::after{
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 4px;
	content: '';
	background-image: -webkit-gradient(linear, right top, left top, from(#0071ca), to(#0047a8));
	background-image: -webkit-linear-gradient(right, #0071ca 0%, #0047a8 100%);
	background-image: linear-gradient(to left, #0071ca 0%, #0047a8 100%);
}

.h2ttl {
	text-align: left;
	background: url('../images/icon-arrow2.jpg') no-repeat left 6px;
	background-size: 20px auto;
	padding: 0 0 0 35px;
	font-weight: 700;
	font-size: 2.4rem;
}
.h3ttl {
	text-align: left;
	position: relative;
	padding: 0 0 0.5em;
	border-bottom: 6px solid #1a7bee;
}
.h3ttl:before {
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 20%;
	height: 6px;
	content: '';
	background: #20d2ff;
}
.lead {
	text-align: left;
	width: 60%;
	margin: 0 auto 30px;
}
.lead img {
	width: 30px;
	margin: 0 auto 10px;
	display: block;
}
.row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 0 30px;	
}
.cont1of2,
.row.sp-column .cont1of2 {
	width: 48%;
}
.cont1of3,
.row.sp-column .cont1of3 {
	width: 30%;
}
.column-cont {
	display: block;
	width: 100%;
	padding: 40px 0;
	margin: 0 auto;
}

/* ===================

contactInfo

====================== */

#contactInfo {
	background: #d4eef8;
	text-align: center;
}
#contactInfo .inner {
	padding: 40px 0;
}
#contactInfo h3 {
	font-weight: 400;
}
#contactInfo p {
	width: 60%;
	max-width: 800px;
	margin: 30px auto;
	text-align: center;
}
#contactInfo ul {
	display: flex;
	justify-content: space-between;
	width: 40%;
	max-width: 600px;
	margin: 0 auto;
}
#contactInfo ul li {
	display: inline-block;
	width: 45%;
	text-align: center;
}
#contactInfo ul li a {
	display: block;
	padding: 0 10px;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color: #222;
	background: #FFF;
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1), 0px 0px 2px -50px rgba(10,10,10,0.02);
	transition: color 0.8s;
}
#contactInfo ul li a:hover {
	box-shadow: 0px 0px 5px -6px rgba(0,0,0,0.1), 0px 0px 2px -50px rgba(10,10,10,0.02);
	text-decoration: none;
}




/* ===================

TOP

====================== */
#mainVisual{
	background: url('../images/mainVisual.jpg') no-repeat center center;
	background-size:  cover;
}
#mainVisual .inner {
	display: flex;
	box-sizing: border-box;
	align-items: center;
	height: 50vh;
	max-height: 680px;
}
#mainVisual h2 {
	font-weight: 400;
	font-size: 40px;
	color: #FFF; 
	letter-spacing: 0.01em;
}
#mainVisual h2 span {
	font-size: 18px;
	display: block;
}
#top-whatisVegasen {
	background: url('../images/top-whatis_bg1.png');
	background-size: 12% auto;
}
#top-whatisVegasen .inner {
	background: url('../images/top-whatis_bg2.png') no-repeat 85% 50%;
	background-size: auto 100%;
	padding-left:120px;
	padding-right:75px;
	box-sizing: border-box;
}
#top-whatisVegasen h2 {
	margin-bottom: 20px;
}
#top-whatisVegasen p {
	width: 48%;
	margin: 0 0 20px;
}

#news li {
	padding: 25px 0;
	margin:  25px 0;
	border-bottom:solid 1px #CCC;
}
#news li a {
	display: none;
}

#news li::before {
	/*
  content: "+";
  font-size: 85%;
  border: 1px solid #ddd;
  padding: 0.2em;
  line-height: 0;
  margin-right: 1em;
  display: inline-block;
  */
  display: none;
}
#news li.open::before {
/*
  content: "-";
  border: 0;
*/
display: none;
}
#news .desc {
  display: block;
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0px 30px 0px;
  padding: 20px;
  background: #f2f2f2;
  border: solid 1px #ccc;
}
#news .newstitle {
	display: inline-block;
}
#top-information .inner {
	padding-left:75px;
	padding-right:75px;
	display: flex;
	justify-content:space-between;
	box-sizing: border-box;
}
#top-information .top-information-ttl {
	width: 240px;
	background: #0083c5;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
#top-information .top-information-ttl h3 {
	font-size: 26px;
	font-family: 'Ropa Sans', sans-serif;
	font-weight: 400;
	text-align: center;
}
#top-information .top-information-ttl h3 span {
	font-size: 13px;
	font-family: 'Noto Sans JP',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	display: block;
}
#top-information ul {
	width: calc(100% - 240px - 30px);
}
#top-information ul li {
	display: none;
}
#top-information #news li a {
	display: inline-block;
}

#top-information ul li:nth-child(1),
#top-information ul li:nth-child(2) {
	display: block;
}
#top-information ul li{
	padding: 5px 0;
	margin:  5px 0;
	border-bottom:solid 1px #CCC;
}
#top-information ul li span.data,
#news li span.data {
	font-family: 'Ropa Sans', sans-serif;
	font-size: 18px;
	display: inline-block;
	margin-right: 8px;
}
#top-information ul li span.label,
#news li span.label  {
	display: inline-block;
	width: 120px;
	padding: 0 5px;
	height: 22px;
	line-height: 22px;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	margin-right:8px;
	background: #1f8aad;
}
#top-information #news li::before,
#top-information #news li.open::before {
	display: none;
}
#top-information #news li .desc,
#top-information #news li .newstitle {
  display: none;
}


#top-reason {
  background: linear-gradient( 0deg, rgba(0, 43, 56, 0.8), rgba(0, 67, 124, 0.8)),url('../images/top-reason_bg.png') no-repeat left bottom #00437C;
  background-size: auto, 90% auto;
  text-align: center;
  color: #FFF;
}
#top-reason h3 {
	text-align: left;
}
#top-reason .table {
	margin-bottom: 80px;
}
.table table td,
.table table th {
    font-size: 15px !important;
}
.scroll-info {
	display: none;
}

#reason-img {
	display: flex;
	justify-content: space-between;
	margin: 60px 120px 50px;
}
#reason-img li {
	width: 33.333%;
	display: inline-block;
	padding: 0 20px;
	box-sizing: border-box;
}
#reason-img li img {
	width: 100%;
}
#reason-txt {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#reason-txt li {
	width: 48%;
	display: inline-block;
	text-align: left;
	text-align: justify;
	margin-bottom: 30px;
}
#reason-txt ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#reason-txt ul li {
	display: block;
	margin: 0 0 10px;
	padding: 0 0 0 20px;
	background: url('../images/icon-arrow-w.png') no-repeat 0 8px;
	background-size: 12px auto;
}
#reason-txt h4 {
	background: #FFF;
	color: #003286;
	text-align: center;
	padding: 10px;
	line-height: 1.2em;
	margin-bottom: 20px;
}
#reason-txt h4 span {
  display: block;
  padding: 0.6rem 3rem;
  margin-bottom: 8px;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#209cff), to(#68e0cf));
  background-image: -webkit-linear-gradient(left, #209cff 0%, #68e0cf 100%);
  background-image: linear-gradient(to right, #209cff 0%, #68e0cf 100%);
}

#application {
	border-top:solid 1px #eee;
	text-align: center;
	background: rgb(0,43,56);
background: linear-gradient(90deg, rgba(0,43,56,1) 9%, rgba(0,67,124,1) 100%);
}
#application .inner{
	padding: 40px 0;
}
#application h3 {
	letter-spacing: 0.15em;
	font-weight: 400;
	color: #FFF;
}
#application h3 span {
	font-size: 13px;
	display: block;
}
#application a {
	width: 90%;
	max-width: 320px;
	display: block;
	padding: 0 10px;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	color: #222;
	background: #FFF;
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1), 0px 0px 2px -50px rgba(10,10,10,0.02);
	transition: color 0.8s;
}
#application a:hover {
	box-shadow: none;
	text-decoration: none;
	background: #f2f2f2;
}

/* ===================

page

====================== */
.guide-img1 {
	width: 45%;
	max-width: 500px;
	margin: 0 auto 40px;
}
.guide-img1 img {
	width: 100%;
}
#guide2 {
	background: #f2f2f2;
}
#guide2 .row {
	margin: 0 0 30px;
}
.listmark-num > li{
padding-left: 30px;
}
.listmark-num > li:before {
content: counter(my-counter);
counter-increment: my-counter;
background-color: #FFF;
border:solid 1px #222;
display: block;
float: left;
margin-top:3px;
color: #222;
font-size: 65%;
font-weight: bold;
letter-spacing: -0.5pt;
text-indent: -0.5pt;
line-height: 20px;
margin-left: -30px;
text-align: center;
height: 20px;
width: 20px;
border-radius: 50%;
}
.listmark-num > li:after{
content: "";
display: block;
height: 0;
font-size: 0;
clear: both;
}
.listmark-num{
counter-reset: my-counter; /* ol本体でカウンターをリセット ? このクラスが呼び出される度に1からカウントされるようにする */
padding: 0;
}

p.hedge-ex-result {
	font-weight: 700;
	text-align: left;
	color: #ff0000;
}
.message {
	background: #00437c;
	color: #FFF;
	font-weight: 700;
	font-size: 20px;
	text-align: left;
	padding: 30px 65px;
	border-radius: 3px;
	margin: 40px 0 0;
} 

#about1 {
	text-align: center;
}
#about1 .lead {
	letter-spacing: 0.01em;
}
#about1 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 80%;
	margin: 30px auto 0;
}
#about1 ul li {
	width: 48%;
	text-align: left;
	margin: 0 0 30px;
	border:solid 1px #ccc;
	padding: 10px;
}
#about1 ul li:first-child,
#about1 ul li:nth-child(2),
#about1 ul li:nth-child(4) {
	letter-spacing: 0.04em;	
}
#about1 ul li span {
	display: block;
	padding: 1rem 3rem;
	color: #fff;
	background: #209cff;
	letter-spacing: 0;
	/*
	background-image: -webkit-gradient(linear, left top, right top, from(#209cff), to(#68e0cf));
	background-image: -webkit-linear-gradient(left, #209cff 0%, #68e0cf 100%);
	background-image: linear-gradient(to right, #209cff 0%, #68e0cf 100%);
	*/
	margin: 0 0 10px;
}
#about2 {
	text-align: center;
	background: #f2f2f2;
}
#about2 .inner .row .cont1of2 {
	margin: 30px auto;
	text-align: left;
}
#about2 .inner .row .cont1of2 div {
	border:solid 1px #333;
	padding: 25px 30px;
	background: #FFF;
}
#about2 .inner .row .cont1of2 ul {
	text-align: left;
	list-style: circle;
	margin: 0 0 0 20px;
}
#about2 .inner .row .cont1of2 ul li {
	margin: 5px 0;
}
.borderbox {
	border:solid 1px #333;
	padding: 20px;
	display: block;
	text-align: justify;
	margin: 30px 0 0;
	font-size: 13px;
}
#about2 h3 {
	margin: 0 auto 30px;
	text-align: center;
}
#about2 h4 {
	margin: 40px auto 10px;
}
#about2 img {
	width: 60%;
	margin: 0 auto;
}
#about2 .column-cont p {
	text-align: left;
}
#about2 ul.flow {
	display: flex;
	justify-content: space-between;
}
#about2 ul.flow li {
	display: inline-block;
	width: 33.3333%;
	margin: 0 20px;
	border:solid 1px #000;
	text-align: left;
	background: #FFF;
}
#about2 ul.flow li .flow-num {
	padding: 0.2rem 0;
	border-bottom: 1px solid #000;
	background: #009eff;
	text-align: center;
	display: block;
	color: #FFF;
	font-size: 22px;
	font-family: 'Ropa Sans', sans-serif;
}
#about2 ul.flow li p {
	margin: 15px 25px;
	text-align: justify;
}
#sim-sample ul#sample {
	display: flex;
	justify-content: space-between;
}
#sim-sample ul#sample li {
	width: 33%;
	box-sizing: border-box;
	margin: 0 20px;
}
#sim-sample ul#sample li h4 {
	margin: 10px 0;
	padding: 0;
}
#sim-sample ul#sample li div {
	padding: 15px;
	border:solid 1px #ccc;
	border-radius: 3px;
	width: 100%;
	background: #FFF;
}
#sim-sample ul#sample li div img {
	width: 100%;
}
#sim-sample p {
	text-align: center !important;
	margin:0 0 30px;
}
/* ======
	Q＆A
=================== */
#qa1 p{
	text-align: center;
}
#qa1 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 80px 0 60px 0;
}
#qa1 ul li {
	width: 48%;
	margin: 0 0 15px;
	position: relative;
}
#qa1 ul li a {
	display: block;
	padding: 0 20px 0 20px;
	margin-left: 26px;
}
#qa1 ul li a:before {
	content:"Q.";
	font-family: 'Ropa Sans', sans-serif;
	color: #0067ff;
	margin-right: 10px;
	display: inline-block;
	margin-left: -26px;
	font-size: 20px;
}
#qa1 dl {
	margin-bottom: 30px;
	border:solid 1px #ccc;
}
#qa1 dl dt {
	background: #DCE8F2;
	padding: 8px 20px;
	position: relative;
}
#qa1 dl dt:before {
	content:"Q.";
	font-family: 'Ropa Sans', sans-serif;
	color: #0067ff;
	margin-right: 10px;
	display: inline-block;
	font-size: 20px;
}
#qa1 dl dd {
	padding: 8px 20px;
	margin-left: 20px;
	position: relative;
}
#qa1 dl dd:before {
	content:"A.";
	font-family: 'Ropa Sans', sans-serif;
	color: #ff0023;
	display: inline-block;
	margin-left: -20px;
	margin-right: 10px;
	font-size: 20px;
}
/* ======
	tokushoho
=================== */

#tokushoho .table {
	margin: 30px auto 0;
}
#tokushoho .table table {
    width: 100%;
    margin-bottom: 10px;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 15px;
    border-top: dotted 1px #b3b3b3;
    border-left: dotted 1px #b3b3b3;
    border-right: dotted 1px #b3b3b3;
}
#tokushoho .table table td,
#tokushoho .table table th {
    padding:0.8em 1em;
    border-bottom: dotted 1px #b3b3b3;
    word-wrap: break-word !important;
    word-break: break-all;
    text-align: left !important;
    color: #222;
}
#tokushoho .table table td {
	background: rgba(255,255,255,1);
	text-align: left;
	vertical-align: middle;
}
#tokushoho .table table th {
    background: #e9f3ff;
    white-space: pre-wrap;
	color: #222;
	width: 20%;
}
#tokushoho .table ol {
	margin: 0 0 0 20px;
}
#tokushoho .table ol li {
	list-style: decimal;
}
#tokushoho .table ol li ul li {
	margin: 5px 0;
	list-style: none;
}

/* ======
	info
=================== */

#info {
	text-align: center;
}
#info .inner{
	padding-left:120px;
	padding-right:120px; 
}
#info .data {
	color: #666;
	margin-bottom: 10px;
	text-align: left !important;
	display: block;
	margin-right: 20px;
}
#info h2.post-title {
	color: #00437c;
	padding: 0 0 5px;
	border-bottom:dotted 1px #ccc;
	font-size: 24px;
	text-align: left;
}
#info .post {
	border:dotted 1px #ccc;
	padding: 60px 80px;
	margin: 30px 0;
	text-align: justify;
}
#info ul li {
	border-bottom:dotted 1px #ccc;
	padding: 10px 15px 0;
	text-align: left;
}
#info .moreview {
	margin: 30px auto;
}


/* ======
	sitemap
=================== */

#sitemap .inner {
	padding-left:120px;
	padding-right:120px; 	
}
#sitemap dl dt {
	margin: 0 0 20px;
}
#sitemap ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#sitemap ul li {
	width: 48%;
	margin: 8px 0;
}
#sitemap a {
	display: block;
	padding: 10px 15px;
	border:solid 1px #ccc;
	border-left:solid 2px #00437c;
	background: url('../images/icon-arrow.png') no-repeat 95% center;
	background-size: 12px auto;
}
#sitemap a:hover {
	text-decoration: none;
	background: url('../images/icon-arrow.png') no-repeat 95% center #c4e6f2;
	background-size: 12px auto;
}

/* ======
	contact
=================== */

#contact {
	text-align: center;
}
#contact .inner{
	max-width: none;
	width: 100%;
}
#contact h3,
#contact p {
	margin-bottom: 20px;
}

#contact .post {
	padding: 0 0 20px;
	text-align: justify;
}
#contact .table span {
	
}
#contact .table a {
	display: inline-block;
	padding: 2px 15px 2px 22px;
	position: relative;
	border-radius: 2px;
	border:solid 1px #ccc;
	background: rgb(238,238,238);
background: linear-gradient(0deg, rgba(238,238,238,1) 9%, rgba(255,255,255,1) 100%);
margin-left: 10px;
}
#contact .table a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 10px;
  box-sizing: border-box;
  width: 7px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 6px solid #222;
}
#contact .table a:hover {
	text-decoration: none;
}
#contact .table {
	max-width: 880px;
	margin: 0 auto;
}
#contact .table table {
    width: 100%;
    margin-bottom: 10px;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 13px;
    border-top: dotted 1px #b3b3b3;
    border-left: dotted 1px #b3b3b3;
    border-right: dotted 1px #b3b3b3;
}
#contact .table table td,
#contact .table table th {
    padding:0.8em 1em;
    border-bottom: dotted 1px #b3b3b3;
    word-wrap: break-word !important;
    word-break: break-all;
    text-align: left !important;
    color: #222;
}
#contact .table table td {
	background: rgba(255,255,255,1);
	text-align: left;
}
#contact .table table th {
	width: 20%;
	background: #f2f2f2;
}
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="submit"],
#contact input[type="button"] ,
#contact textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  background: #FFF;
}
#contact input[type="text"] ,
#contact input[type="email"] {
	width:70%;
}
#contact textarea {
	width:100%;
	height: 200px;
}
#contact input[type="tel"]  {
	width:200px;
}
#contact .submitBtn {
	text-align: center;
}
#contact .submitBtn input[type="submit"], #contact .submitBtn input[type="button"]  {
	margin: 30px auto 0;
	cursor: pointer;
	background-color: #3c407c;
	color: #FFF;
	border-radius: 2px;
}
#contact .submitBtn input[type="submit"]:hover,#contact .submitBtn input[type="button"]:hover  {
	background-color: #4f6fc3;
}