@charset "UTF-8";
/*-------------------------------------
	共通スタイル
-------------------------------------*/
body {
	color: #333;
	font-size: 14px;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
	text-align: center;
	-webkit-text-size-adjust: none;
}

a:link {
	color: #85721E;
}

a:visited {
	color: #85721E;
}

a:active {
	color: #85721E;
}

a:hover {
	color: #D2B737;
	text-decoration: none;
}

a:hover img {
	opacity: 0.7;
}
#award {
	padding: 30px 10px 0;
	font-size: 20px;
	text-align: center;
}


/*-------------------------------------
	見出し
-------------------------------------*/
h1.page-title {
	margin-bottom: 0;
	padding: 45px 0 45px;
	width: 100%;
	background: url(/img/common/bg_mainimage.jpg) no-repeat center -40px;
	background-size: cover;
	color: #143977;
	font-size: 36px;
	font-weight: normal;
	font-family: century, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

h1.page-title span {
	display: block;
	font-size: 12px;
	color: #9C1B27;
}

#conts .ttl02 {
	margin-top: 0px;
	margin-bottom: 60px;
	color: #153A77;
	font-size: 28px;
	font-weight: normal;
	font-family: century, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	position: relative;
}

#conts .ttl02:before {
    content: "";
    display: block;
    border-top: solid 1px black;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}
 
#conts .ttl02 span.padding {
    background: #fff;
    padding: 0 30px;
    position: relative;
    z-index: 5;
}

#conts .yellow .ttl02 span.padding {
    background: #F3EFDE;
}

#conts .blue .ttl02 span.padding {
    background: #DBE6F2;
}



#conts .ttl03 {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px dashed #999;
	color: #333;
	font-size: 24px;
	font-weight: normal;
	font-family: century, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#conts .ttl04 {
	margin: 0 0 25px;
	color: #85721E;
	font-size: 26px;
	font-weight: bold;
}

@media only screen and (max-width: 736px) {
	h1.page-title {
		margin-bottom: 0;
		padding: 20px 0;
		background: url(/img/common/bg_mainimage.jpg) no-repeat center top;
		font-size: 28px;
	}

	#conts .ttl02 {
		margin-bottom: 30px;
		font-size: 24px;
	}
	
	#conts .ttl02:before {
		display: none;
	}
	 
	#conts .ttl02 span.padding {
		background: none;
		padding: 0;
		z-index: 0;
	}
	
	#conts .yellow .ttl02 span.padding {
		background: none;
	}
	
	#conts .blue .ttl02 span.padding {
		background: none;
	}
	
	#conts .ttl04 {
		margin: 0 0 15px;
		font-size: 20px;
	}

}

#conts p {
	margin-bottom: 20px;
	font-size: 17px;
	line-height: 1.7;
}

#conts p.txt01 {
	text-align: center;
	color: #153A77;
	font-weight: bold;
}

#conts .notes li {
	margin-bottom: 10px;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 16px;
}

#conts .notes li:last-child {
	margin-bottom: 0;
}

#conts .imgL {
	float: left;
	margin-right: 50px;
}

#conts .imgR {
	float: right;
	margin-left: 50px;
}

#conts .taC {
	text-align: center;
}

@media only screen and (max-width: 736px) {
	#conts .imgR,
	#conts .imgL {
		float: none;
		width: 70%;
		margin: 0 auto 15px;
		display: block;
	}


}

/*-------------------------------------
	ボタン
-------------------------------------*/

#conts .btn {
	text-align: center;
}

#conts .btn a {
	padding: 20px 40px;
	border-bottom: 7px solid #0F2955;
	background: #1A4691;
	display: inline-block;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	position: relative;
}

#conts .btn a:hover {
	margin-top: 5px;
	border-bottom: 2px solid #0F2955;
}

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


/*-------------------------------------
	PC・SP　改行振り分け
-------------------------------------*/
.sp {
	display: none;
}

.pc {
	display: block;
}

br.sp {
	display: none!important;
}

br.pc {
	display: inline!important;
}

@media only screen and (max-width: 736px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	br.sp {
		display: inline!important;
	}
	br.pc {
		display: none!important;
	}
}

