/* ---------------------------------------
	common
--------------------------------------- */
.alignCenter {text-align:center;}
.in {display:none !important;}
@media screen and (max-width: 768px) {
.in {display:block !important;}
.out {display:none !important;}
}

.mt100 { margin-top:100px;}

.static {
	padding-bottom:70px;
	box-sizing:border-box;
}
.static p {
	margin-bottom:30px;
}
.static p:last-child {
	margin-bottom:0;
}
@media screen and (max-width: 768px) {
.static {
	padding-bottom:20px;
}
.static p {
	margin-bottom:20px;
}
}

.topSecH {
	margin-bottom:60px;
}
.topSecH h1 {
    margin: 0px auto 15px;
    font-size: 35px;
    line-height: 45px;
}
.topSecH.titleBox {
  background-color: #ff8400;
  background-image: url("../img/common/icon_head1.png");
  background-size: 120px auto;
  background-position: calc(50% + 230px) 20px;
}
.topSecH.titleBox::before {
  background-image: url("../img/common/nami_b_b.svg");
  background-size: 800px auto;
}

@media screen and (max-width: 768px) {
.topSecH h1 {
	margin: 0px auto 5px;
	font-size: 25px;
	line-height: 30px;
}
.topSecH p:first-of-type {
    margin: 0px auto 8px;
    font-size: 15px;
    line-height: 20px;
    opacity: 0.6;
}
.topSecH p:last-of-type::before {
    top: 6px;
}
.topSecH.titleBox {
	background-size: 78px auto;
	background-position: right 18px top 0px;
}
}

.yellowObi {
	background:#f8c347;
	color:#000;
	font-size:24px;
	border-radius:16px;
	padding:20px 25px;
	margin-bottom:40px;
}
.orangeCenter {
	color:#ff8400;
	text-align:center;
	font-size:26px;
	margin-bottom:40px;
}
.simpleTitle {
	font-size:22px;
	font-weight:bold;
	margin-bottom:20px;
}
.charaCenterTitle {
	text-align:center;
	margin-bottom:65px;
}
.charaCenterTitle span {
	display:block;
	color:#ff8400;
	font-size:38px;
	margin:15px 0 0;
}
.underLineTitle {
	font-size:26px;
	color:#ff8400;
	border-bottom:1px dotted #999;
	padding-bottom:15px;
}
.static p.orangeTitle,.orangeTitle {
	font-size:24px;
	color:#ff8400;
	margin-bottom:15px;
}
@media screen and (max-width: 768px) {
.charaCenterTitle {
	margin-bottom:35px;
}
.charaCenterTitle span {
	margin:5px 0 0;
	font-size:28px;
}

.underLineTitle {
    font-size: 20px;
    padding-bottom: 12px;
}

.static p.orangeTitle,.orangeTitle {
	font-size:17px;
	margin-bottom: 8px;
}
}

.charaCenter {
	text-align:center;
	margin-bottom:30px;
}

.wrap {
	max-width:1040px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	padding-right:20px;
}
@media screen and (max-width: 768px) {
.wrap {
	padding-left:14px;
	padding-right:14px;
}
}

.whiteBox {
	background:#fff;
	border-radius:16px;
	padding:40px 36px;
}
@media screen and (max-width: 768px) {
.whiteBox {
	padding:35px 20px;
}
}

.tableLayout {
	width:100%;
	border-collapse:collapse;
	border:1px solid #b3b3b3;
}
.tableLayout tr,.tableLayout th,.tableLayout td {
	border:1px solid #b3b3b3;
}
.tableLayout th,.tableLayout td {
	padding:13px 20px;
}
.tableLayout th {
	background:#fffaf0;
	vertical-align:middle;
}
.tableLayout.twoClum th {
	text-align:right !important;
}
.tableLayout th.w35p {
	width:35%;
}
.tableLayout th.w35w3 {
	width : -webkit-calc(65% / 3) ;
	width : calc(65% / 3) ;
	text-align:center;
}
.tableWrap {
	width:100%;
	overflow:auto;
}
.tableWrap .tableLayout {
	min-width:640px;
}
@media screen and (max-width: 768px) {
.tableLayout.twoClum tr,.tableLayout.twoClum th,.tableLayout.twoClum td {
	display:block;
	border:none;
}
.tableLayout.twoClum th,.tableLayout.twoClum td {
	border-bottom:1px solid #b3b3b3;
}
.tableLayout.twoClum tr:last-child td {
	border-bottom:none;
}
.tableLayout.twoClum th {
	text-align:left !important;
}
}

