﻿@charset "UTF-8";

/* CSS Document */
/*===============================================
●style.css
===============================================*/
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.container {
	width: 100%;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: reset */
body,div,dl,dt,dd,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote {
	margin: 0;
	padding: 0;
}
@media print {
	body {
		min-width: 1080px;
		-webkit-print-color-adjust: exact;
	}
}

ul,ol{
	margin: 0;
}

header,nav,section,aside,footer {
	display: block;
}

table {
	border-spacing: 0;
}

fieldset,img,a img,abbr,acronym {
	border: 0;
}

li img,dt img {
	vertical-align: top;
}

address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

a {
	outline: none;
}

button, fieldset, form, input, label, legend, select, textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: base */

/*--------------------------------------- font */
html {
	font-size: 62.5%;
}

body {
	/*font-family: 'Open Sans', Verdana,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",Meiryo, sans-serif;*/
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	/*line-height: 1.5;*/
	color: #1d2129;
	-webkit-text-size-adjust: 100%;
	font-size: 1.6em;
	line-height:2;
}
nav * {
	line-height:1.5;
}
nav#side li a:before {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width:779px) {
	html,body {
		-webkit-text-size-adjust: 100%;
		-webkit-overflow-scrolling: touch;
	}
	iframe{
		max-width:100%;
	}
}
/*----------------------- color */
/* red */
.red {
	color: #FF0000;
}

/* white */
.white {
	color: #FFFFFF;
}

/* aqua */
.aqua {
	color: #073b89;
}

/* blue */
.blue {
	color: #334f99;
}

/* black */
.black {
	color: #0b0b0b;
}
/*----------------------- size */
/* size10px */
.size10 {
	font-size: 0.71em;
}

/* size12px */
.size12 {
	font-size: 0.85em;
}

/* size14px */
.size14 {
	font-size: 1.0em;
}

/* size16px */
.size14 {
	font-size: 1.14em;
}

/* size18px */
.size18 {
	font-size: 1.28em;
}

/* size22px */
.size22 {
	font-size: 1.57em;
}

/* size24px */
.size22 {
	font-size: 1.71em;
}


/*--------------------------------------- anchor */

a {
	color: #073B89;
}

a:hover {
	color: #073B89;
}
a[href^=tel] {
	color:unset;
	text-decoration:none;
}
/* btn */
.btn {
	text-align: center;
	display: block;
	padding: 1em 20px 0.5em;
}

.btn a {
	border: 2px solid;
	padding: 0.8em 2em;
	text-decoration: none;
	display: inline-block;
}
/* エディター：スタイル */
.editor-style-btn1 {
	display: inline-block;
	margin: 0.5em 20px;
	padding: 0.8em 2em;
	color: #ffffff;
	background-color: #153E81;
	border:3px solid #153E81;
}
.editor-style-btn1 a {
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}
.editor-style-btn1 a:hover {
	background-color: #ffffff;
	color:#153E81;
	transition: color ease 0.1s, background-color ease 0.1s;
}
.editor-style-text1 {
	color: #ffffff;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3),-1px -1px 5px rgba(0, 0, 0, 0.3);
}
/*--------------------------------------- add class */

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.clearB {
	clear: both;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}
.add_ic {
	position:relative;
	font-weight:500;
}
.ic_ear {padding-left:30px;}
.ic_arrow {padding-right:40px;}
.ic_tel_w {padding-left:20px;}
.ic_shop_w {padding-left:20px;}
.ic_soudan_b {padding-left:25px;}
.ic_yoyaku_b {padding-left:25px;}
.ic_shop_b {padding-left:25px;}
.ic_tel_b {padding-left:25px;}
.ic_case1,.ic_case2,.ic_case3 {
	display:inline-block;
	padding-right:45px;
	font-family: 'Roboto', sans-serif;
	letter-spacing:0.1em;
}

@media screen and (max-width: 779px) {
	.ic_case1,.ic_case2,.ic_case3 {padding:8px 20px 7px 0;font-size:1.2em;}
}
.add_ic::before {
	content:"";
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left:0;
	margin:auto;
}
.ic_ear::before {
	background-image:url("./img/ic_ear.png");
	width:26px;
	height:37px;
}
.ic_arrow::after {
	content:"";
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	margin:auto;
	background-image:url("./img/ic_arrow.png");
	width:20px;
	height:8px;
	left:auto;
	right:0;
}
.ic_tel_w::before {
	background-image:url("./img/ic_tel_w.png");
	width:18px;
	height:18px;
}
.ic_shop_w::before {
	background-image:url("./img/ic_shop_w.png");
	width:18px;
	height:18px;
}
.ic_soudan_b::before {
	background-image:url("./img/ic_soudan_b.png");
	width:21px;
	height:21px;
}
.ic_yoyaku_b::before {
	background-image:url("./img/ic_yoyaku_b.png");
	width:21px;
	height:21px;
}
.ic_shop_b::before {
	background-image:url("./img/ic_shop_b.png");
	width:21px;
	height:21px;
}
.ic_tel_b::before {
	background-image:url("./img/ic_tel_b.png");
	width:20px;
	height:20px;
}
.ic_tel_g::before {
	background-image:url("./img/ic_tel_g.png");
	width:25px;
	height:25px;
}
.ic_case1::after,.ic_case2::after,.ic_case3::after {
	content:"";
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	margin:auto;
	width:40px;
	height:55px;
	right:0;
	font-family:'Roboto', sans-serif;
}
.ic_soudan_g::before {
	background-image:url("./img/ic_soudan_g.png");
	width:21px;
	height:21px;
}
.ic_yoyaku_g::before {
	background-image:url("./img/ic_yoyaku_g.png");
	width:21px;
	height:21px;
}
.ic_shop_g::before {
	background-image:url("./img/ic_shop_g.png");
	width:21px;
	height:21px;
}
@media screen and (max-width: 779px) {
	.ic_ear {padding-left:15px;}
	.ic_arrow {padding-right:13px;}
	.ic_ear::before {
		width:13px;
		height:19px;
	}
	.ic_arrow::after {
		width:10px;
		height:4px;
	}
}
.ic_case1::after {background-image:url("./img/ic_case1.png");}
.ic_case2::after {background-image:url("./img/ic_case2.png");}
.ic_case3::after {background-image:url("./img/ic_case3.png");}
@media screen and (max-width: 779px) {
	.ic_case1::after {background-image:url("./img/ic_case1_s.png");}
	.ic_case2::after {background-image:url("./img/ic_case2_s.png");}
	.ic_case3::after {background-image:url("./img/ic_case3_s.png");}
	.ic_case1::after,.ic_case2::after,.ic_case3::after {
		width:17px;
		height:24px;
		right:-3px;
	}
}
/*--------------------------------------- columnBox */
.columnBox .column {
	padding:1em 0;
}
@media screen and (min-width: 780px), print {
	.columnBox {
		width: 100%;
		position:relative;
		max-width:1080px;
		margin:0 auto;
	}

	.columnBox .column {
		display: table-cell;
		vertical-align: top;
	}
	.columnBox .v_middle {
		vertical-align: middle;
	}
	.columnBox .v_bottom {
		vertical-align: bottom;
	}
	.w20 {
		width: 20%;
	}
	.w30 {
		width: 30%;
	}
	.w40 {
		width: 40%;
	}
	.w50 {
		width: 50%;
	}
	.w60 {
		width: 60%;
	}
	.w70 {
		width: 70%;
	}
	.w80 {
		width: 80%;
	}
	.padr3 {
		padding-right: 3%;
	}
	.padL3 {
		padding-left: 3%;
	}
	.padt3 {
		padding-top: 3%;
	}
	.padt6 {
		padding-top: 6%;
	}
}
/*--------------------------------------- list_text_top */
h3.news_top {
	font-size:1.2em;
	font-weight:bold;
	padding:0 0 10px 25px;
	text-align:left;
	line-height:1;
	margin:20px 0 0;
	color:#1d2129;
}
.list_text_top {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	padding:0 50px 15px 25px;
}
.list_text_top dt {
	padding-right:10px;
	border-right:1px solid #000;
	line-height:1.3;
}
.list_text_top dd {
	padding:0 10px 0 12px;
}
.list_text_top .year,.list_text_top .date {
	display:block;
}
.list_text_top .year {
	font-size:1.14em;
}
.list_text_top .date {
}
.list_text_top .text {
}
.list_text_top .text {
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;  
	overflow:hidden;
	font-size:0.775em;
	line-height:1.6;
	height:3em;
}
@media screen and (max-width: 779px) {
	h3.news_top {
		font-size:1.13em;
		padding-left:15px;
	}
	.list_text_top {
		padding:0 58px 30px 15px;
	}
	.list_text_top dt {
		border-right:2px solid #000;
	}
	.list_text_top .year {
		font-size:0.9375em;
	}
	.list_text_top .date {
		font-size:0.75em;
	}
	.list_text_top .text {
		height:3.33em;
	}
}
/*--------------------------------------- list_text */
.list_text,
.list_text li {
	display: block;
	padding: 0;
	margin: 0;
}
.list_text li {
	background-color: #f4f4f4;
}
.list_text li:nth-child(2n) {
	background-color: #fafafa;
}

.list_text li a {
	text-decoration:none;
	display: block;
	color: #777;
}
.list_text li .listBox {
	width: 100%;
}
.list_text li .date {
	font-size: 0.9em;
	width: 8em;
}
.list_text li .new {
	font-size: 0.9em;
	margin: 5px;
}
@media screen and (min-width: 481px), print {
	.list_text li .listBox {
		display: table;
	}
	.list_text li .listBox .date,
	.list_text li .listBox .text {
		display: table-cell;
		vertical-align: middle;
		padding: 1em 20px;
	}
}
@media screen and (max-width: 480px) {
	.list_text li .listBox {
		padding: 10px 20px;
		display: block;
	}
	.list_text li .listBox .date,
	.list_text li .listBox .text {
		padding: 5px 0;
		display: block;
	}
}
/*--------------------------------------- list_thumbnail */
.list_thumbnail {
	width:100%;
	padding: 1em 0;
	margin: 0;
}

.list_thumbnail li{
	display: inline-block;
	vertical-align: top;
	margin: 0;
}
.list_thumbnail li a {
	display: block;
	text-decoration: none;
	color: #777777;
}
.list_thumbnail .listBox {
	display: block;
	padding: 0 10px 1em;
	position: relative;
}
.list_thumbnail .thumbnail {
	display: block;
	overflow: hidden;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	transition: linear 0.2s;
}
.list_thumbnail .thumbnail span{
	padding: 27% 0;
	display: block;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: inset 0 -1em 4em 1em rgba(0, 0, 0, 0.05);
	transition: all 0.5s ease-out;
}
.list_thumbnail li a:hover .thumbnail span{
	transform: scale(1.1);
	box-shadow: none;
}
.list_thumbnail .dateBox {
	display: block;
	padding: 0 10px;
	background-color: #f4f4f4;
	font-size: 0.9em;
}
.list_thumbnail .date,
.list_thumbnail .new {
	margin: 5px;
	display: inline-block;
	vertical-align: middle;
}
.list_thumbnail .date {
	padding: 0.1em 0;
}
.new {
	color: #3ba5eb;
	padding: 0.01em 0.5em;
	border: 1px solid;
	border-radius: 100em;
}
.list_thumbnail .title {
	display: block;
	padding: 0.5em 10px 1em;
}
.list_thumbnail .text {
	display: block;
	padding: 0.5em 10px 1em;
	border-top: 1px dashed #ddd;
	color: #999;
	font-size: 0.9em;
}
@media screen and (min-width: 1200px), print {
	.list_thumbnailC5 li{
		width: 20%;
	}
	.list_thumbnailC6 li{
		width: 16%;
	}
}
@media screen and (min-width: 780px), print {
	.list_thumbnailC1 li{
		width: 100%;
		display:block;
	}
	.list_thumbnailC2 li{
		width: 50%;
	}
	.list_thumbnailC3 li{
		width: 33%;
	}
	.list_thumbnailC4 li{
		width: 25%;
	}
	.list_thumbnailC5 li{
		width: 20%;
	}
	.list_thumbnailC6 li{
		width: 16%;
	}
}

