@charset "UTF-8";

/* CSS Document */
/* PC用サイズ */

.l_colB {
	display: flex;
	display:-webkit-flex;/*--- safari（PC）用 ---*/
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

/*----------------------------------------
// contents
----------------------------------------- */
#contents {
	display: block;
	width: 80%;
	margin: 50px auto 0;
	/* padding・borderもwidthに含める */
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}


/*----------------------------------------
// 共通項目
----------------------------------------- */
.box_contents {
	width: 100%;
	padding: 30px;
	/* padding・borderもwidthに含める */
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

/* 電話番号 */
p.tell_p {
	font-size: 2.0em;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 10px;
}
p.tell_p span {
	font-size: 0.5em;
}
p.tell_m {
	display: none; /* mobile用は非表示 */
}

p.accept_time,
p.fax {
	float: left;
	line-height:  30px;
	margin-bottom: 0;
}
p.accept_time {
	font-size: 1em;
}
p.fax {
	font-size: 1em;
}

a.mail_btn_t, a.form_btn_t {
	display: none;
}
a.mail_btn_p_m {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	text-decoration: none;
	padding: 0 10px 0 35px;
	border-radius: 15px;
	background: url(../../image/contact/inquiry_icon_mail.png) no-repeat;
	background-size: 13%;
	background-position: 10% 50%;
	background-color: #898989;
}
a.mail_btn_p_m:hover {
	background-color: #CCC;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

a.form_btn_p_m{
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	text-decoration: none;
	padding: 0 15px 0 15px;
	border-radius: 15px;
	background-color: #898989;
}
a.form_btn_p_m:hover{
	background-color: #CCC;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

h2{
  font-size: 14px;
}
h5, h6 {
  font-size: 13px;
}

/*----------------------------------------
// inq_buy
----------------------------------------- */
.inq_buy {
	width: 100%;
	margin-bottom: 50px;
	border: 0.2em solid #DCDDDD;
}
.inq_buy h1 {
	font-size: 1.6em;
	padding: 2% 3% 2% 8%;
	margin: 0;
	background: url(../../image/inquiry/inquiry_icon_cart.png) no-repeat;
	background-size: 4.5%;
	background-position: 2% 50%;
	background-color: #DCDDDD;
	
}

.inq_buy p.accept_time,
.inq_buy p.fax {
	float: left;
	margin-right: 20px;
}


/*----------------------------------------
// inq_support
----------------------------------------- */
.inq_support {
	width: 100%;
	margin-bottom: 50px;
	border: 0.2em solid #DCDDDD;
}
.inq_support h1 {
	background: #DCDDDD;
	font-size: 1.6em;
	padding: 2% 3% 2% 8%;
	margin: 0;
	background: url(../../image/inquiry/inquiry_icon_sapport.png) no-repeat;
	background-size: 4.5%;
	background-position: 2% 50%;
	background-color: #DCDDDD;
}
.inq_support h3 {
	font-size: 1.3em;
	line-height: 1.5;
	border-bottom: 1px solid;
}

/* den_med */
.inq_support .den_med {
	width: 57%;
	float: left;
	padding-right: 3%;
	border-right: 0.2em solid #DCDDDD;
	/* padding・borderもwidthに含める */
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}
.inq_support .den_med p.yasumazu {
	font-size: 1.4em;
	color: #F93;
	font-weight: bold; 
}
.inq_support .den_med p.kome {
	clear: both;
	float: left;
	font-size: 0.8em;
	margin-bottom: 10px;
}
.inq_support .den_med a.mail_btn {
	float: right;
}


/* ind */
.inq_support .ind {
	width: 43%;
	float: right;
	padding-left: 3%;
	/* padding・borderもwidthに含める */
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.inq_support .ind p.accept_time,
.inq_support .ind p.fax,
.inq_support .ind a.mail_btn_t,
.inq_support .ind a.mail_btn_p_m {
	clear: both;
}
.inq_support .ind a.mail_btn {
	clear: both;
	float: right;
}

/* rep_add */
.inq_support .rep_add {
	clear: both;
	width: 100%;
  margin: 30px auto 0;
	/* padding・borderもwidthに含める */
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}


/* tv_bnr */
.inq_support a.tv_bnr {
	clear: both;
	width: 90%;
/*	height: 40px;*/
	margin: 0px auto 0;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
/*	line-height: 40px;*/
	text-align: center;
	background: #00A0E9;
	border-radius: 6px;
	padding: 20px ;
}
.inq_support a.tv_bnr:hover {
	color: #FFF;
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}


/*----------------------------------------
// inq_other
----------------------------------------- */
.inq_other {
	width: 100%;
	margin-bottom: 50px;
	border: 0.2em solid #DCDDDD;
}
.inq_other .box_contents {
	padding: 20px 30px;
}
.inq_other h2 {
	background: #DCDDDD;
	font-size: 14px;
	padding: 2% 3%;
	margin: 0;
}

/* 電話番号 */
.inq_other .tell_p_other {
	width: auto;
	float: left;
	font-size: 1.2em;
	line-height: 30px;
	margin-bottom: 0;
}
.inq_other .tell_m_other {
	display: none;
}

.inq_other a.mail_btn_other {
	clear: both;
	float: left;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	text-decoration: none;
	margin: 10px 0 0;
	padding: 0 10px 0 35px;
	border-radius: 15px;
	background: url(../image/contact/inquiry_icon_mail.png) no-repeat;
	background-size: 13%;
	background-position: 10% 50%;
	background-color: #898989;
}
.inq_other a.mail_btn_other:hover {
	background-color: #CCC;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.inq_other p.kome {
	float: left;
	font-size: 0.8em;
	line-height: 30px;
	margin:  10px 0 0 10px;
}


/* テーブル */
.tbb1{
	width: 100%;
}

.tbb1 h2{
	background: none;
    font-size: 14px;
    padding: 2px;
    margin: 0;
}
table.tbb1 {
	border: solid 1px #EFEFEF;
	border-collapse: collapse;
}


th.tdb1, td.tdb1 {
	border: solid 1px #CCCCCC;
	font-size: 1.0rem;
	padding: 0.8%;
	color: #333;
}



/* !!!ここからタブレット用サイズ!!! */
@media screen and (max-width: 768px) {
/*----------------------------------------
// contents
----------------------------------------- */
#contents {
	width: 90%;
	margin: 30px auto 0;
}


/*----------------------------------------
// 共通項目
----------------------------------------- */

/* 電話番号 */
p.tell_p {
	display: none; /* mobile用は非表示 */
}
p.tell_m {
	display: block;
	float: left;
	width: 65%;
	margin-bottom: 5px;
	margin-right: 0;
}
p.tell_m span {
	font-size: 1em;
}
p.tell_m a {
	font-size: 2.0em;
	font-weight: 800;
	line-height: 1;
}

p.accept_time,
p.fax {
	clear: both;
	float: none;
	line-height: 1.5;
	margin-bottom: 0;
}
p.accept_time:before {
	content: "(";
}
p.accept_time:after {
	content: ")";
}

a.mail_btn_t {
	display: block;
	float: right;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	text-decoration: none;
	padding: 0 10px 0 35px;
	border-radius: 15px;
	background: url(../image/contact/inquiry_icon_mail.png) no-repeat;
	background-size: 13%;
	background-position: 10% 50%;
	background-color: #898989;
}
a.mail_btn_t:hover {
	background-color: #CCC;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

a.mail_btn_p_m, a.form_btn_p_m{
	display: none;
}

a.form_btn_t{
	display: block;
	float: right;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	text-decoration: none;
	padding: 0 15px 0 15px;
	border-radius: 15px;
	background-color: #898989;
}
a.form_btn_t:hover{
	background-color: #CCC;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

/*----------------------------------------
// inq_buy
----------------------------------------- */
.inq_buy p.accept_time,
.inq_buy p.fax {
	clear: both;
	float: none;
	margin-right: 0;
}

/*----------------------------------------
// inq_support
----------------------------------------- */

/* den_med */
.inq_support .den_med {
	width: 100%;
	float: none;
	padding-right: 0;
	border-right: none;
}

/* ind */
.inq_support .ind {
	width: 100%;
	float: none;
	padding-left: 0;
	margin-top: 20px;
}
.inq_support .ind a.mail_btn_t {
	clear: none;
}
.inq_support .ind a.mail_btn {
	clear: none;
}

/* tv_bnr */
.inq_support a.tv_bnr {
	width: 100%;
/*	height: 50px;*/
	margin: 0px auto 0;
/*	line-height: 50px;*/
	padding: 20px ;
}


/*----------------------------------------
// inq_other
----------------------------------------- */
.inq_other .box_contents {
	padding: 20px 30px;
}

/* 電話番号 */
.inq_other .tell_p_other {
	display: none;
}
.inq_other .tell_m_other {
	display: block;
	width: auto;
	float: left;
	font-size: 1.2em;
	line-height: 30px;
	margin-bottom: 0;
}
.inq_other .tell_m_other span {
	font-size: 0.8em;
}
.inq_other .accept_time {
	clear: none;
	float: left;
	line-height: 30px;
}

}


/* !!!ここからスマホサイズ!!! */
@media screen and ( max-width:599px ){
/*----------------------------------------
// 共通項目
----------------------------------------- */
.box_contents {
	padding: 15px;
}

/* 電話番号 */
p.tell_m {
	width: 100%;
}
p.tell_m span {
	font-size: 0.8em;
}
p.tell_m a {
	font-size: 1.6em;
}

p.accept_time,
p.fax {
	font-size: 0.8em;
	line-height: 1.5;
}

a.mail_btn_t {
	display: none;
}
a.mail_btn_p_m {
	display: block;
	clear: both;
	float: left;
	margin-top: 10px;
}

a.form_btn_t {
	display: none;
}
a.form_btn_p_m {
	display: block;
	clear: both;
	float: left;
	margin-top: 10px;
}

/*----------------------------------------
// inq_buy
----------------------------------------- */
.inq_buy {
	margin-bottom: 30px;
}
.inq_buy h1 {
	font-size: 1.3em;
	padding: 2% 3% 2% 12%;
	background-size: 7.5%;
}

/*----------------------------------------
// inq_support
----------------------------------------- */
/* tv_bnr */
.inq_support a.tv_bnr {
/*	font-size: 1.2em;*/
	font-weight: bold;
/*	line-height: 40px;*/
	text-align: center;
	background: #00A0E9;
	border-radius: 6px;
		padding: 10px;
		display: block;
}
.inq_support a.tv_bnr:hover {
	color: #FFF;
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

/*----------------------------------------
// inq_support
----------------------------------------- */
.inq_support {
	margin-bottom: 30px;
}
.inq_support h1 {
	font-size: 1.2em;
	padding: 2% 3% 2% 12%;
	background-size: 7.5%;
}
.inq_support h3 {
	font-size: 1.2em;
	margin-bottom: 12px;
}

/* den_med */
.inq_support .den_med p.yasumazu {
	font-size: 1.0em;
	margin-bottom: 5px;
}
.inq_support .den_med p.kome {
	margin-bottom: 0;
}

/* tv_bnr */
.inq_support a.tv_bnr {
/*	font-size: 0.8em;*/

	margin: 0px auto 0;
/*	line-height: 2;*/
	padding: 10px;
	display: block;
}

/*----------------------------------------
// inq_other
----------------------------------------- */
.inq_other .box_contents {
	padding: 10px 15px;
}
.inq_other h2 {
	font-size: 1.0em;
}


/* 電話番号 */
.inq_other .tell_m_other {
	line-height: 1.5;
}
.inq_other .accept_time {
	clear: both;
	float: left;
	line-height: 1.5;
}

.inq_other a.mail_btn_other {
	clear: both;
	float: left;
	margin-left: 0;
	margin-top: 0px;
}
.inq_other p.kome {
	float: left;
	font-size: 0.8em;
	line-height: 1.5;
	margin: 5px 0 0 0;
}




}