@charset "utf-8";

/* CSS Document */

/* @font-face { font-family: 'FOT-AnitoStd-M'; src: url(./FOT-AnitoStd-M.otf); } */

/*------------------------------------------------------------------------------------------------------------------
　base style
-------------------------------------------------------------------------------------------------------------------*/

body {
	color: #000000;
	font-size: 16px;
	margin: 0;
	height: 100%;
	position: relative;
	font-family: "BIZ UDPGothic", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 750px) {
	body {
		font-size: 22px;
	}
}

a:link {
	color: #0039b7;
	text-decoration: underline;
}

a:visited {
	color: #0039b7;
	text-decoration: underline;
}

a:hover {
	color: #e59c0e;
	text-decoration: underline;
}

img {
	border: 0;
	vertical-align: bottom;
}

.pc {}

.sp {
	display: none !important;
}

@media screen and (max-width: 750px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}
}

/*------------------------------------------------------------------------------------------------------------------
　preparation
-------------------------------------------------------------------------------------------------------------------*/

#lineup-font-size-sampler {
	display: none;
}

div:after, section:after, article:after, ul:after {
	content: "";
	display: block;
	clear: both;
}

.link a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

/* 画像のぼやけ対策 */
.rendering {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-filter: blur(0);
	        filter: blur(0);
	image-rendering: -webkit-optimize-contrast;
}

/*------------------------------------------------------------------------------------------------------------------
　expression
-------------------------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
}

.under {
	margin-bottom: 30px !important;
}

.under-db {
	margin-bottom: 50px !important;
}

.under-db2 {
	margin-bottom: 100px !important;
}

.under-harf {
	margin-bottom: 15px !important;
}

.right {
	float: right;
	margin-left: 30px;
	margin-bottom: 15px;
	margin-top: 5px;
}

.left {
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-top: 5px;
}

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

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.first {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.last {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.ro img:hover, .ro:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.dropshadow {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.17);
}

/*------------------------------------------------------------------------------------------------------------------
　img align
-------------------------------------------------------------------------------------------------------------------*/

.aligncenter {
	display: block;
	margin: 0 auto;
	padding-bottom: 25px;
	max-width: 100%;
}

.alignright {
	float: right;
	margin-left: 30px;
	margin-bottom: 25px;
	max-width: 300px;
}

.alignleft {
	float: left;
	margin-right: 30px;
	margin-bottom: 25px;
	max-width: 300px;
}

.aligncenter img, .alignright img, .alignleft img {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 900px) {
	.aligncenter {
		display: block;
		margin: 0 auto;
		padding-bottom: 25px;
		max-width: 100% !important;
		text-align: center;
	}

	.alignright {
		float: none;
		margin: 0 auto;
		margin-bottom: 0;
		padding-bottom: 25px;
		max-width: 100% !important;
		text-align: center;
		display: block;
	}

	.alignleft {
		float: none;
		margin: 0 auto;
		margin-bottom: 0;
		padding-bottom: 25px;
		max-width: 100% !important;
		text-align: center;
		display: block;
	}
}

.photo-l {
	float: left;
	margin-right: 30px;
	margin-bottom: 0px;
}

.photo-r {
	float: right;
	margin-left: 30px;
	margin-bottom: 0px;
}

.photo-l img {
	width: 100%;
	height: auto;
}

.photo-r img {
	width: 100%;
	height: auto;
}

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

.photo-c img {}

/*------------------------------------------------------------------------------------------------------------------
　wp-pagenavi
-------------------------------------------------------------------------------------------------------------------*/

.wp-pagenavi {
	border-top: #d1d1d1 3px double;
	margin-top: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	display: block !important;
	clear: both !important;
	text-align: center;
}

.wp-pagenavi a ,.wp-pagenavi span.pages, .wp-pagenavi span.extend {
		color:#333333 !important;
		text-shadow:0px 1px #F6F6F6 !important;
		padding:9px 9px 7px 9px !important;
		border:solid 1px #B6B6B6 !important;
    border-radius: 5px;
		box-shadow:0px 1px #EFEFEF !important;
		-moz-box-shadow:0px 1px #EFEFEF !important;
		-webkit-box-shadow:0px 1px #EFEFEF !important;
		background:#E6E6E6 !important;
		background:-moz-linear-gradient(top,#FFFFFF 1px,#F3F3F3 1px,#E6E6E6) !important;
		background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#FFFFFF),color-stop(0.02,#F3F3F3),color-stop(1,#E6E6E6)) !important;
		font-size:12px !important;
		margin-right:3px !important;
		text-decoration:none !important;
}	
.wp-pagenavi a:hover {
		color:#fff !important;
			text-shadow:0px 1px #388DBE !important;
		border-color:#3390CA !important;
		background:#58B0E7 !important;
		background:-moz-linear-gradient(top,#B4F6FF 1px,#63D0FE 1px,#58B0E7) !important;
		background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#B4F6FF),color-stop(0.02,#63D0FE),color-stop(1,#58B0E7)) !important;
		color:#FFFFFF !important;
		box-shadow:0px 1px #E7E7E7 !important;
		-moz-box-shadow:0px 1px #E7E7E7 !important;
		-webkit-box-shadow:0px 1px #E7E7E7 !important;

}
 .wp-pagenavi span.current{
		padding:6px 9px 6px 9px !important;
		border:solid 1px #DCDCDC !important;
		color:#fff !important;
		box-shadow:0px 1px #E7E7E7 !important;
    border-radius: 5px;
		-moz-box-shadow:0px 1px #E7E7E7 !important;
		-webkit-box-shadow:0px 1px #E7E7E7 !important;
		margin-right:9px !important;
				text-shadow:0px 1px #388DBE !important;
		border-color:#3390CA !important;
		background:#58B0E7 !important;
		background:-moz-linear-gradient(top,#B4F6FF 1px,#63D0FE 1px,#58B0E7) !important;
		background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#B4F6FF),color-stop(0.02,#63D0FE),color-stop(1,#58B0E7)) !important;
}


/*------------------------------------------------------------------------------------------------------------------
　primary
-------------------------------------------------------------------------------------------------------------------*/

#primary {
	width: 100%;
	height: 100%;
	min-width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.ipad #primary, .safari #primary {
	width: 1200px !important;
	max-width: 1200px !important;
	overflow: hidden !important;
}

@media screen and (max-width: 750px) {
	#primary, .safari #primary, .ios #primary {
		width: 750px !important;
		max-width: 750px !important;
		overflow: hidden;
	}
}

article {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	transition: 0.3s;
	box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
	article {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
}

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

header {
	width: 100%;
	height: 152px;
	background-color: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 98;
}

header.home {
	/*top: 55px; */
}

@media screen and (max-width: 1200px) {
	header.home {
		/* top: 110px; */
	}

}

header article {
	max-width: none !important;
}

header h1 {
	font-size: 12px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 38px;
	left: 184px;
	font-weight: normal;
	display: none;
}

header .logo {
	background-image: url("../image/header/logo.png");
	background-position: top left;
	background-repeat: no-repeat;
	width: 600px;
	height: 80px;
	display: block;
	position: absolute;
	top: 33px;
	left: 40px;
}

header .logo:after {
	content: "";
	background-image: url("../image/header/logo-text.png");
	width: 382px;
	height: 41px;
	display: block;
	position: absolute;
	top: 20px;
	left: 120px;
}

header .logo a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}

header .option {
	width: 740px;
	position: absolute;
	top: 20px;
	right: 35px;
	text-align: right;
}

header .option .with-icon {
	position: relative;
}

header .option .with-icon span {
	color: #ff0000;
	font-weight: bold;
	position: absolute;
	top: -13px;
	left: -5px;
	font-size: 16px;text-shadow: 
    white 2px 0px,  white -2px 0px,
    white 0px -2px, white 0px 2px,
    white 2px 2px , white -2px 2px,
    white 2px -2px, white -2px -2px,
    white 1px 2px,  white -1px 2px,
    white 1px -2px, white -1px -2px,
    white 2px 1px,  white -2px 1px,
    white 2px -1px, white -2px -1px;
}

.g-search-form {
	width: 200px;
	height: 41px;
	border-radius: 3px;
	display: inline-block;
}

@media screen and (max-width: 1200px) {
	header .option {
		display: none;
	}

	.g-search-form {
		display: none;
	}
}


/* Googleカスタム検索ボックスのレイアウト調整 start */

.gsc-control-cse {
	padding: 0 !important;
	border: none !important;
}

.gsc-input-box {
	border: none !important;
}

.gsib_a {
	padding: 0 !important;
}

table.gsc-search-box, form.gsc-search-box {
	margin-bottom: 0 !important;
}

.gsc-search-button {
	position: absolute !important;
	z-index: 99 !important;
	top: 0;
	right: 0;
}

.g-search-form {
	vertical-align: top !important;
	position: absolute !important;
	top: 0 !important;
	right: 396px !important;
}

.g-search-form form {
	position: relative;
}

.g-search-form input[type=text] {
	width: 100% !important;
	height: 41px !important;
	border-radius: 3px !important;
	background-color: #f9f9f9 !important;
	border: 1px solid #d9d9d9 !important;
	padding: 11.5px !important;
	padding-left: 15px !important;
	position: absolute !important;
	top: 15px !important;
	left: 0 !important;
	background-position: center left 15px !important;
}

.g-search-form button {
	background-image: url("../image/header/search-button.png") !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-color: #ffb400 !important;
	border-radius: 3px !important;
	width: 48px !important;
	height: 32px !important;
	border: none !important;
	position: absolute !important;
	top: 17.5px !important;
	right: 5px !important;
}

.g-search-form button svg {
	display: none !important;
}

.gsst_a {
	display: none !important;
}

/* end */

header .option ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 15px;
	text-align: right;
	display: inline-block;
	letter-spacing: -.4em;
}

header .option ul li {
	display: inline-block;
	margin-left: 10px;
}

header .option ul li a {
	display: inline-block;
	letter-spacing: normal;
	text-align: center;
	background-color: #0039b7;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 5px;
	color: #ffffff;
	text-decoration: none;
	transition: 0.2s;
}

header .option ul li a:hover {
	background-color: #0663ea;
}

.youtube-channel a {
	background-color: #e62300 !important;
	position: relative;
	text-indent: 20px;
}

.youtube-channel a:hover {
	opacity: 0.7;
}

.youtube-channel a:before {
	content:"▶";
	color: #ffffff;
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	padding-right: 8px;
	position: absolute;
	top: 3px;
	left: 0;
}

#sidebar .youtube-channel a:before {
	top: 6px;
}

.top_bana_wrap {
	position: relative;
	padding-bottom: 60px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .top_bana_wrap {
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }
}

.top_bana_wrap .bana {
  width: calc(50% - 15px);
}

.top_bana_wrap .bana:first-of-type {
  float: left;
}
.top_bana_wrap .bana:last-of-type {
  float: right;
}

@media screen and (max-width: 850px) {
  .top_bana_wrap {
    padding-bottom: 30px;
  }
}

.lSSlideOuter {
  position: relative;
  z-index: 2;
}

.lSSlideOuter+prevnext {
  position: relative;
  z-index: 1;
}

.top_bana_wrap .bana a {
  position: relative;
  z-index: 99;
}

.top_bana_wrap .bana img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  transition: 0.2s;
}

.top_bana_wrap .bana img:hover {
  opacity: 0.7;
}

.aniv-bana-left {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 50%;
	height: 55px;
	display: block;
	text-align: center;
	color: #ffffff;
	background-image: url("../image/20th_back.png");
	background-position: center;
	background-color: #061147;
	box-sizing: border-box;
	line-height: 56px;
	font-weight: bold;
	font-size: 18px;
	text-shadow: 0 2px 2px #000000;
	transition: 0.2s;
}

.aniv-bana-left img {
	margin-right: 10px;
	top: 4px;
	position: relative;
}

.aniv-bana-left img:nth-of-type(2) {
	top: -13px;
	margin-left: 14px;
}

.aniv-bana-left a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	z-index: 9999;
}

.aniv-bana-left:hover {
	-webkit-filter: brightness(140%);
	        filter: brightness(140%);
}

/* 右側バナーここから */

.msm-bana {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 50%;
	height: 55px;
	display: block;
	text-align: center;
	color: #ffffff;
	background-image: url("../image/msm_back.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #061147;
	box-sizing: border-box;
	line-height: 10px;
	font-weight: bold;
	font-size: 18px;
	text-shadow: 0 2px 2px #000000;
	transition: 0.2s;
}

.msm-bana .msm_l {
	position: relative;
	top: 0;
	/* left: -30px; */
	left: -5%;
}

@media screen and (max-width: 1400px) {
	.msm-bana .msm_l {
		position: relative;
		top: 0;
		/* left: -30px; */
		left: -1%;
	}
}

.msm-bana img:nth-of-type(2) {
	margin-right: 10px;
	top: -31px;
	position: relative;
}

.msm-bana img:nth-of-type(3) {
	position: absolute;
	top: 15px;
	margin-left: 14px;
}

.msm-bana .msm_r {
	position: relative;
	top: -15px;
	/* right: -82px; */
	right: -11%;
}

.msm-bana span {
	position: relative;
	top: -44px;
}

.msm-bana a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	z-index: 9999;
}

