@charset "UTF-8";
/*----------------------------------------

	Default CSS

	- default setting
	- font setting
	- line-height setting
	- indent setting
	- link setting
	- color setting
	- common setting
	- clearfix
	- header
	- content
	- footer
	- print

-----------------------------------------*/

/*----------------------------------------
	default setting
-----------------------------------------*/
th, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
}
p, dl, dd, ol, ul, figure {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: separate;
}
@font-face {
	font-family: YuMinchoM;
	font-weight: 400;
	src: local("Yu Mincho Medium"), local("YuMincho-Regular");
}
@font-face {
	font-family: YuMinchoM;
	font-weight: 600;
	src: local("Yu Mincho bold"), local("YuMincho-bold"), local("Yu Mincho Demibold"), local("YuMincho-Demibold");
}
@font-face {
	font-family: YuGothicM;
	font-weight: 400;
	src: local("Yu Gothic Medium"),
	local("YuGothic-Regular");
}
@font-face {
	font-family: YuGothicM;
	font-weight: 600;
	src: local("Yu Gothic bold"),
	local("YuGothic-bold"),
	local("Yu Gothic Demibold"),
	local("YuGothic-Demibold");
}
body {
	color: #000000;
	font-family: YuGothic, YuGothicM, Yu Gothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ","MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ","MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif \9;
	-webkit-font-smoothing: antialiased; /* Safari フォント表示補正 */
	-moz-osx-font-smoothing: grayscale;  /* Firefox フォント表示補正 */
	-webkit-user-drag: none;
	-webkit-touch-callout: none;
	line-height: 1.5;
	-webkit-font-feature-settings : "palt";
	font-feature-settings : "palt";
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, body {
		font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ","MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	}
}
html, body {
	height: 100%;
}
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
em {
	font-style: normal;
	font-weight: bold;
}
li, dt, dd {
	list-style: none;
	vertical-align: bottom;
}
li img, dt img, dd img {
	vertical-align: top;
}
small {
	font-size: 100%;
}
input,textarea,select {
	outline: none;
}

/* 英語フォント */
[class^="en_"], [class*=" en_"] {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.06em;
}
.en_lignt01 {
	font-weight: 300;
}
.en_sbold01 {
	font-weight: 600;
}
.en_bold01 {
	font-weight: 700;
}
.defs {
	display: none;
}

#fb-root { display: none; }
.over, .modal {}

input:placeholder-shown {
	color: #999;
}
input::-webkit-input-placeholder {
	color: #999;
}
input::-moz-placeholder {
	color: #999;
}
input:-moz-placeholder {
	color: #999;
}
input:-ms-input-placeholder {
	color: #999;
}

/*----------------------------------------
	font setting
-----------------------------------------*/
.font00 { font-size: 0rem }
.font8 { font-size: 0.8rem }
.font9 { font-size: 0.9rem }
#breadcrumb,
.font10 { font-size: 1.0rem }
.font11 { font-size: 1.1rem }
.font12 { font-size: 1.2rem }
.font13 { font-size: 1.3rem }
body,
.font14 { font-size: 1.4rem }
.font15 { font-size: 1.5rem }
.font16 { font-size: 1.6rem }
.font17 { font-size: 1.7rem }
.font18 { font-size: 1.8rem }
.font19 { font-size: 1.9rem }
.font20 { font-size: 2.0rem }
.font21 { font-size: 2.1rem }
.font22 { font-size: 2.2rem }
.font23 { font-size: 2.3rem }
.font24 { font-size: 2.4rem }
.font25 { font-size: 2.5rem }
.font26 { font-size: 2.6rem }
.font27 { font-size: 2.7rem }
.font28 { font-size: 2.8rem }
.font29 { font-size: 2.9rem }
.font30 { font-size: 3.0rem }
.font31 { font-size: 3.1rem }
.font32 { font-size: 3.2rem }
.font33 { font-size: 3.3rem }
.font34 { font-size: 3.4rem }
.font35 { font-size: 3.5rem }
.font36 { font-size: 3.6rem }
.font37 { font-size: 3.7rem }
.font38 { font-size: 3.8rem }
.font39 { font-size: 3.9rem }
.font40 { font-size: 4.0rem }
.font41 { font-size: 4.1rem }
.font42 { font-size: 4.2rem }
.font43 { font-size: 4.3rem }
.font44 { font-size: 4.4rem }
.font45 { font-size: 4.5rem }
.font46 { font-size: 4.6rem }
.font47 { font-size: 4.7rem }
.font48 { font-size: 4.8rem }
.font49 { font-size: 4.9rem }
.font50 { font-size: 5.0rem }

