@charset "UTF-8";

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img,
object,
embed,
video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #fff;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

.pos {
	position: relative;
}

.l2 {
	line-height: 2;
}

table {
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #404040;
}


/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}

.dis-none {
	display: none;
}

/*  font 
---------------------------------------*/

p {
	font-size: 14px;
	line-height: 1.5;
	color: #4B4848;
}

p.big {
	font-weight: bold;
	font-size: 25px;
	text-align: center;
}

/*A-OTF 見出ゴMB31 Pr6N MB31*/

.midashi {
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
}

/*DNP 秀英丸ゴシック Std B*/

.syuei-l {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.syuei-b {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
}

/*平成丸ゴシック Std W4*/

.heisei {
	font-family: heisei-maru-gothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
}


/*A-OTF UD新ゴ Pr6N L*/

.ud-shin {
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
}

/*FOT-スーラ ProN DB*/

.su-ra {
	font-family: fot-seurat-pron, sans-serif;
	font-weight: 600;
	font-style: normal;
}

.color-pink {
	color: #f497a2;
}

.color-tya {
	color: #806e60;
}

.color-white {
	color: #fff;
}

.color-aqa {
	color: #3ec3ff;
}

.size-t {
	font-size: 16px;
	line-height: 2;
}

.size-t2 {
	font-size: 18px;
	line-height: 2;
}

.size-m {
	font-size: 18px;
}


.size-t99 {
	font-size: 18px;
	line-height: 2;
}

.size-title {
	font-size: 20px;
	letter-spacing: 5px;
}


.sen {
	border-top: solid 2px #f497a2;
	width: 30px;
	margin: auto;
}

.sen3 {
	border-top: solid 1px #3ec3ff;
	width: 100%;
}

.letter5 {
	letter-spacing: 5px;
}

.letter2 {
	letter-spacing: 2px;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

/*  hedaer
---------------------------------------*/

.sp-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #fff;
	z-index: 999;
}

.sp-footer-space {
	padding-top: 50px;
}

ul.sp-bun2 {
	width: 100%;
	margin: auto;
}

ul.sp-bun2 li {
	width: 50%;
	float: left;
}

ul.sp-bun2 li:first-child {
	margin-left: 0;
}

#p1,
#p2,
#p3,
#p4,
#p5 {
	margin-top: -5rem;
	/* 固定ナビの高さ分のネガティブマージン */
	padding-top: 5rem;
	/* 打ち消し用のパディング */
}

#inp {
	margin-top: -5rem;
	/* 固定ナビの高さ分のネガティブマージン */
	padding-top: 5rem;
	/* 打ち消し用のパディング */
}

#ireba {
	margin-top: -5rem;
	/* 固定ナビの高さ分のネガティブマージン */
	padding-top: 5rem;
	/* 打ち消し用のパディング */
}

#white {
	margin-top: -5rem;
	/* 固定ナビの高さ分のネガティブマージン */
	padding-top: 5rem;
	/* 打ち消し用のパディング */
}

.sp-header {
	background-color: #fff;
	height: 5rem;
	top: 0;
	width: 100%;
	z-index: 50;
}

.bg-sp-header img {
	width: 100%;
}

.sp-home {
	position: fixed;
	top: 18px;
	left: 15px;
	width: 250px;
	display: block;
}

.sp-tel {
	height: 5rem;
	width: 6rem;
	position: fixed;
	top: 0;
	right: 5rem;
	display: block;
	background-color: #ee887f;
}

.sp-tel3 {
	width: 68%;
	margin: auto;
	margin-top: 5px;
	margin-right: 2px;
}

.sp-mail {
	width: 4rem;
	position: fixed;
	top: 0;
	right: 3.8rem;
	display: block;
	background-color: #48a2d1;
}

.bg-sp {
	position: fixed;
	top: 0;
	right: 0;
	display: block;
	box-sizing: content-box;
	width: 3.5rem;
	height: 2.6rem;
	padding: 0;
	padding-top: 8px;
	padding-right: .75rem;
	padding-bottom: 30px;
	padding-left: .75rem;
	-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	border: 0;
	outline: 0;
	background-color: #f497a2;
}

.header-logo {
	text-align: center;
	width: 30%;
	margin-top: 10px;
	float: left;
}

.header-logo img {
	width: 40%;
}

.header-tel {
	text-align: center;
	width: 27.5%;
	padding: 0 10px;
	float: left;
}

.header-tel .tel-num {
	width: 95%;
}

.h-mes {
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 0;
}

.h-telnum {
	font-size: 29px;
	letter-spacing: 4px;
}

.h-telnum img {
	width: 12%;
	margin-bottom: 10px;
	margin-right: 10px;
}

.h-telnum:hover {
	color: #7d7d7d;
}

.pc-header {
	display: none;
}

p.me {
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 15px;
	font-weight: bolder;
	position: absolute;
	bottom: 6px;
	left: 15px;
	z-index: 5;
}

.pb {
	padding-bottom: 80px;
}

.main {
	display: none;
}

.sp-main {
	/* background-image: url("../img/main-sp.png"); */
  background-image: image-set(url("../img/main-sp.png.webp") type("image/webp"),
      url("../img/main-sp.png") type("image/png"));
	background-repeat: no-repeat;
	background-size: cover;
	height: 250px;
}

.open-sp {
	position: relative;
	top: 180px;
	z-index: 99;
}

.spspace {
	display: block;
	width: 100%;
	height: 100px;
}

.open-sp99 {
	position: relative;
	/*top: 210px;*/
	top: 310px;
	z-index: 99;
	width: 100px;
	left: 50%;
	margin-left: -50px;
}

.main2p {
	/* background-image: url("../img/main2p.png"); */
  background-image: image-set(url("../img/main2p.png.webp") type("image/webp"),
      url("../img/main2p.png") type("image/png"));
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
}


.main-t2 {
	width: 200px;
	position: absolute;
	left: 50%;
	margin-left: -100px;
	top: 50px;
}

.main-t3 {
	width: 180px;
	position: absolute;
	left: 50%;
	margin-left: -90px;
	top: 50px;
}

.main-t4 {
	width: 100%;
	position: absolute;
	top: 50px;
}

.main-t6 {
	width: 155px;
	position: absolute;
	left: 50%;
	margin-left: -77.5px;
	top: 50px;
}

.main-t10 {
	width: 300px;
	position: absolute;
	left: 50%;
	margin-left: -150px;
	top: 50px;
}

.main-t11 {
	width: 230px;
	position: absolute;
	left: 50%;
	margin-left: -115px;
	top: 50px;
}

.main-t14 {
	width: 100%;
	position: absolute;
	top: 50px;
}

h1.kabu {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 23px;
	color: #806e60;
	text-shadow:
		0px 0px 5px #ffffff, 0px 0px 5px #ffffff,
		0px 0px 10px #ffffff, 0px 0px 30px #ffffff,
		0px 0px 10px #ffffff, 0px 0px 30px #ffffff,
		0px 0px 10px #ffffff, 0px 0px 30px #ffffff,
		0px 0px 5px #ffffff, 0px 0px 30px #ffffff,
		0px 0px 10px #ffffff, 0px 0px 30px #ffffff,
		0px 0px 10px #ffffff, 0px 0px 30px #ffffff,
		0px 0px 10px #ffffff, 0px 0px 30px #ffffff;
	margin: 0;
	letter-spacing: 3px;
}


h4 {
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 13px;
	color: #806e60;
	margin-top: -20px;
	text-shadow:
		0px 0px 5px #ffffff, 0px 0px 5px #ffffff,
		0px 0px 10px #ffffff, 0px 0px 30px #ffffff,
		0px 0px 10px #ffffff, 0px 0px 30px #ffffff,
		0px 0px 10px #ffffff, 0px 0px 30px #ffffff,
		0px 0px 5px #ffffff, 0px 0px 30px #ffffff,
		0px 0px 10px #ffffff, 0px 0px 30px #ffffff,
		0px 0px 10px #ffffff, 0px 0px 30px #ffffff,
		0px 0px 10px #ffffff, 0px 0px 30px #ffffff;
}

.title {
	height: 200px;
	max-width: 1884px;
	padding-top: 40px;
	vertical-align: middle;
	text-align: center;
}

.m5 {
	margin-top: 35px;
}


/*  bg
---------------------------------------*/

.bg-c {
	/* background-image: url("../img/bg-c.png"); */
  background-image: image-set(url("../img/bg-c.png.webp") type("image/webp"),
      url("../img/bg-c.png") type("image/png"));
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-yellow {
	background-color: #fffdf6;
}

.bg-pink {
	background-color: #fef8f9;
}

/* 　メイン画像の設定（大)
----------------------------------*/

#bg1 {
	background-image: url(../img/);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	text-align: center;
	height: 200px;
}

/* 　メイン画像の設定（小)
----------------------------------*/

#bg2 {
	background-image: url(../img/);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	text-align: center;
	height: 200px;
}

/*  nav 
---------------------------------------*/

.js #menu {
	display: none;
}

.js .slicknav_menu {
	display: block;
}