.msm-bana:hover {
	-webkit-filter: brightness(140%);
	        filter: brightness(140%);
}


/*------------------------------------------------------------------------------------------------------------------
　navi
-------------------------------------------------------------------------------------------------------------------*/

header nav {
	position: absolute;
	top: 100px;
	right: 35px;
	padding-right: 235px;
	box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
	header nav {
		display: none;
	}
}

header nav .subnav {
	display: none;
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 152px;
	left: 0;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}

header.home nav .subnav {
	top: 152px;
}

header nav .subnav ul {
	width: 100%;
	max-width: 1200px;
	display: block;
	margin: 0;
	padding: 0;
	padding-top: 25px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 270px;
	box-sizing: border-box;
	position: relative;
}

@media screen and (max-width: 1280px) {
	header nav .subnav ul {
		padding-left: 300px;
	}
}

header nav .subnav ul .current-title {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	letter-spacing: 0 !important;
	color: #ffffff;
	font-size: 30px;
	background-image: url("../image/navi/line.gif");
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 50px;
	box-sizing: border-box;
	width: 220px;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	transition: 0.2s;
}

@media screen and (max-width: 1280px) {
	header nav .subnav ul .current-title {
		left: 30px;
	}
}

header nav .subnav ul .current-title p {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

header nav .subnav ul li {
	width: 50%;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	margin-left: 0;
	text-align: left;
	background-image: url("../image/layout/ar03.png");
	background-repeat: no-repeat;
	background-position: left 0 top 4px;
	padding-left: 25px;
	padding-right: 30px;
	box-sizing: border-box;
	position: relative;
}

header nav .subnav ul li a {
	border: none !important;
	color: #ffffff !important;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

header nav .subnav ul li a:hover {
	text-decoration: underline !important;
}

header nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	letter-spacing: -.4em;
}

header nav ul li {
	display: inline-block;
	letter-spacing: normal;
	margin-left: 18px;
}

header nav ul li a {
	height: 48px;
	font-size: 16px;
	color: #000000 !important;
	font-weight: bold;
	display: inline-block;
	text-decoration: none !important;
	letter-spacing: normal;
	border-bottom: 4px solid #ffffff;
	transition: 0.2s;
}

header nav ul li a:hover {
	border-bottom: 4px solid #0039b7;
}

header nav .don {
	position: absolute;
	top: -12px;
	right: 83px;
}

header nav .don2 {
	position: absolute;
	top: -12px;
	right: 83px;
}

header nav .iitokoro {
	position: absolute;
	top: -19px;
	right: 0;
}

/*------------------------------------------------------------------------------------------------------------------
　mainvisual
-------------------------------------------------------------------------------------------------------------------*/

#mainvisual {
	position: relative;
	margin-top: 153px;
	margin-bottom: 50px;
	height: 745px;
	overflow: hidden;
}

@media screen and (max-width: 750px) {
	#mainvisual {
		margin-bottom: 25px;
	}
}

#mainvisual .panel {
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 700px;
	position: relative;
}

#mainvisual .panel:nth-of-type(1) video {
	position: absolute;
	top: -215px;
	left: 50%;
	margin-left: -960px;
}

@media screen and (max-width: 1180px) {
	#mainvisual {
		height: 667px;
	}
	#mainvisual .panel:nth-of-type(1) video {
		transform: scale(0.8,0.8);
		transform-origin: center top;
		top: -100px !important;
	}
}

@media screen and (max-width: 900px) {
	#mainvisual {
		height: 600px;
	}
	#mainvisual .panel:nth-of-type(1) video {
		transform: scale(0.72,0.72);
		transform-origin: center top;
		top: -90px !important;
	}
}

@media screen and (max-width: 750px) {
	#mainvisual {
		height: 605px;
	}
	#mainvisual .panel:nth-of-type(1) video {
		transform: scale(0.6,0.6);
		transform-origin: center top;
		top: -27px !important;
	}
}

/*
#mainvisual .panel:nth-of-type(1) video {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
}

@media screen and (max-width: 750px) {
	#mainvisual .panel:nth-of-type(1) video {
		display: none;
	}

	#mainvisual .panel:nth-of-type(1) {
		background-image: url("../image/mainvisual/06_sp.jpg");
	}
}

*/

#mainvisual .panel:nth-of-type(2) {
	background-image: url("../image/mainvisual/00.jpg");
}

#mainvisual .panel:nth-of-type(3) {
	background-image: url("../image/mainvisual/04.jpg");
}

#mainvisual .panel:nth-of-type(4) {
	background-image: url("../image/mainvisual/02.jpg");
}

#mainvisual .panel:nth-of-type(5) {
	background-image: url("../image/mainvisual/05.jpg");
}

/* 写真構図の都合により位置微調整 */
#mainvisual .panel:nth-of-type(3) {
	background-size: cover;
	background-position: top -400px left 0;
}

@media screen and (max-width: 1650px) {
	#mainvisual .panel:nth-of-type(3) {
		background-position: top -200px left 0;
	}
}

@media screen and (max-width: 1370px) {
	#mainvisual .panel:nth-of-type(3) {
		background-position: top -100px left 0;
	}
}

@media screen and (max-width: 1220px) {
	#mainvisual .panel:nth-of-type(3) {
		background-position: top -100px left 0;
		background-size: 120%;
	}
}

@media screen and (max-width: 1020px) {
	#mainvisual .panel:nth-of-type(3) {
		background-position: top -100px left -100px;
		background-size: 130%;
	}
}

@media screen and (max-width: 950px) {
	#mainvisual .panel:nth-of-type(3) {
		background-image: url("../image/mainvisual/04_sp.jpg");
		background-position: center;
		background-size: 120%;
	}
}

@media screen and (max-width: 750px) {
	#mainvisual .panel:nth-of-type(3) {
		background-position: top 0 left 0;
		background-size: 100%;
	}
}

#mainvisual .panel:nth-of-type(5) {
	background-size: cover;
	background-position: center bottom -150px;
}

@media screen and (max-width: 1670px) {
	#mainvisual .panel:nth-of-type(5) {
		background-position: center bottom -50px;
	}
}

@media screen and (max-width: 1250px) {
	#mainvisual .panel:nth-of-type(5) {
		background-position: center bottom;
		background-size: 120%;
	}
}

@media screen and (max-width: 850px) {
	#mainvisual .panel:nth-of-type(5) {
		background-image: url("../image/mainvisual/05_sp.jpg");
		background-size: 100%;
	}
}






#mainvisual .catch {
	background-image: url("../image/mainvisual/comment.png");
	width: 615px;
	height: 273px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	position: absolute;
	left: 88px;
	bottom: 80px;
	transition: 0.2s;
}

#mainvisual .catch.en {
	background-image: url("../image/mainvisual/comment_en.png");
}

@media screen and (max-width: 950px) {
	#mainvisual .catch {
		left: 40px;
		transform: scale(0.8, 0.8);
		transform-origin: left bottom;
	}
}

@media screen and (max-width: 750px) {
	#mainvisual .catch {
		bottom: 36px;
		left: 50px;
	}
}

/*------------------------------------------------------------------------------------------------------------------
　sidebar
-------------------------------------------------------------------------------------------------------------------*/

#sidebar {
	display: none;
	position: fixed;
	top: 0;
	right: -320px;
	z-index: 100;
	transition: 0.3s;
	background-color: #151515;
	width: 100%;
	height: 100%;
	max-width: 320px;
	box-sizing: border-box;
	padding-top: 30px;
}

.iphone #sidebar, .iphone #android, .iphone #ipad {
	overflow: scroll;
}

#sidebar.active {
	right: 0;
}

#sidebar-button-top {
	display: none;
	position: fixed;
	top: 40px;
	right: 30px;
	width: 80px;
	height: 80px;
	background-color: #0039b7;
	z-index: 100;
	box-sizing: border-box;
	padding-top: 14px;
	padding-left: 15px;
	transition: 0.3s;
}

#sidebar-button-top.active {
	right: 340px;
}

#sidebar-button-top button {
	transform: scale(0.8, 0.8);
	transform-origin: center;
}

@media screen and (max-width: 1200px) {
	#sidebar {
		display: block;
	}

	#sidebar-button-top {
		display: block;
	}
}

#sidebar-button {
	display: none;
	position: fixed;
	top: 30px;
	right: 30px;
	width: 80px;
	height: 80px;
	background-color: #0039b7;
	z-index: 100;
	box-sizing: border-box;
	padding-top: 14px;
	padding-left: 15px;
	transition: 0.3s;
}

#sidebar-button.active {
	right: 340px;
}

#sidebar-button button {
	transform: scale(0.8, 0.8);
	transform-origin: center;
}

@media screen and (max-width: 1200px) {
	#sidebar {
		display: block;
	}

	#sidebar-button {
		display: block;
	}
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.menu-trigger {
	position: relative;
	width: 50px;
	height: 44px;
	background: none;
	border: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	cursor: pointer;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger span:nth-of-type(2) {
	top: 20px;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger span:nth-of-type(1) {
	-webkit-animation: menu-bar01 .75s forwards;
	        animation: menu-bar01 .75s forwards;
}

@-webkit-keyframes menu-bar01 {
	0% {
		transform: translateY(20px) rotate(45deg);
	}

	50% {
		transform: translateY(20px) rotate(0);
	}

	100% {
		transform: translateY(0) rotate(0);
	}
}

@keyframes menu-bar01 {
	0% {
		transform: translateY(20px) rotate(45deg);
	}

	50% {
		transform: translateY(20px) rotate(0);
	}

	100% {
		transform: translateY(0) rotate(0);
	}
}

.menu-trigger span:nth-of-type(2) {
	transition: all .25s .25s;
	opacity: 1;
}

.menu-trigger span:nth-of-type(3) {
	-webkit-animation: menu-bar02 .75s forwards;
	        animation: menu-bar02 .75s forwards;
}

@-webkit-keyframes menu-bar02 {
	0% {
		transform: translateY(-20px) rotate(-45deg);
	}

	50% {
		transform: translateY(-20px) rotate(0);
	}

	100% {
		transform: translateY(0) rotate(0);
	}
}

@keyframes menu-bar02 {
	0% {
		transform: translateY(-20px) rotate(-45deg);
	}

	50% {
		transform: translateY(-20px) rotate(0);
	}

	100% {
		transform: translateY(0) rotate(0);
	}
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-animation: active-menu-bar01 .75s forwards;
	        animation: active-menu-bar01 .75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}

	50% {
		transform: translateY(20px) rotate(0);
	}

	100% {
		transform: translateY(20px) rotate(45deg);
	}
}

@keyframes active-menu-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}

	50% {
		transform: translateY(20px) rotate(0);
	}

	100% {
		transform: translateY(20px) rotate(45deg);
	}
}

.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
	-webkit-animation: active-menu-bar03 .75s forwards;
	        animation: active-menu-bar03 .75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}

	50% {
		transform: translateY(-20px) rotate(0);
	}

	100% {
		transform: translateY(-20px) rotate(-45deg);
	}
}

@keyframes active-menu-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}

	50% {
		transform: translateY(-20px) rotate(0);
	}

	100% {
		transform: translateY(-20px) rotate(-45deg);
	}
}

#sidebar .logo {
	background-image: url("../image/footer/logo.png");
	width: 202px;
	height: 209px;
	display: block;
	margin-left: 60px;
	margin-bottom: 20px;
	transform: scale(0.8, 0.8);
	transform-origin: center;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}

#sidebar nav {
	width: calc(100% - 20px);
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#sidebar nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar nav ul li a {
	display: block;
	text-align: center;
	background-color: #2c2c2c;
	padding-top: 8px;
	padding-bottom: 7px;
	text-decoration: none;
	color: #ffffff;
	margin-bottom: 5px;
	position: relative;
	transition: 0.2s;
}

#sidebar nav ul li a:hover {
	background-color: #061148;
}

#sidebar nav ul li a.current:after {
	content: "〉";
	color: #ffffff;
	position: absolute;
	top: 8px;
	right: 16px;
	display: block;
	transition: 0.1s;
}

#sidebar nav ul li a.current.active:after {
	transform: rotate(90deg);
}

#sidebar nav ul li a.current+.subnav {
	display: none;
}

#sidebar nav ul li a.current+.subnav {
	background-color: #101010 !important;
}

#sidebar nav ul li a.current+.subnav li a {
	background-color: transparent !important;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px dotted #343434;
	box-sizing: border-box;
	margin-bottom: 0 !important;
	color: #adadad !important;
	transition: 0.1s;
	-webkit-text-size-adjust: 100%;
}

#sidebar nav ul li a.current+.subnav li a:hover {
	color: #ffffff !important;
}

