
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section,summary {
	display: block;
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-size: 62.5%;
	background-color: #fff;
}
body {
	margin: 0;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	color: #333;
	font-size: 20px;
	font-size: 2rem;
}
@media screen and  (max-width: 991px) {
	body {
		font-size: 18px;
		font-size: 1.6rem;
	}
}
@media screen and  (max-width: 414px) {
	body {
		font-size: 14px;
		font-size: 1.4rem;
	}
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	background-color: transparent;
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:active,
a:hover {
	outline: 0;
	color: #000;
	text-decoration: none;
}
a:focus, *:focus { outline:none; }
a[href^="tel:"]:hover img{
	opacity: 1;
}
 /*----------------------------------------------------
	画像設定
----------------------------------------------------*/
img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
a img {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a img:hover {
	filter: alpha(opacity=60);
	-ms-filter: alpha(opacity=60);
	opacity: 0.6;
}
 /*----------------------------------------------------
	テーブル設定
----------------------------------------------------*/
table {
	width: 100%;
	background-color: #fff;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
}
table th{
	width: 30%;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	background: #52b1d1;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	font-weight: 600;
}
table td {
	width: 70%;
	padding: 10px 50px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: left;
	vertical-align: middle;
}
.scroll{
	overflow: auto;
	white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.scroll::-webkit-scrollbar{
 	height: 5px;
}
.scroll::-webkit-scrollbar-track{
 	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
 	background: #BCBCBC;
}
@media screen and  (max-width: 767px) {
	table th{
		text-align: left;
	}
	table td {
		padding: 10px;
	}
}
@media screen and  (max-width: 414px) {
    table.resp th,
    table.resp td{
		width: 100%;
		display: block;
		border-top: none;
    }
	table td {
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
	}
  table {
  	border-top: none;
  }
}
 /*----------------------------------------------------
	テキスト設定
----------------------------------------------------*/
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}

/*文字飛ばし*/
.indent_none {
    text-indent: -9999px;
    overflow: hidden;
    height: 0;
}

 /*----------------------------------------------------
	グリッドレイアウト
----------------------------------------------------*/
.inner {
	padding-right: 15px;
	padding-left: 15px;
	max-width: 1230px;
	width: 100%;
	margin: 0 auto;
}
.inner:before,
.inner:after,
.row:before,
.row:after,
.nav-menu ul:before,
.nav-menu ul:after{
	display: table;
    content: " ";
}
.inner:after,
.row:after{
    clear: both;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.grid-xs-1, .grid-sm-1, .grid-md-1, .grid-lg-1, .grid-xs-2, .grid-sm-2, .grid-md-2, .grid-lg-2, .grid-xs-3, .grid-sm-3, .grid-md-3, .grid-lg-3, .grid-xs-4, .grid-sm-4, .grid-md-4, .grid-lg-4, .grid-xs-5, .grid-sm-5, .grid-md-5, .grid-lg-5, .grid-xs-6, .grid-sm-6, .grid-md-6, .grid-lg-6, .grid-xs-7, .grid-sm-7, .grid-md-7, .grid-lg-7, .grid-xs-8, .grid-sm-8, .grid-md-8, .grid-lg-8, .grid-xs-9, .grid-sm-9, .grid-md-9, .grid-lg-9, .grid-xs-10, .grid-sm-10, .grid-md-10, .grid-lg-10, .grid-xs-11, .grid-sm-11, .grid-md-11, .grid-lg-11, .grid-xs-12, .grid-sm-12, .grid-md-12, .grid-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.grid-xs-1, .grid-xs-2, .grid-xs-3, .grid-xs-4, .grid-xs-5, .grid-xs-6, .grid-xs-7, .grid-xs-8, .grid-xs-9, .grid-xs-10, .grid-xs-11, .grid-xs-12 {
  float: left;
}
.grid-xs-12 {
  width: 100%;
}
.grid-xs-11 {
  width: 91.66666667%;
}
.grid-xs-10 {
  width: 83.33333333%;
}
.grid-xs-9 {
  width: 75%;
}
.grid-xs-8 {
  width: 66.66666667%;
}
.grid-xs-7 {
  width: 58.33333333%;
}
.grid-xs-6 {
  width: 50%;
}
.grid-xs-5 {
  width: 41.66666667%;
}
.grid-xs-4 {
  width: 33.33333333%;
}
.grid-xs-3 {
  width: 25%;
}
.grid-xs-2 {
  width: 16.66666667%;
}
.grid-xs-1 {
  width: 8.33333333%;
}
.grid-xs-pull-12 {
  right: 100%;
}
.grid-xs-pull-11 {
  right: 91.66666667%;
}
.grid-xs-pull-10 {
  right: 83.33333333%;
}
.grid-xs-pull-9 {
  right: 75%;
}
.grid-xs-pull-8 {
  right: 66.66666667%;
}
.grid-xs-pull-7 {
  right: 58.33333333%;
}
.grid-xs-pull-6 {
  right: 50%;
}
.grid-xs-pull-5 {
  right: 41.66666667%;
}
.grid-xs-pull-4 {
  right: 33.33333333%;
}
.grid-xs-pull-3 {
  right: 25%;
}
.grid-xs-pull-2 {
  right: 16.66666667%;
}
.grid-xs-pull-1 {
  right: 8.33333333%;
}
.grid-xs-pull-0 {
  right: auto;
}
.grid-xs-push-12 {
  left: 100%;
}
.grid-xs-push-11 {
  left: 91.66666667%;
}
.grid-xs-push-10 {
  left: 83.33333333%;
}
.grid-xs-push-9 {
  left: 75%;
}
.grid-xs-push-8 {
  left: 66.66666667%;
}
.grid-xs-push-7 {
  left: 58.33333333%;
}
.grid-xs-push-6 {
  left: 50%;
}
.grid-xs-push-5 {
  left: 41.66666667%;
}
.grid-xs-push-4 {
  left: 33.33333333%;
}
.grid-xs-push-3 {
  left: 25%;
}
.grid-xs-push-2 {
  left: 16.66666667%;
}
.grid-xs-push-1 {
  left: 8.33333333%;
}
.grid-xs-push-0 {
  left: auto;
}
.grid-xs-offset-12 {
  margin-left: 100%;
}
.grid-xs-offset-11 {
  margin-left: 91.66666667%;
}
.grid-xs-offset-10 {
  margin-left: 83.33333333%;
}
.grid-xs-offset-9 {
  margin-left: 75%;
}
.grid-xs-offset-8 {
  margin-left: 66.66666667%;
}
.grid-xs-offset-7 {
  margin-left: 58.33333333%;
}
.grid-xs-offset-6 {
  margin-left: 50%;
}
.grid-xs-offset-5 {
  margin-left: 41.66666667%;
}
.grid-xs-offset-4 {
  margin-left: 33.33333333%;
}
.grid-xs-offset-3 {
  margin-left: 25%;
}
.grid-xs-offset-2 {
  margin-left: 16.66666667%;
}
.grid-xs-offset-1 {
  margin-left: 8.33333333%;
}
.grid-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .grid-sm-1, .grid-sm-2, .grid-sm-3, .grid-sm-4, .grid-sm-5, .grid-sm-6, .grid-sm-7, .grid-sm-8, .grid-sm-9, .grid-sm-10, .grid-sm-11, .grid-sm-12 {
    float: left;
  }
  .grid-sm-12 {
    width: 100%;
  }
  .grid-sm-11 {
    width: 91.66666667%;
  }
  .grid-sm-10 {
    width: 83.33333333%;
  }
  .grid-sm-9 {
    width: 75%;
  }
  .grid-sm-8 {
    width: 66.66666667%;
  }
  .grid-sm-7 {
    width: 58.33333333%;
  }
  .grid-sm-6 {
    width: 50%;
  }
  .grid-sm-5 {
    width: 41.66666667%;
  }
  .grid-sm-4 {
    width: 33.33333333%;
  }
  .grid-sm-3 {
    width: 25%;
  }
  .grid-sm-2 {
    width: 16.66666667%;
  }
  .grid-sm-1 {
    width: 8.33333333%;
  }
  .grid-sm-pull-12 {
    right: 100%;
  }
  .grid-sm-pull-11 {
    right: 91.66666667%;
  }
  .grid-sm-pull-10 {
    right: 83.33333333%;
  }
  .grid-sm-pull-9 {
    right: 75%;
  }
  .grid-sm-pull-8 {
    right: 66.66666667%;
  }
  .grid-sm-pull-7 {
    right: 58.33333333%;
  }
  .grid-sm-pull-6 {
    right: 50%;
  }
  .grid-sm-pull-5 {
    right: 41.66666667%;
  }
  .grid-sm-pull-4 {
    right: 33.33333333%;
  }
  .grid-sm-pull-3 {
    right: 25%;
  }
  .grid-sm-pull-2 {
    right: 16.66666667%;
  }
  .grid-sm-pull-1 {
    right: 8.33333333%;
  }
  .grid-sm-pull-0 {
    right: auto;
  }
  .grid-sm-push-12 {
    left: 100%;
  }
  .grid-sm-push-11 {
    left: 91.66666667%;
  }
  .grid-sm-push-10 {
    left: 83.33333333%;
  }
  .grid-sm-push-9 {
    left: 75%;
  }
  .grid-sm-push-8 {
    left: 66.66666667%;
  }
  .grid-sm-push-7 {
    left: 58.33333333%;
  }
  .grid-sm-push-6 {
    left: 50%;
  }
  .grid-sm-push-5 {
    left: 41.66666667%;
  }
  .grid-sm-push-4 {
    left: 33.33333333%;
  }
  .grid-sm-push-3 {
    left: 25%;
  }
  .grid-sm-push-2 {
    left: 16.66666667%;
  }
  .grid-sm-push-1 {
    left: 8.33333333%;
  }
  .grid-sm-push-0 {
    left: auto;
  }
  .grid-sm-offset-12 {
    margin-left: 100%;
  }
  .grid-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .grid-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .grid-sm-offset-9 {
    margin-left: 75%;
  }
  .grid-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .grid-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .grid-sm-offset-6 {
    margin-left: 50%;
  }
  .grid-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .grid-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .grid-sm-offset-3 {
    margin-left: 25%;
  }
  .grid-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .grid-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .grid-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .grid-md-1, .grid-md-2, .grid-md-3, .grid-md-4, .grid-md-5, .grid-md-6, .grid-md-7, .grid-md-8, .grid-md-9, .grid-md-10, .grid-md-11, .grid-md-12 {
    float: left;
  }
  .grid-md-12 {
    width: 100%;
  }
  .grid-md-11 {
    width: 91.66666667%;
  }
  .grid-md-10 {
    width: 83.33333333%;
  }
  .grid-md-9 {
    width: 75%;
  }
  .grid-md-8 {
    width: 66.66666667%;
  }
  .grid-md-7 {
    width: 58.33333333%;
  }
  .grid-md-6 {
    width: 50%;
  }
  .grid-md-5 {
    width: 41.66666667%;
  }
  .grid-md-4 {
    width: 33.33333333%;
  }
  .grid-md-3 {
    width: 25%;
  }
  .grid-md-2 {
    width: 16.66666667%;
  }
  .grid-md-1 {
    width: 8.33333333%;
  }
  .grid-md-pull-12 {
    right: 100%;
  }
  .grid-md-pull-11 {
    right: 91.66666667%;
  }
  .grid-md-pull-10 {
    right: 83.33333333%;
  }
  .grid-md-pull-9 {
    right: 75%;
  }
  .grid-md-pull-8 {
    right: 66.66666667%;
  }
  .grid-md-pull-7 {
    right: 58.33333333%;
  }
  .grid-md-pull-6 {
    right: 50%;
  }
  .grid-md-pull-5 {
    right: 41.66666667%;
  }
  .grid-md-pull-4 {
    right: 33.33333333%;
  }
  .grid-md-pull-3 {
    right: 25%;
  }
  .grid-md-pull-2 {
    right: 16.66666667%;
  }
  .grid-md-pull-1 {
    right: 8.33333333%;
  }
  .grid-md-pull-0 {
    right: auto;
  }
  .grid-md-push-12 {
    left: 100%;
  }
  .grid-md-push-11 {
    left: 91.66666667%;
  }
  .grid-md-push-10 {
    left: 83.33333333%;
  }
  .grid-md-push-9 {
    left: 75%;
  }
  .grid-md-push-8 {
    left: 66.66666667%;
  }
  .grid-md-push-7 {
    left: 58.33333333%;
  }
  .grid-md-push-6 {
    left: 50%;
  }
  .grid-md-push-5 {
    left: 41.66666667%;
  }
  .grid-md-push-4 {
    left: 33.33333333%;
  }
  .grid-md-push-3 {
    left: 25%;
  }
  .grid-md-push-2 {
    left: 16.66666667%;
  }
  .grid-md-push-1 {
    left: 8.33333333%;
  }
  .grid-md-push-0 {
    left: auto;
  }
  .grid-md-offset-12 {
    margin-left: 100%;
  }
  .grid-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .grid-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .grid-md-offset-9 {
    margin-left: 75%;
  }
  .grid-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .grid-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .grid-md-offset-6 {
    margin-left: 50%;
  }
  .grid-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .grid-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .grid-md-offset-3 {
    margin-left: 25%;
  }
  .grid-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .grid-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .grid-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .grid-lg-1, .grid-lg-2, .grid-lg-3, .grid-lg-4, .grid-lg-5, .grid-lg-6, .grid-lg-7, .grid-lg-8, .grid-lg-9, .grid-lg-10, .grid-lg-11, .grid-lg-12 {
    float: left;
  }
  .grid-lg-12 {
    width: 100%;
  }
  .grid-lg-11 {
    width: 91.66666667%;
  }
  .grid-lg-10 {
    width: 83.33333333%;
  }
  .grid-lg-9 {
    width: 75%;
  }
  .grid-lg-8 {
    width: 66.66666667%;
  }
  .grid-lg-7 {
    width: 58.33333333%;
  }
  .grid-lg-6 {
    width: 50%;
  }
  .grid-lg-5 {
    width: 41.66666667%;
  }
  .grid-lg-4 {
    width: 33.33333333%;
  }
  .grid-lg-3 {
    width: 25%;
  }
  .grid-lg-2 {
    width: 16.66666667%;
  }
  .grid-lg-1 {
    width: 8.33333333%;
  }
  .grid-lg-pull-12 {
    right: 100%;
  }
  .grid-lg-pull-11 {
    right: 91.66666667%;
  }
  .grid-lg-pull-10 {
    right: 83.33333333%;
  }
  .grid-lg-pull-9 {
    right: 75%;
  }
  .grid-lg-pull-8 {
    right: 66.66666667%;
  }
  .grid-lg-pull-7 {
    right: 58.33333333%;
  }
  .grid-lg-pull-6 {
    right: 50%;
  }
  .grid-lg-pull-5 {
    right: 41.66666667%;
  }
  .grid-lg-pull-4 {
    right: 33.33333333%;
  }
  .grid-lg-pull-3 {
    right: 25%;
  }
  .grid-lg-pull-2 {
    right: 16.66666667%;
  }
  .grid-lg-pull-1 {
    right: 8.33333333%;
  }
  .grid-lg-pull-0 {
    right: auto;
  }
  .grid-lg-push-12 {
    left: 100%;
  }
  .grid-lg-push-11 {
    left: 91.66666667%;
  }
  .grid-lg-push-10 {
    left: 83.33333333%;
  }
  .grid-lg-push-9 {
    left: 75%;
  }
  .grid-lg-push-8 {
    left: 66.66666667%;
  }
  .grid-lg-push-7 {
    left: 58.33333333%;
  }
  .grid-lg-push-6 {
    left: 50%;
  }
  .grid-lg-push-5 {
    left: 41.66666667%;
  }
  .grid-lg-push-4 {
    left: 33.33333333%;
  }
  .grid-lg-push-3 {
    left: 25%;
  }
  .grid-lg-push-2 {
    left: 16.66666667%;
  }
  .grid-lg-push-1 {
    left: 8.33333333%;
  }
  .grid-lg-push-0 {
    left: auto;
  }
  .grid-lg-offset-12 {
    margin-left: 100%;
  }
  .grid-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .grid-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .grid-lg-offset-9 {
    margin-left: 75%;
  }
  .grid-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .grid-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .grid-lg-offset-6 {
    margin-left: 50%;
  }
  .grid-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .grid-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .grid-lg-offset-3 {
    margin-left: 25%;
  }
  .grid-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .grid-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .grid-lg-offset-0 {
    margin-left: 0;
  }
}
 /*----------------------------------------------------
	ガーター幅設定
----------------------------------------------------*/
.row-0 {
	margin-left: 0px;
	margin-right: 0px;
}
.row-0 > div {
	padding-right: 0px;
	padding-left: 0px;
}
.row-10 {
	margin-left: -5px;
	margin-right: -5px;
}
.row-10 > div {
	padding-right: 5px;
	padding-left: 5px;
}
.row-20 {
	margin-left: -10px;
	margin-right: -10px;
}
.row-20 > div {
	padding-right: 10px;
	padding-left: 10px;
}
.row-30 {
	margin-left: -15px;
	margin-right: -15px;
}
.row-30 > div {
	padding-right: 15px;
	padding-left: 15px;
}
.row-40 {
	margin-left: -20px;
	margin-right: -20px;
}
.row-40 > div {
	padding-right: 20px;
	padding-left: 20px;
}
 /*----------------------------------------------------
	float
----------------------------------------------------*/
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
.fl-right {
  float: right !important;
}
.fl-left {
  float: left !important;
}
 /*----------------------------------------------------
	表示設定
----------------------------------------------------*/
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
 /*----------------------------------------------------
	margin set
----------------------------------------------------*/
.mgt5 { margin-top: 5px!important;}
.mgt10 { margin-top: 10px!important;}
.mgt15 { margin-top: 15px!important;}
.mgt20 { margin-top: 20px!important;}
.mgt25 { margin-top: 25px!important;}
.mgt30 { margin-top: 30px!important;}
.mgt35 { margin-top: 35px!important;}
.mgt40 { margin-top: 40px!important;}
.mgt50 { margin-top: 50px!important;}
.mgt60 { margin-top: 60px!important;}
.mgt70 { margin-top: 70px!important;}
.mgt80 { margin-top: 80px!important;}
.mgt90 { margin-top: 90px!important;}
.mgt100 { margin-top: 100px!important;}

.mgb5 { margin-bottom: 5px!important;}
.mgb10 { margin-bottom: 10px!important;}
.mgb15 { margin-bottom: 15px!important;}
.mgb20 { margin-bottom: 20px!important;}
.mgb25 { margin-bottom: 25px!important;}
.mgb30 { margin-bottom: 30px!important;}
.mgb35 { margin-bottom: 35px!important;}
.mgb40 { margin-bottom: 40px!important;}
.mgb50 { margin-bottom: 50px!important;}
.mgb60 { margin-bottom: 60px!important;}
.mgb70 { margin-bottom: 70px!important;}
.mgb80 { margin-bottom: 80px!important;}
.mgb90 { margin-bottom: 90px!important;}
.mgb100 { margin-bottom: 100px!important;}


/*----------------------------------------------------
	padding set
----------------------------------------------------*/
.pdt5 { padding-top: 5px!important;}
.pdt10 { padding-top: 10px!important;}
.pdt15 { padding-top: 15px!important;}
.pdt20 { padding-top: 20px!important;}
.pdt25 { padding-top: 25px!important;}
.pdt30 { padding-top: 30px!important;}
.pdt35 { padding-top: 35px!important;}
.pdt40 { padding-top: 40px!important;}
.pdt50 { padding-top: 50px!important;}
.pdt60 { padding-top: 60px!important;}
.pdt70 { padding-top: 70px!important;}
.pdt80 { padding-top: 80px!important;}
.pdt90 { padding-top: 90px!important;}
.pdt100 { padding-top: 100px!important;}

.pdb5 { padding-bottom: 5px!important;}
.pdb10 { padding-bottom: 10px!important;}
.pdb15 { padding-bottom: 15px!important;}
.pdb20 { padding-bottom: 20px!important;}
.pdb25 { padding-bottom: 25px!important;}
.pdb30 { padding-bottom: 30px!important;}
.pdb35 { padding-bottom: 35px!important;}
.pdb40 { padding-bottom: 40px!important;}
.pdb50 { padding-bottom: 50px!important;}
.pdb60 { padding-bottom: 60px!important;}
.pdb70 { padding-bottom: 70px!important;}
.pdb80 { padding-bottom: 80px!important;}
.pdb90 { padding-bottom: 90px!important;}
.pdb100 { padding-bottom: 100px!important;}

/*----------------------------------------------------
	フォントサイズ*
----------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
.fs10{font-size: 10px; font-size: 1rem;}
.fs12{font-size: 12px; font-size: 1.2rem;}
.fs13{font-size: 13px; font-size: 1.3rem;}
.fs14{font-size: 14px; font-size: 1.4rem;}
.fs15{font-size: 15px; font-size: 1.5rem;}
.fs16{font-size: 16px; font-size: 1.6rem;}
.fs18{font-size: 18px; font-size: 1.8rem;}
.fs20{font-size: 20px; font-size: 2rem;}
.fs24{font-size: 24px; font-size: 2.4rem;}
.fs26{font-size: 26px; font-size: 2.6rem;}
.fs28{font-size: 28px; font-size: 2.8rem;}
.fs30{font-size: 30px; font-size: 3rem;}
.fs34{font-size: 34px; font-size: 3.4rem;}
.fs36{font-size: 36px; font-size: 3.6rem;}
.fs38{font-size: 38px; font-size: 3.8rem;}
.fs40{font-size: 40px; font-size: 4rem;}
.fs42{font-size: 42px; font-size: 4.2rem;}
.fs44{font-size: 44px; font-size: 4.4rem;}

@media screen and (max-width: 767px) {
}

/*----------------------------------------------------
	改行設定
----------------------------------------------------*/
@media screen and (min-width: 768px) {
	br.pc-onry { display: block; }
	br.sp-onry { display: none; }
}
@media screen and (max-width: 767px) {
	br.pc-onry { display: none; }
	br.sp-onry { display: block; }
}


a.link {
color: #328cbb;
}

@media screen and (min-width: 768px) {
  ul.outer-rec-bnrs {
      text-align: center;
  }

  ul.outer-rec-bnrs li {
      width: 215px;
      height: 60px;
      display: table-cell;
      vertical-align: middle;
  }

  ul.outer-rec-bnrs li.border {
    border: 1px solid #0068b8;
    padding: 5px;
    box-sizing: border-box;
  }

  ul.outer-rec-bnrs li:not(:first-child) {
      padding-left: 20px;
  }

  #message .inner .row {
    width: 900px;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  ul.outer-rec-bnrs {
    text-align: center;
  }

  ul.outer-rec-bnrs li {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
  }

  ul.outer-rec-bnrs li.border {
    border: 1px solid #0068b8;
    padding: 0;
    box-sizing: border-box;
  }
    ul.outer-rec-bnrs li.border img {
      width: 80%;
    }

  ul.outer-rec-bnrs li:not(:first-child) {
      padding-left: 10px;
  }
}
