@charset "UTF-8";
/*
-----------------------------------------------
SP Styles
Version: 1.00


----------------------------------------------- */


/* styleReset
----------------------------------------------- */

* {
	margin:0;
	padding:0;
}

/* links
----------------------------------------------- */
a:link, a:link strong {
	color: #262626;
	text-decoration: underline;
}

a:visited, a:visited strong {
	color: #262626;
	text-decoration: underline;
}

a:hover, a:hover strong {
	color: #a01f5e;
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

body {
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif !important;
	background-color: #ffffff;
	margin:0;
	padding:0;
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
	color: #262626;
}

.site-header{
	background: #ffffff !important;
    position: fixed;
    top: 0;
    transition: .5s;
    width: 100%;
    z-index: 999;
}
 
.site-header.hide{
    transform: translateY(-100%);
}

header {
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 50px;
	background: #fff !important;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
}

header h1 {
	float: left;
    padding-left: 3%;
    padding-top: 7px;
    display: inline-block;
    margin: 0 !important;
}

header #hNav {
	float: right;
	display: inline-block;
}

header #hNav img {
	width: auto;
    height: 50px;
}

#home #container {
	margin: 0 6%;
	padding: 0;
}

#voice_roop {
	padding: 25px 0 10px;
    margin: 50px -7% 0;
    background: #a11f5f;
}

#voice_roop h2 {
    width: 70%;
    margin: 20px 15% 20px !important;
}

#voice_roop .btnDeteal a {
    color: #a41b5f;
    text-decoration: none;
    font-size: 14px;
    border: 2px solid #fff;
    border-radius: 60px;
    padding: 8px 30px;
    display: block;
    font-weight: 700;
    background: #ffffff;
}

#voice_roop .btnDeteal a:hover {
    background: none;
    color: #fff !important;
    border: 2px solid #fff;
}

#others #container {
	margin: 0 6%;
	padding: 0;
}

#main {
	padding: 0;
}

#mainVisual {
	margin: 50px 0 20px;
	padding: 0;
}

#mainVisual img {
	width: 100%;
	height: auto;
}

.bx-controls {
	display: none;
}

.bx-wrapper .bx-viewport {
	box-shadow: none !important;
	border: none !important;
	
}

.bx-wrapper ul {
	margin: 0 !important;
}

.bx-wrapper .bx-viewport {
	
	left: 0 !important;
}

.bx-viewport {
	width: 100%;
}

#mainVisualInner {
	padding: 0 2%;
}

#main h1 {
	margin-bottom: 10px;
}

#others #main .contentTitle {
    padding: 40px 3% 35px;
    margin-bottom: 40px;
	background: url(./bgBase4.jpg) no-repeat center top; 
    color: #fff;
    text-align: center;
    font-size: 16px;
}

#others #main {
	padding-top: 60px;
}

#others #main h2:first-child {
	margin-top: 0;
}

h1 {
	margin: 0;
	padding: 0;
}


h2 {
	color: #262626;
	text-align: center;
}

#home #main > h2:first-child {
	margin-top: 0;
}

#home h2 {
	position: relative;
    margin: 80px 0 20px 0;
    font-size: 24px;
    line-height: 1.7em;
	font-weight: 700;
    font-family: 游明朝体, YuMincho, 游明朝, "Yu Mincho", serif;
}


 #others h2 {
	position: relative;
    padding: 15px 0;
    margin-right: -7%;
    margin-left: -7%;
    margin-bottom: 75px;
    color: #333;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    text-align: center;
    font-size: 17px;
    line-height: 1.7em;
    font-weight: 700;
    font-family: 游明朝体, YuMincho, 游明朝, "Yu Mincho", serif;
}

.titleCatch {
    margin-bottom: 40px;
    text-align: left;
    color: #262626;
    font-weight: bold;
    line-height: 1.6em;
    letter-spacing: 1px;
}

.backgroundNone {
	background: none !important;
}

#topicPath {
	position: absolute;
	top: 129px;
	margin-left: 74px;
	padding-top: 1px;
	line-height: 100%;
	font-size: 0.75em;
	z-index: 1;
}


h3 {
	margin-top: 40px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 15px;
	clear: both;
    color: #262626;
}

.profileBox h3 {
	margin-top: 20px;
	text-align: center;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 1.5em;
	line-height: 1.5em;
	margin-bottom: 10px;
}

h5 {
	margin-bottom: 10px;
	color: #FF8C1A;
	font-weight: bold;
	line-height: 1.3em;
}

h6 {
	margin-bottom: 10px;
	color: #262626;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3em;
}

p {
	margin: 0 0 1em 0;
	line-height: 1.8em;
	text-align: left;
	font-size: 16px;
	color: #262626;
}

#others #block02 h2, #others #block03 h2 {
	margin: 20px 0 10px 0;
}

#block03 p {
	font-size: 15px;
	line-height: 1.4em;
}

.clear {
    display: block;
    clear: both;
}

.smallText {
	font-size: 12px !important;
}

.sp_smallText {
	font-size: 12px !important;
}


#news h2 {
	background: #972244;
	padding: 8px;
	text-align: left;
	color: #ffffff;
	border-radius: 4px;
}

#news {
	margin-bottom: 20px;
}

#news ul li {
	padding: 5px 2%;
	list-style: none;
	line-height: 1.3em;
	font-size:14px;
	border-bottom: 1px solid #cccccc;
}

#news p {
	margin: 10px 0 0 0;
}

.btnBlue {
	background: #262626;
	padding: 10px;
	text-align: center;
	color: #ffffff !important;
	text-decoration: none !important;
	border-radius: 50px;
	display: block;
	width: 280px;
	margin: 10px auto;
}

#home .titleDecoration {
	margin-top: 40px;
	margin-bottom: 20px;
    padding: 10px 0 7px;
    color: #000098;
    line-height: 1.3em !important;
    font-weight: bold;
    /* background-color: #000098; */
    font-size: 21px !important;
    /* border-radius: 5px; */
}

#others .titleDecoration:before {
    position: absolute;
    bottom: -20px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #e6ee1d;
}

#others .titleDecoration {
	position: relative;
    margin: 80px 0 60px;
    color: #333;
    font-weight: bold;
    font-size: 19px !important;
    text-align: center;
	line-height: 1.9em

}

.titleDecoration:first-of-type {
    margin-top: 50px !important; 
}

.titleDecoration2 {
	margin: 50px 0 30px 0;
    padding: 0 0 10px 0;
    border-bottom: solid 4px #c6c6c6;
    position: relative;
    font-size: 18px !important;
    color: #444 !important;
}

.titleDecoration2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #ffc778;
  bottom: -4px;
  width: 30%;
}

.sp_titleDecoration {
    margin-top: 40px !important;
    margin-bottom: 22px;
    padding: 10px 7px 10px;
    background: #f1a503;
    color: #fff;
    line-height: 1.3em !important;
    font-weight: bold;
    font-size: 17px !important;
	text-align: center;
	border-radius: 4px;
}

.titleDecoration03 {
	margin-top: 50px !important;
    padding: 6px 0 5px !important;
    background: #007a8b !important;
    color: #fff !important;
    line-height: 1.3em !important;
    font-weight: bold;
    font-size: 19px !important;
}

.titleDecoration04 {
      margin-top: 30px;
    margin-bottom: 20px;
    display: table;
    border: 1px solid #262626;
    padding: 4px 10px 3px;
    line-height: 1.3em !important;
    font-weight: bold;
    font-size: 15px !important;
}

.profileTable01 {
	width: 100%;
}

.profileTable01 td {
	width: 30%;
	vertical-align: top;
}

.profileTable01 td.textArea {
	width: 68%;
	padding: 0 0 0 2%;
}

.profileTable01 td img {
	width: 100%;
	height: auto;
}

#block08 h3 {
	color: #333333 !important;
	font-size: 14px !important;
	text-align: center !important;
	font-weight: bold;
	margin-top: 40px;
	line-height: 1.3em;
	margin-bottom: 0.3em;
}

#block08 img {
	margin-bottom: 10px;
}

#fNav {
	margin-bottom: 10px;
	overflow: hidden;
}

#fNav li {
	float: left;
	list-style: none;
	margin-bottom: 5px;
	width: 49%;
}

#fNav li:nth-child(2n) {
	float: right;
}

#fNav li a {
	display: block;
	border: 1px solid #443b1c;
	font-size: 12px;
	color: #443b1c;
	text-decoration: none;
	background-color: #ffffff;
	padding: 8px 0;
	text-align: center;
	border-radius: 1px;
	font-weight: bold;
}
#fNav2 {
	margin-bottom: 10px;
	overflow: hidden;
}

#fNav2 {
	padding: 0 0;
}

#fNav2 li {
	float: left;
	list-style: none;
	margin-bottom: 8px;
	width: 49%;
	display:table;
}

#fNav2 li:nth-child(2n) {
	float: right;
}

#fNav2 li a {
	display: table-cell;
	font-size: 11px;
	color: #ffffff !important;
	text-decoration: none;
	padding: 5px 0 ;
	text-align: center;
	vertical-align: middle !important;
	background: #3e3422;
}

#fNav3 {
	margin-bottom: 30px;
	overflow: hidden;
}

#fNav3 li {
	float: left;
	list-style: none;
	margin-bottom: 5px;
	width: 49%;
}

#fNav3 li:nth-child(2n) {
	float: right;
}

#fNav3 li a {
	display: block;
	border: 1px solid #8ba728;
	font-size: 12px;
	color: #2b410f;
	background-color: #ffffff;
	text-decoration: none;
	padding: 8px 0;
	text-align: center;
	border-radius: 1px;
	font-weight: bold;
}

#cNav {
	margin-bottom: 10px;
	overflow: hidden;
}

#cNav li {
	float: left;
	list-style: none;
	width: 49%;
}

#cNav li:nth-child(2n) {
	float: right;
}

#cNav li a {
	display: block;
}

#cNav li a img {
	width: 100%;
	height: auto;
}

#block10 {
    float: right;
    /* display: inline-block; */
}

#block10 p {
    margin: 18px 4px 0 0;
    padding: 6px;
    /* border: 1px solid #776c72; */
    text-align: center;
    font-size: 12px;
    line-height: 1;
}

#block10 p span {
	font-weight: bold;
    font-size: 13px;
    color: #a01f5e;
}

#footer {
    background: #fff;
    margin: 0 0 0 0;
    padding: 40px 0 80px;
}

#footer p {
	font-size: 10px;
	text-align: center;
	color: #4b4b4b;
}

#footer a {
	text-decoration: none;
	color: #4b4b4b;
}

#footer ul {
	width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

#footer ul li {
	margin-right: 10px;
	font-size: 10px;
	list-style: none;
	float: left;
}

#footer ul li:last-child {
	margin-right: 0;
}


#footer_copy {
    background: #77adb5;
    margin: 0 0 0 0;
    padding: 10px 0 70px;
}

#footer_copy p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #fff;
}

#footer_copy a {
	text-decoration: none;
	color: #fff;
}

#unitAreaBox {
	padding: 10px 2%;
}

#unitAreaBox a {
	color: #262626;
	text-decoration: none;
	line-height: 1.4em;
	font-size: 12px;
}
#fixBanner {
	position: fixed;
	bottom: 0;
	overflow: hidden;
	background: #a21b5d;
	width: 100%;
}

#fixBanner a {
	display: block;
	text-align: center;
}

#fixBanner img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.sp_profileTable {
	font-size: 12px;
}

.sp_profileTable tr {
	background: #eeeeee;
}

.sp_profileTable tr:nth-child(2n) {
	background: #ffffff;
}

.sp_profileTable td {
	padding: 3px 0;
	line-height: 1.3em;
}

.dropCapsLower {
    display: block;
    float: left;
    margin-right: 7px;
    padding: 10px 0 5px 0;
    font-weight: bold;
    font-size: 34px;
}

/* pageLink
----------------------------------------------- */
.pageLink {
    margin: 20px 0 15px;
    padding-top: 8px;
	text-align: center;
	font-size: 0.75em;
	clear: both;
}

.pageLink a img {
	margin-top: 5px;
}

.pageLinkDetail {
	display: table;
    margin: 0 auto;
    padding-top: 8px;
	list-style: none;
	line-height: 1em;
}

.pageLinkDetailList {
	display: table;
	width: 568px;
    margin: 20px 0 0;
    padding-top: 8px;
	list-style: none;
	line-height: 1em;
	text-align: left;
}

.pageLinkDetailList ul {
	margin-bottom: 0;
	padding-bottom: 0;
}

.pageLinkDetailList a {
	color: #0000ff;
}

.pageLinkDetailList a:hover {
	color: #ff0000;
}

.pageLink a:link, .pageLinkDetail a:link {
	text-decoration: underline;
}

.pageLink a:visited, .pageLinkDetail a:visited {
	text-decoration: underline;
}

.pageLink a:hover, .pageLinkDetail a:hover {
	text-decoration: underline;
}

.letter {
    float: right;
    line-height: 2em !important;
    margin-bottom: 30px;
}


.areaLink a:link {
	color: #262626;
	text-decoration: none;
}

.areaLink a:visited {
	color: #262626;
	text-decoration: none;
}

.areaLink a:hover {
	color: #666666;
	text-decoration: underline;
}

#block08 {
	margin-top: 60px;
}


/* contacts
----------------------------------------------- */
.caution {
    color: #990000;
}

#contactsTable {
	width: 100%;
	border-bottom: 1px #cccccc solid;
	font-size: 15px;
}

#contactsTable tr {
}
 
#contactsTable td {
	display: block;
	width: 94%;
	padding: 8px 3%;
    color: #262626;
}

#contactsTable th {
	display: block;
	width: 100%;
	color: #262626;
	background: #f7f7f7;
	border-top: 1px #cccccc solid;
	font-size: 15px;
}

#contactsTable .title {
	background: #ececec;
}