.bannerList li {
	margin-bottom:10px;
}
.bannerList li a {
	overflow:hidden;
	display:inline-block;
}
.bannerList li a img,.bannerList li a p {
	display:inline-block;
	vertical-align:middle;
}
.bannerList li a img {
	margin-right:15px;
}
.bannerList li a p {
	color:#5dacae;
}
.bannerList li a:hover p {
	text-decoration:underline;
}
@media screen and (max-width: 768px) {
.bannerList li a img {
	margin-bottom:5px;
}
.bannerList li a img,.bannerList li a p {
	display:block;
}
}

.flexBox {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}

.flexBox.half {
	margin-bottom:60px;
}
.flexBox.half dt {
	width:52%;
	margin-right:3.2%;
}
.flexBox.half dd {
	width:44.8%;
}
.flexBox.half.right dt {
	margin-right:0;
	margin-left:3.2%;
	-webkit-box-ordinal-group:2;
	-ms-flex-order:2;
	order:2;
}
@media screen and (max-width:468px) {
.flexBox.half {
	display:block;
}
.flexBox.half dt,.flexBox.half dd {
	width:100%;
}
.flexBox.half dt,.flexBox.half.right dt {
	margin:0 0 15px;
}
}

.inlineBlock.triple {
	margin-bottom:10px;
}

.inlineBlock.triple .box {
	display: inline-block;
	width: 31.6%;
	margin: 1%;
}
.inlineBlock.triple .box:nth-child(1) {
	margin-left: 0;
}
.inlineBlock.triple .box:nth-child(3) {
	margin-right: 0;
}
.inlineBlock.triple .box dt {
	line-height:0;
	margin-bottom:25px;
}

@media screen and (max-width:468px) {
	.inlineBlock.triple .box {
		display: block;
		width: 100%;
		margin: 0;
	}
}

.flexBox.triple {
	margin-bottom:10px;
}
.flexBox.triple .box {
	width : -webkit-calc( -webkit-calc(100% - 70px) / 3) ;
    width : calc( calc(100% - 70px) / 3) ;
	margin:0 35px 50px 0;
}
.flexBox.triple .box:nth-child(3n) {
	margin:0 0 50px;
}
.flexBox.triple .box dt {
	line-height:0;
	margin-bottom:25px;
}
@media screen and (max-width: 768px) {
.flexBox.triple .box {
	width : -webkit-calc( -webkit-calc(100% - 40px) / 3) ;
    width : calc( calc(100% - 40px) / 3) ;
	margin:0 20px 35px 0;
}
.flexBox.triple .box:nth-child(3n) {
	margin:0 0 35px;
}
.flexBox.triple .box dt {
    margin-bottom: 15px;
}
}
@media screen and (max-width:468px) {
.flexBox.triple {
	display:block;
}
.flexBox.triple .box {
	width:100%;
	margin:0 0 35px;
}
}

.floatBox {
	overflow:hidden;
}
.floatBox .left {
	float:left;
}
.floatBox.w200 .right {
	padding-left:242px;
}
@media screen and (max-width:468px) {
.floatBox .left {
	float:none;
	text-align:center;
	margin-bottom:20px;
}
.floatBox.w200 .right {
	padding-left:0;
}
}

