/* =====================================================

2020-7-20
Atelier88%
 
===================================================== */



/* 01 *
===================================================== */
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* 02 body
===================================================== */
html {
	overflow-y: scroll;
}
html,body {
	height: 100%;
}
@font-face { /*chrome*/
  font-family: 游ゴシック, 游ゴシック体, 'Yu Gothic', YuGothic;
  font-weight: 400;
}
body {
    text-align: center;
    background-color: #fff;
    font-size: 14px;
    line-height: 140%;
    color: #555;
    /* font-family: Verdana, メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
    font-family: Verdana, 游ゴシック, 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    /* font-family: 'Open Sans', sans-serif; */
    font-weight: 500;
    background-image: url(../images/_bg/body-bg01.jpg);
    background-repeat: repeat-x;
    background-position: left top;
}

/*テキスト少ない時footer固定*/
article {
	min-height: calc(100vh - 500px);
}

/* 03 Reset-base
===================================================== */
article,aside,canvas,details,figcaption,figure,
header,footer,main,menu,nav,section,summary {
	display: block;
}
img, a, area {
	outline:none;
	border: none;
}

*:focus { /*chromeに現れる青い線 */
  outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
table, th, td {
	font-weight: normal;
	text-align: left;
	border: none;
}
em, address {
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	text-align: left;
	font-size: 100%;
}
li {
	list-style-type:none;
	list-style-position: outside;
}
div,p,li,dl,table,th,td {
}

/* 04 Reset-others
===================================================== */
.mobile {
	display: none;
}
.pc {
}

hr {
	margin: 10px auto 30px;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.35), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.35), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.35), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.35), rgba(0,0,0,0));
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;  /* for IE 7*/
}

.small {
	font-size: 0.9em;
	line-height: 120%;
}
.xsmall {
	font-size: 0.8em;
	line-height: 120%;
}
.large {
	font-size: 1.1em;
}
.xlarge {
	font-size: 1.2em;
}
.clear {
	clear: both;
}
.red {
	color: #ee0000;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}

/* 05 Reset-image 
===================================================== */
.imgR {
	margin: 5px 0px 1em 1.5em;
	float: right;
	display:inline;
	box-shadow: 0 32px 30px -30px rgba(53, 47, 47, 0.15);
}

.imgL {
	margin: 5px 1.5em 1em 0px;
	float: left;
	display:inline;
	box-shadow: 0 32px 30px -30px rgba(53, 47, 47, 0.15);
}
img {
	max-width: 100%;
}



/* 06 layout - ID
===================================================== */
h1 {
	margin: 0 auto;
	width: 1040px;
	min-width: 1040px;
	height: 20px;
	font-size: 8pt;
	line-height: 20px;
	font-weight: normal;
	text-align: right;
	color: #fff;
}
#wrapper {
    margin: 0 auto;
    width: 1060px;
    min-width: 1060px;
    padding: 0 10px;
     background-image: url(../images/_bg/wrapper-bgL01.png), url(../images/_bg/wrapper-bgR01.png);
    background-position: left top, right top;
    background-repeat: no-repeat, no-repeat;
}
header {
    position: relative;
    margin: 0px auto;
    width: 1040px;
    min-width: 1040px;
    height: 64px;
    background-image: url(../images/_bg/header-bg01.png);
    background-repeat: repeat-x;
    background-position: left top;
}
body#idx header {
	height: 64px;
}
#headerImg {
    position: relative;
    margin: 0 auto;
    width: 1040px;
    min-width: 1040px;
    height: 200px;
    background-image: url(../images/_headerimage/headerimage01.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}
#headerNavi {
    margin: 0 auto;
    width: 1040px;
    min-width: 1040px;
    height: 50px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    background-image: url(../images/_bg/headerNavi-bg01.png);
    background-repeat: repeat-x;
}

#container {
    margin: 0 auto;
    width: 1040px;
    min-width: 1040px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
	align-items: stretch;
	background-color: #fff;
	padding-top: 25px;
}
#contents {
	order: 2;
	margin: 0 20px;
	width: 620px;
	min-width: 620px;
}
#sideNaviL {
	order: 1;
	margin-left: 10px;
	width: 190px;
	min-width: 190px;
	background-color: #efefef;
}
#sideNaviR {
	order: 3;
	margin-right: 10px;
	width: 170px;
	min-width: 170px;
	background-color: #efefef;
}
footer {
    min-width: 1040px;
    background-image: url(../images/_bg/footer-bg01.jpg);
    background-repeat: repeat-x;
    background-position: left bottom 30px;
}

