

/*---- RESET -------------------------------------------------------------------*/


body, a {
    font-size: 16px;
    font-family: "メイリオ", "Meiryo", "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", "游ゴシック  Medium", "Yu Gothic Medium", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", sans-serif; 
    -webkit-font-smoothing: antialiased; /* This needs to be set or some font faced fonts look bold on Mac in Chrome/Webkit based browsers. */
    -moz-osx-font-smoothing: grayscale; /* Fixes font bold issue in Firefox version 25+ on Mac */
    color: #555;
}



body,h1,h2,	h3,	h4,	ul,	figure,	button {
	border: 0px;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
	font-weight: normal;
}

li {
	list-style-type: none;
}

button {
	cursor: pointer;
}

.disabled {
	opacity: 0.5;		
}

.disabled, .disabled * {
	cursor: not-allowed !important;
}

* {
    box-sizing:border-box;
}

/*---- ANIMATION -------------------------------------------------------------------*/
	


/*---- LAYOUT -------------------------------------------------------------------*/
.pdlr {
    padding: 30px 80px;
}

.mb30 {
    margin-bottom: 30px;
}

.blueColor {
    color: #0071bc;
}

.pinkColor {
    color: #e3335d;
}

#mainContent {
    width: 75vw;
}

div[id^="mainSection"] {
    min-height: 100vh;
}

.shortBorder {
    height: 5px;
    width: 5vw;
    background: #DDD;
    margin-bottom:40px;
}

.bcG {
    background: #484661;
}

.bcO {
    background: #f97801;
}

.bcB {
    background: #30A3DD;
}

div#spBtn {
    display: none;
}

.innerImage img {
    width: 100%;
}

/*---- HEADER -------------------------------------------------------------------*/
div#header {
    position: fixed;
    top: 0;
    padding: 10px;
    width: 100%;
    left: 0;
    right: 0;
    max-width: 75%;
    background: rgba(255,255,255,0.7);
}

div#logo img {
    width: 140px;
    margin-left: 10px;
}

div#header ul li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 20px;
}

div#header ul li a {
    text-decoration: none;
}

div#header ul {
    float:right ;
    vertical-align: middle;
    margin-right: 20px;
}

div#logo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

/*---- SECTION01 -------------------------------------------------------------------*/
div#mainSection1 {
    padding-top: 200px;
    text-align: center;
    display: flex;
}

div#mainSection1 > div > * {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.innerContent {
    font-size: 3.2em;
}

div.centerElm {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

div#mainTitle .innerContent {
    font-size: 2em;
}

div#mainTitle .innerContent strong {
    font-size: 1.4em;
    margin: 0 5px;
}

div.blueBack + td img {
    width: 33vw;
}

.innerBottomContent td {
    width: 50%;
    font-size: 1.7em;
}

div.blueBack ul {
    background: #EDF6FF;
    padding: 10px 10px;
    box-sizing: border-box;
}

div#mainSection2 {
    background: #0071bc;
    color: #FFF;
    min-height: 85vh;
}

.innerBottomContent table {
    width: 100%;
}

.innerBottomContent td ul {
    text-align: left;
}

.innerHeadContent {
    position: relative;
}

.ballonElm {
    padding: 10px;
    background: #edf6ff;
    width: 275px;
    height: 165px;
    border-radius: 50%;
    padding-top: 53px;
    font-size: 20px;
    font-weight: bold;
    color: #1f71bc;
    position: absolute;
    top: -170px;
    right: 0;
}

.ballonElm:after {
    content: "";
    display: inline-block;
    border: 25px solid transparent;
    border-top: 25px solid #edf6ff;
    position: absolute;
    bottom: -40px;
    left: 90px;
    transform: rotate(16deg);
    -moz-transform: rotate(16deg);
    -ms-transform: rotate(16deg);
}

div.blueBack li {
    background: url(../img/png/blueCheck.png) no-repeat left center;
    background-size: 20px;
    padding-left: 31px;
}

.innerBottomContent > img {
    width: 80%;
    margin: 0 auto;
    display: block;
}