.btnGroup .defaultBtn {
	display:inline-block;
	margin:0 14px 10px 0;
}
.btnGroup .defaultBtn:last-child {
	margin:0 0 10px;
}
.defaultBtn a {
	background:#5dacae;
	border-radius:33px;
	line-height:1.5;
	display:inline-block;
	color:#fff;
	font-size:24px;
	letter-spacing:0.075em;
	transition:.3s;
}
.defaultBtn a span {
	display:block;
	padding:12px 64px 18px 45px;
	background:url(../img/common/arr_r_dg.png) no-repeat right 16px center / 16px auto;
	box-sizing:border-box;
}
.defaultBtn a:hover {
	opacity:0.7;
}
.defaultBtn.orange a {
	background:#e76700;
}
.defaultBtn.radius10 a {
	border-radius:10px;
}
@media screen and (max-width: 768px) {
.defaultBtn a {
	font-size:20px;
}
.defaultBtn a span {
	background: url(../img/common/arr_r_dg.png) no-repeat right 16px center / 16px auto;
	background-size:13px;
	padding:12px 51px 14px 33px;
}
}

.simpleBox {
	margin-bottom:100px;
}
.simpleBox:last-child {
	margin-bottom:60px;
}

.tag li {
	display:inline-block;
	margin:0 10px 10px 0;
	font-size:14px;
	color:#ff8400;
	border-radius:6px;
	border:1px solid #ff8400;
	padding:7px 14px;
}
.tag li:last-child {
	margin:0 0 10px;
}

.pointList li {
	overflow:hidden;
	margin-bottom:20px;
}
.pointList li:last-child {
	margin:0;
}
.pointList li .num{
	width:74px;
	height:74px;
	display:block;
	border-radius:50%;
	background:#f8c347;
	font-size:27px;
	line-height:70px;
	text-align:center;
	color:#000;
	float:left;
}
.pointList li .num+span{
	padding:18px 0 0 94px;
	font-size:24px;
	color:#ff8400;
	display:block;
}
@media screen and (max-width: 768px) {
.pointList li .num {
    width: 50px;
    height: 50px;
	line-height: 45px;
}
.pointList li .num + span {
    padding: 0 0 0 64px;
	font-size:20px;
}
}

.teigiList {
	border-top:1px dotted #999;
}
.teigiList dt {
	float:left;
	clear:both;
	padding:10px 13px;
	color:#ff8400;
}
.teigiList dd {
	padding:10px 13px 10px 254px;
	border-bottom:1px dotted #999;
}
@media screen and (max-width: 768px) {
.teigiList dt {
	float:none;
	padding:10px 13px 8px;
}
.teigiList dd {
	padding:0 13px 13px;
}
}


/* ---------------------------------------
	Job
--------------------------------------- */
#job .aboutBox.whiteBox {
	padding-bottom:55px;
	margin-bottom:90px;
}
#job .aboutBox.whiteBox:last-child {
	margin-bottom:50px;
}
#job .aboutBox .flexBox dt {
	width:25%;
	margin-right:4%;
}
#job .aboutBox .flexBox dd {
	width:71%;
}
#job .advice .orangeCenter {
	background:#fff;
	border-radius:23px;
	padding:7px 15px;
	margin-bottom:50px;
}
@media screen and (max-width:468px) {
#job .aboutBox .flexBox {
	display:block;
}
#job .aboutBox .flexBox dt,#job .aboutBox .flexBox dd {
	width:100%;
}
#job .aboutBox .flexBox dt {
	text-align:center;
	margin-bottom:15px;
}
}

/* ---------------------------------------
	customer
--------------------------------------- */
.scrollHeader {
	border-top:2px solid #ff8400;
	border-bottom:1px solid #ccc;
	padding:24px 60px 24px 0;
	overflow:hidden;
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	background:#fff;
	transition:.4s;
	transform:translateY(100%);
	z-index: 99;
}
.scrollHeader.active {
	transform:translateY(0%);
}
.scrollHeader.noFix {
	position:static;
	margin-bottom: -90px;
	transition:0s;
}
.scrollHeader .logo {
	float:left;
	margin-top:14px;
	margin-bottom:0;
}
.scrollHeader .right {
	float:right;
}
.scrollHeader .right .tel,.scrollHeader .right .btnGroup,
.scrollHeader .right .tel img,.scrollHeader .right .tel span {
	display:inline-block;
	vertical-align:middle;
}
.scrollHeader .right .tel {
	margin-right:45px;
}
.scrollHeader .right .tel img {
	margin-right:7px;
}
.scrollHeader .right .tel span {
	color:#ff8400;
	font-size:32px;
	line-height:1.5;
}
.scrollHeader .right .btnGroup {
	margin-right:-60px;
}
.scrollHeader .right .btnGroup li {
	float:left;
	margin:0 14px 0 0;
}
.scrollHeader .right .btnGroup li:last-child {
	margin:0;
}
.scrollHeader .right .btnGroup li .defaultBtn {
	margin:0;
}
#otherHeader.scrollHeader {
	position:absolute;
	bottom:auto;
	display:block;
	transform:translateY(0%);
}