/* 15 header
===================================================== */
#headerLogo {
    margin: 0 auto;
    width: 1040px;
    min-width: 1040px;
	height: 64px;
    display: -webkit-flex;
    display: flex;
	justify-content: space-between;
	align-items: center;
}
#headerLogo li:first-child {
	padding-left: 20px;
}
#headerLogo li:last-child {
	padding-right: 20px;
	text-align: right;
	color: #727272;
}



/* 17 #headerImg
===================================================== */
#topNavi {
    position: absolute;
    margin: auto;
    right: 40px;
    top: 0px;
    width: 280px;
    height: 200px;
	padding: 45px 40px 0;
    background-image: url(../images/_bg/topNavi-bg01.png);
    background-repeat: no-repeat;
}
#topNavi li:nth-child(2) {
	margin-top: 15px;
}
#topNavi li a {
    display: block;
    height: 50px;
    width: 200px;
    font-size: 0;
    vertical-align: bottom;
    background-repeat: no-repeat;
    background-image: url(../images/_button/t-sampleON.png);
    position: relative;
}
#topNavi li:nth-child(2) a {
    background-image: url(../images/_button/t-mitumoriON.png);
}
#topNavi li a img {
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s;
}
#topNavi li a:hover img {
	opacity: 0;
}

#headerImgM {
	display: none;
}

/* 16 #headerNav
===================================================== */
#headerNavi li {
    margin: 0;
    padding-right: 2px;
    width: calc(1040px / 7);
	height: 100%;
    background-image: url(../images/_bg/headerNavi-bg03.png);
    background-repeat: no-repeat;
    background-position: right center;
}
#headerNavi li:last-child {
    background-image: none;
    padding: 0;
}
#headerNavi li:hover {
    background-image: url(../images/_bg/headerNavi-bg02.png);
    background-position: left center;
    background-repeat: repeat-x;
}
#headerNavi li a {
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    vertical-align: bottom;
    background-repeat: no-repeat;
    background-position: center top;
}
#headerNavi li a img {
	margin: 0 auto;
	opacity: 1;
}
#headerNavi li a:hover img {
	opacity: 0;
}
#headerNavi li:nth-child(1):hover a {
    background-image: url(../images/_button/h_homeON.png);
}
#headerNavi li:nth-child(2):hover a {
    background-image: url("../images/_button/h_stepON.png");
}
#headerNavi li:nth-child(3):hover a {
    background-image: url(../images/_button/h_chargeON.png);
}
#headerNavi li:nth-child(4):hover a {
    background-image: url(../images/_button/h_sampleON.png);
}
#headerNavi li:nth-child(5):hover a {
    background-image: url(../images/_button/h_contactON.png);
}
#headerNavi li:nth-child(6):hover a {
    background-image: url(../images/_button/h_companyON.png);
}
#headerNavi li:nth-child(7):hover a {
    background-image: url(../images/_button/h_personalON.png);
}

body#idx      #headerNavi > li:nth-child(1),
body#step     #headerNavi > li:nth-child(2),
body#charge   #headerNavi > li:nth-child(3),
body#sample   #headerNavi > li:nth-child(4),
body#contact  #headerNavi > li:nth-child(5),
body#company  #headerNavi > li:nth-child(6),
body#personal #headerNavi > li:nth-child(7) {
    background-image: url(../images/_bg/headerNavi-bg02.png);
    background-position: left center;
    background-repeat: repeat-x;
}
body#idx      #headerNavi > li:nth-child(1) a {
    background-image: url(../images/_button/h_homeON.png);
}
body#step     #headerNavi > li:nth-child(2) a {
    background-image: url(../images/_button/h_stepON.png);
}
body#charge   #headerNavi > li:nth-child(3) a {
    background-image: url(../images/_button/h_chargeON.png);
}
body#sample   #headerNavi > li:nth-child(4) a {
    background-image: url(../images/_button/h_sampleON.png);
}
body#contact  #headerNavi > li:nth-child(5) a {
    background-image: url(../images/_button/h_contactON.png);
}
body#company  #headerNavi > li:nth-child(6) a {
    background-image: url(../images/_button/h_companyON.png);
}
body#personal #headerNavi > li:nth-child(7) a {
    background-image: url(../images/_button/h_personalON.png);
}
body#idx      #headerNavi > li:nth-child(1) a img,
body#step     #headerNavi > li:nth-child(2) a img,
body#charge   #headerNavi > li:nth-child(3) a img,
body#sample   #headerNavi > li:nth-child(4) a img,
body#contact  #headerNavi > li:nth-child(5) a img,
body#company  #headerNavi > li:nth-child(6) a img,
body#personal #headerNavi > li:nth-child(7) a img {
	opacity: 0;
}