.blueBack ul {
    width: 300px;
}

.innerBottomContent {
    position: relative;
}

.innerBottomContent ul {
    margin-left: auto;
    z-index: 9999;
    position: relative;
    font-size: 20px;
    border-radius: 10px;
    font-weight: bold;
    color: #555;
    text-align: left;
}

/*---- SECTION02 -------------------------------------------------------------------*/
.mainTable {
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    justify-content: center;
}

.mainTable dl {
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainTable dl dd {
    vertical-align: middle;
    margin-left: 0;
    width: 50%;
}

.mainTable .reverse {
    flex-direction: column-reverse;
}

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

.mainTable .tableImage img {
    width: 80%;
    height: auto;
}

dd.tableImage.reverse {
    order: 2;
}

dd.tableText.reverse {
    order: 1;
}

dd.tableText {
    font-size: 1.4em;
    padding: 20px;
    line-height: 1.6;
}

dd.tableText h3 {
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.2;
}

.flexInner {
    display: flex;
    min-height: 90vh;
}

.tableText b {
    font-size: 1.3em;
}

div#mainSection2 .mainBox {
    background: #FFF;
    color: #333;
    padding: 20px 40px;
    font-size: 1.2em;
    width: 90%;
    margin: 20px auto;
}

div#mainSection2 .innerBox {
    width: 90%;
    margin: 60px auto;
    text-align: center;
}

div#mainSection2 .innerBox > div {
    display: inline-block;
    width: 46%;
    border: 5px solid #FFF;
    font-size: 1.3vw;
    font-weight: bold;
    position: relative;
    min-height: 100px;
    vertical-align: top;
    padding-top: 35px;
    padding-left: 15px;
    padding-right: 15px;
    letter-spacing: -1px;
}

div#mainSection2 .innerBox > div.leftCont {
    margin-right: 48px;
}

div#mainSection2 h1 {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 110px !important;
    font-size: 2.5em;
    font-weight: bold;
}

div#mainSection2 .innerBox > div .checkmark {
    width: 65px;
    height: 65px;
    position: absolute;
    top: -37px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #FFF;
    border-radius: 50%;
    background-image: url(../img/png/pinkCheck.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 29px;
}

.fukidashi {
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../img/png/showcaseAlertBottomBlue.png) no-repeat center center;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/*---- SECTION03 -------------------------------------------------------------------*/
div#mainSection3 h1 {
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 20px;
}

#mainSection3 .textInner {
    font-size: 1.4em;
    line-height: 1.6;
    width: 100%;
    margin: 0 auto;
}

.innerImage {
    text-align: center;
    margin-top: 40px;
}

div#mainSection3 dl {
    display: table;
}

div#mainSection3 dd,div#mainSection3 dt {
    display: table-cell;
    vertical-align: top;
}

div#mainSection3 dt.bigNum {
    font-size: 7em;
    color: #cde6ff;
    padding: 15px;
    padding-top: 16px;
    font-weight: bold;
}

div#mainSection3 > table > tbody > tr > td {
    width: 50%;
    vertical-align: top;
}

div#mainSection3 dd h5 {
    font-size: 1.5em;
    margin-bottom: 2px;
}

div#mainSection3 dd  li {
    list-style: disc;
    margin-bottom: 7px;
    font-size: 1.1em;
}

div#mainSection3 dd ul {
    padding-left: 20px;
}

div#mainSection3 h1 {
    color: #0071bc;
    text-align: center;
}

div#mainSection3 {
    padding-top: 80px;
}

.linkArea {
    text-align: center;
}

.linkArea a {
    font-size: 1.5em;
    margin: 70px 0;
    display: inline-block;
    color: #1f71bc;
}
/*---- SECTION04 -------------------------------------------------------------------*/
div#mainSection4 h3 {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 20px;
}

div#mainSection4 .textInner {
    font-size: 1.4em;
}

#mainSection4 strong.orangeColor {
    font-size: 1.4em;
}

#mainSection4 small {
    font-size: 12px;
}


