/*===========================
basic
===========================*/


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	list-style-type: none;
}
body {
	line-height:1;
	-webkit-text-size-adjust: 100%;  /* iPhoneで横にしたときの文字の大きさバグを回避　*/
	min-width:1120px; /* iPadで横にしたときに背景が切れるバグを回避 */
}
img {
	max-width: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color: #008bda;
}
/* 画像の下にできる隙間をなくす */
img {
	vertical-align: bottom;
}
/* hr 要素は不可視で使う */
hr {
	display: none;
}

/* 特別 */

.clear {
	clear:both;
}

div.clear {
	height:0px;
	line-height:0;
	font-size:0;
}

.clear2 {
	clear:both;
}

div.clear2 {
	height:0px;
	line-height:0;
	font-size:0;
	margin-bottom:20px;
}

.clear3 {
	clear:both;
}

div.clear3 {
	height:0px;
	line-height:0;
	font-size:0;
	margin-bottom:50px;
}


/*===========================
fonts
===========================*/

/*  Fonts  */



@font-face {
 font-family: 'minchouFont';
 src:url('../fonts/HanaMinA.woff') format('woff'); /* Modern Browsers */
}
.minchouFontClass {
	font-family: "minchouFont";
}

.MSPminchouFontClass {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}




/*===========================
general
===========================*/



body {
	font-size:14px;
	line-height: 1.8em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color:#444444;
	background: #fff;
}
.wrapper {
	width: 1100px;
	margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
	letter-spacing: 1px;
	font-weight:normal;
}


.h2Wrap {
	width:88%;
	box-sizing: border-box;
	margin:0 auto 40px auto;
	border-bottom:2px solid #bb8e86;
	background-image:url(../img/common/h2_back.png);
	background-repeat:no-repeat;
	background-position:left top;
}


h2 {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 2.6em;
	color:#3b2118;
	line-height:1.3em;
	text-align:center;
	transform: rotate(.03deg);
	padding:0 1em 0.2em 3em;

}



h2.h2Catch1 {
	font-size: 2.2em;
	line-height:1.3em;
	text-align:left;
	margin-bottom:0.5em;
	color:#1879b6;
	border-bottom:none;
}

h2.h2Catch2 {
	font-size: 2.6em;
	line-height:1.3em;
	margin-bottom:0.5em;
	color:#1879b6;
	border-bottom:none;
	text-align:center;
}



h2.h2MB {
	margin-bottom:0.2em;
}





.content-title-small {
	font-size:1.6em;
}


.h3Wrap {
	width:88%;
	box-sizing: border-box;
	margin:0 auto 1.1em auto;
	border-bottom:1px dotted #727272;
}


h3 {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 2.0em;
	text-align:center;
	padding:0 0.5em 0.4em 0.5em;
	font-weight:normal;
	line-height:1.2em;
	color:#3b810b;
	transform: rotate(.03deg);

}
h4 {
	color:#3b810b;
	text-align:center;
	font-size: 1.4em;
	margin:0 0 0.3em 0;
	padding:0.3em 0.4em;
	font-weight:normal;
	line-height:1.2em;
}
h4.h4_bg {
    color: #FFFFFF;
    background-color: #3B810B;
    font-weight: bold;
    padding-top: 9px;
}


h3.h3Txt {
	font-size: 1.25em;
	margin: .75em 0;
	font-weight:normal;
	padding:0;
	border:none;
	line-height:1.2;
	margin-bottom:0.6em;
	color:#2B53A8;
}

h5 {
	background-image:url(../img/common/li_large_blue.png);
	background-repeat:no-repeat;
	background-position:left 0.55em;
	font-size: 1.1em;
	padding:0.2em 0 0.4em 1em;
}

h5.h5Green {
	background-image:url(../img/common/li_large_green.png);
}