/*-------------------------------------
	dl
-------------------------------------*/
#conts .dl01 {
	margin-bottom: 40px;
	padding: 0 30px;
	border-top: 3px solid #133977;
	background: #EEE;
}

#conts .yellow .dl01 {
	background: #FFF;
}

#conts .dl01:last-child {
	margin-bottom: 0;
}

#conts .dl01 dt,
#conts .dl01 dd {
	padding: 30px 0;
}

#conts .dl01 dt {
	color: #133977;
	font-size: 20px;
	font-weight: bold;
}

#conts .dl01 dd {
	border-top: 1px dashed #666;
	font-size: 18px;
}


#conts .dl02 dt,
#conts .dl02 dd {
	padding: 25px;
	font-size: 16px;
}

#conts .dl02 dt {
	float: left;
	clear: left;
	width: 200px;
	font-weight: bold;
	color: #153A77;

}

#conts .dl02 dd {
	padding-left: 240px;
	border-bottom: 1px dashed #CCC;
}

@media only screen and (max-width: 736px) {
	#conts .dl01 {
		margin-bottom: 30px;
		padding: 0 20px;
	}

	#conts .dl01 dt,
	#conts .dl01 dd {
		padding: 20px 0;
	}
	
	#conts .dl02 dt,
	#conts .dl02 dd {
		padding: 0;
		font-size: 18px;
	}
	
	#conts .dl02 dt {
		float: none;
		width: 100%;
		font-weight: bold;
		color: #153A77;
	
	}
	
	#conts .dl02 dd {
		margin-bottom: 15px;
		padding: 10px 0 15px;
		border-bottom: 1px dashed #CCC;
	}
}

/*-------------------------------------
	table
-------------------------------------*/
#conts .com-table01 {
	margin-bottom: 30px;
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
}

#conts .com-table01 th,
#conts .com-table01 td {
	padding: 25px 15px;
	border: 2px solid #FFF;
	text-align: left;
}

#conts .com-table01 th {
	background: #0F2955;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

#conts .com-table01 td {
	background: #DFDFDF;
}

#conts .com-table01 td.price {
	color: #9C1B27;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

#conts .name-image {
	float: right;
}

@media only screen and (max-width: 736px) {
	#conts .com-table01 {
		font-size: 14px;
	}
	#conts .com-table01 th,
	#conts .com-table01 td {
		padding: 20px 10px;
	}
	#conts .com-table01 td.price {
		font-size: 14px;
		white-space: nowrap;
	}
}

/*-------------------------------------
	header
-------------------------------------*/
#g-header {
	background: #FFF;
}

#g-header .inner {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	position: relative;
}

#g-header .logo {
	margin-top: 15px;
	margin-right: 30px;
	float: left;
}

#g-header .logo a img {
	display: block;
}

@media only screen and (max-width: 736px) {
	#g-header {
		position: relative;
		z-index: 99;
	}

	#g-header .inner {
		padding: 15px;
		width: 100%;
		box-sizing: border-box;
		min-height: 0;
	}

	#g-header .logo {
		margin: 4px 0 5px;
	}
	
	#g-header .logo img {
		width: 70%;
		height: auto;
	}

}

/*-------------------------------------
	g-nav
-------------------------------------*/
#g-header .g-nav {
	float: left;
}

#g-header .g-nav ul {
}

#g-header .g-nav li {
	float: left;
	position: relative;
}

#g-header .g-nav li a {
	padding: 20px 15px;
	display: block;
	color: #333;
	font-size: 14px;
	text-decoration: none;
}

#g-header .g-nav li a:hover {
	text-decoration: underline;
}

#g-header .g-nav li .sub {
	position: absolute;
	top: 100px;
	left: 0;
}

#g-header .g-nav li .sub li {
	float: none;
  overflow: hidden;
  height: 0;
  transition: .2s;
}

#g-header .g-nav li .sub li a {
	width: 200px;
	padding: 10px 15px;
	background: rgba(15,41,85,0.8);
	text-align: left;
}

#g-header .g-nav li .sub li a:hover {
	background: rgba(15,41,85,0.95);
}