/*----------------------------------------
	line-height setting（default/2）
-----------------------------------------*/
.clearlh {
	line-height: 0;
}

.lh1 {
	line-height: 1;
}
ol#breadcrumb,
.lh12 {
	line-height: 1.2;
}
.lh13 {
	line-height: 1.3;
}
.lh14 {
	line-height: 1.4;
}
h1, h2, h3, h4, h5, h6, small,
[class^="en_"], [class*=" en_"],
.lh15 {
	line-height: 1.5;
}
.lh2 {
	line-height: 2;
}
.lh17 {
	line-height: 1.75;
}

/*----------------------------------------
	indent setting
-----------------------------------------*/
.indent00 {
	display: block;
}
.indent01 {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}
.indentVar > span {
	display: table-cell;
	vertical-align: top;
}

/*----------------------------------------
	link setting
-----------------------------------------*/
a,
a:focus {
	outline: none;
}
a:link,
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover,
a:active {
	color: #000000;
	text-decoration: none;
}
.blank:after {
	content: '';
	height: 12px;
	margin: 0 0 0 6px;
	padding: 2px 0 2px 12px;
	background: url(../img/c_link_icon01.png) right center no-repeat;
	background-size: 12px 12px;
}
a.tLink {
	text-decoration: underline;
}

/*----------------------------------------
	color setting
-----------------------------------------*/
.white01 ,
a.white01 {
	color: #ffffff;
}
.gray01 ,
a.gray01 {
	color: #333333;
}
.red01 ,
a.red01 {
	color: #e92020;
}
.blue01 ,
a.blue01 {
	color: #0b004a;
}

/*----------------------------------------
	common setting
-----------------------------------------*/
#wrapper {
	width: 100%;
	position: relative;
	min-height: 100%;
	font-size: 1.4rem;
}
.inner {
	margin: 0 auto;
	padding: 0 20px;
}
.mincho01 {
	font-family: YuMincho, YuMinchoM, Yu Mincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif \9;
}
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, .mincho01 {
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
}
.gosick01 {
	font-family: YuGothic, YuGothicM, Yu Gothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ","MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ","MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif \9;
}
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, .gosick01 {
		font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ","MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	}
}
.clearfsize {
	font-size: 0;
	line-height: 0;
}
.bold01 {
	font-weight: bold;
}
.normal01 {
	font-weight: normal;
}
.taC { text-align: center; }
.taL { text-align: left; }
.taR { text-align: right; }

/* リストマーク */
.square01 {
	display: block;
	padding-left: 1em;
	text-indent: -2em;
}
.square01:before {
	content: "\025a0";
	width: 1em;
	padding-left: 1em;
	color: #cccccc;
}
.disc01 {
	display: block;
	padding-left: 1.5em;
	text-indent: -2em;
}
.disc01:before {
	content: "\030fb";
	width: 1em;
	padding-left: 1em;
	color: #333333;
}
.rpimg {
	width: 100%;
	height: auto;
}

/*----------------------------------------
	clearfix
-----------------------------------------*/
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

