@charset "UTF-8";

/* base.css
============================================================================= */
nav.pagenav ul {
    table-layout: auto;
}
nav.pagenav ul li {
    min-width: 200px;
    white-space: nowrap;
}

@media screen and (max-width: 640px) {
	body {
		min-width: 100%;
	}
	img {
		max-width: 100%;
		width: auto;
		height: auto;
	}
	.wrapper {
		width: 100%;
		margin: 0;
	}
	header {
		max-width: 100%;
		width: 100%;
		margin: 0 0 2em 0;
	}
	header .db-logo span,
	header dl {
		display: none;
	}
	main {
		width: 100%;
		margin: 0 0 1em 0;
	}
	nav.pagenav {
		display: none;
	}
	.pagetopBtn {
		margin-top: 2em;
		padding: 0 10px;
	}
	footer {
		width: 100%;
		margin: 0;
	}
	footer .footMenu {
		padding-top: 0;
	}
	footer .footMenu .gshLogo {
		float: none;
		width: auto;
	}
	footer .footMenu ul {
		float: none;
		padding-top: 10px;
		text-align: center;
		line-height: 1;
	}
	footer .footMenu ul li {
		float: none;
		display: inline-block;
		margin-right: 4px;
		padding: 0;
		font-size: 68.8%;
		line-height: 1.7;
	}
	footer .footMenu ul li:first-child {
		margin: 0 4px 0 0;
		padding: 0;
	}
	footer .footMenu ul li:after {
		content: " ";
	}
	footer .footMenu ul li:first-child:before {
		content: " ";
	}
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }

/* Page Layout
============================================================================= */
header {
	margin-bottom: 0;
}

/* Main Box
----------------------------------------------------------------------------- */
.mainBox {
	width: 100%;
	height: 220px;
	margin-bottom: 2em;
    padding: 40px 20px;
	background: url(/sp/rm-china/images/main-bg.png) no-repeat left top;
}
.mainBox h1 {
	margin-bottom: 0;
    color: #04418C;
    font-size: 3.6rem;
}
.mainBox h1 span {
	display: block;
	margin-top: 0.25em;
    color: #000000;
	font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
	.mainBox {
		height: auto;
		margin-bottom: 0;
		padding: 20px 10px 40px 10px;
        background-color: #DBF4FF;
        background-position: left bottom;
        background-size: 200%;
	}
    .mainBox p {
        font-size: 1.4rem;
    }
	.mainBox h1 {
		font-size: 2.4rem;
	}
	.mainBox h1 span {
		font-size: 1.6rem;
	}
}

/* Section
----------------------------------------------------------------------------- */
main section {
	margin: 4em 0;
	padding: 0 20px;
}
main section :last-child {
    margin-bottom: 0;
}
main section section {
	padding: 0;
}
section h2.line {
	padding-bottom: 0.25em;
	border-bottom: 4px solid #253f78;
}
section h3.line {
	padding: 4px 0 4px 10px;
	border-left: 4px solid #2f4f8e;
}

@media screen and (max-width: 640px) {
	main section {
		margin: 2em 0;
		padding: 0 10px;
	}
	section h2 {
		font-size: 2.0rem;
		margin-bottom: 1em;
	}
}

/* featureBox
----------------------------------------------------------------------------- */
/* featureList */
.featureBox .featureList {
    display: table;
    width: 100%;
}
.featureBox .featureList > div:first-child {
    display: table-cell;
    padding-right: 20px;
}
.featureBox .featureList > div:first-child dl {
    padding: 30px;
    border: 1px solid #E4E4E4;
    border-radius: 4px;
}
.featureBox .featureList > div:last-child {
    display: table-cell;
    width: 450px;
    border: 1px solid #E4E4E4;
    border-radius: 4px;
}
.featureBox .featureList > div > dl {
    padding: 30px;
    background-position: center 30px;
    background-repeat: no-repeat;
}
.featureBox .featureList > div:first-child > dl.quality {
    padding-top: 200px;
    background-image: url(/sp/rm-china/images/feature-quality.png);
    background-position: center 10px;
}
.featureBox .featureList > div:first-child > dl.speed {
    padding-top: 150px;
    background-image: url(/sp/rm-china/images/feature-cost.png);
    background-position: center 20px;
}
.featureBox .featureList > div:last-child > dl.easy {
    padding-top: 200px;
    background-image: url(/sp/rm-china/images/feature-easy.png);
    background-position: center 40px;
}
.featureBox .featureList > div > dl > dt {
    margin-bottom: 0.5em;
    font-size: 2.4rem;
    font-weight: bold;
    color: #CA3805;
}
.featureBox .featureList .memoBlock {
    padding: 0 0 0 50px;
    background-position: left 0.25em;
}