#g-header .g-nav li:hover .sub li{
	overflow: visible;
	height: 40px;
}

@media only screen and (max-width: 736px) {
	#g-header .g-nav {
		display: none;
		width: 100%;
		float: none;
		position: absolute;
		top: 56px;
		left: 0;
		z-index: 9999;
	}

	#g-header .g-nav ul li {
		float: none;
		border-bottom: 1px solid rgba(255,255,255,0.8);
		background: rgba(15,41,85,0.9);
		width: 100%;
	}

	#g-header .g-nav ul li a {
		padding: 20px 0;
		color: #FFF;
		font-size: 16px;
		font-weight: bold;
		display: block;
		width: 100%;
	}

	#g-header .sp {
		position: absolute;
		top: 17px;
		right: 170px;
	}

	#g-header .sp .menu-trigger,
	#g-header .sp .menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	#g-header .sp .menu-trigger {
		position: relative;
		width: 20px;
		height: 20px;
	}
	#g-header .sp .menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #333;
		border-radius: 2px;
	}
	#g-header .sp .menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	#g-header .sp .menu-trigger span:nth-of-type(2) {
		top: 9px;
	}
	#g-header .sp .menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	#g-header .sp .menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
	}
	#g-header .sp .menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	#g-header .sp .menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}

	#g-header .contact {
		padding-right: 40px;
	}

	#g-header .g-nav li .sub {
		display: none;
	}
}

#g-header .nav2 {
	position: absolute;
	top: 0;
	right: 0;
}

#g-header .nav2 li {
	float: left;
}

#g-header .nav2 li a {
	padding: 22px 18px;
	display: block;
	color: #FFF;
	text-decoration: none;
	background: #EEE;
	line-height: 1;
}

#g-header .nav2 li a:hover {
	opacity: 0.7;
}

#g-header .nav2 li:nth-child(1) a {
	background: #a01414;
	border-bottom: 4px solid #730202;
}

#g-header .nav2 li:nth-child(2) a {
	background: #1A4691;
	border-bottom: 4px solid #0F2955;
}

#g-header .nav2 li:nth-child(3) a {
	background: #A79125;
	border-bottom: 4px solid #86731E;
}

@media only screen and (max-width: 736px) {
	#g-header .nav2 {
		position: absolute;
		top: 0;
		right: 0;
	}
	
	#g-header .nav2 li {
		float: left;
	}
	
	#g-header .nav2 li a {
		padding: 14px 14px;
		display: block;
		color: #FFF;
		text-decoration: none;
		background: #EEE;
		line-height: 1;
		font-size: 12px;
	}
	
	#g-header .nav2 li a:hover {
		opacity: 0.7;
	}
	

		
}

/*-------------------------------------
	main-image
-------------------------------------*/
.main-image {
	width: 100%;
	height: 400px;
	background: url(/img/common/bg_mainimage.jpg) no-repeat center bottom;
	background-size: cover;
	text-align: center;
}

.main-image .inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.main-image .mainimage-btn a {
	padding: 7px 0px;
	width: 180px;
	border-radius: 30px;
	color: #FFF;
	font-size: 18px;
	text-decoration: none;
}

.main-image .mainimage-btn a:first-child {
	position: absolute;
	right: 50px;
	bottom: 90px;
	background: #1A4691;
	border-bottom: 5px solid #0F2955;
}

.main-image .mainimage-btn a:last-child {
	position: absolute;
	right: 50px;
	bottom: 40px;
	background: #a01414;
	border-bottom: 5px solid #730202;
}

.main-image .mainimage-btn a:hover {
	margin-top: 4px;
	border-bottom: 1px solid #0F2955;
}

@media only screen and (max-width: 736px) {
	.main-image {
		padding: 0;
		width: 100%;
		height: auto;
		background: url(/img/common/bg_mainimage.jpg) no-repeat left top;
		background-size: cover;
		text-align: center;
	}
	
	.main-image .inner {
		width: 100%;
	}
	
	.main-image img {
		width: 100%;
		display: block;
	}
	
	.main-image .mainimage-btn a {
		padding: 5px 15px;
		position: absolute;
		right: 15px;
		bottom: 10px;
		background: #1A4691;
		border-bottom: 5px solid #0F2955;
		border-radius: 20px;
		color: #FFF;
		font-size: 14px;
		text-decoration: none;
	}
}