/* 16 mobile-Nav
===================================================== */
.drawer_nav,
.drawer_toggle,
.drawerBGwrapper {
	display: none;
}



/* 18 container
===================================================== */
.pankuz {
	margin: -10px auto 5px;
	font-size: 10px;
	text-align: left;
}

/* 19  contents
===================================================== */
#contents {
}



/* 20  aside
===================================================== */
ul.hyousiwaku {
	width: 180px;
	border: 1px solid #DADADA;
	background-color: #FFFFFF;
	margin: 5px auto 15px 5px;
	padding-bottom: 9px;
}
ul.hyousiwaku li {
}
ul.hyousiwaku li a {
	display:block;
	height: 100%;
	width: 100%;
}
li.hyousi {
	height: 49px;
	width: 178px;
	background-repeat: no-repeat;
	background-image: url(../images/_sideNavi/hyousi.gif);
}
li.site {
	margin: 9px auto 15px 9px;
	width: 160px;
	height: 130px;
	background-image: url(../images/_sideNavi/kanseimihon.jpg);
	background-repeat: no-repeat;
}
li.site:hover {
	background-image: url(../images/_sideNavi/kanseimihon.jpg);
	background-position: 0px -130px;
}
li.mail {
	margin: 9px auto 15px 9px;
	width: 164px;
	height: 88px;
	background-image: url(../images/_sideNavi/toiawase.jpg);
	background-repeat: no-repeat;
}
li.mail:hover {
	background-position: 0px -88px;
}
li.tel {
	margin: 9px auto 9px 9px;
	width: 164px;
	height: 55px;
	background-image: url(../images/_sideNavi/tel.jpg);
	background-repeat: no-repeat;
}
ul.Snavi {
	background-image: url(../images/_sideNavi/listmidasi.jpg);
	background-repeat: no-repeat;
	margin-top: 9px;
	margin-left: 5px;
	padding-top: 34px;
	border: 1px solid transparent;
}
ul.Snavi li {
	background-color: #d5d5d5;	
	border-top: 1px solid #fff;
	padding-left: 10px;
	width: 178px;
}
ul.Snavi li:hover {
	background-color: #29a2d1;
}
ul.Snavi li a {
	display:block;
	width: 100%;
	height: 100%;
	padding: 0.5em 1em;
	color: #555555;
	font-size: 11px;
	line-height: 120%;
	text-align: left;
	text-decoration: none;
	background-color: #fff;
	border-top: 1px solid #d5d5d5;
}
ul.Snavi li a:hover {
	color: #29a2d1;
	background-color: #fffff0;
}


