@charset "utf-8";

/* For modern browsers */

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

.cf:after {
    clear: both;
}


/* For IE 6/7 (trigger hasLayout) */

.cf {
    zoom: 1;
}


/* tags
---------------------------------------------------- */

body {
    text-align: center;
    margin: 0px;
    padding: 0px;
    color: #333;
    font: 14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
}

a:link,
a:visited {
    color: #06c;
    text-decoration: underline;
}

a:hover,
a:active {
    color: #e00;
    text-decoration: none;
}

img:not(.keyv) {
    border: 0px;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd,
div,
img {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-weight: normal;
}

a:hover img:not(.imgover) {
    opacity: 0.6;
}


/* wrapper
---------------------------------------------------- */

#contents {
    padding: 0px 15px 15px;
}

#contents h3,
#contents #spo2 h4{
    border-bottom: 1px solid #ccc;
    border-left: 5px solid #0170a7;
    font-size: 16px;
    font-weight: bold;
    color: #0170a7;
    padding: 3px 0px 10px 12px;
    margin: 40px 0px 20px;
    text-align: left;
    line-height: 1.4;
}
#contents #spo2 h3 {
    border: none;
    background: #0170a7;
    color: #fff;
    padding: 8px 15px;
    position: relative;
    margin: 30px 0px 20px;
}

#contents #spo2 h3::after{
  border-left:solid 7px transparent;
  border-right:solid 7px transparent;
  border-top:solid 10px #0170a7;
  bottom:-10px;
  content:"";
  display:block;
  height:0;
  left:40px;
  position:absolute;
  width:0;
}

#contents h4{
    border-bottom: 1px solid #ccc;
    border-left: 5px solid #0170a7;
    font-size: 16px;
    font-weight: bold;
    color: #0170a7;
    padding: 3px 0px 10px 12px;
    margin: 20px 0px 10px;
    text-align: left;
    line-height: 1.4;
}

/* header
---------------------------------------------------- */
#spo2 ul.ul1 {
    margin: 20px 0px;
}
#spo2 .ul1 li {
    display: block;
    width: 32%;
    float: left;
    margin-right: 2%;
    text-align: center;
}
#spo2 li:last-child {
    margin: 0px;
}
#spo2 .ul2 li {
    display: block;
    margin-bottom: 15px;
}
#spo2 iframe {
    width: 100%;
    height: 300px;
}
#spo2 h5 {
    font-size: 16px;
    font-weight: bold;
    color: #0170a7;
    margin: 20px 0px 10px;
    text-align: left;
}
#spo2 .ul2 h5 {
    margin: 10px 0px;
    text-align: center;
}
#spo2 p {
    text-align: left;
    line-height: 2;
}
#spo2 li p {
    line-height: 1.8;
}

#spo2 img {
    margin-bottom: 10px;
}

#spo2 table {
    width: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-bottom: 20px;
}
#spo2 th,
#spo2 td {
    padding: 7px 15px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    line-height: 1.4;
    display: block;
    text-align: left;
}
#spo2 th {
    background: #d5ebf4;
}
#spo1 p {
    text-align: left;
    line-height: 1.8;
}
#contact1 {
    margin: 0px 0 20px;
}

#contact1 li {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    padding: 0px 0px 20px;
}
#contact1 li span {
    display: block;
    font-size: 13px;
    background: #0170a7;
    color: #fff;
    line-height: 1.3;
    margin: 10px 0px 0px 0px;
    padding: 3px;
}
#contact2 p {
    text-align: left;
    line-height: 1.8;
}

#contact2 table {
    margin: 20px 0px 0px;
    border-collapse: collapse;
    width: 100%;
}
#contact2 th,
#contact2 td {
    padding: 10px 10px;
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: left;
}
#contact2 th {
    position: relative;
    background: #f1f1f1;
}

#contact2 th span {
    font-size: 12px;
    color: #fff;
    background: #666;
    display: inline-block;
    line-height: 1;
    padding: 3px 3px;
    font-weight: normal;
    position: absolute;
    right: 10px;
}

#contact2 th span.hs {
    background: #c00;
}
#contact2 input[type='text'] {
    width: 90%;
    padding: 5px 8px;
    margin-bottom: 5px;
    font-size: 14px;
    display: block;
}

#contact2 textarea {
    width: 90%;
    height: 200px;
    padding: 5px 8px;
    font-size: 15px;
}

#privacy {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    margin: 20px 0px;
    padding: 20px 0px;
}

#privacy h4 {
    font-size: 16px;
    font-weight: bold;
    color: #0170a7;
    margin-bottom: 10px;
    text-align: left;
}

#contact2 .box1 {
    background: #d5ebf4;
    padding: 15px 10px;
    text-align: center;
}

#contact2 .box2 input {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    background: #ddd;
    width: 290px;
    padding: 20px 0px;
    text-align: center;
    font-size: 15px;
    position: relative;
    line-height: 1;
    color: #333;
    font-weight: bold;
    margin: 30px auto;
    cursor: pointer;
}

#comp6 iframe {
    width: 100%;
    height: 300px;
}
.comp5 table {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.comp5 td {
    text-align: center;
    padding: 7px 15px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    display: block;
    text-align: left;
    line-height: 1.4;
}

.comp5 .td1 {
    background: #f1f1f1;
}

#comp4 table {
    border-collapse: collapse;
    width: 100%;
}

#comp4 th,
#comp4 td {
    padding: 10px 5px;
    border-bottom: 1px dotted #aaa;
    font-size: 13px;
    text-align: left;
}

#comp4 th {

}

#comp4 th+td {

}

#comp4 tr:nth-child(odd) {
    background: #f1f1f1;
}

