/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */




body {
	font-family: Verdana, "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 13px;
	/* [disabled]line-height: 1.6; */
	line-height: 170%;
	position: relative;
}

.txt-center {
	text-align: center;
}

.font {
	font-family: Hiragino Mincho Pro, "ヒラギノ明朝 Pro W3", MS PMincho, "ＭＳ Ｐ明朝", sans-serif;
	font-size: 14px;
}
.font-mini {
	font-family: Hiragino Mincho Pro, "ヒラギノ明朝 Pro W3", MS PMincho, "ＭＳ Ｐ明朝", sans-serif;
	font-size: 12px;
}

.size14 {
	font-size: 13.5px;
	line-height: 20px;
}
.size16 {
	font-size: 16px;
	line-height: 25px;
}
.size18 {
	font-size: 18px;
	line-height: 28px;
}
@media screen and (max-width:768px){
	.size14 {
		font-size: 13.5px;
		line-height: 20px;
	}
	.size16 {
		font-size: 14px;
		line-height: 22px;
	}
	.size18 {
		font-size: 16px;
		line-height: 26px;
	}
}
@media screen and (max-width:581px){
	.size14 {
		font-size: 12px;
		line-height: 18px;
	}
	.size16 {
		font-size: 13px;
		line-height: 22px;
	}
	.size18 {
		font-size: 14px;
		line-height: 26px;
	}
}
.red {
	color: #942344;
}
.large {
	font-size: 120%;
}
.small {
	font-size: 90%;
}
.indent {
	background: url("../img/ft_indent.png") no-repeat 2px;
	padding-left: 1em;
}
p#otoiawase {
	float: none;
	overflow: hidden;
	max-width: 350px;
	border: solid 2px #942344;
	padding: 10px 20px;
	margin: 30px 0 0 0;
}

.red_btn {
	color: #942344;
	font-weight: 600;
	border: solid 1px #942344;
	display: table;
	width: 7em;
	padding: 7px;
	text-align: center;
	background: rgba(255,255,255,0.7) url("../img/ft_indent.png") no-repeat 15px;
	padding-left: 1.5em;
}
.btn_center{
	margin: 0 auto;
}

a.red_btn:hover {
	background-color: rgba(255,238,238,0.7);
}
a>img:hover {
	opacity: 0.8;
}

.yel_btn {
	color: #FFF;
	width: 7em;
	display: table;
	padding: 7px;
	text-align: center;
	margin: 0 auto;
	background: #B49C70 url("../img/wh_indent.png") no-repeat 15px;
	padding-left: 1.5em;
	border-radius: 3px;
}
a.yel_btn:hover {
	color: #FFF; !important;
	background-color: rgba(180,156,112,0.7);
}
li {
	list-style-type: none;
}
.clearfix {
  zoom: 1;
  position: relative;
}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}
body {
	margin: 0;
	padding: 0;
}

img.img-responsive {
	max-width: 100%;
	height: auto;
}
img.lefty {
	float: left;
	margin: 0 20px 10px 0;
}
img.righty {
	float: right;
	margin: 0 0 5px 15px;
}
	