#sidebar nav ul li a.current+.subnav li a:after {
	display: none !important;
}

#sidebar nav ul li a.current+.subnav li:last-of-type a {
	border-bottom: none !important;
}

#sidebar nav ul li a.current .subnav li a span {
	white-space: nowrap;
	font-size: 15px;
}

#sidebar .option {
	display: block;
	margin-top: 30px;
}

#sidebar .option .don {
	margin-bottom: 30px;
}

#sidebar .option ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: calc(100% - 70px);
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#sidebar .option ul li a {
	display: block;
	background-color: #4c4c4c;
	text-align: center;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-decoration: none;
	transition: 0.2s;
}

#sidebar .option ul li a:hover {
	background-color: #727272;
}

#sidebar .option p {
	margin: 0;
	padding: 15px;
	color: #ffffff;
	text-align: center;
	font-size: 20px;
}

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

#footer {
	width: 100%;
	min-height: 521px;
	box-sizing: border-box;
	background-color: #061148;
	background-image: url("../image/footer/back-circle.png"), url("../image/footer/back-right.png");
	background-repeat: no-repeat;
	background-position: top left, bottom right;
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
}

@media screen and (max-width: 850px) {
	#footer {
		padding-top: 50px;
	}
}

#footer p {
	color: #ffffff;
	margin: 0;
	padding: 0;
}

#footer a, #footer ul li {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.topback a {
	position: fixed;
	bottom: 30px;
	right: 30px;
	background-image: url(../image/footer/topback.png);
	width: 110px;
	height: 110px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	transition: 0.2s;
	z-index: 99;
}

.topback.en a {
	background-image: url(../image/footer/topback_en.png);
}

.topback a:hover {
	bottom: 40px;
}

#footer article {
	padding-left: 260px;
	box-sizing: border-box;
}

#footer .column-company {
	position: absolute;
	top: 0;
	left: 0;
	width: 260px;
	transition: 0.2s;
}

@media screen and (max-width: 1240px) {
	#footer .column-company {
		left: 30px;
	}
}

@media screen and (max-width: 850px) {
	#footer article {
		padding-left: 0;
	}

	#footer .column-company {
		display: none;
	}
}

#footer .column-company .logo {
	background-image: url("../image/footer/logo.png");
	width: 202px;
	height: 209px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	margin-bottom: 40px;
}

#footer .column-company p {
	text-align: left;
}

#footer .column-navi {
	width: 33.333%;
	float: left;
}

#footer .column-navi:nth-of-type(3) {
	width: 25.333%;
}

#footer .column-navi:nth-of-type(4) {
	width: 41.333%;
}

@media screen and (max-width: 1100px) {
	#footer .column-navi:nth-of-type(2) {
		width: 60%;
	}

	#footer .column-navi:nth-of-type(3) {
		width: 40%;
	}
}

#footer .column-navi ul {
  padding-inline-start: 20px;
}

#footer .column-navi ul li {
	font-size: 14px !important;
	margin-bottom: 10px;
	-webkit-text-size-adjust: 100%;
}

#footer .column-navi ul li ul li {
	margin-bottom: 0;
}

@media screen and (max-width: 750px) {
	#footer .column-navi ul {
		padding-bottom: 15px;
	}

	#footer .column-navi ul li {
		font-size: 22px !important;
		-webkit-text-size-adjust: 100%;
	}

	#footer .column-navi:nth-of-type(2) {
		width: 55%;
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}

	#footer .column-navi:nth-of-type(3) {
		width: 45%;
	}

	#footer .column-navi:nth-of-type(4) {
		width: 100%;
		margin-top: -30px;
	}
}

.cc {
	background-color: #ffffff;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}

.p-floatBtn__link {
	align-items: center;
	background-color: #ff0000;
	border-radius: 8px;
	bottom: 30px;
	display: flex;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.25));
	flex-direction: row;
	font-size: 90%;
	justify-content: center;
	line-height: 1.25;
	padding: 32px;
	position: fixed;
	right: 90px;
	text-align: center;
	transition: 0.2s;
	z-index: 99;
	display: none;
}

.p-floatBtn__link:hover {
	bottom: 40px;
	filter: drop-shadow(2px 5px 5px rgba(0, 0, 0, 0.25));
	text-decoration: none !important;
}

.p-floatBtn__link span {
	display: inline-block;
	margin-top: 8px;
}

.p-floatBtn__link span img {
	height: auto;
	max-width: 40px;
	width: 100%;
}

.p-floatBtn__link p {
	display: inline-block;
	font-size: 1.3rem;
	font-weight: 600;
	margin-left: 12px !important;
	text-align: left;
}

.p-floatBtn__link--topback {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	bottom: 30px;
	display: block;
	height: 50px;
	overflow: hidden;
	position: fixed;
	right: 30px;
	text-indent: 100%;
	transition: 0.2s;
	white-space: nowrap;
	width: 50px;
	z-index: 99;
}

.p-floatBtn__link--topback img {
	box-sizing: border-box;
	height: auto !important;
	padding: 12px;
	position: relative;
	right: 50px;
	top: 0;
	width: 100% !important;
}

.p-floatBtn__link--topback:hover {
	bottom: 40px;
	text-decoration: none !important;
}



/*------------------------------------------------------------------------------------------------------------------
　additional
-------------------------------------------------------------------------------------------------------------------*/

#contents-primary {
	position: relative;
}

#contents {
	position: relative;
	padding-bottom: 80px;
}

.subpage #contents {
	padding-top: 152px;
}

.content {}

h2 {
	font-size: 48px;
	color: #0039b7;
	font-family: "Segoe WP Semibold";
	margin: 0;
	padding: 0;
	text-align: center;
}

h2 span {
	display: block;
	color: #000000;
	font-size: 18px;
	font-family: "BIZ UDPGothic", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.subpage h2 {
	background-color: #0039b7;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	color: #ffffff;
	font-size: 48px;
	font-family: "Segoe WP Semibold", "BIZ UDPGothic";
}

.subpage h2 span {
	font-size: 18px;
	color: #ffb400;
}

.subpage h3 {
	margin: 0;
	padding: 0;
	margin-top: -5px;
	color: #0039b7;
	font-size: 26px;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 2px solid #0039b7;
	margin-bottom: 50px !important;
}

.subpage h4 {
	font-size: 18px;
}

@media screen and (max-width: 750px) {
	.subpage h4 {
		font-size: 24px;
	}
}

.subpage h5 {
	font-size: 18px;
}

@media screen and (max-width: 750px) {
	.subpage h5 {
		font-size: 24px;
	}
}

/*----------------------------------------------------------------------------
   home
------------------------------------------------------------------------------*/

#top-information {
	padding-top: 90px;
	padding-bottom: 80px;
	position: relative;
}

#top-information h2 {
	text-align: left;
	position: absolute;
	top: 80px;
	left: 0;
}

@media screen and (max-width: 1100px) {
	#top-information h2 {
		text-align: center;
		position: relative;
		top: inherit;
		left: inherit;
		margin-bottom: 30px;
	}
}

#top-information .archives {
	position: absolute;
	top: 190px;
	left: 4px;
}

#top-information .archives a {
	width: 324px;
	height: 52px;
	display: block;
	background-color: #f2f4f7;
	text-align: center;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	line-height: 52px;
	background-image: url("../image/layout/ar01.png");
	background-position: right 10px center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	border: 1px solid #f2f4f7;
	transition: 0.2s;
}

#top-information .archives a:hover {
	border: 1px solid #0039b7;
	color: #0039b7;
}

@media screen and (max-width: 1100px) {
	#top-information .archives {
		position: relative;
		top: inherit;
		left: inherit;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 50px;
		width: calc(100% - 200px);
	}

	#top-information .archives a {
		width: 100%;
	}
}

@media screen and (max-width: 750px) {
	#top-information .archives a {
		font-size: 22px;
		height: 80px;
		line-height: 80px;
	}
}

#top-information .content {
	padding-left: 387px;
	box-sizing: border-box;
}

@media screen and (max-width: 1100px) {
	#top-information .content {
		padding-left: 0;
	}
}

#top-information .list-primary {}

#top-information .list-primary ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#top-information .list-primary ul li {
	position: relative;
	padding-left: 162px;
	border-bottom: 1px solid #d7d7d7;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url("../image/layout/ar02.png");
	background-position: right 10px center;
	background-repeat: no-repeat;
	transition: 0.2s;
}

@media screen and (max-width: 750px) {
	#top-information .list-primary ul li {
		padding-left: 210px;
		padding-right: 40px;
	}
}

#top-information .list-primary ul li span.data {
	position: absolute;
	top: 15px;
	left: 0;
	color: #777777;
}

#top-information .list-primary ul li p {
	margin: 0;
	padding: 0;
}

#top-information .list-primary ul li p span {
	background-color: #ff4646;
	display: inline-block;
	padding-left: 8px !important;
	padding-right: 8px !important;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #ffffff;
	font-size: 12px;
	text-indent: 0 !important;
	margin-right: 10px;
	border-radius: 2px;
	text-align: center;
	position: relative;
	top: -2px;
}

@media screen and (max-width: 750px) {
	#top-information .list-primary ul li p span {
		top: -4px;
	}
}

#top-information .list-primary ul li a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	transition: 0.2s;
}

#top-information .list-primary ul li:hover {
	text-indent: 15px;
}

#top-information .list-primary ul li a:hover {
	background-color: rgba(21, 99, 255, 0.1);
}

.pdf-button-primary {
	width: 100%;
	padding-top: 30px;
	margin-bottom: 30px;
}

.pdf-button-primary .pdf-button {
	display: block;
	width: 100%;
	margin-right: 0;
	margin-bottom: 5px;
	background-color: #f2f4f7;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	position: relative;
	padding-top: 14px;
	padding-bottom: 14px;
	box-sizing: border-box;
	transition: 0.2s;
}

@media screen and (max-width: 750px) {
	.pdf-button-primary {
		width: 100%;
	}

	.pdf-button-primary .pdf-button {
		width: 100%;
		margin-right: 0;
		float: none;
		font-size: 22px;
	}
}

.pdf-button-primary .pdf-button:hover {
	color: #009944;
}

.pdf-button-primary .pdf-button a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	box-sizing: border-box;
	transition: 0.2s;
	border: 2px solid #f2f4f7;
}

.pdf-button-primary .pdf-button a:hover {
	border: 2px solid #009944;
}

.pdf-button-primary .pdf-button:before {
	content: "";
	background-image: url("../image/layout/pdf.svg");
	background-size: contain;
	background-position: center;
	display: inline-block;
	background-repeat: no-repeat;
	width: 32px;
	height: 34px;
	margin-right: 10px;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-filter: blur(0);
	        filter: blur(0);
	image-rendering: -webkit-optimize-contrast;
}

.other-bana {
	width: 100%;
}

.other-bana img {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-filter: blur(0);
	        filter: blur(0);
	image-rendering: -webkit-optimize-contrast;
}

#top-service {
	margin-bottom: 80px;
}

#top-service h2 {
	margin-bottom: 60px;
}

.subpage #top-service h2 {
	background-color: inherit;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	color: #0039b7;
	font-size: 48px;
	font-family: "BIZ UDPGothic";
}

.subpage #top-service h2 span {
	display: block;
	color: #000000;
	font-size: 18px;
	font-family: "BIZ UDPGothic", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#top-service .content {
	width: calc(100% - 160px);
	margin-left: auto;
	margin-right: auto;
	display: block;
	background-color: #f2f4f7;
	border-radius: 10px;
	background-image: url("../image/contents/top/service-back.png");
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-bottom: 80px;
	padding-left: 60px;
	padding-right: 60px;
	box-sizing: border-box;
}

@media screen and (max-width: 900px) {
	#top-service .content {
		width: calc(100% - 60px);
	}
}

@media screen and (max-width: 1100px) {
	#top-service .content {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.service-list-primary {
	width: calc(100% + 30px);
}

.service-list-primary .list {
	width: calc(20% - 30px);
	margin-right: 30px;
	float: left;
	margin-bottom: 30px;
}

@media screen and (max-width: 1560px) {
	.service-list-primary {
		width: 100%;
		letter-spacing: -.4em;
	}

	.service-list-primary .list {
		width: calc(33.333% - 30px);
		margin-left: 15px;
		margin-right: 15px;
		float: none;
		display: inline-block;
		letter-spacing: normal;
		vertical-align: top;
	}
}

@media screen and (max-width: 1100px) {
	.service-list-primary .list {
		width: calc(50% - 30px);
	}
}

.service-list-primary .list .thum {
	width: 100%;
	height: 0;
	padding-top: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 30px;
	position: relative;
}

@media screen and (max-width: 1560px) {
	.service-list-primary .list .thum {
		display: block;
		margin-left: auto;
		margin-right: auto;
		height: 0;
		padding-top: 100%;
		background-size: contain;
	}
}