#contactsTable .contents {
	padding-bottom: 16px;
}

#contactsTable textarea {
	width: 90%;
	padding: 10px;
	height: 160px;
	font-size: 1em;
	border: 1px solid #ccc;
}
 
#contactsTable .ContactsInput {
	width: 80%;
	padding: 3%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#contactsTable .inputShort {
	width: 40%;
	padding: 3%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#contactsTable .sp_tel {
	width: 23% !important;
	padding: 3% !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#contactsTable .tel input {
	width: 24% !important;
}

#contactsTable .postal_code input {
	width: 24% !important;
}

#contactsTable p {
	font-size: 12px;
}
 
#contactsTable .contactsAddInput01 {
	width: 80%;
	padding: 3%;
	margin: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
 
#contactsTable .contactsAddInput02 {
	width: 80%;
	padding: 3%;
	margin: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#contactsTable input[type=text], #contactsTable input[type=tel] {
	padding: 10px;
	margin: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
	border: 1px solid #ccc;
}

#contactsTable .inputSmall input[type=text] {
	width: 25%;
	padding: 3%;
	margin: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

#contactsTable select {
	width: 100%;
	margin-bottom: 10px;
	padding: 3% 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
}

#contactsTable label {
	line-height: 1.5em;
}
 
.contactsSubmitButton {
	display: block;
    width: 50%;
    vertical-align: top;
    margin: 20px auto 0;
}
 
.contactsSubmitButton02 {
    width: 69%;
    vertical-align: top;
    margin: 20px auto 0;
}
 
.contactsClearButton {
    width: 69%;
    vertical-align: top;
    margin: 20px auto 0;
}
 
#contactsTable .contactsCaution {
	color: #990000;
	font-weight: bold;
}
 
#contactsTable .formCaution {
	border: 1px #990000 solid;
	background: #ffffcc;
	color: #990000;
	font-weight: bold;
}

#contactsTable .titleComment {
	padding-top: 8px;
	background: #f5f5f5;
	color: #262626;
	text-align: center;
	font-weight: bold;
}

.btnSend3 {
	background: #6d0c3c;
    color: #fff;
    text-align: center;
    margin: 0 auto;
	margin: 0 0 10px;
    padding: 10px 19px;
    border: none;
    font-size: 13px;
    border-radius: 60px !important;
}

.btnSend3:hover {
	background: #902d5e;
	cursor: pointer;
}

.btnSend4 {
	background: #afafaf;
    color: #fff;
    text-align: center;
    margin: 0 auto;
	margin: 0 0 10px;
    padding: 10px 19px;
    border: none;
    font-size: 13px;
    border-radius: 60px !important;
}


.contactsButton01{
     display:block;
	margin-top: 20px;
     width: 250px;
     height:60px;
     line-height: 60px;
     color: #FFF;
     text-decoration: none;
     text-align: center;
     background-color: #0d65bd; /*ボタン色*/
     border-radius: 5px; /*角丸*/
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
	border: none;
	font-size: 14px;
	cursor: pointer;
}
.contactsButton01:hover{
     background-color: #4c9bd6; /*ボタン色*/
}

.contactsButton03{
     display:table-cell;
     width: 45%;
     /* padding: 15px; */
     height: 60px;
     margin: 10px 0 0 2%;
     line-height: 60px;
     color: #FFF;
     text-decoration: none;
     text-align: center;
     background-color: #0d65bd; /*ボタン色*/
     border-radius: 5px; /*角丸*/
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
     border: none;
     font-size: 14px;
     cursor: pointer;
}
.contactsButton03:hover{
     background-color: #4c9bd6; /*ボタン色*/
}

.contactsButton02{
     display:table-cell;
     width: 45%;
     height: 60px;
     margin: 10px 2% 0 0;
     line-height: 60px;
     color: #FFF;
     text-decoration: none;
     text-align: center;
     background-color: #959595; /*ボタン色*/
     border-radius: 5px; /*角丸*/
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
     border: none;
     font-size: 14px;
     cursor: pointer;
}
.contactsButton02:hover{
     background-color: #ccc; /*ボタン色*/
}




/* type5
-------------------------------------------------------------- */
.corporateTable {
	width: 100%;
	margin-bottom: 10px;
	/* border-top: 1px solid #b2b3ae; */
	/* border-left: 1px solid #b2b3ae; */
	color: #262626;
	line-height: 1.4em;
	font-size: 15px;
}

.corporateTable tr {
	background: #ffffff;
}

.corporateTable th {
	display: block;
	width: 96%;
	padding: 5px 2% 5px;
	/* border-right: 1px solid #b2b3ae; */
	/* border-bottom: 1px solid #b2b3ae; */
	background: #e5e5e5;
	text-align: center;
	font-weight: normal;
}

.corporateTable td {
	display: block;
	width: 96%;
	padding: 10px 2% 25px;
	/* border-right: 1px solid #b2b3ae; */
	/* border-bottom: 1px solid #b2b3ae; */
}

.corporateTable .trColor {
	background: #fcfcfc;
}

.corporateTable .trColor3 {
	background: #e7e7e7;
}



/* Decorations
----------------------------------------------- */

.overFlowHidden {
	overflow: hidden;
}

.sp_margin0 {
	float: none !important;
	margin: 0 0 10px 0 !important;
}

.sp_marginLeft0 {
	margin-left: 0 !important;
}

.sp_marginRight0 {
	margin-right: 0 !important;
}

.marginTop0 {
	margin-top: 0 !important;
}

.sp_marginTop0 {
	margin-top: 0 !important;
}

.sp_marginBottom0 {
	margin-bottom: 0 !important;
}

.sp_marginBottom10 {
	margin-bottom: 10px !important;
}
.sp_marginBottom15 {
	margin-bottom: 15px !important;
}

.sp_marginBottom20 {
	margin-bottom: 20px !important;
}

.sp_marginTop20 {
	margin-top: 20px !important;
}

.sp_marginTop30 {
	margin-top: 30px !important;
}

.sp_marginTop40 {
	margin-top: 40px !important;
}

.sp_width1 {
	width: 1px !important;
	height: auto;	
}

.sp_width5 {
	width: 5% !important;
	height: auto;	
}

.sp_width8 {
	width: 8% !important;
	height: auto;	
}

.sp_width10 {
	width: 10% !important;
	height: auto;	
}

.sp_width20 {
	width: 20%;
	height: auto;	
}

.sp_width25 {
	width: 25% !important;
	height: auto;	
}

.sp_width30 {
	width: 30%;
	height: auto;	
}

.sp_width40 {
	width: 40% !important;
	height: auto;	
}

.sp_width45 {
	width: 45%;
	height: auto;	
}

.sp_width49 {
	width: 49%;
	height: auto;	
}

.sp_width50 {
	width: 50% !important;
	height: auto;	
}

.sp_width60 {
	width: 60% !important;
	height: auto;	
}

.sp_width70 {
	width: 70% !important;
	height: auto;	
}

.sp_width80 {
	width: 80% !important;
	height: auto;	
}

.sp_width90 {
	width: 90%;
	height: auto;	
}

.sp_width100 {
	width: 100% !important;
	height: auto;	
}

.sp_width_center {
	display: block;
    width: 70% !important;
    margin: 0 15% 15px !important;
    float: none !important;
	height: auto;
}

.sp_width_center2 {
	display: block;
    width: 30% !important;
    margin: 0 35% 15px !important;
    float: none !important;
}

.sp_width_packed_price {
	width: 70% !important;
	height: auto;
	margin-bottom: 20px;
}

.sp_auto_width20 {
	width: 22%;
    height: auto;	
}

.sp_auto_width30 {
	width: 30%;
    height: auto;	
	clear: both;
}

.sp_auto_width40 {
	width: 40%;
	height: auto;
	clear: both;
}

.sp_auto_width50 {
	width: 50%;
	height: auto;	
}

.sp_auto_width100 {
    width: 100%;
	margin-bottom: 20px;
    height: auto;
    /* margin: 0 auto; */
    /* text-align: center; */
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;	
}

.sp_clear {
	clear: both;
}

.clear {
	clear: both;
}
.no1MarkMiddle, .no2MarkMiddle, .no3MarkMiddle, .no4MarkMiddle, .no5MarkMiddle, .no6MarkMiddle, .no7MarkMiddle, .no8MarkMiddle, .no9MarkMiddle, .no10MarkMiddle   {
    text-align: left;
    font-weight: normal;
    position: relative;
    padding: 40px 30px 10px 20%;
    border: 1px solid #d4c4cc;
     border-radius: 3px;
    counter-increment: title;
    margin-top: 30px;
	margin-bottom: 20px;
}


.no1MarkMiddle ::before, .no2MarkMiddle ::before, .no3MarkMiddle ::before, .no4MarkMiddle ::before, .no5MarkMiddle ::before, .no6MarkMiddle ::before, .no7MarkMiddle ::before, .no8MarkMiddle ::before, .no9MarkMiddle ::before, .no10MarkMiddle ::before {
   position: absolute;
    top: 40px;
    left: 5px;
    font-size: 38px;
    content: counter(title);
    width: 40px;
    height: 40px;
    line-height: 40px;
    /* background-color: #f3e9ee; */
    border-radius: 100%;
    color: #a01f5e;
    font-weight: 500;
    text-align: center;
    font-family: serif;
}


.no1MarkMiddle h4, .no2MarkMiddle h4, .no3MarkMiddle h4, .no4MarkMiddle h4, .no5MarkMiddle h4, .no6MarkMiddle h4, .no7MarkMiddle h4, .no8MarkMiddle h4, .no9MarkMiddle h4, .no10MarkMiddle h4 {
	font-size: 19px;
	margin-top: 0;
}
.red {
	color: #c2325c !important;
}

.darkRed {
	color: #990000 !important;
}

.green {
	color: #009900 !important;
}

.olive {
	color: #558000 !important;
}

.blue {
	color: #003d99 !important;
}

.lightBlue {
	color: #0099ff !important;
}

.orange {
	color: #ff6600 !important;
}

.yellow {
	color: #ffcc00 !important;
}

.pink {
	color: #ff9898 !important;
}

.purple {
	color: #803488 !important;
}

.white {
	color: #ffffff !important;
}

.black {
	color: #111111 !important;
}

.original {
    color: #a01f5e;
}

.textShadowWhite {
	text-shadow: 1px 1px 5px rgb(255, 255, 255); 
}

.textSize23 {
	line-height: 1.5em;
	font-size: 23px !important;
}

.textSize22 {
	line-height: 1.5em;
	font-size: 22px !important;
}

.textSize21 {
	line-height: 1.5em;
	font-size: 21px !important;
}

.textSize20 {
	line-height: 1.5em;
	font-size: 18px !important;
}

.textSize19 {
	line-height: 1.5em;
	font-size: 19px !important;
}

.textSize18 {
	line-height: 1.5em;
	font-size: 18px !important;
}

.textSize17 {
	line-height: 1.5em;
	font-size: 17px !important;
}

.textSize16 {
	line-height: 1.5em;
	font-size: 16px !important;
}

.textSize15 {
	line-height: 1.5em;
	font-size: 15px !important;
}

.textSize14 {
	line-height: 1.5em;

	font-size: 14px !important;
}

.textSize13 {
	line-height: 1.5em;
	font-size: 13px !important;
}

.textSize12 {
	line-height: 1.5em;
	font-size: 12px !important;
}

.textSize11 {
	line-height: 1.5em;
	font-size: 11px !important;
}

.textSize10 {
	line-height: 1.5em;
	font-size: 10px !important;
}

.textSize9 {
	line-height: 1.5em;
	font-size: 9px !important;
}

.photoRight {
	float: right;
	margin: 0 0 15px 25px;
}

.sp_photoRight {
	float: right !important;
	margin: 0 0 5px 10px;
}

.imageCenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.sp_imageCenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.photoLeft {
	float: left;
	margin: 0 25px 15px 0;
}


.sp_photoLeft {
	float: left !important;
	margin: 0 10px 5px 0;
}

.arrow {
	margin-right: 3px;
	vertical-align: top;
}

.marginTop10 {
	margin-top: 10px;
}

.marginTop20 {
	margin-top: 20px;
}

.marginTop30 {
	margin-top: 30px;
}

.marginTop40 {
	margin-top: 40px;
}

.marginTop50 {
	margin-top: 50px;
}

.marginBottom5 {
	margin-bottom: 5px;
}

.marginBottom10 {
	margin-bottom: 10px;
}

.marginBottom20 {
	margin-bottom: 20px;
}

.marginBottom30 {
	margin-bottom: 30px;
}

.marginBottom40 {
	margin-bottom: 40px;
}

.marginBottomList {
	margin-bottom: 0.1em;
}

.marginRight0 {
	margin-right: 0;
}

.marginRight5 {
	margin-right: 5px;
}

.marginRight10 {
	margin-right: 10px;
}

.marginRight15 {
	margin-right: 15px;
}

.marginRight20 {
	margin-right: 20px;
}

.listCircle {
	margin: 0 0 20px 0;
	padding: 0;
}

.listCircle li {
	margin: 0 0 1em 25px;
    padding: 0;
    line-height: 1.5em;
    list-style: circle;
    font-size: 16px;
}

.listDisk {
	margin: 0 0 20px 0;
	list-style: disc;
}

.listDisk li {
	margin: 0 0 0.4em 20px;
	padding: 0;
	line-height: 1.6em;
    font-size: 16px;
}

.leftBox .listDisk li {
	margin: 0 0 0.4em 16px;
	padding: 0;
	line-height: 1.6em;
    font-size: 15px;
}

.rightBox .listDisk li {
	margin: 0 0 0.4em 16px;
	padding: 0;
	line-height: 1.6em;
    font-size: 15px;
}


.rightBox {
	margin-bottom: 20px;
}

.rightBox h1 {
	font-size: 14px;
	margin: 10px;
}