#menu {
	display: none;
}

/*  main
---------------------------------------*/

.pc-mode {
	display: none;
}

/*  content
---------------------------------------*/

/*  下から
-------------------------*/
.logo-s2 {
	transition: 1s;
	-webkit-transition: 1s;
	opacity: 0;
	transform: translate(0, 50px);
	-webkit-transform: translate(0, 50px);
	-ms-transform: translate(0, 50px);
}

.isAnimate {
	opacity: 1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}

br.sp-none {
	display: none;
}

.c-r {
	padding-top: 30px;
}

.center {
	text-align: center;
}

.m-0 {
	margin: 0;
}

.pc-on {
	display: none;
}

.m50 {
	margin-top: 50px;
}

dl.osirase {
	width: 100%;
	padding-top: 15px;
	color: #404040;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
}

dl.osirase dt {
	float: left;
	clear: left;
	padding-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 45%;
	text-align: left;
}

dl.osirase dd {
	padding-top: 13px;
	border-bottom: 1px dotted #806e60;
	margin-bottom: 10px;
	padding-bottom: 20px;
	padding-left: 150px;
	text-align: left;
}

dl.osirase dd a {
	color: #404040;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
	text-decoration: underline;
}

dl.osirase dd a:hover {
	color: #706B6B;
}

.news-icon {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	margin: 0;
}

.text {
	display: inline;
	vertical-align: middle;
	margin: 0;
	color: #404040;
	font-size: 12px;
}

/*  1p 
------------------------------*/

.bunkatu3 li {
	width: 45%;
	float: left;
	margin-left: 10%;
	text-align: center;
	margin-bottom: 30px;
}

.bunkatu3 li:first-child {
	margin-left: 0%;
}

.bunkatu3 li:nth-child(3) {
	margin-left: 0%;
	clear: both;
}

.bunkatu3 li:nth-child(5) {
	margin-left: 0%;
	clear: both;
}

.bunkatu3 li:nth-child(7) {
	margin-left: 0%;
	clear: both;
}

.bunkatu3 li:nth-child(9) {
	margin-left: 0%;
	clear: both;
}

.bunkatu3 li a {
	color: #806e60;
}

.bunkatu3 li a:hover {
	color: #f497a2;
}

.bunkatu3 li img {
	border-radius: 20%;
}

.bunkatu3 li img:hover {
	border-radius: 50%;
	transition: all 1s;
}

a.bottan2 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	display: inline-block;
	transition: 0.5s;
	background-color: #f497a2;
	text-align: center;
	width: 70%;
	margin: auto;
	border-radius: 10px;
}

.ha {
	width: 80%;
}

.button-pink a {
	font-size: 17px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 120px;
	display: inline-block;
	color: #806e60;
	transition: 0.5s;
	background-color: #fff;
	text-align: left;
	position: relative;
	border: #806e60 solid 1px;
	border-radius: 10px;
	/* CSS3草案 */
	-webkit-border-radius: 10px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;
}

.button-pink a:hover {
	background-color: #806e60;
	color: #fff;
}

.button-pdf a {
	font-size: 17px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 120px;
	display: inline-block;
	color: #f497a2;
	transition: 0.5s;
	background-color: #fff;
	text-align: left;
	position: relative;
	border: #f497a2 solid 1px;
	border-radius: 10px;
	/* CSS3草案 */
	-webkit-border-radius: 10px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;
}

.button-pdf a:hover {
	background-color: #f497a2;
	color: #fff;
}

.button-pink a::after,
.button-yellow a::after,
.button-bule a::after,
.button-purple a::after,
.button-green2 a::after,
.button-pdf a::after {
	position: absolute;
	top: 29%;
	right: 1em;
	content: '→';
}

.logo-s {
	width: 100px;
	margin: auto;
	margin-bottom: 20px;
}

.hosi1 {
	width: 80px;
	position: absolute;
	right: 0;
	top: -90px;
}

.hosi2 {
	width: 80px;
	position: absolute;
	bottom: -60px;
}




/*  dl 　(pcの場合横並び　画像右)
----------------------------------*/

dl.yoko2 {
	padding-top: 10px;
}

dl.yoko2 dt {
	padding-top: 5px;
	text-align: center;
}

dl.yoko2 dd {
	padding-top: 20px;
}

/*  dl 　(pcの場合横並び　画像左)
----------------------------------*/
dl.yoko3 {
	padding-top: 10px;
}

dl.yoko3 dt {
	padding-top: 5px;
	text-align: center;
}

dl.yoko3 dd {
	padding-top: 20px;
}

/*  2p 
------------------------------*/

table.ten2 {
	width: 100%;
	font-size: 14px;
	line-height: 1.8;
}

table.ten2 th {
	width: 5%;
	vertical-align: top;
	padding: 0;
	font-weight: 400;
}

table.ten2 td {
	width: 93%;
	border: none;
	padding-left: 2%;
	padding: 0;
}

table.ten {
	width: 100%;
	font-size: 14px;
	line-height: 1.8;
}

table.ten th {
	width: 5%;
	vertical-align: top;
	padding: 0;
	font-weight: 400;
}

table.ten td {
	width: 93%;
	border: none;
	padding-left: 2%;
	padding: 0;
}

table.ten3 {
	width: 100%;
	line-height: 1.5;
}

table.ten3 th {
	width: 5%;
	vertical-align: top;
	padding: 0;
	font-weight: 400;
}

table.ten3 td {
	width: 93%;
	border: none;
	padding-left: 2%;
	padding: 0;
}

table.ten10 {
	width: 100%;
	line-height: 1.8;
}

table.ten10 th {
	width: 5%;
	vertical-align: top;
	padding: 0;
	font-weight: 400;
}

table.ten10 td {
	width: 93%;
	border: none;
	padding-left: 2%;
	padding: 0;
}

ul.bunkatu3p-1 li {
	width: 60%;
	margin: auto;
	text-align: center;
	margin-bottom: 20px;
}

p.box2p {
	background-color: #ffffff;
	border: solid 1px #806e60;
	border-radius: 5px;
	/* CSS3草案 */
	-webkit-border-radius: 5px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	margin: auto;
	font-size: 16px;
	letter-spacing: 2px;
}

dl.yoko2p {
	padding-top: 10px;
}

dl.yoko2p dt {
	padding-top: 5px;
	text-align: center;
}

dl.yoko2p dd {
	padding-top: 30px;
}

dl.yoko2p1 {
	padding-top: 10px;
}

dl.yoko2p1 dt {
	padding-top: 5px;
	text-align: center;
}

dl.yoko2p1 dd {
	padding-top: 20px;
}

table.flow {
	width: 100%;
}

table.flow th {
	width: 20%;
	text-align: left;
}

table.flow td {
	width: 60%;
	vertical-align: middle;
	padding-left: 5%;
}



/*  3p 
------------------------------*/

dl.yoko3p {
	padding-top: 10px;
}

dl.yoko3p dt {
	padding-top: 5px;
	text-align: center;
}

dl.yoko3p dd {
	padding-top: 30px;
}

dl.yoko3p1 {
	padding-top: 10px;
}

dl.yoko3p1 dt {
	padding-top: 5px;
	text-align: center;
}

dl.yoko3p1 dd {
	padding-top: 30px;
}

/*  4p 
------------------------------*/

.bottan4 {
	background-color: #f497a2;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.irasuto4p {
	width: 220px;
	margin: auto;
	margin-bottom: 30px;
}

.crejit {
	padding-top: 20px;
}

/*  price
---------------------------*/

.bg-white {
	background-color: #fff;
}

table.full-screen th {
	font-weight: 400;
	padding: 10px;
}

table.full-screen td {
	padding: 10px;
}

.div-title-pink {
	width: 95%;
	margin: 0 auto;
}

.title-pink {
	width: 100%;
	background-color: #56D2D8;
}

.in-p {
	padding-left: 10px;
	padding-top: 5px;
	font-size: 16px;
	letter-spacing: 5px;
	color: #fff;
}

.th-pink {
	width: 50%;
	background-color: #E0FAF8;
	font-size: 12px;
	padding: 5px 9px;
}

.td-pink {
	width: 50%;
	background-color: #fff;
	font-size: 12px;
	padding: 5px 9px;
	text-align: right;
}

.full-screen {
	width: 100%;
}

.full-screen img {
	width: 100%;
}

.border-ec {
	border: 1px solid #56D2D8;
}

.border-bl {
	border: 1px solid #00b3ec;
}

.border-bl2 {
	border: 1px solid #49bcbd;
}

.border-gl {
	border: 1px solid #56D2D8;
}

.border-gl2 {
	border: 1px solid #806e60;
	background-color: #fff;
}

.color-black2 {
	color: #125a8f;
}

.color-gray {
	color: #999999;
}

.color-bule {
	color: #49bcbd;
}


.tax-list img {
	width: 10%;
}

.tax-list {
	border: 2px solid #806e60;
	margin-top: 5px;
}

.tax-list th,
.tax-list td {
	border: 1px solid #806e60;
}

.middle {
	vertical-align: middle;
}