.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
.arrow {
	position: relative;
	display: inline-block;
	color: #FFF;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
	background:#1f6ca6;
}
.arrow::before, .arrow::after {
position: absolute;
top: 2px;
bottom: 2px;
left: 2px;
margin: auto;
content: "";
vertical-align: middle;
}
.arrow1::before {
left: 3px;
width: 6px;
height: 6px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.arrow a {
	display:block;
	color:#fff;
	text-decoration:none;
	line-height:2em;
	padding:10px 20px 9px 24px;
}
.arrow a:hover {
	background:#2384bf;
}
.notes {
	padding: 15px;
	border: 1px solid #ededed;
	margin-bottom: 1em;
}
.contact .notes span {
	color: #ff0000;
}
.notes ul {
	padding: 0 3px 0 3px;
}
.notes ul li:before {
	margin-right: 0.5em;
	content: " ";
	display: inline-block;
	background: #196096;
	width: 0.5em;
	height: 0.5em;
}
.notes ul li {
	padding-left: 1em; /*1em（1文字）分、右に動かす*/
	text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
	margin-bottom: 0.5em;
}

.w46p {
	width:46%;
}

.faxNoLink a {
	text-decoration:none;
	color:#333;
}


.txtBnr a {
	display:inline-block;
	color:#FFF;
	text-decoration:none;
	line-height:normal;
	padding:0.5em 1.5em 0.5em 1em;
	background-color:#567B1E;
	margin:0.4em 0;
	background-image:url(../img/common/btn_arrow.png);
	background-position:right 0.5em center;
	background-repeat:no-repeat;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.txtBnrTel a {
	display:inline-block;
	color:#FFF;
	text-decoration:none;
	line-height:normal;
	padding:0.5em 1em 0.5em 1em;
	background-color:#567B1E;
	margin:0.4em 0;
	background-repeat:no-repeat;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.txtBnrFD a {
	display:inline-block;
	color:#FFF;
	text-decoration:none;
	line-height:normal;
	box-sizing: border-box;
	padding:0.5em 1em 0.5em 2.8em;
	background-color:#285195;
	background-image:url(../img/common/icn_fd.png);
	background-position:left 0.8em center;
	background-repeat:no-repeat;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.txtIconCont {
	display:inline-block;
	box-sizing: border-box;
	width:47%;
	color:#FFF;
	text-align:left;
	font-size:1em;
	line-height:normal;
	padding:0.4em 1em 0.4em 1.8em;
	background-color:#4da1da;
	background-image:url(../img/common/icn_cont.png);
	background-repeat:no-repeat;
	background-position:0.5em center;
	margin:0 1em 0.6em 0;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}




.inlineB {
	padding:0 1em 1em 1em;
	display:inline-block;
}


.txtBnrDetail a {
	color:#FFF;
	text-decoration:none;
	line-height:normal;
	padding:0.2em 2.5em 0.2em 2em;
	background-color:#714A2F;
	margin:0.4em 0;
	background-image:url(../img/common/btn_arrow.png);
	background-position:right 0.5em center;
	background-repeat:no-repeat;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


.faxNoLink a {
	text-decoration:none;
	color:#333;
}

a.telNoDeco {
	text-decoration:none;
	color:#333;
}


/*===========================
header
===========================*/


/* header */
#top-head {
    width: 100%;
	height:125px;
    margin: 0 auto;
    line-height: 1;
	background-color:#fcfaf6;
	/* background-color:rgba(255,255,255,0.97); */
	min-width:1100px;
	box-sizing: border-box;
	border-top:2px solid #694e43;
	z-index:500;
}

/* 
#top-head:after {
    content: "";
    display: block;
    height: 1px;
    background: #fff;
    width: 980px;
    margin: 30px auto 0;
}
 */
 
#top-head a,
#top-head {
    text-decoration: none;
	color:#333;
	
}
 
#top-head .inner {
    position: relative;
	margin:0 auto; 
}

#top-head .logo {
    float: left;
	padding:22px 0 0 0;
	margin:0 0 0 2%;
}

ul.telNavi {
    list-style: none;
    position: absolute;
	top:29px;
    right: 1.2%;
}
ul.telNavi li {
    display:inline-block;
    position: relative;
	margin-left:1px;
 }
 
ul.telNavi li a {
	display:block;
}




ul.global-nav1 {
    list-style: none;
    position: absolute;
	top:80px;
    right: 0.5%;
}
ul.global-nav1 li {
	display:inline-block;
    position: relative;
	line-height:1.2em;
 }
 
ul.global-nav1 li a {
	display:block;
    padding: 0 0.5em 0 1.6em;
	margin: 0 1.5em 0 0;
}

ul.global-nav1 li a:hover {
	border-bottom:2px #CCC solid;
}

ul.global-nav1 li.gn1_contact a {
    padding: 0.5em 0.5em 0.5em 1.8em !important;
    font-size: 1.2em;
    border: 3px double rgba(249,127,129,1.00);
}

.gn1_index {
	background-image:url(../img/header/icn_home.png);
	background-position:left 0.0em;
	background-repeat:no-repeat;
}

.gn1_contact {
	background-image:url(../img/header/icn_mail.png);
	background-position:8px 13px;
	background-repeat:no-repeat;
}





/* transition */
#top-head,
#top-head h1.logo,
#top-head p.logo,
#top-head ul {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}


/*===========================
mainimage
===========================*/


#mainimage {
	background:url(../img/top/mainimage.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	text-align:center;
	width:100%;
	height:515px;
}

.mainimagePng {
	background-image:url(../img/top/mainimage.png);
	min-width:1100px;
	max-width:1380px;
	height:515px;
	background-repeat:no-repeat;
	background-position:center top;
	margin:0 auto;
	text-indent:-7777px;
}

.mainimage_protrusion {
	background-image:url(../img/top/mainimage_protrusion.png);
	min-width:1100px;
	max-width:1380px;
	height:10px;
	background-repeat:no-repeat;
	background-position:center top;
	margin:0 auto 60px auto;
}

.mainimage_protrusion_tablet {
	display:none;
}

/*
.slideTxtPosition {
	position: absolute;
	bottom:0;
	z-index: 200;
	width:100%;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.4);
	padding:0.8em 0.5em;
	color:#333333;
}


.slideTxtWrap {
	width:1100px;
	margin:0 auto;
	box-sizing: border-box;
}

.slideTxt {
	text-align:center;
	font-size:2.2em;
	line-height:1.5em;
}

.slideTxtSmall {
	text-align:center;
	font-size:1.8em;
	line-height:1.2em;
}
*/




/*===========================
pageTitle
===========================*/


#pageTitle {
	background-image:url(../img/common/page_title.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	text-align:center;
	width:100%;
	height:234px;
	position: relative;
	min-width:1100px;
}

#pageTitleTxtWrap {
	padding:75px 0 0 0;
	margin:0;

}

#pageTitleTxt {
	background-color:rgba(255,255,255,.7);
}

#pageTitleTxt h1 {
	color:#46423f;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:3.4em;
	line-height:1.2em;
	padding:0.2em;
	transform: rotate(.03deg);
}



/*===========================
gnav
===========================*/


#gnav {
	background-color:#9b8275;
}
#gnav .gnav {
	width: 1104px;
	/*height:61px;*/
	margin: 0 auto;
	font-size:0.9em;
}
#gnav .gnav li {
	width:184px;
	/*height:61px;*/	
	float:left;
	border-left:1px solid #694e43;
	box-sizing: border-box;
}


#gnav .gnav li:last-child {
	border-right:1px solid #694e43;
}


#gnav .gnav li a {
	display:block;
	background-repeat: no-repeat;
	background-position: left top;
	height:61px;
	line-height:1.3em;
	text-align:center;
	text-decoration:none;
	color:#fff;
	display: grid;
  place-items: center;
}
#gnav .gnav li a:hover {
	background-color:#694e43;
}


.slicknav_menu {
	display:none;
}


/*===========================
snav
===========================*/

.snav {
	width:980px;
	padding:1em 10px;
	margin:10px auto 0 auto;
	background-color:#f4f4f3;
}

.snav ul {
	padding:0;
	margin:0 auto;
}

.snav ul li a {
	display:block;
	float:left;
	padding:0 0 0 13px;
	margin:0 0 0 2em;
	background-image:url(../img/common/li_mark.png);
	background-repeat:no-repeat;
	background-position:0 0.5em;
	color:#333;
	text-decoration:none;	
}

.snav ul li a:hover {
	text-decoration:underline;
}

.snavWidth1 {
	width:400px;
}

.snavWidth2 {
	width:250px;
}


/*===========================
main_area
===========================*/

.txtCenter {
	text-align:center !important;
}

.txtRight {
	text-align:right !important;
}

.txtLeft {
	text-align:left !important;
}

.txtSUP {
	font-size: 75.5%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}


.txtSUB {
	font-size: 75.5%;
	vertical-align: bottom;
	position: relative;
	top: 0.1em;
}

.mgb1em {
	margin:0 0 1em 0 !important;
}
.mgb2em {
	margin:0 0 2em 0 !important;
}

.mgb3em {
	margin:0 0 4em 0 !important;
}


.mgbS {
	margin-bottom:20px !important;
}

.mgbM {
	margin-bottom:50px !important;
}

.mgbL {
	margin-bottom:100px !important;
}


.mgb0px {
	margin-bottom:0px !important;
}

.mgb10px {
	margin-bottom:10px !important;
}

.mgb20px {
	margin-bottom:20px !important;
}

.mgb30px {
	margin-bottom:30px !important;
}

.mgb40px {
	margin-bottom:40px !important;
}

.mgb50px {
	margin-bottom:50px !important;
}

.mgb60px {
	margin-bottom:60px !important;
}

.mgb70px {
	margin-bottom:70px !important;
}

.mgb80px {
	margin-bottom:80px !important;
}

.mgb100px {
	margin-bottom:100px !important;
}



.mgL10px {
	margin-left:10px !important;
}

.mgL20px {
	margin-left:20px !important;
}

.mgL30px {
	margin-left:30px !important;
}


.fs80p {
	font-size:80%;
}

.fs90p {
	font-size:90%;
}

.fs110p {
	font-size:110%;
}