a.toiawaseR {
	display:block;
	width: 160px;
	height: 120px;
	background-image: url(../images/_sideNavi/toiawase2.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left: 5px;
}
a.toiawaseR:hover {
	background-position: 0px -120px;
}
div.seotaisaku {
	width: 160px;
	border: 1px solid #DADADA;
	background-color: #FFFFFF;
	margin-top: 9px;
	margin-left: 5px;
}
div.seotaisaku h3 {
}
div.seotaisaku hr {
	color: #DADADA; /* 線の色(IE用) */
	height: 1px; /* 線の太さ */
	border-style: solid; /* 枠の種類 */
}
div.seotaisaku div {
	margin: 4px 9px;
	font-size: 11px;
	line-height: 130%;
	text-align: justify;
	text-justify:inter-ideograph;
}
.seotaisaku h4 {
	font-size: 11px;
	line-height: 130%;
	font-weight: normal;
	color: #29A2D1;
}
.seotaisaku ul {
	margin-top: 0.5em;
}
.seotaisaku li {
	background-image: url(../images/_base2/sq-2.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	background-position: 0px 4px;
	text-align: justify;
	text-justify:inter-ideograph;
}
div.newmake {
	width: 160px;
	border: 1px solid #DADADA;
	background-color: #FFFFF0;
	margin-top: 9px;
	margin-left: 5px;
}
div.newmake div {
	margin: 4px 9px;
	font-size: 12px;
	line-height: 130%;
	text-align: left;
}
.newmake h3 {
}
.newmake ul {
	margin: 8px auto;
}
.newmake li {
	background-image: url(../images/_base2/sq-2.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 0px 4px;
	font-size: 13px;
	line-height: 130%;
	text-align: left;
	margin-left: 8px;
}
.newmake li a {
	text-decoration: none;
}
div.langCE {
	width: 160px;
	border: 1px solid #DADADA;
	background-color: #FFFFF0;
	margin-top: 9px;
	margin-left: 5px;
}
div.langCE div {
	margin: 4px 8px;
	text-align: justify;
	text-justify:inter-ideograph;
	font-size: 12px;
	line-height: 130%;
}
.langCE ul {
	margin: 8px auto;
}
.langCE li {
	background-image: url(../images/_base2/sq-2.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 0px 4px;
	font-size: 13px;
	line-height: 130%;
	text-align: left;
	margin: 0 4px 0 8px;
}
.langCE li a {
	text-decoration: none;
}
.langCE h4 {
	padding-left: 5px;
	margin-bottom: 9px;
}
.langCE h4 a {
    display: block;
    text-decoration: none;
    width: 147px;
    height: 24px;
    background-image: url(../images/_sideNavi/langbutton.gif);
    background-repeat: no-repeat;
    font-size: 10px;
    line-height: 24px;
    font-weight: normal;
}
.langCE h4 a:hover {
	background-position: 0px -24px;
}
.langCE h4 a span {
	margin-left: 30px;
	background-image: none;
}
.langCE div span {
	background-image: url(../img/_base3/sq-7.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 0px 1px;
}

div.linkR {
	width: 160px;
	border: 1px solid #DADADA;
	background-color: #FFFFFF;
	margin-top: 9px;
	margin-left: 5px;
	padding-bottom: 6px;
}
#sideNaviL div.linkR { /*左に配置*/
	width: 180px;
	margin-top: 15px;
	margin-left: 5px;
}
div.linkR ul {
    margin: 4px 0px 4px 6px;
	font-size: 13px;
	line-height: 130%;
	text-align: left;

}
div.linkR ul li {
    background-image: url(../images/_base2/sq-5.gif);
    background-position: left top 4px;
    background-repeat: no-repeat;
    padding-left: 15px;
	margin-bottom: 0.125em;
}
div.linkR ul li a {
    text-decoration: none;
}
div.linkR ul.gotyuui li {
}
div.linkR ul.sankou li {
	background-image: url(../images/_base2/sq-13.gif);
}
div.danceHP {
	width: 160px;
	border: 1px solid #DADADA;
	background-color: #FFFFFF;
	margin: 9px 0 9px 5px;
	font-size: 13px;
	line-height: 130%;
}
.danceHP a:hover {
	position: relative;
	top: -1px;
	left: 1px;
}


/* 21 footer
===================================================== */
#footerNavi {
	clear: both;
	margin: 0 auto;
    width: 1060px;
    min-width: 1060px;
	padding: 2em 0;
	color: #666666;
	background-color: #efefef;
	border: 20px solid #fff;
}
#footerNavi li {
	display: inline-block;
}
#footerNavi li + li a {
	border-left: 1px solid #555;
}
#footerNavi a {
    font-size: 0.9em;
    line-height: 140%;
 	color: #555;
	text-decoration: none;
	transition: all 0.3s;
	padding: 0px 0.5em;
}
#footerNavi a:hover {
    color: #f00;
	text-decoration: none;
}

address {
	padding: 1em 0;
    min-width: 1040px;
	color: #fff;
	background-color: #6f6f6f;
    font-size: 0.9em;
    line-height: 140%;
}
address a {
	color: #fff;
	text-decoration: none;
}
address a:hover {
	text-decoration: underline;
}



#page-top {
	position: fixed ;
	right: 16px ;
	bottom: 16px ;
	z-index: 501;
}
 
#page-top a {
	display: block;
	background-color: rgba(0,0,0,0.50);
	width: 50px;
	height: 50px;
	cursor: pointer;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	line-height: 50px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#page-top a:hover {
    background-color: #084875;
}

/* 22 Reset
===================================================== */
#contents h2 {
    clear: both;
    margin: 0 auto 20px;
    background-image: url(../images/_hyoudai/h2-bg01.png), url(../images/_hyoudai/h2-bg02.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left 5px center, right center;
    height: 30px;
    padding-left: 20px;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    border-radius: 3px;
    border: 1px solid #dadada;
}

#contents h3 {
    clear: both;
    margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.1);
    padding:  2px 0 6px;
    font-weight: bold;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0em;
    text-align: center;
 }

