
/*--------------------------------------------------------------------------
PC
---------------------------------------------------------------------------*/
body {
	/*font: 13px/1.231 arial, helvetica, clean, sans-serif;*/ background-color: #fff;
	-webkit-print-color-adjust: exact;
}


.pc-mode-01 {
    display: block !important;
}
.pc-mode-02 {
    display: inline !important;
}
.sp-mode-01 {
    display: none !important;
}
.sp-mode-02 {
    display: none !important;
}
/* フォーマット設定*/
.inner,
.inner-01 {
	width: 940px;
	margin: 0 auto;
}
.inner-02 {}

.cont-center {
    text-align: center;
}
.cont-left {
	float:left;
}
.cont-right {
	float:right;
}
/* common
-----------------------------------------------------------------*/
.toolBox01 { background-color: #b61b12; }

.function01 {
    margin-top: 6px;
    padding-bottom: 6px;
}

.boxList01 {
    margin-top: 20px;
}
.alg_layoutbox img {
	display:inline;
}
.link-01 a {
    color: #444;
	padding: 0 0 0 30px;
	background: url(/~/Media/com/rohto-alguard/promotion/201911/common/ico_arrow_01.png) no-repeat left 4px;
	background-size: 16px;
	font-size: 1.28em;
	display: inline-block;
	margin-top: 0.3em;
}
.link-01 a .txt-01 {
	font-weight:bold;
}

.alg_layoutbox a:hover img{
    opacity: 0.7;
}
sup {
    font-size: 0.6em;
    vertical-align: super;
}
/* -----------------------------------------------------------------*/


/****************************** BREAK POINT *******************************
タブレット Layout
******************************* BREAK POINT ******************************/
@media screen and (max-width: 768px) {
/* フォーマット設定*/

.alg_layoutbox {
}
.alg_layoutbox img {
	width: 100%;
}
.inner{
	width: 90%;
}

.inner-01 {
	width:100%;
}
.inner-02{
	width: 90%;
	margin: 0 auto;
}
.toolBox01 {
	padding: 3% 0;
}
.notes{
	font-size: 0.867em;
}
.pc-mode-01 {
	display: none !important;
}
.pc-mode-02 {
	display: none !important;
}
.pc-mode-03 {
	display: none !important;
}
.sp-mode-01 {
	display: block !important;
}
.sp-mode-02 {
	display: inline !important;
}
.sp-mode-03 {
	display: inline-block !important;
}
.sp-mode-04 {
	display: table !important;
}

.qa_clm.inner .cont-left{
	float: none;
}

}