.fs120p {
	font-size:120%;
	line-height:1.2em;
}

.fs130p {
	font-size:130%;
	line-height:1.2em;
}

.fs140p {
	font-size:140%;
	line-height:1.2em;
}

.fs150p {
	font-size:150%;
	line-height:1.2em;
}

.fs200p {
	font-size:200%;
	line-height:1.2em;
}


/*===========================
onOff
===========================*/

.pcOFFtabletON
 {
	display:none;
}

.pcONtabletOFF {
}

.pcONtabletOFFspON {
}


.pcOFFspON {
	display:none;
}

.pcOFFsp2ON {
	display:none;
}


.pcONspOFF {
}

.pcONsp2OFF {
}

.txtPCcenterSPLeft {
	text-align:center;
}

.txtPCcenterTabletLeft {
	text-align:center;
}



/*===========================
content
===========================*/

.bgBnr {
	padding:0 0 40px 0;
	min-width:1100px;
	box-sizing: border-box;
	background-image:url(../img/top/bnr_back.jpg);
	background-position:center top;
}



.bgcolor1 {
	padding:60px 10px;
	background-color:#fff;
	min-width:1100px;
	box-sizing: border-box;
}

.bgcolor1s {
	padding:60px 0 10px 0;
	background-color:#fff;
	min-width:1100px;
	box-sizing: border-box;
}


.bgcolor2 {
	padding:60px 10px;
	background-color:#fcfcfb;
	min-width:1100px;
	box-sizing: border-box;
}

.bgcolor2s {
	padding:60px 0 10px 0;
	background-color:#fcfcfb;
	min-width:1100px;
	box-sizing: border-box;
}

.bgcolor3 {
	padding:60px 10px;
	background-color:#fafbfc;
	min-width:1100px;
	box-sizing: border-box;
}

.bgcolor3s {
	padding:60px 0 10px 0;
	background-color:#fafbfc;
	min-width:1100px;
	box-sizing: border-box;
}



.wrapper2 {
	width: 1020px;
	margin: 0 auto;
	padding:1em 10px;
	background-color: rgba(255, 255, 255, 0.85);
}

.wrapper2 .wrap2ContPad {
	padding:30px 60px;
}

.wrapperWide {
	width: 1020px;
	margin: 0 auto;
}

.fs1_3em {
	font-size:1.3em;
}


.column {
	border:3px double #CCC;
	padding:1em 1.5em;
	background-color:#FDFDFD;
}

.column2 {
	border:3px double #ece6da;
	padding:2em 2.5em;
	background-color:#fbfaf7;
	box-sizing: border-box;
}

/*===========================
footer
===========================*/

footer {
}

#footerWrapNav {
	width:100%;
	margin:0 auto;
	background-color:#694e43;
}
	

footer nav {
	padding:2.2em 0 2em;
	text-align: center;
	font-size:0.9em;
}
footer nav ul li {
	padding:0 1em 0 0.8em;
	display:inline-block;
	text-align: center;
	background-image:url(../img/footer/li_icn.png);
	background-position:left 0.5em;
	background-repeat:no-repeat;
}
footer nav ul li a {
	text-decoration:none;
	color:#fff;
}

footer nav ul li a:hover {
	text-decoration:underline;
}


.footerWrapCont {
	width:1100px;
	margin:0 auto;
}

#footerWrapImage {
	background-image:url(../img/footer/back.jpg);
	background-position:center top;
}

#footerWrap1 {
	clear:both;
	padding:22px 10px;
	background-color: rgba(255,255,255,0.6);
}


.foot_telSP a {
	display:none;
}


#footerWrapTxt {
	clear:both;
	background-color:#fdf4f1;
	padding:1em 0;
	text-align:center;
}

.footDiv1 {
	padding:1.4em 1em 0 0;
	display:inline-block;
	text-align:left;
	vertical-align:top;
	box-sizing: border-box;
}

.footDiv2 {
	padding:1em 1em 0 0;
	display:inline-block;
	text-align:left;
	vertical-align:top;
	box-sizing: border-box;
}

.footDiv3 {
	padding:0 0 0 1em;
	display:inline-block;
	box-sizing: border-box;
}

.footContactWrap {
	border:#d5c9ae 1px solid;
	background-color: rgba(255,255,255,0.6);
	padding:10px 15px 15px 15px;
	box-sizing: border-box;
	text-align:center;
}

.footContactWrap .footContactTxt {
	color:#4b8a1e;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:1.8em;
	line-height:1.2em;
	padding:0.1em 1.5em 0.3em 1.5em;
	transform: rotate(.03deg);
	font-weight:bold;
}

.footContactWrap .footContactTxtBorder {
	border-bottom:1px dotted #b0a396;
}

.footContactWrap .footContactTel {
	display:inline-block;
	margin:12px 10px 0 0;
	}
	
.foot_telPC {
}

.foot_telSP a {
	display:none;
}

.footContactWrap .footContactMail {
	display:inline-block;
	text-align:center;
	margin:12px 0 0 10px;
}






/* copyright */

.copyright {
	font-size:92%;
	text-align:center;
	padding:2em 0 4em;
}


/*===========================
other
===========================*/


/* font color */

.fcRedOrange {
	color:#FB5328;
}

.fcBlue {
	color:#1A71B0;
}

.fcOrange {
	color:#eb9423;
}

.fcGreen {
	color:#4A6F1A;
}

/* pagetop */

#pagetop {
	position: fixed;
	bottom: 80px;
	right: 10px;
	z-index:5;
}

#pagetop a {
	display:block;
	background-image:url(../img/footer/btn_pagetop.png);
	background-repeat:no-repeat;
	width:43px;
	height:43px;
	text-indent:-7777px;
}

#pagetop a:hover {
	cursor:pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; 
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity:0.7;
    zoom:1;
	
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}


/* 「※」付きなど用の文字インデント */

.txtInd {
	padding-left:1em;  
	text-indent:-1em; 
}

.txtInd2 {
	padding-left:1em;  
	text-indent:-1em;
	margin-bottom:1.2em;
}


.txtIcon {
	color:#FFF;
	text-align:center;
	font-size:1.2em;
	line-height:normal;
	padding:0.4em 1em 0.5em 1em;
	background-color:#278976;
	margin:0.4em 1em;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}

.txtIcon2 {
	color:#FFF;
	text-align:center;
	font-size:1.3em;
	line-height:normal;
	padding:0.3em 1.5em 0.2em 1.5em;
	background-color:#f6a99f;
	margin:0 0 0.4em 0em;
	border-radius:10px; 
	-webkit-border-radius:10px; 
	-moz-border-radius:10px; 
	display:inline-block;
	box-sizing: border-box;
	min-width:13em;
}

.txtIcon3 {
	color:#FFF;
	text-align:center;
	font-size:1.3em;
	line-height:normal;
	padding:0.3em 1em 0.2em 1em;
	background-color:#f6a99f;
	margin:0 0 0.4em 0em;
	border-radius:10px; 
	-webkit-border-radius:10px; 
	-moz-border-radius:10px; 
	display:inline-block;
	box-sizing: border-box;
	min-width:100%;
}