@media screen and (max-width: 640px) {
    .featureBox .featureList {
        display: block;
    }
    .featureBox .featureList > div:first-child {
        display: block;
        padding-right: 0;
    }
    .featureBox .featureList > div:last-child {
        display: block;
        width: 100%;
        padding: 20px 10px;
    }
    .featureBox .featureList > div > dl {
        margin-bottom: 1em;
        padding: 30px 0 0 0;
        background-position: center 10px;
    }
    .featureBox .featureList > div:first-child > dl.quality {
        padding: 200px 10px 20px 10px;
        background-size: contain;
    }
    .featureBox .featureList > div:first-child > dl.speed {
        padding: 140px 10px 20px 10px;
    }
    .featureBox .featureList > div:last-child > dl.easy {
        margin-bottom: 0;
        padding-top: 50%;
        background-position: center 10px;
        background-size: contain;
    }
    .featureBox .featureList > div > dl > dt {
        font-size: 1.8rem;
    }
}

/* sampleBox
----------------------------------------------------------------------------- */
.sampleBox {
	display: flex;
    width: 860px;
    margin: 0 auto;
}
.sampleBox figure {
    flex: 0 1 210px;
    margin: 0;
}
.sampleBox section {
    flex: 1 2 620px;
    margin: 0 0 0 30px;
    padding: 0;
}
.sampleBox h2 {
	margin-bottom: 1em;
}

@media screen and (max-width: 640px) {
    .sampleBox {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0 10px;
    }
    .sampleBox figure {
        display: none;
    }
    .sampleBox section {
        margin: 0;
    }
    .sampleBox h2 + p {
        padding-bottom: 210px;
        background: url(/sp/rm-china/images/report-sample.png) no-repeat center bottom;
        background-size: 140px auto;
        font-size: 1.4rem;
    }
}

/* priceBox
----------------------------------------------------------------------------- */
/* notice */
.priceBox .notice {
    margin-top: 0.5em;
    text-align: right;
}

@media screen and (max-width: 640px) {
    .priceBox .notice {
        font-size: 1.4rem;
        text-align: left;
    }
}

/* priceTable */
.priceTable {
    padding: 6px;
    background-color: #DBF4FF;
    border-radius: 4px;
}

/* service */
.priceTable .service {
	margin-bottom: 0;
    background-color: #DBF4FF;
}
.priceTable .service thead th {
    background-color: #DBF4FF;
    color: #2F4F8E;
    font-size: 1.8rem;
    text-align: center;
}
.priceTable .service thead th br {
    display: none;
}
.priceTable .service th,
.priceTable .service td {
    padding: 30px;
	border: 2px solid #DBF4FF;
}
.priceTable .service td {
	border-left: 4px solid #DBF4FF;
}
.priceTable .service tbody th {
    padding-left: 130px;
    background-color: #FFFFFF;
    background-position: 30px center;
    background-repeat: no-repeat;
    color: #CA3805;
    font-size: 1.8rem;
}
.priceTable .service tbody th.normal {
    background-image: url(/sp/rm-china/images/price-icon-normal.png);
}
.priceTable .service tbody th.quick {
    background-image: url(/sp/rm-china/images/price-icon-quick.png);
}
.priceTable .service tbody th.super {
    background-image: url(/sp/rm-china/images/price-icon-super.png);
}
.priceTable .service tbody td {
    font-size: 2.4rem;
    text-align: center;
}
.priceTable .service tbody td span {
    font-size: 1.6rem;
}