/*-------------------------------------
	アプリダウンロード（sp）
-------------------------------------*/
@media only screen and (max-width: 736px) {
	.download {
		padding: 15px 0;
		background: #1A4691;
		color: #FFF;
	}
	
	.download ul {
		width: 268px;
		margin: 0 auto;
	}
	
	.download li {
		float: left;
		margin-right: 20px;
	}
	
	.download li:last-child {
		margin-right: 0;
	}
	
	.download li a {
		display: block;
	}
	
	.download .ttl02 {
		margin-top: 0px;
		margin-bottom: 10px;
		color: #FFF;
		font-size: 20px;
		font-weight: normal;
		font-family: century, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		text-align: center;
		position: relative;
	}
	
	#conts .ttl02:before {
		display: none;
	}
	 
	#conts .ttl02 span.padding {
		background: none;
		padding: 0;
		z-index: 0;
	}
	

}


/*-------------------------------------
	パンくず
-------------------------------------*/
.page-navi {
	margin: 0 auto 40px;
	width: 960px;
	text-align: left;
}
.page-navi li {
	display: inline!important;
}

@media only screen and (max-width: 736px) {
	.page-navi {
		padding: 0 20px;
		width: 100%;
		font-size: 12px;
		box-sizing: border-box;
	}
}

/*-------------------------------------
	conts
-------------------------------------*/
#conts {
	text-align: left;
}

#conts .box {
	padding: 90px 0;
}

#conts .box .inner {
	margin: 0 auto;
	width: 960px;
}

#conts .box.yellow {
	background: #F3EFDE;
}

#conts .box.blue {
	background: #DBE6F2;
}

#conts .contact-list {
	width: 840px;
	margin: 0 auto;
}

#conts .contact-list li {
	width: 400px;
	float: left;
	text-align: center;
}

#conts .contact-list li:first-child {
	margin-right: 40px;
}

#conts .contact-list li:first-child a {
	padding: 20px 0;
	display: block;
	background: #1A4691;
	border-bottom: 7px solid #0F2955;
	color: #FFF;
	font-size: 20px;
	text-decoration: none;
}

#conts .contact-list li:first-child a:hover {
	margin-top: 5px;
	border-bottom: 2px solid #0F2955;
}

#conts .contact-list li:last-child {
	width: 390px;
	padding: 10px 0;
	border: 5px solid #1A4691;
}

#conts .contact-list li:last-child p {
	color: #666;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 0;
}

#conts .contact-list li:last-child p.tel {
	color: #1A4691;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 6px;
}

#conts .name {
	font-family: century, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: right;
	font-size: 14px;
}

@media only screen and (max-width: 736px) {
	#conts {
		margin: 0;
		padding: 0;
		width: 100%;
		text-align: left;
		box-sizing: border-box;
	}
	
	#conts .box {
		padding: 30px 0;
	}
	
	#conts .box .inner {
		padding: 0 20px;
		width: 100%;
		box-sizing: border-box;
	}
	
	#conts .contact-list {
		width: 100%;
		margin: 0;
	}
	
	#conts .contact-list li {
		width: 100%;
		float: none;
	}
	
	#conts .contact-list li:first-child {
		margin-right: 0;
	}
	
	#conts .contact-list li:first-child a {
		margin-bottom: 10px;
		padding: 20px 0;
		display: block;
		background: #1A4691;
		border-bottom: 7px solid #0F2955;
		color: #FFF;
		font-size: 20px;
		text-decoration: none;
	}
	
	#conts .contact-list li:first-child a:hover {
		margin-top: 5px;
		border-bottom: 2px solid #0F2955;
	}
	
	#conts .contact-list li:last-child {
		width: 100%;
		padding: 10px 0;
		border: 5px solid #1A4691;
		box-sizing: border-box;
	}
	
	#conts .contact-list li:last-child p {
		color: #666;
		font-size: 14px;
		line-height: 1;
		margin-bottom: 0;
	}
	
	#conts .contact-list li:last-child p.tel {
		color: #1A4691;
		font-size: 26px;
		font-weight: bold;
		margin-bottom: 6px;
	}

}

