@charset "UTF-8";
@import url("reset.css");
@import url("color.css");

/* for PC,ipad */
@import url("common_pc.css") screen and (min-width:760px);

/* for iphone,ipod,Andoroid */
@import url("common_mobi.css") screen and (min-width:0) and (max-width:759px);


/* //////////////////////////////////////////////////////////
*****************************************
Common Style - Common device
Developer: Neoworkers Corp.

--- お客様へ ---
お客様サイドでスタイル指定したい場合は、以下のCSSファイルに記述してください。
■全てのデバイス共通 … /css/lower/single.css
■PC(ipadなどのタブレット含む)　… /css/lower/single_pc.css
■モバイル … /css/lower/single_mobi.css

*****************************************
////////////////////////////////////////////////////////// */



/* //////////////////////////////////////////////////////////
-------------------------------------------------------------
Web Font Import
-------------------------------------------------------------
////////////////////////////////////////////////////////// */

/* free font import  (for ver 5.1 only)*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600;700;900&display=swap');

.titillium {font-family: 'Titillium Web', sans-serif;}
.lato {font-family: 'Lato', sans-serif;font-weight:400;}
.min {font-family:'Shippori Mincho B1','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;}
.wf-mplus1p { font-family: "M PLUS 1p", sans-serif; }
.awico *:after,.awico *:before{font-family:'Font Awesome 5 Free';}

.tsukub_{font-family: fot-tsukubrdgothic-std,sans-serif !important;}
.yuji{font-family: 'Yuji Syuku', serif !important;}

h1.yuji,h2.yuji,h3.yuji,h4.yuji,h5.yuji,h6.yuji{font-weight:400 !important;}

.texts,textarea {font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic',Verdana, Arial,  sans-serif;}
.fontAr,.formTable .fm-mail,.formTable .fm-fax,.formTable .fm-postcode {font-family:Arial,Osaka,メイリオ, Meiryo, sans-serif;}
.fontAr{font-size:1.2em;}

/* //////////////////////////////////////////////////////////
-------------------------------------------------------------
Neoworkers Common Style
Version: 7.3
-------------------------------------------------------------
////////////////////////////////////////////////////////// */


/* body style */

body * {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

body .texts{color:#222222;}

/* ---------------------------------- ----------
   基本色指定(それ以外はcolor.cssで指定)
----------------------------------------------- */
.bgWh{background:#fff !important;}
.fcWh,.fcWh a{color:#fff !important;}
.bgNone{background:transparent !important;}/* ver 6.1 */
.bgTrans {
	display:block;
	background-color: transparent;}
.bdWhite,.bdWh{border-color:#fff !important;}

/* ------------------------ 
   Common Block Styles
--------------------------- */

/* common block width */
.fullWidth {width:100%;}

/* valign (ver5.2-)*/
.valign-top{vertical-align:top;}
.valign-md{vertical-align:middle;}
.valign-btm{vertical-align:bottom;}

/* box-sizing */ 
.bsCbox {box-sizing: content-box;}
.bsBbox {box-sizing: border-box;}
.bsPbox {box-sizing: inherit;}

/* float */
.clrFixA,.clrFix {clear:both;}
.fLeftA {float:left;}
.fRightA {float:right;}

/* Text align */
.txLeft{text-align:left;}
.txCn{text-align:center;}
.txRight{text-align:right;}

.txLeftImp{text-align:left !important;}
.txCnImp{text-align:center !important;}
.txRightImp{text-align:right !important;}


/* shadow */

.shadowBtm{
	box-shadow:0px 5px 10px -5px #6867b3;
	-moz-box-shadow:0px 5px 10px -5px #6867b3;
	-webkit-box-shadow:0px 5px 10px -5px #6867b3;
}

.shadowrBtm{
	box-shadow:5px 5px 10px -5px rgba(0,0,0,0.6);
	-moz-box-shadow:5px 5px 10px -5px rgba(0,0,0,0.6);
	-webkit-box-shadow:5px 5px 10px -5px rgba(0,0,0,0.6);
}

.txtShdow{text-shadow: 1px 1px 3px #555555;}

/* box均等割 (ver 5.7-)*/
.twoColumn > *{width:50%;}
.threeColumn > *{width:33.3%;}
.fourColumn > *{width:25%;}
.fiveColumn > *{width:20%;}
.sixColumn > *{width:16.6%;}

/* position */
.abs{position:absolute;}
.rel{position:relative;}
.stic{position:sticky;}/* ver7- */
.imp-sta{position:static !important;}/* ver7- 強制的にstaticへ */

/* display ver6.2updata*/
.dis-bl{display:block;}
.dis-in{display:inline;}
.dis-inbl{display:inline-block;}
.dis-td{display:table-cell;}

/* display ver5.8～*/	
.dis-tbSet{display:table;}
.dis-tbSet > div,
.dis-tbSet > a{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}

/* 横並びbox inline block + Listタグ 利用 */

.inline_parent{letter-spacing:-.4em}
.inlinebl,.inline_parent > *{
	vertical-align:top;
	display:inline-block;
	letter-spacing:normal;}

/* ------------------------------ 
   Common Definition List Styles
--------------------------------- */

/* dl内 dt,dd 横並び (ver 5.7)*/
dl.dl-in > dt{margin-right:0.5em;}
dl.dl-in > dt,dl.dl-in > dd{display:inline-block;}

/* dl内 dt,dd 横並び inline指定 ver7 -*/
dl.dl-inline > dt,dl.dl-inline > dd{display:inline;}

/* コロン付dl (ver5.7) */
.dtcln dt:after{
	content:":";
}

.note-dl dt,.note-dl dd{
	display:inline-block;
	vertical-align:top;
}

dl.dtUn3w dt{width:3.5em;}
dl.dtUn3w dd{width:calc(100% - 3.5em);}
dl.dtUn4w dt{width:4.5em;}
dl.dtUn4w dd{width:calc(100% - 4.5em);}
dl.dtUn5w dt{width:5.5em;}
dl.dtUn5w dd{width:calc(100% - 5.5em);}
dl.dtUn6w dt{width:6.5em;}
dl.dtUn6w dd{width:calc(100% - 6.5em);}
dl.dtUn7w dt{width:7.5em;}
dl.dtUn7w dd{width:calc(100% - 7.5em);}
dl.dtUn8w dt{width:8.5em;}
dl.dtUn8w dd{width:calc(100% - 8.5em);}
dl.dtUn9w dt{width:9.5em;}
dl.dtUn9w dd{width:calc(100% - 9.5em);}
dl.dtUn10w dt{width:10.5em;}
dl.dtUn10w dd{width:calc(100% - 10.5em);}


/* ----------------------------------- 
   Common Table Styles ver5.2-
-------------------------------------- */

table,th,td{border-collapse:collapse;}

/* box上下左右中央寄せ */
.tb-mdcn{text-align:center;vertical-align:middle;}

/* box上寄せ左右中央寄せ */
.tb-tcn{text-align:center;vertical-align:top;}

/* box上寄せ左寄せ */
.tb-tleft{text-align:left;vertical-align:top;}

/* box下寄せ左右中央寄せ */
.tb-bcn{text-align:center;vertical-align:bottom;}

/* ------------------------ 
   Common Image Styles
--------------------------- */

img{max-width:100%;}
.bdImg{border:1px solid #ccc;}

/* 画像テキスト */
.txtImg{
	overflow:hidden;
	text-indent:-9999px;
}

/* 画像 円トリミング (ver5.7) ※画像正方形必須*/
img.circleImg{
	border-radius:50%;
}

/* img shadow */
.imgShadow{filter: drop-shadow(2px 2px 2px #666);}

/* ver 6.4- */
.obj-cv{object-fit:cover;}
.obj-cn{object-fit:contain;}
.obj-sd{object-fit:scale-down;}

/* 画像マスク (ver 5.8-) ※画像前面に.mask のboxが絶対配置されていること。そのboxに対しての指定 */
/* 黒系マスク グラデーション用 */
.mask.mask90bl,.blmask.masktr10{background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0.9) 100%);}
.mask.mask80bl,.blmask.masktr20{background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.4) 30%, rgba(0,0,0,0.8) 100%);}
.mask.mask70bl,.blmask.masktr30{background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.4) 30%, rgba(0,0,0,0.7) 100%);}
.mask.mask60bl,.blmask.masktr40{background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.3) 30%, rgba(0,0,0,0.6) 100%);}
.mask.mask50bl,.blmask.masktr50{background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.3) 30%, rgba(0,0,0,0.5) 100%);}
.mask.mask40bl,.blmask.masktr60{background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.2) 30%, rgba(0,0,0,0.4) 100%);}
.mask.mask30bl,.blmask.masktr70{background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.2) 30%, rgba(0,0,0,0.3) 100%);}
.mask.mask20bl,.blmask.masktr80{background: rgba(0,0,0,0.2);}
.mask.mask10bl,.blmask.masktr90{background: rgba(0,0,0,0.1);}