#contents h4 { /*price*/
    /*font-family: 'Noto Serif', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    font-weight: bold;
    margin: 0 auto 10px;
    padding: 5px 5px 2px;
    font-size: 16px;
    line-height: 120%;
	color: #0068b6;
    border-bottom: solid 3px #00b9ef;
}
#contents h5 { /*staff
    /*font-family: 'Noto Serif', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    font-weight: bold;
    margin: 0 auto;
    font-size: 15px;
    line-height: 120%;
}

div.pR {
	margin: 0px 10px 10px;
	text-align: right;
}
div.p {
	margin: 0px 1em 3em;
}
#contents dl, #contents li, #contents p, aside dl {
	text-align: justify;
	text-justify:inter-ideograph;
}
#contents p {
	margin: 0 0 1.0em;
}

/* 23 Reset-A-tag
===================================================== */
#contents a:link {
	color: #3e6aa5;
	text-decoration: underline;
}
#contents a:visited {
	color: #a53e6a;
	text-decoration: underline;
}
#contents a:hover {
	color: #ff3300;
	text-decoration: underline;
}
#contents a:active {
	color: #3e6aa5;
	text-decoration: underline;
}

#contents a.newwin {
	text-decoration: none;
    background-image: url(../02images/_base/newwin01B.png);
    background-repeat: no-repeat;
    background-position: right center;
	padding-right: 28px;
}
#contents a.pdf {
	text-decoration: none;
    background-image: url(../02images/_base/icon_pdf.gif);
    background-repeat: no-repeat;
    background-position: right center;
	padding-right: 18px;
}
#contents a.pagelink {
    margin: auto;
    display: inline-block;
    line-height: 120%;
    font-size: 1.0em;
    font-weight: bold;
    text-decoration: none;
    padding: 0.25em 10px 0.25em 30px;
    color: #2b596c;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-image: url(../images/_base2/011-001.gif);
    background-repeat: no-repeat;
    background-position: left 10px center;
    transition: all .3s;
}
#contents a.pagelink:hover {
    color: #005eb6;
    box-shadow: 0 0 8px rgba(0,94,182,0.50);
}
#contents h2 a.syosai {
    margin: 5px 5px auto auto;
	float: right;
    display: inline-block;
    line-height: 120%;
    font-size: 0.8em;
    font-weight: bold;
    text-decoration: none;
    padding: 0.125em 0.5em 0.125em 20px;
    color: #2b596c;
	background-color: #ddd;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-image: url(../images/_base2/011-001.gif);
    background-repeat: no-repeat;
    background-position: left 5px center;
    transition: all .3s;
}
#contents h2 a.syosai:hover {
    color: #005eb6;
    box-shadow: 0 0 8px rgba(0,94,182,0.50);
	background-color: #fff;
 }


/* =====================================================

. index
. privacy
. Stock list
. inquiry


===================================================== */



/*  index
===================================================== */
div.newsosirase {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100px;
	overflow: auto; /* scrollからautoに変更 */
    -webkit-overflow-scrolling: touch; /* 必要 */
}
div.newsosirase iframe {
	width: 100%;
	height: 100%;
	display: block; /* 追加で指定 */
	border: none;
}

dl.idx-design dt {
	background-image: url(../images/_base2/sq-11.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left center;
}
dl.idx-design dt:nth-of-type(2) {
	background-image: url(../images/_base2/sq-12.gif);
}
dl.idx-design dt:nth-of-type(3) {
	background-image: url(../images/_base2/sq-10.gif);
}
dl.idx-design dd {
	margin: 0 auto 0.5em;
}

#contents .idx-sample a {
	position: relative;
	display: inline-block;
	margin: 5px auto 10px;
	padding: 0.125em 1em 0.125em 1.5em;
	text-align: center;
	text-decoration: none;
	color: #EC407A;
	font-size: 0.8em;
	line-height: 110%;
	border: 1px solid #EC407A;
	border-radius: 3px;
	transition: .3s;
}
#contents .idx-sample.price a {
	font-size: 1.0em;
}
#contents .idx-sample a:hover {
	background: #EC407A;
	color: #fff;
}
.idx-sample a:before,
.idx-sample a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.idx-sample a:before {
    left: 3px;
    width: 7px;
    height: 1px;
    background: #EC407A;
}
.idx-sample a:after {
    left: 3px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #EC407A;
    border-right: 1px solid #EC407A;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.idx-sample a:hover:before {
    background: #fff;
}
.idx-sample a:hover:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.idx-plan img:hover {
	transition: all 0.3s;
}
.idx-plan img:hover {
	opacity: 0.8;
}


.danrakuUe {
	margin: 1em 0 0.5em;
}
.danrakuSita {
	margin: 0.5em 0 1em;
}