/*-------------------------------------
	column
-------------------------------------*/
/*---カラム共通---*/

/*---2カラム---*/
#conts .col2 li {
	margin-right: 20px;
	width: 470px;
	float: left;
}

#conts .col2 li:nth-child(2n) {
	margin-right: 0;
}

/*---3カラム---*/
#conts .col3 li {
	margin-right: 30px;
	width: 300px;
	float: left;
}

#conts .col3 li:nth-child(3n) {
	margin-right: 0;
}

/*---4カラム---*/
#conts .col4 li {
	margin-right: 20px;
	width: 225px;
	float: left;
}

#conts .col4 li:nth-child(4n) {
	margin-right: 0;
}

/*---6カラム---*/
#conts .col6 li {
	margin-right: 15px;
	width: 147px;
	float: left;
}

#conts .col6 li:nth-child(6n) {
	margin-right: 0;
}

/*---画像左---*/
#conts .img-boxL,
#g-footer .img-boxL {
	text-align: left;
}

#conts .img-boxL img:first-child {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

/*---画像右---*/
#conts .img-boxR {
	text-align: left;
}

#conts .img-boxR img:first-child {
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
}

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

	#conts .col2 li {
		margin-right: 0;
		margin-bottom: 35px;
		width: 100%;
		float: none;
	}

	#conts .col3 li {
		margin-right: 0;
		margin-bottom: 25px;
		width: 100%;
		float: none;
	}

	#conts .col4 li {
		margin-right: 0;
		margin-bottom: 20px;
		width: 100%;
		float: none;
	}

	/*---6カラム---*/
	#conts .col6 li {
		margin-right: 10%;
		width: 45%;
		float: left;
		text-align: center;
	}

	#conts .col6 li:nth-child(2n) {
		margin-right: 0;
	}


	#conts .img-boxR img:first-child,
	#conts .img-boxL img:first-child {
		width: 30%;
		margin-bottom: 15px;
	}

	#conts .img-boxR img:first-child {
		margin-left: 15px;
	}

	#conts .img-boxL img:first-child {
		margin-right: 15px;
	}
}


/*-------------------------------------
	SPスタイル
-------------------------------------*/
@media only screen and (max-width: 736px) {
	#conts img.spCenter {
		margin: 0 0 15px!important;
		width: 100%!important;
		float: none!important;
	}
}

/*-------------------------------------
	footer
-------------------------------------*/
#g-footer {
	padding: 30px 0 95px;
	color: #666;
	font-size: 14px;
}

#g-footer .f-nav li {
	padding: 0 10px;
	display: inline;
}

#g-footer .f-nav li a {
	color: #666;
}

#g-footer .campaign_bn {
	background: linear-gradient(-135deg, #907C20 , #D0B531);
	color: #FFF;
	font-weight: bold;
	
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 50;
}

#g-footer .campaign_bn p {
	font-size: 18px;
}

#g-footer .campaign_bn .inner {
	padding: 20px 0;
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#g-footer .campaign_bn .f_logo {
	position: absolute;
	left: 0;
	top: 20px;
}

#g-footer .campaign_bn .btn {
	position: absolute;
	right: 0;
	top: 15px;
	
	padding: 6px 15px;
	border: 1px solid #FFF;
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
}

#g-footer .campaign_bn .btn:hover {
	background: #FFF;
	color: #907C20;
}

@media only screen and (max-width: 736px) {
	#g-footer {
		padding: 25px 0 80px;
		color: #666;
		font-size: 16px;
	}
	
	#g-footer .f-nav li {
		display: inline-block;
		margin-bottom: 13px;
	}
	
	#g-footer .campaign_bn .inner {
		padding: 0;
		width: 100%;
		height: 65px;
		margin: 0 auto;
		position: relative;
	}
	
	#g-footer .campaign_bn p {
		display: none;
	}
	
	#g-footer .campaign_bn .f_logo {
		position: absolute;
		left: 15px;
		top: 20px;
	}
	
	#g-footer .campaign_bn .btn {
		position: absolute;
		right: 15px;
		top: 15px;
	}

}
/*-------------------------------------
	汎用スタイル
-------------------------------------*/
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

	* html .clearfix:after {
		zoom: 1;
	}

	*:first-child+html .clearfix:after {
		zoom: 1;
	}