.rightBox p.button {
	font-size: 14px;
	margin: 10px;
	text-align: center;
}

.rightBox p.button span {
border:1px solid #d7dada; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px; padding: 5px 20px 5px 20px; text-decoration:none; display:inline-block;font-weight:bold;
 background-color: #f4f5f5; background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
 background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
}

.rightBox p.button span:hover{
 border:1px solid #bfc4c4;
 background-color: #d9dddd; background-image: -webkit-gradient(linear, left top, left bottom, from(#d9dddd), to(#c6c3c3));
 background-image: -webkit-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -moz-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -ms-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -o-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d9dddd, endColorstr=#c6c3c3);
}

.rightBox p.button span a {
	color: #262626;
	text-decoration: none;
}

.rightBox img {
	width: 100%;
	height: auto;
}


.listSquare {
	list-style: square;
}

.listSquare li {
	margin: 0 0 0.4em 16px;
	padding: 0;
	line-height: 1.3em;
	font-size: 16px;
}

.listDecimal {
	margin: 0 0 20px 0;
	list-style: decimal outside;
}

.listDecimal li {
	margin: 0 0 0.6em 25px;
	padding: 0;
	line-height: 1.5em;
	font-size: 15px;
}

.listStyleNone {
	list-style: none;
}

.listStyleNone li {
	margin: 0 0 0.4em 0;
	padding: 0;
	line-height: 1.6em;
	font-size: 16px;
}

.listCheck {
	margin-bottom: 20px;
}

.listCheck li {
	background: url(./listCheck.gif) no-repeat 0 0;
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0 0 5px 30px;
	line-height: 1.6em;
	font-size: 17px;
	font-weight: bold;
}

.squareLine {
    margin: 0;
    margin-bottom: 40px;
    padding: 25px 20px 10px;
    background: #ffffff;
    border: 1px solid #dddddd;
	border-radius: 10px;
}

.square {
	margin-bottom: 50px;
    padding: 25px 20px 5px;
    background: #f3f3f3;
    border-radius: 10px;
}

.square img {
    float: right !important;
    margin: 0 0 30px 30px !important;
}

.square h3 {
	margin-top: 0;
    color: #fff;
    letter-spacing: 1.0em;
    text-align: center;
}

.square p {
	font-size: 15px;
	line-height: 1.5em;
}

.square3 {
    margin-bottom: 20px;
    padding: 16px 13px 7px 13px;
    background: #f7f7f7;
}

.square3 h3 {
	margin-top: 0;
}

.squareCaution {
	padding: 14px;
	background: #ff0000;
	margin-bottom: 10px;
	color: #ffffff;
}

.squareDotLine {
    border: 2px dotted #999999;
    padding: 14px;
}

.spForm {
	width: 65%;
	height: 1.7em;
	margin-left: 0;
	padding: 0;
	font-size: 20px;
	color: #777777;
}

.spForm02 {
	width: 70%;
	height: 1.7em;
	margin-left: 0;
	margin-bottom: 10px;
	padding: 0;
	font-size: 20px;
	color: #777777;
}

.spSubmit {
	width: 30%;
	height: 30px;
	font-size: 17px;
}

.spSubmit02 {
	width: 30%;
	height: 30px;
	font-size: 17px;
}

.textRight {
	text-align: right;
}

.marker {
	display: inline;
    font-size: 16px;
    font-weight: bold;
    background: linear-gradient(transparent 80%, #fdf6c5 80%);
}

#googlemap {
	width: 100%;
	height: 250px;
}

#mapBalloon {
	font-size: 12px;
}

.phoneNo {
    color: #a01f5e;
    line-height: 1.8em;
    font-weight: bold;
    font-size: 21px !important;
    font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif !important;
}

.phoneNo a {
    color: #a01f5e;
}

.line-height10 {
	line-height: 1.2em;
}


/* typeProfile
-------------------------------------------------------------- */
.typeProfile {
	width: 100%;
	margin-bottom: 40px;
	color: #333333;
	line-height: 1.5em;
	font-size: 15px;
}

.typeProfile th {
	display: block;
	padding: 8px 15px 5px;
	text-align: left;
	background: #f1f1f1;
}

.typeProfile td {
	display: block;
	padding: 8px 15px 20px;
	text-align: left;
}

/* typeProfile02
-------------------------------------------------------------- */
.typeProfile02 {
	table-layout: fixed;
	width: 100%;
	margin-bottom: 20px;
	color: #333333;
	line-height: 1.4em;
	font-size: 0.75em;
}

.typeProfile02 td {
	width: 33%;
	padding: 15px 5px;
	border-bottom: 1px dotted #999999;
	text-align: center;
	vertical-align: top;
}

.typeProfile02 td img {
	width: auto;
	height: 65px;
	margin-bottom: 5px;
}

.typeProfile02 .tdWidth {
	border-right: 1px dotted #999999;


}

/* side menu
----------------------------------------------- */
#slide_menu_panel {
	background: none;
	display: none;
}

#slide_menu_header {
	position: fixed;
	width: 280px;
	top: 0;
	right: -280px;
	z-index: 1003;
	height: 48px;
	background: #a01f5e;
	color: #ffffff;
	border-bottom: 1px solid #bf6993;
}

#slide_menu_header .close {
    margin: 8px 10px 0;
    padding: 7px 11px;
	background: #ffffff;
    color: #333333;
    line-height: 1em;
	font-size: 18px !important;
	line-height: 1em;
}

#slide_menu_header p {
    display: inline-block;
	color: #ffffff;
	font-size: 16px !important;
}

#slide_menu {
	position: absolute;
	top: 8px;
	right: 0;
	z-index: 1002;
	width: 280px;
	height: 356px;
	background: #a01f5e;
}

#slide_menu ul {
	margin: 0 5px;
	background: #a01f5e;
}

#slide_menu ul li a, #slide_menu ul li span {
	display: block;
	padding: 10px 10px;
	font-size: 15px;
	color: #00868c;
}

#slide_menu_panel {
	position: fixed;
	top: 40px;
	right: -650px;
	z-index: 1001;
}

#slide_menu_wrap {
	background: none;
	height: 1000px;
	position: absolute;
	right: 0;
	top: 345px;
	width: 280px;
	font-size: 18px;
}

#slide_menu ul li {
	list-style: none;
	border-bottom: 1px solid #791546;
}

#slide_menu > ul {
	margin: 0;
}

#slide_menu > ul > li {
	margin-bottom: 0;
	list-style: none;
	border-bottom: 1px solid #bf6993;
}

#slide_menu > ul > li > a {
	background: url(./bg_menu_li_a.png) no-repeat 13px 50%;
    background-size: 4px 9px;
    padding-left: 40px;
}

#slide_menu > ul > li > a:hover {
	background: #b53875 url(./bg_menu_li_a.png) no-repeat 10px 50%;
	background-size: 7px 11px;
    padding-left: 40px;
	color:#ffffff;
}

#slide_menu > ul > li > span {
	background: url(./bg_menu_li_span_on.png) no-repeat 5px 50%;
	background-size: 20px;
	padding-left: 30px;
	color:#00868c;
}

#slide_menu > ul > li > span.alwaysDisplay {
	background: url(./bg_menu_li_span_off.png) no-repeat 5px 50%;
	background-size: 20px;
}

#slide_menu > ul > li > span.open {
	background: url(./bg_menu_li_span_off.png) no-repeat 5px 50%;
	background-size: 20px;
}

#slide_menu > ul > li > ul > li > span {
	background: url(./bg_menu_li_span_on.png) no-repeat 5px 50%;
	background-size: 16px;
	padding-left: 30px !important;
	color:#00868c;
}

#slide_menu > ul > li > ul > li > span.open {
	background: url(./bg_menu_li_span_off.png) no-repeat 5px 50%;
	background-size: 16px !important;
	background-size: 20px;
}

#slide_menu ul > li > span {
	display: block;
	margin-bottom: 0;
}

#slide_menu > ul > li > ul {
	background: #5b0015;
	display: none;
}

#slide_menu > ul > li > ul > li > a {
	color: #44250b;
}

#slide_menu > ul > li > ul > li > ul {
	background: #5b0015;
	display: none;
}

#slide_menu > ul > li > ul > li > ul > li > ul {
	background: #5b0015;
	display: none;
}

#slide_menu > ul > li > ul > li:nth-child(3) > ul > li:nth-child(4) > ul {
	display: block;
}

#slide_menu > ul > li > a, #slide_menu > ul > li > span {
	display: block;
	text-decoration: none;
	color: #ffffff;
}

#slide_menu > ul > li > ul {
	margin: 0 20px 20px;
	background: #791546;
}

#slide_menu > ul > li > ul > li {
	margin-bottom: 0;
	list-style: none;
	border-bottom: 1px solid #bf6993;
}

#slide_menu > ul > li > ul > li:last-child {
	border-bottom: none;
}

#slide_menu > ul > li > ul > li > a, #slide_menu > ul > li > ul > li > span {
	display: block;
	padding: 10px 12px 10px 16px;
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
}

#slide_menu > ul > li > ul > li > a:hover {
	color: #ffffff;
}

#slide_menu > ul > li > ul > li > ul {
	margin-bottom: 10px;
}

#slide_menu > ul > li > ul > li > ul > li > a {
	background: #fff;
}

#slide_menu > ul > li > ul > li > ul > li > a:before, #slide_menu > ul > li > ul > li > ul > li > span:before {
	content: "⇒";
}

#slide_menu > ul > li > ul > li > ul > li > a, #slide_menu > ul > li > ul > li > ul > li > span {
    display: block;
    padding: 12px 12px 12px 12px !important;
    text-decoration: none;
    color: #310018;
    font-size: 13px;
}

#slide_menu > ul > li > ul > li > ul > li > a:hover {
	color: #52363f;
	background: #fbecf0;
}


.letter {
    line-height: 2em !important;
    margin-bottom: 20px;
}

.square2 {
	margin-bottom: 30px;
	padding: 8px 15px;
	background: #f7f7f7;
}

.sub_title {
	font-size: 18px;
	margin-bottom: 25px;

}

