html,
body {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    color:#333333;
    background: url(/jp/~/media/medicom/solution/mchrfcore02/bg.jpg) right no-repeat;
    background-size: cover;
}
.container{
    width: 980px;
    margin: 0 auto 80px;
    display: flex;
    align-items: stretch;
}
.section-sub {
    padding: 0px;
    width: 515px;
    margin-right: 45px;
}
.section-sub h1{
    font-size: 36px;
    padding: 0 20px;
    color: #0056a8;
    text-shadow:0 0 10px #fff;
}
.section-sub .sub-list{
    padding: 5px 20px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    text-shadow:0 0 10px #fff;
}
.section-sub .sub-list li {
    padding-left: 1em;
    text-indent: -.7em;
    position: relative;
    padding-left: 45px;
}
.section-sub .sub-list li:before {
    content: "";
    position: absolute;
    top: .1em;
    left: .2em;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 8px;
    height: 16px;
    border-right: 4px solid #f4a608;
    border-bottom: 4px solid #f4a608;
}
.section-sub .sub-text{
    padding: 0 20px 0 20px;
    font-size: 18px;
    margin-bottom: 15px;
}
.section-sub .note{
    font-size: 12px;
    color: #83838e;
}
.section-main {
    padding: 0px;
    width: 420px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #e4e7eb;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .3);
}
.section-main .main-text{
    padding: 5px 20px;
    font-size: 16px;
    margin-bottom: 15px;
}
.section-main .note{
    font-size: 12px;
    color: #83838e;
}
.image-book{
    position: relative;
    width: 100%;
}
.image-book img {
    width: 100%;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.section-main .main-heading {
    font-size: 22px;
    padding: 20px 20px 0 20px;
    margin: 0px;
    text-align: center;
}
.header {
    margin: 0;
    padding: 16px 20px 2px 20px;
}
.header .logo {
    margin: 0;
}
.header .logo img {
    width: 98px;
}
.footer {
    text-align: center;
    padding: 24px 16px;
    background-color: #fff;
}
.footer .footer-menu-list {
    margin-bottom: 10px;
}
.footer .footer-menu-item {
    display: inline-block;
    font-size: 12px;
}
.footer .footer-menu-item a {
    color: #0056a8;
    text-decoration: none;
    padding: 5px;
    display: inline-block;
}
.footer .footer-menu-item a:hover {
    text-decoration: underline;
}
.copyright {
    font-size: 12px;
    color: #83838e;
}
.sub-list li {
    margin-bottom: 10px;
}
.sub-list li:before {
    display: inline-block;
    width: 12px;
}

.bnr {
	box-sizing: border-box;
	padding: 0 15px;
	width: 100%;
}

.bnr img {
	width: 100%;
}




/*-------------------------------*/
/*レスポンシブ*/
/*-------------------------------*/
@media (max-width: 980px) and (min-width: 640px){
    .container {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .section-sub {
        width: 55%;
    }
    .section-main {
        width: 45%;
    }
}

@media only screen and (max-width: 640px) {
    .container {
        width: 100%;
        flex-direction: column;
        padding: 20px;
        margin: 0;
        box-sizing: border-box;
    }
    .section-sub {
        order: 1;
        margin-bottom: 40px;
        width: 100%;
    }
    .section-main {
        order: 2;
        width: 100%;
    }
    .header .logo img {
        width: 98px;
    }
}