@media screen and (max-width: 640px) {
    .priceTable {
        padding: 0;
    }
    .priceTable .service thead th {
        font-size: 1.4rem;
        font-weight: normal;
    }
    .priceTable .service thead th br {
        display: block;
    }
    .priceTable .service th,
    .priceTable .service td {
        padding: 10px 6px;
    }
    .priceTable .service td {
        border-left: 2px solid #DBF4FF;
    }
    .priceTable .service tbody th {
        padding: 40px 6px 10px 6px;
        background-position: center 10px;
        font-size: 1.4rem;
        text-align: center;
    }
    .priceTable .service tbody th.normal {
        background-size: 24px auto;
    }
    .priceTable .service tbody th.quick {
        background-size: 36px auto;
    }
    .priceTable .service tbody th.super {
        background-size: 45px auto;
    }
    .priceTable .service tbody td {
        font-size: 1.4rem;
    }
    .priceTable .service tbody td span {
        display: block;
        font-size: 1.4rem;
    }
}

/* flowBox
----------------------------------------------------------------------------- */
.flowBox .flow {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: flow-no;
}
.flowBox .flow li {
    position: relative;
    min-height: 90px;
    margin-bottom: 2em;
    padding: 20px 0 0 120px;
}
.flowBox .flow li::before {
    content: counter(flow-no, decimal);
    counter-increment: flow-no;
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    padding-top: 32px;
    border: 1px solid #CA3805;
    border-radius: 50%;
    color: #CA3805;
    line-height: 1;
    font-size: 4rem;
    text-align: center;
}
.flowBox .flow li::after {
    content: 'STEP';
    position: absolute;
    left: 0;
    top: 15px;
    width: 90px;
    color: #CA3805;
    font-size: 1.2rem;
    text-align: center;
}
.flowBox .flow li h3 {
    color: #CA3805;
    font-size: 1.8rem;
}

@media screen and (max-width: 640px) {
    .flowBox .flow li {
        min-height: 60px;
        padding: 0 0 0 80px;
    }
    .flowBox .flow li::before {
        width: 60px;
        height: 60px;
        padding-top: 26px;
        font-size: 2.4rem;
    }
    .flowBox .flow li::after {
        top: 10px;
        width: 60px;
    }
}

/* contactBox
----------------------------------------------------------------------------- */
.contactBox {
    margin: 4em 20px;
    padding: 30px;
    background-color: #F8F7F7;
    border-radius: 4px;
}
.contactBox h2 {
    margin-bottom: 2em;
    font-size: 1.6rem;
    text-align: center;
}
.contactBox h3 {
    margin-bottom: 2em;
    padding: 0 70px;
}
.contactBox h3 br {
    display: none;
}
.contactBox .inner {
    display: flex;
    justify-content: space-between;
    padding: 0 70px;
}
.contactBox .inner .tel {
    flex-basis: 360px;
}
.contactBox .inner .tel .number {
    margin-bottom: 1em;
    padding-left: 80px;
    background-repeat: no-repeat;
    background-image: url(/sp/rm-china/images/info-icon-tel.png);
    background-position: left top;
}
.contactBox .inner .tel .number dd {
    font-size: 3rem;
    line-height: 1.2;
}
.contactBox .inner .tel .time {
    display: flex;
    font-size: 1.4rem;
}
.contactBox .inner dl.mail {
    flex-basis: 360px;
    padding-left: 80px;
    background-repeat: no-repeat;
}
.contactBox .inner dl.mail {
    background-image: url(/sp/rm-china/images/info-icon-mail.png);
    background-position: left 4px;
}
.contactBox .inner dl.mail dd a {
    color: #0AA7EA;
}