.txtIcon4 {
	color:#FFF;
	text-align:center;
	font-size:1.1em;
	line-height:normal;
	padding:0.2em 0.5em 0.1em 0.5em;
	background-color:#f6a99f;
	margin:0 0 0.4em 0em;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	display:inline-block;
	box-sizing: border-box;
	min-width:95%;
}

.txtIconPDF a {
	display:block;
	color:#333;
	text-align:center;
	box-sizing: border-box;
	width:14em;
	line-height:normal;
	padding:0.4em 1em 0.5em 1em;
	margin:0.4em auto;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border:1px solid #CCC;
	text-decoration:none;
	background:
    url(../img/common/icn_pdf.png) 10px 6px no-repeat,
    url(../img/common/btn_arrow_red.png) right 10px center no-repeat,
	#fefefe;
}


.txtIconMikasa {
	color:#FFF;
	text-align:center;
	font-size:1.3em;
	line-height:normal;
	padding:0.3em 1em 0.2em 1em;
	background-color:#8C9827;
	margin:0 0 0.4em 0em;
	border-radius:10px; 
	-webkit-border-radius:10px; 
	-moz-border-radius:10px; 
	display:inline-block;
	box-sizing: border-box;
	min-width:100%;
}

.txtIconMikasaInline {
	display:inline-block;
	color:#FFF;
	text-align:center;
	font-size:1.1em;
	line-height:normal;
	padding:0.3em 1em 0.2em 1em;
	background-color:#8C9827;
	margin:0 0 0.4em 0em;
	border-radius:10px; 
	-webkit-border-radius:10px; 
	-moz-border-radius:10px; 
	box-sizing: border-box;
}

.txtIconFlowTime {
	display:inline-block;
	color:#FFF;
	text-align:center;
	font-size:0.7em;
	line-height:normal;
	padding:0.1em 1em 0em 1em;
	box-sizing: border-box;
	background-color:#8C9827;
	margin:0 0;
	border-radius:10px; 
	-webkit-border-radius:10px; 
	-moz-border-radius:10px; 
	box-sizing: border-box;
	vertical-align:top;
}

.txtIconCap {
	color:#FFF;
	text-align:center;
	font-size:1em;
	line-height:normal;
	padding:0.2em 0.5em 0.1em 0.5em;
	background-color:#72574b;
	margin:5px 0 0 0;
	border-radius: 15px;
	-webkit-border-radius: 15px; 
	-moz-border-radius: 15px;
	display:inline-block;
	box-sizing: border-box;
	min-width:90%;
}



.txtBA {
	color:#FFF;
	text-align:center;
	font-size:1em;
	line-height:normal;
	padding:0.2em 1em 0.2em 1em;
	background-color:#939393;
	margin:0.2em 0.8em;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}

.reasonIcon {
	float:left;
	width:201px;
	margin:0 20px 20px 0;
}

.reasonTxt {
	float:left;
	font-size: 2.0em;
	color:#4c5c03;
	line-height:59px;
}



.supTxt {
	font-size: 0.86em;
	vertical-align: top;
	position: relative;
	top: -0.3em;
	padding-right:0.1em;
}


.dataArea {
	padding:40px 0 40px 0;
	border-top:1px solid #d8e3ec;
	clear:both;
}
.topData {
	border-top:none;
}
.dataArea .data {
	float:left;
	margin-right:20px;
}
.pdf {
	background-image:url(../img/common/icn_pdf.png);
	background-position:0 4px;
	background-repeat:no-repeat;
	padding-left:21px;
}
.external {
	background-image:url(../img/common/icn_externallink.png);
	background-position:right 4px;
	background-repeat:no-repeat;
	padding-right:15px;
}

.catch_mikasa {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 2.0em;
	text-align:center;
	padding:0 0.5em 0.4em 0.5em;
	font-weight:normal;
	line-height:1.2em;
	color:#61961F;
	transform: rotate(.03deg);
	font-weight:bold;
}

.catch {
	color:#f79d0e;
	font-size:2em;
	margin-bottom:0.6em;
	line-height:1.8em;
}

.catchCenter {
	color:#f79d0e;
	font-size:2em;
	margin-bottom:0.6em;
	line-height:1.8em;
	text-align:center;
}

.catch2 {
	color:#2362aa;
	font-size:2em;
	margin-bottom:0.6em;
	line-height:1.8em;
}

.catch3{
	color:#2362aa;
	font-size:2em;
	margin-bottom:0.6em;
	line-height:1.8em;
	text-align:center;
}


.catch4 {
	color:#FC9378;
	font-size:1.8em;
	margin-bottom:0.6em;
	line-height:1.6em;
}

.catch3point {
	color:#e25b2c;
	font-size:2em;
	margin-bottom:0.5em;
	line-height:1.8em;
}


.catchFeature {
	color:#75AB32;
	font-size:1.8em;
	margin:0.3em 0 0.5em 0;
	line-height:1.8em;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	text-align:center;
	transform: rotate(.03deg);
}

.catchFeature2 {
	color:#75AB32;
	font-size:1.6em;
	margin:0.3em 0 0.8em 0;
	line-height:1.8em;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	text-align:left;
	transform: rotate(.03deg);
}




.catchS {
	color:#649F1C;
	font-size:1.2em;
	margin-bottom:0.5em;
}

.guideTxt {
	color:#f79d0e;
	font-size:2em;
	margin-bottom:0.4em;
	line-height:1.6em;
	text-align:center;
}