.marker2 {
    display: inline;
    font-size: 120%;
    font-weight: bold;
    background: linear-gradient(transparent 70%, #ffc878 70%);
    line-height: 1.6em;
}

.largeText2 {
	line-height: 1.5em;
	font-weight: bold;
	font-size: 130% !important;
}

.marker3 {
	display: inline;
	margin: 0;
	padding: 2px 5px;
	background: #ffec6d;
	color: #ff0000;
	line-height: 1em !important;
	font-weight: bold;
	font-size: 0.875em !important;
}

.caseIcon {
	width: 3em;
	margin-right: 0.5em;
	padding: 3px 7px;
	color: #ffffff;
	background: #333333;
}


/* profileTable
----------------------------------------------- */
.profileTable {
	margin: 0 0 20px 0;
	color: #262626;
	line-height: 1.4em;
	font-size: 0.875em
}

.profileTable .td01 {
	width: 3em;
	padding: 4px;
	vertical-align: top;
	text-align: left;
}

.profileTable .td02 {
	padding: 4px;
	vertical-align: top;
	text-align: left;
}


/* promiseTable
----------------------------------------------- */
.promiseTable {
	width: 585px;
	margin: 0 0 20px 0;
	color: #262626;
	line-height: 1.4em;
}

.promiseTable .td01 {
	width: 146px;
	padding: 4px;
	background: #fff4cc;
	vertical-align: top;
	text-align: center;
	color: #ff9000;
	font-size: 0.9375em;
	font-weight: bold;
}

.promiseTable .td02 {
	padding: 4px;
	vertical-align: top;
	text-align: left;
	font-size: 0.8125em;
}


/* rateTable
----------------------------------------------- */
.rateTable {
	width: 585px;
	margin: 0 0 20px 0;
	color: #262626;
	line-height: 1.4em;
	font-size: 16px;
}

.rateTable .td01 {
	width: 6em;
	padding: 4px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
}

.rateTable .td02 {
	padding: 4px;
	vertical-align: top;
	text-align: left;
}


/* appraisalRateTable
----------------------------------------------- */
.appraisalRateTable01 {
	width: 100%;
	margin: 0 0 20px 0;
	color: #262626;
	line-height: 1.4em;
	font-size: 13px;
}

.appraisalRateTable01 th {
	padding: 4px;
	background: #eeeeee;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
}

.appraisalRateTable01 .th01 {
	text-align: center;
}

.appraisalRateTable01 .th02 {
	padding-right: 1em;
	text-align: right;
}

.appraisalRateTable01 .td01 {
	width: 16em;
	padding: 6px 4px;
	border-bottom: 1px dotted #999999;
	vertical-align: top;
	text-align: left;
}

.appraisalRateTable01 .td02 {
	width: 4em;
	padding: 6px 4px;
	border-bottom: 1px dotted #999999;
	vertical-align: top;
	text-align: left;
}

.appraisalRateTable01 .td03 {
	width: 80px;
	padding: 6px 4px;
	border-bottom: 1px dotted #999999;
	vertical-align: top;
	text-align: right;
}

.appraisalRateTable01 .td04 {
	width: 80px;
	padding: 6px 4px;
	border-bottom: 1px dotted #999999;
	vertical-align: top;
	text-align: right;
}

.appraisalRateTable02 {
	width: 100%;
	margin: 0 0 20px 0;
	color: #262626;
	line-height: 1.4em;
	font-size: 13px;
}

.appraisalRateTable02 th {
	padding: 4px;
	background: #eeeeee;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}

.appraisalRateTable02 .th01 {
	text-align: left;
}

.appraisalRateTable02 .th02 {
	padding-left: 1em;
	text-align: left;
}

.appraisalRateTable02 .tdCenter {
	text-align: center !important;
}

.appraisalRateTable02 .td01 {
	width: 30%;
	padding: 6px 4px;
	border-bottom: 1px dotted #999999;
	vertical-align: top;
	text-align: left;
}

.appraisalRateTable02 .td02 {
	width: 4em;
	padding: 6px 4px;
	border-bottom: 1px dotted #999999;
	vertical-align: top;
	text-align: left;
}

.appraisalRateTable02 .td03 {
	width: 30%;
	padding: 6px 4px;
	border-bottom: 1px dotted #999999;
	vertical-align: top;
	text-align: left;
}

.appraisalRateTable02 .td04 {
	width: 9em;
	padding: 6px 4px;
	border-bottom: 1px dotted #999999;
	vertical-align: top;
	text-align: left;
}


.appraisalRateTable03 {
	width: 100%;
	margin: 0 0 20px 0;
	color: #262626;
	line-height: 1.4em;
	font-size: 13px;
}

.appraisalRateTable03 th {
	padding: 4px;
	background: #eeeeee;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}

.appraisalRateTable03 .th01 {
	text-align: left;
}

.appraisalRateTable03 .td01 {
	width: 30%;
	padding: 4px;
	border-bottom: 1px dotted #999999;
	vertical-align: top;
	text-align: left;
}

.appraisalRateTable03 .td02 {
	width: 6em;
	padding: 4px;
	border-bottom: 1px dotted #999999;
	vertical-align: top;
	text-align: left;
}

.appraisalRateTable03 .td03 {
	width: 30%;
	padding: 4px;
	border-bottom: 1px dotted #999999;
	vertical-align: top;
	text-align: left;
}

.appraisalRateTable03 .td04 {
	width: 80px;
	padding: 4px;
	border-bottom: 1px dotted #999999;
	vertical-align: top;
	text-align: right;
}


/* caseTable
----------------------------------------------- */
.caseTable {
	width: 100%;
	margin: 0;
	color: #262626;
	line-height: 1.4em;
	font-size: 15px !important;
}

.caseTable tr {
	display: block;
}

.caseTable .td01 {
	display: block;
	padding: 4px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	margin-top: 10px;
}

.caseTable .td02 {
	display: block;
	padding: 4px;
	vertical-align: top;
	text-align: left;
}

.caseTable .td03 {
	display: block;
	padding: 4px;
	vertical-align: top;
	text-align: left;
}


/* dnaTable
----------------------------------------------- */
.dnaTable {
	width: 100%;
	margin: 0;
	color: #262626;
	line-height: 1.4em;
}

.dnaTable .td01 {
	width: 8em;
	padding: 0 0 0 4px;
	vertical-align: top;
	text-align: left;
	color: #333333;
	font-size: 1em;
	font-weight: bold;
}

.dnaTable .td02 {
	padding: 0 0 12px 4px;
	vertical-align: top;
	text-align: left;
	font-size: 16px;

}


/* basicTable
----------------------------------------------- */
.basicTable {
	width: 100%;
	margin: 0;
	color: #262626;
	line-height: 1.4em;
}

.basicTable .td01 {
	padding: 0 0 0 4px;
	vertical-align: top;
	text-align: left;
	font-size: 15px;
}

.basicTable .td02 {
	padding: 0 0 12px 4px;
	vertical-align: top;
	text-align: left;
	font-size: 15px;
}


/* companyTable
----------------------------------------------- */
.companyTable {
	width: 100%;
	margin: 0 0 20px 0;
	color: #262626;
	line-height: 1.4em;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}

.companyTable .td01 {
	width: 200px;
	padding: 4px;
	vertical-align: top;
	text-align: left;
	font-size: 15px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.companyTable .td02 {
	padding: 4px;
	vertical-align: top;
	text-align: left;
	font-size: 15px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}


.qMarkMiddle {
	display: block;
	margin: 0 0 1px 0;
	padding: 3px 0 10px 50px;
	background: url(./q.png) no-repeat;
	color: #262626;
	background-size: 9%;
	font-size: 16px;
}

.qMarkMiddle2line {
	display: block;
	margin: 0 0 0.4em 0;
	padding: 0 0 0 50px;
	background: url(./q.png) no-repeat;
	color: #262626;
	line-height: 1.3em;
	background-size: 9%;
	font-size: 16px;
}

.aText {
	margin-bottom: 20px;
	padding: 15px 0 20px 50px;
	background: url(./a.png) no-repeat 0 15px;
	/* line-height: 2; */
	font-size: 15px;
	display: block;
	background-size: 9%;
	border-bottom: 1px dotted #ccc;
}

.areaContentNaviBox {
	overflow: hidden;
	margin-bottom: 20px;
}

.areaContentNaviBox img {
	float: left;
	width: 48%;
	margin-bottom: 5px;
	margin-right: 2%;
}

.areaContentNaviBox img:nth-child(2n) {
	float: right;
	margin-right: 0;
}

.buttonEdit {
    font-size: 16px;
    margin-top: 10px;
    padding: 10px;
}

.square6 {
	margin-bottom: 20px;
	padding: 5px 20px 15px;
	border: 6px #ededed solid;
	border-radius: 10px;
}

.youtube {
	padding:2% !important;
}

.youtube iframe {
	width: 100% !important;
	height: auto !important;
}

.sp_move {
	margin: 0 !important;
	float: none;
}

iframe {
	width: 100%;
	height: 200px;
	margin-top: 30px;
	margin-bottom: 15px;
}


#slide_menu_cover {
    height: 1000px;
    position: absolute;
    right: 0;
    width: 1000px;
    font-size: 18px;
    background: rgba(0,0,0,0.1);
    top: -60px !important;
}

#topicPath {
	margin: 0 0 10px;
	white-space: nowrap;
    overflow: auto;
}

#topicPath p {
	list-style: none;
	display: inline-block;
	font-size: 10px;
	margin: 10px 0;
}

#topicPath p a, #topicPath p span {
	color: #666;
	text-decoration: none;
}

/* recruitTable
----------------------------------------------- */
.recruitTable {
	width: 100%;
	margin: 0 0 35px 0;
	color: #262626;
	line-height: 1.4em;
	border-top: 1px solid #c4c4c4;
	border-left: 1px solid #c4c4c4;
}

.recruitTable th {
	display: block;
	padding: 5px 10px;
	vertical-align: top;
	text-align: left;
	font-size: 15px !important;
	font-weight: bold;
	vertical-align: middle;
	background: #f3f3f3;
	border-right: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
}

.recruitTable td {
	display: block;
	padding: 5px 10px;
	vertical-align: top;
	text-align: left;
	font-size: 15px !important;
	border-right: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
}


/* sampleTable
----------------------------------------------- */
.sampleTable {
	width: 100%;
	margin: 0 0 20px 0;
	color: #262626;
	line-height: 1.4em;
	font-size: 13px;
}

.sampleTable td {
	width: 45% !important;
	margin-right: 1% !important;
}


.sampleTable td:nth-child(2){
	margin-right: 0 !important;
}

.sampleTable td:nth-child(3){
	display: none;
}

.sampleTable img{
	width: 90%;
	height: auto;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

.sampleTable img:hover{
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}




.kantei_menu {
	list-style: none;
}
.kantei_menu li {
	float: left;
    width: 44%;
    margin-right: 6%;
    margin-bottom: 10px;
}
.btn_kantei {
	text-align: center;
    clear: both;
    width: 100%;
    display: block;
    font-size: 14px;
    background: #325969;
    border-radius: 60px;
    margin-top: 3px;
    padding: 6px 5px 6px;
    color: #ffffff !important;
    text-decoration: none !important;
}

.btn_kantei:hover {
	background: #ab973a;
}

.btn_kantei02 {
	text-align: center;
    clear: both;
    width: 100%;
    display: block;
    font-size: 13px;
    background: #325969;
    border-radius: 60px;
    margin-top: 3px;
    padding: 6px 5px 6px;
    color: #ffffff !important;
    text-decoration: none !important;
}

.btn_kantei02:hover {
	background: #ab973a;
}



/* caseTable02
----------------------------------------------- */
.caseTable02 {
	width: 100%;
	color: #262626;
	line-height: 1.5em;
	font-size: 0.875em;
	border-top: 1px solid #8ac3d0;
	border-left: 1px solid #8ac3d0;
}

.caseTable02 td {
	padding: 10px 10px;
	border-right: 1px solid #8ac3d0;
	border-bottom: 1px solid #8ac3d0;
}

.caseTable02 .td01 {
	width: 10%;
    padding: 4px 10px;
    text-align: left;
    font-weight: bold;
    background: #d3ecf2;
    vertical-align: middle;
}

.caseTable02 .td02 {
	vertical-align: top;
	text-align: left;
}

.caseTable02 .td03 {
	width: 2em;
	padding: 4px;
	vertical-align: top;
	text-align: left;
}




.appraisalRateTable04 {
	width: 100%;
	margin: 0 0 20px 0;
	color: #262626;
	line-height: 1.4em;
	font-size: 0.875em;
}



.appraisalRateTable04 th {
	padding: 4px;
	background: #eeeeee;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}



.appraisalRateTable04 .th01 {

}



.appraisalRateTable04 .td01 {
	width: 5em;
	padding: 4px;
	border-bottom: 1px dotted #999999;
	text-align: left;
}



.appraisalRateTable04 .td02 {
	width: 6em;
	padding: 4px;
	border-bottom: 1px dotted #999999;
	text-align: center;
}



.appraisalRateTable04 .td03 {
	width: 190px;
	padding: 4px;
	border-bottom: 1px dotted #999999;
	text-align: left;
}



.appraisalRateTable04 .td04 {
	width: 80px;
	padding: 4px;
	border-bottom: 1px dotted #999999;
	text-align: right;
}



.reformBox01 a, .reformBox02 a {
	font-weight: bold !important;
}

#blockReform {
	width: 100%;
}

#blockReform > div:nth-child(2n+3) {
}

#blockReform > div:nth-child(2n-2) {
    margin-right: 4%;
}

.reformBox01 {
	float: left;
	width: 48%;
}
.reformBox02 {
	float: left;
	width: 48%;
}
.reformBox01 p, .reformBox02 p {
	font-size: 12px !important;
}
.reformBox01 img, .reformBox02 img {
	width: 100%;
	margin-bottom: 5px;
}


.topTable {
	width: 100%;
	margin-bottom: 25px;
}

.topTable td {
	width: 48%;
	padding: 0 0 0;
	font-size: 0.75em;
	font-weight: normal;
	color: #262626;
	vertical-align: top;
	line-height: 1.4em;
}

.topTable img {
	width: 100%;
	margin-bottom:7px;
}
.topTable .td01 {
	padding-right: 2%;
}
.topTable .td03 {
	padding-bottom: 20px;
}
.topTable .td02 {
	padding-left: 2%;
}


.reform_list {
	list-style: none;
}
.reform_list li {
	float: left;
    margin-right: 4%;
    width: 48%;
    display: block;
}

.reform_list li:nth-child(2n) {
    margin-right: 0;
}
.btn_reform {
	text-align: center;
    clear: both;
    display: block;
    font-size: 13px;
    background: #596364;
    border-radius: 60px;
    margin-top: 3px;
    padding: 5px 5px 5px;
    color: #ffffff !important;
    text-decoration: none !important;
}

.btn_reform:hover {
	background: #ab973a;
}

.reformBox01 a, .reformBox02 a {
	font-weight: bold !important;
}

.reform_box div:nth-child(2n) {
	margin-right: 4%;	
}
.reform_box .reformBox01 {
	float: left;
	width: 48%;
}
.reform_box .reformBox02 {
	float: left;
	width: 48%;
}
.reform_box .reformBox01 p, .reform_box .reformBox02 p {
	font-size: 13px !important;
}
.reform_box .reformBox01 img, .reform_box .reformBox02 img {
	margin-bottom: 5px;
}


.jireiTable {
	width: 100%;
	line-height: 100%;
}
.jireiTable td {
	padding: 0 0 25px;
	font-size: 0.875em;
	font-weight: normal;
	color: #262626;
}
.jireiTable img {
	margin-bottom:7px;
}
.jireiTable .td01 {
	width:48%;
	padding-right:2%;
	vertical-align:top;
}
.jireiTable .td02 {
	width:48%;
	padding-left:2%;
}



/* naturalMaterialTable
----------------------------------------------- */
#naturalMaterialTable {
	width: 100%;
	margin-bottom: 10px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	line-height: 100%;
}

caption {
	text-align: left;
	font-size: 0.8125em;
	color: #666666;
}

#naturalMaterialTable th {
	padding: 3px 1px 1px 3px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-color: #deeff2;
	text-align: center;
	font-size: 0.75em;
	font-weight: normal;
	color: #262626;
}

#naturalMaterialTable td {
	padding: 5px 3px 5px 5px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-color: #f1f8f9;
	text-align: center;
	font-size: 0.75em;
	font-weight: normal;
	color: #262626;
}

#naturalMaterialTable .trColor01 {
	background-color: #f5fce1;
}

#naturalMaterialTable .borderNone {
	border-right: none;
}

#naturalMaterialTable img {
	width: 100%;
}

.o_button {
	width: 50% !important;
}




.btnblue {
	margin: 30px auto;
	text-align: center;
	clear: both;
	width: 60%;
}

.btnblue a {
	display: block;
    /* width: 250px; */
    /* height: 70px; */
    line-height: 1.2em;
    color: #1c1ca1;
    text-decoration: none;
     padding: 12px 15px 10px;
    font-size: 15px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #1c1ca1;
    border-radius: 3px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: bold;
    /* border: 6px solid #faa90d; */
}

.btnblue a:hover {
	background-color: #1c1ca1; /*ボタン色*/
    color: #fff;
}


.menu_btn_top {
	 padding: 0 5%;
	 display: flex;
	 flex-wrap: wrap;
	 margin: 30px 0 20px !important;
}

