@charset "utf-8";
/* Table of Content
==================================================
	#Basic Styles
	#Site Styles
	#Typography
  #COLUMNS
	#Links
	#Lists
	#Images
	#Buttons
	#Progress Bar
	#Info Box
	#Dropcaps
	#Pricing Tables
	#Alert Boxes
	#Accordion
	#Tabs
	#Carousel
	#Video
	#Forms
	#Misc */
	

/* #Basic Styles
================================================== */

/* Google Web Fonts */
@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Anton); /* Delete this import if you don't use Text Based Logo */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html {height:100%;
font-size: 62.5%;}

body {
	position: relative;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 1.3em;
	color: #5c5c5c;
	height:100%;
	line-height: 1.6em;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

/* #margin
================================================== */


.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}


.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}




/* #Site Styles
================================================== */
.wrapper {
	width: 1000px;
	margin: 0 auto;
  overflow: hidden;
  zoom: 1;
}

.wrapper_swiper {
	width: 1000px;
	margin: 0 auto;
  zoom: 1;
}

header {
  margin-bottom: 10px;
}
main {
  margin: 85px auto 0;
	width: 1000px;
}

#main {
  margin: 0 auto;
	width: 1000px;
}

footer {
	background: #f6f6f6;
  clear: both;
  margin-top: 80px;
	overflow: hidden;
}





/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	/*color: #6e9b76;*/
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 135%;
	line-height: 1em;
	margin-bottom: 1em;
}

h2 {
	background: url(../img/common/line.png) repeat-x bottom;
	padding-bottom: 10px;
	font-size: 145%;
}

h2 .sub_txt {
	font-family: 'Times New Roman','Times',sans-serif;
	font-size: 70%;
	margin-left: 15px;
	vertical-align: middle;
	color: #666;
}

.atn {
	font-weight: bold;
}

.blue {
	color: #145a92;
}

.red {
	color: #dd2828;
}

.white {
	color: #fff;
}

.block {
	display: block;/* 改行 */
}



/* #Links
================================================== */
a {
  color: #5c5c5c;
}
a:hover {
  opacity:0.6;
  filter:alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}

header a {
  text-decoration: none;
}


/* #btn
================================================== */

.more_btn {
	background-color: #366f9c;
	border-radius: 5px;
	width: 280px;
	text-align: center;
	margin: auto;
}

.more_btn a {
	color: #fff;
	display: block;
	padding: 15px 20px;
}

.more_btn i {
	padding-left: 10px;
}

.half_btn ul {
	display: -webkit-flex;
	display: flex;
}

.half_btn ul li {
	width: 48%;
	margin-right: 5%;
}

.half_btn ul li:last-child {
	margin-right: 0;
}

/* #image
================================================== */
img{ max-width: 100%; height: auto; width /***/:auto; } 