.wrapper {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
@media screen and (max-width:1024px){
	.wrapper {
		width: 100%;
		margin: 0 auto;
}
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #942344;
}

h2 {
	font-family: Hiragino Mincho Pro, "ヒラギノ明朝 Pro W3", MS PMincho, "ＭＳ Ｐ明朝", sans-serif;
	font-size: 38px;
	font-weight: normal;
	/* [disabled]line-height: 1.6; */
	padding-bottom: 10px;
}
h3 {
	font-family: Hiragino Mincho Pro, "ヒラギノ明朝 Pro W3", MS PMincho, "ＭＳ Ｐ明朝", sans-serif;
	border-bottom: dotted 1px #333333;
	font-size: 22px;
	font-weight: normal;
	padding: 10px 30px;
	margin-bottom: 20px;
	background: url(../img/h3_indent.png) 10px no-repeat;
}
h4 {
	font-family: Hiragino Mincho Pro, "ヒラギノ明朝 Pro W3", MS PMincho, "ＭＳ Ｐ明朝", sans-serif;
	font-size: 16px;
	font-weight: normal;
}
h5 {
	font-weight: normal;
	text-indent: 1em;
	background: #FFF url(../img/h5_indent.png) no-repeat;
	background-position: 0 4px;
	font-size: 13px;
}
@media screen and (max-width:768px){
	h2 {
		font-size: 30px;
	}
}
@media screen and (max-width:480px){
	h2 {
		font-size: 27px;
	}
	h3 {
		font-size: 18px;
	}
}


/* =====================================

	* header
	
===================================== */


#g_header #header-navi {
	background-color: #942344;
	width: 100%;
}
	#g_header #header-navi a:hover{
		opacity: .5;
		-webkit-opacity: .5;
		-moz-opacity: .5;
		filter: alpha(opacity=20);	/* IE lt 8 */
		-ms-filter: "alpha(opacity=50)"; /* IE 8 */
		-webkit-transition: opacity 1s ease-out;
		-moz-transition: opacity 1s ease-out;
		-ms-transition: opacity 1s ease-out;
		transition: opacity 1s ease-out;
	}

	#g_header #header-navi_btn {
		float: right;
		width: auto;
		display: block;
	}
		#g_header #header-navi_btn a{
			display: table;
			float: left;
		}
		#g_header #header-navi_btn img{
			width: 16px;
		}
		#g_header #header-navi_btn span{
			padding-left: 5px;
			color: #FFF;
		}
		#g_header #header-navi_btn p {
			float: left;
			padding: 5px 8px 5px 5px;
		}
	#g_header #header-navi_toggle {
		width: 20px;
		height: 25px;
		display: none;
		float: right;
		overflow:hidden;
		padding: 6px 6px 4px 6px;
		background: url(../img/nav/navi_menu.png) no-repeat 3px 5px;
		background-size: 22px
	}

	#g_header #header-navi_menulist {
		display: none;
	}
	
	#g_header #header-navi_menu_box{
		padding: 5px 20px;
	}
	#g_header #header-navi_menu {
		background-color: rgba(255,255,255,0.9);
		position: absolute;
		top: 38px;
		width: 100%;
		z-index: 10000;
	}
		#g_header #header-navi_menu li {
			/*padding: 5px 0;
			padding-left: 1.5em;
			width: 40%;*/
			width: 50%;
			float: left;
			background: url("../img/ft_indent.png") no-repeat 8px;
			text-indent: 1.5em;
			padding: 5px 0;
		}
		#g_header #header-navi_menu li#privacy{
			margin-bottom: 10px;
		}
		#g_header #header-navi_menu li:hover{
			background-color: rgba(224,215,197,0.9);
		}
#g_header #logo {
	padding: 15px 0 20px 0;
}

#g_header #header-menu {
	padding: 5px;
}

	#g_header #header-menu a:hover{
	}

	#g_header #header-menu ul {
		margin: 0 auto;
		width: 56em;
		text-align: center;
		font-family: Hiragino Mincho Pro, "ヒラギノ明朝 Pro W3", MS PMincho, "ＭＳ Ｐ明朝", sans-serif;
		font-size: 16px;
	}
	#g_header #header-menu li {
		font-weight: inherit;
		float: left;
		padding:  0.6em;
	}
		#g_header #header-menu li#h-message {
			width: 7em;
		}
		#g_header #header-menu li#h-history {
			width: 7em;
		}
		#g_header #header-menu li#h-origin {
			width: 8em;
		}
		#g_header #header-menu li#h-info {
			width: 4em;
		}
		#g_header #header-menu li#h-report {
			width: 9em;
		}
		#g_header #header-menu li#h-news {
			width: 9em;
		}

#g_header #g_navi {
	background-color: #942344;
	z-index: 100000;	
}
	#g_header #g_navi span {
		padding-left: 5px;
		color: #FFF;
	}
	#g_header #g_navi a {
		color: #fff;
	}
	#g_header #g_navi a:hover {
		opacity: .5;
		-webkit-opacity: .5;
		-moz-opacity: .5;
		filter: alpha(opacity=20);	/* IE lt 8 */
		-ms-filter: "alpha(opacity=50)"; /* IE 8 */
		-webkit-transition: opacity 1s ease-out;
		-moz-transition: opacity 1s ease-out;
		-ms-transition: opacity 1s ease-out;
		transition: opacity 1s ease-out;
	}
	#g_header #g_navi ul {
		float: left;
		font-family: Hiragino Mincho Pro, "ヒラギノ明朝 Pro W3", MS PMincho, "ＭＳ Ｐ明朝", sans-serif;
		font-size: 14px;
		font-weight: normal;
	}
	#g_header #g_navi li {
		display: table-cell;
		vertical-align: middle;
		float: left;
		margin: 10px 5px;
	}
	#g_header #g_navi ul.righty {
		padding-right: 15px;
		position:absolute;
		right: 0;
		text-align: right;
	}
		#g_header #g_navi ul.righty img{
			width: 18px;
		}
	#g_header #g_navi ul #g_navi-logo {
		padding: 7px 20px;
		display: none;
	}
	#g_header #g_navi #g_navi-logo li {
		margin: 4px 9px; 
	}
	#g_header .fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	}
	
	#page-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
		z-index: 10000;
	}
	#page-top a {
		background: #942344;
		text-decoration: none;
		color: #fff;
		height: 33px;
		width: 40px;
		text-align: center;
		vertical-align: middle;
		display: block;
		padding-top: 7px;
		font-size: 20px;
	}
	#page-top a:hover {
		opacity: .5;
		-webkit-opacity: .5;
		-moz-opacity: .5;
		filter: alpha(opacity=20);	/* IE lt 8 */
		-ms-filter: "alpha(opacity=50)"; /* IE 8 */
		-webkit-transition: opacity 1s ease-out;
		-moz-transition: opacity 1s ease-out;
		-ms-transition: opacity 1s ease-out;
		transition: opacity 1s ease-out;
	}
	
	