.menu_btn_top li {
    height: 47px;
    background-color: #f0f0f0;
    /* border-radius: 3px; */
    list-style: none;
    /* border: 1px solid #000085; */
    width: 49%;
    max-width: inherit;
    text-align: left;
    margin-bottom: 5px !important;
}

.menu_btn_top li:nth-child(odd) {
    margin-right: 2%;
    margin-bottom: 4px;
}

.menu_btn_top li a {
     display: block;
    position: relative;
    line-height: 47px;
    text-decoration: none;
    text-align: center;
    color: #ffffff !important;
    background: #f99e52;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -0.1em;
}

.menu_btn_gray {
    background: #585858 !important;
	
}

.menu_btn_top li a:after {
    /* display: block; */
    content: "";
    /* position: absolute; */
    /* top: 50%; */
    /* right: 4px; */
    /* width: 5px; */
    /* height: 5px; */
    /* margin: -4px 0 0 0; */
    /* border-top: solid 2px #333333; */
    /* border-right: solid 2px #333333; */
    /* -webkit-transform: rotate(45deg); */
    /* transform: rotate(45deg); */
}



#footer_sns {
	margin: 30px 0 0;
	
}
.sns {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.sns li {
	display: inline-block;
    width: 40px;
	list-style: none;
}

.footer_link {
	 display: flex;
	flex-wrap: wrap;
	margin: 0 3% 30px;
}


.footer_link li {
	height: 37px;
	margin-bottom: 0;
	list-style: none;
	width: 100%;
    max-width: inherit;
	border-bottom: 1px solid #dcdede;
}

.footer_link li a {
    display: block;
    position: relative;
    width: 90%;
    line-height: 37px;
    text-decoration: none;
    color: #344b4e !important;
    font-size: 12px;
    padding: 0 0 0 6%;
    font-weight: 700;
}

.footer_link li a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #4b4b4b;
    border-right: solid 2px #4b4b4b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* type0
-------------------------------------------------------------- */
.type0 {
	width: 100%;
	table-layout: fixed;
	margin-bottom: 15px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	line-height: 1.4em;
	font-size: 12px;
}

.type0 tr {
	background: #f2f2f2;
}

.type0 th {
	padding: 8px 5px 5px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	text-align: center;
	font-weight: normal;
	background: #8cabaf;
	vertical-align: middle;
}

.type0 td {
	padding: 15px 10px 15px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	text-align: left;
}

.type0 .trColor {
	background: #e5e5e5;
}

.type0 .th01 {
	background: #cad4d6;
}

.type0 .th02 {
	background: #99b9bd;
	width: 31%;
}

.type0 .th01WidthNone {
	background: #cad4d6;
}

.type0 .textLeft {
	text-align: left;
}


/* type1
-------------------------------------------------------------- */
.type1 {
	width: 100%;
	margin-bottom: 15px;
	border-top: 1px solid #b2b3ae;
	border-left: 1px solid #b2b3ae;
	color: #262626;
	line-height: 1.4em;
	font-size: 14px;
}

.type1 tr {
	background: #ffffff;
}

.type1 th {
	padding: 5px 5px 3px;
	border-right: 1px solid #b2b3ae;
	border-bottom: 1px solid #b2b3ae;
	background: #c9c9c9;
	text-align: center;
	font-weight: normal;
}

.type1 td {
	padding: 5px 5px 3px;
	border-right: 1px solid #b2b3ae;
	border-bottom: 1px solid #b2b3ae;
	text-align: center;
	vertical-align: middle;
}

.type1 .th16 {
	width: 125px;
}

.type1 .th17 {
	width: 160px;
}

.type1 .th19 {
	width: 35px;
}

.type1 .th20 {
	width: 50px;
}

.type1 .trColor {
	background: #fcfcfc;
}

.type1 .trColor3 {
	background: #e7e7e7;
}

.type1 .tdWidth100 {
	width: 100px;
}

.type1 .tdWidth200 {
	width: 200px;
}

.type1 .textLeft {
	text-align: left;
}

.type1 .textRight {
	text-align: right;
}

.type1 .textCenter {
	text-align: center;
}

.type1 .thColor {
	background: #92bfda;
}


/* type2
-------------------------------------------------------------- */
.type2 {
	width: 100%;
	margin-bottom: 10px;
	border-top: 1px solid #a01f5e;
	border-left: 1px solid #a01f5e;
	color: #000;
	line-height: 1.4em;
	font-size: 12px;
}

.type2 tr {
	background: #fff;
}

.type2 th {
	padding: 5px 10px 3px;
	border-right: 1px solid #a01f5e;
	border-bottom: 1px solid #a01f5e;
	background: #c4c7ca;
	text-align: center;
	font-weight: normal;
}

.type2 td {
	padding: 5px 10px 3px;
	border-right: 1px solid #a01f5e;
	border-bottom: 1px solid #a01f5e;
	text-align: left;
	vertical-align: middle;
	background: #fff;
}

.type2 .th01 {
	width: 190px;
}

.type2 .th02 {
	width: 110px;
}

.type2 .th03 {
	width: 55px;
}

.type2 .th04 {
	width: 125px;
}

.type2 .th05 {
	width: 299px;
}

.type2 .th06 {
	width: 85px;
}

.type2 .th07 {
	width: 70px;
}

.type2 .trColor {
	background: #fff;
}

.type2 .trColor2 {
	background: #fff;
}

.type2 .textLeft {
	text-align: left;
}

.type2 .textRight {
	text-align: right;
}

.type2 .textCenter {
	text-align: center;
}

.type2 .thColor {
	background: #92bfda;
}

.type2 img {
	width: 100%;
	height: auto;
}

.symptoms_list {
	margin-left: 0;
	padding: 0;
	list-style: none;
}
.symptoms_list li {
    width: 100%;
}

.symptoms_list li:nth-child(2n) {
	margin-right: 0;
}
.btn_symptoms {
	text-align: center;
    clear: both;
    width: 100%;
    display: block;
    font-size: 13px;
    background: #ffffff;
    border-radius: 60px;
    margin-top: 3px;
    padding: 5px 0 5px;
    border: 1px solid #262626;
    color: #0e0e0e !important;
    text-decoration: none !important;
}

.btn_symptoms:hover {
	background: #ece0e4;
}

.lineBottom2 {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 15px;
    color: #382e33;
    font-size: 16px;
    font-weight: 700;
}

/* type3
-------------------------------------------------------------- */
.type3 {
	width: 100%;
	margin-bottom: 10px;
	border-top: 1px solid #b2b3ae;
	border-left: 1px solid #b2b3ae;
	color: #262626;
	line-height: 1.4em;
	font-size: 14px;
}

.type3 tr {
	background: #f5f5f5;
}

.type3 th {
	padding: 5px 5px 3px;
	border-right: 1px solid #b2b3ae;
	border-bottom: 1px solid #b2b3ae;
	background: #c9c9c9;
	text-align: center;
	font-weight: normal;
}

.type3 td {
	padding: 5px 5px 3px;
	border-right: 1px solid #b2b3ae;
	border-bottom: 1px solid #b2b3ae;
	text-align: center;
}

.type3 .th15 {
	width: 113px;
}

.type3 .th16 {
	width: 125px;
}

.type3 .th17 {
	width: 160px;
}

.type3 .trColor {
	background: #eeeeee;
}

.type3 .trColor3 {
	background: #d7d7d7;
}

.type3 .tdWidth100 {
	width: 100px;
}

.type3 .tdWidth200 {
	width: 200px;
}

.type3 .textLeft {
	text-align: left;
}

.type3 .textRight {
	text-align: right;
}

.type3 .textCenter {
	text-align: center;
}

.type3 .thColor {
	background: #92bfda;
}

/* type4
-------------------------------------------------------------- */
.type4 {
	width: 100%;
	margin-bottom: 10px;
	border-top: 1px solid #b2b3ae;
	border-left: 1px solid #b2b3ae;
	color: #262626;
	line-height: 1.4em;
	font-size: 0.6875em;
}

.type4 tr {
	background: #f5f5f5;
}

.type4 th {
	padding: 5px 5px 3px;
	border-right: 1px solid #b2b3ae;
	border-bottom: 1px solid #b2b3ae;
	background: #c9c9c9;
	text-align: center;
	font-weight: normal;
}

.type4 td {
	padding: 5px 5px 3px;
	border-right: 1px solid #b2b3ae;
	border-bottom: 1px solid #b2b3ae;
	text-align: center;
}

.type4 .trColor {
	background: #eeeeee;
}

.type4 .trColor3 {
	background: #d7d7d7;
}

.type4 .tdWidth100 {
	width: 100px;
}

.type4 .tdWidth200 {
	width: 200px;
}

.type4 .textLeft {
	text-align: left;
}

.type4 .textRight {
	text-align: right;
}

.type4 .textCenter {
	text-align: center;
}

.type4 .thColor {
	background: #92bfda;
}



/* type5
-------------------------------------------------------------- */
.type5 {
	width: 100%;
	margin-bottom: 10px;
	border-top: 1px solid #b2b3ae;
	border-left: 1px solid #b2b3ae;
	color: #262626;
	line-height: 1.4em;
	font-size: 15px;
}

.type5 tr {
	background: #ffffff;
}

.type5 th {
	padding: 5px 5px 3px;
	border-right: 1px solid #b2b3ae;
	border-bottom: 1px solid #b2b3ae;
	background: #c9c9c9;
	text-align: center;
	font-weight: normal;
}

.type5 td {
	padding: 5px 15px 3px;
	border-right: 1px solid #b2b3ae;
	border-bottom: 1px solid #b2b3ae;
}

.type5 .trColor {
	background: #fcfcfc;
}

.type5 .trColor3 {
	background: #e7e7e7;
}

.type5 .tdWidth100 {
	width: 100px;
}

.type5 .tdWidth200 {
	width: 200px;
}

.type5 .textLeft {
	text-align: left;
}

.type5 .textRight {
	text-align: right;
}

.type5 .textCenter {
	text-align: center;
}

.type5 .thColor {
	background: #92bfda;
}
/* shopCartTable
----------------------------------------*/
#cartTable01-1 {
	margin: 0;
	width: 513px;
	margin: 0 0 5px 0;
}

#cartTable01-2 {
	width: 513px;
	margin-bottom: 10px;
}

#cartTable01-2 th {
	font-size: 0.8125em;
}

#cartTable01-2 td {
	padding: 5px 0 3px 0;
	font-size: 0.8125em;
	line-height: 1.4em;
	border-bottom: 1px #999999 solid;
}

#cartTable01-2 td a {
	color: #000099;
}

.cartTitle01 {
	padding-top: 2px;
	padding-left: 3px;
	text-align: left;
	width: 270px;
}

.cartTitle02 {
	padding-top: 2px;
	text-align: right;
	width: 115px;
}

.cartTitle03 {
	padding-top: 2px;
	text-align: right;
	width: 115px;
}

.shoptablecolor02 {
	background: #cccccc;
}

.font13 {
	font-size: 0.8125em;
	line-height: 1.2em;
}

.font12 {
	margin: 0;
	font-size: 0.75em;
	line-height: 1.2em;
}

.imgtop {
	margin: 8px 0 30px 0;
}

.imgVerticalMiddle {
	vertical-align: middle;
	margin:  0 0 5px 3px;
}

.shoptableRight {
	padding: 0;
	margin: 0 0 5px 0;
	text-align: right;
	font-size: 0.8125em;
	line-height: 1.4em;
}

.shopCartTableCnter {
	vertical-align: top;
	text-align: right;
}

.shopPrice {
	color: #aa0000;
	font-weight: bold;
}

.alignRight {
	text-align: right;
}

.delet {
	margin: 7px 0 7px 0;
}
.scroll{
	margin-bottom: 20px;
	overflow: auto;
	white-space: nowrap;
}
.scroll::-webkit-scrollbar{
	 height: 5px;
}
.scroll::-webkit-scrollbar-track{
 	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	 background: #BCBCBC;
}

.vertical {
	width: 40px;
    writing-mode: vertical-lr;
}

.sp_arrow {
	width: 5%;
}

.sp_displayBlock {
    display: block;
}





.product_box {
	width: 100%;
}

.product_box img {
	margin: 0 0 0 0;
}

.product_box h3 {
	color: #262626;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 30px 0;
}

.product_box01 {
	width: 100%;
}

.product_box02 {
	width: 100%;
}

.copeImg {
	display: block;
	clear: both;
	width: 1% !important;
}

.professional_box {
	margin: 30px 0 0 0;
	padding: 40px;
    border: 1px solid #333333;
}

.professional_box h3 {
	margin: 15px 0 10px 0;
	color: #0d60b2 !important;
}

.professional_box p {
}

.professional_box img {
	width: 100%;
	margin-bottom: 20px;
}


.voice_box {
	width: 100%;
}

.voice_box p {
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 1.4em;
}

.voice_box img {
	display: block;
    width: 70%;
    margin: 0 auto 15px;
}

.voice_box h3 {
	color: #262626;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 8px 0;
}

.voice_box01 {
	width: 100%;
}

.voice_box02 {
	width: 100%;
}

.voice_box03 {
	width: 100%;
}

.nav_list {
	width: 100%;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}
.nav_list li {
	width: 100%;
	margin-bottom: 10px;
	display: inline-block;
}

.nav_list li:nth-child(odd) {
	margin-right: 1%;
}

.nav_list li:nth-child(even) {
	margin-left: 1%;
}

.btn_nav {
	text-align: center;
	clear: both;
	display:block;
	font-size: 14px;
	border-radius: 60px;
	padding: 10px 10px;
	background-color: #fff;
    border: 1px solid #333333;
	color: #333333;
	font-weight: 600;
	text-decoration:none !important;
}

.btn_nav:hover {
	background-color: #333333;
    border: 1px solid #333333;	
    color: #fff;
	text-decoration: none;
	border-radius: 60px;
}