/* 白系マスク */
.mask.mask10wh,.whmask.masktr10{background: rgba(255,255,255,0.1);}
.mask.mask20wh,.whmask.masktr20{background: rgba(255,255,255,0.2);}
.mask.mask30wh,.whmask.masktr30{background: rgba(255,255,255,0.3);}
.mask.mask40wh,.whmask.masktr40{background: rgba(255,255,255,0.4);}
.mask.mask50wh,.whmask.masktr50{background: rgba(255,255,255,0.5);}
.mask.mask60wh,.whmask.masktr60{background: rgba(255,255,255,0.6);}
.mask.mask70wh,.whmask.masktr70{background: rgba(255,255,255,0.7);}
.mask.mask80wh,.whmask.masktr80{background: rgba(255,255,255,0.8);}
.mask.mask90wh,.whmask.masktr90{background: rgba(255,255,255,0.9);}

/* ぼかし ver5.4- */
.blur{
	-ms-filter: blur(6px);
	filter: blur(6px);
}

/* object-fit トリミング起点位置 ※object-fitと同じclassに入れること */
.obj-imgcencen{object-position:center center !important;}
.obj-imgcenleft{object-position:left center !important;}
.obj-imgcenright{object-position:right center !important;}
.obj-imgtopcen{object-position:center top !important;}
.obj-imgtopleft{object-position:left top !important;}
.obj-imgtopright{object-position:right top !important;}
.obj-imgbtmcen{object-position:center bottom !important;}
.obj-imgbtmleft{object-position:left bottom !important;}
.obj-imgbtmright{object-position:right bottom !important;}

/* ------------------------ 
   Common Font Styles
--------------------------- */

.ftlNm,em{font-style:normal;}

/* webfont fout対策 ver 6.4- */
html.wf-active,html.loading-delay {visibility: visible;}

/* Font-Weight */
.fwNm{font-weight:normal !important;}
.fwbd{font-weight:bold !important;}
.fw3{font-weight:300 !important;}
.fw4{font-weight:400 !important;}
.fw5{font-weight:500 !important;}
.fw6{font-weight:600 !important;}
.fw7{font-weight:700 !important;}

/* text size (ver6.1～) */
.txtLevel1{font-size:0.6em}
.txtLevel2{font-size:0.65em}
.txtLevel3{font-size:0.7em}
.txtLevel4{font-size:0.75em}
.txtLevel5{font-size:0.8em}
.txtLevel6{font-size:0.85em}
.txtLevel7{font-size:0.9em}
.txtLevel8{font-size:0.95em}
.txtLevel9{font-size:1.05em}
.txtLevel10{font-size:1.05em}
.txtLevel11{font-size:1.1em}
.txtLevel12{font-size:1.15em}
.txtLevel13{font-size:1.2em}
.txtLevel14{font-size:1.25em}
.txtLevel15{font-size:1.3em}
.txtLevel16{font-size:1.35em}
.txtLevel17{font-size:1.4em}
.txtLevel18{font-size:1.45em}
.txtLevel19{font-size:1.5em}

/* line-height (deviceCommon) */
.lHBase{line-height:baseline;} /* ver5.8 */
.lH10 {line-height:1.0;}
.lH11 {line-height:1.1;}
.lH12 {line-height:1.2;}
.lH13 {line-height:1.3;}
.lH14 {line-height:1.4;}
.lH15 {line-height:1.5;}
.lH16 {line-height:1.6;}
.lH17 {line-height:1.7;}
.lH18 {line-height:1.8;}
.lH19 {line-height:1.9;}
.lH20 {line-height:2.0;}

/* letter spacing * ver6.4- */
.lrSp01{letter-spacing:1px;}
.lrSp02{letter-spacing:2px;}
.lrSp03{letter-spacing:3px;}
.lrSp04{letter-spacing:4px;}
.lrSp05{letter-spacing:5px;}

/* ------------------------ 
   Common Sentence  Styles
--------------------------- */

.ind{text-indent: 1em;}
.nowap,.ws-nowrap{white-space: nowrap;}/* ver5.3- */
.ws-pre{white-space:pre-wrap;}
.ws-line{white-space:pre-line;}

/* 1文字目がテキストでインデントする flex ver (ver5.5-) */
.indflex{display:flex;}
.indflex .mk{width:2em;}
.indflex .con{width:calc(100% - 2em);}

/* ※印用 */
.indent_kome{
	padding-left:1em;
	text-indent:-1em;
}

/* ●文字 をテキストと合わせる */
.discMk{font-family:メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;font-size:1.4em;line-height:1.0;}