@media screen and (max-width: 640px) {
    .contactBox {
        margin: 2em 10px;
        padding: 20px 10px;
    }
    .contactBox h2 {
        margin-bottom: 1rem;
        font-size: 1.8rem;
        text-align: left;
    }
    .contactBox h3 {
        margin-bottom: 1.5rem;
        padding: 0;
        font-weight: normal;
    }
    .contactBox h3 br {
        display: block;
    }
    .contactBox .inner {
        flex-direction: column;
        margin: 0;
        padding: 0;
    }
    .contactBox .inner .tel {
        flex-basis: auto;
        margin-bottom: 1em;
        padding: 10px;
        border: 1px solid #E6E3E3;
        border-radius: 4px;
    }
    .contactBox .inner .tel .number {
        padding-left: 60px;
        background-position: left 4px;
        background-size: 40px auto;
    }
    .contactBox .inner dl.mail {
        flex-basis: auto;
        padding: 10px 10px 10px 70px;
        background-size: 40px auto;
        background-position: 10px 14px;
        border: 1px solid #E6E3E3;
        border-radius: 4px;
    }
}

/* List
----------------------------------------------------------------------------- */
/* noticeList */
.noticeList01,
.noticeList02 {
	margin: 1em 0;
	list-style: none;
}
.noticeList01 li {
	position: relative;
	padding-left: 1.25em;
	color: #666666;
	font-size: 87.5%;
}
.noticeList02 li {
	position: relative;
	padding-left: 1.25em;
	color: #000000;
	font-size: 100%;
}
.noticeList01 li:before,
.noticeList02 li:before {
	content: "\203B";
	position: absolute;
	top: 0;
	left: 0;
	width: 1.5em;
}

/* memoBlock */
.memoBlock {
    margin: 2.5em 0;
    padding: 0 40px 0 84px;
    background: url(/sp/rm-china/images/icon-memo.png) no-repeat 30px 0.25em;
    font-size: 1.4rem;
}
.memoBlock dt {
    font-weight: bold;
}

@media screen and (max-width: 640px) {
    .memoBlock {
        margin: 2em 0;
        padding: 0 10px 0 54px;
        background-position: 10px 0.25em;
    }
}

/* About Box
----------------------------------------------------------------------------- */
.aboutBox {
	padding: 0 20px;
}
.aboutBox h2 {
	padding: 6px 0 6px 12px;
	border-left: 6px solid #2F4F8E;
	font-size: 1.8rem;
}
.aboutBox h3 {
    margin-bottom: 1.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #2F4F8E;
}
.aboutBox p,
.aboutBox li {
	font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
	.aboutBox {
		padding: 0 10px;
		font-size: 92.9%;
	}
	.aboutBox h2 {
		padding: 4px 0 4px 8px;
	}
    .aboutBox h3 {
        margin-bottom: 1em;
    }
}

/* Button
----------------------------------------------------------------------------- */
.btnBox {
    margin: 3em 0;
}

.btnBox.two {
	display: flex;
	justify-content: space-between;
}
.btnBox.two a {
	flex: 0 1 48%;
	margin-left: 2%;
}

@media screen and (max-width: 640px) {
    .btnBox {
        margin: 2em 0;
    }
}

/* Download button */
.downloadBtn {
    width: 100%;
    padding: 12px;
    background-color: #F15F44;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #FFFFFF!important;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: center;
    transition: all 150ms ease-out;
}
.downloadBtn span {
    display: inline-block;
    padding: 8px 40px 4px 0;
    background: url(/sp/rm-china/images/icon-wh-downlord.png) no-repeat right center;
	background-size: 32px;
	font-size: 1.8rem;
}

@media screen and (max-width: 640px) {
    .downloadBtn {
        padding: 12px 10px;
    }
    .downloadBtn span {
        padding-right: 30px;
        background-size: 20px auto;
        font-weight: bold;
    }
}

/* Entry button */
.entryBtn {
	margin: 4em 20px 5em 20px;
}
.entryBtn h2 {
	margin-bottom: 1em;
	text-align: center;
}
.entryBtn .btnBox {
    margin-top: 1em;
    text-align: center;
}
.entryBtn .entry {
	display: inline-block;
	padding: 24px 80px;
    background-color: #FDE72D;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	border-radius: 50px;
	color: #000000;
	line-height: 1.4;
	text-align: center;
    transition: all 150ms ease-out;
}
.entryBtn .entry strong {
    display: inline-block;
    padding-right: 60px;
    background: url(/sp/rm-china/images/icon-bk-downlord.png) no-repeat right center;
    font-size: 3.0rem;
}

