@charset "utf-8";

/* CSS Document */

html {
    font-size: 16px;
}

body {
    font-family: “メイリオ”, Meiryo;
    color: #3a3a3a;
    font-size: 16px;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

table {
    background-color: transparent;
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}

p {
    font-size: 100%;
}

.fixedcontainer {
    width: 800px;
    margin: 0 auto;
    padding: 0px;
}

a {
    color: inherit;
}

a:visited,
a:link,
a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
}

a:hover {
    opacity: 0.8;
    transition: opacity 0.5s ease;
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}


/*---------------header-----------------------*/

.header {
    border-top: 30px solid #dfe438;
}

.header h1 {
    font-size: 1.5625rem;
    color: #005db4;
    text-align: center;
    margin: 90px 0;
}

.header_content {
    padding: 30px 0 100px;
    position: relative;
    width: 1030px;
    margin: 0 auto;
}

.header p {
    width: 700px;
    margin: 0px auto 40px;
    font-size: 0.9375rem;
    line-height: 1.8;
}

.header .bar1 {
    position: absolute;
    top: 0;
    left: 0;
}

.header .bar2 {
    position: absolute;
    top: 0;
    right: 0;
}


/*------------section1-------------------*/

.section1 {}

.section_title {
    background: #005db4;
}

.section_title h2 {
    font-size: 1rem;
    color: white;
    line-height: 1;
    padding: 7px 0 5px;
}

.section1 .section_content {
    margin: 30px auto 60px;
}

.section_content p {
    font-size: 0.8125rem;
    line-height: 2;
}


/*------------section2-------------------*/

.section2 {}

.section2 .section_content {
    margin: 30px auto 160px;
}

.section_content h3 {
    font-size: 0.875rem;
    color: #005db4;
    line-height: 2;
}


/*------------border------------------*/

.border {
    text-align: center;
}


/*------------section3--------------------*/

.section3 {
    margin: 30px auto 60px;
}

.section3 h2 {
    font-size: 0.9375rem;
    color: #005db4;
    line-height: 2;
    text-align: center;
    margin: 20px auto;
}

.section3 p {
    font-size: 0.8125rem;
    line-height: 2;
}


/*---------------footer---------------------*/

footer {
    padding-top: 50px;
    border-top: solid #B8B8B8 1px;
    background-color: #f8f7f2;
    border-bottom: solid #B8B8B8 1px;
    padding-bottom: 50px;
}

footer .footer-inner {
    width: 940px;
    margin: 0 auto;
}

footer .footer-inner .left {
    width: 590px;
    float: left;
}

footer .footer-inner dt {
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-weight: bold;
    border-bottom: 1px solid #666;
}

footer .footer-inner dt.mt {
    margin-top: 40px;
}

footer .footer-inner dt.mt:nth-child(4) {
    padding-top: 40px;
}

footer .footer-inner .left dd {
    width: auto;
    display: inline;
    font-size: 14px;
    margin-left: 0;
}

footer .footer-inner .left dd:nth-child(2),
footer .footer-inner .left dd:nth-child(3) {
    width: 295px;
    float: left;
}

footer .footer-inner dt:nth-child(4) {
    clear: both;
}

footer .footer-inner .left dd:nth-child(3) {
    width: 295px;
    float: right;
}

footer .footer-inner .left dd.m02 {
    width: 295px;
}

footer .footer-inner .left dd a {
    display: block;
    margin-bottom: 15px;
    padding-left: 20px;
}

footer .footer-inner .left dd a:hover,
footer .footer-inner .right dd a:hover {
    text-decoration: underline;
}

footer .footer-inner dd a.title {
    padding-left: 0;
}

footer .footer-inner dd a:before {
    content: "> ";
}

footer .footer-inner .right {
    width: 265px;
    float: right;
}

footer .footer-inner .right dd {
    font-size: 14px;
    margin-left: 0;
}

footer .footer-inner .btn_agent img {
    width: 100%;
    margin-top: 40px;
}

footer .footer-inner .btn_agent:before {
    content: "";
}

#copyright {
    text-align: center;
    width: 100%;
    padding: 25px 0;
}

#copyright small {
    font-size: 14px;
}