/*---- leftContent -------------------------------------------------------------------*/
div#formContent {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-left: auto;
    width: 25vw;
    box-shadow: 1px 6px 5px #999;
    background: #FFF;
    padding: 10px;
    box-sizing: border-box;
    overflow-y: scroll;
}

h4#atcpAppend {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin: 20px 0;
}

p.satori__message.satori__privacy_policy_url a {
    color: #999;
}

input#satori__privacy_policy_agreement + label > span {
    display: none;
}

/*---- FOOTER -------------------------------------------------------------------*/

footer#footer {
    background: #1f71bc;
    color: #FFF;
    text-align: center;
    padding: 30px;
}

footer#footer a {
    color: #FFF;
    text-decoration: none;
}
footer span.privicy-policy {
    display: block;
    text-align: center;
    margin-bottom: 12px;
}
					
/*---- RESPONSIVE -------------------------------------------------------------------*/
/* 20210416 */
.dot {
    padding-top: .4em;
    background-position: top left -2px;
    background-repeat: repeat-x;
    background-size: 1em 0.3em;
    background-image: radial-gradient(.15em .15em at center center,#0071bc,#0071bc 100%,transparent);
}

div#mainTitle .innerContent {
    margin-top: 40px !important;
}

.pinkLabel {
    background: #e3335d;
    color: #FFF;
    padding: 10px;
    font-size: 1.5em;
    font-weight: bold;
    display: inline-block;
}

div#mainSection1 {
    padding-top: 120px;
}

div.blueBack ul {
    width: 100%;
    background: none;
    text-align: center;
}

div.blueBack ul li {
    display: inline-block;
    margin-right: 20px;
    font-size: 1.5em;
    color: #333;
}

div.blueBack ul li * {
    color: #333;
}

.blueBack {
    position: relative;
}

.blueBack:after {
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    background: #c7e5ff;
    bottom: 14px;
    left: 0;
    right: 0;
    z-index: 0;
    width: 760px;
    margin: 0 auto;
}

/* PC */
@media all and (min-width: 1200px) {
    .mainImage img {
        width: 100%;
        vertical-align: bottom;
    }

    div#mainTitle {
        min-width: 680px;
    }
}

/* スマホ tab*/
@media all and (max-width: 1200px) {
    div#mainSection1 {
        padding-top: 20px;
    }
     #modalBtn {
        display: inline-block;
        -webkit-appearance: none;
        appearance: none;
        background: #1f71bc;
        color: #fff;
        border: none;
        z-index: 999;
        outline: none;
        font-weight: bold;
        box-shadow: 2px 2px 2px #114371;
        border-radius: 3px;
        width: 100%;
        padding:10px;
        font-weight:bold !important;
        font-size: 18px;
    }

    div#spBtn {
        display:block !important;
        position:fixed;
        bottom:0;
        left:0;
        right:0;
        text-align:center;
        padding:10px;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        box-shadow: 0 0 12px rgba(0,0,0,.6);
        z-index: 999999;
    }

    div#spBtn.close {
        z-index:999999;
        top:10px;
        right:10px;
        background: none !important;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        box-shadow: none;
        height: 20px;
        padding: 0;
        width: 20px;
        left: auto;
        position: fixed;
    }

    div#formContent.open {
        display: block;
        width: 100%;
        min-width: 0;
        position: fixed;
        z-index: 1;
        background: #FFF;
        bottom: 0;
        top: 40px;
        left: 0;
        right: 0;
    }

    div#formContent.open {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    input#modalBtn.close {
        background: none;
        color: #555;
        font-size: 25px;
        padding: 0;
        box-sizing: border-box;
        line-height: 1;
        width: 25px;
        padding-bottom: 4px;
        height: 30px;
        box-shadow: none;
        border-radius: 0;
    }

    p.satori__message.satori__privacy_policy_url a {
        font-size: 10px;
    }

    p.satori__message.satori__privacy_policy_url {
        margin-bottom: 11px;
    }

    div#formContent {
        position: static;
        display: none;
    }

    div.centerElm {
        display: block;
    }

    div#mainSection1 {
        display: block;
    }

    .mainTable dl dd {
        width: 100%;
    }

    .mainTable dl {
        display: block;
    }

    .mainTable {
        display: block;
    }

    .flexInner {
        display: block;
    }

    .pdlr {
        padding: 10px;
    }

    div[id^="mainSection"] {
        min-width: 0;
    }

    #mainContent {
        width: 100%;
    }

    div#header {
        max-width: 100%;
        box-sizing: border-box;
    }

    .mainImage img {
        width: 100%;
        vertical-align: bottom;
    }

    .innerContent {
        font-size: 3.2em;
    }

    div#header ul {
        display: none;
    }

    div[id^="mainSection"] {
        min-height: 0;
    }

    div#header {
        background: rgba(255,255,255,0.7);
    }

    body {
        font-size: 2.2vw;
    }

    .shortBorder {
        width: 15vw;
    }

    div#mainSection1 {
        min-height: 100vh;
    }

    div.centerElm {
        display: block;
        margin-top: 40%;
    }
}