.mb0 {	margin-bottom: 0px!important; }
.mb30 {	margin-bottom: 30px!important; }
.mb50 {	margin-bottom: 50px!important; }
.mb90 {	margin-bottom: 90px!important; }

@media only screen and (max-width: 736px) {
	.mb30 {	margin-bottom: 10px!important; }
	.mb50 {	margin-bottom: 30px!important; }
	.mb90 {	margin-bottom: 50px!important; }
}
/*-------------------------------------
	TOP
-------------------------------------*/
/*--選ばれる理由--*/
#conts .reason-list {
	margin-bottom: 30px;
}

#conts .reason-list li {
	padding-top: 150px;
}

#conts .reason-list li:nth-child(1) {
	background: url(/img/top/img01.png) no-repeat center top;
}

#conts .reason-list li:nth-child(2) {
	background: url(/img/top/img02.png) no-repeat center top;
}

#conts .reason-list li:nth-child(3) {
	background: url(/img/top/img03.png) no-repeat center top;
}

#conts .reason-list li h3 {
	margin-bottom: 20px;
	color: #86731E;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

#conts .reason-list li p {
	margin-bottom: 0;
}

@media only screen and (max-width: 736px) {
	#conts .reason-list {
		margin-bottom: 0;
	}
	
	#conts .reason-list li {
		padding-top: 130px;
	}
	
	#conts .reason-list li:nth-child(1) {
		background: url(/img/top/img01.png) no-repeat center top;
	}
	
	#conts .reason-list li:nth-child(2) {
		background: url(/img/top/img02.png) no-repeat center top;
	}
	
	#conts .reason-list li:nth-child(3) {
		background: url(/img/top/img03.png) no-repeat center top;
	}
	
	#conts .reason-list li h3 {
		margin-bottom: 20px;
		color: #86731E;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
	}
	
	#conts .reason-list li p {
		margin-bottom: 0;
	}
}

/*--機能一覧--*/
#conts .w100p {
	width: 100%;
}

#conts .function-list>li {
	float: left;
	width: 330px;
}

#conts .function-list ul li {
	padding-left: 45px;
	margin-bottom: 15px;
	background: url(../img/common/icon01.png) no-repeat left 0px;
	font-size: 18px;
}

/*--セミナースケジュール--*/
#conts .seminar-list {
	margin-bottom: 40px;
	border-top: 2px solid #86731E;
}

#conts .seminar-list li {
	padding: 20px 40px;
	border: 2px solid #86731E;
	border-top: none;
	clear: left;
}

#conts .seminar-list li:nth-child(even) {
	background: #F9F7EE;
}

#conts .seminar-list li p {
	margin-bottom: 0;
	display: inline;
	color: #85721E;
	font-size: 16px;
}

#conts .seminar-list li p.label {
	margin-right: 30px;
	padding: 3px 0;
	width: 60px;
	color: #FFF;
	font-size: 14px;
	background: #999;
	text-align: center;
	display: inline-block;
}

#conts .seminar-list li.sapporo p.label {
	background: #3498DB;
}

#conts .seminar-list li.tokyo p.label {
	background: #16A085;
}

#conts .seminar-list li.nagoya p.label {
	background: #E67E22;
}

#conts .seminar-list li.osaka p.label {
	background: #9B59B6;
}

#conts .seminar-list li.fukuoka p.label {
	background: #E74C3C;
}

#conts .seminar-list li.hiroshima p.label {
	background: #34495e;
}

#conts .seminar-list li.saitama p.label {
	background: #f1c40f;
}

#conts .seminar-list li p.date,
#conts .seminar-list li p.time {
	margin-right: 45px;
}

#conts .seminar-list li p.place a {
	background: url(/img/common/icon_window.png) no-repeat right 5px;
	padding-right: 20px;
	display: inline-block;
}