.titleBox {
	position:relative;
	margin-bottom:100px;
}
.titleBox .img{
	position:relative;
}
.titleBox img{
	display: block;
	width:100%;
	height:460px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.titleBox .textBox {
	position:absolute;
	left:0;
	right:0;
	top:50%;
	-webkit-transform:translate(0,-50%);
	transform:translate(0,-50%);
	color:#000;
}
.titleBox .textBox h1 {
	font-size:32px;
	margin-bottom:20px;
}
.titleBox .scroll {
	position:absolute;
	bottom:15px;
	left:0;
	right:0;
	text-align:center;
	color:#000;
	font-size:16px;
	background:url(../img/customer/cursor.png) no-repeat;
	background-size:22px;
	background-position:bottom center;
}
.titleBox .scroll a {
	color:#000;
	padding-bottom:20px;
	display:inline-block;
}

.flexBox.triple.price li.box {
	text-align:center;
}
.flexBox.triple.price li.box .comment {
	margin-bottom:10px;
}
.flexBox.triple.price li.box .comment span {
	margin:0 5px;
}
.flexBox.triple.price li.box dl {
	border:1px solid #ff8300;
	border-radius:20px;
	padding:30px 34px;
	color:#ff8400;
	text-align:center;
}
.flexBox.triple.price li.box:first-child dl {
	background:#fff2e5;
}
.flexBox.triple.price li.box:nth-child(2) dl {
	background:#ffe0be;
}
.flexBox.triple.price li.box:last-child dl {
	background:#ffd9b1;
}
.flexBox.triple.price li.box dl dt {
	font-size:20px;
	border-bottom:1px dotted #999;
	padding-bottom:10px;
	line-height:1.5;
	margin-bottom:10px;
}
.flexBox.triple.price li.box dl dd {
	font-size:24px;
}
.flexBox.triple.price li.box dl dd span {
	font-size:40px;
	margin-right:10px;
}

#customer .tableLayout td{
	text-align:center;
}

@media screen and (max-width:1030px) {
.scrollHeader {
	padding: 34px 60px 34px 0;
}
.scrollHeader .logo {
    margin-top: 10px;
}
.scrollHeader .logo img {
	width:180px;
}
.scrollHeader .right .tel {
	margin:0 20px 0 0;
}
.scrollHeader .right .tel img {
	width:20px;
	margin:5px 7px 0;
}
.scrollHeader .right .tel span {
	font-size:24px;
}
.scrollHeader .right .defaultBtn a {
	font-size:16px;
}
.scrollHeader .right .defaultBtn a span {
    padding: 8px 47px 13px 33px;
    background: url(../img/common/arr_r_dg.png) no-repeat right 16px center / 16px auto;
	background-size:10px;
}
}
@media screen and (max-width: 768px) {
#customer.static {
	margin-top: -20px;
}
.scrollHeader {
    padding: 12px 60px 11px 0;
}
.scrollHeader.noFix {
	margin-bottom: -56px;
}
.scrollHeader .logo {
    margin-top: 8px;
}
.scrollHeader .logo img {
	width:120px;
}
.scrollHeader .right .tel.in {
	display:inline-block !important;
	margin:0 10px 0 0;
}
.scrollHeader .right .tel.in img {
	margin:0;
	width:35px;
}
.scrollHeader .right .btnGroup li {
    margin: 0 10px 0 0;
}
.scrollHeader .right .defaultBtn a {
	font-size:14px;
}
.scrollHeader .right .defaultBtn a span {
    padding: 6px 34px 9px 25px;
    background: url(../img/common/arr_r_dg.png) no-repeat right 16px center / 16px auto;
	background-size:7px;
}