/*----------------------------------------
	z-index
-----------------------------------------*/
#header #fNav {
	z-index: 8000;
}
#header #gNav {
	z-index: 9000;
}
#pageTop {
	z-index: 1000;
}
/*----------------------------------------
	animate
-----------------------------------------*/
@-webkit-keyframes zoom {
	/* http://bouncejs.com/#{s:[{T:"c",e:"B",d:1000,D:0,f:{x:0.9,y:0.9},t:{x:1,y:1},s:1,b:5}]} */
	0%     {-webkit-transform: scale(0.9, 0.9);transform: scale(0.9, 0.9);}
	4.6%   {-webkit-transform: scale(0.951, 0.951);transform: scale(0.951, 0.951);}
	9.11%  {-webkit-transform: scale(1, 1);transform: scale(1, 1);}
	12.51% {-webkit-transform: scale(0.978, 0.978);transform: scale(0.978, 0.978);}
	15.82% {-webkit-transform: scale(0.972, 0.972);transform: scale(0.972, 0.972);}
	21.62% {-webkit-transform: scale(0.984, 0.984);transform: scale(0.984, 0.984);}
	27.33% {-webkit-transform: scale(1, 1);transform: scale(1, 1);}
	34.03% {-webkit-transform: scale(0.993, 0.993);transform: scale(0.993, 0.993);}
	45.55% {-webkit-transform: scale(1, 1);transform: scale(1, 1);}
	52.15% {-webkit-transform: scale(0.998, 0.998);transform: scale(0.998, 0.998);}
	63.66% {-webkit-transform: scale(1, 1);transform: scale(1, 1);}
	70.37% {-webkit-transform: scale(1, 1);transform: scale(1, 1);}
	81.88% {-webkit-transform: scale(1, 1);transform: scale(1, 1);}
	88.59% {-webkit-transform: scale(1, 1);transform: scale(1, 1);}
	100%   {-webkit-transform: scale(1, 1);transform: scale(1, 1);}
}
@-webkit-keyframes bound {
	/* http://bouncejs.com/#{s:[{T:"t",e:"B",d:1000,D:0,f:{x:0,y:0},t:{x:0,y:15},s:1,b:5}]} */
	0%     {-webkit-transform: translateY(-15px);transform: translateY(-15px)}
	4.6%   {-webkit-transform: translateY(-7.398px);transform: translateY(-7.398px);}
	9.11%  {-webkit-transform: translateY(-0.024px);transform: translateY(-0.024px);}
	12.51% {-webkit-transform: translateY(-3.23px);transform: translateY(-3.23px);}
	15.82% {-webkit-transform: translateY(-4.137px);transform: translateY(-4.137px);}
	21.62% {-webkit-transform: translateY(-2.403px);transform: translateY(-2.403px);}
	27.33% {-webkit-transform: translateY(-0.018px);transform: translateY(-0.018px);}
	34.03% {-webkit-transform: translateY(-1.039px);transform: translateY(-1.039px);}
	45.55% {-webkit-transform: translateY(-0.007px);transform: translateY(-0.007px);}
	52.15% {-webkit-transform: translateY(-0.261px);transform: translateY(-0.261px);}
	63.66% {-webkit-transform: translateY(-0.001px);transform: translateY(-0.001px);}
	70.37% {-webkit-transform: translateY(-0.066px);transform: translateY(-0.066px);}
	81.88% {-webkit-transform: translateY(0px);transform: translateY(0px);}
	88.59% {-webkit-transform: translateY(-0.016px);transform: translateY(-0.016px);}
	100%   {-webkit-transform: translateY(0px);transform: translateY(0px);}
}