@media only screen and (max-width: 736px) {
	#conts .seminar-list li {
		padding: 20px;
	}
	
	#conts .seminar-list li p.label {
		margin-bottom: 6px;
		margin-right: 10px;
		width: 50px;
	}
	
	#conts .seminar-list li p.time {
		display: block;
	}
	
	#conts .seminar-list li p.date,
	#conts .seminar-list li p.time {
		margin-right: 10px;
	}
	
	#conts .seminar-list li p.place a {
		background: url(/img/common/icon_window.png) no-repeat right 6px;
		padding-right: 15px;
	}

}

/*-------------------------------------
	料金・サポート
-------------------------------------*/
#conts .price-list {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px dashed #666;
}

#conts .price-list li {
	text-align: center;
	font-weight: bold;
}

#conts .price-list li .ttl {
	margin-bottom: 2px;
	padding: 20px 0;
	color: #FFF;
	font-size: 18px;
}

#conts .price-list li:nth-child(1) .ttl {
	background: #4678B2;
}

#conts .price-list li:nth-child(2) .ttl {
	background: #1A4691;
}

#conts .price-list li:nth-child(3) .ttl {
	background: #0F2955;
}

#conts .price-list li:nth-child(4) .ttl {
	background: #A79125;
}

#conts .price-list li div {
	padding: 20px 0;
	background: #EEE;
	margin-top: 2px;
}

#conts .price-list li div p {
	margin-bottom: 0;
	color: #143977;
	font-size: 26px;
	line-height: 1;
}

#conts .price-list li div p span {
	margin-bottom: 7px;
	color: #666;
	font-size: 14px;
	display: block;
}

#conts .price-list li:nth-child(4) div p span {
	line-height: 1.7;
	margin-bottom: 10px;
}

#conts .price-list li div p .small {
	margin-bottom: 0;
	color: #143977;
	font-size: 20px;
	line-height: 1;
}

#conts .price-list li:nth-child(4) div {
	background: #E9E1C0;
}

#conts .flow-list li {
	padding: 15px 0;
	background: #143977;
	color: #FFF;
	text-align: center;
}

#conts .flow-list li p {
	padding: 0 10px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}

#conts .flow-list li p span {
	margin-top: 7px;
	display: block;
	font-size: 16px;
	font-weight: normal;
}

#conts .price-list li span.notes {
	display: inline;
	font-size: 12px;
	font-weight: normal;
}

#conts .campaign_img {
	margin: -40px 0 90px;
}

@media only screen and (max-width: 736px) {
	#conts .price-list {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	
	#conts .price-list li:last-child {
		margin-bottom: 0;
	}
	
	#conts .campaign_img {
		margin: -20px 0 30px;
		width: 100%;
	}
	
	#conts .campaign_img img {
		
	}

}

/*-------------------------------------
	キャンペーンページ
-------------------------------------*/
#campaign .campaign_bn {
	display: none;
}

#campaign #g-footer {
	padding: 30px 0;
}

#campaign #conts .flow-list li {
	min-height: 130px;
}

#campaign #conts .flow-list li span {
	font-size: 14px;
}

@media only screen and (max-width: 736px) {
	#campaign #conts .flow-list li {
		min-height: 0;
	}
}

/*-------------------------------------
	サイトマップ
-------------------------------------*/
#conts .sitemap li {
	padding-left: 20px;
	width: 300px;
	float: left;
	margin-bottom: 30px;
	font-size: 16px;
	position: relative;
}

#conts .sitemap li:before {
	position: absolute;
    top: 8px;
    left: 0px;
    content: "";
    width: 4px;
    height: 4px;
    border-top: 2px solid #85721E;
    border-right: 2px solid #85721E;
    transform: rotate(45deg);
}

@media only screen and (max-width: 736px) {
	#conts .sitemap li {
		padding-left: 20px;
		width: 100%;
		float: none;
		font-size: 18px;
	}
	
	#conts .sitemap li:before {
		top: 10px;
	}

}

/*-------------------------------------
	動画埋め込み
-------------------------------------*/

