@charset "utf-8";
/* 共通
------------------------------------------------------------------------------- */
body {
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}
#visualArea {
    border-top: 2px solid #46427b;
    border-bottom: 2px solid #46427b;
}
#main p {
    font-size: 134%;
}
#main h2 {
    margin-top: 0;
    margin-bottom: 50px;
    text-align: center;
}
#main h3 {
    margin-bottom: 15px;
    padding: 0;
    color: #333;
    font-size: 167%;
    text-align: left;
    border: none;
    background: none;
}
#main .sprtr.bg00, #main .sprtr .bgIn {
    padding: 50px 0;
}
#main .sprtr.bg00, #main .sprtr.bg01, #main .sprtr.bg02, #main .sprtr.bg03, #main .sprtr.bg04, #main .sprtr.bg05 {
    border-bottom: 2px solid #46427b;
}
#main ul.ancBlk {
    width: 102%;
    margin-right: -2%;
}
#main ul.ancBlk li {
    float: left;
    width: 18.3%;
    margin-right: 1.6%;
}
#main .sprtr.bg01 {
    background-color: #f1feff;
}
#main .sprtr.bg01 .bgIn {
    background: url(../images/f35_bg_01.png) right top no-repeat;
}
#main .sprtr.bg02 {
    background-color: #f5f2ff;
}
#main .sprtr.bg02 .bgIn {
    background: url(../images/f35_bg_02.png) left top no-repeat;
}
#main .sprtr.bg03 {
    background-color: #fff9dd;
}
#main .sprtr.bg03 .bgIn {
    background: url(../images/f35_bg_03.png) right top no-repeat;
}
#main .sprtr.bg04 {
    background-color: #f1fff1;
}
#main .sprtr.bg04 .bgIn {
    background: url(../images/f35_bg_04.png) left top no-repeat;
}
#main .sprtr.bg05 {
    background-color: #fef3f6;
}
#main .sprtr.bg05 .bgIn {
    background: url(../images/f35_bg_05.png) right top no-repeat;
}
#main .linkTxt01 {
    display: inline-block;
    padding-left: 16px;
    font-weight: bold;
    background: url(../../../images/tryie/column_ico04_smp.png) 5px center no-repeat;
    background-size: 8px 8px;
}
#main a.linkTxt02 {
    font-weight: bold;
    color: #c6365b;
}
#main p.titTxt {
    margin-bottom: 10px;
    color: #333;
    font-size: 150%;
    font-weight: bold;
}
#main .txtBox01 {
    padding: 20px 25px;
    background-color: #FFF;
    border: 1px solid #ccc;
}
#main .txtBox01 dt {
    margin-bottom: 10px;
    padding-bottom: 9px;
    font-size: 134%;
    font-weight: bold;
    border-bottom: 1px dotted #333;
}
#main .txtBox01 dd {
    font-size: 137%;
}
#main .noteTxt li {
    margin-left: 2.6em;
    text-indent: -2.6em;
}
#main ol.meritTxt {
    margin-bottom: 20px;
    padding: 25px 20px 22px;
    background-color: #FFF;
    opacity: 0.8;
}
#main ol.meritTxt li {
    margin-left: 1.4em;
    text-indent: -1.4em;
    font-size: 150%;
    margin-bottom: 5px;
    font-weight: bold;
    color: #c6365b;
}
#main .meritTxt li.lastChild {
    margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
#main h2 {
    margin-bottom: 30px;
}
#main .sprtr.bg00, #main .sprtr .bgIn {
    padding: 30px 0;
}
#main .sprtr.bg01 .bgIn, #main .sprtr.bg02 .bgIn, #main .sprtr.bg03 .bgIn, #main .sprtr.bg04 .bgIn, #main .sprtr.bg05 .bgIn {
    background-size: 40%;
}
#main ul.ancBlk {
    width: 104%;
    margin-right: -4%;
}
#main ul.ancBlk li {
    width: 30%;
    margin-right: 3%;
    margin-bottom: 15px
}
#main p.titTxt {
    font-size: 137%;
}
#main ol.meritTxt li {
    font-size: 137%;
}
#main p.right {
    text-align: left;
}
}