@media screen and (max-width: 779px) {
	.list_thumbnailC2 .listBox {
		padding: 0 0 2em;
	}
	.column_thumbnail {
		width: 35.2%;
	}
	.list_thumbnail li{
		width: 50%;
	}
	.list_thumbnailC1 li{
		width: 100%;
		display:block;
	}
	.list_thumbnailC4 li{
		width: 50%;
	}
	.list_thumbnailC5 li{
		width: 50%;
	}
	.list_thumbnailC6 li{
		width: 50%;
	}
}

@media screen and (min-width: 480px), print {
	.list_thumbnailC2 li .listBox {
		padding: 1em 2em 1em 0;
	}
	.list_thumbnailC2 li:nth-child(2n) .listBox {
		padding: 1em 0 1em 2em;
	}
}
@media screen and (max-width: 479px) {
	.list_thumbnail li{
		width: 100%;
	}
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::.body_common set-up */
h1, h2, h3, h4, h5, h6 {
	clear: both;
	position: relative;
}
.lower h1,
h2 {
	padding: 30px 0;
	margin: 0 auto 70px;
	text-align: center;
	font-weight: bold;
}
@media screen and (max-width: 779px) {
	h2 {
		margin-bottom:0;
	}
}
.h2_span {position:relative;}
.h2_span::after {
	content:url("./img/h2_under.png");
	position:absolute;
	bottom:-18px;
	left:0;
}

.lower .uLine h1, .uLine h2 {
	display:inline-block;
	position:relative;
	margin-bottom:20px;
}
.lower .uLine h1::after, .uLine h2::after {
	content:url("./img/h2_under.png");
	position:absolute;
	bottom:18px;
	left:0;
}
.lower .title_box h2 {
	padding: 10% 0;
	background-size: cover;
	background-position:top center;
	letter-spacing: 3px;
	margin-bottom:30px;
}
.lower .h2_span::after {
	bottom:-25px;
}
.lower .uLine h2::after {
	bottom:25px;
}
.lower h2 .title_conf,
.lower h2 .title_page {
	display:inline-block;
}
.lower h2 .title_conf {
	position: relative;
	display: inline-block;
	padding: 0 45px 0 0;
	color: #fff;
	text-decoration: none;
}
.lower h2 .title_conf::before,
.lower h2 .title_conf::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.lower h2 .title_conf:before {
	right: 20px;
	width: 11px;
	height: 11px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.lower .content_img img {
  border-radius:10px;
}
.h2_span #title,
.h2_span .title_conf {
  text-shadow:1px 1px #888;
  color:#fff;
}
@media screen and (max-width: 779px) {
	.h2_span::after {
		content:url("./img/h2_under_s.png");
		bottom:-20px;
	}
	.uLine h2::after {
		content:url("./img/h2_under_s.png");
		bottom:20px;
	}
}
/* h:変更した場合はstyle_editor.cssにも反映すること */
h3 {
	margin: 10px 0 1em 0;
	padding: 0;
	color: #073A89;
	font-weight: bold;
}

h4{
	margin-bottom: 10px;
	padding: 10px 0;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
}

h5 {
	margin: 1.5em 0 1em;
	padding: 0 10px 0 10px;
	border-left: 7px solid #073A89;
	font-weight: bold;
}

h6 {
	color: #073A89;
	font-weight: bold;
	margin: 10px 0;
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}

@media screen and (min-width: 780px), print {
	.lower h1,
	h2 {
		font-size: 1.563em;
	}
	h3 {
		font-size: 1.4em;
	}
	h4 {
		font-size: 1.3em;
	}
	h5 {
		font-size: 1.1em;
	}
	h6 {
		font-size: 1em;
	}
}
@media screen and (max-width: 779px) {
	.lower h1,
	h2 {
		/*font-size: 1.09em;*/
		font-size:1.6em;
	}
	h3 {
		font-size: 1em;
	}
	h4 {
		font-size: 1em;
	}
	h5,h6 {
		font-size: 1em;
	}
}

/* lower navi */
.lower .link_navi {
	max-width: 700px;
	margin: 0 auto;
	font-weight:bold;
}
.lower .link_navi .title {
	text-align:center;
	position: relative;
	display: block;
	padding: 0 55px;
	font-size: 1.5em;
	margin-bottom:20px;
}

.lower .link_navi .title:before,.lower .link_navi .title:after {
  content: '';
  position: absolute;
  top: 55%;
  display: block;
  width: 40%;
  height: 1px;
  background-color: black;
}

.lower .link_navi .title:before {
  left:0;
}
.lower .link_navi .title:after {
  right: 0;
}
.lower .link_navi {
	margin-bottom:30px;
}
.lower .link_navi ul {
	padding:0;
}
.lower .link_navi li a {
	position: relative;
	display: block;
	padding: 6px 0 6px 27px;
	color: #000;
	text-decoration: none;
	border-bottom:dotted 1px #aaa;
}
.lower .link_navi li:last-of-type a {
	border-bottom:none;
}
.lower .link_navi li a::before,
.lower .link_navi li a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.lower .link_navi li a:before {
	left: 10px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.lower .top_menudata {
	max-width:1044px;
	margin:0 auto;
	padding:0 10px 30px;
}
/* table */
table {
	border-collapse: collapse;
}

table th,
table td {
	padding: 12px;
	border: 1px solid #CCCCCC;
}

table th {
	background: #eeeeee;
	text-align: center;
}

table[border="0"],
table[border="0"] th,
table[border="0"] td {
	border: none;
}
table[border="1"],
table[border="1"] th,
table[border="1"] td {
	border: 1px solid #CCCCCC;
}
@media screen and (max-width:479px) {
	table th {
		width: auto !important;
	}
	table.responsive {
		border:none;
	}
	table.responsive tr{
		display:flex;
		flex-wrap:wrap;
		border:none;
	}
	table.responsive th,
	table.responsive td{
		text-align:left;
		width:96% !important;
		display: list-item;
		list-style:none;
	}
	table.responsive tr table{
		display: table;
	}
	table.responsive th table th,
	table.responsive td table td{
		width:auto !important;
		display: table-cell;
	}
	table.noresponsive tr{
		display: table-row;
	}
	table.noresponsive th,
	table.noresponsive td{
		text-align:left;
		width:100% !important;
		display: table-cell;
		list-style:none;
	}
	table.noresponsive tr table{
		display: table;
	}
	table.noresponsive th table th,
	table.noresponsive td table td{
		width:auto !important;
		display: table-cell;
	}
}

/* 見出しスタイル	---------- タイトル ------------ */
.ttlStyle01{
	display: flex;  /* 横並びにする */
	align-items: center;  /* 垂直方向に中央 */
	text-align: center;  /* 文字のセンタリング(複数行になったとき用) */
  }
 
 
  /* 共通部分はまとめる */
  .ttlStyle01::before,
  .ttlStyle01::after{
	content:"";
	flex-grow: 1;  /* 線の伸び率 */
	border-bottom: 1px solid #333;
  }
 
  /* 左側の線 */
  .ttlStyle01::before{
	margin-right: 10px;  /* 線と文字の間のスペース */
	padding-left: 15px;  /* 線の長さが、最低でも15px以上になるように余白をとる */
  }
 
  /* 右側の線 */
  .ttlStyle01::after{
	margin-left: 10px;  /* 線と文字の間のスペース */
	padding-right: 15px;  /* 線の長さが、最低でも15px以上になるように余白をとる */
  }

/* contact form */
.form_flow {
	width: 100%;
	margin: 20px auto 0;
	padding: 0;
	display: table;
	table-layout: fixed;
}

.form_flow li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-left: 10px solid #ffffff;
	padding: 10px;
	color: #ffffff;
	width: 34%;
	background-color: #adadad;
}

.form_flow li:first-child {
	border-left: none;
}

.form_flow li.current {
	background-color: #073b89;
}

.form_flow li span {
	color: #ffffff;
	font-size: 0.9em;
	padding: 10px;
	width: 100%;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.contact_msg {
	margin: 0 auto;
}

.contact_msg_complete {
	padding: 100px 40px;
	box-shadow: inset 0 0 0 2px #f0f0f0;
}

.contact_msg .editor-style-btn1 {
	float: right;
}

.contact_msg .editor-style-btn1:after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
}

.error_box {
	font-size: 0.95em;
	margin: 0 auto;
	background-color: #fff7f6;
	box-shadow: 1px 0px #e5e5e5,-1px 0px #e5e5e5;
	padding: 20px 5%;
}

.error_box .error {
	color: #e72719;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #e72719;
}

.error_box .error_msg {
	margin-top: 20px;
}

.contact form {
	text-align: center;
}

#input-table {
	display: block;
	width: 100%;
	max-width: 100%;
}

#input-table table {
	width: 100%;
	padding: 5px;
	margin: 0 auto 20px;
	border: none;
	box-shadow: inset 0 0 0 2px #f0f0f0;
	background-color: #ffffff;
}

#input-table table li {
	margin-left: 0;
}

#input-table table th {
	width: 35%;
	padding: 20px 60px 20px 30px;
	color: #3f4242;
	background: rgba(0, 0, 0, 0);
	text-align: left;
	border: none;
	position: relative;
	vertical-align: top;
}

#input-table table td {
	padding-left: 10px;
}

#input-table table tr {
	transition: linear 0.2s;
	border-top: 1px solid #ccc;
}

#input-table table tr:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

#input-table table tr:first-child {
	border-top: 5px solid #f0f0f0;
}

#input-table table tr:last-child {
	border-top: 2px solid #f0f0f0;
}

.input_required,
.input_not_required:before {
	font-size: 0.9em;
	padding: 2px 6px;
	display: inline-block;
	background-color: #073b89;
	color: #ffffff;
	position: absolute;
	right: 10px;
	top: 20px;
}

.input_not_required:before {
	content: "任意";
	background-color: #adadad;
	text-align: center;
}

#input-table table td {
	padding: 20px 30px;
	border: none;
	text-align: left;
}

#input-table table tr:last-child td {
	text-align: center;
}

#input-table div.formcomment {
	clear: both;
	margin-left: 7px;
	margin-top: 3px;
}

#input-table table td ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

input[type="text"],
input[type="password"] {
	border: 0;
	padding: 4px;
	border: solid 1px #ccc;
	max-width: 100% !important;
	resize: none;
	border-radius: 5px;
}

.body_textbook_form input[type="text"] {
	margin-bottom: 10px;
}

#input-table table .form_input_addnumber {
	width: 40% !important;
}

#input-table table textarea {
	padding: 10px;
	width: 96% !important;
	border: solid 1px #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

input:focus,
input:textarea {
	border: solid 1px #3ba5eb;
}

.input_button {
	font-size: 0.9em;
	font-weight: bold;
	-webkit-appearance: none;
	padding: 4px 10px;
	background-color: #073b89;
	color: #ffffff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

#input-table .input_button {
	padding: 10px 50px;
}

#input-table .submit_button {
	text-align: center;
	padding-top: 20px;
}

#input-table .privacy {
	font-size: 0.9em;
	height: 200px;
	overflow: auto;
	border: 1px solid #ddd;
	padding: 10px;
	background: #ffffff;
	border-radius: 3px;
}

