@charset "UTF-8";

.mainFull {
box-sizing: border-box;
width: 100%;
min-width: 950px;
max-width: 1300px;
margin: 0 auto;
}

.mainSub {
box-sizing: border-box;
width: 100%;
min-width: 950px;
max-width: 950px;
margin: 0 auto;
}

.hdg3Top4 {
font-size: 35px;
font-size: 3.5rem;
/*margin: 38px 0 15px;*/
text-align: center;
}

.tabPanelWrap .tabPanelList {
max-width: 100%;
margin: 0;
padding: 0 25px;
}

.tabPanelWrap .tabPanelList ul {
display: table;
width: 100%;
table-layout: fixed;
}

.tabPanelWrap .tabPanelList ul li {
font-size: 16px;
font-size: 1.6rem;
display: table-cell;
padding: 0 5px;
text-align: center;
vertical-align: middle;
}

.tabPanelWrap .tabPanelList ul li a {
position: relative;
display: block;
box-sizing: border-box;
padding: 18px 0;
color: #2b6600;
border: 1px solid #ccc;
border-bottom: 1px solid #eee;
border-radius: 8px 8px 0 0;
background: #eee;
}

.tabPanelWrap .tabPanelList ul li a .label {
display: block;
}

.tabPanelWrap .tabPanelList ul li.current a {
position: relative;
margin: 0 0 -2px;
color: #2b6600;
border: 2px solid #84b55b;
border-bottom: 1px solid #fff;
background: #fff!important;
background-image: none;
}

.tabPanelWrap .tabPanelList ul li.current a:after {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 5px;
content: '';
background: #84b55b;
}

.tabPanelWrap .tabPanelList ul li.current a:before {
position: absolute;
z-index: 1;
bottom: -4px;
left: 0;
width: 100%;
height: 5px;
content: '';
background: #fff;
}

.tabPanelWrap .tabPanelList ul li em {
font-size: 20px;
font-size: 2rem;
font-weight: bold;
}

.tabPanelWrap .tabPanelList ul li em br {
display: none;
}

.tabPanelWrap .tabPanelParent,
.tabPanelWrap .tabPanelList {
position: relative;
}

.tabPanelWrap .tabPanelParent:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 2px;
content: '';
background: #84b55b;
}

.tabPanelList:before,
.tabPanelList:after {
position: absolute;
bottom: -55px;
width: 2px;
height: 55px;
content: '';
background: url(/access/common/img/bg/bg_tab.png) center no-repeat;
}

.tabPanelList:before {
left: 0;
}

.tabPanelList:after {
right: 0;
}

.tabPanelWrap .tabPanel {
max-width: 100%;
padding: 70px 0 7px;
}

[data-script-enabled='true'] .tabPanelWrap .tabPanel {
display: none;
}

[data-script-enabled='true'] .tabPanelWrap .tabPanel:first-child {
display: block;
}

.tabPanelWrap .tabPanel sup {
color: #e00;
}

.tabPanelWrap .tabPanel .table {
table-layout: auto;
}

.tabPanelWrap .tabPanel .table .notes > li {
font-size: 12px;
font-size: 1.2rem;
}

.tabPanelWrap .tabPanel .table thead th {
font-size: 20px;
font-size: 2rem;
padding-top: 78px;
padding-bottom: 9px;
}

.tabPanelWrap .tabPanel .table tbody tr th,
.tabPanelWrap .tabPanel .table tbody tr td {
padding-top: 18px;
padding-bottom: 18px;
word-break: break-all;
}

.tabPanelWrap .tabPanel .table tbody tr th.cTablePattern,
.tabPanelWrap .tabPanel .table tbody tr td.cTablePattern {
padding: 30px 0 20px;
}

.option2 {
width: 82%;
}

.option2 .optionImg2 {
margin-bottom: 19px;
}

.option2 .optionHdg {
display: table;
width: 100%;
}

.option2 .optionHdg a {
display: table-cell;
vertical-align: middle;
}

.flow .flowBody .flowText {
font-weight: normal;
}

.flow .flowBody .hdg3 {
margin-left: 45px;
}

.flow .flowBody .table {
margin: 15px 0 0 0;
}

.option3Column .optionCol {
width: 33.333333%;
}

@media only screen and (max-width: 767px) {

.mainFull {
min-width: 320px;
max-width: none;
margin: 0;
}

.mainSub {
width: auto;
min-width: 320px;
max-width: none;
margin: 0;
}

.hdg2Top.noTgl {
font-size: 24px;
font-size: 2.4rem;
padding: 0;
text-align: center;
border: 0;
box-shadow: none;
}

.hdg2Top.noTgl:before,
.hdg2Top.noTgl:after {
display: none;
}

.hdg3Top4 {
font-size: 22px;
font-size: 2.2rem;
margin: 12px 0 5px;
}

.tabPanelWrap .tabPanelParent {
background: none;
}

.tabPanelWrap .tabPanelList ul li a {
background-image: none;
}

.tabPanelWrap .tabPanelList ul li em br {
display: block;
}

.tabPanelWrap .tabPanel {
padding-top: 25px;
padding-right: 15px;
padding-left: 15px;
}

.tabPanelWrap .tabPanelList {
width: auto;
padding: 0 12px;
}

.tabPanelWrap .tabPanelList ul li {
padding: 0 3px;
}

.tabPanelWrap .tabPanelList ul li a {
font-size: 13px;
font-size: 1.3rem;
line-height: 1.4;
padding: 10px 0;
}

.tabPanelWrap .tabPanelList ul li a em {
font-size: 13px;
font-size: 1.3rem;
display: block;
}

.option2 {
box-sizing: border-box;
width: 100%;
padding: 0 10px;
}

.option2 .optionHdg {
height: auto !important;
margin: 0;
}

.option2 .optionHdg a {
font-size: 18px;
font-size: 1.8rem;
}

.flow .flowBody .hdg3 {
margin-left: 0;
}

.flow .flowBody .table {
margin-left: 0;
}

.option3Column .optionCol {
width: auto;
}

} /* mediaquey END*/