.titleBox {
	margin-bottom:60px;
	text-align:center;
}
.titleBox .textBox {
	position:static;
	-webkit-transform:translate(0,0);
	transform:translate(0,0);
}
.titleBox .img {
	margin-bottom:15px;
}
.titleBox img {
    height: 250px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.titleBox .textBox h1 {
	font-size:24px;
	margin-bottom:12px;
}

.flexBox.triple.price {
	display:block;
	margin-bottom:55px;
}
.flexBox.triple.price li.box {
	width:100%;
	margin:0 0 30px;
}
}
@media screen and (max-width:468px) {
.scrollHeader {
	padding:12px 0 11px;
}
.scrollHeader .logo {
	display:none;
}
#otherHeader.scrollHeader .logo {
	display:block;
/* 	float:none;
	text-align:center;
	margin:0 0 10px; */
}
/* .scrollHeader .right {
	float:none;
	text-align:center;
} */
.scrollHeader .right .tel.in img {
	width:28px;
}
.scrollHeader .right .btnGroup {
	margin:0;
}
}

/* ---------------------------------------
	howto
--------------------------------------- */
#howto .yellowObi {
	margin-bottom:20px;
}
#howto .orangeTitle {
	margin-bottom:8px;
}

#howto .whiteBox {
	margin-bottom:44px;
}
#howto .whiteBox .orangeCenter {
	margin-bottom:15px;
}
#howto .floatBox.right dt {
	float:right;
}
#howto .floatBox.right dd {
	padding:0 319px 0 0;
}
.howtoList li {
	margin-bottom:50px;
}
.howtoList li .num{
	width: 74px;
	height: 74px;
	display: block;
	border-radius: 50%;
	background:#d50000;
	font-size: 27px;
	line-height: 70px;
	text-align: center;
	color:#fff;
	float: left;
}
.howtoList li .textBox{
	padding: 0 0 0 94px;
}
.howtoList li .textBox .underLineTitle{
	padding-bottom:9px;
	margin-bottom:10px;
}

@media screen and (max-width: 768px) {
#howto .floatBox.right dt {
	float:none;
	text-align:center;
	margin-bottom:35px;
}
#howto .floatBox.right dd {
	padding:0;
}
.howtoList li .num {
    width: 50px;
    height: 50px;
	font-size: 27px;
	line-height: 47px;
}
.howtoList li .textBox {
    padding: 0 0 0 66px;
}
}

/* ---------------------------------------
	note
--------------------------------------- */
.titleCharaBox {
	background:#ff8300;
	color:#fff;
	text-align:center;
	padding:90px 20px 30px;
	margin-bottom:22px;
}
.titleCharaBox h1 {
	font-size:38px;
	margin-bottom:65px;
}
.titleCharaBox h1 span {
	position:relative;
	padding-bottom:10px;
}
.titleCharaBox h1 span:after {
	content:"";
	width:100%;
	height:3px;
	background:#fff;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	border-radius:6px;
}
.titleCharaBox .charaList li {
	display:inline-block;
	vertical-align:top;
	margin:0 70px 20px 0;
}
.titleCharaBox .charaList li:last-child {
	margin:0 0 20px;
}
.titleCharaBox .charaList li:nth-child(2n) {
	margin-top:30px;
}

#note .simpleBox {
	background:#f8efe7;
	padding:75px 0 85px;
	margin-bottom:20px;
	color:#222;
}
#note .simpleBox:last-child {
	margin:0;
}

#note .simpleBox .flexBox .box {
	background:#fff;
	box-shadow:0 0 3px rgba(0,0,0,0.3);
	text-align:center;
	padding:25px 30px 35px;
}
#note .simpleBox .flexBox .box .orangeCenter {
	font-size:18px;
	margin-bottom:15px;
}