/* セパレーター */
#input-table table tr.input-formgroup-blank th{
	background:#F0F0F0;
	border:none;
}
#input-table table tr.input-formgroup{
	padding-top:20px;
}
#input-table table tr.input-formgroup th{
	text-align:left;
	border:none;
	padding:10px 0 5px 50px;
	background-image:url(./img/icon_arrow_down.png);
	background-repeat:no-repeat;
	background-position: 5px 10px;
	background-color:#074D93;/* セパレーターth背景色 */
	border-top:2px solid #EEEEEE;
	border-left:2px solid #EEEEEE;
	border-right:2px solid #EEEEEE;
	border-bottom:1px solid #EEEEEE;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
}
#input-table table tr.input-formgroup th.formgroup-closed{
	background-image:url(./img/icon_arrow_down.png);
	background-repeat:no-repeat;
	background-position: 5px 10px;
	border-bottom:2px solid #EEEEEE;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#input-table table tr.input-formgroup th:hover{
	cursor:pointer;
	filter: alpha(opacity=90);
	opacity:0.90;
	-moz-opacity:0.90;
	-ms-filter: "alpha(opacity=90)";
}
#input-table table tr.input-formgroup span.input-formgroup-title{
	display:block;
	color:#FFFFFF;/* セパレータータイトル文字色 */
	font-size:1.3em;/* セパレータータイトル文字サイズ */
	padding-bottom:5px;
}
#input-table table tr.input-formgroup span.input-formgroup-text{
	position: relative;
	display:block;
	color:#FFFFFF;/* セパレーター説明文文字色 */
	padding:0 5px 0 1em;
	margin:5px 10px 10px 10px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#input-table table tr.input-formgroup span.input-formgroup-text:before{
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 0.5em;
	height: 0.5em;
	background: #FFFFFF;
	content:"";
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
}
#input-table table tr.input-formgroup span.input-formgroup-text a:visited,
#input-table table tr.input-formgroup span.input-formgroup-text a:link{
	color:#FFFFFF;/* セパレーター説明文内リンク色1 */
	text-decoration:underline;
}
#input-table table tr.input-formgroup span.input-formgroup-text a:hover,
#input-table table tr.input-formgroup span.input-formgroup-text a:active{
	color:#66FFFF;/* セパレーター説明文内リンク色2 */
	text-decoration:underline;
}
@media screen and (max-width:779px) {
	#input-table table {
		width: 100%;
		border-collapse: collapse;
		border-bottom: 1px solid #CCCCCC;
	}

	#input-table table th ,
		#input-table table td {
		width: 100%;
		display: block;
		border-top: none;
		text-align: left;
	}

	#input-table table th {
		padding: 6px 45px 6px 12px;
		background: #eeeeee none repeat scroll 0 0;
		font-weight: normal;
	}
	#input-table table td {
		padding-bottom: 20px;
	}
	#input-table table td:after {
		content:"";
		display:block;
		clear:both;
	}
	input[type="text"], input[type="password"] {
		width: 100%!important;
	}
	#input-table table textarea {
		width: 96%;
		max-height: 24vw;
		font-size: 110%;
	}
	.input_required,
	.input_not_required:before {
		position: absolute;
		right: 10px;
		font-size: 0.8em;
		top: 6px;
	}
}
@media screen and (max-width:479px) {
	.form_flow li {
		display: block;
		width: 100%;
		border-left: 10px solid #cccccc;
		border-top: 1px dotted #ccc;
		text-align: left;
	}
	.form_flow li:first-child {
		border-top: none;
	}
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: main */

/*--------------------------------------- index.html パターン1 */

/*次矢印のアイコンフォント*/
#section_main_img_2 .sp-next-arrow:before {
	content: ' ' !important;
	display: block;
	background: url(js/slider-pro/images/arrow-right.png) no-repeat left top;
	text-indent: -9999px;
	width: 60px;
	height: 60px;
	transform: none;
}
/*前矢印のアイコンフォント*/
#section_main_img_2 .sp-previous-arrow:before {
	content: ' ' !important;
	display: block;
	background: url(js/slider-pro/images/arrow-left.png) no-repeat left top;
	text-indent: -9999px;
	width: 60px;
	height: 60px;
	transform: none;
}

#section_main_img_2 .sp-next-arrow::after,
#section_main_img_2 .sp-next-arrow::before,
#section_main_img_2 .sp-previous-arrow::after,
#section_main_img_2 .sp-previous-arrow::before {
	background-color: transparent;
}

#section_main_img_2 .sp-previous-arrow::before,
#section_main_img_2 .sp-next-arrow::before {
	position: relative;
}

#section_main_img_2 .sp-previous-arrow::before {
	left: 0;
}

#section_main_img_2 .sp-next-arrow::before {
	right: 40px;
}

#section_main_img_2 .spTitle {
	display: none;
}

@media screen and (min-width: 780px), print {
	#section_main_img_2 .text {
		padding: 0 100px;
	}
}
@media screen and (max-width: 779px) {
	#section_main_img_2 {
		margin-bottom: 2em;
	}
	#section_main_img_2 .text {
		display: none;
	}
	#section_main_img_2  .img {
		line-height: 0;
	}
	#section_main_img_2 .sp-previous-arrow::before {
		left: -20px;
	}
	#section_main_img_2 .sp-next-arrow::before {
		right: 20px;
	}
	#section_main_img_2 .spTitle {
		display: block;
		padding: 5px 20px;
		background: #f4f4f4;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	#section_main_img_2 .sp-mask {
		padding-bottom: 3em;
	}
}
@media screen and (max-width:479px) {
	#section_main_img_2 .text .btn a {
		padding: 8px 40px 8px 20px;
	}
	/*次矢印のアイコンフォント*/
	#section_main_img_2 .sp-next-arrow,
	#section_main_img_2 .sp-previous-arrow {
		display: none;
	}
}
/*--------------------------------------- index.html パターン2 */

#section_main_img .sp-slide {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#section_main_img .sp-slides a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #333;
}
#section_main_img .sp-slides .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#section_main_img .sp-slides .main_img_box {
	background-color: #f4f4f4;
	padding: 10px 20px;

}
#section_main_img .sp-slides .main_img_title,
#section_main_img .sp-slides .main_img_text {
	display: block;
}
#section_main_img .sp-slides .main_img_title {
	font-size: 1.2em;
}
#section_main_img .sp-slides .main_img_text {
	display: block;
	border-top: 1px dotted #ccc;
	padding-top: 5px;
	margin-top: 5px;
}
#section_main_img .sp-slides .main_img_bg {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
@media screen and (min-width: 780px), print {
	#section_main_img .sp-slides .main_img_bg {
		display: table;
		width: 100%;
		height: 100%;
	}
	#section_main_img .sp-slides .main_img_box {
		max-width: 600px;
		margin: 20px;
		position: absolute;
		left: 0;
		bottom: 0;
	}
}
@media screen and (max-width: 779px) {
	#section_main_img .sp-slides .img {
		padding: 16% 0;
		display: block;
		position: relative;
	}
	#section_main_img .sp-slides .main_img_box {
		display: block;
	}
	#section_main_img .sp-slides .main_img_title,
	#section_main_img  .sp-slides .main_img_text {
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	#section_main_img .sp-slides .main_img_sub_title,
	#section_main_img  .sp-slides .main_img_text {
		font-size: 0.9em;
	}
	#section_main_img .sp-slides .main_img_title {
		font-size: 1.1em;
	}
}
/*--------------------------------------- news/index_detail.html */
.columnBox h2 {
}