/*----------------------------------------
	header
-----------------------------------------*/
#header {
	height: 72px;
}
#header #fNav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 10px 20px;
	background-color: #fff;
	border-bottom: 2px solid #0b004a;
}
#header #fNav > h1 ,
#header #fNav > p {
	width: 50px;
}
#header #fNav > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	padding: 5px 0 0;
}
#header #fNav > ul li {
	position: relative;
	margin-left: 25px;
	text-align: center;
}
/* ページ共有 修理方法ページのみ */
#header #fNav > ul li:first-child {
	display: none;
}
#header #fNav > ul li a > span {
	display: block;
	min-width: 33px;
	height: 33px;
	background: center 0 no-repeat;
	background-size: 33px auto;
}
#header #fNav > ul li:nth-child(1) a > span {
	background-image: url(/sp/cmn/img/c_header_icon04.png);
}
body.android #header #fNav > ul li:nth-child(1) a > span {
	background-image: url(/sp/cmn/img/c_header_icon05.png);
}
#header #fNav > ul li:nth-child(2) a > span {
	background-image: url(/sp/cmn/img/c_header_icon03.png);
}
#header #fNav > ul li:nth-child(3) a > span {
	background-image: url(/sp/cmn/img/c_header_icon01.png);
}
#header #fNav > ul li p {
	font-size: 0.9rem;
	line-height: 1;
	color: #0b004a;
}
#header #fNav > ul #cliplist #clipNum {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #e92020;
}
#header #fNav > ul #cliplist.on {
	-webkit-animation: bound 1000ms linear both;
	        animation: bound 1000ms linear both;
}
#header #fNav > ul #cliplist.dot  #clipNum {
	display: block;
}
#cliplist > a #clipNum {
	display: none;
	position: absolute;
	bottom: 18px;
	right: 3px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #e92020;
}
#cliplist.dot > a #clipNum {
	display: block;
}
#header #gNav {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
#header #gNav .gNavBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	height: 100%;
	margin: 0 20px;
}
#header #gNav .gNavBox ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	overflow: auto;
}
#header #gNav .gNavBox li {
	width: 50%;
	margin: 29px 0;
}
#header #gNav .gNavBox li:nth-child(2n+1) {
	width: 46%;
}
#header #gNav .gNavBox li:nth-child(2n+2) {
	width: 54%;
}
#header #gNav .gNavBox li:nth-child(5) ,
#header #gNav .gNavBox li:nth-child(6) {
	padding-top: 12px;
}
#header #gNav .gNavBox li a {
	display: block;
	text-align: center;
	color: #0b004a;
	font-size: 1.6rem;
}
#header #gNav .gNavBox ul li a span {
	background: center top no-repeat;
	background-size: 40px auto;
}
#header #gNav .gNavBox ul li a > span {
	position: relative;
	display: block;
	height: 40px;
	margin-bottom: 10px;
}
#header #gNav .gNavBox li:nth-child(1) a > span {
	background-image: url(../img/c_header_gnav01.png);
}
#header #gNav .gNavBox li:nth-child(2) a > span {
	background-image: url(../img/c_header_gnav02.png);
}
#header #gNav .gNavBox li:nth-child(3) a > span {
	background-image: url(../img/c_header_gnav03.png);
}
#header #gNav .gNavBox li:nth-child(4) a > span {
	background-image: url(../img/c_header_gnav04.png);
}
#header #gNav .gNavBox li:nth-child(5) a > span {
	background-image: url(../img/c_header_gnav05.png);
}
#header #gNav .gNavBox li:nth-child(6) a > span {
	background-image: url(../img/c_header_gnav06.png);
}
#header #gNav .gNavBox li:nth-child(6) a > span > span {
	position: absolute;
	top: -24px;
	left: 0;
	width: 100%;
	height: 25px;
	background-image: url(../img/c_header_gnav06_01.png);
	background-size: 65px auto;
}
#header #gNav > p {
	position: absolute;
	top: 20px;
	right: 27px;
}
#header #gNav > p {
	width: 22px;
}
/*----------------------------------------
	contents
-----------------------------------------*/
#contents {
	border-bottom: 1px solid #fff;
}
#contents.btm01 {
	border-bottom: 1px solid #ddd;
}
.sBg01 {
	background: url(../img/c_bg01.png) center top repeat;
	background-size: 100px 100px;
}
.sBg02 {
	background: url(../img/c_bg02.png) center top repeat;
	background-size: 100px 100px;
}
.sLine01 ,
.sLine02 {
	border-top: 2px solid #0b004a;
}
.sLine01 ,
.sLine03 {
	border-bottom: 2px solid #0b004a;
}

/* サブタイトル 01 吹き出し*/
.stit01 {
	position: relative;
	display: table;
	height: 55px;
	margin: -22px auto 24px;
	padding: 0 54px;
	background-color: #fff;
	border: 2px solid #0b004a;
	border-radius: 4px;
	font-weight: bold;
}
.stit01:before ,
.stit01:after {
	content: '';
	position: absolute;
	left: 50%;
	margin: 0 0 0 -9px;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
}
.stit01:before {
	bottom: -15px;
	border-top: 15px solid #0b004a;
}
.stit01:after {
	bottom: -12px;
	border-top: 15px solid #fff;
}
.stit01 > span {
	display: table-cell;
	vertical-align: middle;
}

/* サブタイトル 02 横長ベタ*/
.stit02 {
	padding: 9px 0;
	background-color: #0b004a;
	color: #fff;
	font-weight: bold;
}

/* サブタイトル 03 下線あり*/
.stit03 {
	margin: 0 0 30px;
	border-radius: 4px;
	font-weight: bold;
}
.stit03::after {
	content: '';
	display: block;
	width: 40px;
	margin: 8px auto 10px;
	border-bottom: 2px solid #e92020;
}