/* Effect */
.hover:hover,
.hover:focus {
    background-color: #FF7359;
    box-shadow: 0 0 0 0.1875rem #FFFFFF, 0 0 0 0.375rem #FF7359;
    text-decoration: none;
}
.hover:active {
    background-color: #F25E43;
    box-shadow: 0 0 0 0.1875rem #F25E43, 0 0 0 0.375rem #F25E43;
    transition-duration: 75ms;
}
.entry.hover:hover,
.entry.hover:focus {
    background-color: #FFBA00;
    box-shadow: 0 0 0 0.1875rem #FFFFFF, 0 0 0 0.375rem #FFBA00;
}
.entry.hover:active {
    box-shadow: 0 0 0 0.1875rem #FFBA00, 0 0 0 0.375rem #FFBA00;
}

@media screen and (max-width: 640px) {
	.entryBtn {
		margin: 3em 10px;
	}
	.entryBtn h2 {
		margin-bottom: 1em;
		font-size: 2rem;
	}
    .entryBtn .entry {
        display: block;
        padding: 30px 10px;
    }
    .entryBtn .entry strong {
        padding-right: 30px;
        background-size: 20px auto;
        font-size: 2rem;
    }
}

/* column_china
----------------------------------------------------------------------------- */
/* columnList */
.columnList {
    margin: 4em 20px 0 20px;
}
.columnList ol {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    list-style: none;
}
.columnList ol li {
    width: 465px;
    margin-bottom: 20px;
}
.columnList ol li + li:nth-child(even) {
    margin-left: 10px;
}
.columnList a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    border: 1px solid #E4E4E4;
    border-radius: 4px;
    box-sizing: border-box;
    color: #000000;
    text-decoration: none;
}
.columnList a:hover {
    border-color: #9DDDF9;
    text-decoration: none;
}
.columnList h2 {
    position: relative;
    margin-bottom: 1em;
    padding: 20px 15px 0 15px;
    font-size:  1.6rem;
    line-height: 1.2;
}
.columnList h2::after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
}
.columnList h2 img {
    display: inline-block;
    float: left;
    width: 36px;
    height: auto;
    margin-right: 20px;
    vertical-align: middle;
}
.columnList h2 span {
    display: block;
    margin-top: .2em;
    font-size: 2rem;
}
.columnList h3 {
    margin: 0 15px 1em 15px;
    padding: 2px 10px;
    background-color: #EEEEEE;
    color: #666666;
    font-size: 1.2rem;
    font-weight: normal;
}
.columnList .inner {
    position: relative;
    margin-bottom: auto;
    padding: 0 15px;
    font-size: 1.2rem;
    line-height: 1.4;
}
.columnList .inner::after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
}
.columnList .inner p:only-of-type {
    width: 100%;
}
.columnList .inner p {
    float: left;
    width: 210px;
    margin-bottom: 0;
}
.columnList .inner p + p {
    float: right;
    width: 210px;
    margin: 0 0 0 13px;
}
.columnList .link {
    position: relative;
    margin: 10px 0 0 0;
    padding: 10px 10px 8px 10px;
    background-color: #DBF4FF;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
}
.columnList .link::after {
    content:'';
    display:block;
    position:absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border: 2px solid #04418C;
    border-left-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
}
.columnList a:hover .link {
    background-color: #9DDDF9;
}

@media screen and (max-width: 640px) {
    .columnList {
        margin: 2em 10px;
    }
    .columnList ol li {
        width: 100%;
    }
    .columnList ol li + li:nth-child(even) {
        margin-left: 0;
    }
    .columnList h2 {
        line-height: 1.4;
    }
    .columnList h2 span {
        margin-top: 0;
    }
    .columnList .inner p {
        float: none;
        width: 100%;
    }
    .columnList .inner p + p {
        float: none;
        width: 100%;
        margin: 0;
    }
}