.service-list-primary .list:nth-of-type(1) .thum {
	background-image: url("../image/contents/top/service01.jpg");
}

.service-list-primary .list:nth-of-type(2) .thum {
	background-image: url("../image/contents/top/service02.jpg");
}

.service-list-primary .list:nth-of-type(3) .thum {
	background-image: url("../image/contents/top/service03.jpg");
}

.service-list-primary .list:nth-of-type(4) .thum {
	background-image: url("../image/contents/top/service04.jpg");
}

.service-list-primary .list:nth-of-type(5) .thum {
	background-image: url("../image/contents/top/service05.jpg");
}

.service-list-primary .list:nth-of-type(6) .thum {
	background-image: url("../image/contents/top/service07.jpg");
}

.service-list-primary .list:nth-of-type(7) .thum {
	background-image: url("../image/contents/top/service08.jpg");
}

.service-list-primary .list:nth-of-type(8) .thum {
	background-image: url("../image/contents/top/service09.jpg");
}

.service-list-primary .list:nth-of-type(9) .thum {
	background-image: url("../image/contents/top/service06.jpg");
}

.service-list-primary .list:nth-of-type(10) .thum {
	background-image: url("../image/contents/top/service10.jpg");
}

.service-list-primary .list:nth-of-type(11) .thum {
	background-image: url("../image/contents/top/service11.jpg");
}

.service-list-primary .list .title {
	font-size: 30px;
	color: #0039b7;
	text-align: center;
	line-height: 34px;
}

.service-list-primary .list .title span {
	font-size: 16px;
	color: #000000;
	display: block;
	padding-top: 10px;
}

.service-list-primary .list .thum a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-position: left 5px center;
	background-repeat: no-repeat;
	z-index: 10;
	transition: 0.2s;
}

.service-list-primary .list .thum a:hover {
	background-color: rgba(0, 57, 183, 0.48);
	background-image: url("../image/contents/top/viewmore.png");
	background-position: left 15px center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-filter: blur(0);
	        filter: blur(0);
	image-rendering: -webkit-optimize-contrast;
}

.service-list-primary .list .thum:after {
	content: "";
	border: 1px solid #ffffff;
	box-sizing: border-box;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	position: absolute;
	top: 5px;
	left: 5px;
	display: block;
	z-index: 1;
}

.etc-service {
	max-width: 960px;
	width: 100%;
	min-height: 195px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 40px;
	padding-right: 457px;
	background-color: #ffffff;
	display: block;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	position: relative;
}

.etc-service a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 98;
	background-color: rgba(255, 255, 255, 0);
	transition: 0.2s;
}

.etc-service a:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

.etc-service .thum {
	background-image: url("../image/contents/top/service-etc.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
	width: 427px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

@media screen and (max-width: 1100px) {
	.etc-service {
		padding-left: 30px;
		padding-right: 30px;
	}

	.etc-service .thum {
		position: relative;
		top: inherit;
		right: inherit;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		height: 195px;
	}
}

.etc-service .title {
	font-size: 36px;
	color: #0039b7;
}

@media screen and (max-width: 1100px) {
	.etc-service .title {
		text-align: center;
	}
}

#top-about {
	position: relative;
}

.ipad #top-about, .safari #top-about {
	width: 1200px;
	overflow: hidden;
}

@media screen and (max-width: 750px) {
	.ios #top-about, .safari #top-about {
		width: 750px !important;
	}
}

#top-about .mv {
	background-image: url("../image/contents/top/about-photo.jpg");
	width: 1030px;
	height: 820px;
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: -952px;
	z-index: 2;
}

@media screen and (max-width: 1300px) {
	#top-about .mv {
		left: -565px;
		margin-left: 0;
	}
}

@media screen and (max-width: 1000px) {
	#top-about .mv {
		width: 100%;
		height: 600px;
		position: relative;
		top: inherit;
		left: inherit;
		background-repeat: no-repeat;
		background-position: center top;
	}
}

#top-about .content-back {
	width: calc(100% - 790px);
	min-height: 980px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #0039b7;
	z-index: 1;
	background-image: url("../image/contents/top/about-circle.png");
	background-position: top left;
	background-repeat: no-repeat;
	transition: 0.3s;
}

@media screen and (max-width: 1600px) {
	#top-about .content-back {
		width: calc(100% - 500px);
	}
}

@media screen and (max-width: 1300px) {
	#top-about .content-back {
		width: calc(100% - 400px);
	}
}

@media screen and (max-width: 1000px) {
	#top-about .content-back {
		display: none;
	}
}

#top-about article {
	position: relative;
	z-index: 4;
	padding-left: 596px;
	padding-top: 600px;
	height: 1030px;
	box-sizing: border-box;
}

@media screen and (max-width: 1300px) {
	#top-about article {
		padding-left: 385px;
	}
}

@media screen and (max-width: 1000px) {
	#top-about article {
		background-color: #0039b7;
		padding-left: 50px;
		padding-top: 50px;
		padding-right: 50px;
		padding-bottom: 80px;
		height: inherit;
	}
}

#top-about h2 {
	background-image: url("../image/contents/top/about-catch.png");
	background-repeat: no-repeat;
	background-position: top left;
	width: 956px;
	height: 320px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	position: absolute;
	z-index: 3;
	top: 160px;
	border-bottom: 2px solid #ffffff;
	transition: 0.3s;
}

@media screen and (max-width: 1060px) {
	#top-about h2 {
		margin-left: -50px;
	}
}

@media screen and (max-width: 1000px) {
	#top-about h2 {
		position: relative;
		top: inherit;
		margin-left: 0;
		margin-top: -250px;
		margin-bottom: 50px;
	}
}

#top-about p {
	color: #ffffff;
	margin: 0;
	padding: 0;
	padding-left: 140px;
	line-height: 32px;
}

@media screen and (max-width: 1000px) {
	#top-about p {
		padding-left: 0;
	}
}

@media screen and (max-width: 1000px) {
	#top-about p {
		line-height: 40px;
	}
}

#top-about .view-more a {
	background-image: url("../image/contents/top/viewmore2.png");
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	height: 28px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 15px;
	margin-left: 430px;
	margin-top: 50px;
	transition: 0.2s;
}

#top-about .view-more a:hover {
	background-position: top 0 left 10px;
}

#top-otherlink {
	background-color: #0663ea;
	padding-top: 80px;
	padding-bottom: 50px;
}

#top-otherlink h2 {
	background-image: url("../image/contents/top/link-title.png");
	width: 874px;
	height: 38px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

@media screen and (max-width: 1000px) {
	#top-otherlink h2 {
		background-image: url("../image/contents/top/link-title_sp.png");
		width: 605px;
		height: 86px;
	}
}

#top-otherlink .list-primary {
	width: calc(100% + 30px);
}

#top-otherlink .list-primary .list {
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	display: block;
	width: calc(50% - 30px);
	margin-right: 30px;
	float: left;
	margin-bottom: 30px;
	background-color: #ffffff;
	background-position: center;
	background-repeat: no-repeat;
	height: 182px;
	position: relative;
	transition: 0.2s;
	border: 1px solid #ffffff;
	box-sizing: border-box;
}

#top-otherlink .list-primary .list a:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

#top-otherlink .list-primary .list:nth-of-type(1) {
	background-image: url("../image/contents/top/nihongennen.png");
}

#top-otherlink .list-primary .list:nth-of-type(2) {
	background-image: url("../image/contents/top/jcal.png");
}

#top-otherlink .list-primary .list:nth-of-type(3) {
	background-image: url("../image/contents/top/6prc.png");
}

#top-otherlink .list-primary .list:nth-of-type(4) {
	background-image: url("../image/contents/top/roccapocca.png");
}

#top-otherlink .list-primary .list a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	transition: 0.2s;
}

#top-partnerlink {
	padding-top: 50px;
	padding-bottom: 50px;
}

#top-partnerlink h2 {
	font-size: 32px;
	margin-bottom: 50px;
}

#top-partnerlink .list-primary {
	width: calc(100% + 20px);
}

#top-partnerlink .list-primary .list {
	position: relative;
	text-align: center;
	width: calc(33.333% - 20px);
	float: left;
	border: 1px solid #eeeeee;
	box-sizing: border-box;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 20px;
	padding-bottom: 50px;
}

@media screen and (max-width: 1100px) {
	#top-partnerlink .list-primary .list {
		width: calc(33.333% - 20px);
	}
}

@media screen and (max-width: 750px) {
	#top-partnerlink .list-primary .list {
		width: calc(50% - 20px);
	}
}

#top-partnerlink .list-primary .list img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	margin-bottom: 15px;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-filter: blur(0);
	        filter: blur(0);
	image-rendering: -webkit-optimize-contrast;
}

#top-partnerlink .list-primary .list span {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	display: block;
	text-align: center;
}

#top-partnerlink .list-primary .list a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 99;
	transition: 0.2s;
}

#top-partnerlink .list-primary .list a:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

#top-instagram {
	margin-top: 75px;
}

#top-instagram .bana-primary {
	width: calc(100% + 30px);
}

#top-instagram .bana-primary .bana {
	width: calc(50% - 30px);
	margin-right: 30px;
	float: left;
}

@media screen and (max-width: 1000px) {
	#top-instagram .bana-primary {
		width: 100%;
	}

	#top-instagram .bana-primary .bana {
		width: 100%;
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}
}

#top-instagram .bana-primary .bana img {
	max-width: 100%;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-filter: blur(0);
	        filter: blur(0);
	image-rendering: -webkit-optimize-contrast;
	transition: 0.2s;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#top-instagram .bana-primary .bana img:hover {
	opacity: 0.7;
}

/*----------------------------------------------------------------------------
   service
------------------------------------------------------------------------------*/