.bg-fa {
	background-color: #8ADFE5;
}

.bg-fa2 {
	background-color: #F0FCFA;
}

.bg-fa3 {
	background-color: #e5ffff;
}

.bg-fa5 {
	background-color: #E0FAF8;
}

.bg-fa6 {
	background-color: #ffe4c6;
}

.bg-fc {
	background-color: #fffce0;
}

.bg-fa9 {
	background-color: #8ADFE5;
}

.bg-fa10 {
	background-color: #ffe4c6;
}

.bg-fg3 {
	background-color: #e5ffff;
}

.color-sky {
	color: #00b3ec;
}

.color-green4 {
	color: #7fbe26;
}

.color-gray {
	color: #4c4948;
}

.color-b-gray {
	color: #333;
}

.color-pink3 {
	color: #e85f9d;
}


.th-tax {
	font-size: 13px;
	padding: 10px 20px;
}

.th-tax-s {
	font-size: 10px;
}

.td-tax {
	font-size: 13px;
	padding: 10px 20px;
}

.td-tax-s {
	font-size: 12px;
	padding: 10px 20px;
}

.red {
	color: #e82327;
}

.deduction-div {
	display: block;
	width: 60%;
	float: none;
	margin: 0 auto;
}

.deduction-div02 {
	display: block;
	width: 60%;
	float: none;
	margin: 0 auto;
}

.calc-title {
	font-size: 12px;
	line-height: 1.6;
}

.calc-title-l {
	font-size: 16px;
}

.calc-title-ll {
	font-size: 17px;
}

.deduction-dt {
	height: 4rem;
	padding: 1em;
}

.deduction-dt02 {
	height: 4rem;
	padding: 1.8em 1em;
}

.deduction-dt03 {
	height: 5rem;
	padding: 0.5em;
}

.calc-title-s {
	font-size: 10px;
	letter-spacing: -1px;
	padding: 1%;
}

.w20 {
	width: 50%;
}

.fl-left {
	float: left;
}

.calc-symbol-space {
	margin-top: 5%;
}

.calc-text {
	font-size: 12px;
	padding: 15px 0 0 0;
	line-height: 1.6;
}

.calc-symbol {
	width: 20%;
	padding: 5%;
	float: none;
	margin: 0 auto;
}

.calc-symbol img {
	display: block;
	margin: 0 auto;
	transform: rotate(90deg);
}

.formula01 {
	padding-top: 5%;
	padding-left: 2%;
}

.formula02 {
	padding-top: 5%;
	padding-left: 2%;
}

.space-05e {
	margin-right: 0.5em;
}

.br-tab::before {
	content: "\A";
	white-space: pre;
}

.pc-mode {
	display: none;
}

.circle01 {
	font-size: 20px;
	border-bottom: 2px dotted #51648c;
}

.circle02 {
	font-size: 14px;
}

.circle03 {
	font-size: 12px;
	margin-top: 5px;
}

.circle04 {
	font-size: 14px;
	line-height: 1;
}

.circle05 {
	font-size: 14px;
}

.circle-img img {
	width: 45px;
	position: absolute;
	top: 0;
	left: 0;
}

.ex-space {
	padding: 2px 5px;
	margin: 5px 0;
}

.ex-space02 {
	padding: 2px 5px;
	margin: 7px 0;
}

.ex-calc {
	float: left;
}


table.ten7 {
	width: 100%;
	font-size: 16px;
	line-height: 2;
}

table.ten7 th {
	width: 3%;
	vertical-align: top;
	border: none;
	padding: 0;
	font-weight: 400;
	background-color: #fff;
	text-align: left;
}

table.ten7 td {
	width: 95%;
	border: none;
	margin-left: 2%;
	padding: 0;
}

ul.bunkatu2-10 {
	width: 100%;
}

ul.bunkatu2-10 li {
	width: 95%;
	margin: auto;
	background-color: #fff;
	margin-bottom: 30px;
}

.box1,
.box2,
.box3,
.box4 {
	border-radius: 10px;
	/* CSS3草案 */
	-webkit-border-radius: 10px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;
}

.box1,
.box2 {
	border: #806e60 solid 1px;
	height: 5.5rem;
	display: table;
	width: 100%;
}

.box3,
.box4 {
	border: #49bcbd solid 1px;
	height: 7rem;
	display: table;
	width: 100%;
}

.box3 {
	background-color: #f6fcfc;
	text-align: center;
}

.box4 {
	background-color: #fff;
	text-align: center;
}

.box1 {
	background-color: #ffe4c6;
	text-align: center;
}

.box2 {
	background-color: #fff;
	border: #806e60 solid 1px;
	text-align: center;
}

.inner3 {
	display: table-cell;
	vertical-align: middle;
}

.cont1 {
	width: 22%;
	float: left;
}

.eqol {
	width: 4%;
	float: left;
	text-align: center;
}

.eqol-body {
	height: 5.5rem;
	display: table;
	width: 100%;
}

.eqol-body2 {
	height: 7rem;
	display: table;
	width: 100%;
}

.minus {
	width: 4%;
	float: left;
	text-align: center;
}

.cont2 {
	width: 36%;
	float: left;
}

.cont2:first-child {
	width: 20%;
}

.eqol2 {
	width: 4%;
	float: left;
	text-align: center;
}

.puls {
	width: 4%;
	float: left;
	text-align: center;
}

.dis-table {
	display: table;
	width: 95%;
	margin: auto;
	padding-top: 5px;
}


.b4p {
	background-color: #ffe4c6;
	border: #806e60 solid 1px;
	border-radius: 5px;
	/* CSS3草案 */
	-webkit-border-radius: 5px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	color: #806e60;
	font-weight: bold;
	font-size: 11px;
	padding: 5px;
	display: table-cell;
	margin: 0;
}

.box-naka2 p {
	font-size: 11px;
	display: inline;
	margin: 0;
}

.box-naka3 p {
	font-size: 11px;
	display: table-cell;
	margin: 0;
}

.box-naka5 p {
	font-size: 11px;
	display: inline;
	margin: 0;
}

.box-naka6 p {
	font-size: 11px;
	display: table-cell;
	margin: 0;
}

.box-naka1 {
	width: 62%;
	float: left;
	display: table-cell;
	vertical-align: middle;
	margin-top: 3px;
}

.box-naka2 {
	width: 5%;
	float: left;
	display: table-cell;
	vertical-align: middle;
	padding-top: 3px;
}

.box-naka3 {
	width: 31%;
	float: left;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-left: 5px;
}

.box-naka4 {
	width: 62%;
	float: left;
	display: table-cell;
	vertical-align: middle;
	margin-top: 3px;
}

.box-naka5 {
	width: 7%;
	float: left;
	display: table-cell;
	vertical-align: middle;
	padding-top: 3px;
}

.box-naka6 {
	width: 25%;
	float: left;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin-left: 5%;
}

dl.yoko4p2 {
	padding-top: 10px;
}

dl.yoko4p2 dt {
	width: 50%;
	margin: auto;
	padding-top: 5px;
	text-align: center;
}

dl.yoko4p2 dd {
	padding-top: 30px;
}


.logo-s3 {
	width: 250px;
	margin: auto;
}

hr.sen2 {
	border-top: dashed 1px #806e60;
	width: 100%;
}


.c-r2 {
	margin-top: 50px;
}

br.pc-da {
	display: none;
}

.name {
	font-size: 25px;
	letter-spacing: 2px;
}

.small {
	font-size: 15px;
}

/*  スライダー
----------------------------------*/

#slider {
	display: none;
}

#slides {
	display: block;
	margin: 0 auto;
}

#slides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

#slides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

#slides li:first-child {
	position: relative;
	display: block;
	float: left;
}

#slides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

/*  ホーバー時半透明
----------------------------------*/

.alpha a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}



/* 　画像切り替えclass
----------------------------------*/

.switch {
	visibility: hidden;
}


/*  上下のスペース
----------------------------------*/

.space {
	padding-top: 30px;
	padding-bottom: 30px;
}

.block {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}



/*  ul 　(pcの場合横並び　４つ分け)
----------------------------------*/

ul.bunkatu4 {
	width: 100%;
}

ul.bunkatu4 li {
	width: 75%;
	margin: 0 auto;
	padding-top: 30px;
}

/*  ul 　(pcの場合横並び　2つ分け)
----------------------------------*/

ul.bunkatu2 {
	width: 100%;
}

ul.bunkatu2 li {
	width: 95%;
	margin: 0 auto;
	padding-top: 30px;
	display: block;
}

/*  table（求人募集）
----------------------------------*/

.kyujin {
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
	margin: 0 auto;
	border: 1px #f497a2 solid;
	color: #404040;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
}

.kyujin th {
	width: 25%;
	border: 1px #f497a2 solid;
	background-color: #fff4ed;
	padding: 15px;
	color: #f497a2;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
}

.kyujin td {
	width: 75%;
	border: 1px #f497a2 solid;
	background-color: #fff;
	padding: 15px;
	text-align: left;
}

.title1 {
	background-color: #f497a2;
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	letter-spacing: 3px;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
}