.movie {
	margin-top: 50px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 736px) {
	.movie {
		margin-top: 0px;
	}
}
/*-------------------------------------
	CONTACT
-------------------------------------*/
#mail_form {
	margin-bottom: 10px;
}

#mail_form dl {
	margin-top: -30px;
	margin-bottom: 25px;
}

#mail_form dt {
	padding-top: 35px;
	width: 250px;
	float: left;
	color: #2C3E50;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
	clear: left;
}

#mail_form dt .required {
	margin-right: 10px;
	padding: 2px 4px;
	background: #FC0;
	font-size: 11px;
	line-height: 1;
	vertical-align: middle;
}

#mail_form dt .optional {
	margin-right: 10px;
	padding: 2px 4px;
	background: #DDD;
	font-size: 11px;
	line-height: 1;
	vertical-align: middle;
}

#mail_form dd.required span {
	color: #C00;
	display: block;
}

#mail_form dd .memo {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 0;
}

#mail_form dd ul li {
	margin-bottom: 5px;
}
#form_submit #form_submit_button,
#mail_form #mail_submit_button {
	padding: 20px 60px;
    background: #2C3E50;
    border: 1px solid #2C3E50;
    border-radius: 35px;
    display: inline-block;
    color: #FFF;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
}
#form_submit #form_submit_button:hover,
#mail_form #mail_submit_button:hover {
    background: #FFF;
    color: #2C3E50;
    border: 1px solid #2C3E50;
}

#mail_form .select-list li {
	line-height: 2;
}

#mail_form input,
#mail_form select,
#mail_form textarea {
	padding: 10px 15px;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
}

#mail_form select {
    -webkit-appearance: none;
	background: #EEE;
}


#mail_form textarea {
	line-height: 1.6;
}

#mail_form dd {
	padding: 30px 0 30px 250px;
	border-bottom: 1px dotted #333;
}

#mail_form input[type="text"] {
	width: 320px;
}

#mail_form .send-btn {
	text-align: center;
}
#form_submit {
	text-align: center;
}
@media only screen and (max-width: 736px) {
	#mail_form dl {
		margin-top: -10px;
	}

#mail_form dt,
	#mail_form dd {
		float: none;
	}


	#mail_form dt {
		padding-top: 15px;
		width: auto;
	}

	#mail_form dd {
		padding: 15px 0;
	}

	#mail_form dd .link {
		margin: 5px 0 0;
		display: block;
	}

	#mail_form input[type="text"],
	#mail_form textarea {
		width: 100%;
		box-sizing: border-box;
	}
	
	#mail_form select {
		width: 100%;
	}
	#form_submit #form_submit_button,
	#mail_form #form_submit.size-s {
		padding: 20px;
		background: #2C3E50;
		border: 1px solid #2C3E50;
		border-radius: 35px;
		display: inline-block;
		color: #FFF;
		font-size: 18px;
		font-weight: bold;
		line-height: 1;
	}
}

/*-------------------------------------
	NEWS
-------------------------------------*/
#conts .news-list {
	margin-bottom: 40px;
}

#conts .news-list li {
	clear: left;
	padding-top: 20px;
	border-bottom: 1px dotted #CCC;
}

#conts .news-list li p {
	font-size: 14px;
}

#conts .news-list .date {
	float: left;
	width: 150px;
}

#conts .news-list .cat {
	float: left;
	width: 120px;
	margin-right: 35px;
	font-size: 12px;
	padding: 3px 7px;
	background: #CCC;
	display: inline-block;
	text-align: center;
}

#conts .news-list .title {
	overflow: hidden;

}

@media only screen and (max-width: 736px) {
	#conts .news-list li {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	#conts .news-list li p {
		margin-bottom: 10px;
	}
	
	#conts .news-list .date {
		width: auto;
		margin-right: 15px;
	}
	
	#conts .news-list .cat {
		float: none;
		max-width: 100px;
		padding: 2px 10px;
		margin-right: 0;
	}
}

#conts .sumally-box .cat {
	float: left;
	font-size: 13px;
	padding: 3px 7px;
	background: #CCC;
}

#conts .sumally-box .date {
	float: right;
	font-size: 14px;
}