/* 縦書き 右→ */
.writ-rl{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

/* 縦書き 左→ ver5.5 */
.writ-lr{
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
}

/* 注釈 */
.notes {font-size:0.8em;color:#666;}

/* sup style解除 ver5.7 */
sup.lift{
	margin:0;
	padding:0;
	vertical-align:baseline;
}

/* ------------------------ 
   Common Link Styles
--------------------------- */

a.linkSkyblue {color:#2a78bf;}
a.linkWh {color:#fff;}
a.linkHvWh:hover {color:#fff;}
.hvBtn img:hover{opacity:0.9;}
.hvlink:hover {opacity:0.8;}

.hvBtn:hover,
.nmBtn a:hover{background-color:#999;}

/* リンクボーダー指定 */
.bdNone a,a.bdNone{text-decoration:none;}
.bdYes a,a.bdYes{text-decoration:underline;}
.bdHvYes a:hover,.a.bdHvYes:hover{text-decoration:underline;}

/* トランジション ver 5.8- (a link追加)*/
.tran,a {
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all  0.8s ease;
}

/* 透過ボタン */
.opImgBtn img:hover,.opImgBtn a:hover img{opacity:0.8;}
.opBtn a:hover{opacity:0.8;}

/* ------------------------ 
   Common cursor Styles
--------------------------- */

.hvImg {cursor:pointer;}

/* カーソル指定 ver6.2- */
.hvImg,.csPoint{cursor:pointer;}
.csHelp{cursor:help;}
.csWait{cursor:wait;}
.csCross{cursor:crosshair;}
.csNot{cursor:not-allowed;}
.csZoom{cursor:zoom-in;}
.csZoomOut{cursor:zoom-out;}
.csGrab,.csHand{cursor:grab;}
.csGrabbing,.csHandgoo{cursor:grabbing;}
.csNone{cursor:none;}
.csCell,.csPlus{cursor:cell;}
.csText{cursor:text;}
.csVText{cursor:vertical-text;}
.csAlias{cursor:alias;}
.csCopy{cursor:copy;}
.csMove,.csDruck{cursor:move;}
.csNodrop{cursor:no-drop;}
.csResize{cursor:col-resize;}
.csLowResize{cursor:row-resize;}

/* ------------------------ 
   Common Flex Styles
--------------------------- */

/* flexBox */
.flex,.flexWpGroup > div,.is-layout-flex{
	display:-webkit-box;
	display:-moz-box;
	 display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	 -moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}/* ver6.1 update */


/* flex ver5.6- */
.flexWc{justify-content: center;}
.flexHc{align-items: center;}
.flexAllc{
	justify-content: center;
	align-items: center;
}

/* flex 並び順 ver5.8- */
.flexRr{flex-direction : row-reverse;} /* 右→左 */
.flexRc{flex-direction : column-reverse;} /* 下→上 */

/* flex要素 折り返し禁止 ver6.4- */
.flexNoWrap{
	flex-wrap: nowrap;
	flex-shrink: 0;
}

/* 子要素box高さ揃える ver6.0- */
.flexHmatch{align-self: stretch;}
.flexHmatch > *{align-items: stretch;}

/* flexコンテナー寄せ ver5.8- */
.flexWr{justify-content: flex-start;}
.flexWl{justify-content: flex-end;}
.flexWbt{justify-content: space-between;}
.flexWAr{justify-content: space-around;}
.flexWBs{justify-content: baseline;} /* ver6.2 - */
.flexHr{align-items:right;}
.flexHl{align-items:left;}
.flexStretch{align-items:  stretch;}
.flexHbtm{align-items:flex-end;}


/* ------------------------ 
   Common border Styles
--------------------------- */

/* border width(ver6.2-) */
.bdwAll1{border-width:1px;}
.bdwAll2{border-width:2px;}
.bdwAll3{border-width:3px;}
.bdwAll4{border-width:4px;}
.bdwAll5{border-width:5px;}

.bdwLeft1{border-width:0 0 0 1px;}
.bdwLeft2{border-width:0 0 0 2px;}
.bdwLeft3{border-width:0 0 0 3px;}
.bdwLeft4{border-width:0 0 0 4px;}
.bdwLeft5{border-width:0 0 0 5px;}

.bdwRight1{border-width:0 1px 0 0;}
.bdwRight2{border-width:0 2px 0 0;}
.bdwRight3{border-width:0 3px 0 0;}
.bdwRight4{border-width:0 4px 0 0;}
.bdwRight5{border-width:0 5px 0 0;}

.bdwTop1{border-width:1px 0 0 0;}
.bdwTop2{border-width:2px 0 0 0;}
.bdwTop3{border-width:3px 0 0 0;}
.bdwTop4{border-width:4px 0 0 0;}
.bdwTop5{border-width:5px 0 0 0;}

.bdwBtm1{border-width:0 0 1px 0;}
.bdwBtm2{border-width:0 0 2px 0;}
.bdwBtm3{border-width:0 0 3px 0;}
.bdwBtm4{border-width:0 0 4px 0;}
.bdwBtm5{border-width:0 0 5px 0;}

/* border style(ver6.2-) */
.bdStSolid{border-style:solid;}
.bdStDot{border-style:dotted;}
.bdStDash{border-style:dashed;}

/* HR */
/* ※色はBorder-colorで指定 */
.hr-solid {border-width:1px 0 0;border-style:solid;}
.hr-double {border-width:3px 0 0;border-style:double;}
.hr-dashed {border-width:1px 0 0;border-style:dashed;}
.hr-dashed2 {border-width:2px 0 0;border-style:dashed;}
.hr-dotted {border-width:1px 0 0;border-style:dotted;}

/* ------------------------------ 
   Common background Styles
---------------------------------  */

/* Background Common */
.grainBg{background-image: url("../img/bgparts/grain_bg.jpg");}
.wallBg{background-image: url("../img/bgparts/wall_bg.jpg");}
.titGrLine{
	min-height:18px;
	background: url("../img/common/title_gr_line.gif") repeat-x center center;
}

.titBgDot {
	width:100%;
	background: url("../img/common/grey_dot.png") repeat-x center center;
}

.titBgDot span{
	display:inline-block;
	background: url("../img/bgparts/wall_bg.jpg");
	padding:0 20px;
}


/* NEXT > */
.nextIcoYe {
	background-image: url("../img/common/next_ye.gif");
	background-repeat:no-repeat;}

/* ------------------------ 
   Common List Styles
--------------------------- */

/* List Style (v5.3 updata )*/
ul.liDisc,ul.liCircle,ul.liSq{margin-left:1em;}
ol.up-roman{margin-left:2em;}
ol.up-alpha{margin-left:1em;}
ul.liDisc > li {list-style-type:disc;margin-left:1em;}
ul.liCircle > li {list-style-type:circle;margin-left:1em;}
ul.liSq > li {list-style-type:square;margin-left:1em;}
ol.liDeci > li{list-style-type:decimal;margin-left:2em;}
ol.up-roman > li {list-style-type:upper-roman;margin-left:1em;}
ol.up-alpha > li {list-style-type:upper-alpha;margin-left:1em;}
ul.liBtmSpace > li{margin-bottom:1em;}/* ver6.4 - */

/* 1文字目がテキストでインデントするli */
.indent_ul{padding-left:1em;}
.indent_ul > li{
	padding-left:1em;
	text-indent:-0.7em;
}

/* 番号付きリスト */
ol > li ol{margin-top:1em;}
ol.decimalList {margin-left:20px;}
ol.decimalList > li{list-style-type: decimal;}

/* 番号付きリスト var6.5- 子供にリストカウンターがある場合 */
/* このclassを使う場合、liの内容を.liInnerで囲むこと */
ol.liDeciParent > li{display:flex;}
ol.liDeciParent > li:before{
	width:1.5em;
	counter-increment: item;
	content: counter(item)'.';
}
ol.liDeciParent > li > .liInner{width:calc(100% - 1.5em);}
ol.liDeciParent > li{margin-bottom:1em;}

/* 番号付きリスト(枠付き用) */
ol.decimalListM li{margin-left:20px;}
ol.decimalListM li{list-style-type: decimal;}

/* list counter (ver 6.5update )*/
ol.listConter,ol.deciListColon,ol.parenHf,ol.liDeciParent,ol.parentheses {
	counter-reset: item;
	list-style-type: none;
	padding-left: 0;
}
ol.listConter ol{
	padding-left: 1em;
}

ol.listConter > li,.listMkIco > li,ol.deciListColon > li,ol.parenHf > li{
	text-indent: -1.3em;
	padding-left: 1.3em;
	margin-bottom:1em;
}

ol.listConter > li:before {
  counter-increment: item;
  content: counter(item)'.';
  padding-right: .5em;
  font-weight: bold;
}

/* カッコ(番号) ver6.5 -*/
/* このclassを使う場合、liの内容を.innerで囲むこと */
/* 99番以上では利用NG */

ol.parentheses > li{display:flex;}
ol.parentheses > li:before{
	width:2em;
	counter-increment: item;
	content: '('counter(item)')';
}
ol.parentheses > li > .liInner{width:calc(100% - 2em);}
ol.parentheses > li{margin-bottom:1em;}



/* カッコ 番号) ver6.5 - */
ol.parenHf > li:before{
	counter-increment: item;
	content: counter(item)' ) ';
}

/* コロン付 番号: ver6.5 - */
ol.deciListColon > li:before{
	counter-increment: item;
	content: counter(item)' : ';
}

/* ※付list ver5.7 */
ul.asterisk{padding-left:1.5em;}
ul.asterisk li {
	list-style-type: none;
	text-indent: -1em;
}
ul.asterisk li:before {
	display: inline;
	content: "※";
}

ol.asterisk {
	counter-reset: number;
	list-style: none;
}
ol.asterisk li:before {
	counter-increment: number;
	content: "※"counter(number)" ";
}



/* -------------------------------- 
   Font fontawesome use Styles
----------------------------------- */

/* List Mark to Font fontawesome */
.listMkIco{margin-left:20px;}
.listMkIco > li {padding-bottom:20px;}
.listMkIco > li:last-child{padding-bottom:0;}
.listMkIco > li > i.fas,
.listMkIco > li > i.far{
	margin-left:10px;
	font-size:1.5em;}

/* font-awesome 250928- */
.awesome5:before,
.awesome5:after,
ul.awesome5  > li:before{
	font-family: 'Font Awesome 5 Free';
	font-weight:900;
}

/* Add the following styles where you want to use them.
	content: '\f0a6';
	font-family: 'Font Awesome 5 Free';
	color:#fff;
	margin-right:0.5em;
	padding-left:5px;
	font-size:0.8em;
*/

/* -------------------------------- 
   Common Form Styles
----------------------------------- */

/* ime-mode */
.imeAc{ime-mode:active;}
.imeIna{ime-mode:inactive;}
.imeDisd{ime-mode:disabled;}

/* lebel */
label > span.note{
	margin-left:0.5em;
	display:inline-block;}

/* Safari フォームパーツ対応 */
input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea{
    -webkit-appearance: none;
    border-radius: 0;
    line-height: normal;
    letter-spacing:normal;
}


/* -------------------------------- 
   Common margin or padding Styles
----------------------------------- */

/* margin top (deviceCommon)*/
.mT5{margin-top:5px;}
.mT10{margin-top:10px;}
.mT15{margin-top:15px;}
.mT20{margin-top:20px;}
.mT25{margin-top:25px;}
.mT30{margin-top:30px;}
.mT35{margin-top:35px;}
.mT40{margin-top:40px;}
.mT45{margin-top:45px;}
.mT50{margin-top:50px;}
.mT55{margin-top:55px;}
.mT60{margin-top:60px;}
.mT65{margin-top:65px;}
.mT70{margin-top:70px;}
.mT75{margin-top:75px;}
.mT80{margin-top:80px;}
.mT85{margin-top:85px;}
.mT90{margin-top:90px;}
.mT95{margin-top:95px;}
.mT100{margin-top:100px;}

/* margin top em(deviceCommon) ver6.5-*/
.mT0_50em{margin-top:0.50em;}
.mT0_75em{margin-top:0.75em;}
.mT1em{margin-top:1em;}
.mT1_25em{margin-top:1.25em;}
.mT1_50em{margin-top:1.50em;}
.mT1_75em{margin-top:1.75em;}
.mT2em{margin-top:2em;}

/* margin bottom (deviceCommon) */
.mB5{margin-bottom:5px;}
.mB10{margin-bottom:10px;}
.mB15{margin-bottom:15px;}
.mB20{margin-bottom:20px;}
.mB25{margin-bottom:25px;}
.mB30{margin-bottom:30px;}
.mB35{margin-bottom:35px;}
.mB40{margin-bottom:40px;}
.mB45{margin-bottom:45px;}
.mB50{margin-bottom:50px;}
.mB55{margin-bottom:55px;}
.mB60{margin-bottom:60px;}
.mB65{margin-bottom:65px;}
.mB70{margin-bottom:70px;}
.mB75{margin-bottom:75px;}
.mB80{margin-bottom:80px;}
.mB85{margin-bottom:85px;}
.mB90{margin-bottom:90px;}
.mB95{margin-bottom:95px;}
.mB100{margin-bottom:100px;}

/* margin bottom em(deviceCommon) ver6.5-*/
.mB0_25em{margin-bottom:0.25em;}
.mB0_50em{margin-bottom:0.50em;}
.mB0_75em{margin-bottom:0.75em;}
.mB1em{margin-bottom:1em;}
.mB1_25em{margin-bottom:1.25em;}
.mB1_50em{margin-bottom:1.50em;}
.mB1_75em{margin-bottom:1.75em;}
.mB2em{margin-bottom:2em;}

/* padding top (deviceCommon) */
.pT5{padding-top:5px;}
.pT10{padding-top:10px;}
.pT15{padding-top:15px;}
.pT20{padding-top:20px;}
.pT25{padding-top:25px;}
.pT30{padding-top:30px;}
.pT35{padding-top:35px;}
.pT40{padding-top:40px;}
.pT45{padding-top:45px;}
.pT50{padding-top:50px;}
.pT55{padding-top:55px;}
.pT60{padding-top:60px;}
.pT65{padding-top:65px;}
.pT70{padding-top:70px;}
.pT75{padding-top:75px;}
.pT80{padding-top:80px;}
.pT85{padding-top:85px;}
.pT90{padding-top:90px;}
.pT95{padding-top:95px;}
.pT100{padding-top:100px;}

/* padding top em(deviceCommon) ver6.5-*/
.pT0_25em{padding-top:0.25em;}
.pT0_50em{padding-top:0.50em;}
.pT0_75em{padding-top:0.75em;}
.pT1em{padding-top:1em;}
.pT1_25em{padding-top:1.25em;}
.pT1_50em{padding-top:1.50em;}
.pT1_75em{padding-top:1.75em;}
.pT2em{padding-top:2em;}

/* padding-bottom (deviceCommon) */
.pB5{padding-bottom:5px;}
.pB10{padding-bottom:10px;}
.pB15{padding-bottom:15px;}
.pB20{padding-bottom:20px;}
.pB25{padding-bottom:25px;}
.pB30{padding-bottom:30px;}
.pB35{padding-bottom:35px;}
.pB40{padding-bottom:40px;}
.pB45{padding-bottom:45px;}
.pB50{padding-bottom:50px;}
.pB55{padding-bottom:55px;}
.pB60{padding-bottom:60px;}
.pB65{padding-bottom:65px;}
.pB70{padding-bottom:70px;}
.pB75{padding-bottom:75px;}
.pB80{padding-bottom:80px;}
.pB85{padding-bottom:85px;}
.pB90{padding-bottom:90px;}
.pB95{padding-bottom:95px;}
.pB100{padding-bottom:100px;}

/* padding bottom em(deviceCommon) ver6.5-*/
.pB0_25em{padding-bottom:0.25em;}
.pB0_50em{padding-bottom:0.50em;}
.pB0_75em{padding-bottom:0.75em;}
.pB1em{padding-bottom:1em;}
.pB1_25em{padding-bottom:1.25em;}
.pB1_50em{padding-bottom:1.50em;}
.pB1_75em{padding-bottom:1.75em;}
.pB2em{padding-bottom:2em;}

/* padding em(deviceCommon) ver6.5-*/
.pAll0_25em{padding:0.25em;}
.pAll0_50em{padding:0.50em;}
.pAll0_75em{padding:0.75em;}
.pAll1em{padding:1em;}
.pAll1_25em{padding:1.25em;}
.pAll1_50em{padding:1.50em;}
.pAll1_75em{padding:1.75em;}
.pAll2em{padding:2em;}

/* padding side em(deviceCommon) ver6.5-*/
.pSide0_25em{padding-left:0.25em;padding-right:0.25em;}
.pSide0_50em{padding-left:0.5em;padding-right:0.5em;}
.pSide0_75em{padding-left:0.75em;padding-right:0.75em;}
.pSide1em{padding-left:1em;padding-right:0.1em;}
.pSide1_25em{padding-left:0.25em;padding-right:0.25em;}
.pSide1_50em{padding-left:0.5em;padding-right:0.5em;}
.pSide1_75em{padding-left:0.75em;padding-right:0.75em;}
.pSide2em{padding-left:2em;padding-right:2em;}




/* //////////////////////////////////////////////////////////
-------------------------------------------------------------
Customer Common Parts Style
-------------------------------------------------------------
////////////////////////////////////////////////////////// */


/* ハンバーガー用 ハンバーガーメニューclickの際に、背景スクロール止める ※JSに指定必要  ver6.2～ */
body.fixed {
	width: 100%;
	height: 100%;
	position: fixed;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
body.fixed::-webkit-scrollbar{display:none;}

/* -------------------------------- 
   animation hamburger menu
----------------------------------- */

.hamburger-menu-line {
	position: absolute;
	transition: var(--hamburger-menu-transition);
	width: calc(100% - var(--hamburger-menu-padding) * 2);
	height: var(--hamburger-menu-border-px);
	background-color: var(--hamburger-menu-border-color);
}

.hamburger-menu-active .hamburger-menu-line{
	background-color: var(--hamburger-menu-active-border-color);
}

.line-top {
	top: var(--hamburger-menu-padding);
	left: var(--hamburger-menu-padding);
}

.line-middle {
	top: calc(50% - var(--hamburger-menu-border-px)/2);
	left: var(--hamburger-menu-padding);
}

.line-bottom {
	bottom: var(--hamburger-menu-padding);
	left: var(--hamburger-menu-padding);
}


.hamburger-menu-active > .line-top {
	top: calc(50% - var(--hamburger-menu-border-px)/2);
	transform: rotate(45deg);
}

.hamburger-menu-active > .line-middle {
	width: 0;
	height: 0;
	left: var(--hamburger-menu-padding);
}

.hamburger-menu-active > .line-bottom {
	top: calc(50% - var(--hamburger-menu-border-px)/2);
	transform: rotate(-45deg);
}

.hamburger-menu,.serch-close-btn {
	cursor: pointer;
	position: relative;
}

/* -------------------------------- 
   loader  ver5.6
----------------------------------- */
#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 4000; /*サイトに合わせて変更 */
}
#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	text-align: center;
	font-size:0.8rem;
	color:#999;
	z-index: 4100; /*サイトに合わせて変更 */
}


/* -------------------------------- 
  modal  ver5.6
----------------------------------- */
.modal{
	display: none;
	width:100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left:0;
	z-index:9000;
}
.modal__bg{
	background: rgba(0,0,0,0.8);
	position: absolute;
	width: 100%;
	height: 100vh;
}
.modal__content{
	background: #fff;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
}




.sample_modal__content{
    background: #fff;
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width:100%;
}

.modal_content .secondary .bizServiceCaseListSub li{border-width:1px;border-style:solid;border-radius:2em;}

/* -------------------------------- 
  pagination ver6.3-
----------------------------------- */

.pagination_wrapper h2{display:none;}
.pagination_wrapper {width:100%;}
.pagination_wrapper ul.page-numbers{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}
.pagination_wrapper ul.page-numbers li a{
	transition: all  0.4s ease;
}




/* //////////////////////////////////////////////////////////
-------------------------------------------------------------
Customer Common Style
-------------------------------------------------------------
////////////////////////////////////////////////////////// */

body p{font-weight:500;}

/* hr */
.hrSolid2{
	border:0;
	border-width:2px 0 0;
	border-style:solid;
}
.hrSolid2.bdSiteBlue2{border-color:rgba(58,104,181,1);}


.triangleBtm,.triangleLeft{position:relative;}
.triangleBtm:after,
.triangleLeft:after {
	position:absolute;
	content:'';
	border-style: solid;
}
.triangleBtm.bgSiteDarkBlue:after{
	border-color: rgba(54,93,164,1) transparent transparent transparent;}
.triangleLeft.bgSiteSkyBlue:after{
	border-color: transparent transparent transparent rgba(45,168,231,1);}
.triangleLeft.bgSiteGreen:after{
	border-color: transparent transparent transparent rgba(147,188,59,1);}

.before-arrow {
    position: relative;
    padding-left: 1.75em;
    line-height:1.375em;
}
a.before-arrow{display:block;}

.before-arrow-red::before {
	content: '';
	position: absolute;
	width: 1.375em;
	height: 1.375em;
	background-image: url("/img/common/icon-inner-link-red.svg");
	background-repeat: no-repeat;
	background-size: contain;
	left: 0;
}

.before-arrow-green::before {
	content: '';
	position: absolute;
	width: 1.375em;
	height: 1.375em;
	background-image: url("/img/common/icon-inner-link-green.svg");
	background-repeat: no-repeat;
	background-size: contain;
	left: 0;
}

.contentRead h3{padding:14px 0;}
.contentRead p{line-height:2;}
.bread-list__item a{color:#fff;}
.bread-list__item:after{
	content:"＞";
	margin:0 0.25em;
}
.bread-list__item:last-child:after{content:"";}

.rotate90{
	display:inline-block;
	transform:rotateZ(90deg);}







/* ------------------- */
/*   Common Style    */
/* ------------------ */

:root{
	--siteColorBlue:rgba(56,99,170,1);
	--siteColorBlue2:rgba(58,104,181,1);
	--siteColorThinBlueMid:rgba(240,247,252,1);
	--siteColorCream:rgba(255,253,241,1);
	--siteColorCream2:rgba(255,254,234,1);

	--siteColorThinCream:rgba(255,253,241,1);
	--siteColorThinCream2:rgba(252,248,215,1);
	--siteColorThinCream3:rgba(255,254,238,1);
	
	--siteColorThinDarkblue:rgba(90,125,184,1);
	--siteColorThinLightBlue:rgba(235,246,251,1);
	--siteColorLightBlue:rgba(93,177,221,1);
	--siteColorLightBlue2:rgba(77,170,219,1);
	--siteColorLightBlue3:rgba(235,239,246,1);
	--siteColorOrange:rgba(212,132,27,1);
	--siteColorOrange2:rgba(226,154,59,1);
	--siteColorSkin:rgba(252,251,233,1);
	--siteColorPink:rgba(207,118,157,1);
	--siteColorGreen:rgba(152,185,61,1);
	

	--siteHvColorBlue:rgba(102,154,210,1);
	--siteHvColorOrange:rgba(228,176,109,1);
	--siteHvColorOrange2:rgba(248,185,87,1);
	--siteHvColorOrange3:rgba(234,180,110,1);
	--siteHvColorOrange4:rgba(243,191,103,1);
	--siteHvColorSkyBlue:rgba(225,240,251,1);
	--siteHvColorCream:rgba(255,252,219,1);
}

/* hover color */
#firstView a.bgSiteThinCream:hover{background:var(--siteHvColorBlue);}
#firstView li:nth-child(3) a.bgSiteThinCream:hover{background:var(--siteHvColorOrange);}
#firstView a.bgSiteThinCream:hover h3,#firstView a.bgSiteThinCream:hover p{color:#fff;}
#inheritance-serviceContent .inheritanceLink:hover{background:var(--siteHvColorOrange2);}
.sb-service-one:hover {background:var(--siteHvColorSkyBlue);}
.list-tyle-dimensional > li a div:hover{background:var(--siteHvColorOrange);color:#fff;}
.fixedFreeTel a:hover{background:var(--siteHvColorOrange3);}
#individualCaseList li:hover .modalOpen{background:var(--siteHvColorOrange4);color:#fff;}
#individualCaseList li.bgWh:hover{background:var(--siteHvColorCream) !important;}

img {width:auto;height:auto;}

/* link font color */
a{color:#222222;text-decoration:none;}
a:hover{color:#3c68a6;}

/* font color */
.fcSiteBlue{color:var(--siteColorBlue);}
.fcSiteOrange{color:var(--siteColorOrange);}
.fcLightBlue2{color:var(--siteColorLightBlue2);}
.fcSitePink{color:var(--siteColorPink);}
.fcSiteGreen{color:var(--siteColorGreen);}

.fcSiteDarkBlue{color:rgba(54,93,164,1);}
.fcSiteBlue2{color:rgba(0,91,148,1);}
.fcSiteRed{color:rgba(162,52,59,1);}


/* background color */
.bgSiteBlue{background:var(--siteColorBlue);}
.bgSiteCream{background:var(--siteColorCream);}
.bgSiteCream2{background:var(--siteColorCream2);}
.bgSiteThinCream{background:var(--siteColorThinCream);}
.bgSiteThinCream2{background:var(--siteColorThinCream2);}
.bgSiteThinCream3{background:var(--siteColorThinCream3);}
.bgSiteThinDarkblue{background:var(--siteColorThinDarkblue);}
.bgSiteThinLightBlue{background:var(--siteColorThinLightBlue);}
.bgSiteThinLightBlue3{background:var(--siteColorLightBlue3);}
.bgSiteLightBlue{background:var(--siteColorLightBlue);}
.bgSiteSkin{background:var(--siteColorSkin);}
.bgThinBlueMinimum{background:var(--siteColorThinBlueMid);}
.bgSiteOrange{background:var(--siteColorOrange);}
.bgSiteOrange2{background:var(--siteColorOrange2);}
.bgSitePink{background:var(--siteColorPink);}
.bgSiteGreen{background:var(--siteColorGreen)}

.bgThinBlueMinimum2{background:rgba(232,241,249,1);}
.bgThinBlueMinimum3{background:rgba(222,239,250,1);}

.bgSiteDarkBlue{background:rgba(54,93,164,1);}
.bgSiteDarkBlue2{background:rgba(50,95,154,1);}
.bgSiteThinDarkBlue{background:rgba(234,244,252,1);}
.bgSiteBlue2{background:rgba(0,91,148,1);}
.bgSiteSkyBlue{background:rgba(45,168,231,1);}
.bgSiteSkyBlue2{background:rgba(101,166,222,1);}
.bgSiteSkyBlue3{background:rgba(55,158,210,1);}
.bgSiteThinRed{background:rgba(245,238,234,1);}
.bgSiteThinGreen{background:rgba(238,241,234,1);}
.bgSiteThinOrange{background:rgba(248,237,222,1);}
.bgSiteThinOrange2{background:rgba(250,242,228,1);}


/* border-color */
.bdSiteBlue{border-color:var(--siteColorBlue);}
.bdSiteOrange{border-color:var(--siteColorOrange);}
.bdLightBlue2{border-color:var(--siteColorLightBlue2);}
.bdSitePink{border-color:var(--siteColorPink);}

.bdSiteDarkBlue{border-color:rgba(54,93,164,1);}
.bdSiteDarkBlue2{border-color:rgba(50,95,154,1);}
.bdSiteBlue2{border-color:rgba(58,104,181,1);}




/* border solid width */
.bdSolid1{border-width:1px;border-style:solid;}
.bdDotted1{border-width:1px;border-style:dotted;}
.bdTopSolid1{border-width:1px 0 0;border-style:solid;}
.bdTopDotted1{border-width:1px 0 0;border-style:dotted;}
.bdBtmSolid1{border-width:0 0 1px;border-style:solid;}
.bdBtmDotted1{border-width:0 0 1px;border-style:dotted;}

.orange-texture {
  background-image: linear-gradient(-45deg, #fdf7ef 0%, #fdf7ef 42%, #fff 42%, #fff 50%, #fdf7ef 50%, #fdf7ef 92%, #fff 92%);
  background-position: 0px 0px;
  background-size: 8px 8px;
}

.list-tyle-dimensional > li{position:relative;}
.list-tyle-dimensional > li div,.list-tyle-dimensional > li:after{
	border-width:1px;
	border-style:solid;
	border-color:var(--siteColorBlue);
}
.list-tyle-dimensional.list-tyle-orange > li div,.list-tyle-dimensional.list-tyle-orange > li:after{
	border-color:var(--siteColorOrange);
}

.list-tyle-dimensional > li div{
	display:flex;
	justify-content:center;
	align-items:center;
	background:var(--siteColorCream);
	color:var(--siteColorBlue);
	font-weight:600;
}

.list-tyle-dimensional.list-tyle-orange > li div{
	color:var(--siteColorOrange);
}


.list-tyle-dimensional > li:after{
	content:"";
	position:absolute;
	background:#fff;
	right:0;
	bottom:0;
	z-index: -1;
}

.list-tyle-dimensional > li div > span{
	display:block;
	text-align:center;
	line-height:1.5;}
	
.list-tyle-dimensional.list-tyle-usearrow-btm > li div,.list-tyle-dimensional.list-tyle-usearrow-btm > li div:hover{
	background-repeat:no-repeat;
	background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20id%3D%22list-tyle-usearrow-btm%22%20data-name%3D%22list-tyle-usearrow-btm%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2022.9%2022.9%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.st0%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.st1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23d4841b%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%3E%0A%20%20%20%20%3Ccircle%20class%3D%22st0%22%20cx%3D%2211.45%22%20cy%3D%2211.45%22%20r%3D%2211.02%22%2F%3E%0A%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M11.45%2C22.9C5.14%2C22.9%2C0%2C17.76%2C0%2C11.45S5.14%2C0%2C11.45%2C0s11.45%2C5.14%2C11.45%2C11.45-5.14%2C11.45-11.45%2C11.45ZM11.45.86C5.61.86.85%2C5.61.85%2C11.45s4.75%2C10.6%2C10.6%2C10.6%2C10.6-4.75%2C10.6-10.6S17.29.86%2C11.45.86Z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cpolygon%20class%3D%22st1%22%20points%3D%2211.45%2016.21%2013.63%2012.43%2011.94%2012.43%2011.94%207.72%2010.96%207.72%2010.96%2012.43%209.27%2012.43%2011.45%2016.21%22%2F%3E%0A%3C%2Fsvg%3E');
}
	
/* list square */
.listSq li:before,.listSq li span{display:inline-block;}
.listSq li:before{
	content:'■';
	color:var(--siteColorBlue);
	vertical-align:top;
	width:1.4em;
}
.listSq li span{width:calc(100% - 1.4em);}

/* after allow */
.arrowBlueAfter:after,.arrowOrangeAfter:after{
	content:"";
	position:absolute;
	background-position:center center;
	background-size:100% auto;
}

.arrowBlueAfter:after{
	background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20id%3D%22circle_arrow_blue%22%20data-name%3D%22circle_arrow_blue%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2023.52%2023.52%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.st0%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.st1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%233863aa%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Ccircle%20class%3D%22st0%22%20cx%3D%2211.76%22%20cy%3D%2211.76%22%20r%3D%2211.27%22%2F%3E%0A%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M11.76%2C23.52C5.28%2C23.52%2C0%2C18.24%2C0%2C11.76S5.28%2C0%2C11.76%2C0s11.76%2C5.28%2C11.76%2C11.76-5.28%2C11.76-11.76%2C11.76ZM11.76.98C5.82.98.98%2C5.82.98%2C11.76s4.83%2C10.78%2C10.78%2C10.78%2C10.78-4.83%2C10.78-10.78S17.7.98%2C11.76.98Z%22%2F%3E%0A%20%20%3Cpolygon%20class%3D%22st1%22%20points%3D%2216.63%2011.76%2012.76%209.53%2012.76%2011.26%207.94%2011.26%207.94%2012.26%2012.76%2012.26%2012.76%2013.99%2016.63%2011.76%22%2F%3E%0A%3C%2Fsvg%3E');
}

.arrowOrangeAfter:after,#inheritance-serviceContent .inheritanceLink .secondary{
	background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20id%3D%22circle_arrow_orange%22%20data-name%3D%22circle_arrow_orange%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2023.52%2023.52%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.st0%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.st1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23d4841b%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%3E%0A%20%20%20%20%3Ccircle%20class%3D%22st0%22%20cx%3D%2211.76%22%20cy%3D%2211.76%22%20r%3D%2211.27%22%2F%3E%0A%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M11.76%2C23.52C5.28%2C23.52%2C0%2C18.24%2C0%2C11.76S5.28%2C0%2C11.76%2C0s11.76%2C5.28%2C11.76%2C11.76-5.28%2C11.76-11.76%2C11.76ZM11.76.98C5.82.98.98%2C5.82.98%2C11.76s4.83%2C10.78%2C10.78%2C10.78%2C10.78-4.83%2C10.78-10.78S17.7.98%2C11.76.98Z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cpolygon%20class%3D%22st1%22%20points%3D%2216.63%2011.76%2012.76%209.53%2012.76%2011.26%207.94%2011.26%207.94%2012.26%2012.76%2012.26%2012.76%2013.99%2016.63%2011.76%22%2F%3E%0A%3C%2Fsvg%3E');
}
#inheritance-serviceContent .inheritanceLink .secondary{
	background-repeat:no-repeat;
}

.ar_gt{line-height:1;}
.ar_gt:after{
	display:inline-block;
	vertical-align:middle;
	content:'';
	width:1em;
	height:1em;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:auto 0.9em;
	margin-left:0.3em;
	background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20id%3D%22gt%22%20data-name%3D%22gt%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2013.18%2015.17%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.st0%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%233863aa%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M0%2C14.62l4.88-7.03L0%2C.55l1.4-.55%2C5.28%2C7.58L1.4%2C15.17l-1.4-.55Z%22%2F%3E%0A%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M6.5%2C14.62l4.88-7.03L6.5.55l1.4-.55%2C5.28%2C7.58-5.28%2C7.58-1.4-.55Z%22%2F%3E%0A%3C%2Fsvg%3E');
}

#individualCaseList li:hover .ar_gt:after{
	background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20id%3D%22ar-wh%22%20data-name%3D%22ar-wh%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2013.18%2015.17%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.st0%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M0%2C14.62l4.88-7.03L0%2C.55l1.4-.55%2C5.28%2C7.58L1.4%2C15.17l-1.4-.55Z%22%2F%3E%0A%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M6.5%2C14.62l4.88-7.03L6.5.55l1.4-.55%2C5.28%2C7.58-5.28%2C7.58-1.4-.55Z%22%2F%3E%0A%3C%2Fsvg%3E');
}

.ar_gt.ar_gt_o:after{
	background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20id%3D%22gt%22%20data-name%3D%22gt%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2013.18%2015.17%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.st0%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23d4841b%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M0%2C14.62l4.88-7.03L0%2C.55l1.4-.55%2C5.28%2C7.58L1.4%2C15.17l-1.4-.55Z%22%2F%3E%0A%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M6.5%2C14.62l4.88-7.03L6.5.55l1.4-.55%2C5.28%2C7.58-5.28%2C7.58-1.4-.55Z%22%2F%3E%0A%3C%2Fsvg%3E');
}

/* title */
.subtitle_bd.bdOrange h3{border-bottom:1px solid var(--siteColorOrange);}

.dimensional-title{
	position:relative;
	padding-right:7px;
	padding-bottom:7px;

}

.dimensional-title span{
	position:relative;
	width:100%;
	height:100%;;
	display:flex;
	border-width:1px;
	border-style:solid;
	z-index:100;
	background:#fff;
}

.dimensional-title:after{
	content:"";
	width:calc(100% - 7px);
	height:calc(100% - 7px);
	position:absolute;
	bottom:0;
	right:0;
	border-width:1px;
	border-style:solid;
	z-index:90;
	background:#fff;
}

.dimensional-title-orange span,.dimensional-title-orange:after{
	border-color:var(--siteColorOrange);
}

/* modal */

.modal_box .industry dt,.modal_box .industry dd{line-height:1;}
.modal_box .industry dt{border-right:1px solid var(--siteColorBlue);padding-right:0.5em;}

/* ------------------- */
/*   Home Style    */
/* ------------------ */

/* first view */
#firstView{box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);}
#firstView .primary li{position:relative;}
#firstView .primary li a{display:block;position:relative;z-index:200;}
#firstView .primary li a p{line-height:1.43;}
#firstView .primary li a h3{
	border-width:0 0 1px;
	border-style:solid;
}

#firstView .primary li:after{
	content:"";
	display:block;
	position:absolute;
	background:#fff;
	right:0;
	bottom:0;
	z-index:100;
}

#firstView .primary li a,#firstView .primary li:after{
	border-width:1px;
	border-style:solid;
	border-color:var(--siteColorBlue);
}

#firstView .primary li:nth-last-child(1) a,#firstView .primary li:nth-last-child(1):after{border-color:var(--siteColorOrange);}

#firstView .secondary figure img{width:100%;}
#firstView .secondary figure img{object-fit:cover;}

#aboutGroupBtm p{line-height:1.823em;}

#strengthsContent .primary_inner{line-height:2.29;}
#strengthsContent .secondary li .ch{text-align:center;}
#strengthsContent .secondary li figure img{
	width:100%;
	height:100%;
	object-fit:cover;
}

/*   Service    */
.serviceOneBlock h3{font-weight:600;}
.serviceOneBlock .inner h4{
	border-width:1px;
	border-style:solid;
	border-color:var(--siteColorBlue);
	justify-content:center;
	align-items:center;
	font-weight:600;
}
.serviceOneBlock .inner h4 span{display:block;line-height:1.5;}


#teamComposition{
	border-width:1px;
	border-style:solid;
}

/* smallbusiness service */
#smallbusiness-service .sb-service-one .industry li{
	line-height:1;
	padding:0 0.75em;border-right:1px solid var(--siteColorBlue);}
#smallbusiness-service .sb-service-one .industry li:nth-last-child(1){border-right:none;}
#smallbusiness-service .sb-service-one h5{line-height:1.6;}
#smallbusiness-service .sb-service-one h6{align-items: center;}
#smallbusiness-service .sb-service-one h6:before,#smallbusiness-service .sb-service-one h6:after{
	content:"";
	flex-grow:1;
	height:1px;
	border-bottom:1px dotted var(--siteColorBlue);
	margin:0;
}
#smallbusiness-service .sb-service-one h6 span{padding:0 0.625em;}
#smallbusiness-service .sb-service-one{
	display:flex;
	flex-direction: column;
}
#smallbusiness-service .sb-service-one .inner{flex-grow: 1;}
#inheritance-serviceContent .inheritanceLink a{align-items:center;}
#inheritance-serviceContent .inheritanceLink a:hover p,
#inheritance-serviceContent .inheritanceLink a p{color:#fff;}
#inheritance-serviceContent .inheritanceLink h3{line-height:1.28;}