.voiceBox {
	margin-bottom: 30px;
	padding: 30px 20px 15px;
	background: #f0f6fc;
	border-radius: 10px;
	/* border: 1px solid #0054a7; */
}

.voiceBox h3 {
	margin: 0 0 15px 0;
	padding: 3px 15px;
	text-align: left;
	font-size: 16px;
	border: 1px solid #0d60b2;
	color: #0d60b2;
	display: inline-block;
	background: #ffffff;
    border-radius: 60px;
}





.guidanceBtn {
    display: table !important;
    margin: 10px auto 40px;
}

.guidanceBtn {
	display: block;
	text-align: center;
}

.guidanceBtn a {
	display: block;
	background-color: #0d65bd;
	margin-top: 20px;
	border: 2px solid #0d65bd;
	padding: 6px 0;
	width: 200px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	line-height: 1.7em
}
.guidanceBtn a:hover {
  background-color: #fff;
  border-color: #0d65bd;
  color: #0d65bd;
}

.medicaltimeTable {
	width: 100%;
	margin-bottom: 10px;
	border-top: 1px solid #56b4c3;
}

.medicaltimeTable th {
	border-bottom: 1px solid #56b4c3;
}

.medicaltimeTable td {
	border-bottom: 1px solid #56b4c3;
}
#pagetop {
	margin-top: 50px;
}

.linkArrow {
    margin-top: 40px;
    display: block;
    text-align: center;
}

.linkBackArrow {
    margin-top: 100px;
    display: block;
    text-align: center;
}

.linkArrow a, .linkBackArrow a {
display: block;
    width: 80%;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #262626;
    padding: 10px 0;
    color: #262626 !important;
    text-decoration: none;
    line-height: 2em;
    border-radius: 60px;
    text-align: center;
	font-size: 15px;
}

.linkArrow a:hover, .linkBackArrow a:hover {
  background-color: #262626 !important;
    color: #ffffff !important;
    border: 1px solid #262626;
}

.linkArrow3 {
	margin-top: 20px;
    display: block;
}

.linkArrow3 a {
	display: block;
    width: 90%;
    background-color: #fff;
    padding: 10px 5%;
    font-size: 15px;
	text-align: center;
    color: #af214b !important;
    text-decoration: none;
    line-height: 2em;
	letter-spacing: -0.15em;
}

.linkArrow3 a:hover {
  background-color: #87374f;
  color: #fff !important;
}

.linkArrow2 {
	margin-top: 30px;
	margin-bottom: 50px;
    display: block;
    text-align: center;
}

.linkArrow2 a {
    background-color: #fff;
    border: 1px solid #b73c60;
    padding: 10px 30px;
    color: #b73c60 !important;
    text-decoration: none;
    line-height: 2em;
}

.linkArrow2 a:hover {
  background-color: #b73c60;
  border-color: #b73c60;
  color: #fff !important;
}

.news_box {
	width: 100%;
}

.news_box01 {
	width: 100%;
}

.news_box02 {
	width: 100%;
}

.column {
	list-style: none;
	margin: 0;
	padding: 0;
}

.column li {
    margin-bottom: 10px !important;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #e9eff2;
    margin: 0 0 14px;
	font-size: 15px;
	line-height: 1.4em;
}

.line3_box p {
	font-size: 16px;
	line-height: 1.5em;
	text-align: center;
}

.line3_box h3 {
	color: #262626;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 2px 0;
}



.shoppinng-gide2 .bizcalTitle {
	width: 100%;
    padding: 8px 0 5px !important;
    font-weight: normal;
	font-size: 16px;
}

.shoppinng-gide2 .bizcal th {
    background-color: #c4c7ca !important;
    color: #000;
}

.shoppinng-gide2 .bizcal {
	width: 100%;
}

.shoppinng-gide2 .Holiday {
	background: #ff9898 !important;
    color: #ffffff !important;
}

.shoppinng-gide2 .jaHoliday {
	background: #ff9898 !important;
    color: #ffffff !important;
}

.shoppinng-gide2 .bizcal td, .shoppinng-gide2 .bizcal th {
    border-color: #333 !important;
	font-size: 16px;
}

.shoppinng-gide2 .bizcalTitle {
	text-align: left;
	font-size: 16px;
}


.tab {
  overflow: hidden;
  max-width: 100%;
	padding: 0;
}

.tabarea01 .tab {
  margin: 0 auto 2%;
}

.tab li {
	float: left;
    width: 48%;
	margin-bottom: 10px;
    list-style: none;
    margin-right: 4%;
}

.tab li:last-child, .tab li:nth-child(2) {
    margin-right: 0;
}

.tab li img {
  width: 100%;
  height: auto;
}

.tabarea .content {
     display: none; 
    position: relative;
}

.tabarea.tabarea01 .content dl {
  padding: 1% 2%;
}



.tabarea.tabarea01 .content#tab1 dl {
  background: #eeeeee;
}

.tabarea.tabarea01 .content#tab1 a {
  background: #669bcf;
}

.tabarea.tabarea01 .content#tab1:before {
  left: 120px;
}

.tabarea.tabarea01 .content#tab2:before {
  border-color: transparent transparent #eeeeee transparent;
}

.tabarea.tabarea01 .content#tab2 dl {
  background: #eeeeee;
}

.tabarea.tabarea01 .content#tab2 a {
  background: #669bcf;
}

.tabarea.tabarea01 .content#tab2:before {
  left: 381px;
}

.tabarea.tabarea01 .content#tab3:before {
  border-color: transparent transparent #eeeeee transparent;
}

.tabarea.tabarea01 .content#tab3 dl {
  background: #eeeeee;
}

.tabarea.tabarea01 .content#tab3 a {
  background: #669bcf;
}

.tabarea.tabarea01 .content#tab3:before {
  left: 642px;
}

.tabarea.tabarea01 .content#tab4:before {
  border-color: transparent transparent #ecf6d1 transparent;
}

.tabarea.tabarea01 .content#tab4 dl {
  background: #ecf6d1;
}

.tabarea.tabarea01 .content#tab4 a {
  background: #91cf00;
}

.tabarea.tabarea01 .content#tab4:before {
  left: 968px;
}

.tabarea .content dl {
  overflow: hidden;
  margin: 0 auto 2%;
}

.tabarea.tabarea01 .content dt {
  width: 98%;
  margin: 1%;
  float: left;
}

.tabarea.tabarea01 .content dt a:after {
  content: "";
  position: absolute;
  right: 7%;
  top: 40%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tabarea.tabarea01 .content a {
  color: #fff;
    position: relative;
    text-decoration: none;
    line-height: 1.4;
    vertical-align: middle;
	text-align: left;
	font-size: 14px;
    padding: 10px 30px 10px 20px;
}

.tabarea.tabarea01 .content a:hover {
	opacity: 0.8;
}

.tabarea .content a {
  text-align: center;
  font-size: 16px;
  display: block;
  padding: 1.4% 1%;
}

.bx-wrapper {
	margin-bottom: 0 !important;
}


.scrollArea{
	height: 250px;
    margin-bottom: 50px;
    padding: 30px 20px 30px 20px;
    overflow: auto;
    padding-right: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
/*スクロールバーの横幅指定*/
.scrollArea.deco::-webkit-scrollbar {
    width: 15px;
}
/*スクロールバーの背景色・角丸指定*/
.scrollArea.deco::-webkit-scrollbar-track {
  border-radius: 10px;
	background: #f2f2f2;
}
/*スクロールバーの色・角丸指定*/
.scrollArea.deco::-webkit-scrollbar-thumb {
  border-radius: 10px;
	background:#747474;
}

.btnInduction {
	margin: 20px auto 20px;
	text-align: center;
	clear: both;
	width: 100%;
}

.btnInduction a {
    color: #f99e52;
    text-decoration: none;
    font-size: 15px;
    background: #ffffff;
    padding: 15px 10px;
    font-weight: bold;
    display: block;
    border: 1px solid #f99e52;
}

.btnInduction a:hover {
	color: #fff;
	background: #f18f02;
    border: 1px solid #f18f02;
}



.snsBox {
	width: 100%;
}

.facebookBox {
	margin-top: 30px;
	width: 100%;
}

.snsBox h4 {
	text-align: center;
    margin-bottom: 0;
    padding: 3px 0;
    letter-spacing: .2em;
    background: #f99e52;
    color: #fff;
}

.sns01 {
	width: 100%;
	float: left;
	overflow: hidden;
    position: relative;
}

.sns02 {
	width: 100%;
	float: left;
}

.iswd-base {
	width: 100% !important;
}

.sns01:hover, .sns02:hover, .sns03:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition:1s all;
}


.menuBox {
	width: 100%;
   display: inline-block;
    /* display: flex; */
    /* -webkit-justify-content: space-between; */
    /* justify-content: space-between;*/
}

.menuBox img {
	width: 100%;
	height: auto;
}

.box01, .box03 {
	width: 49%;
	height: auto;
	 overflow:hidden;
	float: left;
	margin: 0 2% 20px 0;
	overflow: hidden;
    position: relative;
}

.box02, .box04 {
	width: 49%;
	float: right;
	height: auto;
	margin-bottom: 20px;
    position: relative;
}

.box01:hover, .box02:hover, .box03:hover, .box04:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition:1s all;
}

.menuBox .caption {
    width: 100%;
    /* vertical-align: middle; */
    padding: 29% 0;
    overflow: hidden;
    position: absolute;
    top: 0;
}

.menuBox .caption:hover {
    background: rgba(0, 0, 0, 0.1);
	transition:1s all;
}

.menuBox .caption:hover {
}

.menuBox .caption p {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
    background: rgb(184, 69, 103,0.8);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
	font-weight: bold;
	letter-spacing: -0.1em;
}



/* scheduleTable
----------------------------------------------- */

.scheduleTable {
	width: 100%;
	line-height: 1.2em;
	color: #000;
	border-collapse: collapse;
	table-layout: fixed;
	margin-bottom: 20px;
}

.scheduleTable th {
	padding: 13px;
	background: #dadada;
	text-align: center;
	font-size: 14px;
	letter-spacing: .5em;
}

.scheduleTable td {
	padding: 5px 0 5px;
	background: #f0f0f0;
	text-align: center;
	border: 1px solid #ffffff;
}

.scheduleTable .week td {
	font-size: 15px;
}

.scheduleTable .day td {
	height: 1em;
	border-bottom: none;
	font-size: 15px;
}

.scheduleTable .caption td {
	border-top: none;
	font-size: 12px;

}

.btn_color01 {
	background: #575757 !important;
}




/* teachersTable
----------------------------------------------- */
.teachersTable {
	width: 100%;
	margin-bottom: 45px;
	line-height: 100%;	
	font-size:1em;
	color: #000;
}

.teachersTable td {
	display: block;
	padding: 2px 0;
	font-weight: normal;
	line-height: 1.5em;	
}

.teachersTable .td01 {
	vertical-align: top;
}

.teachersTable img {
	width: 36%;
    margin: 0 32% 10px;
}


.teachersTable .borderBottomDot {
	border-bottom: dotted 1px #999999;
}

.teachersTable .borderBottomSolid {
	border-bottom: solid 1px #999999;
}

.teachersTable .verticalTop {
	vertical-align: top;
}

.teachersTable .verticalMiddle {
	vertical-align: middle;
}

.teachersTable .verticalBottom {
	vertical-align: bottom;

}



/* courseTable2
----------------------------------------------- */
.courseTable2 {
	width: 100%;
	margin-bottom: 15px;
	line-height: 100%;	
	font-size: 0.9375em;
	color: #000;
}

.courseTable2 td {
	display: block;
	padding: 5px 0;
	font-weight: normal;
	line-height: 1.5em;	
}

.courseTable2 .td01 {
	vertical-align: top;
}

.courseTable2 .td01 img {
	width: 50%;
	margin: 0 25%;
}

.courseTable2 .borderBottomDot {
	border-bottom: dotted 1px #999999;
}

.courseTable2 .borderBottomSolid {
	border-bottom: solid 1px #999999;
}

.courseTable2 .verticalTop {
	vertical-align: top;
}

.courseTable2 .verticalMiddle {
	vertical-align: middle;
}

.courseTable2 .verticalBottom {
	vertical-align: bottom;

}


/* courseTable3
----------------------------------------------- */
.courseTable3 {
	width: 100%;
	margin-bottom: 40px;
	line-height: 100%;	
	font-size: 0.9375em;
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	color: #000;
}

.courseTable3 td {
	display: block;
	padding: 15px 15px 12px;
	font-weight: normal;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	line-height: 1.5em;	
}

.courseTable3 td:first-child {
    background: #e4e4e4;
}

.courseTable3 .borderBottomDot {
	border-bottom: dotted 1px #999999;
}

.courseTable3 .borderBottomSolid {
	border-bottom: solid 1px #999999;
}

.courseTable3 .verticalTop {
	vertical-align: top;
}

.courseTable3 .verticalMiddle {
	vertical-align: middle;
}

.courseTable3 .verticalBottom {
	vertical-align: bottom;

}

.titleMarker3 {
    display: block;
    float: left;
    margin-top: 5px;
    margin-right: 7px;
    padding: 5px 7px 3px;
    background: #ad5b74;
    color: #ffffff;
    line-height: 1em !important;
}



.result_list .listCircle {
	list-style: none !important;
	padding: 0;
	margin: 0;
}
.result_list .listCircle li {
	width: 100%;
	list-style: none !important;
	padding: 0;
	margin: 0 0 20px 0;
    font-size: 15px !important;
}

.result_list .listCircle a {
    clear: both;
    display: block;
    background: #ededed;
    border-radius: 60px;
    margin-top: 3px;
    padding: 10px 30px 10px;
    color: #333 !important;
    text-decoration: none !important;
}

.result_list .listCircle a:hover {
	background: #ab973a;
    color: #fff !important;
}


/* blockMagazine
----------------------------------------------- */
#magazineTable {
	width: 100%;
	font-size: 16px;
}