.hoverTrans a:hover {
	cursor:pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; 
    -moz-opacity:0.7; 
    -khtml-opacity: 0.7; 
    opacity:0.7;
    zoom:1;
	
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.hoverTrans2 a:hover {
	cursor:pointer;
    filter: alpha(opacity=90);
    -ms-filter: "alpha(opacity=90)"; 
    -moz-opacity:0.9; 
    -khtml-opacity: 0.9; 
    opacity:0.9;
    zoom:1;
	
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.hoverTransEx img {
	transition: 0.3s;
}



.hoverTransEx img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}



.comingsoon {
	color:#999;
	font-size:3em;
	text-align:center;
	padding:20% 0;
	line-height:normal;
	background-color:#FDFDFD;
	margin-bottom:2em;
}

.comingsoon2 {
	color:#999;
	font-size:2em;
	text-align:center;
	padding:20% 0;
	line-height:normal;
	background-color:#FDFDFD;
	margin-bottom:2em;
	border:#ececec 1px solid;
}




/*===========================
content
===========================*/

.contPad0 {
	padding:0;
}

.contPad {
	padding:0 10px;
}

.contPadMB {
	padding:0 10px;
	margin-bottom:2em;
}

.contPadMB2 {
	padding:0 10px;
	margin-bottom:4em;
}

.contPadMB3 {
	padding:0 10px;
	margin-bottom:1.5em;
}

.contPad2 {
	padding:10px 0;
}

.contPad3 {
	padding:0 20px;
}

.contPad4 {
	padding:0 5px;
}


.contPad3MB {
	padding:0 20px;
	margin-bottom:2em;
}

.contPadW80 {
	width:80%;
	margin:0 auto;
	box-sizing: border-box;
}






/* 1カラム */

.lay1 {
	width:100%;
	padding:1.8em 0;
}
.floatr {
	float:right;
	margin:-0.2em 1em 1em 3.5em;
}
.floatl {
	float:left;
	margin:0.2em 3.5em 1em 1em;
}
.half img {
	width:46%;
}
.oneThird img {
	width:30%;
}

/* 2カラム */

.lay2 {
	width:47%;
	float:left;
	margin:0 6% 2em 0;
}

.lay2R {
	width:47%;
	float:left;
	margin:0 0 0 0;
}



/* 3カラム */



.lay3 {
	width:31%;
	float:left;
	margin:0 3% 2% 0;
}

.lay3R {
	width:31%;
	float:left;
	margin:0 0 2% 0;
}




/* 2カラム　複数 */

.lay2Plural {
	width:46%;
	float:left;
	margin:0 2% 3em 2%;
}

.lay2Plural2 {
	width:46%;
	float:left;
	margin:0 2% 1em 2%;
}

.lay2PluralTablet2 {
	width:46%;
	float:left;
	margin:0 2% 3em 2%;
}




/* 3カラム　複数 */

.lay3Plural {
	width:29%;
	float:left;
	margin:3% 2%;
	text-align:center;
}

.lay3Plural2 {
	width:31.3%;
	float:left;
	margin:0 1% 4% 1%;
}


.lay3Plural3 {
	width:31.3%;
	float:left;
	margin:0 1% 0 1%;
	text-align:left;
}

.lay3PluralInline {
	width:29%;
	display:inline-block;
	margin:0 2% 3% 2%;
	text-align:center;
	vertical-align:top;
	box-sizing: border-box;
}

/* 3カラム　複数 inlineB */

.inlineB3 {
	width:100%;
	font-size:0px;
	text-align: center;
}

.inlineB3 li {
	width:310px;
	display:inline-block;
	text-align: center;
}


/* 4カラム　複数 */ 


.lay4W235 {
	width:235px;
	float:left;
	margin:0 20px 0 0;
}

.lay4W235R {
	width:235px;
	float:left;
	margin:0 0 0 0;
}


.lay4Plural2 {
	width:23.8%;
	float:left;
	margin:0 0.6% 15px 0.6%;
	text-align:center;
}


/*　1：2　*/

.div1-2L {
	float:left;
	width:33%;
	margin:0 2% 1em 0.2%;
}

.div1-2R {
	float:left;
	width:60%;
	margin:0 0 1em 2%;
}


/*　2：1　*/

.div2-1L {
	float:left;
	width:60%;
	margin:0 2% 1em 0.2%;
}

.div2-1R {
	float:left;
	width:33%;
	margin:0 0 1em 2%;
}


/*　2：1　tablet 100% */

.div2-1L_tablet {
	float:left;
	width:60%;
	margin:0 2% 1em 0.2%;
}

.div2-1R_tablet {
	float:left;
	width:33%;
	margin:0 0 1em 2%;
}


/* autoカラム　複数 */ 


.layAuto {
	display:inline-block;
	text-align: center;
	margin:0 4px 10px 4px;
}


/*　Youtube　レスポ化　*/

.youtube {
	position:relative;
	width:100%;
	padding-top:56.25%;
}

.youtube iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}




/* table */

.nowrap {
	white-space: nowrap;
}



/* 背景画像の上に使うtable */

table.table1  {
	border-collapse: collapse;
	border-top: 1px #cccccc solid;
}


table.table1 th {
	padding:7px;
	border-bottom: 1px #cccccc solid;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	color:#3F7A16;
}

table.table1 td {
	padding:7px;
	border-bottom: 1px #cccccc solid;
	font-weight:normal;
}

/* table1の変更バージョン */

table.table1_2 {
	width:100%;
	padding:0 30px 30px 30px;
	border-collapse: collapse;
}
table.table1_2 tr {
}
table.table1_2 th {
	padding:7px;
	border-bottom: 1px #cccccc solid;
	font-weight:normal;
	text-align:left;
}
table.table1_2 td {
	padding:5px;
	border-bottom: 1px #cccccc solid;
	font-weight:normal;
}

/* table1の変更バージョン */

table.table1_3 {
	width:100%;
	padding:0 30px 30px 30px;
	border-collapse: collapse;
}
table.table1_3 tr {
}
table.table1_3 th {
	padding:7px;
	border-bottom: 1px #cccccc solid;
	font-weight:normal;
	text-align:left;
}
table.table1_3 td {
	padding:7px;
	border-bottom: 1px #cccccc solid;
	font-weight:normal;
}

table.table1_3 tr:first-child {
	border-top: 1px #cccccc solid;
}





/* 普通のtable */

table.table2 {
	width:100%;
	border-top: 1px #cdcdcd solid;
	border-left: 1px #cdcdcd solid;
	border-collapse: collapse;
	color:#444;
}
table.table2 th {
	padding:0.35em 0.5em;
	border-bottom: 1px #cdcdcd solid;
	border-right: 1px #cdcdcd solid;
	background-color:#FEFCEF;
	color:#333;
	letter-spacing:0;
	font-weight:normal;
	vertical-align:middle;
	
}
table.table2 td {
    padding: 0.35em 0.5em;
    border-bottom: 1px #cdcdcd solid;
    border-right: 1px #cdcdcd solid;
    font-weight: normal;
    background-color: #FFFFFF;
    letter-spacing: 0;
    vertical-align: middle;
}


table.table2 td.table2TdCenterBgcolor {
	background-color:#FEFFFB;
}

table.table2 td.table2TdCenterBgcolor2 {
	background-color:#FAFAFA;
}


table.table2 td.tdBgC01 {
	background-color:#FFFDE8;
	text-align:center;
	vertical-align:middle;
}

table.table2 td.tdBgC02 {
	background-color:#F9FDE8;
	text-align:center;
	vertical-align:middle;
}

table.table2 td.tdBgC03 {
	background-color:#F1FEFA;
	text-align:center;
	vertical-align:middle;
}


table.table2 td.tdBgC04 {
	background-color:#FBF8FE;
	text-align:center;
	vertical-align:middle;
}


table.table2 td.tdBgC05 {
	background-color:#FAFAFA;
	text-align:center;
	vertical-align:middle;
}

table.table2 td.tdBgC06 {
	background-color:#FFFBF7;
	text-align:center;
	vertical-align:middle;
}




/* 縦に並ぶtable */

table.table3 {	
	width:100%;
	border-top: 1px #cdcdcd solid;
	border-left: 1px #cdcdcd solid;
	border-collapse: collapse;
	color:#444;
}
table.table3 th {
	padding:0.35em 0.5em;
	border-bottom: 1px #cdcdcd solid;
	border-right: 1px #cdcdcd solid;
	background-color:#FEFCEF;
	color:#333;
	letter-spacing:0;
	font-weight:normal;
	white-space: nowrap;
	text-align:center;
	vertical-align:middle;
	width:auto;
}