/*  table（分割２）
----------------------------------*/

table.ka {}

table.ka th {
	display: block;
	width: 100%;
}

table.ka td {
	padding-top: 20px;
	display: block;
	width: 100%;
}


/*  footer 
---------------------------------------*/

table.kamoku2 {
	width: 100%;
	font-size: 12px;
	line-height: 2;
	color: #806e60;
}

table.kamoku2 th {
	width: 17%;
	text-align: left;
	vertical-align: top;
	font-weight: 400;
}

.f-tel {
	font-size: 27px;
	letter-spacing: 5px;
	margin: 0;
}

.f-logo {
	width: 250px;
	margin: auto;
}

.footer__flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.footer__flex-wrap {
	display: flex;
	flex-wrap: wrap;
	width: 51%;
	justify-content: space-between;
	align-items: flex-start;
}

.footer__flex-wrap:last-of-type {
	width: 45%;
}

ul.bunkatu5 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/*	margin-top: 15px;*/
}

ul.bunkatu5 li {
	width: 100%;
	/*margin-left: 6%;*/
	/*float: left;*/
	text-align: left;
	margin-bottom: 10px;
}




ul.bunkatu5 li a {
	font-family: a-otf-gothic-bbb-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 11px;
	color: #806e60;
	background-color: #fff;
	display: block;
	padding: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

ul.bunkatu5 li a:hover {
	color: #666;
}

p.copy {
	text-align: center;
	font-size: 11px;
	color: #fff;
}

.bg-footer {
	background-color: #806e60;
}

.sp-tel-botton {
	margin-bottom: 10px;
}

.sp-tel-botton a {
	border: 1px solid #806e60;
	padding: 10px 20px;
	font-size: 26px;
	color: #806e60;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


/*  pagetop設定
----------------------------------*/

.pagetop {
	display: none;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 50px;
}

.pagetop a {
	display: block;
	text-decoration: none;
}

.pagetop a:hover {
	display: block;
	text-decoration: none;
}


/*  footer内の二つ分け要素
----------------------------------*/

.f-r {
	padding-top: 10px;
}

.f-l {
	padding-top: 30px;
}


.f-l {

	/*margin: auto;*/

	/*float: left;*/
	padding-top: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	flex-direction: column-reverse;
}

.bun-footer {
	margin-bottom: 3rem;
}

.f-r {
	width: 100%;
	/*float: right;*/
	position: relative;
	padding-top: 0;
	/*padding-left: 2%;*/
	margin: 2rem 0 0;
}

.f-r li:nth-child(2n) {
	margin-top: 1rem;
}


/*  googlemap枠
----------------------------------*/

.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#div1 {}

.zeroMargin_mobile {
	margin-left: 0;
}

.hide_mobile {
	display: none;
}


.color-tya2 {
	color: #404040;
}

.hei2 {
	height: 60px;
}

.logo-ss {
	width: 100px;
	margin: auto;
	margin-bottom: 20px;
}

.hosi22 {
	width: 60px;
	position: absolute;
	right: 0;
	top: -50px;
}

.hosi21 {
	width: 50px;
	position: absolute;
	bottom: 0px;
}

.size-s {
	font-size: 11px;
	line-height: 2;
}

.bun-footer li {
	width: 47.5%;
	float: left;
	margin-left: 5%;
}

.bun-footer li:first-child {
	margin-left: 0%;
}

br.pd-on {
	display: none;
}

.bosyu {
	/*width: 160px;
	position: absolute;
	top: 10px;
	right: 10px;*/
	width: 140px;
	position: absolute;
	top: 180px;
	right: 0px;
}

a.b-b {
	color: #4040ff;
	text-decoration: underline;
}

.hihyouji {
	display: none;
}

.jobsta {
	display: block;
	width: 90%;
	box-sizing: border-box;
	margin: 2rem auto 4rem;
}

.jobsta li {
	width: 100%;
	margin: 0rem auto 2rem;
}


.jobsta img {
	width: 100%;
}

.googlepolicy li {
	margin-left: 1.5em;
	text-indent: -1.5em;

}

.googlepolicy a {
	text-decoration: underline;

}

.noletter {
	letter-spacing: 0;
}


@media only screen and (min-width: 376px) {

	.size-s {
		font-size: 13px;
		line-height: 2;
	}


	/*  1p 
------------------------------*/

	/*  2p 
------------------------------*/

	/*  3p 
------------------------------*/

	/*  4p 
------------------------------*/


}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

	.gridContainer {
		width: 80%;
		padding-left: 1.1625%;
		padding-right: 1.1625%;
		clear: none;
		float: none;
		margin-left: auto;
	}

	.title1 {
		font-size: 19px;
	}

	/*  font 
---------------------------------------*/

	p {
		font-size: 14px;
	}

	ul {
		font-size: 14px;
	}

	/*  hedaer
---------------------------------------*/

	ul.sp-bun2 {
		width: 80%;
	}

	/*  header内の二つ分け要素
----------------------------------*/

	.h-l {}

	.h-r {}


	/* 　メイン画像の設定（大)
----------------------------------*/

	#bg1 {
		height: 300px;
	}

	/* 　メイン画像の設定（小)
----------------------------------*/

	#bg2 {
		height: 300px;
	}

	/*  nav 
---------------------------------------*/

	.slicknav_menu {
		display: none;
	}

	.nav {
		background-color: #8EC323;
	}

	/*  メニュー設定（tab・pc）
----------------------------------*/

	#menu {
		display: block;
	}

	#menu li {}

	#menu li a {}

	#menu li a:hover {}

	/*  メニューの横線
----------------------------------*/

	li.solid {
		border-left: #806e60 solid 1px;
		border-right: #806e60 solid 1px;
	}

	li.solid-r {
		border-right: #806e60 solid 1px;
	}

	/*  main
---------------------------------------*/

	.sp-main {
		height: 400px;
	}

	.open-sp {
		position: relative;
		top: 320px;
		z-index: 99;
		width: 450px;
		left: 50%;
		margin-left: -225px;
	}

	.open-sp99 {
		position: relative;
		top: 360px;
		z-index: 99;
		width: 120px;
		left: 50%;
		margin-left: -60px;
	}

	.main-t4 {
		width: 400px;
		position: absolute;
		left: 50%;
		margin-left: -200px;
		top: 50px;
	}

	.main-t14 {
		width: 400px;
		position: absolute;
		left: 50%;
		margin-left: -200px;
		top: 50px;
	}


	/*  content
---------------------------------------*/

	.pc-center {
		text-align: center;
	}

	br.sp-none {
		display: block;
	}

	br.sp {
		display: none;
	}

	.sp-on {
		display: none;
	}


	.pc-on {
		display: block;
	}

	.pc-m50 {
		margin-top: 50px;
	}

	dl.osirase dt {
		width: 28%;
	}


	/*  1p 
------------------------------*/

	.bunkatu3 li {
		width: 30%;
		float: left;
		margin-left: 5%;
		text-align: center;
		margin-bottom: 30px;
	}

	.bunkatu3 li:first-child {
		margin-left: 0%;
	}

	.bunkatu3 li:nth-child(3) {
		margin-left: 5%;
		clear: none;
	}

	.bunkatu3 li:nth-child(4) {
		margin-left: 0%;
		clear: both;
	}

	.bunkatu3 li:nth-child(5) {
		margin-left: 5%;
		clear: none;
	}

	.bunkatu3 li:nth-child(7) {
		margin-left: 0%;
		clear: both;
	}

	.bunkatu3 li:nth-child(9) {
		margin-left: 5%;
		clear: none;
	}

	a.bottan2 {
		width: 50%;
	}

	.ha {
		width: 70%;
	}


	dl.yoko2 dt {
		width: 50%;
		margin: auto;
	}

	dl.yoko2 dd {
		padding-top: 20px;
		width: 65%;
		margin: auto;
	}

	dl.yoko3 dt {
		width: 50%;
		margin: auto;
	}

	dl.yoko3 dd {
		padding-top: 20px;
		width: 65%;
		margin: auto;
	}

	.hosi1 {
		width: 80px;
		right: -30px;
		top: -90px;
	}

	.hosi2 {
		width: 80px;
		bottom: 0px;
		left: -30px;
	}

	/*  2p 
------------------------------*/

	ul.bunkatu3p-1 li {
		width: 30%;
		margin-bottom: 0px;
		float: left;
		margin-left: 5%;
	}

	ul.bunkatu3p-1 li:first-child {
		margin-left: 0%;
	}

	p.box2p {
		background-color: #ffffff;
		border: solid 1px #806e60;
		border-radius: 5px;
		/* CSS3草案 */
		-webkit-border-radius: 5px;
		/* Safari,Google Chrome用 */
		-moz-border-radius: 5px;
		padding-top: 20px;
		padding-bottom: 20px;
		text-align: center;
		margin: auto;
		font-size: 16px;
		letter-spacing: 2px;
	}

	dl.yoko2p dt {
		width: 40%;
		margin: auto;
	}

	dl.yoko2p dd {
		width: 70%;
		margin: auto;
		padding-top: 40px;
	}


	dl.yoko2p1 {
		margin-bottom: 80px;
	}

	dl.yoko2p1 dt {
		width: 70%;
		margin: auto;
	}

	dl.yoko2p1 dd {
		width: 70%;
		margin: auto;
		padding-top: 30px;
	}

	ul.bunkatu2-2p li {
		width: 47.5%;
		float: left;
		margin-left: 5%;
	}

	ul.bunkatu2-2p li:first-child {
		margin-left: 0%;
	}


	/*  3p 
------------------------------*/


	dl.yoko3p1 {
		margin-bottom: 80px;
	}

	dl.yoko3p1 dt {
		width: 70%;
		margin: auto;
	}

	dl.yoko3p1 dd {
		width: 80%;
		margin: auto;
		padding-top: 30px;
	}

	dl.yoko3p {
		margin-bottom: 80px;
	}

	dl.yoko3p dt {
		width: 70%;
		margin: auto;
	}

	dl.yoko3p dd {
		width: 80%;
		margin: auto;
		padding-top: 30px;
	}

	/*  4p 
------------------------------*/

	.irasuto4p {
		width: 250px;
		margin-bottom: 30px;
	}

	.crejit {
		width: 70%;
		margin: auto;
	}

	/*  price
---------------------------*/

	.in-p {
		padding-left: 10px;
		padding-top: 5px;
		font-size: 18px;
	}


	.th-pink {
		font-size: 15px;
		text-align: left;
	}

	.td-pink {
		font-size: 14px;
	}


	.th-tax {
		font-size: 15px;
	}

	.th-tax-s {
		font-size: 11px;
	}

	.td-tax {
		font-size: 15px;
	}

	.td-tax-s {
		font-size: 13px;
	}

	.calc-title {
		font-size: 14px;
	}

	.calc-title-l {
		font-size: 20px;
	}

	.calc-title-ll {
		font-size: 21px;
	}

	.calc-title-s {
		font-size: 11px;
	}

	.deduction-dt02 {
		height: 4.5rem;
		padding: 1.8em 1em;
	}

	.deduction-dt03 {
		height: 5.5rem;
		padding: 0.5em;
	}

	.deduction-dt {
		height: 4.5rem;
		padding: 1em;
	}

	.calc-text {
		font-size: 13px;
	}

	.formula01 {
		padding-top: 2%;
		padding-left: 8%;
	}

	.formula02 {
		padding-top: 2%;
		padding-left: 8%;
	}

	.ex-space02 {
		padding: 2px 5px;
		margin: 10px 0;
	}

	ul.bunkatu2-10 li {
		width: 45%;
		margin-left: 10%;
		float: left;
		margin-bottom: 0px;
		padding-bottom: 35px;
	}

	ul.bunkatu2-10 li:first-child {
		margin-left: 0;
	}

	dl.yoko4p2 dt {
		width: 250px;
	}

	dl.yoko4p2 dd {
		padding-top: 30px;
	}

	/*  content内の二つ分け要素
----------------------------------*/

	.c-l {
		width: 45%;
		float: left;
		margin: 0 auto;
	}

	.c-r {
		width: 45%;
		float: right;
		margin: 0 auto;
		padding-top: 0;
	}


	/*  上下のスペース
----------------------------------*/

	.space {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.block {
		padding-top: 30px;
		padding-bottom: 30px;
		text-align: center;
	}


	/*  ul 　(pcの場合横並び　４つ分け)
----------------------------------*/

	ul.bunkatu4 {
		width: 100%;
		padding-top: 30px;
	}

	ul.bunkatu4 li {
		width: 21%;
		margin-left: 3%;
		padding-top: 0px;
		float: left;
	}

	/*  ul 　(pcの場合横並び　2つ分け)
----------------------------------*/

	ul.bunkatu2 {
		width: 100%;
		padding-top: 30px;
	}

	ul.bunkatu2 li {
		width: 45%;
		margin-left: 10%;
		padding-top: 20px;
		float: left;
	}

	ul.bunkatu2 li:first-child {
		margin-left: 0;
	}

	/*  table（求人募集）
----------------------------------*/
	.kyujin {
		font-size: 13px;
	}

	.kyujin th {
		padding: 25px;
	}

	.kyujin td {
		padding: 25px;
	}

	/*  table（分割２）
----------------------------------*/

	table.ka {}

	table.ka th {
		display: inline-block;
		width: 35%;
		text-align: left;
	}

	table.ka td {
		padding-top: 20px;
		display: inline-block;
		width: 60%;
		padding-left: 3%;
		vertical-align: middle;
	}

	/*  footer 
---------------------------------------*/
	.footer_info {
		display: block;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;

	}



	.bun-footer {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin-top: 2.6rem;


	}

	table.kamoku2 {
		font-size: 14px;
	}

	.footer__flex-wrap {
		display: flex;
		flex-wrap: wrap;
		width: 50%;

		justify-content: space-between;
	}

	.footer__flex-wrap:last-of-type {
		width: 47%;

	}

	ul.bunkatu5 {
		width: 47%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		/*	margin-top: 15px;*/
	}


	ul.bunkatu5 li {
		width: 100%;
		/*margin-left: 5%;*/
		margin-bottom: 10px;
	}

	ul.bunkatu5 li a {
		background-color: #806e60;
		color: #fff;
		padding: 0;
	}

	ul.bunkatu5 li a:hover {
		color: #D2CACA;
	}



	/* 1列目　*/

	/*ul.bunkatu5 li:first-child {
		margin-left: 0;
	}

	ul.bunkatu5 li:nth-child(4) {
		clear: both;
		margin-left: 0;
	}

	ul.bunkatu5 li:nth-child(7) {
		clear: both;
		margin-left: 0;
	}

	ul.bunkatu5 li:nth-child(10) {
		clear: both;
		margin-left: 0;
	}

	ul.bunkatu5 li:nth-child(13) {
		clear: both;
		margin-left: 0;
	}

	/* 2列目　*/

	/*ul.bunkatu5 li:nth-child(2) {
		width: 25%;
	}

	ul.bunkatu5 li:nth-child(5) {
		width: 25%;
	}

	ul.bunkatu5 li:nth-child(8) {
		width: 25%;
	}

	ul.bunkatu5 li:nth-child(11) {
		width: 25%;
	}

	ul.bunkatu5 li:nth-child(14) {
		width: 25%;
	}

	/* 3列目　*/

	/*ul.bunkatu5 li:nth-child(3) {
		width: 25%;
	}

	ul.bunkatu5 li:nth-child(6) {
		width: 23%;
	}

	ul.bunkatu5 li:nth-child(9) {
		width: 23%;
	}

	ul.bunkatu5 li:nth-child(12) {
		width: 23%;
	}

	ul.bunkatu5 li:nth-child(15) {
		width: 23%;
	}*/


	p.copy {
		font-size: 11px;
	}


	/*  pagetop設定
----------------------------------*/

	.pagetop {
		width: 80px;
		bottom: 30px;
		right: 30px;
	}

	/*  footer内の二つ分け要素
----------------------------------*/

	.f-l {
		width: 60%;
		/*margin: auto;*/

		/*float: left;*/
		padding-top: 0px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 auto;
		flex-direction: column-reverse;
	}

	.f-r {
		width: 60%;
		/*float: right;*/
		position: relative;
		padding-top: 0;
		/*padding-left: 2%;*/
		margin: 2rem auto 0;
	}

	.f-r li:nth-child(2n) {
		margin-top: 1rem;
	}


	/*  googlemap枠
----------------------------------*/

	.ggmap {
		position: relative;
		padding-bottom: 43%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}

	#div1 {}

	.zeroMargin_tablet {
		margin-left: 0;
	}

	.hide_tablet {
		display: none;
	}


	.size-t99 {
		font-size: 20px;
		line-height: 2;
	}

	.bosyu {
		/*width: 230px;
		position: absolute;
		top: 10px;
		right: 40px;*/
		width: 180px;
		position: absolute;
		top: 340px;
		right: 0px;
	}

	.kyujin {
		font-size: 14px;
	}

	.jobsta {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		justify-content: space-between;

		padding: 0rem;
		box-sizing: border-box;
	}

	.jobsta li {
		width: 46%;
		margin: 0rem auto 2rem;
	}

	.jobsta li:nth-last-child(-n+2) {
		margin: 0rem auto 0;
	}

	.jobsta img {
		width: 100%;
	}

	.spspace {
		display: none;

	}



}

