@charset "utf-8";
/* CSS Document */

/* common */
.col-red {
	color: red !important;
}

.txt-right {
	text-align: right !important;
}

.txt-left {
	text-align: left !important;
}

.txt-center {
	text-align: center!important;
}

.suptext {
	font-size: 80%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}

.subtext {
	font-size: 80%;
	vertical-align: bottom;
	position: relative;
	top: 0.1em;
}

.font-bold {
	font-weight: bold;
}

.font-big {
	font-size: 1.8rem;
}

/* style */
/* std */
.tbl-std {
	border: #ccc .5px solid;
	margin: 2% auto 0;
	width: 95%;
	background: #fff;
}

.tbl-std th {
	background: #EF898B;
	border: #fff .5px solid;
	box-sizing: border-box;
	font-weight: normal;
	padding: 2%;
	text-align: center;
	color: #fff;
}

.tbl-std td {
	padding: 2%;
	box-sizing: border-box;
	border: #ccc .5px solid;
}

.dl-std {
	margin-top: 2%;
}

.dl-std dt {
	margin-top: 2.5%;
	font-weight: bold;
}

.dl-std dd {
	margin-top: .5%;
}

.stamp{
	-moz-transform: rotate(-10deg); /*−30度回転（Mozilla系ブラウザ e.g.: Firefox）*/
	-webkit-transform: rotate(-10deg); /*−30度回転（Webkit系ブラウザ e.g.: Safari, Google Chrome）*/
	-o-transform: rotate(-10deg); /*−30度回転（Opera系ブラウザ e.g.: Opera）*/
	-ms-transform: rotate(-10deg); /*−30度回転（Microsoft系ブラウザ e.g.: Internet Explore）*/
	color:#fff;
	border-style: solid;
	border-width: medium;
	padding: .4rem .4em;
	display: inline-block;
	background: red;
}

.col-accent {
	color: #7B0026;
}

html { 
	font-size: 62.5%;
}

body {
	color: #222;
	border-top:3px solid #EF898B;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	line-height: 1.7;
}

.contents-area {
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
}

#logo img {
	width: 15%;
	margin-top: 1%;
}

#header-contact {
	display: flex;
	float: right;
	width: 80%;
	justify-content: flex-end;
	margin-top: 2%;
}

#header-contact a {
	background: #E7225E;
	border: #E7225E 1px solid;
	box-sizing: border-box;
	color: #fff;
	padding: 1.5% 2%;
	text-decoration: none;
	display: block;
   text-align: center;
	margin-right: 1%;
}

#header-contact a:hover {
	background: rgba(255,255,255,.3);
	border: #E7225E 1px solid;
	color: #E7225E;
}

/* navi */
.drawer {
	background: #EF898B;
}

.drawer-hidden {
  display: none;
}

.drawer-list {
	text-align: center;
	width: 80%;
	margin: 0 auto;
}

.drawer-item {
	display: inline-block;
	width: 19%;
	text-align: center;
	padding: 1.5% 0;
	box-sizing: border-box;
	vertical-align: middle;	
}

.drawer-item a {
	text-decoration: none;
	display: block;
	border-right: #FFF 1px solid;
	color: #fff;
	font-weight: bold;
}

.drawer-item a:hover {
	text-decoration: underline;
}

/*ハンバーガー用*/
label {
	display: none;
}

#menu_bar01 {
    display: none;
}

.bdr-rt-none {
	border-right: none!important;
}

/* パンくずなび */
#ul-topic-path {
	width: 80%;
	margin: 20px auto 0 auto;
}

#ul-topic-path li {
	display: inline-block;
}

#ul-topic-path li span {
	color: #EF898B;
}

#ul-topic-path li a {
	color: #222;
	text-decoration: none;
}

#ul-topic-path li a:hover {
	text-decoration: underline;
}

/* h */
#h1-area { 
    /* (画像の高さ / 画像の横幅) × 100 */ 
    padding-top: 12%; 
    background: url("/products/qc-one/lite/img/img_h1.gif"); 
    background-repeat: no-repeat; 
    background-position: right center; 
    background-size: cover; 
	position: relative;
  } 

  #h1-std {
   font-size: 2rem;
    position: absolute;
    top: -2px;
    right: 0;
    bottom: 0;
    left: 2px;
    margin: auto;
    width: 80%;
    height: 4rem;
    font-weight: 800;
	color: #eb5153;

}

.section-h2 {
	margin-top: 2%;
}

.h2-std-area {
	background: #EF898B;
	padding: .5% 0;
	box-sizing: border-box;
}

.h2-std-area h2 {
	width: 80%;
	color: #fff;
	font-size: 2rem;
	margin: 0 auto;
}

.section-h3 {
	margin-top: 2%;
}

.h3-std {
	color: #7B0026;
	font-weight: bold;
	font-size: 1.8rem;
}

/* gototop */
#pagetop_box {
	background: #bbb;
	padding: .5% 0;
}

#pagetop {
	font-size: 2rem;
	color: #fff;
	text-align: right;
	display: block;
	text-decoration: none;
	cursor: pointer;
}

/* footer */
#footer {
	background: #EF898B;
	padding: 2% 0;
	box-sizing: border-box;
	color: #fff;
	border-top: #ffc2c2 5px solid;
}

/*#cta-h-area {
	background: #7B0026;
	padding: 2% 0 1%;
	box-sizing: border-box;
}	

#cta-h-area p {
	width: 80%;
	color: #fff;
	font-size: 2.5rem;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
}*/

#p-cta-h {
	width: 65%;
	color: #fff;
	font-size: 2.5rem!important;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
}

#cta {
	min-height: 200px;
	background: url("../img/img_cta_bk.jpg") center / cover no-repeat;
	position: relative;
}

#cta-inner {
	width: 90%;
	margin: 2% 0;
}

#cta-inner > p {
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
}


#ul-cta {
	margin-top: 3%;
	text-align: center;
	
}

#ul-cta li {
	display: inline-block;
	width: 30%;
	margin-right: 1%;
}

#ul-cta li:last-child {
	margin-right: 0;
}

#ul-cta li a {
	padding: 5% 0 2% 0;
	box-sizing: border-box;
	background: #fff;
	text-decoration: none;
	display: block;
	font-size: 1.8rem;
	color: #7B0026;
	font-weight: bold;
}

#ul-cta li a:hover {
	background: rgba(255,255,255,.7);
}

#ul-link  {
	width: 100%;
	margin: 0 auto;
}

#ul-link li {
	display: inline-block;
	width: 13.5%;
	text-align: center;
}

.ul-link-li-font-small {
	font-size: 1.1rem;
}


#ul-link li a {
	color: #fff;
	text-decoration: none;
	font-size: 1rem;
}

#ul-link li a:hover {
	text-decoration: underline;
}

#copyright {
	background: #ccc;
	padding: .5% 0;
	box-sizing: border-box;
}

#copyright p {
	text-align: center;
	font-size: 1rem;
}

.youtube:hover {
	opacity: .6;
}

#formbox {
	width: 80%;
	margin: 0 auto;
}

.tab-none {
	display: none;
}