.service-hedder {
	background-image: url("../image/contents/works/service-hedder.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 0;
	padding-top: 38.75%;
	margin-bottom: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}

.life-circle {
	width: calc(100% + 30px);
	padding-bottom: 80px;
	position: relative;
}

@media screen and (max-width: 1000px) {
	.life-circle {
		width: calc(100% + 15px);
	}
}

.life-circle .arrow:before {
	content: "";
	max-width: 1170px;
	width: 100%;
	height: 121px;
	background-image: url("../image/contents/works/circle-allow.png");
	background-position: center;
	display: block;
	position: absolute;
	top: 0;
	left: -20px;
	z-index: 2;
}

@media screen and (max-width: 1200px) {
	.life-circle .arrow:before {
		width: 95%;
	}
}

.life-circle .arrow:after {
	background-image: url("../image/contents/works/circle-allow2.png");
	width: 82px;
	height: 121px;
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
}

.life-circle .circle-flow {
	position: relative;
	width: calc(25% - 30px);
	margin-right: 30px;
	float: left;
	overflow: visible;
	box-sizing: border-box;
	padding: 20px;
	padding-top: 120px;
	padding-bottom: 50px;
}

@media screen and (max-width: 1000px) {
	.life-circle .circle-flow {
		width: calc(25% - 15px);
		margin-right: 15px;
	}
}

@media screen and (max-width: 850px) {
	.life-circle .circle-flow {
		padding: 10px;
		padding-top: 120px;
		padding-bottom: 30px;
	}
}

.life-circle .circle-flow:after {
	content: "";
	width: 225px;
	height: 94px;
	display: block;
	position: absolute;
	left: 20px;
	bottom: -35px;
	background-position: top left;
	background-repeat: no-repeat;
	overflow: visible;
	transition: 0.2s;
}

.life-circle .circle-flow:nth-of-type(1) {
	background-color: #e3f0ff;
}

.life-circle .circle-flow:nth-of-type(1) ul li a {
	color: #0663ea;
	background-image: url("../image/contents/works/ar01.png");
}

.life-circle .circle-flow:nth-of-type(1) ul li a:hover {
	background-color: #0663ea;
}

.life-circle .circle-flow:nth-of-type(1):after {
	background-image: url("../image/contents/works/circle-title01.png");
}

.life-circle .circle-flow:nth-of-type(2) {
	background-color: #daf4e6;
}

.life-circle .circle-flow:nth-of-type(2) ul li a {
	color: #039a46;
	background-image: url("../image/contents/works/ar02.png");
}

.life-circle .circle-flow:nth-of-type(2) ul li a:hover {
	background-color: #039a46;
}

.life-circle .circle-flow:nth-of-type(2):after {
	background-image: url("../image/contents/works/circle-title02.png");
}

.life-circle .circle-flow:nth-of-type(3) {
	background-color: #fff3d5;
}

.life-circle .circle-flow:nth-of-type(3) ul li a {
	color: #ffb400;
	background-image: url("../image/contents/works/ar03.png");
}

.life-circle .circle-flow:nth-of-type(3) ul li a:hover {
	background-color: #ffb400;
}

.life-circle .circle-flow:nth-of-type(3):after {
	background-image: url("../image/contents/works/circle-title03.png");
}

.life-circle .circle-flow:nth-of-type(4) {
	background-color: #ffe0e0;
}

.life-circle .circle-flow:nth-of-type(4) ul li a {
	color: #ff8282;
	background-image: url("../image/contents/works/ar04.png");
}

.life-circle .circle-flow:nth-of-type(4) ul li a:hover {
	background-color: #ff8282;
}

.life-circle .circle-flow:nth-of-type(4):after {
	background-image: url("../image/contents/works/circle-title04.png");
}

@media screen and (max-width: 1150px) {
	.life-circle .circle-flow:after {
		transform: scale(0.8, 0.8);
		transform-origin: top left;
		-webkit-backface-visibility: hidden;
		        backface-visibility: hidden;
		-webkit-filter: blur(0);
		        filter: blur(0);
		image-rendering: -webkit-optimize-contrast;
	}
}

@media screen and (max-width: 850px) {
	.life-circle .circle-flow:after {
		transform: scale(0.6, 0.6);
		left: 15px;
		bottom: -55px;
	}
}

.life-circle .circle-flow ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.life-circle .circle-flow ul li a {
	background-position: right 10px center;
	background-repeat: no-repeat;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 25px;
	background-color: #ffffff;
	text-decoration: none;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	transition: 0.2s;
	text-indent: -10px;
}

.life-circle .circle-flow ul li a br {
	display: none;
}

@media screen and (max-width: 1000px) {
	.life-circle .circle-flow ul li a {
		font-size: 14px;
	}
}

@media screen and (max-width: 750px) {
	.life-circle .circle-flow ul li a {
		font-size: 16px;
		white-space: nowrap;
		letter-spacing: -1px;
	}

	.life-circle .circle-flow ul li a br {
		display: block;
	}
}

.life-circle .circle-flow ul li a:hover {
	color: #ffffff !important;
	background-image: url("../image/contents/works/ar_hover.png");
}

.pdca-comment {
	border: 4px solid #e4e4e4;
	box-sizing: border-box;
	padding: 25px;
	margin-bottom: 50px;
	text-align: center;
}

.pdca-comment img {
	margin-left: 5px;
	margin-right: 5px;
	max-width: 100%;
}

@media screen and (max-width: 1050px) {
	.pdca-comment img:nth-of-type(1) {
		margin-bottom: 15px;
	}
}

.pdca-circle-result {
	background-image: url("../image/contents/works/circle.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 0;
	padding-top: 48.9166%;
}

@media screen and (max-width: 900px) {
	.pdca-circle-result {
		background-image: url("../image/contents/works/circle_sp.png");
		width: 710px;
		height: 653px;
		display: block;
		margin-left: -10px;
		margin-right: auto;
		padding-top: 0;
		background-size: auto;
	}
}

/*----------------------------------------------------------------------------
   recruit
------------------------------------------------------------------------------*/

.recruit-list-primary {}

.recruit-list-primary ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 0 !important;
	width: 100%;
}

.recruit-list-primary ul li a {
	display: block;
	border: 2px solid #0039b7;
	box-sizing: border-box;
	text-align: center;
	padding: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	text-decoration: none;
	color: #0039b7;
	font-weight: bold;
	transition: 0.2s;
}

.recruit-list-primary ul li a:hover {
	background-color: #0039b7;
	color: #ffffff;
}

.enjoy-event {
	clear: both;
	width: 100%;
	display: block;
}

.enjoy-event-primary {
	width: 100%;
	position: relative;
}

.enjoy-event-primary .list {
	width: 100%;
	border: 2px solid #0039b7;
	box-sizing: border-box;
	padding: 30px;
	margin-bottom: 30px;
	position: relative;
}

.enjoy-event-primary .list .event-title {
	color: #0039b7;
	font-size: 26px;
	font-weight: bold;
	border-bottom: 2px dotted #0039b7;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.enjoy-event-primary .list .weekly {
	position: absolute;
	top: 30px;
	right: 30px;
	background-color: #ffb400;
	color: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}

@media screen and (max-width: 1120px) {
	.enjoy-event-primary .list .weekly {
		position: relative;
		top: inherit;
		right: inherit;
		display: block;
		width: 300px;
		margin-bottom: 15px;
	}
}

.enjoy-event-primary .list h6 {
	background-color: #f3f4f8;
	margin: 0;
	margin-bottom: 15px;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
	display: inline-block;
	font-size: 18px;
}

.enjoy-event-primary .list p {
	margin: 0;
	padding: 0;
	padding-bottom: 0 !important;
	margin-bottom: 15px;
}

.enjoy-event-primary .list .more-button a {
	background-color: #0039b7;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	font-size: 22px;
	text-decoration: none;
	border-radius: 5px;
	margin-top: 30px;
	transition: 0.2s;
}

.enjoy-event-primary .list .more-button a:hover {
	background-color: #255edb;
}

.setsubi-list-primary {
	width: calc(100% + 30px);
}

.setsubi-list-primary .list {
	width: calc(33.333% - 30px);
	margin-right: 30px;
	float: left;
}

@media screen and (max-width: 900px) {
	.setsubi-list-primary {
		width: 100%;
	}

	.setsubi-list-primary .list {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
}

.setsubi-list-primary .list strong {
	display: block;
	margin-bottom: 10px;
}

.setsubi-list-primary .list ul {
	margin: 0;
	padding: 0;
	padding-left: 17px;
}

.setsubi-list-primary .list ul li {}

.jtspflow-list-primary {
	will-change: calc(100% + 20px);
}

.jtspflow-list-primary .list {
	width: calc(50% - 20px);
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #e5f3ff;
	text-align: center;
	font-weight: bold;
	border-radius: 10px;
	padding: 10px;
	box-sizing: border-box;
}

.jtspflow-comment {
	color: #ff0000;
	display: block;
	margin-top: -25px;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px !important;
}

.subpage #top-partnerlink h2 {
	background-color: inherit;
	border: none;
	color: #0039b7;
	padding-top: 0;
	margin-top: -50px;
}

/*----------------------------------------------------------------------------
   information
------------------------------------------------------------------------------*/

.information-list-primary {
	margin-bottom: 50px;
}

.information-list-primary ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.information-list-primary ul li {
	position: relative;
	padding-left: 162px;
	border-bottom: 1px solid #d7d7d7;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url("../image/layout/ar02.png");
	background-position: right 10px center;
	background-repeat: no-repeat;
	transition: 0.2s;
}

@media screen and (max-width: 750px) {
	.information-list-primary ul li {
		padding-left: 210px;
		padding-right: 40px;
	}
}

.information-list-primary ul li span.data {
	position: absolute;
	top: 15px;
	left: 0;
	color: #777777;
}

.information-list-primary ul li p {
	margin: 0;
	padding: 0;
}

.information-list-primary ul li a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	transition: 0.2s;
}

.information-list-primary ul li:hover {
	text-indent: 15px;
}

.information-list-primary ul li a:hover {
	background-color: rgba(21, 99, 255, 0.1);
}

.information-list-primary+.link-button a {
	width: 100%;
	padding-left: 10%;
	padding-right: 10%;
	max-width: 350px;
}

/*----------------------------------------------------------------------------
   backnumber
------------------------------------------------------------------------------*/

.backnumber-list-primary {
	margin-bottom: 50px;
}

.backnumber-list-primary ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.backnumber-list-primary ul li {
	position: relative;
	padding-left: 10px;
	border-bottom: 1px solid #d7d7d7;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url("../image/layout/ar02.png");
	background-position: right 10px center;
	background-repeat: no-repeat;
	transition: 0.2s;
}

@media screen and (max-width: 750px) {
	.backnumber-list-primary ul li {
		padding-left: 5px;
		padding-right: 40px;
	}
}

.backnumber-list-primary ul li span.data {
	position: absolute;
	top: 15px;
	left: 0;
	color: #777777;
}

.backnumber-list-primary ul li p {
	margin: 0;
	padding: 0;
}

.backnumber-list-primary ul li a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	transition: 0.2s;
}

.backnumber-list-primary ul li:hover {
	text-indent: 15px;
}

.backnumber-list-primary ul li a:hover {
	background-color: rgba(21, 99, 255, 0.1);
}

.backnumber-list-primary+.link-button a {
	width: 100%;
	padding-left: 10%;
	padding-right: 10%;
	max-width: 180px;
}


/*----------------------------------------------------------------------------
   jttc
------------------------------------------------------------------------------*/

#jttc .content h2 {
	background-image: url("../image/layout/h2-topline.gif");
	background-position: top;
	background-repeat: repeat-x;
	background-color: #f2f4f7;
	width: 100%;
	height: 85px;
	line-height: 85px;
	margin: 0;
	padding: 0;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 50px;
	box-sizing: border-box;
	font-size: 24px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	border-bottom: none;
}

#jttc .content h4 {
	font-size: 24px;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}

span .red {
	color: #ff1313;
}

.jttc-about {}

.jttc-about .list-primary {
	width: calc(100% + 30px);
}

.jttc-about .list-primary .list {
	width: calc(33.333% - 30px);
	margin-right: 30px;
	float: left;
	margin-bottom: 30px;
	background-color: #0663ea;
	padding-top: 210px;
	box-sizing: border-box;
	background-position: center top;
	background-repeat: no-repeat;
}

@media screen and (max-width: 750px) {
	.jttc-about .list-primary {
		width: 100%;
	}

	.jttc-about .list-primary .list {
		width: 100%;
		background-position: center right 0;
		background-size: 70% auto;
		padding-top: 140px;
		padding-left: 20px;
		padding-bottom: 20px;
		box-sizing: border-box;
	}
}

.jttc-about .list-primary .list:nth-of-type(1) {
	background-image: url("../image/contents/jttc/jttc01photo.png");
}

.jttc-about .list-primary .list:nth-of-type(2) {
	background-image: url("../image/contents/jttc/jttc02photo.png");
}

.jttc-about .list-primary .list:nth-of-type(3) {
	background-image: url("../image/contents/jttc/jttc03photo.png");
}

.jttc-about .list-primary .list:nth-of-type(4) {
	background-image: url("../image/contents/jttc/jttc04photo.png");
}

.jttc-about .list-primary .list h5 {
	color: #ffffff;
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 277px;
	height: 75px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
}


@media screen and (max-width: 750px) {
	.jttc-about .list-primary .list h5 {
		margin-bottom: 10px;
	}
}

.jttc-about .list-primary .list:nth-of-type(1) h5 {
	background-image: url("../image/contents/jttc/jttc01.png");
}

.jttc-about .list-primary .list:nth-of-type(2) h5 {
	background-image: url("../image/contents/jttc/jttc02.png");
}

.jttc-about .list-primary .list:nth-of-type(3) h5 {
	background-image: url("../image/contents/jttc/jttc03.png");
}

.jttc-about .list-primary .list:nth-of-type(4) h5 {
	background-image: url("../image/contents/jttc/jttc04.png");
}

.jttc-about .list-primary .list p {
	color: #ffffff;
	margin: 0;
	padding: 15px;
}

.jttc-build-primary {
	width: 100%;
}

.jttc-build-primary .jttc-build {
	width: 100%;
	margin-right: 30px;
	margin-bottom: 30px;
	box-sizing: border-box;
	border: 2px solid #6ba4e8;
	position: relative;
	padding-top: 224px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
}

.jttc-build-primary .jttc-build .kengaku {
	position: absolute;
	right: 30px;
	top: 30px;
	display: block;
	width: 223px;
	height: 205px;
}

@media screen and (max-width: 750px) {
	.jttc-build-primary .jttc-build .kengaku {
		right: 15px;
	}
}

@media screen and (max-width: 1100px) {
	.jttc-build-primary {
		width: 100%;
	}

	.jttc-build-primary .jttc-build {
		width: 100%;
		margin-right: 0;
		float: none;
	}
}

.jttc-build-primary .jttc-build .thum {
	position: absolute;
	width: 100%;
	height: 170px;
	top: 0;
	left: 0;
	background-color: #6ba4e8;
}

.jttc-build-primary .jttc-build .thum img {
	position: absolute;
	top: 30px;
	right: 30px;
}

.jttc-build-primary .jttc-build h3 {
	color: #ffffff;
	margin: 0;
	padding: 0;
	font-size: 36px;
	position: absolute;
	top: 20px;
	left: 30px;
	display: block;
	z-index: 2;
	border-bottom: none;
	border-right: 1px dotted #ffffff;
	padding-right: 25px;
}

.jttc-build-primary .jttc-build h3 span {
	font-size: 20px;
	display: block;
	line-height: 26px;
}

.jttc-build-primary .jttc-build h3 span span {
	font-size: 16px;
}

.jttc-build-primary .jttc-build .option {
	color: #ffffff;
	font-weight: bold;
	position: absolute;
	top: 21px;
	left: 260px;
	z-index: 2;
	font-size: 20px;
	width: 100%;
	box-sizing: border-box;
	padding-right: 592px;
}

.jttc-build-primary .jttc-build .option ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.jttc-build-primary .jttc-build .option ul li {
	font-weight: normal !important;
	display: inline-block;
	margin-right: 15px;
	font-size: 16px;
}