#disp4 p {
    font-weight: bold;
    font-size: 15px;
    text-align: left;
}
#comp2 p {
    text-align: left;
}
#comp2 table,
#comp3 table,
#disp4 table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0px 40px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

#comp3 table {
    table-layout: fixed;
}

#comp2 th,
#comp2 td,
#comp3 th,
#comp3 td,
#disp4 th,
#disp4 td {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 7px 15px;
    line-height: 1.4;
    display: block;
    text-align: left;
}
#comp3 th,
#comp3 td {
    display: table-cell;
    font-size: 13px;
    padding: 10px 5px;
}
#comp2 th,
#comp3 th,
#disp4 th {
    background: #d5ebf4;
}

#disp3 div {
    background: #f1f1f1;
    padding: 15px 5px;
    margin: 0px 0px 15px 0px;
}

#disp3 li {
    line-height: 1.6;
    padding: 8px 0px;
    border-bottom: 1px dotted #ccc;
    text-align: left;
}
#disp3 img,
#disp2 img {
    display: block;
    margin: 0px auto 20px;
}

#disp2 p {
    text-align: left;
    line-height: 2;
}

#comp1,
#disp1 {
    margin-bottom: 20px;
}

#comp1 p,
#disp1 p {
    font-size: 15px;
    line-height: 2;
    text-align: left;
}

#disp1 p:nth-child(2) {
    font-weight: bold;
    border: 1px solid #ddd;
    padding: 15px 0px;
    margin: 20px 0px;
    text-align: center;
}

#title {
    background: #d5ebf4;
    padding: 18px 0px;
    margin-bottom: 20px;
}

#title h2 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    color: #0170a7;
    margin-bottom: 8px;
}

#title p {
    font-size: 14px;
    line-height: 1.2;
    color: #d34f4f;
}

#footer2 {
    background: #0170a7;
    padding: 15px;
}

#footer2 p {
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
}

#footer1 {
    margin: 20px 0px 0px;
    background: #f1faff;
    padding: 15px;
}
#footer1 a {
    display: block;
    padding: 15px 20px 15px 15px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #0aafde;
    margin: 10px 0px;
    font-size: 18px;
    position: relative;
    border-bottom: 2px solid #1c88a7;
}
#footer2 .btn1 {
    background: #ffffff;
    display: block;
    padding: 12px;
    font-size: 15px;
    line-height: 1.2;
    margin: 15px 0px 0px;
    text-decoration: none;
    border-bottom: 2px solid #103345;
}
.btn1 i {
    margin-right: 5px;
}
.drawer-menu a {
    text-decoration: none;
    padding: 15px 20px 15px 15px;
    position: relative;
    font-size: 15px;
    line-height: 1.2;
    border-bottom: 1px solid #ddd;
    text-align: left;
    color: #333;
}
.drawer-menu a::after,
#footer1 a::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.drawer-menu a::after {
    border-top: 2px solid #333;
    border-right: 2px solid #333;
}



#home4 h2 {
    margin: 20px 0px;
    text-align: center;
}
#home4 h2 img {
    width: auto;
    height: 40px;
}
#home4 li {
    margin: 0px 0px 15px;
}
#home4 li img {
    width: 250px;
    height: auto;
}

#home3 {
    background: #35a0d4;
    margin: 20px 0px 0px;
}
#home3 h2 {
    background: #0c6daa;
    margin-bottom: 10px;
}
#home3 h2 img {
    width: auto;
    height: 70px;
}
#home3 h2 + img {
    width: 250px;
    height: auto;
}
#home3 h3 {
    margin: 20px 0px 10px;
}
#home3 h3 img {
    width: 320px;
    height: auto;
}

#home3 h3+p {
    margin-bottom: 20px;
}

#home3 p+p {
    text-align: left;
    padding: 0px 15px 15px;
    line-height: 1.8;
}

#home2 {
    background: url(../images/home25.jpg) no-repeat center top;
    background-size: cover;
    padding: 30px 20px;
}

#home2 h2 img {
    width: auto;
    height: 40px;
}

#home2 li {
    display: block;
    background: rgba(12, 60, 105, 0.6);
    text-align: center;
    padding: 15px;
    margin: 20px 0px 0px;
}
#home2 li h3 img {
    width: auto;
    height: 65px;
}
#home2 li p {
    text-align: left;
    line-height: 1.8;
    margin: 15px 0px;
    color: #fff;
}

#home1 {
    background: url(../images/home13.png) no-repeat center 49px;
    padding:20px 15px;
    text-align: center;
}
#home1 h2 img {
    width: 260px;
    height: auto;
}
#home1 p {
    line-height: 1.8;
    margin: 20px 0px;
    text-align: left;
}

#header {
    padding: 15px;
}

#header h1 {
    text-align: center;
}
#header img {
    width: 250px;
    height: auto;
}




#keyvisual {
    margin: 0px auto;
    width: 100%;
    height: 205px;
    text-align: left;
    position: relative;
    overflow: hidden;
    background: #d3e7f0;
}
#keyvisual img {
    top: 0px;
    left: 50%;
    margin-left: -350px;
    position: absolute;
    width: 700px;
    height: 205px;
}
.wd30{width: 30%;}
.bk_blue{background: #d5ebf4;}
.pd10{padding: 10px;}


#disp2-1 img {
    float: left;
    margin: 0px 20px 0px 0px;
}

#disp2-1 p {
    font-size: 15px;
    line-height: 2;
}

#disp2-1 ul{
  display: block;
  height: 150px;
}

#disp2-1 ul li{
  margin-bottom: 5px;
}



#disp2-1 ul li a{
  display: block;
  width: 100%;
  padding:14px 0px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #0170a7;
}