@media all and (min-width: 920px) and (max-width: 1200px) {
    body {
        font-size: 1.5vw;
    }

    div.centerElm {
        margin-top: 20%;
    }
}

@media all and (max-width: 840px) {
    body {
        font-size: 2vw;
    }

    div#mainSection2 .innerBox > div {
        display: block;
        width: 100%;
        font-size: 1.5em;
        margin: 40px auto;
        padding: 0;
        height: auto !important;
        line-height: 1;
        min-height: 0;
    }

    div#mainSection2 .innerBox > div > div {
        display: none;
    }

    div#mainSection2 .innerBox > div > div.boxText {
        display: block;
        padding: 30px;
    }

    div#mainSection2 h1 {
        margin-bottom: 30px !important;
        margin-top: 60px  !important;
    }

    div#mainSection2,div#mainSection3 {
        font-size: 2.5vw;
    }

    div#mainSection3 td, div#mainSection3 tr,div#mainSection3 tbody,div#mainSection3 table {
        display: block;
        width: 100% !important;
    }

    div#mainSection3 td {
        box-shadow: 1px 1px 4px 1px #777;
        border-radius: 5px;
        margin: 20px auto;
        width: 90% !important;
        padding: 0px 20px;
    }

    div#mainSection1 {
        padding-top: 120px;
    }

    .ballonElm {
        font-size: 15px;
        width: 200px;
        height: 100px;
        padding-top: 29px;
        top: -120px;
    }

    .centerElm {margin-top: 20% !important;}

    .ballonElm:after {
        left: 50px;
    }

    div.blueBack ul {
        margin: 0 auto;
        font-size: 16px;
        text-align: center;
        margin-top: 30px;
    }

    div#mainSection3 dd li {
        list-style: none;
    }

    div#mainSection3 dd ul {
        padding-left: 0;
    }

    .satori__input_group {
        padding: 0 10px !important;
    }

    .satori__input_group input {
        padding: 5px !important;
    }

    div#mainSection2 .innerBox > div > .checkmark {
        display: block;
        width: 50px;
        height: 50px;
        top: -31px;
    }

    div#mainSection1 {
        padding-top: 30px;
    }

    .blueBack:after {
        display: none;
    }

    .blueBack * {
        font-size: 20px !important;
    }
}

/* スマホ */


.FormAssist_UA_Mobile .centerElm {
    margin-top: 10%;
}

body.FormAssist_UA_Mobile {
    font-size: 2.5vw;
    padding-bottom: 50px;
}

.FormAssist_UA_Mobile dd.tableText h3 {
    font-size: 1.4em;
    line-height: 1.6;
}

.FormAssist_UA_Mobile #mainSection3 .orangeColor,.FormAssist_UA_Mobile #mainSection3 .blueColor {
    font-size: 1.3em;
}

.FormAssist_UA_Mobile #mainSection2 ~ div[id*="mainSection"] .shortBorder ~ * {
    padding-left: 20px;
    padding-right: 20px;
}