@media screen and (max-width:1024px){
	#g_header #header-menu ul {
		max-width: 782px;
		font-size: 14px;
		margin : 0 auto;
	}
	#g_header #g_navi span {
		display: none;
	}
}
@media screen and (max-width:768px){
	#g_header #g_navi {
		display: none;
	}
	#g_header #logo img{
		max-width: 219px;
		width: 40%;
		margin: 0 auto;
	}
	#g_header #header-navi_toggle {
		display: block;
	}
	#g_header #header-navi_btn span{
		display: none;
	}
	#g_header #header-navi_menu {
		display: block;
	}
	#g_header #header-menu {
		display: none;
	}
	#page-top {
		display: none;
	}
}
@media screen and (max-width:480px){
	#g_header #header-navi_menu_box{
		padding: 5px 10px;
	}
}
/* =====================================

	* maincontent
	
===================================== */

#maincontent {
	border-top: #942344 solid 1px;
	margin-bottom: 50px;
}

.left_box {
	overflow: hidden;
	width: 48%;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}
.right_box {
	overflow: hidden;
	width: 48%;
	float:right;
	margin-left: 2%;
	margin-bottom: 20px;
}

@media screen and (max-width:568px){
	.left_box {
		width: 100%;
	}
	.right_box {
		width: 100%;
	}
}


/* =====================================

	* ttl_box
	
===================================== */

#ttl_box {
	width: 100%;
	/*border-bottom: solid 1px #999999;*/
	padding-top: 30px;
	padding-bottom: 10px;
	text-align: center;
	/*background-color: #F3F3F3; */
	background:url(../img/bg_gray.jpg) repeat;
}
	#ttl_box ul {
		margin: 10px auto;
		padding: 0 10px;
	}
	
	#ttl_box p {
		margin: 10px auto;
	}

	#ttl_box li {
		overflow: hidden;
		float: left;
		padding: 5px 1em;
		margin-right: 0.5em;
		background:url("../../common/img/ft_indent.png") no-repeat 2px;
		font-size: 14px;
	}
	


/* =====================================

	* footer
	
===================================== */

#g_footer {
	background-color: #E7E7E7;
	padding-top: 15px;
}
	#g_footer p .small {
		font-size: 14px
	}
	#g_footer p .large {
		font-size: 18px
	}
	#g_footer li {
		background: url("../img/ft_indent.png") no-repeat 2px;
		padding-left: 1em;
	}
	#g_footer .footer-box {
		max-width: 1024px;
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}
	#g_footer #footer1{
		float: left;
		width: 280px;
		padding-left: 20px;
		overflow: hidden;
	}
		#g_footer #footer1 img {
			padding: 0px 15px 40px 0;
			float: left;
		}
	#g_footer #footer2{
		font-size: 12px;
		float: left;
		width: 220px;
		overflow: hidden;
		margin-left: 8px;
	}
	#g_footer #footer3 {
		font-size: 12px;
		width: 450px;
		overflow: hidden;
	}
		#g_footer #footer3 img {
			float: left;
			padding-top: 10px;
			padding-right: 10px;
		}
	#g_footer #copyright-box {
		margin-top: 20px;
		padding: 5px 0;
		float: none;
		width: 100%;
		color: #FFF;
		background-color: #942344;
	}

/*===============================================
画面の横幅が992px以下
===============================================*/
@media screen and (max-width:992px){
	#g_footer .footer-box {
	}
	#g_footer #footer1 {
	}
	#g_footer #footer2 {
		float: right;
		margin-right: 25px;
	}
	#g_footer #footer3 {
		/*width: auto;*/
		display: none;
	}
@media screen and (max-width:569px){
	#g_footer #footer1 {
		width: 100%;
		padding-left: 10px;
	}
	#g_footer #footer2 {
		display: none;
	}
}