@media only screen and (min-width: 899px) {


	/*  font
---------------------------------------*/

	p {
		font-size: 15px;
	}


	.size-t {
		font-size: 18px;
		line-height: 2;
	}

	.size-t2 {
		font-size: 22px;
	}

	.size-m {
		font-size: 21px;
	}


	.size-title {
		font-size: 23px;
	}


	.tab-on {
		display: none;
	}



	/*  header
--------------------------*/

	.sp-footer {
		display: none;
	}

	.sp-header {
		display: none;
	}

	.pc-header {
		display: block;
	}

	#p1,
	#p2,
	#p3,
	#p4,
	#p5 {
		margin-top: 0;
		/* 固定ナビの高さ分のネガティブマージン */
		padding-top: 0;
		/* 打ち消し用のパディング */
	}

	#inp {
		margin-top: 0;
		/* 固定ナビの高さ分のネガティブマージン */
		padding-top: 0;
		/* 打ち消し用のパディング */
	}

	#ireba {
		margin-top: 0;
		/* 固定ナビの高さ分のネガティブマージン */
		padding-top: 0;
		/* 打ち消し用のパディング */
	}

	#white {
		margin-top: 0;
		/* 固定ナビの高さ分のネガティブマージン */
		padding-top: 0;
		/* 打ち消し用のパディング */
	}

	.space-header {
		padding-top: 20px;
		padding-bottom: 0px;
	}

	.h-l {
		width: 25%;
		padding-bottom: 0px;
		float: left;
	}

	.h-r {
		width: 50%;
		padding-top: 10px;
		float: right;
	}

	.h-zone {
		width: 100%;
		margin-left: auto;
		padding-top: 40px;
	}

	.h-left {
		width: 47%;
		float: left;
	}

	.h-right {
		width: 47%;
		float: right;
	}

	.m10 {
		margin-top: 10px;
	}

	h1 {}

	#menu {
		display: block;
		padding-bottom: 20px;
		padding-top: 20px;
	}

	.menu {
		position: relative;
		width: 100%;
		height: 50px;
		margin: 0 auto;
	}

	.menu>li {
		float: left;
		width: 12.35%;
		/* グローバルナビ4つの場合 */
		height: 50px;
		line-height: 50px;
		text-align: center;
	}

	.menu>li a {
		display: block;
		color: #806e60;
		font-size: 15px;
		font-family: dnp-shuei-mgothic-std, sans-serif;
		font-weight: 600;
		font-style: normal;
	}

	.menu>li a:hover {
		color: #f497a2;
	}

	ul.menu__second-level {
		visibility: hidden;
		opacity: 0;
		z-index: 3;
	}

	ul.menu__second-level2 {
		visibility: hidden;
		opacity: 0;
		z-index: 3;
	}

	ul.menu__third-level {
		visibility: hidden;
		opacity: 0;
	}

	ul.menu__fourth-level {
		visibility: hidden;
		opacity: 0;
	}

	.menu>li:hover {
		-webkit-transition: all .5s;
		transition: all .5s;
	}

	.menu__second-level li {
		border-style: none;
	}

	.menu__third-level li {
		border-top: 1px solid #111;
	}

	.menu__second-level li a:hover {
		background: #BAF0F3;
	}

	.menu__third-level li a:hover {
		background: #2a1f1f;
	}

	.menu__fourth-level li a:hover {
		background: #1d0f0f;
	}

	/* 下矢印 */
	.init-bottom:after {
		content: '';
		display: inline-block;
		width: 6px;
		height: 6px;
		margin: 0 0 0 15px;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	/* floatクリア */
	.menu:before,
	.menu:after {
		content: " ";
		display: table;
	}

	.menu:after {
		clear: both;
	}

	.menu {
		*zoom: 1;
	}

	.menu>li.menu__single {
		position: relative;
	}


	/*  single
---------------------*/

	li.menu__single ul.menu__second-level {
		position: absolute;
		top: 40px;
		width: 100%;
		margin: auto;
		background: #fff;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		border-collapse: collapse;
	}

	li.menu__single:hover ul.menu__second-level {
		top: 50px;
		visibility: visible;
		opacity: 1;
	}


	/*  mega
---------------------*/

	li.menu__mega ul.menu__second-level {
		position: absolute;
		top: 70px;
		left: 45.8%;
		box-sizing: border-box;
		width: 20%;
		margin: auto;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		background-color: rgba(255, 255, 255, 0.9);
		border: solid 1px #806e60;
		border-collapse: collapse;
		display: table;
	}

	li.menu__mega:hover ul.menu__second-level {
		top: 80px;
		visibility: visible;
		opacity: 1;
	}

	li.menu__mega ul.menu__second-level>li {
		width: 100%;
		border: solid #806e60;
		border-width: thin;
		border-collapse: collapse;
		display: table-row;
	}

	li.menu__mega ul.menu__second-level>li:nth-child(odd) {
		/*background: rgba(83,218,227,0.5);*/
	}

	li.menu__mega ul.menu__second-level>li a {
		color: #806e60;
		font-family: dnp-shuei-mgothic-std, sans-serif;
		font-weight: 600;
		font-style: normal;
	}

	li.menu__mega ul.menu__second-level a:hover {
		background: #f497a2;
		color: #fff;
	}


	/*  mega2
---------------------*/

	li.menu__mega2 ul.menu__second-level2 {
		position: absolute;
		top: 70px;
		left: 21.5%;
		width: 20%;
		margin: auto;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		border-collapse: collapse;
		background-color: rgba(255, 255, 255, 0.9);
		border: solid 1px #806e60;
		display: table;
	}

	li.menu__mega2:hover ul.menu__second-level2 {
		top: 80px;
		visibility: visible;
		opacity: 1;
		border-collapse: collapse;
	}

	li.menu__mega2 ul.menu__second-level2>li {
		width: 100%;
		border: solid #806e60;
		border-width: thin;
		border-collapse: collapse;
		display: table-row;
	}

	li.menu__mega2 ul.menu__second-level2>li a {
		color: #806e60;
		font-family: dnp-shuei-mgothic-std, sans-serif;
		font-weight: 600;
		font-style: normal;
	}

	li.menu__mega2 ul.menu__second-level2 a:hover {
		background: #f497a2;
		color: #fff;
	}

	#menu li a:hover img {
		visibility: hidden;
	}


	.pb {
		padding-bottom: 0px;
	}


	/*  main
---------------------------------------*/


	.main {
		display: block;
		/* background-image: url("../img/main.png"); */
		background-image: image-set(url("../img/main.png.webp") type("image/webp"),
				url("../img/main.png") type("image/png"));
		background-repeat: no-repeat;
		height: 500px;
		background-size: cover;
		background-position: center;
	}

	.sp-main {
		display: none;
	}

	.top-right {
		position: absolute;
		right: 0;
		top: 50px;
	}

	.open {
		width: 400px;
		margin-left: auto;
	}

	.open99 {
		width: 140px;
		margin: auto;
		position: relative;
		top: 30px;
	}

	.top-kome {
		padding-top: 30px;
	}


	.main2p {
		height: 300px;
	}


	.main-t2 {
		width: 250px;
		margin-left: -125px;
		top: 80px;
	}

	.main-t3 {
		width: 230px;
		margin-left: -115px;
		top: 80px;
	}

	.main-t4 {
		width: 450px;
		margin-left: -225px;
		top: 80px;
	}

	.main-t6 {
		width: 215px;
		margin-left: -107.5px;
		top: 80px;
	}

	.main-t10 {
		width: 420px;
		margin-left: -210px;
		top: 80px;
	}

	.main-t11 {
		width: 300px;
		margin-left: -150px;
		top: 80px;
	}

	.main-t14 {
		width: 550px;
		margin-left: -275px;
		top: 80px;
	}




	h1.kabu {
		font-size: 30px;
	}


	h4 {
		font-size: 18px;
		margin-top: -20px;
	}

	.title {
		height: 300px;
		padding-top: 70px;
	}

	.m5 {
		margin-top: 40px;
	}

	.breadcrumb span {
		font-size: 13px;
	}

	.breadcrumb {
		padding-left: 0;
		margin-left: 0;
		text-align: left;
		margin-top: 15px;
	}

	.breadcrumb li {
		display: inline;
		/*横に並ぶように*/
		list-style: none;
		font-weight: bold;
	}

	.breadcrumb li:after {
		/* >を表示*/
		content: '>';
		padding: 0 3px;
		color: #333333;
	}

	.breadcrumb li:last-child:after {
		content: '';
	}

	.breadcrumb li a {
		text-decoration: none;
		color: #333333;
	}

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

	.this-page {
		color: #f497a2 !important;
	}


	.pc-mode {
		display: block;
	}


	/*  content
---------------------------------------*/


	dl.osirase {
		font-size: 15px;
	}

	dl.osirase dt {
		width: 32%;
		text-align: left;
	}

	dl.osirase dd {
		padding-left: 200px;
	}

	.text {
		font-size: 15px;
	}

	.news-icon {
		width: 60px;
	}

	/*  1p 
------------------------------*/

	p.size a {
		font-size: 18px;
	}

	.inv {
		width: 90%;
		margin: auto;
	}

	/*  dl 　(pcの場合横並び　画像右)
----------------------------------*/

	dl.yoko2 {
		width: 100%;
		padding-top: 10px;
	}

	dl.yoko2 dt {
		width: 45%;
		float: left;
		padding-top: 0;
	}

	dl.yoko2 dd {
		width: 52%;
		float: right;
		padding-top: 0;
	}

	.right {
		text-align: right;
	}

	/*  dl 　(pcの場合横並び　画像左)
----------------------------------*/

	dl.yoko3 {
		width: 100%;
		padding-top: 10px;
	}

	dl.yoko3 dt {
		width: 52%;
		float: right;
		padding-top: 0;
	}

	dl.yoko3 dd {
		width: 45%;
		float: left;
		padding-top: 0;
	}

	.hosi1 {
		width: 80px;
		right: -50px;
		top: -90px;
	}

	.hosi2 {
		width: 80px;
		bottom: 0px;
		left: -50px;
	}

	/*  2p 
------------------------------*/

	table.ten {
		font-size: 15px;
	}

	table.ten th {
		width: 2%;
		text-align: left;
	}

	table.ten td {
		padding-left: 0;
	}

	table.ten2 {
		width: 100%;
		font-size: 15px;
	}

	table.ten2 th {
		width: 2%;
	}

	table.ten2 td {
		padding-left: 0;
	}

	table.ten3 {
		width: 100%;
	}

	table.ten3 th {
		width: 2%;
	}

	table.ten3 td {
		padding-left: 0;
	}

	table.ten10 {
		width: 100%;
	}

	table.ten10 th {
		width: 2%;
	}

	ul.bunkatu3p-1 {
		width: 90%;
		margin: auto;
		margin-bottom: 20px;
	}

	dl.yoko2p1 {
		width: 100%;
		padding-top: 10px;
		margin-bottom: 120px;
	}



	dl.yoko2p1 dt {
		width: 37%;
		float: right;
	}

	dl.yoko2p1 dd {
		width: 55%;
		float: left;
		padding-top: 0;
	}

	dl.yoko2p dt {
		width: 40%;
		float: right;
	}

	dl.yoko2p dd {
		width: 55%;
		float: left;
		padding-top: 0;
	}


	/*  3p 
------------------------------*/


	dl.yoko3p dt {
		width: 40%;
		float: left;
	}

	dl.yoko3p dd {
		width: 55%;
		float: right;
		padding-top: 50px;
	}

	dl.yoko3p1 dt {
		width: 40%;
		float: right;
	}

	dl.yoko3p1 dd {
		width: 55%;
		float: left;
		padding-top: 50px;
	}

	/*  4p 
------------------------------*/

	dl.yoko4p2 dt {
		width: 35%;
		float: right;
		padding-top: 0;
	}

	dl.yoko4p2 dd {
		width: 55%;
		float: left;
		padding-top: 0;
	}

	.irasuto4p {
		position: absolute;
		right: 0;
		top: 30px;
		width: 220px;
	}

	.crejit {
		width: 55%;
	}


	/*  price
---------------------------*/

	.in-p {
		font-size: 22px;
	}

	.th-pink {
		font-size: 18px;
		padding: 10px 15px;
	}

	.td-pink {
		font-size: 16px;
		padding: 10px 25px;
	}

	.th-tax {
		font-size: 18px;
	}

	.th-tax-s {
		font-size: 12px;
	}

	.td-tax {
		font-size: 18px;
	}

	.td-tax-s {
		font-size: 15px;
	}

	.deduction-div {
		display: block;
		width: 20%;
		float: left;
	}

	.deduction-div02 {
		display: block;
		width: 33.5%;
		float: left;
	}

	.calc-title {
		font-size: 15px;
	}

	.calc-title-l {
		font-size: 20px;
	}

	.calc-title-ll {
		font-size: 21px;
	}

	.calc-title-s {
		font-size: 12px;
		line-height: 1.4;
	}

	.deduction-dt02 {
		height: 6rem;
		padding: 1.8em 1em;
	}

	.deduction-dt03 {
		height: 6rem;
		padding: 0.5em;
	}

	.calc-symbol-space {
		margin-top: 5%;
	}

	.deduction-dt {
		height: 6rem;
		padding: 1.5em 0.5em;
	}

	.calc-text {
		font-size: 14px;
		padding: 15px 0;
	}

	.calc-symbol {
		width: 3%;
		padding: 6% 1%;
		float: left;
	}

	.calc-symbol img {
		width: 85%;
		transform: rotate(0deg);
	}

	.formula01 {
		padding-top: 5%;
		padding-left: 8%;
	}

	.formula02 {
		padding-top: 5%;
		padding-left: 8%;
	}

	.sp-mode {
		display: none;
	}

	.pc-mode {
		display: block;
	}

	.case-left {
		width: 25%;
		float: left;
		padding-left: 0%;
	}

	.case-right {
		width: 70%;
		float: left;
		padding-left: 5%;
		margin-top: 10px;
	}

	.circle-pink {
		border-radius: 50%;
		width: 11em;
		height: 11em;
		margin-left: 27px;
		padding: 10px;
	}

	.circle01 {
		font-size: 35px;
		width: 4.3em;
		margin: 0 auto;
	}

	.circle02 {
		font-size: 20px;
	}

	.circle03 {
		font-size: 18px;
	}

	.circle04 {
		font-size: 23px;
	}

	.circle05 {
		font-size: 18px;
	}

	.circle-img img {
		width: 105px;
		position: absolute;
		top: 20px;
		left: -35px;
	}

	.ex-space {
		padding: 2px 2px;
		margin: 5px 0;
	}

	table.ten7 {
		font-size: 18px;
	}

	ul.bunkatu2-10 {
		width: 60%;
		margin: auto;
	}

	p.bg-pink7 a,
	p.bg-green7 a {
		font-size: 18px;
	}

	.size-mm {
		font-size: 17px;
		margin: 0;
		margin-bottom: 5px;
	}

	.c-l2 {
		margin-top: 0px;
		float: left;
		width: 45%;
	}

	.c-r2 {
		margin-top: 0px;
		float: right;
		width: 45%;
	}

	br.pc-da {
		display: block;
	}



	/*  footer 
--------------------*/
	.footer_info {
		display: block;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.f-l {
		width: 60%;
		/*float: left;*/
		padding-top: 0px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		/*margin-top: 2.6rem;*/
		flex-direction: row;
		margin: 0;
	}

	.f-r {
		width: 30%;
		/*float: right;*/
		position: relative;
		padding-top: 0;
		margin: 0;
		/*padding-left: 2%;*/
	}

	.f-r li:nth-child(2n) {
		margin-top: 1rem;
	}

	.bun-footer {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin-top: 2.6rem;


	}

	/*.bun-footer li {
		clear: both;
		width: 100%;
		margin-bottom: 10px;
		margin-left: 0;
	}*/

	table.kamoku2 {
		font-size: 15px;
	}

	.f-logo {
		width: 300px;
		margin-bottom: 30px;
	}

	.sp-footer-space {
		display: none;
	}

	/*ul.bunkatu5 li {
		width: 20%;
		margin-left: 4%;
		float: left;
		margin-bottom: 11px;
	}*/

	/* 1列目　*/

	/*ul.bunkatu5 li:first-child {
		margin-left: 0;
		width: 28%;
	}

	ul.bunkatu5 li:nth-child(5) {
		clear: both;
		margin-left: 0;
		width: 28%;
	}

	ul.bunkatu5 li:nth-child(9) {
		clear: both;
		margin-left: 0;
		width: 28%;
	}

	ul.bunkatu5 li:nth-child(13) {
		clear: both;
		margin-left: 0;
		width: 28%;
	}

	ul.bunkatu5 li:nth-child(11) {
		clear: none;
		width: 20%;
		margin-left: 4%;
	}

	/* 2列目　*/

	/*	ul.bunkatu5 li:nth-child(2) {
		width: 20%;
		clear: none;
		margin-left: 4%;
	}

	ul.bunkatu5 li:nth-child(7) {
		width: 20%;
		clear: none;
		margin-left: 1%;
	}

	ul.bunkatu5 li:nth-child(12) {
		width: 20%;
		clear: none;
		margin-left: 4%;
	}


	/* 3列目以降　*/

	/*	ul.bunkatu5 li:nth-child(3) {
		width: 20%;
		clear: none;
		margin-left: 4%;
	}

	ul.bunkatu5 li:nth-child(4) {
		width: 20%;
		clear: none;
		margin-left: 4%;
	}


	ul.bunkatu5 li:nth-child(8) {
		width: 20%;
		clear: none;
		margin-left: 4%;
	}


	ul.bunkatu5 li:nth-child(10) {
		width: 20%;
		clear: none;
		margin-left: 4%;
	}

	ul.bunkatu5 li:nth-child(14) {
		width: 20%;
		clear: none;
		margin-left: 4%;
	}

	ul.bunkatu5 li:nth-child(15) {
		width: 20%;
		clear: none;
		margin-left: 4%;
	}*/

	.sp-tel-botton {
		margin: 0;
	}

	.sp-tel-botton a {
		border: none;
		padding: 0px;
		font-size: 32px;
		letter-spacing: 3px;
	}

	.hei2 {
		height: 70px;
	}

	.logo-ss {
		width: 130px;
		margin: auto;
		margin-bottom: 20px;
		margin-top: 30px;
	}

	.hosi22 {
		width: 70px;
		position: absolute;
		right: 0;
		top: -50px;
	}

	.hosi21 {
		width: 60px;
		position: absolute;
		bottom: 0px;
	}

	.size-t99 {
		font-size: 25px;
	}

	.size-s {
		font-size: 15px;
	}

	br.pd-on {
		display: block;
	}

	.hh1 {
		display: none;
	}

	.bosyu {
		/*width: 220px;
		position: absolute;
		top: 0px;
		right: -100px;*/

		width: 220px;
		position: absolute;
		top: 340px;
		right: 44px;

	}

	.title1 {
		font-size: 22px;
	}


	.kyujin {
		font-size: 16px;

	}



}