div#spBtn {
    background: rgba(255,255,255,0.7);
}

.FormAssist_UA_Mobile .satori__input_group label {
    font-size: 14px;
}

.FormAssist_UA_Mobile .innerContent {
    font-size: 2.8em;
}

.FormAssist_UA_Mobile #footer a {
    font-size: 10px;
}
/* IE個別 */
.FormAssist_Browser_IE .centerElm {
    margin-top: 15%;
}

div#formContent.open {
    z-index: 99999999;
}

div#header {
    z-index: 999999;
}

/* 20210517 sh */
h1 {}

div#mainSection4 h1 {
    text-align: center;
    margin-top: 40px;
    font-size: 2.5em;
    font-weight: bold;
    color: #1f71bc;
    margin-bottom: 60px !important;
}

div#mainSection4 img {
    width: 70%;
}

.imageWrap {
    text-align: center;
}

div#mainSection4 {
    background-color: #d5ecff;
    margin-bottom: 0;
}

div#mainSection1 .pc {
    background: #FFF;
    padding: 0px;
    padding-top: 0;
}

.sp {
    display: none;
}

.textWrap .list {
    padding: 10px;
    background: #FFF;
    margin: 20px 0;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
}

.textWrap {
    margin-top: 30px;
}

.textWrap .list .number {
    color: #e3335d;
    font-weight: bold;
    font-size: 51px;
    margin: 10px;
    margin-right: 20px;
}

.textWrap .list > div {
    display: inline-block;
    vertical-align: middle;
}

.textWrap .list .textarea h2 {
    font-weight: bold;
    color: #1f71bc;
    font-size: 1.5em;
}

div#mainSection5 {
    background: #1f71bc;
    color: #FFF;
}

div#mainSection5 h1 {
    text-align: center;
    margin-top: 40px;
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 60px !important;
}

.textWrapper {
    font-size: 1.4em;
    width: 90%;
    margin: 0 auto;
}

.sectionList {
    background: #FFF;
    color: #e3335d;
    padding: 30px;
    border-radius: 5px;
    margin: 10px 0;
}

.sectionList .note {
    color: #555;
    font-size: 0.8em;
}

.sectionList h3 {
    font-weight: bold;
    font-size: 1.2em;
}

.sectionSep {
    text-align: center;
}

.sectionSep img {
    transform: rotate(90deg);
}

.noteGray {
    margin-bottom: 40px;
    font-size: 0.8em;
}

div#mainSection6 h1 span {
    display: block;
    font-size: 0.6em;
    text-align: left;
}

div#mainSection6 h1 {
    text-align: center;
    width: 610px;
    margin: 20px auto;
    font-weight: bold;
    font-size: 2.5em;
    color: #1f71bc;
}

div.table {
    width: 80%;
    margin: 20px auto;
}

.table dl dt,.table dl dd {
    display: inline-block;
    vertical-align: middle;
}

.table dl dt {
    width: 220px;
    text-align: center;
    background: #1f71bc;
    color: #FFF;
    padding: 20px 5px;
    font-size: 1.1em;
    font-weight: bold;
}

dl.backgroundPink {
    background: #fdd9e2;
    padding: 20px;
    border: 5px solid #e3335d;
}

dl.backgroundPink p {
    margin: 0;
    margin-bottom: 10px;
    color: #e3335d;
    font-weight: bold;
    font-size: 1.4em;
}

.table dl dd {
    background: #FFF;
    padding: 20px 10px;
    border: 2px solid #1f71bc;
    margin-left: 5px;
}

.table dl dd {
    width: 76%;
    font-weight: bold;
}

.noteBox li {
    margin: 15px 0!important;
}

.noteTitle {
    font-weight: bold;
}

.noteBox {
    margin-top: 40px;
}

div.table {
    min-width: 1011px;
}

/* MFA */


div#mainSection1 {
    padding: 0;
    position: relative;
    padding-top: 50px;
    min-height: 0;
    margin-bottom: 0;
}