#magazineTable th {
	display: block;
	padding: 2px 0 2px 4px;
	background: #99cc33;
}

#magazineTable td {
	display: block;
	line-height: 2;
	padding: 4px 0 4px 4px;
}

#magazineTable .contents {
	padding: 5px 0 12px 5px;
	vertical-align: top;
}

#magazineTable .magazineInput {
	width: 100%;
	padding: 15px 0 12px 5px;
	vertical-align: top;
}



/* diversityTable
----------------------------------------------- */

.diversityTable {
	width: 100%;
	margin-top: 20px;
	line-height: 1.2em;
	color: #333;
	border-collapse: collapse;
	margin-bottom: 40px;
}

.diversityTable th {
	padding: 15px 15px 12px;
    background: #dadada;
    text-align: center;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    font-size: 14px;
	vertical-align: middle;
}

.diversityTable td {
	padding: 20px 12px 18px;
    background: #f0f0f0;
    text-align: center;
    border: 2px solid #ffffff;
    font-size: 14px;
    line-height: 1.3em;
	vertical-align: middle;
}

.diversityTable .th01 {
	width: 100px;
}

.diversityTable .td01 a {
	padding: 5px 5px 5px;
	background-color: #439bb6;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	text-decoration: none;
    line-height: 1.5em;
    display: block;
}

.diversityTable .td01 a:hover {
	background-color: #2ea9d6;
}

.diversityTable .td_btn01 {
    background-color: #7c5a86 !important;
}

.diversityTable .td_btn01:hover {
    background-color: #966aa3 !important;
}

.diversityTable .td_btn02 {
	padding: 5px 5px 5px;
    background-color: #82ac66;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    line-height: 1.5em;
    display: block;
}

.diversityTable .td_btn03 {
    background-color: #439bb6 !important;
}

.diversityTable .td_btn03:hover {
    background-color: #2ea9d6 !important;
}

.diversityTable .td02 a {
	padding: 5px 5px 5px;
    background-color: #f99e52;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    line-height: 1.5em;
    display: block;
}

.diversityTable .td02 a:hover {
	background-color: #cb6180;
}

.diversityTable .td03 a {
	padding: 5px 6px 5px;
    background-color: #3a5394;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    line-height: 1.5em;
    display: block;
}

.diversityTable .td03 a:hover {
	background-color: #4b64a4;
}


.diversityTable .td04 a, .diversityTable .td_btn04 {
	padding: 5px 5px 5px;
    background-color: #3f9e83 !important;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    line-height: 1.5em;
    display: block;
}

.diversityTable .td04 a:hover {
	background-color: #51ac92 !important;
}

.diversityTable .td05 a, .diversityTable .td_btn05 {
	padding: 5px 5px 5px;
    background-color: #d78ea7 !important;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    line-height: 1.5em;
    display: block;
}

.diversityTable .td05 a:hover, .diversityTable .td_btn05:hover {
	background-color: #e5acbf !important;
}

.diversityTable .td06 a, .diversityTable .td_btn06 {
	padding: 5px 5px 5px;
    background-color: #e39d4d !important;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    line-height: 1.5em;
    display: block;
}

.diversityTable .td06 a:hover, .diversityTable .td_btn06:hover {
	background-color: #ecae67 !important;
}



.titleDecoration4 {
	display: block;
    margin-bottom: 15px;
    background-color: #ededed;
    color: #333333;
    line-height: 1.3em !important;
    font-weight: normal;
    font-size: 1.0625em !important;
	text-align: left;
	border-radius: 60px;
}

.titleDecoration4 a {
	display: block;
    padding: 15px 12% 15px;
	text-decoration: none;
	
	border-radius: 60px;
}

.titleDecoration4 a:hover {
	display: block;
	background: #b95372;
	color: #fff;
	border-radius: 60px;
}

.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.sample1-2::before{
    left: 23px;
    width: 7px;
    height: 1px;
    background: #333;
}
.sample1-2::after{
    left: 23px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sp_block {
	display: inline-block;
}

.sp_block3 {
	display: block;
}

.sp_block2 {
	    display: block;
    line-height: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.cnt_box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.cnt_text {
	font-weight: bold;
	font-size: 20px;
}

.cnt_tel {
	font-weight: bold;
	font-size: 25px;
}

.free_tel {
    padding-left: 42px;
    background: url(./free_tel.svg) no-repeat 0 -3px;
    background-size: 33px;
}

.titleDecoration3 {
    margin-bottom: 25px !important;
    background: #f99e52;
    font-size: 16px !important;
    color: #fff !important;
    font-weight: bold;
    padding: 10px 0 8px 25px;
}

.pro-name span {
	line-height: 1;
}

.pro-name input {
	font-size: 14px;
}

/* trainingTable
----------------------------------------------- */
.trainingTable {
	width: 100%;
	margin-bottom: 40px;
	line-height: 100%;	
	font-size: 0.9375em;
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	color: #000;
}

.trainingTable td {
	display: block;
	padding: 15px 15px 12px;
	font-weight: normal;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	line-height: 1.5em;	
}

.trainingTable td:first-child {
	background: #f7f7f7;
}


/* typeireba
-------------------------------------------------------------- */
.typeireba {
	width: 100%;
	margin-bottom: 20px;
	color: #333333;
	line-height: 1.4em;
	font-size: 0.75em;
}

.typeireba td {
	padding: 15px 0;
	text-align: left;
	vertical-align: top;
}

.typeireba td img {
	width: 100% !important;
	margin-bottom: 5px;
}



/* typeireba2
-------------------------------------------------------------- */
.typeireba2 {
	width: 100%;
	margin-bottom: 20px;
	color: #333333;
	line-height: 1.5em;
	font-size: 15px;
}

.typeireba2 td {
	display: block;
	
	width: 100%;
	padding: 15px 0;
	text-align: left;
	vertical-align: top;
}

.typeireba2 td img {
	width: 80% !important;
	margin: 0 10% 10px;
}

.typeireba2 .tdPhoto01 {
	padding-right: 75px !important;
}



.tdPhoto01 {
	padding-right: 20px !important;
}

.photoLeft3 {
    float: left;
	width: 48%;
}

.photoLeft3 img, .photoRight2 img {
	width: 100% !important;
	margin-bottom: 5px;
}

.photoLeft3 p, .photoRight2 p {
	font-size: 13px !important;
}
.photoRight2 {
    float: right;
	width: 48%;
}

object {
	width: 100%;
	height: auto;
}

.squareTitle {
	margin: 25px 0 0 0;
    padding: 15px 20px 14px;
    color: #fff;
	border-radius: 3px 3px 0 0;
    background: #629ca4;
	text-align: center;
}

.squareTopBox {
	margin-bottom: 30px;
    padding: 20px 15px 10px;
    border: 1px #629ca4 solid;
    background: #fff;
	
}



.promiseBox {
	width: 100%;
	margin-top: 70px;
	margin-bottom: 30px;
}

.promise01 img {
	width: 40%;
}

.promise02 img, .promise03 img, .promise04 img, .promise05 img, .promise06 img {
	width: 100%;
	margin: 0 auto;
}

.promiseBox h3, .promiseBox2 h3 {
	margin-top: 15px;
	margin-bottom: 8px;
	padding: 0 10px;
	font-size: 18px !important;
	font-weight: bold;
	color: #3c3c3c;
}

.promiseBox p, .promiseBox2 p {
	padding: 0 10px;
	font-size: 14px !important;
	line-height: 1.5em;
}

.promise01 {
	padding: 30px 5%;
    background: #f79d4c;
    margin-bottom: 20px;
}

.promise02, .promise03, .promise04, .promise05, .promise06 {
	padding: 20px 5%;
	border: 1px solid #f79d4c;
	margin-bottom: 20px;
	float: none !important;
}

.telBtn, .contactBtn {
	width: 100%;
}

.telBtn p {
	display: block;
	padding: 10px 0;
	width: 100%;
	background: #629ca4;
	margin-right: 18px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.telBtn a {
	color: #fff;
}

.contactBtn p {
	display: block;
	font-weight: bold;
	text-align: center;
}

.contactBtn a {
	display: block;
	padding: 10px 0;
	width: 100%;
	color: #fff;
	background: #f79d4c;
	text-decoration: none;
}

.contactBtn a:hover {
	background: #ffba7c;
}

/* mapTable
-------------------------------------------------------------- */

.mapTable {
	width: 100%;
	margin-bottom: 5px;
	color: #333333;
	line-height: 1.4em;
	font-size: 15px;
	border-bottom: 1px solid #99b0b3;
}

.mapTable td {
	padding: 10px 0;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #99b0b3;
}

.textSize14 {
	font-size: 14px !important;
}

/* resultsTable
-------------------------------------------------------------- */

.resultsTable {
	table-layout: fixed;
	width: 100%;
	color: #333333;
	line-height: 1.3em;
	font-size: 12px;
}

.resultsTable td {
	padding: 10px 5px 0;
	vertical-align: top;
}

.resultsTable img {
	width: 100% !important;
	margin-bottom: 0;
}


.titleBorder:first-child {
    margin-top: 10px;
}

.titleBorder {
    margin-top: 50px;
    padding: 5px 20px;
    background: #eef1f1;
    font-size: 17px;
}

.simple_square_btn2 {
	display: block;
	text-align: center;
    position: relative;
    width: 100%;
	margin-bottom: 20px;
    padding: 5px 0;
    text-align: center;
    text-decoration: none !important;
    color: #95074d !important;
    background: #fff;
	font-size: 15px;
    border: 1px solid #95074d;
}
.simple_square_btn2:hover {
	background: #fff2f2;
	color: #95074d !important;
	cursor: pointer;
	text-decoration: none;
}

.titleCatch {
    margin-top: 40px !important;
    margin-bottom: 30px !important;
    color: #262626;
    font-size: 22px !important;
    font-weight: bold;
    line-height: 1.6em;
    font-family: 游明朝体, YuMincho, 游明朝, "Yu Mincho", serif;
	text-align: center;
}



/*全体*/
.hidden_box {
    margin: 10px 0 30px;/*前後の余白*/
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
    padding: 10px 10px;
    font-weight: normal;
    cursor: pointer;
    font-size: 16px;
    display: block;
    color: #333;
    border: 1px solid #333;
    text-align: center;
    /* text-decoration: underline; */
    background: #fff;
}

.hidden_box label:before {
    display: inline-block;
    content: '\f078';
    font-family: 'FontAwesome';
    padding-right: 5px;
    transition: 0.2s;
}

/*アイコンを切り替え*/
.hidden_box input:checked + label:before {
     content: '\f00d';
     -ms-transform: rotate(360deg);
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
     color: #333;
}

.hidden_box .sText {
	font-size: 14px;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 20px 0;
    height: auto;
    opacity: 1;
}


.btnDeteal {
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 40px;
	text-align: center;
	clear: both;
	width: 80%;
}

.btnDeteal a {
	color: #262626;
	text-decoration: none;
	font-size: 14px;
	border: 2px solid #262626;
	border-radius: 60px;
	padding: 8px 30px;
	display: block;
	font-weight: 700;
}

.btnDeteal a:hover {
	background: #262626;
	color: #fff;
	border: 2px solid #262626;
}


.btnEntry {
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 40px;
	text-align: center;
	clear: both;
	width: 100%;
}

.btnEntry a {
	color: #262626;
	text-decoration: none;
	font-size: 14px;
	border-radius: 60px;
	padding: 18px 30px;
	display: block;
	font-weight: 700;
	background: #eceb67;
}

.btnEntry a:hover {
	color: #262626;
}



.soudanListBox {
	margin-bottom: 20px;
}

.soudanList {
	display: flex;
	width: 100%;
	margin-bottom: 20px;
	background: #f5f1f3;
	align-items: center; 
}

.soudanList2 {
	display: flex;
	width: 100%;
	margin-bottom: 20px;
	background: #f5f1f3;
	align-items: center; 
}

.soudanListBox .sodan-title {
	width: 65%;
	padding: 15px 15px 15px;
}

.soudanListBox .sodan-title h3 {
	margin: 0 0 0 0;
	color: #262626;
	font-size: 16px;
}

.soudanListBox .sodan-title p {
	margin: 0 0 0 0;
	font-size: 14px;
	line-height: 1.4em;
}

.soudanListBox .sodan-img {
	width: 35%;
}

.soudanListBox .sodan-img img {
	width: 100%;
	height: auto;
}



/*footer固定メニュー*/
.foot_menu{
	width: 100%;
	height:60px;
	padding:0;
	position: fixed;
	bottom: 0px;
	z-index: 10;
	clear: both;
	border-top:1px solid #FFF;
}


.foot_menu table{
	width: 100%;
	border-collapse:collapse;
	margin: 0;
	background: #fff;

}
.foot_menu td{
	width:33.3%;
	height:60px;
	font-size: 0;
	padding: 0;
	display: table-cell;
	line-height: 0;
	text-align: center;
	vertical-align: middle;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E6E6E6;
	background:rgba(0,0,0,.8);
}
.foot_menu td a{ display:block; }

  .foot_menu td img{
	width:auto !important;
	height:60px !important;}

.footerMenu td:first-child{border:none;}
#pageTop {
  position: fixed;
  bottom: 52px;
  right: 15px;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 13px 5px 0 5px;
  border-radius: 30px;
  width: 36px;
  height: 33px;
  background-color: #4b303d;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center !important;
  font-size: 9px;
  line-height: 1.2em !important;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.f-banner {
	margin: 0 0 0 0;
	padding: 0;
}

.f-banner li {
	width: 45%;
	margin: 0 25px 0 0;
	list-style: none;
}

.f-banner li:last-child {
	margin: 0 0 0 0;
	list-style: none;
}

.actionBtn {
	margin: 30px 0;
	justify-content: center;
}

.actionBtn li {
	text-align: center;
	margin: 0 0 20px 0;
	list-style: none;
	
}

.actionBtn li a {
	width: 90%;
	display: inline-block;
	padding: 10px 0;
	text-decoration: none;
	background: #a01f5e;
	border-radius: 60px;
	color: #fff;
	font-size: 15px;
}

.actionBtn li a:hover {
	background: #6d0c3c;
}


.btnVoice {
	margin: 30px auto;
	text-align: center;
	clear: both;
	width: 90%;
}

.btnVoice a {
    color: #222222;
    text-decoration: none;
    font-size: 15px;
    border-radius: 60px;
    padding: 10px 30px;
    display: block;
    background: #ffd807;
}

.btnVoice a:hover {
	background: #ffcb00;
}

.titleCatch2 {
    margin-top: 40px !important;
    margin-bottom: 30px !important;
    padding: 10px 15px;
    text-align: center;
    color: #ffffff;
    font-size: 17px !important;
    font-weight: bold;
    line-height: 1.6em;
    background: #a01f5e;
}

ul.listCheck {
	padding: 0;
    margin: 30px 0 30px 0;
    list-style-type: none;
}
ul.listCheck li {
	position: relative;
	padding: 0.5em 0.3em 0.8em 40px;
	font-weight: 700;
	font-size: 17px;
	border-bottom: 1px solid #c5bf92;
	display: grid;
}
ul.listCheck li:after,ul.listCheck li:before {
	position:absolute;
	content:'';
	display:block;
	background: #ca3a53;
	top: 10px;
	left: 14px;
	height: 24px;
	width: 5px;
	border-radius: 10px;
	transform: rotate(45deg);
}
ul.listCheck li:before {
	top: 22px;
	left: 4px;
	height:8px;
	transform:rotate(-45deg);
}
.voiceText {
	font-weight: bold;
	font-size: 21px !important;
}

.square_voice {
    margin-bottom: 50px;
    padding: 0 15px 40px;
    background: #ffffff;
    border: 1px solid #a01f5e;

}

.square_voice h3 {
    color: #fff;
    margin-bottom: 22px;
    margin: 0 -15px 40px;
    padding: 7px 15px;
    /* border-radius: 5px; */
    background: #a01f5e;
    font-size: 17px;
}

.square_voice h4 {
	text-align: center;
}

.square_voice img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.btnYellow {
	margin: 0 auto 40px;
	text-align: center;
	clear: both;
	width: 80%;
}

.btnYellow a {
	color: #262626;
    text-decoration: none;
    font-size: 15px;
    background: #ffd807;
    border-radius: 60px;
    padding: 15px 0;
    display: block;
    font-weight: 700;
}

.btnYellow a:hover {
	background: #ffe453;
	color: #262626;
}

.price_diet01 {
	font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
}

.price_diet02 {
	font-weight: bold;
    color: #e52626;
    font-size: 22px;
    line-height: 1.5;
}



#shopTable {
	width: 100%;
	color: #333333;
	font-size: 15px;
}

#shopTable th {
	padding: 16px 0 18px;
    text-align: center;
    background: #423920;
    color: #ffffff;
    font-size: 17px;
}

#topaaaShopCart .topaaaShopCartTitle {
	border: 1px #ffffff solid;
	text-align: center;
	background: #f2f2f2;
	color: #ffffff;
}