#note .simpleBox.get .flexBox.double {
	-webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	margin-bottom:25px;
}
#note .simpleBox.get .flexBox.double .box {
	width:31%;
}
#note .simpleBox.get .flexBox.double .box:first-child {
	margin-right:12.6%;
	position:relative;
}
#note .simpleBox.get .flexBox.double .box:first-child:after {
	content:"or";
	position:absolute;
	right:-25.7%;
	top:50%;
	-webkit-transform:translate(0,-50%);
	transform:translate(0,-50%);
	font-size:38px;
}
#note .simpleBox.get .flexBox.double .box dt {
	margin-bottom:25px;
}
#note .simpleBox.get .flexBox.double .defaultBtn {
	margin-top:38px;
}

#note .simpleBox.read {
	border:10px solid #eaceb6;
	box-sizing:border-box;
	text-align:center;
}
#note .simpleBox.read .orangeTitle {
	font-size:38px;
	margin-bottom:45px;
}
#note .simpleBox.read .orangeTitle span {
	position:relative;
	padding-bottom:10px;
	border-bottom:3px solid #ff8400;
	display:inline-block;
}
#note .simpleBox.read .orangeTitle+p {
	margin-bottom:38px;
}
#note .simpleBox.read .defaultBtn {
	max-width:800px;
	margin:0 auto;
	position:relative;
	padding:0 114px;
}
#note .simpleBox.read .defaultBtn:before,#note .simpleBox.read .defaultBtn:after {
	content:"";
	position:absolute;
	top:-9px;
	width:94px;
	height:86px;
}
#note .simpleBox.read .defaultBtn:before {
	left:0;
	background:url(../img/note/0301.png) no-repeat;
	background-size:94px;
}
#note .simpleBox.read .defaultBtn:after {
	right:0;
	background:url(../img/note/0302.png) no-repeat;
	background-size:94px;
}

@media screen and (max-width:850px) {
.titleCharaBox .charaList li {
    margin: 0 25px 20px 0;
}
}
@media screen and (max-width: 768px) {
.titleCharaBox {
    padding: 35px 20px 15px;
	margin-bottom:10px;
}
.titleCharaBox h1 {
    font-size: 30px;
    margin-bottom: 35px;
}

#note .simpleBox {
	padding: 50px 0 45px;
	margin-bottom: 10px;
}
#note .simpleBox .flexBox .box {
	padding:20px 15px 25px;
}

#note .simpleBox.get .flexBox.double .box:first-child::after {
    right: -28.7%;
}

#note .simpleBox.read {
	padding:28px 0 30px;
}
#note .simpleBox.read .orangeTitle {
    font-size: 26px;
}
}
@media screen and (max-width:670px) {
.titleCharaBox .charaList {
	max-width:370px;
	margin:0 auto;
}
.titleCharaBox .charaList li {
    margin: 0 25px 10px 0;
}
.titleCharaBox .charaList li:nth-child(3) {
	margin:0 0 10px;
}
.titleCharaBox .charaList li:nth-child(4) {
	margin-top:0;
}
}
@media screen and (max-width:560px) {
#note .simpleBox .flexBox {
	display:block;
}
#note .simpleBox .flexBox .box,
#note .simpleBox.get .flexBox.double .box {
	padding-bottom:30px;
	width:100%;
}
#note .simpleBox .flexBox.triple .box {
	margin:0 0 20px;
}
#note .simpleBox.get .flexBox.double .box:first-child {
	margin-bottom:90px;
}
#note .simpleBox.get .flexBox.double .box:first-child:after {
	right:0;
	left:0;
	text-align:center;
	top:110%;
}
}
@media screen and (max-width:480px) {
#note .simpleBox.read .defaultBtn {
	padding:0 0 106px;
}
#note .simpleBox.read .defaultBtn a {
	max-width:none;
	width:100%;
}
#note .simpleBox.read .defaultBtn::before,#note .simpleBox.read .defaultBtn::after {
	top:auto;
	bottom:0;
}
}
@media screen and (max-width:468px) {
#note #otherHeader.scrollHeader .logo {
	float:left;
	margin:8px 0 0;
}
#note .scrollHeader .right {
	float:right;
}
.titleCharaBox h1 {
    font-size: 25px;
}
.titleCharaBox .charaList li {
    margin: 0 18px 10px 0;
}
.titleCharaBox .charaList li img {
	width:78px;
}
}