﻿@charset "utf-8";

/*--- フロートクリア --------------------------------------------------------------*/
.clearb { clear: both; }

/*--- float ----------------------------------------------------------------------*/
.flL { float: left; }
.flR { float: right; }

/*--- align ----------------------------------------------------------------------*/
.taL { text-align: left; }
.taC { text-align: center; }
.taR { text-align: right; }
.taC_spL { text-align: left; }
/*--- position ---------------------
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	{ text-align: center; }
}
/* -------------------------------------------------*/
.psR { position: relative; }
.psA { position: absolute; }
.psB0 { bottom: 0; }
.psB10 { bottom: 10; }
/*--- margin ----------------------------------------------------------------------*/
.mgClear { margin: 0px; }
/* top */
.mg15 { margin: 15px !important; }
.mgT00 { margin-top: 0px !important; }
.mgT01 { margin-top: 1px !important; }
.mgT02 { margin-top: 2px !important; }
.mgT03 { margin-top: 3px !important; }
.mgT04 { margin-top: 4px !important; }
.mgT05 { margin-top: 5px !important; }
.mgT10 { margin-top: 10px !important; }
.mgT15 { margin-top: 15px !important; }
.mgT20 { margin-top: 20px !important; }
.mgT25 { margin-top: 25px !important; }
.mgT30 { margin-top: 30px !important; }
.mgT35 { margin-top: 35px !important; }
.mgT40 { margin-top: 40px !important; }
/* right */
.mgR00 { margin-right: 0px !important; }
.mgR01 { margin-right: 1px !important; }
.mgR02 { margin-right: 2px !important; }
.mgR03 { margin-right: 3px !important; }
.mgR04 { margin-right: 4px !important; }
.mgR05 { margin-right: 5px !important; }
.mgR10 { margin-right: 10px !important; }
.mgR15 { margin-right: 15px !important; }
.mgR20 { margin-right: 20px !important; }
.mgR25 { margin-right: 25px !important; }
.mgR30 { margin-right: 30px !important; }
.mgR35 { margin-right: 35px !important; }
.mgR40 { margin-right: 40px !important; }
/* left */
.mgL00 { margin-left: 0px !important; }
.mgL01 { margin-left: 1px !important; }
.mgL02 { margin-left: 2px !important; }
.mgL03 { margin-left: 3px !important; }
.mgL04 { margin-left: 4px !important; }
.mgL05 { margin-left: 5px !important; }
.mgL10 { margin-left: 10px !important; }
.mgL15 { margin-left: 15px !important; }
.mgL20 { margin-left: 20px !important; }
.mgL25 { margin-left: 25px !important; }
.mgL30 { margin-left: 30px !important; }
.mgL35 { margin-left: 35px !important; }
.mgL40 { margin-left: 40px !important; }
/* bottom */
.mgB0 { margin-bottom: 0px !important; }
.mgB1 { margin-bottom: 1px !important; }
.mgB2 { margin-bottom: 2px !important; }
.mgB3 { margin-bottom: 3px !important; }
.mgB4 { margin-bottom: 4px !important; }
.mgB5 { margin-bottom: 5px !important; }
.mgB10 { margin-bottom: 10px !important; }
.mgB15 { margin-bottom: 15px !important; }
.mgB20 { margin-bottom: 20px !important; }
.mgB25 { margin-bottom: 25px !important; }
.mgB30 { margin-bottom: 30px !important; }
.mgB35 { margin-bottom: 35px !important; }
.mgB40 { margin-bottom: 40px !important; }