.containerInner_news .thumbnail {
	display: block;
	text-align: center;
}
.containerInner_news .date {
	display: block;
	margin-bottom: 20px;
	padding: 0 0 10px;
	font-size: 0.9em;
	border-bottom: 1px solid #ddd;
}
/*--------------------------------------- contact/index.html */
.contact p {
	margin-bottom: 2em;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 中ページ基本デザイン */
.content_wrapper {
	overflow: hidden;
}
.contents_box {
	position: relative;
	margin-bottom:50px;
}
.contents_box article{
	position: relative;
	max-width: 1200px;
	padding: 5% 0 80px;
	margin: 0 auto;
}
.contents_box .content_img {
	z-index: 1;
	background-color: #fff;
}
.contents_box .content_img img{
	vertical-align: middle;
}
.contents_box .content_info {
	position: relative;
	z-index: 2;
	background-color: rgba(255,255,255,0.9);
	padding: 5%;
}
.contents_box .content_info:after {
	content: "";
	display: block;
	clear: both;
}
.contents_box .content_info .content_title {
	font-weight: bold;
}

.content_wrapper .contents_box:first-child article:before {
	display: none;
}

.contents_box_left {
	background: #ffffff;
	background: -moz-linear-gradient(left,  #ffffff 0%, #ffffff 55%, #e4f2f9 55%, #e4f2f9 100%);
	background: -webkit-linear-gradient(left,  #ffffff 0%,#ffffff 55%,#e4f2f9 55%,#e4f2f9 100%);
	background: linear-gradient(to right,  #ffffff 0%,#ffffff 55%,#e4f2f9 55%,#e4f2f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4f2f9',GradientType=1 );
}
.contents_box_right {
	background: #e4f2f9;
	background: -moz-linear-gradient(left,  #e4f2f9 0%, #e4f2f9 45%, #fff 45%, #fff 100%);
	background: -webkit-linear-gradient(left,  #e4f2f9 0%,#e4f2f9 45%,#fff 45%,#fff 100%);
	background: linear-gradient(to right,  #e4f2f9 0%,#e4f2f9 45%,#fff 45%,#fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f2f9', endColorstr='#fff',GradientType=1 );
}

@media screen and (min-width:780px), print {
	.contents_box .content_info {
		width: 50%;
	}
	.contents_box .content_info .content_title {
		font-size: 1.5em;
	}
	.contents_box .content_img {
		position: absolute;
		top: 0;
		margin: 7% 0 0;
		width: 70%;
		max-width:800px;
	}
	/*------------------- 画像左表示 */
	.contents_box_left .content_info {
		margin: 9% 0 0 auto;
	}
	.contents_box_left .content_img {
		left: 0;
	}
	/*------------------- 画像左表示 */
	.contents_box_right .content_info {
		margin: 9% auto 0 0;
	}
	.contents_box_right .content_img {
		right: 0;
	}
	/*------------------- 画像なし表示 */
	.contents_box .content_info_w100 {
		margin: 0;
		width: 100%;
	}
}
@media screen and (max-width:779px) {
	.contents_box .content_img {
		position: relative;
		width: 100%;
	}
	.contents_box .content_info .content_title {
		font-size: 1.2em;
	}
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::.body_common contents */

/*--------------------------------------- container */

html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
}

header #header_inner,
.header_scroll .header_inner,
.breadCrumb ul,
.layout02,
.copy div {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width:779px) {
	#background_section {
		position:relative;
	}
	#background_section::after {
		content:"";
		position:absolute;
		top:0;
		right:0;
		width:58px;
		height:100%;
		background-color:#003d99;
		z-index:-1;
	}
}
/*--------------------------------------- header */
header {
	position: relative;
	z-index: 9999;
}
header #header_inner,
.header_scroll .header_inner {
	padding: 15px 10px 10px;
}
header a,
.header_scroll a {
	color: #333;
	text-decoration: none;
	display: block;
}
header a:hover {
	text-decoration: underline;
}
.header_sublink {
	float:right;
	display:table;
}
.header_sublink .header_sublink_left {
	padding:0;
	list-style:none;
	display:table-cell;
	vertical-align:middle;
	font-size:0.765em;
}
.header_sublink .header_sublink_left li {
	display:inline-block;
	min-width:100px;
	padding-right:20px;
}
.header_sublink .header_sublink_left li a {
	color:#073b89;
}
.header_sublink_right {
	display:table-cell;
	color:#073b89;
	line-height: 1;
}
.header_sublink_right a {
	color:#073b89;
	font-size:1.455em;
}
.header_sublink_right .add_tel_b {
	font-size:1.65em;
}
nav.gNavi {
	display:block;
	vertical-align:middle;
	margin:0 auto;
	background-color:#073b89;
}
nav.gNavi ul {
	padding:0;
	list-style:none;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	max-width:1080px;
	margin:0 auto;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}
nav.gNavi ul li a {
	color:#fff;
	font-size:0.875em;
	font-weight:bold;
}
nav.gNavi ul li[data-menu="corporate1"] a {
  position:relative;
}
nav.gNavi ul li[data-menu="corporate1"] a::after {
  content:"";
  display:block;
  width:1.2em;
  height:1.2em;
  position:absolute;
  right:-5px;
  top:0;
  bottom:0;
  margin:auto 0;
  background-image:url(./img/external_white.png);
  background-size:cover;
}
.header_sublink_right span {
	font-size:0.75em;
}
.header_sublink_right .header_times {
	padding-left:0.5em;
	font-size:0.65em;
}
header #header_logo,
.header_scroll .header_logo,
nav.gNavi li {
	display: inline-block;
	vertical-align: middle;
}
header #header_logo,
.header_scroll .header_logo {
	font-size: 1em;
}
header div,
.header_scroll div {
	position: relative;
}
#header_inner .header_sublink_sp {
	display:none;
}
header #header_logo img,
header #header_logo span,
.header_scroll .header_logo img,
.header_scroll .header_logo span {
	display: inline-block;
	vertical-align: middle;
}
header #header_logo img,
.header_scroll .header_logo img {
	max-height: 40px;
	width: auto;
}
header #header_logo span,
.header_scroll .header_logo span {
	font-size: 0.9em;
	padding: 0 20px;
}
.header_scroll {
  position: fixed;
  z-index: 9999;
  width: 100%;
  background-color: #fff;
  top: -300px;
}
@media screen and (max-width: 779px) {
  .header_scroll {
  }
	.header-nav-logo {
		margin:60px auto 45px;
		text-align:center;
	}
	.header-nav-logo img {
		max-width:75%;
	}
	.pure-drawer {
		padding:0 20px;
	}
	.nav-sub {
		padding:0;
		font-size:0.875em;
	}
	.nav-sub li {
		float:left;
		width:33.3%;
		text-align:center;
	}
	.nav-sub li a {
		text-decoration:none;
		color:#535353;
		display:block;
		margin-right:5px;
		background-color:#e5e5e5;
		padding:10px 0;
		position:relative;
	}
	.nav-sub li a::after {
		/*content:"";
		position:absolute;
		top:50%;
		transform:translateY(-50%);
		-webkit-transform:translateY(-50%);
		right:5px;
		display:block;
		width:6px;
		height:3px;
		background-image:url("./img/ic_menu_a.png");*/
		content: "\f0d8";
		position: absolute;
		font-family: FontAwesome;
		font-weight: bold;
		right: 10px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		top: 50%;
	}
	.nav-sub li:last-of-type a {
		margin-right:0;
	}
  .nav-primary li {
    position:relative;
  }
	.nav-primary li a {
		font-size:0.875em;
	}
  .nav-primary li[data-menu="greeting"] a::after {
    content:"";
    display:block;
    width:1.2em;
    height:1.2em;
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    margin:auto 0;
    background-image:url(./img/external_black.png);
    background-size:cover;
  }
}
@media screen and (max-width:479px) {
	.nav-sub li {
		width:100%;
	}
	.nav-sub li a {
		margin-right:0;
		margin-bottom:5px;
	}
}
/* global navigation */
nav.gNavi li {
	border-bottom: none;
}

nav.gNavi li span {
	display: none;
}

nav.gNavi li a {
	display: block;
	padding: 15px 1em;
	text-decoration: none;
}
nav.gNavi li .header_sub_nav{
	display: none;
	font-size:0.85em;
	max-width: 300px;
	padding: 0px;
	position: absolute;
	z-index: 1000;
}
nav.gNavi li .header_sub_nav li{
	width: 100%;
	background-color: #FEFEFE;
	border-top:1px solid #EEEEEE;
}
nav.gNavi li .header_sub_nav li.menulevel3{
	padding-left:7px;
}
nav.gNavi li .header_sub_nav li.menulevel4{
	padding-left:14px;
}
nav.gNavi li .header_sub_nav li.menulevel5{
	padding-left:21px;
}
.menutext {
  position: absolute;
  font-size: 7.5px;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
@media screen and (max-width:779px) {
	header #header_inner {
		padding: 10px 60px 10px 10px;
		width:auto;
	}
  .header_scroll .header_logo span {
    display:none;
  }
	#header_inner .header_sublink {
		display:none;
	}
	#header_inner .header_sublink_sp {
		display:block;
		float:right;
		padding:10px;
		background-color:#003d99;
		margin-right:10px;
	}
  .header_scroll .header_inner .header_sublink_sp {
    padding-right:6px;
  }
  .header_scroll .header_inner .header_sublink_sp a {
    display:block;
    padding:9px;
    background-color:#003d99;
    white-space:nowrap;
    padding-left:30px;
    font-weight:bold;
  }
  .header_scroll .header_inner .header_sublink_sp .add_ic::before {
    left:10px;
  }
  .header_scroll .header_inner {
    display:flex;
    justify-content:space-between;
    padding:10px 60px 10px 10px;
  }
	.header_scroll .header_inner .header_sublink_sp a,
	#header_inner .header_sublink_sp a {
		font-size:0.73em;
		color:#fff;
	}
	header #header_logo {
		width: auto;
		text-align: center;
		display:inline-block;
	}
	header #header_logo span {
		margin-top: 1em;
		display: block;
		clear: both;
		float: none;
		padding-left: 0;
	}
	header #header_logo img,
	.header_scroll .header_logo img {
		max-height: 20px;
		width:auto;
	}
}
@media screen and (max-width:479px) {
	header #header_inner {
		padding: 10px 60px 10px 10px;
	}
	header #header_logo a {
		display: block;
		padding: 5px;
		text-align: left;
	}
	header #header_logo span {
		display: none;
	}
}
/*--------------------------------------- kayFrame */

/*--------------------------------------- mainContaints */
.body_common .container {
	margin-top:60px;
}

.bg_gray {
	background-color: #f4f4f4;
}

.container article {
	padding: 0;
}
@media screen and (min-width:780px), print {
	.container .default {
		margin:40px 0 60px;
	}
}
.container .default.textRight {
	background: #ffffff;
	background: -moz-linear-gradient(left,  #ffffff 0%, #ffffff 47%, #e4f2f9 47%, #e4f2f9 47%, #e4f2f9 100%);
	background: -webkit-linear-gradient(left,  #ffffff 0%,#ffffff 47%,#e4f2f9 47%,#e4f2f9 47%,#e4f2f9 100%);
	background: linear-gradient(to right,  #ffffff 0%,#ffffff 47%,#e4f2f9 47%,#e4f2f9 47%,#e4f2f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4f2f9',GradientType=1 );
}
.container .default.textLeft {
	background: #e4f2f9;
	background: -moz-linear-gradient(left,  #e4f2f9 0%, #e4f2f9 53%, #ffffff 53%, #ffffff 53%, #ffffff 100%);
	background: -webkit-linear-gradient(left,  #e4f2f9 0%,#e4f2f9 53%,#ffffff 53%,#ffffff 53%,#ffffff 100%);
	background: linear-gradient(to right,  #e4f2f9 0%,#e4f2f9 53%,#ffffff 53%,#ffffff 53%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f2f9', endColorstr='#ffffff',GradientType=1 );
}
/*.container .default.textLeft {
	background: #f2f2f2;
	background: -moz-linear-gradient(left,  #f2f2f2 0%, #f2f2f2 53%, #ffffff 53%, #ffffff 53%, #ffffff 100%);
	background: -webkit-linear-gradient(left,  #f2f2f2 0%,#f2f2f2 53%,#ffffff 53%,#ffffff 53%,#ffffff 100%);
	background: linear-gradient(to right,  #f2f2f2 0%,#f2f2f2 53%,#ffffff 53%,#ffffff 53%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f2f9', endColorstr='#f2f2f2',GradientType=1 );
}*/
@media screen and (max-width:779px) {
	.container .content_1 {
		margin-top:0;
		padding: 0 12px 10px;
	}
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: main.body_common */
.con {
	margin-bottom: 30px;
}

.con {
	padding-bottom: 30px;
	border-bottom: dotted 1px #CCCCCC;
}

.entry {
	padding-bottom: 50px;
}

.entry li {
	margin-left: 2em;
}
.main_movie {
	position: relative;
	padding: 18% 0;
	overflow: hidden;
}
.main_movie_text {
	display: block;
	width: 100%;
	height: -webkit-calc(100% - 95px);
	height: calc(100% - 95px);
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(./img/main_img_text.png);
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.main_movie video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
@media screen and (max-width:779px) {
	.con {
		margin-bottom: 30px;
	}

	.con {
		padding-bottom: 30px;
		border-bottom: dotted 1px #CCCCCC;
	}
	.container {
	}
}
@media screen and (min-width:780px), print {
	#section_main_img .img_pc_puton {
		position:relative;
		max-width:1080px;
		margin:0 auto;
	}
	#section_main_img .img_pc img {
		max-width:100%;
		margin:0 auto;
		display:block;
	}
	#section_main_img .link_beginner {
		position:absolute;
		bottom:0;
		left:0;
		width:395px;
		height:95px;
		background-color:rgba(255,255,255,0.85);
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items:center;
	}
	#section_main_img .news_top_area {
		position:absolute;
		bottom:0;
		left:410px;
		width:395px;
		height:95px;
		background-color:rgba(255,255,255,0.85);
	}
}
@media screen and (min-width:780px), print {
	#section_main_img .img_pc {
		margin-top:60px;
		padding:0 60px;
	}
}
#section_main_img .img_sp {
	display:none;
}
#section_main_img img {
	max-width:100%;
}
#section_main_img .link_beginner a {
	color:#1f1f1f;
	text-decoration:none;
	font-size:1.375em;
	font-weight:bold;
}
@media screen and (max-width:779px) {
	#section_main_img .img_sp {
		display:block;
		margin-right:20px;
		line-height:0;
	}
	#section_main_img .link_beginner {
		margin-right:20px;
		text-align:center;
		background-color:#fff;
		padding:15px 0;
		border-bottom:1px solid #efefef;
	}
	#section_main_img .link_beginner a {
		font-size:1em;
		padding-top:3px;
	}
	.container .top_splink {
		display:table;
		width:100%;
	}
	.top_splink > div {
		display:table-cell;
		width:50%;
		text-align:center;
		vertical-align:top;
	}
	.top_splink > div a {
		display:block;
		padding:1em 0;
		color:#fff;
		text-decoration:none;
	}
	.top_splink > div .top_link_tel {
		background-color:#6dadea;
	}
	.top_splink > div .top_link_shop {
		background-color:#a3cff6;
	}
}

/*--------------------------------------- sideContaints */
#side {
	padding: 10px;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#side .menu_title {
	background-color: #f4f4f4;
	font-size: 1.1em;
	padding: 1em 20px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	box-sizing: border-box;
}