@media screen and (max-width: 850px) {
	.jttc-build-primary .jttc-build .option {
		color: #333333;
		top: 186px;
		left: 30px;
		padding-right: 0;
		font-weight: bold;
	}

	.jttc-build-primary .jttc-build .option ul li {
		color: #333333;
	}
}

.floor-detail {
	position: relative;
	min-height: 430px;
	box-sizing: border-box;
}

@media screen and (max-width: 850px) {
	.floor-detail {
		margin-top: 50px;
	}
}

.build-main-img {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	transition: 0.2s;
}

@media screen and (max-width: 1050px) {
	.build-main-img {
		margin-left: 0;
	}
}

.floor-list-primary {
	width: calc(100% + 30px);
	margin-bottom: 30px;
}

.floor-list-primary .list {
	position: relative;
	padding-left: 80px;
	padding-bottom: 25px;
	padding-top: 15px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #cccccc;
	min-height: 28px;
	width: calc(50% - 30px);
	float: left;
	box-sizing: border-box;
	margin-right: 30px;
}

@media screen and (max-width: 1100px) {
	.floor-list-primary {
		width: 100%;
	}

	.floor-list-primary .list {
		width: 100%;
		display: block;
		float: none;
		margin-right: 0;
	}
}

.floor-list-primary .list span {
	position: absolute;
	top: 15px;
	left: 0;
	display: block;
	font-size: 34px;
	font-weight: bold;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 57px;
	box-sizing: border-box;
	border-radius: 50%;
	border: 3px solid #000000;
}

.floor-list-primary .list:nth-of-type(1) span {
	color: #0039b7;
	border: 3px solid #0039b7;
}

.floor-list-primary .list:nth-of-type(2) span {
	color: #00b7a4;
	border: 3px solid #00b7a4;
}

.floor-list-primary .list:nth-of-type(3) span {
	color: #b5b700;
	border: 3px solid #b5b700;
}

.floor-list-primary .list:nth-of-type(4) span {
	color: #e7903b;
	border: 3px solid #e7903b;
}

.floor-list-primary .list:nth-of-type(5) span {
	color: #e74f3b;
	border: 3px solid #e74f3b;
}

.floor-list-primary .list:nth-of-type(6) span {
	color: #ca7bd3;
	border: 3px solid #ca7bd3;
}

.floor-list-primary .list:nth-of-type(7) span {
	color: #7ba6d3;
	border: 3px solid #7ba6d3;
}

.floor-list-primary .list p {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.floor-list-primary .list img {
	float: left;
	margin-right: 15px;
}

.floor-future {}

.floor-future h4 {
	font-size: 20px !important;
	margin: 0 !important;
	padding: 8px !important;
	margin-bottom: 10px !important;
	color: #ffffff;
	text-align: center;
	padding-left: 20px !important;
	padding-right: 20px !important;
	display: inline-block;
	background-color: #0763ea;
	border-radius: 5px;
}

.floor-future p {
	padding: 0;
	margin: 0;
}

.jttc-table-content {}

.jttc-table-content img {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.jttc-flow-primary {}

.jttc-flow-primary ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.jttc-flow-primary ol li {
	border: 2px solid #0039b7;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	margin-bottom: 50px;
	height: 176px;
	padding: 20px;
	padding-left: 100px;
	transition: 0.2s;
}

.jttc-flow-primary ol li:nth-of-type(1) h3 {
	font-size: 22px;
	margin-bottom: -6px !important;
}

.jttc-flow-primary ol li:nth-of-type(1) p {
	font-size: 15px;
}

@media screen and (max-width: 1200px) {
	.jttc-flow-primary ol li {
		padding-left: 285px;
	}
}

@media screen and (max-width: 1000px) {
	.jttc-flow-primary ol li {
		height: auto;
		min-height: 174px;
		margin-bottom: 30px;
		padding-left: 220px;
		padding-top: 30px;
	}
}

.jttc-flow-primary ol li h3 {
	font-size: 24px;
	color: #0039b7;
	border-bottom: none;
	margin-bottom: 15px !important;
	padding-bottom: 0 !important;
}

@media screen and (max-width: 1000px) {
	.jttc-flow-primary ol li h3 {
		margin-bottom: 25px !important;
	}
}

@media screen and (max-width: 880px) {
	.jttc-flow-primary ol li h3 {
		margin-bottom: 15px !important;
	}
}

.jttc-flow-primary ol li .step-option {
	width: 140px;
	height: 50px;
	line-height: 50px;
	background-color: #ffb400;
	color: #000000;
	text-align: center;
	position: absolute;
	z-index: 3;
	top: 22px;
	left: 200px;
}

@media screen and (max-width: 1000px) {
	.jttc-flow-primary ol li .step-option {
		left: 220px;
	}
}

@media screen and (max-width: 880px) {
	.jttc-flow-primary ol li .step-option {
		position: relative;
		display: block;
		margin-left: auto;
		margin-right: auto;
		top: inherit;
		left: inherit;
	}
}

@media screen and (max-width: 800px) {
	.jttc-flow-primary ol li p {
		text-align: left;
	}

	.jttc-flow-primary ol li p br.tab {
		display: none;
	}
}

@media screen and (max-width: 750px) {
	.jttc-flow-primary ol li p {
		font-size: 20px !important;
	}
}

.jttc-flow-primary ol li .step {
	width: 275px;
	height: 221px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	position: absolute;
	top: 0;
	left: -2px;
	z-index: 2;
}

.jttc-flow-primary ol li:nth-of-type(1) .step {
	background-image: url("../image/contents/jttc/step01.png");
}

.jttc-flow-primary ol li:nth-of-type(2) .step {
	background-image: url("../image/contents/jttc/step02.png");
}

.jttc-flow-primary ol li:nth-of-type(3) .step {
	background-image: url("../image/contents/jttc/step03.png");
}

.jttc-flow-primary ol li:nth-of-type(4) .step {
	background-image: url("../image/contents/jttc/step04.png");
}

.jttc-flow-primary ol li:nth-of-type(5) .step {
	background-image: url("../image/contents/jttc/step05.png");
}

@media screen and (max-width: 1000px) {
	.jttc-flow-primary ol li:nth-of-type(1) .step {
		background-image: url("../image/contents/jttc/step01_sp.png");
	}

	.jttc-flow-primary ol li:nth-of-type(2) .step {
		background-image: url("../image/contents/jttc/step02_sp.png");
	}

	.jttc-flow-primary ol li:nth-of-type(3) .step {
		background-image: url("../image/contents/jttc/step03_sp.png");
	}

	.jttc-flow-primary ol li:nth-of-type(4) .step {
		background-image: url("../image/contents/jttc/step04_sp.png");
	}

	.jttc-flow-primary ol li:nth-of-type(5) .step {
		background-image: url("../image/contents/jttc/step05_sp.png");
	}

	.jttc-flow-primary ol li .step {
		width: 200px;
		height: 100%;
		min-height: 172px;
		background-position: top left;
		background-repeat: no-repeat;
		background-color: #0039b7;
	}
}

@media screen and (max-width: 750px) {
	.jttc-flow-primary ol li .step {
		background-position: top -30px left 0;
	}
}

.jttc-result-primary {}

.jttc-result-primary .separate {
	width: calc(100% + 50px);
}

.jttc-result-primary .separate .left-content {
	width: calc(50% - 50px);
	margin-right: 50px;
	float: left;
}

.jttc-result-primary .separate .right-content {
	width: calc(50% - 50px);
	margin-right: 0;
	float: left;
}

@media screen and (max-width: 800px) {
	.jttc-result-primary .separate {
		width: 100%;
	}

	.jttc-result-primary .separate .left-content, .jttc-result-primary .separate .right-content {
		width: 100%;
		float: none;
		margin-right: 0;
	}
}

.jttc-result-primary .separate .left-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: calc(100% + 20px);
}

.jttc-result-primary .separate .left-content ul li {
	width: calc(50% - 20px);
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	background-color: #f3f3f3;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
	.jttc-result-primary .separate .left-content ul {
		width: 100%;
	}

	.jttc-result-primary .separate .left-content ul li {
		width: 100%;
		float: none;
		margin-right: 0;
	}
}

.jttc-result-primary .separate .right-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.jttc-result-primary .separate .right-content ul li {
	width: 100%;
	margin-bottom: 20px;
	background-color: #f3f3f3;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	box-sizing: border-box;
}

#jttc iframe {
	margin-bottom: 50px;
}

#jttc .company-detail {
	background-image: url("../image/contents/jttc/parking.png");
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 623px;
}

@media screen and (max-width: 1100px) {
	#jttc .company-detail {
		padding-left: 0;
		padding-top: 324px;
		background-position: center top;
	}
}

#jttc .company-detail ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#jttc .company-detail ul li {
	position: relative;
	padding-left: 110px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#jttc .company-detail ul li span {
	position: absolute;
	top: 0;
	left: 0;
}

#jttc .company-detail ul li p {
	margin: 0;
	padding: 0;
}


/*----------------------------------------------------------------------------
   JT技報
------------------------------------------------------------------------------*/

#jt-journal {}

#jt-journal h3 span {
	color: #bdbdbd;
	font-size: 14px;
	display: inline-block;
	margin-left: 20px;
}

#jt-journal .jtvol-about .jt-journal-mv {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	max-width: 100%;
}

.jtvol-thum-primary {
	margin-bottom: 30px;
}

.jtvol-thum-primary img {
	width: 14.2857%;
	float: left;
}

@media screen and (max-width: 1000px) {
	.jtvol-thum-primary img {
		width: 25%;
	}
}

.jtvol-thum-primary-8p {
	margin-bottom: 30px;
}

.jtvol-thum-primary-8p img {
	width: 12.5%;
	float: left;
}

@media screen and (max-width: 1000px) {
	.jtvol-thum-primary-8p img {
		width: 25%;
	}
}

.jtvol-list-primary {
	padding-bottom: 80px;
}

.jtvol-list-primary ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 0 !important;
}

.jtvol-list-primary ul li {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}


/*----------------------------------------------------------------------------
   JT技法　（サブメニュー）
------------------------------------------------------------------------------*/
#jt-journal .sub-menu {
	margin: 55px 0 0;
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
}

#jt-journal .sub-menu li {
	width: calc(25% - 22.5px);
	margin-right: 30px;
}

#jt-journal .sub-menu li:last-child {
	margin-right: 0;
}

@media screen and (max-width: 850px) {
	#jt-journal .sub-menu li {
		width: calc(50% - 15px);
		margin-bottom: 80px;
	}

	#jt-journal .sub-menu li:nth-child(2n) {
		margin-right: 0;
	}

}


#jt-journal .sub-menu li a {
	display: block;
	text-align: center;
	background-color: #0039b7;
	padding: 10px 15px;
	border-radius: 5px;
	color: #ffffff;
	text-decoration: none;
	transition: 0.2s;
	box-sizing: border-box;
	font-size: 20px;

}

@media screen and (max-width: 750px) {
	#jt-journal .sub-menu li a {
		font-size: 24px;
	}
}

#jt-journal .sub-menu li a:hover {
	background-color: #0663ea;
}

#jt-journal .release {
	display: block;
	padding-top: 5px;
	text-align: right;
	color: #7C7C7C;
	transition: 0.2s;
	font-size: 14px;
}



@media screen and (max-width: 750px) {
	#jt-journal .release {
		font-size: 22px;
	}
}


/*----------------------------------------------------------------------------
   今日の丼
------------------------------------------------------------------------------*/

.latest-don {
	margin-bottom: 50px;
}

.latest-don p {
	display: block;
	text-align: center;
	margin-bottom: 30px;
}