#shopTable td {
	display: block;
	padding: 5px 10px 5px;
	vertical-align: middle;
}

#shopTable td:first-child {
	background: #efeeec;
}


#shopTable .contents {
	padding: 10px 10px 10px;
	vertical-align: middle;
	background: #ffffff;
	line-height: 2em;
}
#shopTable .contents2 {
	padding: 10px 0 0 4px;
	background: #ffffff;
	line-height: 2em;
}

#shopTable textarea {
	margin-bottom: 4px;
	width: 100%;
	height: 150px;
}

#shopTable .inputShort {
	margin: 4px 0;
}

#shopTable .address {
	width: 100%;
	margin-top: 5px;
}

#shopTable .itemNum {
	text-align: right;
}

#shopTable .cardSize {
	width: 65px;
}

#shopTable .contactsSubmitButton02 {
	vertical-align: top;
	margin: 15px 0 10px 0;
}

.contactsSubmitButton03 {
	vertical-align: top;
	margin: 15px 0 10px 180px;
}

#shopTable .contactsClearButton {
	margin: 15px 15px 10px 0;
	vertical-align: top;
}

#shopTable .tableListColor05 {
	background: #ffffff;
}

#shopTable input, #shopTable select {
	font-size: 16px;
    padding: 5px;
}

.formComment {
	font-size: 12px;
}


/* shopTableCheck
----------------------------------------------- */
#dataTable {
	width: 100%;
	margin-bottom: 15px;
	border-top: 1px #c7c7b2 solid;
	border-left: 1px #c7c7b2 solid;
	color: #333333;
	font-size: 16px;
}

#dataTable th {
	border-right: 1px #c7c7b2 solid;
	border-bottom: 1px #c7c7b2 solid;
	background: #99cc33;
	padding: 10px 20px 10px;
}

#dataTable td {
	border-right: 1px #c7c7b2 solid;
	border-bottom: 1px #c7c7b2 solid;
	padding: 10px 20px 10px;
	background: #ffffff;
}

#dataTable .color {
	background: #f2f2f2;
}

#dataTable .color02 {
	background: #f2f2f2;
}

#dataTable .title {
	vertical-align: top;
	width: 180px;
	border-right: 1px #c7c7b2 solid;
	border-bottom: 1px #c7c7b2 solid;
	padding: 2px 0 2px 4px;
	background: #f2f2f2;
}

#dataTable .cotents {
	vertical-align: top;
	border-right: 1px #c7c7b2 solid;
	border-bottom: 1px #c7c7b2 solid;
	padding: 2px 0 2px 4px;
	background: #f2f2f2;
}

.sp-tab-select-outer {
	width: 90%;
	background: #6d0c3c;
	margin-bottom: 10px;
    padding: 15px 5% 25px;
    text-align: center;
    color: #fff;
	border-radius: 10px;
}

.textCenter {
	margin-bottom: 50px;
	text-align: center;
}

.sp-tab-select-outer select {
	    width: 100%;
    background: #fff;
    font-size: 16px;
    border: none;
    color: #333;
    padding: 5px 10px;
}



/* internship-table01
-------------------------------------------------------------- */
.internship-table01 {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 40px;
	color: #333333;
	line-height: 1.5em;
	font-size: 15px;
}

.internship-table01 th {
	display: block;
    padding: 8px 15px 5px;
    text-align: left;
    background: #f1f1f1;
}
.internship-table01 td {
	display: block;
	padding: 10px 25px;
	text-align: left;
}


/* internship-table02
-------------------------------------------------------------- */
.internship-table02 {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 40px;
	color: #333333;
	line-height: 1.5em;
	font-size: 15px;
}

.internship-table02 th {
	width: 10%;
	padding: 10px 15px;
	text-align: center;
}
.internship-table02 td {
	padding: 16px 25px;
	text-align: left;
}

.internship-table02 .th01 {
	background: #fdfe98;
}

.internship-table02 .th02 {
	background: #ff9997;
}

.internship-table02 .th03 {
	background: #83ddde;
}

.internship-table02 .th04 {
	background: #95e893;
}

.internship-table02 .th05 {
	background: #fecc6b;
}

.internship-table02 .td01 {
	background: #fffff4;
}

.internship-table02 .td02 {
	background: #fff5f4;
}

.internship-table02 .td03 {
	background: #f2fcfc;
}

.internship-table02 .tdh04 {
	background: #f4fdf4;
}

.internship-table02 .td05 {
	background: #fffaf0;
}

.subTitleDecoration {
    padding: 8px 25px;
    color: #333;
    margin: 50px 0 25px 0;
    display: block;
    font-weight: bold;
    font-size: 17px !important;
    background: #e2e2e2;
}

.square5 {
    margin-bottom: 40px;
    padding: 30px 20px 35px;
    background: #eae8e9;
    border-radius: 5px;
}


/* kanriTable
-------------------------------------------------------------- */
.kanriTable {
	width: 100%;
	margin-bottom: 25px;
	border-top: 1px solid #69515d;
	border-left: 1px solid #69515d;
	color: #333333;
	line-height: 1.4em;
	font-size: 13px;
}

.kanriTable th {
	display: block;
	padding: 10px 10px;
	border-right: 1px solid #69515d;
	border-bottom: 1px solid #69515d;
	text-align: left;
	background: #f5f0f3;
}
.kanriTable td {
	display: block;
	padding: 7px 10px;
	border-right: 1px solid #69515d;
	border-bottom: 1px solid #69515d;
	text-align: left;
}

.kanriTable .th01 {
	background: #69515d;
	color:#fff;
}

.kanriTable .th02 {
	/* width: 100%; */
}


/* kanriTable2
-------------------------------------------------------------- */
.kanriTable2 {
	width: 100%;
	margin-bottom: 10px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	color: #333333;
	line-height: 1.4em;
	font-size: 13px;
}

.kanriTable2 td {
	display: revert;
	padding: 5px 7px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: left;
}

.kanriTable2 th {
	padding: 7px 5px;
	background: #a01f5e;
	color: #ffffff;
	text-align: center;
}


.accessMap_block {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block
}

.accessMap_block img {
	width: 80%;
	margin: 0 10%;
	margin-bottom: 10px;
}

.accessMap_block p {
	font-size: 15px;
	line-height: 1.5em;
}

.accessMap_block .accessMap01, .accessMap_block .accessMap02, .accessMap_block .accessMap03 {
	width: 100%;
	margin-bottom: 30px;
}


.bgCircle:before {
  content: "";
    position: absolute;
    background: #f3ed2b;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: -1;
    filter: blur(20px);
}

.bgCircle {
	position: relative;
    text-align: center;
    display: inline-block;
    margin: 10px 0 30px;
    width: 100%;
    font-size: 18px;
    line-height: 1.8em;
}

.bgCircle2:before {
  content: "";
    position: absolute;
    background: #f3ed2b;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: -1;
    filter: blur(20px);
}

.bgCircle2 {
	position: relative;
    text-align: center;
    display: inline-block;
    margin: 10px 0 0;
    width: 100%;
    line-height: 1.8em;
}

.bgCircle2 h4 {
	margin-top: 10px;
	font-size: 18px;
}

.bgCircle2 h4 span {
	font-size: 16px;
	letter-spacing: -0.07em;
}

.bgCircle2 p {
	text-align: center;
	font-size: 15px !important;
	letter-spacing: -0.05em;
}

.kampo_list .sodan_list {
    display: inline-block;
    margin: 0;
    line-height: 1.8em;
}

.kampo_list .sodan_list h4 {
    color: #831464;
	font-size: 17px;
}

.kampo_list .sodan_list ul {
    margin: 0;
	padding-left: 24px;
}

.kampo_list .sodan_list ul li {
	margin: 0 0 5px;
}

.woman {
	color: #E10077;
}

.male {
	color: #0094DD;
}
.sp_left {
    text-align: left;
}



.scroll-infinity {

}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
	margin: 0;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 60s infinite linear 0.5s both;
}



.scroll-infinity__item {
 text-align: center;
    font-size: 12px;
    margin-right: 10px;
    color: #fff;
    display: inline-block;
    width: auto;
}



.scroll-infinity__item>img {
    width: auto;
    height: 150px!important;
    margin-bottom: 10px;
    object-fit: cover;
}


.bg_red {
    margin: 40px 0 20px;
	padding: 10px 20px;
    background: #d8292e;
}

.bg_red .c_title {
    margin: 0;
    padding-left: 20px;
    font-size: 18px;
    color: #fff;
    border-left: 10px double #fff;
}

.bg_red .c_title span {
	display: block;
}

.c_sub_title {
    padding: 0 0 0 15px;
    border-left: 8px solid #d8292e;
    font-size: 19px;
}

.p_box {
    display: flex;
    justify-content: flex-start;
    border: 1px solid #ccc;
    width: 290px;
}

.p_box p {
	margin-bottom: 0;
}

.p_box01 {
    padding: 10px 20px;
	background: #fffab4;
}

.p_box02 {
    padding: 10px 20px;
	background: #fff;
}

.c_image {
    margin: 20px 0 0;
    float: none;
}

.news_title {
	margin: 0 0 30px 0;
    padding: 0 0 0 14px;
    border-left: 9px solid #a01f5f;
}
.k_text {
	display: block;
}

.k_text p:first-child {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 14px !important;
}


@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}

/* #pagetop
================================================ */
@media all and (min-width: 600px) { #pagetop { position: absolute; right: 50px; bottom: 25px; width: 60px; height: 60px; z-index: 1; } }

#pagetop a {display: block;padding: 15px;background: #525252;color: #fff;text-align: center;text-decoration: none;font-size: 13px;line-height: 1;}

@media all and (min-width: 600px) { #pagetop a { padding: 0; width: 60px; height: 60px; border-radius: 50%; -webkit-transition: all 0.8s ease; transition: all 0.8s ease; }
  #pagetop a:hover { background: #47c0b3; } }

#pagetop a span {position: relative;letter-spacing: .13em;font-weight: bold;}

@media all and (min-width: 600px) { #pagetop a span { display: block; width: 100%; height: 100%; padding: 0; color: transparent; } }

#pagetop a span:before { position: absolute; display: block; content: ""; top: 50%; left: 0; width: 13px; height: 7px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); background: url(./ico_arw01.png) no-repeat 50% 50%; background-size: cover; }

@media all and (min-width: 600px) { #pagetop a span:before { top: 0; -webkit-transform: none; -ms-transform: none; transform: none; width: 100%; height: 100%; background-size: 18px 10px; } }



.text_lr {
	display: flex;
}

.text_lr p:first-child {
	width: 20%;
}

.text_lr p:nth-child(2) {
	width: 80%;
}