/*--- パディング ----------------------------------------------------------------------*/
.pdClear { padding: 0px !important; }
.pd05 { padding: 5px !important; }
.pd10 { padding: 10px !important; }
.pd15 { padding: 15px !important; }
/* top */
.pdT00 { padding-top: 0px !important; }
.pdT05 { padding-top: 5px !important; }
.pdT10 { padding-top: 10px !important; }
.pdT15 { padding-top: 15px !important; }
.pdT15_p { padding-top: 0px !important; }
.pdT20 { padding-top: 20px !important; }
.pdT25 { padding-top: 25px !important; }
.pdT30 { padding-top: 30px !important; }
.pdT35 { padding-top: 35px !important; }
.pdT40 { padding-top: 40px !important; }
.pdT50 { padding-top: 50px !important; }
/* right */
.pdR00 { padding-right: 0px !important; }
.pdR05 { padding-right: 5px !important; }
.pdR10 { padding-right: 10px !important; }
.pdR15 { padding-right: 15px !important; }
.pdR20 { padding-right: 20px !important; }
.pdR25 { padding-right: 25px !important; }
.pdR30 { padding-right: 30px !important; }
.pdR35 { padding-right: 35px !important; }
.pdR40 { padding-right: 40px !important; }
.pdR50 { padding-right: 50px !important; }
/* left */
.pdL00 { padding-left: 0px !important; }
.pdL05 { padding-left: 5px !important; }
.pdL10 { padding-left: 10px !important; }
.pdL15 { padding-left: 15px !important; }
.pdL20 { padding-left: 20px !important; }
.pdL-20 { padding-left: -20px !important; }
.pdL25 { padding-left: 25px !important; }
.pdL30 { padding-left: 30px !important; }
.pdL35 { padding-left: 35px !important; }
.pdL40 { padding-left: 40px !important; }
.pdL50 { padding-left: 50px !important; }
/* bottom */
.pdB0 { padding-bottom: 0px !important; }
.pdB5 { padding-bottom: 5px !important; }
.pdB10 { padding-bottom: 10px !important; }
.pdB15 { padding-bottom: 15px !important; }
.pdB20 { padding-bottom: 20px !important; }
.pdB25 { padding-bottom: 25px !important; }
.pdB30 { padding-bottom: 30px !important; }
.pdB35 { padding-bottom: 35px !important; }
.pdB40 { padding-bottom: 40px !important; }
.pdB50 { padding-bottom: 50px !important; }



.pdLR10 {
	padding-right: 1% !important;
	padding-left: 1% !important;
}
.pdLR15 { 
	padding-right: 2% !important;
	padding-left: 2% !important;
}
.w6 { 
 }
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
.w6 { 
padding-top: 0px !important; }
.pdLR10 { 
	padding-right: 5% !important;
	padding-left: 5% !important;
}
.pdLR15 {
	padding-right: 7% !important;
	padding-left: 7% !important;	
}
	}
/*****************************************************
	1024px以上【tablet】
******************************************************/
@media print, screen and (min-width: 1024px) {
.pdT15_p { padding-top: 15px !important; }
.pdLR10 { 
	padding-right: 10% !important;
	padding-left: 10% !important;
}
.pdLR15 {
	padding-right: 15% !important;
	padding-left: 15% !important;	
}
	}

/*--- テキスト関連 ----------------------------------------------------------------*/
.fwB { font-weight: bold !important; }
.fz10 { font-size: 10px !important; }
.fz11 { font-size: 11px !important; }
.fz12 { font-size: 12px !important; }
.fz13 { font-size: 13px !important; }
.fz14 { font-size: 14px !important; }
.fz15 { font-size: 15px !important; }
.fz16 { font-size: 16px !important; }
.fz18 { font-size: 18px !important; }
.fz21 { font-size: 21px !important; }
.fz24 { font-size: 24px !important; }
.fz26 { font-size: 26px !important; }
.fzLarge { font-size:large !important; }