.latest-don img {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.latest-don .pdf-button a {
	max-width: 260px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	color: #1bbaff !important;
	text-decoration: none;
}

.don-list-primary {
	position: relative;
	width: calc(100% + 30px);
}

.don-list-primary img, .don-list-primary figure {
	width: calc(25% - 30px);
	height: auto;
	margin-right: 30px;
	margin-bottom: 30px;
	float: left;
	transition: 0.3s;
}

.don-list-primary img:hover {
	opacity: 0.7;
}

/* figure */

@media screen and (max-width: 900px) {
	.don-list-primary img, .don-list-primary figure {
		width: calc(33.333% - 30px);
	}
}

@media screen and (max-width: 800px) {
	.don-list-primary img, .don-list-primary figure {
		width: calc(50% - 30px);
	}
}

.don-list-primary figure {
	text-align: center;
	font-weight: bold;
}

.don-list-primary figure img {
	width: 100% !important;
	height: auto;
	margin-bottom: 15px;
}


/*----------------------------------------------------------------------------
   ドローン紹介
------------------------------------------------------------------------------*/

.drone-mv {
	background-image: url("../image/contents/drone/mv.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	height: 869px;
	padding-top: 150px;
	margin-bottom: 80px;
	box-sizing: border-box;
}

@media screen and (max-width: 1100px) {
	.drone-mv {
		background-position: top 0 right -200px;
	}
}

@media screen and (max-width: 900px) {
	.drone-mv {
		background-position: top center;
		padding-top: 700px;
		margin-bottom: 300px;
	}
}

@media screen and (max-width: 800px) {
	.drone-mv {
		margin-bottom: 380px;
	}
}

.drone-page-catch {
	background-color: #00abeb;
	color: #ffffff;
	font-size: 34px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 50px;
	font-family: "BIZ UDPGothic", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 24px;
	padding-left: 35px;
	padding-right: 35px;
	display: inline-block;
}

@media screen and (max-width: 900px) {
	.drone-page-catch {
		display: block;
		width: calc(100% - 200px);
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		font-size: 38px;
	}
}

.drone-use-icon {
	width: calc(100% + 15px);
	margin-bottom: 30px;
}

.drone-use-icon .icon {
	width: calc(10% - 15px);
	margin-right: 15px;
	float: left;
}

.drone-use-icon .icon img {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.drone-page-comment {
	font-size: 18px;
	margin-bottom: 50px;
	text-align: left;
	padding-right: 730px;
	box-sizing: border-box;
}

@media screen and (max-width: 1100px) {
	.drone-page-comment {
		padding-right: 530px;
	}
}

@media screen and (max-width: 900px) {
	.drone-page-comment {
		padding-right: 0;
	}
}

@media screen and (max-width: 750px) {
	.drone-page-comment {
		font-size: 24px;
	}
}

.drone-machine-thum {
	text-align: center;
	margin-top: -40px;
	margin-bottom: 120px;
}

.drone-machine-thum .list {
	margin-bottom: 100px;
}

.drone-machine-thum img {
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
	max-width: 100%;
}

.drone-machine-thum p {
	font-size: 20px;
	margin-bottom: 30px;
}

.video-frame {
	max-width: 1200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.video-frame video {
	width: 100%;
}

.youtube {
	width: 100%;
	max-width: 800px;
	aspect-ratio: 16 / 9;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

.youtube iframe {
	width: 100%;
	height: 100%;
}

.drone-company {
	background-color: #ffffff !important;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 50px;
}

.box-in-padding {
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.drone-company .tel {
	font-size: 38px;
	color: #0039b7;
}

.drone-company .logo {
	background-color: #ffffff;
	padding: 30px;
	float: left;
	margin-right: 30px;
}

.drone-company p {
	padding-top: 20px;
	overflow: hidden;
	text-align: center;
}

@media screen and (max-width: 850px) {
	.drone-company .logo {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		float: none;
		padding: 0;
	}

	.drone-company .logo img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}


/*----------------------------------------------------------------------------
   地域魅力広報部
------------------------------------------------------------------------------*/

.relations-comment-primary {
	width: calc(100% + 50px);
}

.relations-comment-primary .list {
	width: calc(50% - 50px);
	margin-right: 50px;
	float: left;
	margin-bottom: 50px;
}

@media screen and (max-width: 1020px) {
	.relations-comment-primary {
		width: 100%;
	}

	.relations-comment-primary .list {
		width: 100%;
		float: none;
		margin-right: 0;
	}
}

.relations-comment-primary .relations-box {
	background-color: #ECECEC;
	padding: 30px;
	box-sizing: border-box;
}

.relations-comment-primary .relations-box strong {
	display: block;
	font-size: 22px;
	margin-bottom: 15px;
}

.relations-comment-primary .relations-box ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.relations-comment-primary .relations-box ul li {
	position: relative;
	height: 50px;
	line-height: 50px;
	margin-bottom: 10px;
	padding-left: 60px;
	font-weight: bold;
}

.relations-comment-primary .relations-box ul li:last-of-type {
	margin-bottom: 0;
}

.relations-comment-primary .relations-box ul li span {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	background-color: #0039b7;
	display: block;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}

.insta-logo-bana {
	border: 2px solid #cccccc;
	box-sizing: border-box;
	padding: 20px;
	text-align: center;
}

.insta-logo-bana img {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}

.relations-paper-primary {
	width: calc(100% + 30px);
}

.relations-paper-primary img {
	width: calc(25% - 30px);
	margin-right: 30px;
	float: left;
	margin-bottom: 30px;
}

@media screen and (max-width: 800px) {
	.relations-paper-primary img {
		width: calc(50% - 30px);
	}
}


/*----------------------------------------------------------------------------
   販売・サービス商品
------------------------------------------------------------------------------*/

.muryou-uketsuke {
	background-color: #FFEF15;
	color: #ff0000;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 15px;
	text-align: center;
	display: block;
	padding: 15px !important;
	font-size: 42px;
	position: relative;
}


.muryou-uketsuke:hover {
	background-color: #ffb400;
}



@media screen and (max-width: 1000px) {
	.muryou-uketsuke {
		width: 520px;
		display: block;
		margin: 0 auto 50px;
	}
}



@media screen and (max-width: 900px) {
	.muryou-uketsuke {
		display: block;
		width: 100%;
		box-sizing: border-box;
		text-align: center;
	}
}

.muryou-uketsuke a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
	transition: 0.2s;
}

.muryou-uketsuke a:before {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 10px;
	border-top: 4px solid #000000;
	border-right: 4px solid #000000;
	transform: rotate(45deg);
}


.muryou-uketsuke span {
	color: #000000;
	font-size: 28px;
	display: block;
}

.muryou-uketsuke p {
	background: #ffffff;
	padding: 10px !important;
	font-size: 24px;
}


.page-sale_product h4 {
	background-color: #7fa7ff;
	color: #ffffff;
	font-size: 24px;
	margin: 0;
	padding: 12px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 30px;
	box-sizing: border-box;
}

.gaiyou-img {
	width: 350px;
	height: auto;
	margin: 0 auto 30px;
	display: block;
}

.gaiyou-list {
	list-style: none;
	margin: 0 0 130px !important;
	padding: 0;
	padding-left: 0 !important;
	box-sizing: border-box;
	width: calc(100% + 30px);
	position: relative;
}

.gaiyou-list::before {
	content: "";
	position: absolute;
	background-image: url(../image/contents/sale_product/arrow-down.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 100px;
	height: 100px;
	bottom: -100px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.gaiyou-list li {
	width: calc(33.333% - 30px);
	margin-right: 30px;
	margin-bottom: 30px;
	float: left;
	box-sizing: border-box;
	border: 2px solid #cccccc;
	padding: 25px;
	padding-left: 95px !important;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.075em;
}

@media screen and (max-width: 1000px) {
	.gaiyou-list li {
		width: calc(50% - 30px);
	}
}

@media screen and (max-width: 800px) {
	.gaiyou-list {
		width: 100%;
		margin: 0 0 200px !important;
	}

	.gaiyou-list::before {
		bottom: -150px;
	}

	.gaiyou-list li {
		width: 100%;
		margin-right: 0;
		float: none;
		font-size: 24px;
		letter-spacing: -0.025em;
	}
}

.gaiyou-list li span {
	position: absolute;
	background-color: #0039b7;
	color: #ffffff;
	font-weight: bold;
	font-size: 24px;
	top: 25px;
	left: 25px;
	width: 50px;
	height: 50px;
	display: block;
	text-align: center;
	line-height: 50px;
}


.kouka-img {
	width: 350px;
	height: auto;
	margin: 0 auto 30px;
	display: block;
}



.kouka-list {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 0 !important;
	box-sizing: border-box;
	width: calc(100% + 30px);
}

.kouka-list li {
	width: calc(33.333% - 30px);
	margin-right: 30px;
	margin-bottom: 30px;
	float: left;
	box-sizing: border-box;
	background-color: #fffbdd;
	border: 2px solid #f8efb5;
	padding: 25px;
	padding-left: 95px !important;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.075em;
}

@media screen and (max-width: 1000px) {
	.kouka-list li {
		width: calc(50% - 30px);
	}
}

@media screen and (max-width: 800px) {
	.kouka-list {
		width: 100%;
	}

	.kouka-list li {
		width: 100%;
		margin-right: 0;
		float: none;
		font-size: 24px;
		letter-spacing: -0.025em;
	}

	.kouka-list li:first-child {
		letter-spacing: -0.075em;
	}

	.kouka-list li:last-child {
		letter-spacing: -0.085em;
	}
}

.kouka-list li span {
	position: absolute;
	background-color: #ffb400;
	color: #ffffff;
	font-weight: bold;
	font-size: 24px;
	top: 25px;
	left: 25px;
	width: 50px;
	height: 50px;
	display: block;
	text-align: center;
	line-height: 50px;
}


/*----------------------------------------------------------------------------
   rav CUPID共通　（サブメニュー）
------------------------------------------------------------------------------*/
.page-sale_product .sub-menu {
	margin: 55px 0 0;
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
}

.page-sale_product .sub-menu li {
	width: calc(25% - 22.5px);
	margin-right: 30px;
}

.page-sale_product .sub-menu li:last-child {
	margin-right: 0;
}

@media screen and (max-width: 850px) {
	.page-sale_product .sub-menu li {
		width: calc(50% - 15px);
		margin-bottom: 30px;
	}

	.page-sale_product .sub-menu li:nth-child(2n) {
		margin-right: 0;
	}

}


.page-sale_product .sub-menu li a {
	display: block;
	text-align: center;
	background-color: #0039b7;
	padding: 10px 15px;
	border-radius: 5px;
	color: #ffffff;
	text-decoration: none;
	transition: 0.2s;
	box-sizing: border-box;
	font-size: 20px;

}

@media screen and (max-width: 750px) {
	.page-sale_product .sub-menu li a {
		font-size: 24px;
	}
}

.page-sale_product .sub-menu li a:hover {
	background-color: #0663ea;
}



/*----------------------------------------------------------------------------
   J-CUPID
------------------------------------------------------------------------------*/



@media screen and (max-width: 1200px) {
	.cupid .cupid-description .tablet-none {
		display: none;
	}
}




.cupid .image-box {
	display: flex;
	align-items: flex-start;
	width: 100%;
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}



@media screen and (max-width: 1000px) {
	.cupid .image-box {
		justify-content: center;
		flex-wrap: wrap;

	}
}



.cupid .image-box li:nth-child(1) {
	margin-right: 30px;
	width: 770px;
}

.cupid .image-box li:nth-child(2) {
	width: 350px;
}

@media screen and (max-width: 1000px) {
	.cupid .image-box li:nth-child(1) {
		margin-right: 0px;
		width: 750px;
	}

	.cupid .image-box li:nth-child(1) img {
		margin: 0 auto 30px;
		display: block;
	}

	.cupid .image-box li:nth-child(2) {
		width: 750px;
		display: flex;
		align-items: flex-start;
	}

	.cupid .image-box li:nth-child(2) img {
		width: calc(50% - 15px);
		height: auto;
		margin-right: 30px;
		box-sizing: border-box;
	}

	.cupid .image-box li:nth-child(2) img:nth-child(2) {
		margin-right: 0px;
	}
}

@media screen and (max-width: 750px) {
	.cupid .image-box li:nth-child(1) {
		width: 100%;
	}

	.cupid .image-box li:nth-child(1) img {
		margin: 0 auto 30px;
		display: block;
	}

	.cupid .image-box li:nth-child(2) {
		width: 100%;
	}
}

.cupid .image-box img {
	max-width: 100%;
	height: auto;
	margin-bottom: 30px;
}



.cupid #case {
	margin-top: 50px;
}



.cupid #case button {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	border: 0;
	background: transparent;
	padding: 0;
	margin: 0;
	outline: none;
	border-radius: 0;
}

.cupid #case .overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	z-index: 10;
	box-sizing: border-box;
}

.cupid #case .modal-window {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 800px;
	height: 680px;
	background-color: #fff;
	border-radius: 5px;
	z-index: 100;
	padding: 15px;

	box-sizing: border-box;
	margin-top: 70px;
}

.cupid #case .modal-window img {
	padding-bottom: 0 !important;
}

@media screen and (max-width: 1000px) {
	.cupid #case .modal-window {
		width: 700px;
		height: 595px;
	}


}

.cupid #case .button-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	padding: 5px;
	background-color: #0039b7;
	color: #fff;
	border-radius: 100%;
	cursor: pointer;
	font-size: 24px;
	box-sizing: border-box;
}

@media screen and (max-width: 850px) {
	.cupid #case .button-close {
		font-size: 38px;
		padding-top: 0;
		width: 60px;
		height: 60px;
	}
}

.cupid #case .case-menu {
	margin: 55px 0;
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	width: calc(100% + 30px);
}

@media screen and (max-width: 750px) {
	.cupid #case .case-menu {
		width: calc(100% + 25px);
	}
}

.cupid #case .case-menu li {
	width: calc(33.33% - 30px);
	margin-right: 30px;
	margin-bottom: 15px;
	display: block;
	text-align: center;
	background-color: #0039b7;
	padding: 10px 10px;
	border-radius: 5px;
	color: #ffffff;
	text-decoration: none;
	transition: 0.2s;
	box-sizing: border-box;
	font-size: 20px;
	cursor: pointer;
}