#contents .waku1 a {
    position: relative;
    display: block;
    margin: 5px 50px 10px;
    padding: 0.5em 1em 0.5em 1.5em;
    text-align: center;
    text-decoration: none;
    color: #29a2d1;
    font-size: 1.0em;
    line-height: 110%;
    box-shadow: 0 0 0 2px #FFF, 0 0 0 3px #dadada;
    border-radius: 0px;
    transition: .3s;
    background-image: url("../images/_base2/sq-4.gif"), url(../images/_bg/wakulink-bg01.png);
    background-repeat: no-repeat, repeat;
    background-position: left 15px center, left center;
}
#contents .waku1 a:hover {
    background-color: #29a2d1;
    color: #fff;
}

.box19 {
    position: relative;
	margin: 0 80px 2em;
    padding: 1em 2em;
}
.box19:before,.box19:after{ 
    content:'';
    width: 40px;
    height: 60px;
    position: absolute;
    display: inline-block;
}
.box19:before{
    border-left: solid 1px #29a2d1;
    border-top: solid 1px #29a2d1;
    top:0;
    left: 0;
}
.box19:after{
    border-right: solid 1px #29a2d1;
    border-bottom: solid 1px #29a2d1;
    bottom:0;
    right: 0;
}
.box19 p {
    margin: 0; 
    padding: 0;
}

.boxCM  {
    margin: 0;
    padding: 0;
    height: 90px;
    background-image: url(../images/_others/0002.jpg);
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
	text-align: left;
	font-size: 1.2em;
	line-height: 85px;
	text-indent: 1em;
	text-shadow: 
    white 2px 0px,  white -2px 0px,
    white 0px -2px, white 0px 2px,
    white 2px 2px , white -2px 2px,
    white 2px -2px, white -2px -2px,
    white 1px 2px,  white -1px 2px,
    white 1px -2px, white -1px -2px,
    white 2px 1px,  white -2px 1px,
    white 2px -1px, white -2px -1px;
	
}


/*  local
===================================================== */
/* process */
.box20 {
    position: relative;
	margin: 0 80px 2em;
    padding: 1em 2em;
}
.box20:before,.box20:after{ 
    content:'';
    width: 40px;
    height: 60px;
    position: absolute;
    display: inline-block;
}
.box20:before{
    border-left: solid 1px #29a2d1;
    border-top: solid 1px #29a2d1;
    top:0;
    left: 0;
}
.box20:after{
    border-right: solid 1px #29a2d1;
    border-bottom: solid 1px #29a2d1;
    bottom:0;
    right: 0;
}
.box20 li {
    background-image: url(../images/_base2/sq-11.gif);
    background-repeat: no-repeat;
    background-position: left top 3px;
	padding-left: 17px;
}
.box20 li:nth-child(n+6) {
    background-image: url(../images/_base2/sq-12.gif);
}
.box20 li:nth-child(n+9) {
    background-image: url(../images/_base2/sq-10.gif);
}
dl.process {
	margin: 0px 0px 30px;
}
dl.process dt {
	position: relative;
    /*font-family: 'Noto Serif', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    font-weight: bold;
    margin: 0 auto 10px;
    padding: 15px 0 3px 105px;
    font-size: 15px;
    line-height: 110%;
	color: #0068b6;
    border-bottom: solid 3px #00b9ef;
}
dl.process dt:before {
    content: '';/*何も入れない*/
    display: inline-block;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 93px;
    height: 40px;
    background-image: url(../images/_hyoudai/step1.png);
    background-size: contain;
    vertical-align: middle;
    opacity: 0.7;
    background-repeat: no-repeat;
}
dl.process dt:nth-of-type(2):before {
    background-image: url(../images/_hyoudai/step2.png);
}
dl.process dt:nth-of-type(3):before {
    background-image: url(../images/_hyoudai/step3.png);
}
dl.process dt:nth-of-type(4):before {
    background-image: url(../images/_hyoudai/step4.png);
}
dl.process dt:nth-of-type(5):before {
    background-image: url(../images/_hyoudai/step5.png);
}
dl.process dt:nth-of-type(6):before {
    background-image: url(../images/_hyoudai/step6.png);
}
dl.process dt:nth-of-type(7):before {
    background-image: url(../images/_hyoudai/step7.png);
}
dl.process dd {
	margin: 0 0 1.5em 1em;
}