.cmn_btn01 {
	position: relative;
	display: table;
	margin: 0 auto;
}
button.cmn_btn01 {
	width: 100%;
	height: 40px;
	padding: 0 25px;
	background-color: #ec2929;
	border: none;
	border-radius: 4px;
	color: #fff;
	outline: none;
}
.cmn_btn01 a {
	position: relative;
	display: table-row;
	width: 100%;
	height: 40px;
	border-radius: 4px;
	color: #fff;
}
.cmn_btn01.la a:after ,
.cmn_btn01.ra a:after ,
button.cmn_btn01.la:after ,
button.cmn_btn01.ra:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	width: 9px;
	height: 9px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.cmn_btn01.la a:after ,
button.cmn_btn01.la:after {
	right: 12px;
	-webkit-transform: translate(0,-50%) rotate(45deg);
	    -ms-transform: translate(0,-50%) rotate(45deg);
	        transform: translate(0,-50%) rotate(45deg);
}
.cmn_btn01.ra a:after ,
button.cmn_btn01.ra:after {
	left: 12px;
	-webkit-transform: translate(0,-50%) rotate(-135deg);
	    -ms-transform: translate(0,-50%) rotate(-135deg);
	        transform: translate(0,-50%) rotate(-135deg);
}
.cmn_btn01.sml.la a:after ,
.cmn_btn01.sml.ra a:after ,
button.cmn_btn01.sml.la:after ,
button.cmn_btn01.sml.ra:after {
	width: 6px;
	height: 6px;
}
.cmn_btn01.sml.la a:after ,
button.cmn_btn01.sml.la:after {
	right: 10px;
}
.cmn_btn01.sml.ra a:after ,
button.cmn_btn01.sml.ra:after {
	left: 10px;
}
.cmn_btn01 a > span {
	display: table-cell;
	vertical-align: middle;
	border-radius: 4px;
	padding: 0 25px;
	background-color: #ec2929;
	line-height: 1.4;
	white-space: nowrap;
}
.cmn_btn01.glay a > span {
	background-color: #999999;
}
.contactBox01 {
	padding: 50px 0 0;
}
.contactBox01 dt {
	margin: 0 0 20px;
}
.contactBox01 dt + dd {
	margin: 0 0 22px;
}
.contactBox01 .btn01 {
	display: table;
	width: 240px;
	height: 45px;
	margin: 0 auto;
}
.contactBox01 .btn01 a {
	display: table-row;
	background: #0b004a url(../../cmn/img/c_link_icon02.png) right 12px center no-repeat;
	background-size: 8px auto;
	color: #fff;
}
.contactBox01 .btn01 a > span {
	display: table-cell;
	vertical-align: middle;
	border-radius: 35px;
}
.contactBox01 .btn01 a > span:before {
	content: '';
	margin: 0 6px 0 0;
	padding: 4px 0 4px 20px;
	background: url(../../cmn/img/c_form01.png) 0 center no-repeat;
	background-size: 20px auto;
}
.contactBox01 .tell {
	display: table;
	margin: 0 auto 4px;
	padding: 0 0 0 32px;
	line-height: 1.3;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background: url(../../cmn/img/c_tell01.png) left center no-repeat;
	background-size: 26px auto;
}

