﻿.maindesign {
margin:auto;
max-width: 860px
}

.maindesign h2.headingMiddle {
position: relative;
padding-bottom: 0.8em;
border-bottom: 3px solid #DDD;
font-size: 1.25em;
font-weight: bold;
margin: 40px 0 30px 0;
text-align: left;
}

.maindesign h2.headingMiddle::after {
position: absolute;
content: " ";
border-bottom: solid 3px #E5002D;
bottom: -3px;
width: 6.5%;
display: block;
}
.maindesign .mb20 {
margin-bottom: 20px;
}

.maindesign .links {
display: flex;
flex-wrap: wrap;
margin-top: 10px;
margin-bottom: 30px;
}

.maindesign .cols2-1 li {
width: calc(50% - 5px);
margin-right: calc(10px / 1);
margin-bottom: 20px;
position: relative;
} 

.maindesign .cols2-1 li:nth-child(2n) {
margin-right: 0px;
}

.maindesign .links li img {
width: 100%;
} 

.maindesign .border_radiuse li {
box-sizing: border-box;
border: 1px solid #ccc;
border-radius: 5px;
overflow: hidden;
} 

.maindesign .listHeading {
font-size: 1.2em;
margin: 10px 0 10px 10px;
color: #333;
font-weight: bold;
}

.maindesign .cols2-1 .cover-btn {
width: 80%;
margin: 0 auto 20px;
}

.maindesign a.orangeBtn {
background: #EA6D0D;
}

.maindesign a.monoBtn {
background: #969494;
}

.maindesign a.btnRadius02 {
border-radius: 40px;
font-weight: bold;
width: auto;
height: auto;
margin: 0;
color: #FFF;
display: flex;
cursor: pointer;
text-decoration: none;
box-sizing: border-box;
align-items: center;
justify-content: center;
text-align: center;
}
.maindesign .fsMedium {
font-size: 1.0em;
padding: 0.75em 0.85em;
}

.maindesign div#mainContent {
}

.maindesign table.borderGlay {
border: 1px #CCCCCC solid;
font-size: 16px;
}

.maindesign table.borderGlay tr {
vertical-align: middle;
}

.maindesign table.borderGlay th {
vertical-align: middle;
}

.maindesign table.borderGlay th, .maindesign table.borderGlay td {
border: 1px #CCCCCC solid;
padding: 0.5em;
text-align: center;
}
.maindesign table.borderGlay th {
font-weight: bold;
}

.maindesign .rr th {
margin: 0px;
padding: 5px !important;
background-color: #E3E3E3;
font-size: 85%;
}

.maindesign .table1 {
width: 100%;
border-collapse: collapse;
border: 1px #663300 solid;
}

.maindesign .table1 tr {
vertical-align: middle;
}

.maindesign .table1 td {
border: 1px #663300 solid;
padding: 5px;
}

.maindesign .table1 td {
vertical-align: middle;
}

.maindesign .text_summary01 {
padding: 10px 0;
line-height: 1.2 
}

@media screen and (max-width:767px) {
.maindesign {
width:100%;
}

.maindesign h2.headingMiddle {
margin: 30px 0 20px 0;
} 

.maindesign h2.headingMiddle::after {
width: 10.5%;
}  

.maindesign .cols2-1 li {
width: 100%;
margin-right: 0;
margin-bottom: 20px;
} 
.maindesign .listHeading {
font-size: 1.1em;
line-height: 1.2;
} 

.maindesign .sp-scroll {
overflow: auto;
-webkit-overflow-scrolling: touch;
width: 100%;
margin: 20px 0 5px;
}
.maindesign .sp-scroll::before {
content: "この表は左右にスクロールできます。";
display: inline-block;
background: #E5002D;
font-size: 1.0em;
line-height: 1.2;
font-weight: normal;
color: #fff;
padding: 4px 10px;
margin: 10px 0 5px;
} 
.maindesign .sptable-wrap {
width: 100%;
overflow-y: scroll;
}

.maindesign table.borderGlay {
width: 750px;
margin: 0 0 15px;
}

.maindesign .table1 {
width: 750px;
} 
}