.fc_FFF {
	color: #FFF !important;
}
.fc_F00 { color: #F00 !important; }
.fc_00F { color: #00F !important; }
.fc_06C { color: #06C !important; }
.fc_333 { color: #333 !important; }
.fc_e60012 { color: #e60012 !important; }
.fc_881 { color: #881118 !important; }
/*--- リスト ------------------------------------------------------------------------*/
ol.type01 {
	margin-bottom: 10px;
}
ol.type01 li {
	list-style-type: decimal;
	margin-left: 35px;
}
ul li {
	list-style-type: none;
}
ul.type01 {
	margin-bottom: 10px;
}
ul.type01 li {
	list-style-type: disc;
	margin-left: 35px;
}
ul.type02 {
  list-style: none;
  background-color: #FFFFFF;
  padding: 30px;
  margin-bottom: 20px;
}
ul.type02 li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  /*font-size: 16px;*/
  line-height: 1.4;
  margin-bottom: 10px;
}
ul.type02 li::before {
  font-family: FontAwesome;
  content: "\f0da";
  padding-right: 5px;
  color: #e60012;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  ul.type02 {
    padding: 15px;
    margin-bottom: 20px;
  }
}
/*--- 強調 ------------------------------------------------------------------------------*/

em.type01 {
	font-weight: bold;
	font-style: normal;
}

/*-- テーブル標準 ------------------------------------------------------------------------*/
table.type01 {
	width:100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	background-color: #FFF;
}
table.type01 th,
table.type01 td {
	padding:15px;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
table.type01 th {
	background-color: #EBEBEB;
	text-align: left;
}
table.type01 td {
	background-color: #FFF;
}

/*-- テーブル製品情報01 ------------------------------------------------------------------------*/

table.type02 {
	width:100%;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-left-style: none;
	text-align: center;
	color: #FFF;
}
table.type02 th,
table.type02 td {
	padding:15px;
	vertical-align: top;
	border-right-width: 1px;
}
table.type02 th {
	background-color: #333;
}
table.type02 td {
	background-color: #000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #333;
}

.bdr_right_dg {
	border-right-style: solid !important;
	border-right-width: 1px !important;
	border-right-color: #333 !important;
}

.bdr_right_bl {
	border-right-style: solid !important;
	border-right-width: 1px !important;
	border-right-color: #000 !important;
}
/*-- テーブル製品情報02 ------------------------------------------------------------------------*/

table.type03 {
	width:100%;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-left-style: none;
}
table.type03 th,
table.type03 td {
	padding:15px;
	vertical-align: top;
	border-right-width: 1px;
}
table.type03 th {
	background-color: #FFF;
}
table.type03 td {
	background-color: #FFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCC;
}
/*-- テーブル製品情報03 ------------------------------------------------------------------------*/

table.type04 {
	width:100%;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-left-style: none;
}
table.type04 th,
table.type04 td {
	padding:15px;
	vertical-align: top;
	border-right-width: 1px;
}
table.type04 th {
	color: #FFF;
	background-color: #000;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCC;
}
table.type04 td {
	background-color: #FFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCC;
}
.bdr_bottom_gl {
	border-bottom-style: solid !important;
	border-bottom-width: 1px !important;
	border-bottom-color: #CCC !important;
}
.bdr_r_gl {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.d_TC_VM {
	vertical-align: middle !important;
	}
/*-- テーブル製品情報04 ------------------------------------------------------------------------*/

table.type05 {
	width:100%;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-left-style: none;
}
table.type05 th,
table.type05 td {
	padding:15px;
	vertical-align: top;
	border-right-width: 1px;
}
table.type05 th {
	color: #FFF;
	background-color: #000;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCC;
}
table.type05 td {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCC;
}
/*-- テーブル ボーダー ------------------------------------------------------------------------*/
.bdr_bottom_gl {
	border-bottom-style: solid !important;
	border-bottom-width: 1px !important;
	border-bottom-color: #CCC !important;
}
.bdr_r_gl {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.d_TC_VM {
	vertical-align: middle !important;
	}
/*--- ボーダー ----------------------------------------------------------------*/
.bdB {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.bdB_red {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #cd0001;
}
.bdB_blue {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #059bcd;
}
/*--- ボックス ----------------------------------------------------------------*/
.box01 {
	background-color: #F5F5F5;
	padding: 10px;
}
.box02 {
  border: solid 1px #CCCCCC;
	padding: 10px;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  .box01 {
	  padding: 25px;
  }
  .box02 {
	  padding: 25px;
  }
}
/*--- 背景 --------------------------------------------------------------------*/
.bg_gray {
   background-color: #f0f0f0 !important;
}
.bg_gray2 {
  background-color:  #f7f7f7 !important;
}
.bg_d_gray {
	background-color:  #3C373A !important;
}
.bg_bl {
  background-color:  #000 !important;
}
.bg_rd {
  background-color:  #881118 !important;
}
/*-----------------------------------
   ボタン
-----------------------------------*/
.btn { font-family: 'Merriweather Sans', sans-serif; font-size: 16px; text-transform: capitalize; font-weight: 700; padding: 14px 40px; letter-spacing: 0px; border-radius: 50px; line-height: 2; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; word-wrap: break-word; white-space: normal !important; }
.btn-primary {
	background-color: #C00;
	color: #FFF;
	border: 1px solid #C00;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	border-radius: 30px 30px 30px 30px;
	font-size:16px;
}
.btn-primary:hover {
	background-color: #F00;
	color: #FFF;
	border: 1px solid #F00;
}
.btn-long {
	background-color: #C00;
	color: #FFF;
	border: 1px solid #C00;
	padding-top: 15px;
	padding-right: 20%;
	padding-bottom: 15px;
	padding-left: 20%;
	border-radius: 30px 30px 30px 30px;
}
.btn-long:hover {
	background-color: #F00;
	color: #FFF;
	border: 1px solid #F00;
}
.btn-primary.focus, .btn-primary:focus { background-color: #efbf25; color: #121113; border: 2px solid #efbf25; box-shadow: 0 0 0 0.2rem rgba(239, 191, 37, .5); color: #121113; }


.btn-bk {
	background-color: #191919;
	color: #FFF;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	border-radius: 30px 30px 30px 30px;
	font-size:16px;
}
/* 注釈 */
.annotation_nunber li {
	font-size: 80%;
	line-height: normal;
	letter-spacing: normal;
	word-spacing: normal;
	list-style-type: none;
}
.annotation_nunber li .annotation_nunber_nunber {
	color: #C00;
	display: block;
	padding-right: 0.5em;
	float: left;
}
.annotation_nunber li .annotation_nunber_txt {
	display: block;
	padding-left: 0.5em;
	overflow: hidden;
}
/* 円にテキスト */
.circle {
    width: 100%;
    height: 90%; 
    background-color: #881118;
	color: #FFF;
    margin: 0 auto;/* ←円を中央揃え */
    text-align: center;/* ←文字を左右に中央揃え */
    line-height: 100px;/* ←文字を上下に中央揃え */
}


@media print, screen and (min-width: 1024px) {
.circle {
    width: 100px;
    height: 100px; 
    background-color: #881118;
	color: #FFF;
    border-radius: 50%; 
    margin: 0 auto;/* ←円を中央揃え */
    text-align: center;/* ←文字を左右に中央揃え */
    line-height: 100px;/* ←文字を上下に中央揃え */
}
}

.wid80_p {
	width: 100%;
}
@media print, screen and (min-width: 768px) {
.wid80_p {
	width: 100%;
}
}
@media print, screen and (min-width: 1024px) {
	.wid80_p {
	width: 80%;
}
}
/*--- ページトップ02---*/
#pagetop02 {
		position: fixed;
  bottom: 60px;
  right: 10px;
	z-index:10;
}
#pagetop02 a {
  display: block;
  color: #FFFFFF;
  /*height: 35px;
  line-height: 35px;
  width: 35px;*/
  padding: 5px 10px;
  text-align: center;
  background-color: rgba(214,0,15,0.9);
  font-size: 11px;
  border-radius: 3px;
  transition: .2s linear;
}