/* ------------------------------------------------ 
       individual
---------------------------------------------------  */

#individualDeadline .front-sec-intro h3{border-bottom:1px solid var(--siteColorOrange);}
#individualDifference ul p{line-height:2;}
#individualCaseList.bizServiceCaseList > li{
	flex-direction:column;
	align-items: center;
}
#individualCaseList.bizServiceCaseList > li .inner{
	display:flex;
	align-items: center;
	text-align:center;
	flex-grow: 1;}

#individualCaseList.bizServiceCaseList > li .modalOpen{
	width:100%;
	line-height:1;
}

.caseContactBlock > div a{
	width:100%;
	height:100%;
}
.caseContactBlock > div.secondary a img{width:32px;}

.caseContactBlock > div.tertiary .telNo{line-height:1.25em;}
.caseContactBlock > div.tertiary .telNo:before{
	content:"";
	background:url("/img/common/icon_tel.svg") no-repeat;
	background-size: contain;
	height:1.25em;
	width:1.25em;
	display:inline-block;
	vertical-align:top;
	margin-top:3px;
}

#individualConsultation .inner li:before{
	content:"";
	display:inline-block;
	width:1em;
	height:1em;
	background:url("/img/common/icon_check.svg") no-repeat;
	background-size: contain;
	margin-right:0.5em;
}

.inheritanceExample > ul > li > ul > li{
	display:inline-block;
	margin-right:1em;
}
.inheritanceExample > ul > li > ul > li:before{
	content:"・";
}
.inheritanceExample > ul > li:first-child > ul > li:nth-last-child(1):before{content:"";}
.deadlineComent p{line-height:1.92;}

/* two-individual */
#two-individual .two-individual-content h3{line-height:1.5;}
#two-individual .two-individual-content p{line-height:2;}

/* outline list */
.outline-list .outline-list-table,.outline-list .outline-list-table th,.outline-list .outline-list-table td{
	border-collapse:collapse;
	border:1px solid var(--siteColorBlue);
}
.outline-list .outline-list-table{width:100%;}
.outline-list .outline-list-table th{background:var(--siteColorLightBlue3);text-align:center;}
.outline-list .outline-list-table td{background:#fff;}
.outline-list{margin-bottom:50px;}