/* charge */
ul.price {
    margin: 2em auto 2em;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
ul.price li:first-child {
	min-width: 230px;
}
ul.price li dt {
	font-weight: bold;
}
ul.price li dd {
	margin-bottom: 0.5em;
}

ul.price.renew {
    margin: 2em auto 2em;
    flex-direction: column;
}
ul.price.renew li:first-child {
	width: 100%;
}
ul.price.renew li:first-child img {
	width: 33%;
}
ul.price.renew li dd {
	margin-left: 1.5em;
}

ul.price.dancevalue {
	align-items: center;
}
ul.price.dancevalue li:first-child {
	min-width: 280px;
	margin-right: 2em;
}
ul.price.dancevalue dt {
	margin-bottom: 1em;
}


ul#lang-price {
    margin: 7px 0px 35px;
	display: flex;
	font-size: 13px;
	line-height: 130%;
	border: 1px solid #0b70ad;
}
ul#lang-price li {
	width: calc(100% / 3);
 	border-left: 1px solid #0b70ad;
	background-color: #fff;
	position: relative;
	text-align: center;
}
ul#lang-price li:first-child {
	border: none;
}
ul#lang-price li:hover,
ul#lang-price li.NOW {
	background-color: #0b70ad;
}
#contents ul#lang-price a {
    text-decoration: none;
	color: #0b70ad;
	width: 100%;
	height: 100%;
	display: block;
   padding: 1em;
}
#contents ul#lang-price li:hover a,
#contents ul#lang-price li.NOW a {
 	color: #fff;
}
ul#lang-price li.NOW::before {
	position: absolute;
    bottom: -20px;
    left: 0;
	right: 0;
    margin: auto;
    content: "";
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    border-top: 10px solid #0b70ad;
}

ol.cannot {
	margin-bottom: 2em;
}
ol.cannot li {
	list-style-type: decimal;
	margin-left: 2em;
}


/* sample */
ul.sample {
    margin: 0 1em;
    width: calc(100% - 2em);
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
}
ul.sample li {
	padding-bottom: 1em;
}
ul.sample li:nth-child(odd) {
	font-size: 0.9em;
	width: 60%;
	padding-right: 1em;
}
ul.sample li:nth-child(even) {
	width: 40%;
}
ul.sample img {
	max-width: 100%;
}

/* company */
table.kaisya {
	width: 100%;
	margin: 10px 0 25px;
	margin-bottom: 25px;
	border-top: 7px solid #cdcdde;
}
.kaisya th, .kaisya td {
	padding: 1em 2em;
	vertical-align: middle;
	border: 1px solid #cdcdde;
}
.kaisya th {
	text-align: right;
	width: 20%;
	white-space: nowrap;
	font-weight: normal;
	font-size: 0.9em;
	background-color: #cce6ed;
}
.kaisya td {
	width: 80%;
	background-color: #ebf8fb;
}
.eigyo {
	font-size: 0.85em;
}
.eigyo em {
	font-style: italic;
	font-weight: bold;
}


/* inquiry */
table.inquiry,
table.formTable { /*mail.php用*/
	margin: 3px 0 30px;
	width: 100%;
	border: 1px solid #6fa0be;
	table-layout: fixed;
}
table.inquiry th,
table.inquiry td,
table.formTable th,
table.formTable td {
	padding: 10px 7px;
	text-align: left;
	color: #ffffff;
	background-color: #6fa0be;
	vertical-align: top;
	font-size: 1.0em;
	text-indent: 0.25em;
	border: 1px solid #6fa0be;
	font-weight: bold;
}
table.formTable th,
table.formTable td {
	padding: 7px 7px;
}
table.inquiry td.hissu {
	font-weight: bold;
	position: relative;
}
table.inquiry td.hissu:before {
	content: "\FF08\5FC5\9808\FF09";
	color: #6fa0be;
	background-color: #fff;
	margin-right: 5px;
}


button, input, select, textarea {
	font-family : inherit;
	font-size : 100%;
}

table.inquiry .width1,
table.inquiry .width2,
table.inquiry .width3,
table.inquiry .width4,
table.inquiry .width5 {
	margin-top: 2px;
	width: 100%;
	height: 2.5em;
	font-size: 1.2em;
	padding: 0.5em;
	color: #333366;
	vertical-align: middle;
	border-style: none;
}
table.inquiry .width3 {
	height: 4em;
	resize: none;
}
table.inquiry .width4 {
	height: 8em;
	resize: none;
}
table.inquiry .width5 {
	height: 20em;
	resize: none;
}
table.inquiry label {
	display: block;
	margin-left: 10px;
}