.cupid #case .case-menu li:hover {
	background-color: #0663ea;
}


.cupid #case .case-menu li:last-child {
	margin-right: 0;
}

@media screen and (max-width: 1000px) {
	.cupid #case .case-menu li {
		width: calc(50% - 30px);
	}
}

@media screen and (max-width: 750px) {
	.cupid #case .case-menu li {
		width: calc(50% - 25px);
		margin-right: 25px;
		font-size: 24px;
		padding: 10px 0px;
		letter-spacing: -0.075em;
	}
}


.cupid.no_scroll {
	overflow: hidden;
}

.cupid .gaiyou-description {
	margin: 0;
}

.cupid .kunrenjisseki {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: calc(100% + 30px);
	margin: 0 0 15px !important;
}

@media screen and (max-width: 1000px) {
	.cupid .kunrenjisseki {
		width: 100%;
	}
}

.cupid .kunrenjisseki li {
	width: calc(50% - 30px);
	margin-right: 30px;
	margin-bottom: 15px;
}


@media screen and (max-width: 1000px) {
	.cupid .kunrenjisseki li {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 15px;
	}
}

.cupid .kunrenjisseki-img {
	margin-top: 30px;
	margin-bottom: 50px;
	display: flex;
	align-items: flex-start;
}


@media screen and (max-width: 1000px) {
	.cupid .kunrenjisseki-img {
		flex-wrap: wrap;
	}

}

.cupid .kunrenjisseki-img img {
	width: calc(50% - 15px);
	margin-right: 30px;
}


@media screen and (max-width: 1000px) {
	.cupid .kunrenjisseki-img img {
		width: 520px;
		display: block;
		margin: 0 auto 30px;
	}
}

.cupid .kunrenjisseki-img .item {
	width: calc(50% - 15px);
	margin-right: 0px;
}

@media screen and (max-width: 1000px) {
	.cupid .kunrenjisseki-img .item {
		width: 100%;
	}
}


.cupid .kunrenjisseki-img .item .description {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 30px;
}

@media screen and (max-width: 1190px) {
	.cupid .kunrenjisseki-img .item .description .tablet-none {
		display: none;
	}
}


@media screen and (max-width: 950px) {
	.cupid .kunrenjisseki-img .item .description {
		text-align: center;
	}

	.cupid .kunrenjisseki-img .item .description .tablet-none {
		display: block;
	}
}

.cupid .option-content .pc-none {
	display: none;
}

@media screen and (max-width: 1000px) {
	.cupid .option-content .pc-none {
		display: block;
	}
}

/*----------------------------------------------------------------------------
   J-RAV-回転機器異常振動模擬訓練装置-
------------------------------------------------------------------------------*/
.rav h2 span:nth-child(1), .rav h2 span:nth-child(2) {
	display: inline-block;
	color: #ffffff;
	font-size: 48px;
}

.rav h2 span:nth-child(2) {
	letter-spacing: -0.025em;
}




.rav .image-box {
	display: flex;
	align-items: flex-start;
	width: 100%;
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;

}

.rav .image-box li:first-child {
	margin-right: 30px;
}

.rav .image-box img {
	max-width: 100%;
	height: auto;
}

.rav .shindoushindan img {
	width: calc(50% - 15px);
	max-width: 100%;
	height: auto;
	margin-right: 30px;
}

.rav .shindoushindan .table-content {
	width: calc(50% - 15px);
	margin-right: 0;
	float: right;
}

@media screen and (max-width: 1000px) {
	.rav .shindoushindan img {
		width: 100%;
		margin-right: 0px;
	}

	.rav .shindoushindan .table-content {
		width: 100%;
		margin-right: 0;
		float: none;
		clear: both;
	}
}

/*特徴*/
.rav #tokutyo .img-auto-width-primary {
	width: calc(100% + 30px) !important;
}

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

	.rav #tokutyo .img-auto-width-primary .column3 figure {
		width: calc(50% - 30px) !important;
		margin-right: 30px !important;
	}
}

.rav #tokutyo .description {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	margin: 0;
}

@media screen and (max-width: 750px) {
	.rav #tokutyo .description {
		font-size: 28px;
	}
}

.rav #tokutyo .point {
	margin: 30px 0 0;
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	width: calc(100% + 30px);
}

.rav #tokutyo .point li {
	width: calc(25% - 30px);
	margin-right: 30px;
	text-align: center;
	background-color: #2e75b6;
	padding: 10px 15px;
	border-radius: 5px;
	color: #ffffff;
	text-decoration: none;
	transition: 0.2s;
	box-sizing: border-box;
	font-size: 20px;
	margin-bottom: 15px;
}

@media screen and (max-width: 1000px) {
	.rav #tokutyo .point li {
		width: calc(50% - 30px);
	}
}

@media screen and (max-width: 750px) {
	.rav #tokutyo .point li {
		font-size: 24px;
	}
}

/*訓練風景*/
.rav #kunrenhukei .img-auto-width-primary {
	width: calc(100% + 30px) !important;
	margin-bottom: 0;
}

.rav #kunrenhukei .img-auto-width-primary .column2 figure {
	width: calc(50% - 30px) !important;
	margin-right: 30px !important;
	margin-bottom: 30px !important;
	float: left;
}

.rav #kunrenhukei .img-auto-width-primary .column2 figure img {
	margin: 0 !important;
}

.rav #kunrenhukei .img-auto-width-primary .column2 img:last-of-type,
.rav #kunrenhukei .img-auto-width-primary .column2 figure:last-of-type {
	margin-left: 0 !important;
}


/*関連ページ*/
.rav .relevant-page {
	width: calc(100% + 30px);
}

.rav .relevant-page .list {
	width: calc(25% - 30px);
	margin-right: 30px;
	margin-bottom: 30px;
	float: left;
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 1000px) {
	.rav .relevant-page .list {
		width: calc(50% - 30px);
	}
}

.rav .relevant-page .list .thum {
	background-color: #eeeeee;
	min-height: 180px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

@media screen and (max-width: 1000px) {
	.rav .relevant-page .list .thum {
		min-height: 230px;
	}
}



.rav .relevant-page .list a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	transition: 0.2s;
}

.rav .relevant-page .list a:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

.rav .relevant-page .list .detail {
	padding: 10px;
}

.rav .relevant-page .list .detail p {
	margin: 0;
	padding: 0;
}

.rav .relevant-page .list .detail .title {
	display: block;
	margin-bottom: 15px;
	font-weight: bold;
	position: relative;
	border-bottom: solid #e0e0e0 1px;
	padding: 10px 0;
}

@media screen and (max-width: 1000px) {
	.rav .relevant-page .list .detail .title {
		padding-right: 0;
	}
}


/*----------------------------------------------------------------------------
   「働きやすい企業」に向けた取組み
------------------------------------------------------------------------------*/

#initiatives {}

.case-study-bana {
	background-image: url("../image/contents/company/initiatives/case-study.png");
	background-position: center top;
	background-repeat: no-repeat;
	width: 1200px;
	height: 146px;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
	.case-study-bana {
		background-image: url("../image/contents/company/initiatives/case-study_sp.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center top;
		width: 100%;
		max-width: 800px;
		height: 0;
		padding-top: 26.75%;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 880px) {
	.case-study-bana {
		padding-top: 36.75%;
	}
}

.case-study-bana a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	background-color: rgba(255, 255, 255, 0);
	transition: 0.2s;
}

.case-study-bana a:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

#initiatives .certification-list-primary {
	width: calc(100% + 30px);
	position: relative;
}

#initiatives .certification-list-primary .list {
	width: calc(25% - 30px);
	margin-right: 30px;
	margin-bottom: 30px;
	float: left;
	position: relative;
	box-sizing: border-box;
	background-color: #EBEBEB;
	padding: 20px;
}

@media screen and (max-width: 1100px) {
	#initiatives .certification-list-primary .list {
		width: calc(50% - 30px);
	}
}

#initiatives .certification-list-primary .list .thum {}

#initiatives .certification-list-primary .list .thum img {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#certification-detail-primary {}

#certification-detail-primary .certification-detail {
	box-sizing: border-box;
	border: 2px solid #cccccc;
	padding: 30px;
	margin-bottom: 30px;
}

#certification-detail-primary .certification-detail .title {
	color: #ffffff;
	background-color: #0039b7;
	padding: 15px;
	font-weight: bold;
	text-align: center;
	font-size: 28px;
	margin-bottom: 20px;
}

#certification-detail-primary .certification-detail .certification-logo {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

#certification-detail-primary .certification-detail .link-button a {
	margin-bottom: 15px;
}

#certification-detail-primary .certification-detail .link-button:last-of-type a {
	margin-bottom: 0 !important;
}

/*----------------------------------------------------------------------------
   movie
------------------------------------------------------------------------------*/

.snsmv-list-primary {
	margin-bottom: 50px;
}

.snsmv-list-primary .list {
	position: relative;
	padding-bottom: 20px;
	box-sizing: border-box;
	border-bottom: 2px dotted #cccccc;
	margin-bottom: 30px;
}

@media screen and (max-width: 900px) {
	.snsmv-list-primary .list {
		text-align: center;
	}
}

.snsmv-list-primary .list .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
}

.snsmv-list-primary .list .icon img {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.snsmv-list-primary .list .detail {
	padding-left: 180px;
	padding-right: 180px;
	text-align: left;
	box-sizing: border-box;
}

@media screen and (max-width: 900px) {
	.snsmv-list-primary .list .detail {
		padding-left: 0;
		padding-right: 0;
	}
}

.snsmv-list-primary .list .detail p {
	margin-bottom: 30px;
	font-size: 22px;
}

.snsmv-list-primary .list .qr {
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
}

.snsmv-list-primary .list .qr img {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 900px) {
	.snsmv-list-primary .list .detail p {
		margin-top: 0;
		padding-top: 0;
	}
	.snsmv-list-primary .list .icon {
		position: relative;
		top: inherit;
		left: inherit;
		right: inherit;
		display: inline-block;
		margin-left: 15px;
		margin-right: 15px;
	}
	.snsmv-list-primary .list .qr {
		position: relative;
		top: inherit;
		left: inherit;
		right: inherit;
		display: inline-block;
		margin-left: 15px;
		margin-right: 15px;
	}
}

.acd-button {
	display: block;
	border: 2px dotted #00b7f0;
	box-sizing: border-box;
	text-align: center;
	padding: 30px;
	color: #00b7f0;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 30px;
}

.acd-button:hover {
	cursor: pointer;
}

.acd-button .close {
	display: inline;
}
.acd-button .open {
	display: none;
}

.acd-button.active .close {
	display: none;
}
.acd-button.active .open {
	display: inline;
}


/*----------------------------------------------------------------------------
   第2回MSM競技会開催のお知らせ
------------------------------------------------------------------------------*/

#jttcevent {
}

#jttcevent .qrdays {
	padding-bottom: 50px;
}

#jttcevent .qrdays .list-primary {
	width: calc(100% + 30px);
}

#jttcevent .qrdays .list-primary .list {
	width: calc(50% - 30px);
	margin-right: 30px;
	margin-bottom: 30px;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
}

#jttcevent .qrdays .list-primary .list img {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

#jttcevent .qrdays .list-primary .list p {
	margin: 0;
	padding: 0;
}


/*----------------------------------------------------------------------------
   blog template custom
------------------------------------------------------------------------------*/

.blog .content {
	margin-bottom: 50px;
	transition: 0.2s;
}

@media screen and (max-width: 1240px) {
	.blog .content {
		padding-left: 30px;
	}

	.subpage.blog #contents article {
		padding-right: 360px !important;
	}
}

@media screen and (max-width: 750px) {
	.blog .content {
		padding-left: 30px;
	}
}

.blog .content h3 {
	font-size: 30px !important;
	background-color: #061148;
	border-bottom: 0;
	padding: 28px;
	padding-left: 30px;
	padding-right: 30px;
	color: #ffffff;
}

.blog .content h4 {
	background-color: #eeeeee;
	padding: 18px;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
	border-left: 3px solid #061148;
}

.blog .content h4 span {
	color: #fbc800 !important;
	display: block;
}

.blog .content .post img.aligncenter, .blog .content .post img.alignleft, .blog .content .post img.alignright {
	border-radius: 5px;
}

@media screen and (max-width: 1150px) {
	.blog .content .post img.aligncenter, .blog .content .post img.alignleft, .blog .content .post img.alignright {
		width: inherit;
		max-width: 400px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

.blog #content-sidebar .blog-latest li {
	background-image: url("../img/contents/top/merit-detail-ar.png");
	background-position: center right;
	background-repeat: no-repeat;
}

.blog .content .post .link-button a {
	width: 200px;
	margin-left: 0;
	padding-left: 30px;
	padding-right: 30px;
	text-indent: -15px;
}