/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1199px) {

	.title1 {
		font-size: 25px;
	}

	.bosyu {
		width: 250px;
		position: absolute;
		top: 330px;
		right: 40px;
	}

	.gridContainer {
		width: 1100px;
		max-width: 1920px;
		padding-left: 0.75%;
		padding-right: 0.75%;
		margin: auto;
		clear: none;
		float: none;
		margin-left: auto;
	}


	.hei2 {
		height: 80px;
	}

	.size-s {
		font-size: 17px;
	}

	.f-l {
		width: 57%;
	}

	.f-r {
		width: 33%;
		float: right;
		position: relative;
		padding-top: 0;
		padding-left: 0%;
	}


	/*  font 
---------------------------------------*/

	p {
		font-size: 16px;
	}

	ul {
		font-size: 16px;
	}

	.size-t {
		font-size: 20px;
	}

	.size-t2 {
		font-size: 25px;
	}

	.size-m {
		font-size: 25px;
	}

	.size-t99 {
		font-size: 30px;
	}


	.size-title {
		font-size: 26px;
	}




	h1.kabu {
		font-size: 32px;
	}


	h4 {
		font-size: 20px;
		margin-top: -20px;
	}

	.title {
		height: 300px;
		padding-top: 80px;
	}

	/*  hedaer
---------------------------------------*/

	h1 {}

	.hh1 {
		position: absolute;
		font-size: 11px;
		right: 0;
		color: #806e60;
		display: block;
	}

	/*  bg
---------------------------------------*/

	/* 　メイン画像の設定（大）
----------------------------------*/

	#bg1 {
		height: 650px;
	}

	/* 　メイン画像の設定（小)
----------------------------------*/

	#bg2 {
		height: 360px;
	}


	/*  nav 
---------------------------------------*/



	/*  main
---------------------------------------*/

	.top-right {
		/*position: absolute;
		right: 0;
		top: 70px;*/
		position: absolute;
		right: 0;
		top: 00px;
	}

	.open {
		width: 450px;
	}

	/*  content
---------------------------------------*/

	.w80 {
		width: 800px;
		margin: 0 auto;
	}

	dl.osirase {
		width: 85%;
		margin: auto;
		font-size: 16px;
	}

	dl.osirase dt {
		width: 27%;
	}


	.news-icon {
		width: 80px;
	}

	/*  1p 
------------------------------*/

	a.bottan2 {
		width: 40%;
	}

	.ha {
		width: 70%;
	}

	.bunkatu3 {
		width: 1000px;
		margin: auto;
	}

	.inv {
		width: 80%;
	}

	/*  2p 
------------------------------*/

	table.ten {
		font-size: 16px;
	}

	table.ten2 {
		font-size: 16px;
	}

	ul.bunkatu3p-1 {
		width: 900px;
	}

	dl.yoko2p1 dt {
		width: 40%;
		padding-top: 20px;
	}

	dl.yoko2p1 dd {
		width: 53%;
	}

	table.flow th {
		width: 15%;
	}

	table.flow td {
		width: 60%;
		vertical-align: middle;
		padding-left: 5%;
	}


	/*  3p 
------------------------------*/


	dl.yoko3p dd {
		padding-top: 80px;
	}

	dl.yoko3p1 dd {
		padding-top: 80px;
	}

	/*  4p 
------------------------------*/

	dl.yoko4p2 dt {
		width: 25%;
	}

	dl.yoko4p2 dd {
		width: 65%;
	}

	.irasuto4p {
		top: 30px;
		width: 270px;
	}

	.crejit {
		width: 50%;
	}

	/*  price
---------------------------*/


	.in-p {
		font-size: 27px;
	}

	.th-pink {
		font-size: 20px;
		padding: 10px 25px;
	}

	.td-pink {
		font-size: 18px;
		padding: 10px 35px;
	}

	.th-tax {
		font-size: 20px;
	}

	.th-tax-s {
		font-size: 14px;
	}

	.td-tax {
		font-size: 20px;
	}

	.td-tax-s {
		font-size: 17px;
	}

	.calc-title {
		font-size: 18px;
	}

	.calc-title-l {
		font-size: 27px;
	}

	.calc-title-ll {
		font-size: 28px;
	}

	.calc-title-s {
		font-size: 13px;
		padding: 2% 1%;
	}

	.calc-pc-space {
		margin-top: 2%;
	}

	.w20 {
		width: 60%;
	}

	.calc-symbol-space {
		margin-top: 3%;
	}

	.deduction-dt {
		height: 6rem;
		padding: 1em;
	}

	.deduction-dt02 {
		height: 6rem;
		padding: 1.8em 1em;
	}

	.deduction-dt03 {
		height: 6rem;
		padding: 0.5em;
	}

	.calc-text {
		font-size: 16px;
	}

	.calc-symbol {
		width: 2%;
		padding: 4% 2%;
		float: left;
	}

	.calc-symbol img {
		width: 75%;
	}

	.formula01 {
		padding-top: 1.5%;
		padding-left: 0.5%;
	}

	.formula02 {
		padding-top: 1.5%;
		padding-left: 0.5%;
	}

	.br-tab::before {
		content: "";
	}

	.circle-pink {
		width: 14em;
		height: 14em;
		margin-left: 24px;
		padding: 15px;
	}

	.circle01 {
		width: 4.7em;
		font-size: 41.73px;
		margin-top: 5px;
	}

	.circle02 {
		font-size: 30.45px;
	}

	.circle03 {
		font-size: 23.69px;
		padding-top: 10px;
	}

	.circle04 {
		font-size: 31px;
	}

	.circle05 {
		font-size: 24px;
	}

	.circle-img img {
		width: 130px;
		top: 30px;
		left: -40px;
	}

	table.ten7 {
		font-size: 19px;
	}

	ul.bunkatu2-10 {
		width: 800px;
	}

	p.bg-pink7 a,
	p.bg-green7 a {
		font-size: 23px;
	}

	.size-mm {
		font-size: 19px;
	}

	.b4p {
		font-size: 15px;
	}

	.box-naka2 p {
		font-size: 17px;
	}

	.box-naka3 p {
		font-size: 14px;
	}

	.box-naka5 p {
		font-size: 17px;
	}

	.box-naka6 p {
		font-size: 14px;
	}


	.box3,
	.box4 {
		border: #00b3ec solid 1px;
		height: 8rem;
		display: table;
		width: 100%;
	}

	.box-naka1 {
		margin-top: 7px;
		width: 60%;
	}

	.box-naka2 {
		padding-left: 7px;
		padding-top: 8px;
	}


	.box-naka3 {
		padding-left: 12px;
		width: 29%;
	}

	.box-naka4 {
		margin-top: 7px;
		width: 60%;
	}

	.box-naka5 {
		padding-top: 8px;
		padding-left: 8px;
	}

	.box-naka6 {
		width: 19%;
	}


	.name {
		font-size: 32px;
	}

	.small {
		font-size: 16px;
	}


	/*  スライダー
--------------------------------*/
	#slides {
		display: none;
	}


	#slider {
		overflow: hidden;
		position: relative;
		width: 100%;
		display: block;
	}

	#sliderInner {
		position: relative;
		left: 50%;
		width: 4840px;
		margin-left: -2420px;
	}

	#sliderInner li {
		width: 1200px;
	}


	/*  table（求人募集）
----------------------------------*/

	.kyujin {
		font-size: 16px;
	}

	/*  table（分割２）
----------------------------------*/

	table.ka {
		font-size: 16px;
	}


	.f-logo {
		width: 350px;
	}

	table.kamoku2 {
		font-size: 16px;
	}

	.f-tel {
		font-size: 35px;
	}

	/*  footer 
---------------------------------------*/

	/*ul.bunkatu5 {
		width: 90%;
		margin: auto;
	}*/

	ul.bunkatu5 li a {
		font-size: 15px;
	}


	/*  googlemap枠
----------------------------------*/

	.ggmap {
		padding-bottom: 36%;
	}


	#div1 {}

	.zeroMargin_desktop {
		margin-left: 0;
	}

	.hide_desktop {
		display: none;
	}

	.jobsta {

		padding: 0rem;
		box-sizing: border-box;
		width: 70%;
		margin-bottom: 8rem;
	}

	.jobsta li {
		width: 320px;
		margin: 0rem auto 3rem;
	}

	.jobsta img {
		width: 100%;
	}
}

p.drawer-menu-item {
	cursor: pointer;
}

.bxslider02 a {
	cursor: pointer;
}