div#mainSection3 li {
    width: 17%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    background: #D5ECFF;
    padding: 50px 10px;
    min-height: 400px;
    max-height: 400px;
    border-radius: 10px;
    position: relative;
    margin-right: 14px;
    min-width: 200px;
}

div#mainSection3 ul {
    padding: 0;
}

div#mainSection3 li img {
    width: 59%;
    background: #FFF;
    border-radius: 50%;
    padding: 10px;
}

div#mainSection3 li .num {
    position: absolute;
    top: -27px;
    left: 0;
    right: 0;
    font-size: 45px;
    font-weight: bold;
    color: #0071bc;
}

div#mainSection3 ul {
    text-align: center;
    margin-top: 0px;
}

div#mainSection3 ul li {
    text-align: center;
    margin-top: 100px;
}

.headTitle {
    font-weight: bold;
    font-size: 23px;
}

.listImage {
    margin: 20px 0;
}

div#mainSection3 li:nth-of-type(2n) {
    background: #B8DDFD;
}

.whiteBack {
    background: #FFF;
    border-radius: 20px;
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    height: 550px;
    min-width: 400px;
}

div#mainSection4 td {
    width: 50%;
}

div#mainSection4 .whiteBack img[src*="smartp"] {
    width: 180px;
    display: block;
    margin: 0 auto;
}

div#mainSection4 .whiteBack img[src*="ekyc"] {
    width: 100%;
    margin-top: 70px;
}

p.pinkNum {
    color: #e3335d;
    font-weight: bold;
    font-size: 50px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

p.pinkNum + h3 {
    width: 80%;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    margin-left: 12px;
    font-size: 26px !important;
    margin-bottom: 0 !important;
}

div#mainSection3 {
    padding-left: 10px;
    padding-right: 10px;
}

@media all and (min-width: 841px) and (max-width: 1200px) {
    div.table {
        width: 100%;
        min-width: 0px;
    }

    div.table dt {
        width: 100%;
        padding: 10px;
    }

    .table dl dd {
        width: 100%;
        margin-left: 0;
    }
}

@media all and (max-width: 840px) {

    div#mainSection6 h1 {
        width: 100%;
        font-size: 3em;
        width: 98%;
        margin: 0auto;
    }

    div#mainSection1 .pc img {
        display: none;
    }

    div#mainSection1 .sp {
        display: block;
    }

    div#mainSection1 .pc {
        padding: 0;
    }

    .textWrap .list .number {
        font-size: 45px;
    }

    .textWrap .list > div.textarea {
        width: 70%;
    }

    .sectionList {
        padding: 30px 15px;
        font-size: 1.2em;
        line-height: 1.4;
    }

    .sectionList h3 + .note {
        margin-top: 5px;
    }

    div.table {
        width: 100%;
    }

    div.table dt {
        width: 100%;
        padding: 10px;
        font-size: 1.6em;
    }

    .table dl dd {
        width: 100%;
        margin-left: 0;
        font-size: 1.4em;
    }

    dl.backgroundPink p {
        font-size: 2.5em;
    }

    div#mainSection4 h1 {
        font-size: 3em;
    }

    div#mainSection5 h1 {
        font-size: 3em;
        margin-bottom: 20px !important;
    }

    .table dl {
        margin: 20px 0;
    }

    div.table {
        min-width: 0px;
    }

    div#mainSection1 .sp img {
        width: 100%;
    }

    div#mainSection4 td,div#mainSection4 table ,div#mainSection4 tr,div#mainSection4 tbody,div#mainSection4 tr {
        display: block;
        width: 100%;
    }
    
    .whiteBack {
        min-width: 0;
        height: auto;
        margin: 10px auto;
    }
    
    p.pinkNum + h3 {
        width: 100%;
        margin: 10px 0;
    }
    
    p.middleCaption {
        margin: 17px 0;
    }
    
    div#mainSection3 ul li {
        margin-top: 33px;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        max-height: 100%;
    }
    
    .headTitle br {
        display: none;
    }
    
    .listCaption {
        font-size: 17px;
    }
    
}