table.table3 th.thBusiness {
	width:300px;
}


table.table3 td {
	padding:0.35em 0.5em;
	border-bottom: 1px #cdcdcd solid;
	border-right: 1px #cdcdcd solid;
	font-weight:normal;
	background-color:#FFFFFF;
	letter-spacing:0;
}


table.table3 td.tdBusiness {
	vertical-align:middle;
}

table.table3w64 {	
	width:64%;
	border-top: 1px #cdcdcd solid;
	border-left: 1px #cdcdcd solid;
	border-collapse: collapse;
	color:#444;
	margin-bottom:1.5em;
}
table.table3w64 th {
	padding:0.5em 0.5em;
	border-bottom: 1px #cdcdcd solid;
	border-right: 1px #cdcdcd solid;
	background-color:#F4FBFF;
	color:#333;
	letter-spacing:0;
	font-weight:normal;
	white-space: nowrap;
	text-align:center;
	vertical-align:middle;
}
table.table3w64 td {
	padding:0.5em 0.5em;
	border-bottom: 1px #cdcdcd solid;
	border-right: 1px #cdcdcd solid;
	font-weight:normal;
	background-color:#FFFFFF;
	letter-spacing:0;
}

.tdCenter {
	text-align:center;
	vertical-align:middle;
}

.table3ThW40p {
	width:40% !important;
}




/* アクセス */



#map_canvas {
	width:100%;
	margin:0 auto;
	padding:0;
	margin-bottom:50px;
}
#map_area .inner {
	width:1100px;
	margin:0 auto;
	height:0;
	position:relative;
	top:-500px;
	z-index:500;
}
#map_area .map_data {
	padding:15px 20px 30px 20px;
	background-color:#FFF;
	position:absolute;
	top:0;
	left:0;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
#map_area .map_data h4 {
	background:#1f6ca6;
	padding:6px 0;
	color:#fff;
	text-align:center;
	margin-bottom:12px;
}
#map_area .map_data .address {
	margin-bottom:1em;
}


/* フロー */

/* フローCenter */

.area_flowC {
	padding:0 5em;
}

.area_flowC2 {
	padding:0 1em;
}

.area_flowC .inner_flow {
	border:1px solid #E1E1E1;
	padding:24px 30px;
	border-radius:5px;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
	min-height:1em;
	background-color:#FEFEFE;
}

.innerWhite {
	background-color:#fff !important;
}






.area_flowC .inner_flow .largeTxt {
	font-size:1.6em;
	text-align:center;
	color:#8B5529;
	border-bottom:1px dotted #CCC;
	padding-bottom:0.2em;
	margin-bottom:0.5em;
}

.area_flowC .inner_flow .largeTxt2 {
	font-size:1.6em;
	text-align:center;
	color:#8B5529;
	border-bottom:1px dotted #CCC;
	padding:0em 0 0.4em 0;
	margin-bottom:0.5em;
	line-height:1.2em;
}



.area_flowC .inner_flow .txtWrap {
	/* padding:24px 30px; */ 
	padding:0 2em;
}

.area_flowC .inner_flow p.flowImg {
	text-align:center;
	margin:0.5em auto;
}


.area_flowC .arrow {
	margin:5px auto;
	display:block;
	width:40px;
	height:26px;
	background:url(../img/common/arrow_down_s.png) center bottom no-repeat;
	text-indent:-9999px;
	margin-top:0px;
}


/* フローSmall */

.area_flowS {
	padding:0 0px;
}
.area_flowS .inner_flow {
	background-color:#fefefe;
	border:1px solid #E1E1E1;
	padding:2px 4px;
	border-radius:5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
	min-height:1em;
}


.area_flowS .inner_flow .largeTxtOra {
	font-size:1.1em;
	text-align:center;
	color:#E87A02;
}

.area_flowS .inner_flow .largeTxtGre {
	font-size:1.1em;
	text-align:center;
	color:#79A323;
}

.area_flowS .inner_flow .txtWrap {
}


.area_flowS .arrow {
	margin:0 auto;
	display:block;
	width:40px;
	height:26px;
	background:url(../img/common/arrow_down_s.png) center bottom no-repeat;
	text-indent:-9999px;
	margin-top:0px;
}





/* 単語フロー */

.flowTxt {
	display:block;
	float:left;
	margin:0 10px 10px 10px;
	border:1px solid #CCC;
	padding:0.5em 2em;
	background-color:#FBFEFF;
}

.flowTxtArrow {
	display:block;
	float:left;
	background-image:url(../img/common/flowtxt_arrow.png);
	width:8px;
	height:2.5em;
	background-position:center;
	text-indent:-7777px;
	background-repeat:no-repeat;
}



/* リスト追加 */


.admit {
	border:2px #c9d4dc solid;
	padding:30px;
}

.admit li {
	float:left;
	width:25%;
	line-height:2.5em
}

.admit li span {
	width:80px;
	display:block;
	float:left;
}

ul.liReseter  {
	line-height:1.8em;
	margin-left:15px;
}

ul.liReseterMB li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
}

ul.liReseterMB  {
	line-height:1.8em;
	margin:0 0 2em 15px;
}

ul.liReseter li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
}

ul.liReseter2  {
	line-height:1.8em;
	margin:0 0 12px 30px;
}

ul.liReseter2 li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
}

ul.liReseterFloat  {
	line-height:1.8em;
	margin-left:15px;
}

ul.liReseterFloat li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
	float:left;
	padding-right:3em;
}

ul.liReseterFloat3Div  {
	line-height:1.8em;
	margin-left:2em;
}

ul.liReseterFloat3Div li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
	float:left;
	padding-right:1em;
	width:31%;
}




ol.olReseter {
	line-height:1.8em;
	margin-left:20px;
}

ol.olReseter li {
	display:list-item;
	list-style-type:decimal;
	list-style-position: outside;
	padding-left:-10px;
}


ol.olReseter li > ul.liReseterFloat  {
	line-height:1.8em;
	margin-left:15px;
}

ol.olReseter li > ul.liReseterFloat li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
	float:left;
	padding-right:3em;
}

ol.olReseter2 {
	line-height:1.8em;
	margin:0 0 20px 50px;
}

ol.olReseter2 li {
	display:list-item;
	list-style-type:decimal;
	list-style-position: outside;
	padding-left:-10px;
}


ol.liFeature li {
	list-style-type: none;
	list-style-position: outside;
	padding:12px 0 12px 55px;
	margin-bottom:7px;
	background-position:0 0;
	background-repeat:no-repeat;
	line-height:1.2em;
	font-size:1.3em;
}

ol.liFeature li.liFeature01 {
	background-image:url(../img/common/feature_small_01.png);
}

ol.liFeature li.liFeature02 {
	background-image:url(../img/common/feature_small_02.png);
}

ol.liFeature li.liFeature03 {
	background-image:url(../img/common/feature_small_03.png);
}

