@charset "utf-8";
/* ---------------------------------------------------------------- */
/* common setting */
/* ---------------------------------------------------------------- */


*{margin:0; padding:0; box-sizing: border-box; }
html{/*font-size: 62.5%;*/ color:#222;}

:root {
/*
  --modal-base-color: #11283e !important;
  --modal-sub-color: #354b60 !important;
*/
  --modal-base-color: #0f3961 !important;
  --modal-sub-color: #315a81 !important;

  --modal-bg-color :#e6e5ef !important;
  --btn-bg-blue: #146dc7 !important;
  --btn-bg-green: #1a9cbc !important;
  --btn-bg-gray: #666 !important;
  --btn-bg-orange: #e27c20 !important;
  --btn-no-push: #aaa !important;

  --error-color :#d56363 !important;
  --confirm-color  :#9bd563 !important;
  --complete-color  :#9bd563 !important;
  --alert-color  :#ffae00 !important;

  --hissu-color  :#d56363 !important;


  --saturday-color:#61a2fa !important;
  --saturday-bg-color:#ecf3ff !important;
  --holiday-color:#fc728f !important;
  --holiday-bg-color:#fff2f3 !important;
  --today-bg-color:#ffec91;
  
  --white :#fff !important;
  --pale-gray : #f5f5f5 !important;
  --gray :#666 !important;
  --orange :#ff7800 !important;
  
  --line-gray :#ccc !important;
}

.btn-common {background-color:var(--modal-base-color); color:#fff; border-radius: 3px; }
.btn-bg-blue {background-color:var(--btn-bg-blue); color:#fff; border-radius: 3px; box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);}
.btn-bg-green {background-color:var(--btn-bg-green) !important; color:#fff !important; border-radius: 3px; box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);}
.btn-bg-darkgreen {background-color:#028760 !important; color:#fff !important; border-radius: 3px; box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);}
.btn-bg-orange {background-color:var(--btn-bg-orange); color:#fff; border-radius: 3px; box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);}
.btn-bg-red {background-color:var(--hissu-color); color:#fff; border-radius: 3px; box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);}
.btn-bg-gray {background-color:var(--btn-bg-gray); color:#fff; border-radius: 3px;}
.btn-no-push {background-color:var(--btn-no-push); color:#ddd; border-radius: 3px;}

.btn-size-SS {padding:3px 0; line-height: 1.2; font-size:90%;}
.btn-size-S {padding:10px 0; line-height: 1.2;}
.btn-size-M {padding:15px 0; line-height: 1.2;}
.btn-size-L {padding:20px 0; line-height: 1.2;}

img {margin: 0; padding: 0; border-style: none; vertical-align:bottom; border:none;}
p{}
strong {font-weight: bold;}

hr {width: 100%; margin: 0; padding: 0; border-top: 1px solid #CCCCCC; border-bottom-style: none; border-left-style: none; border-right-style: none;}
li{list-style:none;}
.RedTxt{ color:#dd0000;}
.OrangeTxt{ color:#ff7800;}
.BlackTxt { color:#000 !important;}
.WhiteTxt { color:#fff !important;}

.txtB {font-weight: bolder;}
.bgGreen {background-color:#e5f3e2;}
.bgLYellow {background-color:#fbf9f2;}
.bgGrey {background-color:#f8f7f6;}
.bgBlue {background-color:#d4f1f9;}

.lineTop {border-top:solid 1px #ccc;}

.cat-all {background-color:#ccc;}
.cat-seminar {background-color:#1d2cff;}
.cat-rouki {background-color:#6eb800;}
.cat-mie {background-color:#ef873a;}
.cat-kantoku {background-color:#47a5a2;}

.bgGeometry {background-image: url("../../images/common/bg_geometry.png");background-size:cover;}


a:link{text-decoration: none; transition: .3s ease-in-out;}
a:visited{text-decoration: none;}
a:hover , .mdClose:hover {opacity: 0.5; cursor: pointer; transition: .3s ease-in-out;}

input[type="submit"] , input[type="button"] , button {cursor: pointer; transition: .3s ease-in-out;}
input[type="submit"]:hover , input[type="button"]:hover , button:hover {cursor: pointer; opacity: 0.5;}


/* ▼テキストの左側に配置する場合は「afterをbeforeに変更する」 */
main a.pdf:after,
main a.doc:after,
main a.xls:after,
main a.ppt:after, 
main a.zip:after,
main a.external:after,
main a.mailto:after{font-family: "FontAwesome" !important; padding-left:3px;}

/* ▼a要素の前にclassをつけて領域を限定すると良い */
main a.pdf:after{content: " \f1c1"; color: #cc0000;}
main a.doc:after{content: " \f1c2"; color: #0033cc;} 
main a.xls:after{content: " \f1c3"; color: #339900;} 
main a.ppt:after{content: " \f1c4"; color: #cc9900;} 
main a.zip:after{content: " \f1c6"; color: #333;} 
/*
main a.external{color: #00589c; text-decoration:underline;} 
*/
main a.external:after{content: " \f08e"; color: #00589c;} 
main a.mailto:after{/*content: " \f003"; color: #333;*/} 
/* ▼自動アイコンを設置したくない領域に設置 */
a.LinkNoIcon:after, .LinkNoIcon a:after, a.NoExternalLink:after, .NoExternalLink a:after{ display:none !important; margin-left:0px;}

main .LinkTypeCenter {color:#5b85da !important; text-decoration: underline;}
main .LinkTypeInabaen {color:#ff6666 !important; text-decoration: underline;}

.linkType01 {color:var(--btn-bg-blue);}
.linkType02 {color:var(--modal-base-color) !important; text-decoration: underline !important;}

.linkBlank {}
.linkBlank::after {content:"\f08e"; font-family:"FontAwesome"; color:#ccc; margin:0 0 0 10px;}

.linkDownload {}
.linkDownload::after {content:"\f019"; font-family:"FontAwesome"; color:#ccc; margin:0 0 0 10px;}

sup { font-size: 70%; vertical-align: top; top: -0.1em;}
.posRelative {position: relative;}
.disp-block {display: block; margin:0 auto; text-align: center;}


/* ---------------------------------------------------------------- */
/* font 設定 */
/* ---------------------------------------------------------------- */

.txtYellow {color:#ffff00;}
.txtRed {color:#f40028;}
.txtOrange {color:#eca516;}
.txtCorpGreen {color:#00b6b3;}
.txt-attention {color:#ff0000; font-weight: lighter;}

.bolder {font-weight: bolder;}
.lighter {font-weight: lighter;}

.smaller {font-size: small !important;}
.x-smaller {font-size: x-small !important;}
.xx-smaller {font-size: xx-small !important;}
/*.larger {font-size: larger;} */
.x-larger {font-size: x-large !important;}
.xx-larger {font-size: xx-large !important;}

.withRecommend {margin:0 0 0 10px;}


.topLine {border-top:solid 1px #ddd;}

/*  お知らせ・カテゴリ共通  */
span.news {background:var(--base-color);}
span.lecture {background:var(--sub-color);}
span.important {background:#ff7575;}


/* ---------------------------------------------------------------- */
/* tableの空欄に斜線をひく */
/* ---------------------------------------------------------------- */
.blank {background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #999 50%, #999 calc(50% + 0.5px), transparent calc(50% + 1px))}

/* ---------------------------------------------------------------- */
/* clearfix 設定 */
/* ---------------------------------------------------------------- */
.clearfix:after { content: ""; display: block; clear: both; height: 0; visibility: hidden; }
.clearfix { min-height: 1px; }
* html .clearfix { height: 1px; }

/* ---------------------------------------------------------------- */
/* Common setting .EX */
/* ---------------------------------------------------------------- */

.br-both {clear: both;}
.hr-both {clear: both;border:none;}

/* -- Item layout style setting -- ------------------------------ */
/* -- 困ったことにこの書き方でないと、Windoes、Macの各ブラウザで表示を統一できません。 -- */

li img{ vertical-align:top;}

.ListType01 li {list-style: none;}
.ListType01 li::before {content:"\f28d";  font-family: FontAwesome; margin:0 5px 0 0; color:#ffc000;}

.ListNumber li{ list-style-type: decimal !important;}
.ListNumber02 li{ list-style-type: decimal-leading-zero !important;*list-style-type: decimal !important;}
.ListNumber03 li{ list-style-type:lower-roman !important;}
.ListCircle li {list-style-type:circle !important;}
.ListDisc li{ list-style-type: disc !important; }
.ListSquare li{ list-style-type: square !important; }
.ListAlphabet li{ list-style-type: lower-alpha !important;}
.ListAlphabet02 li{ list-style-type: upper-latin !important;*list-style-type: lower-alpha !important; }
.ListAlphabet03 li{ list-style-type: upper-latin !important;*list-style-type: upper-latin !important; }
.ListAsterisk li::before {content:"*"; margin:0 5px 0 0;}

.ListCircle li,
.ListDisc li,
.ListSquare li,
.ListAlphabet li,
.ListAlphabet02 li,
.ListAlphabet03 li { margin-left:25px;}
.ListNumber li,
.ListNumber02 li,
.ListNumber03 li { margin-left:29px;}

/* -------------------------------------------------- */
/* リンクのアニメーション */

.Ts01s,.Ts01s a{-webkit-transition: all 0.1s ease-in-out;-moz-transition: all 0.1s ease-in-out;-o-transition: all 0.1s ease-in-out;-ms-transition: all 0.1s ease-in-out;transition: all 0.1s ease-in-out;}
.Ts03s,.Ts03s a{-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.Ts06s,.Ts06s a{-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
.Ts10s,.Ts10s a{-webkit-transition: all 1s ease-in-out;-moz-transition: all 1s ease-in-out;-o-transition: all 1s ease-in-out;-ms-transition: all 1s ease-in-out;transition: all 1s ease-in-out;}



/* -------------------------------------------------- */
/* input */

.input-required {}


/* -------------------------------------------------- */
/* アコーディオン強化css */

/* 初期・基本設定 */

div.Accordion{ padding:20px 0px; width:40%;}

div.Accordion dl dt a{
	display:block;
	background:url(../images/toggle.gif) no-repeat 14px 10px #f5f5f5;
	padding:7px 10px 7px 37px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}
	
div.Accordion dl dt a{ text-decoration:none;}
div.Accordion dl dt a:hover{ background-color:#cccccc;}

div.Accordion dl dd{ background-color:#e9e9e9; padding:15px;}
	
/* オープン時 */
div.Accordion dl dt a.ToggleOpen,
div.Accordion dl dt a.toggleFirst{background:url(../images/toggle_on.gif) no-repeat 14px 11px #d6d6d6;}

/* 閉じる時のhover */
div.Accordion dl dt a.ToggleOpen:hover,
div.Accordion dl dt a.toggleFirst:hover{background:url(../images/toggle_on.gif) no-repeat 14px 8px #005599; color:#ffffff;}

/* 初回オープン用が閉じた時（注：順番を入れ替えると動かなくなります） */
div.Accordion dl dt a.ToggleClose{background:url(../images/toggle.gif) no-repeat 14px 11px #f5f5f5;}

/* オープン時のhover */
div.Accordion dl dt a:hover,
div.Accordion dl dt a.ToggleClose:hover{background:url(../images/toggle.gif) no-repeat 14px 14px #d6d6d6;}


/* -------------------------------------------------- */
/* AfterArrow */

.ArrowR,.ArrowRG a,.ArrowR02,.ArrowRG02 a,.ArrowR03,.ArrowRG03 a,.ArrowB,.ArrowBG a,.ArrowB02,.ArrowBG02 a,.ArrowB03,.ArrowBG03 a,.ArrowT,.ArrowTG a,.ArrowT02,.ArrowTG02 a,.ArrowT03,.ArrowTG03 a{ display:-webkit-box; display:-webkit-flex; display: flex; align-items:center; -webkit-align-items:center;}
.ArrowR02,.ArrowRG02 a,.ArrowB02,.ArrowBG02 a,.ArrowT02,.ArrowTG02 a{ -webkit-justify-content:center; justify-content:center;}
.ArrowR03,.ArrowRG03 a,.ArrowB03,.ArrowBG03 a,.ArrowT03,.ArrowTG03 a{ -webkit-justify-content:space-between; justify-content:space-between;}

.ArrowR:after,.ArrowRG a:after{ margin-left: auto; display:inline-block; content:"\f105"; font-family: FontAwesome;}
.ArrowR02:after,.ArrowRG02 a:after{ margin-left:14px; content:"\f105"; font-family: FontAwesome;}
.ArrowB:after,.ArrowBG a:after{ margin-left: auto; display:inline-block; content:"\f107"; font-family: FontAwesome;}
.ArrowB02:after,.ArrowBG02 a:after{ margin-left:14px; content:"\f107"; font-family: FontAwesome;}
.ArrowT:after,.ArrowTG a:after{ margin-left: auto; display:inline-block; content:"\f106"; font-family: FontAwesome;}
.ArrowT02:after,.ArrowTG02 a:after{ margin-left:14px; content:"\f106"; font-family: FontAwesome;}
.ArrowR03:after,.ArrowRG03 a:after{ content:"\f105"; display:inline-block; font-family: FontAwesome;}
.ArrowB03:after,.ArrowBG03 a:after{ content:"\f107"; display:inline-block; font-family: FontAwesome;}
.ArrowT03:after,.ArrowTG03 a:after{ content:"\f106"; display:inline-block; font-family: FontAwesome;}
.ArrowR03:before,.ArrowRG03 a:before{ content:""; display:inline-block;}
.ArrowB03:before,.ArrowBG03 a:before{ content:""; display:inline-block;}
.ArrowT03:before,.ArrowTG03 a:before{ content:""; display:inline-block;}

/* -------------------------------------------------- */
/* flexbox */

.FlexBox{ display:-webkit-box; display:-webkit-flex; display: flex; -webkit-flex-wrap:wrap; flex-wrap:wrap;}
.FlexBoxL{ display:-webkit-box; display:-webkit-flex; display: flex; -webkit-flex-wrap:wrap; flex-wrap:wrap; -webkit-justify-content:flex-start; justify-content:flex-start;}
.FlexBoxR{ display:-webkit-box; display:-webkit-flex; display: flex; -webkit-flex-wrap:wrap; flex-wrap:wrap; -webkit-justify-content:flex-end; justify-content:flex-end;}
.FlexBoxC{ display:-webkit-box; display:-webkit-flex; display: flex; -webkit-flex-wrap:wrap; flex-wrap:wrap; -webkit-justify-content:center; justify-content:center;}
.FlexBoxB{ display:-webkit-box; display:-webkit-flex; display: flex; -webkit-flex-wrap:wrap; flex-wrap:wrap; -webkit-justify-content:space-between; justify-content:space-between;}
.FlexBoxA{ display:-webkit-box; display:-webkit-flex; display: flex; -webkit-flex-wrap:wrap; flex-wrap:wrap; -webkit-justify-content:space-around; justify-content:space-around;}
.FlexBoxM{ display:-webkit-box; display:-webkit-flex; display: flex; -webkit-justify-content:center; justify-content:center; -webkit-align-items:center; align-items:center; -webkit-text-align:center; text-align:center;}

/* -------------------------------------------------- */
/* block item Width */

.wid2Col {width: calc(48%) !important;}
.wid3Col {width: calc(100% / 3) !important;}
.wid4Col {width: calc(100% / 4) !important;}
.wid5Col {width: calc(100% / 5) !important;}

.wid10Per {width: 10% !important;}
.wid15Per {width: 15% !important;}
.wid20Per {width: 20% !important;}
.wid25Per {width: 25% !important;}
.wid30Per {width: 30% !important;}
.wid35Per {width: 35% !important;}
.wid40Per {width: 40% !important;}
.wid45Per {width: 45% !important;}
.wid50Per {width: 50% !important;}
.wid55Per {width: 55% !important;}
.wid60Per {width: 60% !important;}
.wid65Per {width: 65% !important;}
.wid70Per {width: 70% !important;}
.wid75Per {width: 75% !important;}
.wid80Per {width: 80% !important;}
.wid85Per {width: 85% !important;}
.wid90Per {width: 90% !important;}
.wid95Per {width: 95% !important;}
.wid100Per {width: 100% !important;}

.wid10 {width: 10px !important;}
.wid20 {width: 20px !important;}
.wid30 {width: 30px !important;}
.wid40 {width: 40px !important;}
.wid50 {width: 50px !important;}
.wid60 {width: 60px !important;}
.wid70 {width: 70px !important;}
.wid80 {width: 80px !important;}
.wid90 {width: 90px !important;}

.wid100 {width: 100px !important;}
.wid110 {width: 110px !important;}
.wid120 {width: 120px !important;}
.wid130 {width: 130px !important;}
.wid140 {width: 140px !important;}
.wid150 {width: 150px !important;}
.wid160 {width: 160px !important;}
.wid170 {width: 170px !important;}
.wid180 {width: 180px !important;}
.wid190 {width: 190px !important;}

.wid200 {width: 200px !important;}
.wid210 {width: 210px !important;}
.wid220 {width: 220px !important;}
.wid230 {width: 230px !important;}
.wid240 {width: 240px !important;}
.wid250 {width: 250px !important;}
.wid260 {width: 260px !important;}
.wid270 {width: 270px !important;}
.wid280 {width: 280px !important;}
.wid290 {width: 290px !important;}

.wid300 {width: 300px !important;}
.wid310 {width: 310px !important;}
.wid320 {width: 320px !important;}
.wid330 {width: 330px !important;}
.wid340 {width: 340px !important;}
.wid350 {width: 350px !important;}
.wid360 {width: 360px !important;}
.wid370 {width: 370px !important;}
.wid380 {width: 380px !important;}
.wid390 {width: 390px !important;}

.wid400 {width: 400px !important;}
.wid410 {width: 410px !important;}
.wid420 {width: 420px !important;}
.wid430 {width: 430px !important;}
.wid440 {width: 440px !important;}
.wid450 {width: 450px !important;}
.wid460 {width: 460px !important;}
.wid470 {width: 470px !important;}
.wid480 {width: 480px !important;}
.wid490 {width: 490px !important;}

.wid500 {width: 500px !important;}
.wid510 {width: 510px !important;}
.wid520 {width: 520px !important;}
.wid530 {width: 530px !important;}
.wid540 {width: 540px !important;}
.wid550 {width: 550px !important;}
.wid560 {width: 560px !important;}
.wid570 {width: 570px !important;}
.wid580 {width: 580px !important;}
.wid590 {width: 590px !important;}

.wid600 {width: 600px !important;}
.wid610 {width: 610px !important;}
.wid620 {width: 620px !important;}
.wid630 {width: 630px !important;}
.wid640 {width: 640px !important;}
.wid650 {width: 650px !important;}
.wid660 {width: 660px !important;}
.wid670 {width: 670px !important;}
.wid680 {width: 680px !important;}
.wid690 {width: 690px !important;}

.wid700 {width: 700px !important;}
.wid710 {width: 710px !important;}
.wid720 {width: 720px !important;}
.wid730 {width: 730px !important;}
.wid740 {width: 740px !important;}
.wid750 {width: 750px !important;}
.wid760 {width: 760px !important;}
.wid770 {width: 770px !important;}
.wid780 {width: 780px !important;}
.wid790 {width: 790px !important;}

.wid800 {width: 800px !important;}
.wid810 {width: 810px !important;}
.wid820 {width: 820px !important;}
.wid830 {width: 830px !important;}
.wid840 {width: 840px !important;}
.wid850 {width: 850px !important;}
.wid860 {width: 860px !important;}
.wid870 {width: 870px !important;}
.wid880 {width: 880px !important;}
.wid890 {width: 890px !important;}

.wid900 {width: 900px !important;}
.wid910 {width: 910px !important;}
.wid920 {width: 920px !important;}
.wid930 {width: 930px !important;}
.wid940 {width: 940px !important;}
.wid950 {width: 950px !important;}
.wid960 {width: 960px !important;}

.wid1em {width: 1em !important;}
.wid2em {width: 2em !important;}
.wid3em {width: 3em !important;}
.wid4em {width: 4em !important;}
.wid5em {width: 5em !important;}
.wid6em {width: 6em !important;}
.wid7em {width: 7em !important;}
.wid8em {width: 8em !important;}
.wid9em {width: 9em !important;}
.wid10em {width: 10em !important;}
.wid20em {width: 20em !important;}
.wid30em {width: 30em !important;}
.wid40em {width: 40em !important;}
.wid50em {width: 50em !important;}
.wid60em {width: 60em !important;}
.wid70em {width: 70em !important;}
.wid80em {width: 80em !important;}
.wid90em {width: 90em !important;}
.wid100em {width: 100em !important;}





/* -------------------------------------------------- */
/* block item Margin */

/* - All margin */
.marA0 {margin: 0px !important;}
.marA5 {margin: 5px !important;}
.marA10 {margin: 10px !important;}
.marA15 {margin: 15px !important;}
.marA20 {margin: 20px !important;}
.marA25 {margin: 25px !important;}
.marA30 {margin: 30px !important;}
.marA40 {margin: 40px !important;}
.marA50 {margin: 50px !important;}
.marA60 {margin: 60px !important;}
.marA70 {margin: 70px !important;}
.marA80 {margin: 80px !important;}
.marA90 {margin: 90px !important;}

/* - Top margin */
.marT0 {margin-top: 0px !important;}
.marT5 {margin-top: 5px !important;}
.marT10 {margin-top: 10px !important;}
.marT15 {margin-top: 15px !important;}
.marT20 {margin-top: 20px !important;}
.marT25 {margin-top: 25px !important;}
.marT30 {margin-top: 30px !important;}
.marT40 {margin-top: 40px !important;}
.marT50 {margin-top: 50px !important;}
.marT60 {margin-top: 60px !important;}
.marT70 {margin-top: 70px !important;}
.marT80 {margin-top: 80px !important;}
.marT90 {margin-top: 90px !important;}

/* - Bottom margin */
.marB0 {margin-bottom: 0px !important;}
.marB5 {margin-bottom: 5px !important;}
.marB10 {margin-bottom: 10px !important;}
.marB15 {margin-bottom: 15px !important;}
.marB20 {margin-bottom: 20px !important;}
.marB25 {margin-bottom: 25px !important;}
.marB30 {margin-bottom: 30px !important;}
.marB40 {margin-bottom: 40px !important;}
.marB50 {margin-bottom: 50px !important;}
.marB60 {margin-bottom: 60px !important;}
.marB70 {margin-bottom: 70px !important;}
.marB80 {margin-bottom: 80px !important;}
.marB90 {margin-bottom: 90px !important;}

/* - Left margin */
.marL0 {margin-left: 0px !important;}
.marL5 {margin-left: 5px !important;}
.marL10 {margin-left: 10px !important;}
.marL15 {margin-left: 15px !important;}
.marL20 {margin-left: 20px !important;}
.marL25 {margin-left: 25px !important;}
.marL30 {margin-left: 30px !important;}
.marL40 {margin-left: 40px !important;}
.marL50 {margin-left: 50px !important;}
.marL60 {margin-left: 60px !important;}
.marL70 {margin-left: 70px !important;}
.marL80 {margin-left: 80px !important;}
.marL90 {margin-left: 90px !important;}

/* - Right margin */
.marR0 {margin-right: 0px !important;}
.marR5 {margin-right: 5px !important;}
.marR10 {margin-right: 10px !important;}
.marR15 {margin-right: 15px !important;}
.marR20 {margin-right: 20px !important;}
.marR25 {margin-right: 25px !important;}
.marR30 {margin-right: 30px !important;}
.marR40 {margin-right: 40px !important;}
.marR50 {margin-right: 50px !important;}
.marR60 {margin-right: 60px !important;}
.marR70 {margin-right: 70px !important;}
.marR80 {margin-right: 80px !important;}
.marR90 {margin-right: 90px !important;}

/* -------------------------------------------------- */
/* block item Width */

.wid10Per {width: 10% !important;}
.wid15Per {width: 15% !important;}
.wid20Per {width: 20% !important;}
.wid25Per {width: 25% !important;}
.wid30Per {width: 30% !important;}
.wid35Per {width: 35% !important;}
.wid40Per {width: 40% !important;}
.wid45Per {width: 45% !important;}
.wid46Per {width: 46% !important;}
.wid47Per {width: 47% !important;}
.wid48Per {width: 48% !important;}
.wid49Per {width: 49% !important;}
.wid50Per {width: 50% !important;}
.wid55Per {width: 55% !important;}
.wid60Per {width: 60% !important;}
.wid65Per {width: 65% !important;}
.wid70Per {width: 70% !important;}
.wid75Per {width: 75% !important;}
.wid80Per {width: 80% !important;}
.wid85Per {width: 85% !important;}
.wid90Per {width: 90% !important;}
.wid95Per {width: 95% !important;}
.wid100Per {width: 100% !important;}

.wid50 {width: 50px !important;}
.wid100 {width: 100px !important;}
.wid150 {width: 150px !important;}
.wid200 {width: 200px !important;}
.wid250 {width: 250px !important;}
.wid300 {width: 300px !important;}
.wid350 {width: 350px !important;}
.wid400 {width: 400px !important;}
.wid450 {width: 450px !important;}
.wid500 {width: 500px !important;}
.wid550 {width: 550px !important;}
.wid600 {width: 600px !important;}
.wid650 {width: 650px !important;}
.wid700 {width: 700px !important;}
.wid750 {width: 750px !important;}
.wid800 {width: 800px !important;}
.wid850 {width: 850px !important;}
.wid900 {width: 900px !important;}
.wid950 {width: 950px !important;}

/* -------------------------------------------------- */
/* block item Margin */

/* - All margin */
.marA0 {margin: 0px !important;}
.marA5 {margin: 5px !important;}
.marA10 {margin: 10px !important;}
.marA15 {margin: 15px !important;}
.marA20 {margin: 20px !important;}
.marA25 {margin: 25px !important;}
.marA30 {margin: 30px !important;}
.marA40 {margin: 40px !important;}
.marA50 {margin: 50px !important;}
.marA60 {margin: 60px !important;}
.marA70 {margin: 70px !important;}
.marA80 {margin: 80px !important;}
.marA90 {margin: 90px !important;}

/* - Top margin */
.marT0 {margin-top: 0px !important;}
.marT5 {margin-top: 5px !important;}
.marT10 {margin-top: 10px !important;}
.marT15 {margin-top: 15px !important;}
.marT20 {margin-top: 20px !important;}
.marT25 {margin-top: 25px !important;}
.marT30 {margin-top: 30px !important;}
.marT40 {margin-top: 40px !important;}
.marT50 {margin-top: 50px !important;}
.marT60 {margin-top: 60px !important;}
.marT70 {margin-top: 70px !important;}
.marT80 {margin-top: 80px !important;}
.marT90 {margin-top: 90px !important;}

/* - Bottom margin */
.marB0 {margin-bottom: 0px !important;}
.marB5 {margin-bottom: 5px !important;}
.marB10 {margin-bottom: 10px !important;}
.marB15 {margin-bottom: 15px !important;}
.marB20 {margin-bottom: 20px !important;}
.marB25 {margin-bottom: 25px !important;}
.marB30 {margin-bottom: 30px !important;}
.marB40 {margin-bottom: 40px !important;}
.marB50 {margin-bottom: 50px !important;}
.marB60 {margin-bottom: 60px !important;}
.marB70 {margin-bottom: 70px !important;}
.marB80 {margin-bottom: 80px !important;}
.marB90 {margin-bottom: 90px !important;}

/* - Left margin */
.marL0 {margin-left: 0px !important;}
.marL5 {margin-left: 5px !important;}
.marL10 {margin-left: 10px !important;}
.marL15 {margin-left: 15px !important;}
.marL20 {margin-left: 20px !important;}
.marL25 {margin-left: 25px !important;}
.marL30 {margin-left: 30px !important;}
.marL40 {margin-left: 40px !important;}
.marL50 {margin-left: 50px !important;}
.marL60 {margin-left: 60px !important;}
.marL70 {margin-left: 70px !important;}
.marL80 {margin-left: 80px !important;}
.marL90 {margin-left: 90px !important;}

/* - Right margin */
.marR0 {margin-right: 0px !important;}
.marR5 {margin-right: 5px !important;}
.marR10 {margin-right: 10px !important;}
.marR15 {margin-right: 15px !important;}
.marR20 {margin-right: 20px !important;}
.marR25 {margin-right: 25px !important;}
.marR30 {margin-right: 30px !important;}
.marR40 {margin-right: 40px !important;}
.marR50 {margin-right: 50px !important;}
.marR60 {margin-right: 60px !important;}
.marR70 {margin-right: 70px !important;}
.marR80 {margin-right: 80px !important;}
.marR90 {margin-right: 90px !important;}

/* -------------------------------------------------- */
/* block item Padding */

/* - All padding */
.padA0 {padding: 0px !important;}
.padA5 {padding: 5px !important;}
.padA10 {padding: 10px !important;}
.padA15 {padding: 15px !important;}
.padA20 {padding: 20px !important;}
.padA25 {padding: 25px !important;}
.padA30 {padding: 30px !important;}
.padA40 {padding: 40px !important;}
.padA50 {padding: 50px !important;}
.padA60 {padding: 60px !important;}
.padA70 {padding: 70px !important;}
.padA80 {padding: 80px !important;}
.padA90 {padding: 90px !important;}

/* - Top padding */
.padT0 {padding-top: 0px !important;}
.padT5 {padding-top: 5px !important;}
.padT10 {padding-top: 10px !important;}
.padT15 {padding-top: 15px !important;}
.padT20 {padding-top: 20px !important;}
.padT25 {padding-top: 25px !important;}
.padT30 {padding-top: 30px !important;}
.padT40 {padding-top: 40px !important;}
.padT50 {padding-top: 50px !important;}
.padT60 {padding-top: 60px !important;}
.padT70 {padding-top: 70px !important;}
.padT80 {padding-top: 80px !important;}
.padT90 {padding-top: 90px !important;}

/* - Bottom padding */
.padB0 {padding-bottom: 0px !important;}
.padB5 {padding-bottom: 5px !important;}
.padB10 {padding-bottom: 10px !important;}
.padB15 {padding-bottom: 15px !important;}
.padB20 {padding-bottom: 20px !important;}
.padB25 {padding-bottom: 25px !important;}
.padB30 {padding-bottom: 30px !important;}
.padB40 {padding-bottom: 40px !important;}
.padB50 {padding-bottom: 50px !important;}
.padB60 {padding-bottom: 60px !important;}
.padB70 {padding-bottom: 70px !important;}
.padB80 {padding-bottom: 80px !important;}
.padB90 {padding-bottom: 90px !important;}

/* - Left padding */
.padL0 {padding-left: 0px !important;}
.padL5 {padding-left: 5px !important;}
.padL10 {padding-left: 10px !important;}
.padL15 {padding-left: 15px !important;}
.padL20 {padding-left: 20px !important;}
.padL25 {padding-left: 25px !important;}
.padL30 {padding-left: 30px !important;}
.padL40 {padding-left: 40px !important;}
.padL50 {padding-left: 50px !important;}
.padL60 {padding-left: 60px !important;}
.padL70 {padding-left: 70px !important;}
.padL80 {padding-left: 80px !important;}
.padL90 {padding-left: 90px !important;}

/* - Right padding */
.padR0 {padding-right: 0px !important;}
.padR5 {padding-right: 5px !important;}
.padR10 {padding-right: 10px !important;}
.padR15 {padding-right: 15px !important;}
.padR20 {padding-right: 20px !important;}
.padR25 {padding-right: 25px !important;}
.padR30 {padding-right: 30px !important;}
.padR40 {padding-right: 40px !important;}
.padR50 {padding-right: 50px !important;}
.padR60 {padding-right: 60px !important;}
.padR70 {padding-right: 70px !important;}
.padR80 {padding-right: 80px !important;}
.padR90 {padding-right: 90px !important;}

/* - Font size */
.txt10px{font-size: 1.0rem !important;}
.txt11px{font-size: 1.1rem !important;}
.txt12px{font-size: 1.2rem !important;}
.txt13px{font-size: 1.3rem !important;}
.txt14px{font-size: 1.4rem !important;}
.txt15px{font-size: 1.5rem !important;}
.txt16px{font-size: 1.6rem !important;}
.txt17px{font-size: 1.7rem !important;}
.txt18px{font-size: 1.8rem !important;}
.txt19px{font-size: 1.9rem !important;}
.txt20px{font-size: 2.0rem !important;}
.txt21px{font-size: 2.1rem !important;}
.txt22px{font-size: 2.2rem !important;}
.txt23px{font-size: 2.3rem !important;}
.txt24px{font-size: 2.4rem !important;}
.txt25px{font-size: 2.5rem !important;}
.txt26px{font-size: 2.6rem !important;}

.txt30px{font-size: 3.0rem !important;}



/* -line-height */
.LH100{line-height:1.0 !important;}
.LH110{line-height:1.1 !important;}
.LH120{line-height:1.2 !important;}
.LH130{line-height:1.3 !important;}
.LH140{line-height:1.4 !important;}
.LH150{line-height:1.5 !important;}
.LH160{line-height:1.6 !important;}
.LH170{line-height:1.7 !important;}
.LH180{line-height:1.8 !important;}
.LH190{line-height:1.9 !important;}
.LH200{line-height:2.0 !important;}

/* boredere-radius */
.brA5 {border-radius: 5px;}
.brA10 {border-radius: 10px;}
.brA20 {border-radius: 20px;}
.brA30 {border-radius: 30px;}
.brA40 {border-radius: 40px;}
.brA50 {border-radius: 50px;}




/* -------------------------------------------------- */
/* line */

.lineBSolid {border-bottom: solid 1px #ddd;}


/* Float setting */
.flt-L {float: left !important;}
.flt-R {float: right !important;}

/* Align setting */
.ali-L {text-align: left !important;}
.ali-C {text-align: center !important;}
.ali-R {text-align: right !important;}

/* V-Align setting */
.vali-T {vertical-align: top !important;}
.vali-M {vertical-align: middle !important;}
.vali-B {vertical-align: bottom !important;}


/* -------------------------------------------------- */
/* yuga.child */
/* ↓リストの一番始め */
body .child .first-child{ background-color:#000000; color:#FFFFFF;}
/* ↓リストの一番最後 */
body .child .last-child{ background:#000000; color:#FFFFFF;}
/* ↓奇数 */
.Border .odd{ background-color:#e9e9e9;}
/* ↓偶数 */
.Border .even{ background-color:#CCCCCC;}

/* -------------------------------------------------- */
/*フォーム用*/

button{border-style:none;}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="email"]
{border:solid 1px #999; padding:5px !important; background-color:#fff; border-radius: 3px; height:30px; line-height:30px; vertical-align:top;}
textarea
{border:solid 1px #999; padding:5px !important; background-color:#fff; border-radius: 3px; vertical-align:top;}

select {border-radius:3px; border:solid 1px #999 !important; padding:0 2px !important; background-color:#fff; height:30px; line-height:30px; cursor: pointer;}
select option {font-size:90%;}

input[type="text"]:focus,
input[type="passowrd"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus
{
padding: 5px !important;
background-color: #FFFEEF !important;
}

input[type="text"]::placeholder,
input[type="passowrd"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
textarea::placeholder {font-size: 16px; color:#999}

input[type="text"].disp-error,
input[type="passowrd"].disp-error,
input[type="number"].disp-error,
input[type="tel"].disp-error,
input[type="email"].disp-error,
select.disp-error,
textarea.disp-error {border:solid 1px var(--error-color) !important; box-shadow: 0 0 2px 2px rgba(213 , 99 , 99 , 0.6);}


.input-required {
  background-color: #fceeee !important;
  border: 1px solid #fd9a9a !important;
}

.input-required:placeholder-shown {
  background-color: #fceeee !important;
  border: 1px solid #fd9a9a !important;
}


@media only screen and (min-width: 641px) and (max-width: 1000px) {
input[type="text"]::placeholder,
input[type="passowrd"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
textarea::placeholder { font-size: 16px; color:#999}
}



input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

input[type="number"] {-moz-appearance:textfield;}
textarea {display: block;}

.error-message {color:var(--error-color); font-size:90%;}

label.typeChBox {margin:0 20px 0 0}
label.typeChBox  input[type="checkbox"] {display: none;}
label.typeChBox .switch {display: inline-block; text-align: left; cursor: pointer; position: relative;}
label.typeChBox .switch::before {content:"\f0c8"; font-family: "FontAwesome"; font: var(--fa-font-regular); color:#999; margin:0 5px 0 0;}
label.typeChBox input:checked + .switch {}
label.typeChBox input:checked + .switch::before {content:"\f14a"; font-family: "FontAwesome"; color:var(--btn-bg-blue); }

label.typeRadio {margin:0 20px 0 0}
label.typeRadio  input[type="radio"] {display: none;}
label.typeRadio .switch {display: inline-block; text-align: left; cursor: pointer; position: relative;}
label.typeRadio .switch::before {content:"\f10c"; font-family: "FontAwesome"; color:#999; margin:0 5px 0 0; }
label.typeRadio input:checked + .switch {}
label.typeRadio input:checked + .switch::before {content:"\f192"; font-family: "FontAwesome"; color:var(--btn-bg-blue); }


label.agreementCheck  input[type="checkbox"] {display: none;}
label.agreementCheck .switch {display: inline-block; text-align: left; cursor: pointer; line-height:27px; position: relative; padding:0 1px 0 5px;}
label.agreementCheck .switch::before {content:"\f0c8"; font-family: "FontAwesome"; font: var(--fa-font-regular); color:#bbb; margin:0 5px 0 0; font-size:22px; }
label.agreementCheck input:checked + .switch {}
label.agreementCheck input:checked + .switch::before {content:"\f14a"; font-family: "FontAwesome"; color:#ff6600; }


/* ーーーーーーーーーーーInput > ファイル選択リセットcss [type="file"]を使うときは下記HTMLーーーーーーーーーーーーー */
/* <div class="manage-addition__item manage-flexSC">
<label class="input-file__label">
  <input type="file" name="file" class="js-upload-file">ファイルを選択
</label>
<div class="js-upload-filename">ファイルが未選択です</div>
<div class="fileclear js-upload-fileclear">選択ファイルをクリア</div>
</div> */

input[type="file"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

label.typeFile {
  padding: 3px 12px;
  background: #EBEBEB;
  border: 1px solid #666;
  color:#222;
  cursor: pointer;
  margin-right: 8px;
  border-radius: 5px;
}

.js-upload-filename{
  max-width: 320px;
}

.fileclear {
  display: none;
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
  font-size: 1.5rem;
}