.btnBox {
	width: 255px;
	margin: 0 auto;
}
.btnBox .cmn_btn01 {
	display: inline-table;
	width: 100%;
	height: 60px;
}
.btnBox li + li {
	margin-top: 10px;
}
.btnBox .cmn_btn01 a:before {
	content: '';
	position: absolute;
	top: 9px;
	left: 10px;
	display: block;
	width: 42px;
	height: 42px;
	background: #fff center center no-repeat;
	background-size: 35px auto;
	border-radius: 4px;
}
.btnBox .cmn_btn01 a > span {
	padding-left: 62px;
}
.btnBox .btn01 a::before {
	background-image: url(../../cmn/img/c_shop01.png);
}
.btnBox .btn02 a::before {
	background-image: url(../../cmn/img/c_online01.png);
}
.btnBox .btn04 a::before {
	background-image: url(../../cmn/img/c_online02.png);
}
.btnBox .btn05 {
	margin: 20px 0 50px;
}
.btnBox .btn05 a {
	position: relative;
	padding: 0 0 0 15px;
}
.btnBox .btn05 a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.clipBtn {
	height: 30px;
}
.clipBtn a {
	display: inline-block;
	padding: 3px 0 3px 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.clipBtn.on a {
	padding: 5px 16px 4px 14px;
	background-color: #d4ebff;
	border-radius: 4px;
}
.clipBtn a > span {
	display: block;
}
.clipBtn.on a > span {
	color: #0b004a;
	font-size: 1.4rem;
}
.clipBtn a > span::before {
	content: '';
	height: 30px;
	margin: 0 4px 0 0;
	padding: 8px 0 8px 30px;
	background: url(../../cmn/img/c_cliplist02.png) center center no-repeat;
	background-size: 20px auto;
	border-radius: 6px;
}
.clipBtn.on a > span::before {
	background-image: url(../../cmn/img/c_cliplist01.png);
}
.clipBtn a > span::after {
	content: 'ペイントカラー情報をクリップ';
}
.clipBtn.on a > span::after {
	content: 'クリップ中';
}

.lrBox > .rightBox .clipBtn a > span::before {
	content: '';
	margin: 0 4px 0 0;
	padding: 6px 0 6px 22px;
	background: url(../../cmn/img/c_cliplist01.png) 0 center no-repeat;
}

/*----------------------------------------
	headtitle
-----------------------------------------*/
#headtitle {
	min-height: 120px;
	margin: 0 0 16px;
	padding: 32px 20px 16px;
}
#headtitle h1 {
	line-height: 1.4;
}
#headtitle h1::after {
	content: '';
	display: block;
	width: 40px;
	margin: 6px auto 0;
	border-bottom: 2px solid #e92020;
}
#headtitle.side {
	background: none;
	min-height: 60px;
	padding: 14px 20px 14px;
}
#headtitle.side h1::after {
	content: none;
}

/*----------------------------------------
	pageTab
-----------------------------------------*/
.pageTab {
	padding: 0 20px;
	border-bottom: 2px solid #0b004a;
}
.pageTab li {
	display: inline-table;
	width: 50%;
	height: 56px;
	margin-bottom: -2px;
}
.pageTab li p ,
.pageTab li a ,
.pageTab li a.on {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
	line-height: 1.4;
}
.pageTab li p ,
.pageTab li a.on {
	position: relative;
	background-color: #fff;
	border: 2px solid #0b004a;
	border-radius: 6px 6px 0 0;
	border-bottom: none;
	font-size: 1.6rem;
}
.pageTab li p:after ,
.pageTab li a.on:after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #fff;
}
.pageTab li a.on {
	font-weight: bold;
	color: #0b004a;
}
.pageTab li a {
	padding-top: 3px;
	color: #666;
}

/*----------------------------------------
	pager
-----------------------------------------*/
#pager ul {
	display: table;
	margin: 0 auto;
}
#pager ul li {
	display: table-cell;
	vertical-align: top;
	padding: 0 2px;
}
#pager ul li > a ,
#pager ul li > p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 40px;
	height: 40px;
	padding: 4px 0;
	border-radius: 3px;
	text-align: center;
}
#pager ul li > a {
	background-color: #fff;
	border: 1px solid #ddd;
}
#pager ul li.next > a ,
#pager ul li.prev > a ,
#pager ul li.next > p ,
#pager ul li.prev > p {
	position: relative;
	width: 54px;
	background-color: #fff;
	color: #000;
}
#pager ul li.next > a::after ,
#pager ul li.next > p::after {
	content: ' >';
}
#pager ul li.prev > a::before ,
#pager ul li.prev > p::before {
	content: '< ';
}
#pager ul li > p {
	background-color: #e92020;
	color: #fff;
	font-weight: bold;
	cursor: default;
}