ol.liFeature li.liFeature04 {
	background-image:url(../img/common/feature_small_04.png);
}

ol.liFeature li.liFeature05 {
	background-image:url(../img/common/feature_small_05.png);
}

ol.liFeature li.liFeature06 {
	background-image:url(../img/common/feature_small_06.png);
}

ol.liFeature li.liFeature07 {
	background-image:url(../img/common/feature_small_07.png);
}

ol.liFeature li.liFeature08 {
	background-image:url(../img/common/feature_small_08.png);
}

ol.liFeature li.liFeature09 {
	background-image:url(../img/common/feature_small_09.png);
}

ol.liFeature li.liFeature10 {
	background-image:url(../img/common/feature_small_10.png);
}


ul.liCheck {
	margin-left:5px;
	padding-bottom:10px;
}

ul.liCheck li {
    list-style-type: none;
    list-style-position: outside;
    padding: 0 0 0 30px;
    background-image: url(../img/common/icn_check.png);
    background-position: 1px 1px;
    background-repeat: no-repeat;
    line-height: 2em;
}
ul.liCheck.border li {
    padding: 0 0 5px 30px;
    border-bottom: 2px solid #BB8E86;
    margin-bottom: 5px;
}
ul.liCheck2 {
	margin-bottom:15px;
}

ul.liCheck2 li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 0 0.3em 30px;
	background-image:url(../img/common/icn_check.png);
	background-position:0px 4px;
	background-repeat:no-repeat;
	padding-right:10px;
	line-height:1.8em;
	font-size:1.3em;
	color:#AF6705;
}

ul.liCheck2 p { 
	font-size:80%;
	line-height:normal;
	color:#333;
}


ul.liOrange {
	margin-left:0;
}

ul.liOrange li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 0 0 20px;
	background-image:url(../img/common/clip_li_orange.gif);
	background-position:0px 9px;
	background-repeat:no-repeat;
	line-height:2em;
	font-size:110%;
}

ul.liOrange2 {
	margin:0 0 20px 20px;
}

ul.liOrange2 li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 0 10px 20px;
	background-image:url(../img/common/clip_li_orange.gif);
	background-position:0px 8px;
	background-repeat:no-repeat;
	line-height:2em;
	font-size:110%;
}

ul.liOrangeFlaot {
	margin-left:0;
}

ul.liOrangeFlaot li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 0 0 20px;
	background-image:url(../img/common/clip_li_orange.gif);
	background-position:0px 8px;
	background-repeat:no-repeat;
	float:left;
	padding-right:30px;
}

ul.liKimidoriFlaot {
	margin-bottom:1em;
}

ul.liKimidoriFlaot li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 30px 0 20px;
	background-image:url(../img/common/clip_li_kimidori.gif);
	background-position:0px 5px;
	background-repeat:no-repeat;
	float:left;
	font-size:1.2em;
}


ul.liKimidori {
	margin-bottom:1em;
}

ul.liKimidori li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 0 0 20px;
	background-image:url(../img/common/clip_li_kimidori.gif);
	background-position:0px 8px;
	background-repeat:no-repeat;
	padding-right:10px;
	line-height:1.8em;
}

ul.liKimidori2 {
	margin:0 0 1em 20px;
}

ul.liKimidori2 li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 0 0 20px;
	background-image:url(../img/common/clip_li_kimidori.gif);
	background-position:0px 8px;
	background-repeat:no-repeat;
	line-height:2em;
	font-size:110%;
}


ul.liBlue {
	margin-bottom:15px;
}

ul.liBlue li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 0 0 20px;
	background-image:url(../img/common/clip_li_blue.gif);
	background-position:0px 8px;
	background-repeat:no-repeat;
	padding-right:10px;
	line-height:2em;
}

ul.liBlue3 {
	margin-bottom:30px;
}

ul.liBlue3 li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 10px 0 20px;
	background-image:url(../img/common/clip_li_blue.gif);
	background-position:0px 8px;
	background-repeat:no-repeat;
	line-height:2em;
}

ul.liBlueFlaot {
	margin-bottom:15px;
}

ul.liBlueFlaot li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 30px 0 20px;
	background-image:url(../img/common/clip_li_blue.gif);
	background-position:0px 8px;
	background-repeat:no-repeat;
	float:left;
	line-height:2em;
}



ul.liBlueLarge {
	margin-bottom:15px;
}

ul.liBlueLarge li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 0 2px 24px;
	background-image:url(../img/common/li_large_blue.png);
	background-position:0px 8px;
	background-repeat:no-repeat;
	padding-right:10px;
	line-height:1.8em;
	font-size:1.3em;
}

ul.liBlueLarge2 {
	margin:0 0 20px 20px;
}

ul.liBlueLarge2 li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 0 2px 24px;
	background-image:url(../img/common/li_large_blue.png);
	background-position:0px 8px;
	background-repeat:no-repeat;
	padding-right:10px;
	line-height:1.8em;
	font-size:1.3em;
}


ul.liBlueLarge3 {
	margin-bottom:30px;
}

ul.liBlueLarge3 li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 0 2px 24px;
	background-image:url(../img/common/li_large_blue.png);
	background-position:0px 8px;
	background-repeat:no-repeat;
	padding-right:10px;
	line-height:1.8em;
	font-size:1.3em;
}

ul.businessMark {
	margin-bottom:15px;
}

ul.businessMark li {
	list-style-type: none;
	list-style-position: outside;
	padding:2px 0 2px 24px;
	background-image:url(../img/common/li_mark.png);
	background-position:0px 5px;
	background-repeat:no-repeat;
	padding-right:10px;
	color:#1d6215;
	font-size:18px;
}

ul.businessMark li p {
	color:#444444;
	font-size:14px;
	margin-bottom:10px;
}

ul.liOrangeFlaot {
	margin-left:0;
}

ul.liPDFFloat {
	margin-bottom:10px;
}

ul.liPDFFloat li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 30px 0 20px;
	background-image:url(../img/common/pdficon_small.png);
	background-position:0px 3px;
	background-repeat:no-repeat;
	float:left;
}

ul.liPageAnch li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 0 0 20px;
	background-image:url(../img/common/icn_page_anch.png);
	background-position:0px 8px;
	background-repeat:no-repeat;
	float:left;
	padding-right:30px;
}

ul.liKimidoriLarge {
}

ul.liKimidoriLarge li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 0 2px 24px;
	background-image:url(../img/common/li_large_kimidori.png);
	background-position:0px 9px;
	background-repeat:no-repeat;
	padding-right:10px;
	line-height:1.8em;
	font-size:1.3em;
}

ul.liKimidoriLargeInside {
	padding:0 0 0 1em;
}

ul.liKimidoriLargeInside li {
	background-image:none;
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:0;
	line-height:em;
	font-size:0.8em;
}

ul.liFukidashi {
}

ul.liFukidashi li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 0 2px 40px;
	background-image:url(../img/common/icn_fukidashi.png);
	background-position:0px 6px;
	background-repeat:no-repeat;
	padding-right:10px;
	line-height:1.8em;
	font-size:1.3em;
	color:#533C28;
}