#side ul {
	padding: 10px 0 0 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#side ul li {
	border-top: 1px solid #dddddd;
	position: relative;
}
#side ul li:first-child {
	border-top: none;
}
#side li a {
	color: #333;
	font-size: 0.95em;
	text-decoration: none;
	display: block;
	padding: 0.5em 0.5em 0.5em 2em;
	transition: linear 0.2s;
}
#side li a:before {
	content: "\f105";
	position: absolute;
	left: 1em;
	top: 50%;
	margin-top: -0.5em;
}

#side li a:hover {
	color: #073b89;
}
#side li.current a {
	color: #ffffff;
	background-color: #073b89;
}
#side li.current a:before {
	content: "\f0da";
}
@media screen and (min-width: 780px), print {
	.columnBox .column_side {
		width:320px;
	}
}
@media screen and (max-width: 779px) {
	.columnBox .column_side {
		padding: 1em 0 0;
	}
}
/*--------------------------------------- content_1 */
.content_1 {
	margin-top:50px;
}
.content_1 ul {
	padding:0;
	list-style:none;
}
.content_1 ul li .inner_box {
	background-color:#f8f8f8;
}
.content_1 ul li .case_link {
	background-color:#f8f8f8;
	text-align:center;
}
.content_1 ul li img {
	max-width: 100%;
	border-radius:10px;
}
.content_1 .content_1_list .text {
	padding:0 40px 20px;
}
.content_1 .content_1_list .text h3 {
	font-size:1.71em;
	color:inherit;
	text-align:center;
	margin:0.5em 0;
}
.content_1 .content_1_list .text .text_box {
	font-size:0.9em;
	text-align: left;
}
.content_1 .content_1_info {
	padding:40px;
	border:1px solid #969696;
	margin:130px 50px 0;
	line-height:2;
}
@media screen and (min-width: 780px), print {
	.content_1 ul li {
		width:33.3%;
		display: inline-block;
		vertical-align: top;
		text-align: center;
		padding: 0 20px;
	}
	.content_1 ul li .inner_box {
		max-width: 313px;
		display: inline-block;
	}
}
@media screen and (max-width: 779px) {
	.content_1 {
		min-width:auto;
	}
	.content_1 ul {
		display:block;
	}
	.content_1 ul li {
		padding: 20px 0;
	}
	.content_1 ul li .inner_box {
		display:block;
	}
	.content_1 .content_1_list .img,
	.content_1 .content_1_list .text  {
		display: inline-block;
		vertical-align: middle;
	}
	.content_1 .content_1_list .img {
		width:33.3%;
	}
	.content_1 .content_1_list .text {
		width:66.6%;
		padding: 10px;
	}
	.content_1 .content_1_list .text h3 {
		font-size:1.1em;
		text-align:left;
		padding:0;
		margin:0;
	}
	.content_1 .content_1_info {
		font-size:0.9em;
		padding: 15px 20px;
		border:1px solid #969696;
		margin: 20px 0;
	}
}
@media screen and (max-width:479px) {
	.content_1 .content_1_list .img,
	.content_1 .content_1_list .text {
		width:auto;
	}
}
/*--------------------------------------- default */
.container .default .imgArea .forPc {
	max-width:53%;
	margin:60px 0 50px;
}
.container .default .imgArea img {
  border-radius:10px;
}
.container .default.textLeft .imgArea {
	text-align:right;
}
.container .default .textArea {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	padding:60px 40px;
	background-color:#fff;
}
.container .default.textRight .textArea {
	left:50%;
}
.container .default.textLeft .textArea {
	right:50%;
}
.container .default .textArea .textBox {
	line-height:2;
}
.container .default .textArea .textBox::before {
	content:"";
	display:block;
	width:100%;
	height:100%;
}
@media screen and (max-width: 779px) {
	.container .default .imgArea img {
		max-width:100%;
	}
	.container .default .textArea {
		/*background-color:#f7fbfb;*/
		background-color:#fafafa;
		padding:0 12px 20px;
		position:static;
		top:auto;
		left:auto;
		transform:none;
		-webkit-transform:none;
	}
	.container .default .textArea .textBox {
		margin-top:-15px;
		background-color:#fff;
		padding:20px;
		position:relative;
		z-index:2;
	}
}
/*--------------------------------------- content_3 */
.body_common .content_3 .select_list a {
	display: inline-block;
	margin: 0.5em 20px;
	padding: 0.8em 2em;
	border: 3px solid #153E81;
	color: #ffffff;
	background-color: #153E81;
	border: 3px solid #153E81;
	font-weight:bold;
	text-decoration:none;
}
.body_common .content_3 .select_list a:hover {
	color: #153E81;
	background-color: #ffffff;
  transition: color ease 0.1s, background-color 0.1s;
}
.body_common .content_3 .select_list .title {

}
/*--------------------------------------- content_4 */
.content_4 .columnBox{
	max-width: 660px;
	margin: 0 auto 190px;
}
.content_4 .content_4_img img {
  border-radius:10px;
}
.content_4 .content_4_text {
	line-height:2;
}
.content_4 .content_4_list {
	padding: 9% 0;
	list-style: none;
	font-size:0;
}
.content_4 .content_4_list li {
	padding: 8px;
	display: inline-block;
	text-align:center;
	font-size:16px;
}
.content_4 .content_4_list li .inner_box {
	display: block;
	border-left:5px solid #afe1ee;
	background-color:#f4f4f4;
	padding:14px 0;
	text-align:center;
}
.content_4 .content_4_bottom {
	text-align:center;
	padding-bottom:30px;
}
.content_4_link {
	text-align:center;
}
@media screen and (min-width: 780px), print {
	.content_4 .content_4_list li {
		width: 33.3%;
	}
}
@media screen and (max-width: 779px) {
	.content_4 .content_4_list li {
		width: 50%;
	}
	.content_4 .content_4_text {
		padding:20px;
		line-height:2;
	}
	.content_4 .content_4_list {
		padding:10px;
	}
	.content_4 .content_4_bottom {
		margin:20px auto 30px;;
		width:62%;
	}
	.content_4 .content_4_bottom img {
		max-width:100%;
	}
}
/*--------------------------------------- rionet */
.rionet {
	background-color:#f7fbfb;
	padding-top:30px;
	padding-bottom:120px;
}
.rionet .top_text {
	padding-bottom:90px;
	line-height:2;
	text-align:center;
}
.rionet .rionet_list {
	padding:0;
	list-style:none;
}
.rionet .rionet_list li {
	background-color:#fff;
	float:left;
	width:48.6%;
}
.rionet .rionet_list li:nth-of-type(odd) {
	margin-right:2.7%;
}
.rionet .rionet_list li:last-of-type {
	border:none;
}
.rionet .rionet_list li .rionet_list_box {
	background-color:#fff;
}
.rionet .rionet_list li .rionet_list_box > div {
	float:left;
}
.rionet .rionet_list li .img {
	background-color:#fff;
	padding:20px;
	width:33%;
}
.rionet .rionet_list li .img img {
	max-width:100%;
}
.rionet .rionet_list li .text {
	background-color:#fff;
	padding:20px 30px 20px 5px;
	width:67%;
}
.rionet .rionet_list li .text .title {
	display:block;
	padding:10px 0 15px;
	text-align:left;
}
.rionet .rionet_list li .text > div {
	font-size:0.875em;
	margin-top:5px;
}
.rionet .rionet_list li a{
	text-decoration:none;
}
@media screen and (max-width: 779px) {
	.rionet {
		background-color:#f7fbfb;
		padding:20px;
	}
	.rionet h2 {
		padding:20px;
	}
	.rionet h2 img {
		max-width:100%;
	}
	.rionet .top_text {
		padding:30px 0;
		text-align:left;
	}
	.rionet .rionet_list {
		padding:0;
		list-style:none;
	}
	.rionet .rionet_list li {
		padding:10px 0;
		border-bottom:2px dotted #c1c3c3;
		background-color:transparent;
		float:none;
		width:auto;
	}
	.rionet .rionet_list li:nth-of-type(odd) {
		margin:0;
	}
	.rionet .rionet_list li:last-of-type {
		border:none;
	}
	.rionet .rionet_list li > div {
		width:100%;
		float:left;
	}
	.rionet .rionet_list li .img {
		background-color:#fff;
		padding:10px;
		width:30%;
	}
	.rionet .rionet_list li .img img {
		max-width:100%;
	}
	.rionet .rionet_list li .text {
		background-color:#fff;
		padding:10px 15px 10px 0;
		width:70%;
	}
	.rionet .rionet_list li .text .title {
		padding:0;
		line-height:1.2;
	}
	.rionet .rionet_list li .text > div {
		margin-top:5px;
	}
}
/*--------------------------------------- common shop */
.shop_bg_pc {
	background: #ffffff;
	background: -moz-linear-gradient(left,  #ffffff 0%, #ffffff 47%, #e4f2f9 47%, #e4f2f9 47%, #e4f2f9 100%);
	background: -webkit-linear-gradient(left,  #ffffff 0%,#ffffff 47%,#e4f2f9 47%,#e4f2f9 47%,#e4f2f9 100%);
	background: linear-gradient(to right,  #ffffff 0%,#ffffff 47%,#e4f2f9 47%,#e4f2f9 47%,#e4f2f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4f2f9',GradientType=1 );
}
@media screen and (min-width:780px), print {
	.shop {
		padding-top:70px;
	}
	.shop_list_box {
		padding-top:90px;
		padding-bottom:60px;
		width:100%;
		max-width:1080px;
		position:relative;
		margin:0 auto;
	}
}

.shop_list_box {
	background-repeat:no-repeat;
	background-position:left center;
	background-size:55%;
}
.shop_list_box .shop_text {
	padding:60px 40px;
	background-color:#fff;
	width:60%;
	float:right;
}
.shop_list_box .shop_text.twoRows {
  width:100%;
  float:none;
}
.shop_img_sp img {
	display:none;
}
@media screen and (max-width: 779px) {
	.shop {
		margin-bottom:30px;
	}
	.shop_bg_pc {
		background:none;
	}
	.shop_img_pc {
			display:none;
	}
	.shop_img_sp img {
		display:block;
		width:100%;
		max-width:100%;
	}
	.shop {
		background-color:#f7fbfb;
		margin:-30px 12px 0;
		position:relative;
		z-index:2;
	}
	.shop_list_box {
		background:none!important;
	}
	.shop_list_box .shop_text {
		padding:30px 12px;
		float:none;
		width:auto;
		background-color:transparent;
	}
}

.shop_list {
	padding:0;
	margin-top:20px;
}
.shop_text.twoRows .shop_list {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
.shop_list li {
	list-style:none;
	margin-bottom:60px;
}
.shop_text.twoRows .shop_list li {
  width:49%;
}
.shop_list li:last-of-type {
	margin-bottom:0;
}
.shop_list li .img {
	float:left;
	width:22%;
}
.shop_list li .img img {
	border-radius: 50%;
	width:100%;
}
.shop_list li .info_box {
	float:right;
	width:72%;
}

.shop_list li .ttlStyle01 {
	font-size:1.3em;
	margin-bottom:10px;
	color: #073b89;
}
.shop_list.list_mini li .ttlStyle01 {
	margin-bottom:0;
	width:100%;
}
.shop_list .add {
	font-weight:bold;
}
.shop_list .tel {
	font-size:1.5em;
	font-weight:bold;
	margin:5px 0 15px;
	position:relative;
	padding-left:30px;
}
.shop_list .tel::before {
	content: "";
	background-image: url(./img/ic_tel_b02.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:contain;
	position:absolute;
	top:12px;
	left:0;
	width:26px;
	height:26px;
}
.body_shop .shop_list .tel::before,
.body_shop_list_tokyo .shop_list .tel::before,
.body_shop_list_nagano .shop_list .tel::before,
.body_shop_list_sendai .shop_list .tel::before {
	top:12px;
}
.shop_list.list_mini li {
	margin-bottom:30px;
}
.shop_list.list_mini li .info_box {
	float:none;
	width:auto;
	display:flex;
	flex-wrap:wrap;
}
.shop_list.list_mini li .info_box .hours,
.shop_list.list_mini li .info_box .holiday {
	display:inline-block;
	padding-right:1em;
	width:100%;
}
.shop_list.list_mini .tel {
	margin: 0px 0 10px;
	line-height: 1.5;
	width:100%;
	position:relative;
	padding-left:30px;
}

.shop_list .btn_shop {
	display:inline-block;
	width:40%;
	margin-right:3%;
}
.shop_list .btn_shop.reserve {
	width:54%;
}
.shop_list .btn_shop a {
	display:block;
	color:#000;
	padding:7px;
	padding-left: 30px;
	text-decoration:none;
	text-align:center;
	position:relative;
	font-size:0.9em;
	font-weight:bold;
	background-color:#eeeeee;
	border-radius:20px;
}
.shop_list .btn_shop a:hover {
	color:#FFF;
	background-color:#124ca2;
}
.shop_list .btn_shop a::before {
	content: "";
	width: 26px;
	height: 25px;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -12px;
	background-image: url(./img/ic_shop01.png);
	background-repeat: no-repeat;
}
.shop_list .reserve a::before {
	background-image: url(./img/ic_shop02.png);
}
@media screen and (max-width: 779px) {
  .shop_text.twoRows .shop_list li {
    width:100%;
  }
}
@media screen and (max-width:479px) {
	.shop_list li .img {
		float:none;
		width:auto;
		max-width:160px;
		margin:0 auto;
	}
	.shop_list li .info_box {
		float:none;
		width:auto;
	}
}
.shop_top_map_wide {
  position:relative;
}
#maplinkex {
  position:absolute;
  top:50%;
}
/*--------------------------------------- common news */
.news {
	padding:80px 0 10px;
}
.news h2 {
	padding-bottom:0;
}
.news h3 {
	color: #1f1f1f;
	position:relative;
}
.news h3 span {
	display:inline-block;
	padding:3px 1em;
	border: 2px solid;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
.news h3:before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #1f1f1f;
	position: absolute;
	top: 50%;
	left: 0;
}
.news h3::after {
	display:none;
}
.news .list_link {
	padding:40px 0 60px;
	width:100%;
}
.news .list_link a {
	text-decoration:none;
	color:#1f1f1f;
	width:300px;
	padding:10px 0;
	background-color:#eee;
	display:block;
	text-align:center;
	position:relative;
	margin:0 auto;
	font-size:1.25em;
}
.news .list_link a::after {
	right:10px;
}
.news .info_list {
	list-style:none;
	padding: 10px 0;
}
.news .info_list li {
	padding:20px 0;
	position:relative;
	border-bottom:2px dotted #9d9d9d;
}
.news .info_list li:last-of-type {
	border-bottom:none;
}
.news .info_list li a {
	text-decoration: none;
}
.news .info_list .mark,
.news .info_list .title {
	display: inline-block;
	vertical-align: middle;
}
.news .info_list .mark {
	font-weight: bold;
	font-size: 0.9em;
	width: 90px;
	max-width: 20%;
	padding: 10px 2px;
	color:#fff;
	line-height:1;
	text-align: center;
	background-color:#153E81;
}
.news .info_list.rionet_blog .mark {
	width:210px;
}
.news .info_list.rionet_news .mark {
	color: #fff;
	background-color:#153E81;
}
.news .info_list .title {
	width: 78%;
	padding-left: 10px;
}
.news .info_list .info_check {
	display:none;
}
.news .info_list .text {
	font-size:0.8em;
	clear:both;
	background-color:#fbfdfd;
}
.news .info_list .info_check ~ .text {
	height:0;
	padding:0 10px;
	opacity:0;
	overflow:hidden;
	transition-property:height, padding, opacity;
	transition-duration:200ms;
}
.news .info_list .info_check:checked ~ .text {
	height:100%;
	padding:10px;
	opacity:1;
}
.news .box_square{
	background: #ffffff;
	background: -moz-linear-gradient(left,  #ffffff 0%, #ffffff 47%, #e4f2f9 47%, #e4f2f9 47%, #e4f2f9 100%);
	background: -webkit-linear-gradient(left,  #ffffff 0%,#ffffff 47%,#e4f2f9 47%,#e4f2f9 47%,#e4f2f9 100%);
	background: linear-gradient(to right,  #ffffff 0%,#ffffff 47%,#e4f2f9 47%,#e4f2f9 47%,#e4f2f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4f2f9',GradientType=1 );
	padding-top:50px;
	padding-bottom:50px;
}
.news .box_square article{
	background:rgba(255,255,255,0.9);
	padding:40px 5%;
	max-width:1080px;
	margin:0 auto;
}

@media screen and (min-width: 1080px),print {
	.news .info_list{
		margin:0 1%;
	}
}
@media screen and (min-width: 780px) and (max-width: 1079px) {
	.news .info_list{
		margin:0 2%;
	}
}
@media screen and (max-width: 779px) {
	.news {
		padding:0 10px;
	}
	.news h2 {
		padding-bottom:30px;
	}
	.news h3 span {
		border: 1px solid;
	}
	.news h3:before{
		height: 1px;
	}
	.news .info_list {
		padding:0;
	}
	.news .list_link {
		padding:10px 0;
		width:100%;
	}
	.news .list_link a {
		width:50%;
		padding:5px 0;
		border:1px solid #c1c3c3;
		font-size:0.875em;
	}
	.news .list_link a::after {
		right:10px;
	}
	.news .info_list li {
		padding:10px 0;
		border-bottom:2px dotted #c1c3c3;
	}
	.news .info_list li:last-of-type {
		border-bottom:none;
	}
	.news .info_list .title {

	}
	.news .info_list .text {
		clear:both;
		background-color:#fbfdfd;
	}
}
@media screen and (max-width:479px) {
  .news .info_list .mark,
  .news .info_list.rionet_blog .mark {
    width:100%;
    max-width:100%;
  }
  .news .info_list .title {
    width:100%;
  }
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: lower.body_common */
/* breadCrumb */
.breadCrumb {
	font-size: 0.9em;
	background-color: #f4f4f4;
}
.breadCrumb ul {
	padding: 0.5em 20px;
}
.breadCrumb li {
	display: inline;
}
.breadCrumb li a {
	color: #999;
	background: transparent url(img/breadcrumb.png) no-repeat scroll right center;
	margin-right: 2px;
	padding-right: 16px;
	text-decoration: none;
}
/*--------------------------------------- pagetop link */
#pgtp {
	border-bottom: solid 1px #b5c3df;
}

#pgtp p {
	text-align: right;
	padding: 20px 0 16px;
}
/*--------------------------------------- pageprev/next link */
.page_link {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

.page_link a.page_link_left {
	margin: 0 10px 0 0;
	padding: 0 0 0 12px;
	background: url(img/icon_page_link_left.gif) no-repeat left center;
}

.page_link a.page_link_right {
	margin: 0 0 0 10px;
	padding: 0 12px 0 0;
	background: url(img/icon_page_link_right.gif) no-repeat right center;
}
/*--------------------------------------- pager */
.pager_box{
	clear:both;
	text-align:center;
	margin-top:15px;
}
.pager_box .pager{
	width:2.5em;
	display:inline-block;
	border:1px solid #BFBFBE;
	border-radius:3px;
}
.pager_box .pager a{
	display:block;
	width:100%;
	padding-top:0.5em;
	padding-bottom:0.5em;
}
.pager_box .pager a:link,
.pager_box .pager a:visited{
	color:#333333;
	text-decoration:none;
}
.pager_box .pager a:hover,
.pager_box .pager a:active{
	background:#F1F1F1;
	text-decoration:none;
}
.pager_box .pager_current{
	background:#F1F1F1;
	padding-top:0.5em;
	padding-bottom:0.5em;
}
.pager_box .pager_dot{
	width:1.5em;
	display:inline-block;
}
.pager_box .pager_space{
	width:1em;
	display:inline-block;
	padding-left:0.2em;
	padding-right:0.2em;
}
.pager_box .pager_first{
	display:inline-block;
}
.pager_box .pager_last{
	display:inline-block;
}

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

footer {
  margin-top:50px;
	padding-top:50px;
	background-color:#e4f2f9;
}
footer a {
	text-decoration:none;
}
footer article {
	width: 100%;
}
footer a.external img {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: baseline;
}

.footer_contact {
	padding-bottom:50px;
}
.footer_contact span {
	display:inline-block;
	padding:0;
	font-weight:bold;
}
.footer_contact span a {
	text-decoration:none;
	display:block;
	min-width:300px;
	padding:5px 25px 5px 25px;
	background-color:#153E81;
	border:3px solid #153E81;
	color:#fff;
}
.footer_contact span a:hover {
	background-color:#ffffff;
	border:3px solid #153E81;
	color:#153E81;
	transition: color ease 0.1s, background-color ease 0.1s;
}
footer .footer-nav-logo {
	text-align:center;
}
footer .footerBox_1 {
	text-align:center;
	color:#434343;
}
footer .footerBox_1 a {
	color:#434343;
}
footer .footerBox_1 .footer_sublink .pagelink {
	padding:40px 0 0;
	list-style:none;
}
footer .footerBox_1 .footer_sublink .pagelink li {
	display:inline-block;
	position:relative;
	margin-right:30px;
}
footer .footerBox_1 .footer_sublink .pagelink li a {
	padding-left:25px;
}
footer .footerBox_1 .footer_sublink .pagelink li:last-of-type {
	margin-right:0;
}
footer .footerBox_1 .footer_sublink .tellink {
	margin-top:5px;
}
footer .footerBox_1 .footer_sublink .tellink a {
	font-size:1.81em;
	padding-left:30px;
}
footer .footerBox_1 .footer_sublink .tellink > span {
	display:block;
	font-size:0.75em;
	margin-top:1px;
}
footer .footerBox_1 .footer_sublink .tellink .OpeningHours {
	font-size:0.56em;
}

footer table {
	color:#828282;
	margin:30px auto 50px;
	width:880px;
}
footer table td {
	padding-right:50px;
	width:235px;
	border:none;
}
footer table td a,
footer table td a:hover {
	color:#828282;
}
footer td ul {
	list-style: none;
	font-size: 0.75em;
	line-height: 1.8;
	padding-left: 20px;
}
footer td ul li {
	position:relative;
}
footer td ul li::before {
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	margin: auto;
	background-image: url(./img/ic_listarrow.png);
	width: 4px;
	height: 7px;
	left: -10px;
}
footer td hr {
	border: none;
	border-bottom: 1px solid #c2c2c2;
}
footer .footerBox_2 {
	color:#828282;
	margin:30px auto 50px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	width:880px;
}
@media screen and (max-width: 779px) {
	footer .footerBox_2 {
		display:none;
	}
}
footer .footerBox_2 a {
	color:#828282;
}
footer .copyright {
	font-size: 0.85em;
}
footer .footer_sitemap {
	margin-right:90px;
	width:235px;
}
footer .footer_sitemap:last-of-type {
	margin-right:0;
}
footer .footer_sitemap .sitemap_title {
	font-weight: bold;
}
footer .footer_sitemap ul {
	list-style:none;
	font-size:0.75em;
	line-height:1.8;
	padding-left:20px;
}
footer .footer_sitemap ul li {
	position:relative;
}
footer .footer_sitemap ul li::before {
	content:"";
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	margin:auto;
	background-image:url("./img/ic_listarrow.png");
	width:4px;
	height:7px;
	left:-10px;
}
footer .footer_sitemap hr {
	border:none;
	border-bottom:1px solid #c2c2c2;
}
footer .footerBox_3 .logo_link {
	text-align:center;
	margin-bottom:30px;
}
footer .footerBox_3 .logo_link img {
	max-width:165px;
}
footer .copy hr {
	border:none;
	border-bottom:1px solid #c2c2c2;
}
footer .copy {
	font-weight: bold;
	color: #949494;
}
footer .copy p {
	font-size:0.7em;
	padding:5px 0 10px;
	text-align:center;
}
#page_top{
	z-index:10;
}
@media screen and (max-width: 779px){
	.footer_contact {
		margin-bottom:50px;
	}
	footer .copy hr {
		display:none;
	}
	footer {
		padding:50px 0;
		text-align: center;
		border-top:1px solid #dbdbdb;
	}
	.footer-nav-logo img {
		max-width:100%;
		margin-bottom:10px;
	}
	.copy {
		font-size:0.73em;
	}
	/*#page_top {
		height:0;
		overflow:hidden;
	}*/
}
@media screen and (max-width:479px) {
	.footer-nav-logo img {
		width:50%;
	}
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: clear,forsppc */
.shop_list li:after,
.contents_box section:after,
.rionet .rionet_list li::after,
.entry:after,
article:after,
ul:after,
section:after,
header:after,
header div:after,
footer:after,
.clearFix:after,
.content_img:after {
	content: "";
	display: block;
	clear: both;
}
.forSp {
	display:none;
}
@media screen and (max-width:779px) {
	.forSp {
		display:block;
	}
	.forPc {
		display:none;
	}
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: cms setting */

/* フォームツールチップ */
.invisible {
	display: none;
}

a.tooltiplink {
	display: inline-block;
	margin: 1px 3px 0;
	padding: 1px 3px 0;
	border: 2px solid #C7C7C7;
	background-color: #075698;
	border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1.0em;
	font-weight: bold;
}

#input-table a.tooltiplink:link,
#input-table a.tooltiplink:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#input-table a.tooltiplink:hover,
#input-table a.tooltiplink:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: none;
}

a.tooltiplink:link,
a.tooltiplink:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.tooltiplink:hover,
a.tooltiplink:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: none;
}

p.tooltipbox {
	position: absolute;
	top: 100px;
	left: 20px;
	font-size: 1.0em;
	margin: 0;
	padding: 10px;
	min-width: 100px;
	min-height: 30px;
	color: #FFFFFF;
	background: #075698;
	border: 2px solid #075698;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

#input-table p.tooltipbox a:link,
#input-table p.tooltipbox a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

#input-table p.tooltipbox a:hover,
#input-table p.tooltipbox a:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: underline;
}

p.tooltipbox a:link,
p.tooltipbox a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

p.tooltipbox a:hover,
p.tooltipbox a:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: underline;
}

/* comment form */
.comment_box {
	width: 100%;
	margin: 0 0 15px;
	padding: 0;
	border-collapse: collapse;
	border: solid 1px #cccccc;
	background: #eeeeee;
}

.comment_box th,
.comment_box td {
	padding: 10px;
}

.comment_id {
	width: 10%;
	text-align: left;
	white-space: nowrap;
}

.comment_name {
	width: 70%;
	text-align: left;
}

.comment_regist {
	width: 20%;
	text-align: right;
	vertical-align: bottom;
	white-space: nowrap;
	font-size: 0.8em;
	color: #aaaaaa;
}

.comment_box td {
	padding-top: 0;
}

.comment_text {
	padding: 15px;
	background: #ffffff;
}

.icon_comment {
	text-align: right;
}

.icon_comment a {
	padding-left: 30px;
	background: url(./icon_comment.gif) no-repeat left center;
}

/* twitter widget */
#twtr-hd h3,
#twtr-hd h4,
.twtr-widget h3,
.twtr-widget h4,
.twtr-widget p,
.twtr-widget-profile h3,
.twtr-widget-profile h4 {
	clear: none;
	margin: auto;
	padding: auto;
	font-size: auto;
	color: auto;
	border: none;
	background-image: none;
}
/* twitter tweet button */
iframe.twitter-share-button {
	width: 115px!important;
}

/* フォームエラー */
.error_msg,
.error_msg_js {
	padding : 5px 5px 5px 20px;
	background: url(./img/form_error.gif) left 10px no-repeat;
}

/* navi */
.page_navi {
	padding:10px;
	max-width:1200px;
	margin:0 auto 30px;
}
.page_navi ul {
	padding: 0;
}
.page_navi li {
	padding: 2px;
}
.page_navi li a {
	display:block;
	text-decoration: none;
	color: #1f1f1f;
	padding: 6px 16px;
	padding-right: 40px;
	background-color: #eee;
	display: block;
	text-align: center;
	position: relative;
	font-size: 1.05em;
}
.page_navi li.current a {
	background-color:#ccc;
}
.page_navi li a::after {
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	margin: auto;
	background-image: url(./img/ic_arrow.png);
	width: 20px;
	height: 8px;
	left: auto;
	right: 10px;
}
.page_navi_ul {
	list-style:none;
	padding:0;
}
.page_navi_ul li {
	display:inline-block;
	width:33.33333%;
	text-align:center;
}
.page_navi_ul li.current a {
	text-decoration:none;
	color:initial;
	pointer-events:none;
}
.contents_navi {
	border:1px solid #5B9BD5;
	padding:20px;
}
.contents_navi span {
	color:#5B9BD5;
	text-indent:1.5em;
	display:block;
}
.contents_navi_ul {
	list-style:none;
	padding-left:1em;
}
@media screen and (min-width:780px), print {
	.page_navi li {
		display: inline-block;
	}

}
@media screen and (max-width: 779px) {
}
@media screen and (max-width:479px) {
	.page_navi {
		margin-bottom:70px;
	}
}

/*--------------------------------------- /faq/ */
.content_wrapper_faq .content_title{
	background-image: url(./img/icon_faq_q.png);
	background-repeat:no-repeat;
	padding-left:45px;
	padding-bottom: 20px;
	text-align:left;
}
.lower .link_navi_faq li a:before {
	display:none;
}
.lower .link_navi_faq li a {
	padding: 15px 20px 15px 45px;
	background-image: url(./img/icon_faq_q.png);
	background-repeat:no-repeat;
	background-position:5px 0.5em;
}
@media screen and (min-width: 780px), print {
	.content_wrapper_faq .contents_box .content_img {
		width: 50%;
	}
}
/*--------------------------------------- /reservation/ */
.body_reservation .contents_box  article,
.body_contact .contents_box  article{
	max-width: 1000px;
	margin: 0 auto;
}
.body_reservation .kalendae .k-calendar {
	max-width:270px;
}
.body_reservation .kalendae .k-calendar,
.body_reservation .kalendae .k-caption {
	font-size:1.33em;
}
@media screen and (max-width:479px) {
	.body_reservation .input-table-day_1 .form_input_day_1_time,
	.body_reservation .input-table-day_2 .form_input_day_2_time {
		margin-top:20px;
		margin-bottom:15px;
		font-size:1.2em;
	}
	input[type="text"], input[type="password"] {
		font-size:1.2em;
	}
	.body_reservation .kalendae .k-btn-close {
		top:8px;
		right:-25px;
	}
	.body_reservation .kalendae .k-title.k-disable-year-nav .k-btn-next-month {
		right:10px;
	}
	.body_reservation .kalendae .k-title.k-disable-year-nav .k-btn-previous-month {
		left:10px;
	}
}
/*--------------------------------------- /technology/ */
.body_technology h3 {
	margin-top: 2em;
}
.body_technology .technology_img {
	display:inline-block;
	width:45%;
}
.body_technology .technology_img img {
	width:100%;
	padding:20px;
}
.body_technology .technology_text {
	display:inline-block;
	width:55%;
	padding:20px;
	vertical-align:top;
}
.body_technology .content_text p {
	padding:20px;
}
.rionet_technology_products {
	margin:20px auto;
	padding:20px;
	text-align:center;
}
.rionet_technology_products a{
	line-height:2;
	display:inline-block;
	text-decoration:none;
	margin:2px;
	padding:0.8em 2em;
	width:100%;
	max-width:360px;
	background-color:#fff;
	border:2px solid;
	text-align:center;
}
@media screen and (max-width:779px) {
	.body_technology .technology_img {
		width:100%;
	}
	.body_technology .technology_img img {
		width:100%;
		padding:5%;
	}
	.body_technology .technology_text {
		display:inline-block;
		width:100%;
		padding:0;
	}
}

/*--------------------------------------- /shop/ */
/*.body_shop .contents_box  article,
.body_shop_list_tokyo .contents_box  article,
.body_shop_list_nagano .contents_box  article,
.body_shop_list_sendai .contents_box  article {
	max-width: 840px;
}*/
.contents_box_shop,
.container_shop .box_square{
	background: #ffffff;
	background: -moz-linear-gradient(left,  #ffffff 0%, #ffffff 47%, #e4f2f9 47%, #e4f2f9 47%, #e4f2f9 100%);
	background: -webkit-linear-gradient(left,  #ffffff 0%,#ffffff 47%,#e4f2f9 47%,#e4f2f9 47%,#e4f2f9 100%);
	background: linear-gradient(to right,  #ffffff 0%,#ffffff 47%,#e4f2f9 47%,#e4f2f9 47%,#e4f2f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4f2f9',GradientType=1 );
	padding-top:50px;
	padding-bottom:50px;
}
.contents_box_shop article,
.container_shop .box_square article{
	background:rgba(255,255,255,0.9);
	padding:40px 5%;
	max-width:1080px;
	margin:0 auto;
}
.shop_mark .mark_box{
	text-align:center;
	margin-bottom:40px;
}
.shop_mark .mark_box span {
	display: inline-block;
	color:#000;
	padding: 5px 30px;
	text-decoration: none;
	text-align: center;
	position: relative;
	font-size:0.9em;
	background-color:#E4F2F9;
	border-radius: 20px;
	margin:0 1px 5px 1px;
	/*border:3px solid #7AC8F8;*/
}

.shop_box_freearea{
	width:100%;
	max-width:1080px;
	vertical-align:bottom;
	margin:0 auto;
	background:rgba(255,255,255,0.9);
}
.shop_box_freearea img{
	max-width:1080px;
	height:auto;
}
.container_shop .shop_box .title{
	font-weight: bold;
}
.container_shop .shop_thumbnail {
	text-align: center;
}
.container_shop .shop_box .text{
	padding-bottom: 30px;
	min-width:30px;
}
.container_shop .shop_info_box_2 {
	padding-top: 20px;
}
.container_shop .shop_link_box {
	margin-top: 20px;
	padding: 20px;
	background-color: #e4f2f9;
	text-align: center;
}
.container_shop .shop_link {
	display: inline-block;
	padding: 5px 10px;
}
.container_shop .shop_link a {
	color: #153E81;
	border:1px solid #153E81;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	background-color: #ffffff;
}
.container_shop .shop_box_free {
	word-break:break-all;
	width:100%;
	overflow-wrap:break-word;
}
.container_shop .btn_reservation {
	text-align: center;
	padding: 30px 0 40px;
}
.container_shop .btn_reservation a {
	text-decoration: none;
	border: 2px solid;
	padding: 2px 10px;
	display: inline-block;
	width: 100%;
	max-width: 320px;
	color:#fff;
	background-color:#073B89;
}
.shop_info_right .shop_box .title,
.shop_info_right .shop_box .text {
	display: inline-block;
	vertical-align: top;
	padding-bottom:10px;
}
.shop_info_right .shop_box .title {
	padding-right: 20px;
	min-width: 100px;
}
@media screen and (min-width:780px), print {
	.shop_info_right .shop_box .text {
		padding-top: 3px;
	}
}
.shop_box_map .btn_print_map {
	float: right;
}
.shop_box_map .btn_print_map a {
	font-size: 0.8em;
	font-weight: normal;
	color: #153E81;
	background-color: #fff;
	text-decoration: none;
	padding: 5px 10px;
	display: inline-block;
	vertical-align: middle;
	border:1px solid #153E81;
}
.shop_add_info {

}
.shop_add_info .shop_box_qr #qrcode {
	text-align: center;
	padding-top: 20px;
}
.shop_add_info .shop_box_qr #qrcode canvas{
	background:#FFFFFF;
	padding:10px;
}

@media screen and (min-width:780px), print {
	.btn_reservation a {
		font-size: 1.4em;
	}
	.shop_box_column .img,
	.shop_box_column .msg {
		display: inline-block;
		vertical-align: top;
	}
	.shop_box_column .img {
		max-width: 20%;
		padding-right: 40px;
	}
	.shop_box_column .msg  {
		width: 80%;
	}
	.shop_info_box .shop_info_left,
	.shop_info_box .shop_info_right{
		display: inline-block;
		vertical-align: top;
	}
	.shop_info_box .shop_info_left{
		width: 40%;
	}
	.shop_info_box .shop_info_right{
		width: 55%;
		margin-left:4%;
		padding:20px 10px 0 25px;
		background-color:#e4f2f9;
	}
	.container_shop .shop_box .title {
		font-size: 1.2em;
	}

	.shop_box_mark .mark_box span {
		font-size: 1.1em;
	}
	.tel_link {
		display: none;
	}
	.container_shop .shop_link a {
		font-size: 1.2em;
	}
	.shop_add_info .shop_box_qr,
	.shop_add_info .shop_box_blog {
		display: inline-block;
		vertical-align: top;
	}
	.shop_add_info .shop_box_qr {
		width: 30%;
	}
	.shop_add_info .shop_box_blog {
		width: 70%;
	}
}
/*------------------- 印刷ページ */
.container_shop_print {
	padding: 20px 0;
	color: #333;
	background-color: #fff;
}
.container_shop_print article{
	width: 663px;
	font-size: 1.5rem;
	margin: 0 auto;
	padding: 0 6px;
}
.btn_print {
	text-align: center;
	padding-top: 20px;
}
@media print {
	body {
		min-width: 1000px;
	}
	.btn_print,
	#page_top {
		display: none;
	}
}
/*-------------------------------------voice */
.content_wrapper_voice .contents_box_right {
	background: #ffffff;
	background: -moz-linear-gradient(left,  #ffffff 0%, #ffffff 55%, #e4f2f9 55%, #e4f2f9 100%);
	background: -webkit-linear-gradient(left,  #ffffff 0%,#ffffff 55%,#e4f2f9 55%,#e4f2f9 100%);
	background: linear-gradient(to right,  #ffffff 0%,#ffffff 55%,#e4f2f9 55%,#e4f2f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4f2f9',GradientType=1 );
}
.content_wrapper_voice .contents_box_left {
	background: #e4f2f9;
	background: -moz-linear-gradient(left,  #e4f2f9 0%, #e4f2f9 45%, #fff 45%, #fff 100%);
	background: -webkit-linear-gradient(left,  #e4f2f9 0%,#e4f2f9 45%,#fff 45%,#fff 100%);
	background: linear-gradient(to right,  #e4f2f9 0%,#e4f2f9 45%,#fff 45%,#fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f2f9', endColorstr='#fff',GradientType=1 );
}
.content_wrapper_voice article{
	max-width:800px;
}
.content_wrapper_voice .content_title{
	margin-bottom:30px;
}
.container_navi_box .link_navi_voice ul li a {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.body_voice .spText {
	display:inline;
}
.content_wrapper_voice .spText {
	display:block;
	overflow:hidden;
/*	text-overflow:ellipsis;
	white-space:nowrap;*/
	line-height:1.4;
}
@media screen and (min-width: 780px), print {
	.content_wrapper_voice .content_img{
			width: 25%;
			padding-top:20px;
			padding-bottom:20px;
	}
	.content_wrapper_voice .content_info{
		width:73%;
		margin-top: 5%
	}
	.content_wrapper_voice .contents_box .content_info_w100 {
		margin: 0;
		width: 100%;
	}
}
@media screen and (max-width: 779px) {
	.content_wrapper_voice article{
		padding-bottom:40px;
	}
	.content_wrapper_voice .content_img{
		float:left;
		width: 16%;
		margin-left:2%;
		padding-top:20px;
		padding-bottom:20px;
	}
	.content_wrapper_voice .content_info{
		float:right;
		width:78%;
		margin: 20px 2%;
	}
	.content_wrapper_voice .contents_box .content_info_w100 {
		float:none;
		width:100%;
	}
}

/*-------------------------------------products */
.contents_box_products{
	background: #ffffff;
	background: -moz-linear-gradient(left,  #ffffff 0%, #ffffff 47%, #e4f2f9 47%, #e4f2f9 47%, #e4f2f9 100%);
	background: -webkit-linear-gradient(left,  #ffffff 0%,#ffffff 47%,#e4f2f9 47%,#e4f2f9 47%,#e4f2f9 100%);
	background: linear-gradient(to right,  #ffffff 0%,#ffffff 47%,#e4f2f9 47%,#e4f2f9 47%,#e4f2f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4f2f9',GradientType=1 );
	padding-top:50px;
	padding-bottom:50px;
	margin-bottom:30px;
}
.contents_box_products:nth-child(2n){
	background: #e4f2f9;
	background: -moz-linear-gradient(left,  #e4f2f9 0%, #e4f2f9 45%, #fff 45%, #fff 100%);
	background: -webkit-linear-gradient(left,  #e4f2f9 0%,#e4f2f9 45%,#fff 45%,#fff 100%);
	background: linear-gradient(to right,  #e4f2f9 0%,#e4f2f9 45%,#fff 45%,#fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f2f9', endColorstr='#fff',GradientType=1 );
}
.contents_box_products article{
	background:rgba(255,255,255,0.9);
	padding:40px 5%;
	max-width:1200px;
	margin:0 auto;
}
.contents_box_products .content_title {
	font-size: 1.5em;
	font-weight:bold;
}
.contents_box_products .content_text {
	padding: 20px;
}
.contents_box_products .products_inner {
	/*max-width: 750px;*/
	margin: 0 auto;
}
.contents_box_products .products_inner ul {
	padding: 20px 0 60px;
	list-style: none;
	text-align: center;
}
.contents_box_products .products_inner ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
}
.contents_box_products .products_inner #box1_li1 {
	display:inline-block;
}
.contents_box_products .products_inner #box1_li1 a {
	border:2px solid;
	background-color:#012f72;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	padding:0.8em 2em;
}
.list_series li a {
	text-decoration: none;
}
.contents_box_products .content_files{
	text-align:center;
	margin-bottom:20px;
}
.contents_box_products .content_files img{
	vertical-align:bottom;
}
.list_series dl {
	max-width:850px;
	padding:2em;
	margin:0 auto;
	background:#F5FAFD;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.list_series dt {
	padding:10px 5px 5px;
	width:220px;
}
.list_series dt .products_window {
	text-decoration: none;
	font-size:0.9em;
	font-weight:bold;
	padding:0.4em 1em;
	line-height:1.5;
	display:inline-block;
	border:2px solid;
	text-align:center;
	width:220px;
}
.list_series dt.catalog_link {
	padding-top:25px;
	width:100%;
	text-align:center;
}
.list_series dd {
	padding:4px 0 15px 1em;
	width:100%;
	width:-webkit-calc(100% - 220px);
	width:calc(100% - 220px);
}
.list_series dt.btn a {
	width:220px;
	font-size:0.9em;
	padding:8px 20px;
	border-width:1px;
}
.list_series .model_1 a {color:#012f72;}
.list_series .model_2 a {color:#da0f23;}
.list_series .model_3 a {color:#0b891a;}
.list_series .model_4 a {color:#db890f;}
.list_series .model_5 a {color:#3377dd;}
.list_series .model_6 a {color:#073b89;}


.contents_box_products .products_inner .box2_block {
	padding: 20px 0;
	text-align: center;
}
.contents_box_products .products_inner .box2_block > div {
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
}
.contents_box_products .products_inner .box2_block a {
	text-decoration:none;
	color:#fff;
	background-color:#073B89;
	font-weight:bold;
}
@media screen and (max-width:779px) {
	.list_series h3 {
		text-align:center;
	}
	.list_series dl {
		padding-left:0;
		padding-right:0;
		display:block;
	}
	.list_series dt {
		text-align:center;
		margin:0 auto;
	}
	.list_series dd {
		padding-left:0.5em;
		padding-bottom:15px;
		width:100%;
	}
}
@media screen and (min-width:780px), print {

}
/*--------------------------------------- /company/ */
.body_company .privacypolicy_table {
	font-size:14px;
	letter-spacing:1.4px;
	line-height:19px;
	overflow-y:scroll;
	width:auto;
	height:300px!important;
	border:1px solid #ccc;
	padding:1em;
}
.body_company .privacypolicy_table table td {
	border:none;
}
/*------------------- 来店予約 */
#shoplist_html {
	margin-top: 10px;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #ddd;
	background-color: #fafafa;
}
#shoplist_html .title {
	font-weight: bold;
	color: #073a89;
}
/* 送信完了 */
#contact_complete_shopinfo {
}
/*--------------------------------------------------- inline-editor */
.empty_img{
	background-image:url('./img/pre_inline_text.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	min-height:100px;
}
@media print {
	body {
		min-width: 1080px;
		-webkit-print-color-adjust: exact;
	}
}
/*--------------------------------------- /404error/ */
.lower.body_404error .title_box h2 {
  padding: 100px 0 0;
}



/*--------------------------------------- fixed_btn */
.fixed_btn {
	pointer-events: none;
	position: fixed;
	right: 0;
	z-index: 100;
	text-align: center;
	bottom: 0;
	padding-top: 110px;
	padding-bottom: 20px;
}
.fixed_btn .fixed_btn_box {
	pointer-events: all;
}
.fixed_btn .btn_main a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-decoration: none;
	line-height: 1;
}
.fixed_btn .btn_main {
	margin-bottom: clamp(6px, 1vw, 10px);
}
.fixed_btn .btn_color_1,
.fixed_btn .btn_color_2 {
	border-radius: clamp(10px, 2vw, 20px)  0 0 clamp(10px, 2vw, 20px);
}
.fixed_btn .btn_color_1 a,
.fixed_btn .btn_color_2 a {
	width: clamp(90px, 8vw, 125px);
	height: clamp(65px, 7vw, 90px);
}
.fixed_btn img {
	width: clamp(30px, 3vw, 40px);
}
.fixed_btn .btn_color_1 .title,
.fixed_btn .btn_color_2 .title {
	font-size: clamp(12px, 1vw, 15px);
	display: block;
	font-weight: bold;
}
.fixed_btn .btn_color_1 a {
	background-color: #ffffff;
	border: 1px solid;
	border-right: none;
}
.fixed_btn .btn_color_2 a {
	color: #ffffff;
	background-color: #073B89;
	border: 1px solid;
	border-right: none;
}
.fixed_btn .btn_page_top a {
	padding-top: 20px;
}