/*----------------------------------------
	footer
-----------------------------------------*/
#footer {}
#footer .boxWrap {
	display: table;
	width: 100%;
}
#footer #footer_01 {
	padding: 100px 0 0;
}
#footer #footer_01 .inner > p {
	margin: 0 auto 24px;
}
#footer #footer_01 .inner > p a {
	text-decoration: underline;
}
#footer #footer_01 #infoBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	border-top: 1px solid #ddd;
}
#footer #footer_01 #infoBox li {
	width: 50%;
	border-bottom: 1px solid #ddd;
}
#footer #footer_01 #infoBox li:nth-child(2n+1) {
	border-right: 1px solid #ddd;
}
#footer #footer_01 #infoBox li a {
	display: block;
	padding: 15px 0 15px 20px;
}
#footer #footer_01 #snsBox ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 260px;
	margin: 0 auto 24px;
}
#footer #footer_01 #snsBox ul li a {
	display: block;
	height: 27px;
}
#footer #footer_01 #snsBox ul li img {
	width: auto;
	height: 100%;
}
#footer #footer_02 {
	background-color: rgba(11,0,74,1.0);
}
#footer #footer_02 .boxWrap {
	height: 60px;
}
#footer #footer_02 .boxWrap > p {
	display: table-cell;
	vertical-align: middle;
}
#footer #footer_02 #corplogo {
	width: 55px;
}

/*----------------------------------------
	pageTop
-----------------------------------------*/
#pageTop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
}
#pageTop a {
	overflow: hidden;
	display: block;
	position: relative;
	width: 45px;
	height: 45px;
	background-color: #f4f4f4;
	text-indent: 100%;
	color: #f4f4f4;
	white-space: nowrap;
	border-radius: 50%;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
#pageTop a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 10px;
	margin: -4px 0 0 -6px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

/*----------------------------------------
	modal
-----------------------------------------*/
body.enabled_modal {
	overflow: hidden;
	position: fixed;
	left: 0;
	width: 100%;
	height: auto;
	cursor: pointer;
}
@-webkit-keyframes modalwindow_body_in {
	0% {-webkit-transform: translateY(-20px);transform: translateY(-20px);}
	100% {-webkit-transform: translateY(0px);transform: translateY(0px);}
}
@keyframes modalwindow_body_in {
	0% {-webkit-transform: translateY(-20px);transform: translateY(-20px);}
	100% {-webkit-transform: translateY(0px);transform: translateY(0px);}
}
@-webkit-keyframes modalwindow_body_out {
	0% {-webkit-transform: translateY(0px);transform: translateY(0px);}
	100% {-webkit-transform: translateY(-20px);transform: translateY(-20px);}
}
@keyframes modalwindow_body_out {
	0% {-webkit-transform: translateY(0px);transform: translateY(0px);}
	100% {-webkit-transform: translateY(-20px);transform: translateY(-20px);}
}
#modal {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	display: none;
	position: fixed;
	overflow: auto;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(131,198,255,0.9);
	z-index: 9000;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-overflow-scrolling: touch;
}
#modal .modalOverlay {
	display: table;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	height: 100%;
	margin: 0 auto;
	-webkit-transform: translateY(-20px);
	    -ms-transform: translateY(-20px);
	        transform: translateY(-20px);
	-webkit-animation: 500ms modalwindow_body_out;
	        animation: 500ms modalwindow_body_out;
}
#modal.is_visible .modalOverlay {
	-webkit-transform: translateY(0px);
	    -ms-transform: translateY(0px);
	        transform: translateY(0px);
	-webkit-animation: 200ms modalwindow_body_in;
	        animation: 200ms modalwindow_body_in;
}
#modal .modalWrap {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	margin: 30px auto;
}
#modal .modalInner {
	position: relative;
	margin: 50px 10px;
	cursor: default;
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
}
#modal .modalClose {
	position: absolute;
	top: 20px;
	right: 20px;
}
#modal .modalClose a {
	display: block;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 4px;
	-webkit-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
	transition: background-color 0.2s;
}
#modal .modalClose.on a {
	background-color: #0b004a;
}
#modal .modalClose a:after ,
#modal .modalClose a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 9px;
	border-bottom: 1px solid #333;
	-webkit-transition: border-color 0.2s;
	-o-transition: border-color 0.2s;
	transition: border-color 0.2s;
}
#modal .modalClose.on a:after ,
#modal .modalClose.on a:before {
	border-color: #fff;
}
#modal .modalClose a:after {
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	    -ms-transform: translate(-50%,-50%) rotate(45deg);
	        transform: translate(-50%,-50%) rotate(45deg);
}
#modal .modalClose a:before {
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	    -ms-transform: translate(-50%,-50%) rotate(-45deg);
	        transform: translate(-50%,-50%) rotate(-45deg);
}

/*----------------------------------------
	print
-----------------------------------------*/
@media print {
	#pageTop {
		display: none !important;
	}
}