ul.liGreenLarge {
}

ul.liGreenLarge li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 0 2px 25px;
	background-image:url(../img/common/icn_green_large.png);
	background-position:3px 8px;
	background-repeat:no-repeat;
	padding-right:10px;
	line-height:1.8em;
	font-size:1.3em;
	color:#533C28;
}


/* faq */

dl.faq dt {
	padding:5px 0 8px 38px;
	background-image:url(../img/common/icn_q.png);
	background-position:left 6px;
	background-repeat:no-repeat;
	font-size:120%;
	color:#FA8D16;
}

dl.faq dd {
	padding:0 15px 18px 38px;
	background-image:url(../img/common/icn_a.png);
	background-position:0px 2px;
	background-repeat:no-repeat;
}


dl.info dt {
	float: left;
	clear:left;
	width: 110px;
	margin:0;
	padding: 7px 0 8px 4px;
}

dl.info dd {
	margin:0;
	padding: 7px 0 8px 114px;
	border-bottom:#cccccc dotted 1px;
}


dl.history dt {
	float: left;
	clear:left;
	width: 110px;
	margin:0;
	padding: 7px 0 8px 4px;
}

dl.history dd {
	margin:0;
	padding: 7px 0 8px 114px;
	border-bottom:#cccccc dotted 1px;
}


dl.history2 {
	 border-top:#294DA9 dotted 1px;
}

dl.history2 dt {
	float: left;
	clear:left;
	width: 100px;
	margin:0;
	padding: 7px 0 8px 4px;
}

dl.history2 dd {
	margin:0;
	padding: 7px 0 8px 104px;
	border-bottom:#294DA9 dotted 1px;
}


.imgFloatRight {
	float:right;
	margin:0 0 1em 2em;
}

.imgFloatRightTabletCenter {
	float:right;
	margin:0 0 1em 2em;
}

.imgFloatLeft {
	float:left;
	margin:0 2em 1em 0;
}

.imgFloatLeftTabletCenter {
	float:left;
	margin:0 2em 1em 0;
}




/* BeforeAfter */

.BeforeAfter {
	width:90%;
	height:auto;
	margin:0 auto 2em auto;
}

.baDiv {
	width:38%;
	float:left;
	margin:0 1% 2% 1%;
	text-align:center;
}

.baArrowWrap {
	float:left;
	width:16%;
	margin:0 1% 2% 1%; 
}


.baArrow {
	background-image:url(../img/common/arrow_right.png);
	width:52px;
	height:80px;
	text-indent:-7777px;
	background-repeat:repeat;
	margin:33% auto 0 auto;
}

.baTxt {
	display:block;
	font-size:1.1em;
	background-color:#518404;
	color:#FFF;
	padding:0.1em 2em 0.1em 2em;
	-webkit-border-radius:5px;
	-moz-border-radius:15px; 
	border-radius:5px;
	margin:0.5em 0;
	max-width:4em;
}

.telBig {
	font-size:2em;
	color:#2378BE;
}



/*===========================
index
===========================*/

.bnrTxt {
	text-align:center;
	color:#694e43;
	font-size:1.6em;
	margin-bottom:0.5em;
}

.indexCatchWrap {
	display:inline-block;
	background-color:#f6efe6;
	padding:3px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom:40px;
}


.indexCatchWrap2 {
	display:inline-block;
	background-color:#f6efe6;
	border:#e1dad2 1px solid;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding:0.7em 3.5em 0.6em 3.5em;
}


.indexCatch {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 2.1em;
	line-height:1.3em;
	text-align:center;
	transform: rotate(.03deg);
	color:#3b2118;
	
}

.h2InfoWrap {
	border-bottom:2px solid #bb8e86;
	margin-bottom:20px;
}


h2.h2Info {
	text-align:center;
	color:#3b2118;
	font-size: 2.2em;
	line-height:1.2em;
	padding:0.1em 0.5em 0.4em 0.5em;
}



/*===========================
nursinghome
===========================*/

.pageTitleNursinghome {
	background-image:url(../img/nursinghome/page_ttl.jpg);
}


/*===========================
visitnursing
===========================*/

.pageTitleVisitnursing {
	background-image:url(../img/visitnursing/page_ttl.jpg);
}


/*===========================
homecare
===========================*/

.pageTitleHomecare {
	background-image:url(../img/homecare/page_ttl.jpg);
}


/*===========================
dayservice
===========================*/

.pageTitleDayservice {
	background-image:url(../img/dayservice/page_ttl.jpg);
}


/*===========================
group
===========================*/

.pageTitleGroup {
	background-image:url(../img/group/page_ttl.jpg);
}


/*===========================
contact
===========================*/

.pageTitleContact {
	background-image:url(../img/contact/page_ttl.jpg);
}


.contact table {	
	width:100%;
	border-top: 1px #cdcdcd solid;
	border-left: 1px #cdcdcd solid;
	border-collapse: collapse;
	color:#444;
	margin-bottom:1.5em;
}
.contact table th {
	padding:0.5em 0.5em;
	border-bottom: 1px #cdcdcd solid;
	border-right: 1px #cdcdcd solid;
	background-color:#FDF9EA;
	color:#333;
	letter-spacing:0;
	font-weight:normal;
	white-space: nowrap;
	text-align:center;
	vertical-align:middle;
}
.contact table td {
	padding:0.5em 0.5em;
	border-bottom: 1px #cdcdcd solid;
	border-right: 1px #cdcdcd solid;
	font-weight:normal;
	background-color:#FFFFFF;
	letter-spacing:0;
}
.contact table td .select {
	margin-bottom: 0.5em;
}
.contact table td .select li {
	float: left;
	margin-right: 20px;
}
.contact table td .select li input {
	vertical-align: middle;
}
.contact table td label {
	padding: 0 0 0px 5px;
}
.contact table input {
	margin: 2px 0 2px 0;
	height: 1.6em;
	border: 1px solid #CCC;
}
.contact .formBtn {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.contact .btnSend {
	background-color:#999999;
	color: #FFF;
	padding: 8px 0;
	margin: 0 5px 0 5px;
	border: 0;
	width:160px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.contact .btnReset {
	background-color: #FFF;
	color:#333;
	padding: 7px 0;
	margin: 0 5px 0 5px;
	border: 0;
	border:1px solid #cccccc;
	width:160px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.contact .forml {
	width: 90%;
}
.contact .formm {
	width: 50%;
}


.contact .noborder {
	border:none;
}

.contact label {
}

.contact .checkbox {
	border:none;
	padding:0 0 0 0;
	margin:0;
	vertical-align:bottom;
}

/*  privacy */

.privacy h3 {
	font-size:1.4em;
	color:#444;
	border:none;
	padding:0.8em 0 0.4em 0;
	margin:0;
	background-image:none;
	font-family:  "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	text-align:left;
	transform: rotate(0deg);
}

.privacy p {
	padding:0 0.3em 1em 0.3em;
}

.privacy p.firstP {
	padding:0 0.3em 1em 0em;
}