div.inquiry,
#contents table.formTable + p {
	margin-bottom: 20px;
	text-align: center;
}
div.inquiry input[type="button"],
div.inquiry input[type="reset"],
div.inquiry input[type="submit"],
table.formTable + p input[type="button"],
table.formTable + p input[type="reset"],
table.formTable + p input[type="submit"],
div#formWrap input[type="button"] {
	margin: 0 auto;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 0.5em 3em;
    color: #fff;
	background-color: #6fa0be;
    border-radius: 0px;
    text-shadow: 0 -1px #6fa0be;
	border: 1px solid #6fa0be;
	transition: all 0.3s;
}
div.inquiry input[type="button"]:hover,
div.inquiry input[type="reset"]:hover,
div.inquiry input[type="submit"]:hover,
table.formTable + p input[type="button"]:hover,
table.formTable + p input[type="reset"]:hover,
table.formTable + p input[type="submit"]:hover,
div#formWrap input[type="button"]:hover {
 	background-image: linear-gradient(0deg, #fff, #fff);
	background-color: #fff;
	color: #6fa0be;
    text-shadow: none;
}
div.inquiry input[type="button"]:active,
div.inquiry input[type="reset"]:active,
div.inquiry input[type="submit"]:active,
table.formTable + p input[type="button"]:active,
table.formTable + p input[type="reset"]:active,
table.formTable + p input[type="submit"]:active,
div#formWrap  input[type="button"]:active {
 	background-image: linear-gradient(0deg, #b8d6e8, #b8d6e8);
	background-color: #9ec1db;
	color: #fff;
    text-shadow: none;
}


table.inquiry.confirm th,
table.formTable th {
	border-bottom: 1px solid #fff;
	width: 30%;
	white-space: nowrap;
}
table.inquiry.confirm tr:last-of-type th,
table.formTable tr:last-of-type th {
	border-bottom: 1px solid #6fa0be;
}
table.inquiry.confirm td,
table.formTable td {
	background-color: #FFFFFF;
	color: #555;
	font-weight: normal;
}

div.inquiry.error {
	margin: 2em auto;
	width: 100%;
	text-align: left;
}
div.inquiry #err_box,
div#formWrap { /*mail.php用*/
	margin-: 0 auto 0px;
	padding: 20px 20px;
	width: auto;
	font-size: 1em;
	border: 1px solid #d0d0d0;
	line-height: 150%;
	background-color: #FFFFFF;
}
#err_box li,
div#formWrap p.error_messe { /*mail.php用*/
	text-align: center;
	margin: 1em auto 0;
	color: #FF3333;
}
div#formWrap h4 { /*mail.php用*/
	font-size: 0.9em;
	text-align: center;
}
div#formWrap h3 { /*mail.php用*/
	font-size: 1.2em;
	text-align: center;
}

.thanx {
	margin: 0 auto 400px;
	width: 100%;
	text-align: left;
}


/*privacy*/
dl.personal {
	margin: 0 0 30px;
}
dl.personal dt {
	font-weight: bold;
}
dl.personal dd {
	margin-bottom: 1em;
}
dl.privacy li {
	margin-left: 30px;
}
div.toiawasesaki {
	margin: 10px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #d0d0d0;
	background-color: #ffffff;
}

/*refuge / memseki*/
ul.refugeitiran {
	margin: 2em 0;
}
ul.refugeitiran li {
	margin: 0 5px 0.5em;
    background-image: url(../images/_base2/se_ch01.gif);
    background-repeat: no-repeat;
    background-position: left top 3px;
    padding-left: 20px;
}
ul.menseki {
	margin: 0em 0 1em;
}
ul.menseki li {
    margin: 0 5px 0.25em;
    background-image: url(../images/_base2/sq-0.gif);
    background-repeat: no-repeat;
    background-position: left top 6px;
    padding-left: 15px;
}


/*sitemap*/
ul.sitemap {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
ul.sitemap li {
    padding-left: 30px;
    background-image: url(../images/_base2/arrow06.png);
    background-repeat: no-repeat;
    background-position: left 10px top 7px;
	margin-bottom: 0.5em;
}
ul.sitemap > li:first-child {
	width: 100%;
	padding: 20px 0 20px 30px;
	background-position: left 10px top 27px;
}
ul.sitemap > li:nth-child(n+2) {
	width: 50%;
	padding: 20px 0 20px 10px;
    background-image: none;
}

/* staff */
table.staff {
	margin: 0px 0 10px;
	width: 100%;
	border: 1px solid #6fa0be;
	table-layout: fixed;
}
table.staff.staffform {
}
table.staff th,
table.staff td {
	padding: 10px 7px;
	text-align: left;
	color: #ffffff;
	background-color: #6fa0be;
	vertical-align: top;
	font-size: 0.85em;
	text-indent: 0;
	border: 1px solid #fff;
	font-weight: normal;
	line-height: 120%;
}
table.staff col:nth-child(n+2) {
	width: 40%;
}
table.staff.staffform col:nth-child(2) {
	width: 80%;
}
table.staff input,
table.staff select,
table.staff textarea {
	width: 100%;
	padding: 4px;
}
