/*!
 * common.css
 * v@0.4.0
 * update: 2014-04-25
 * License: under the MIT license.
 */@charset "UTF-8";

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display: block;
}

audio,canvas,video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

[hidden] {
	display: none;
}

code,kbd,pre,samp {
	_font-family: 'courier new',monospace;
}

pre {
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: none;
}

q:before,q:after {
	content: '';
	content: none;
}

menu,ol,ul {
	margin: 1em 0;
}

dd {
	margin: 0 0 0 40px;
}

menu,ol,ul {
	padding: 0 0 0 40px;
}

nav ul,nav ol {
	list-style: none;
	list-style-image: none;
}

img {
	-ms-interpolation-mode: bicubic;
}

form {
	margin: 0;
}

legend {
	white-space: normal;
	*margin-left: -7px;
}

button,input,select {
	vertical-align: baseline;
}

button,input,select,textarea {
	font-size: 100%;
	*vertical-align: middle;
}

button {
	line-height: normal;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
	*overflow: visible;
}

input[type="checkbox"],input[type="radio"] {
	*height: 13px;
	*width: 13px;
}

textarea {
	vertical-align: top;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display: block;
}

audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],template {
	display: none;
}

a {
	background: 0 0;
}

a:active,a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b {
	font-weight: 700;
}

mark {
	background: #ff0;
	color: #000;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

pre {
	overflow: auto;
}

code,kbd {
	font-size: 1em;
}

pre {
	font-family: monospace,monospace;
}

pre,samp {
	font-size: 1em;
}

button,input,optgroup,select,textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,select {
	text-transform: none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],input[type="radio"] {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid silver;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	-webkit-font-kerning: normal;
	-moz-font-kerning: normal;
	-ms-font-kerning: normal;
	-o-font-kerning: normal;
	font-kerning: normal;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	width: 100%;
	height: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

h1,h2,h3,h4,h5,h6,body,p,pre,blockquote,figure,dl,dl dt,dl dd {
	margin: 0;
	padding: 0;
}

a:link:focus {
	outline: none;
}

[contenteditable]:focus,img:focus,map area:focus {
	outline: none;
}

th,td,fieldset {
	padding: 0;
}

fieldset {
	margin: 0;
}

html {
	color: #000;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial, sans-serif;
	font-size: 14px;
	*font: x-small;
	line-height: 1.7;
	background-color: #fff;
}

body {
	color: #000;
	background: #fff;
	font-weight: 500;
}

hr {
	display: block;
	width: 100%;
	height: 1px;
	border: 0 none;
	background: #666;
}

a {
	-webkit-transition: color 300ms;
	transition: color 300ms;
}

a:link,a:visited {
	color: #0570c7;
	text-decoration: none;
}

a:hover,a:focus {
	color: #c70570;
}

a:active {
	color: #c7052f;
}

a:focus {
	outline: none;
}

em {
	font-style: normal;
}

em,strong {
	font-weight: 700;
}

small {
	font-size: .8em;
}

cite {
	font-weight: 700;
	font-style: normal;
}

cite:before {
	content: '『';
	font-weight: 400;
}

cite:after {
	content: '』';
	font-weight: 400;
}

q:before {
	content: '?';
}

q:after {
	content: '?';
}

dfn {
	font-weight: 700;
	font-style: normal;
}

code {
	font-family: Ricty,Consolas,"Courier New",Courier,Monaco,monospace;
	margin: 0 2px;
	padding: 3px 5px;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 3px;
	background: rgba(0,0,0,.025);
}

samp {
	color: #FFF;
	background: rgba(0,0,0,.9);
}

samp,kbd {
	font-family: Ricty,Consolas,"Courier New",Courier,Monaco,monospace;
	margin: 0 2px;
	padding: 3px 5px;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 3px;
}

kbd {
	background: rgba(0,0,0,.025);
}

kbd kbd {
	display: inline-block;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,sans-serif;
	font-weight: 700;
	line-height: 1;
	margin: 1px;
	padding: 1px 10px;
	border: 1px solid rgba(0,0,0,.6);
	background: #eee;
	box-shadow: 1px 1px 1px rgba(255,255,255,.5)inset,-1px -1px 1px rgba(0,0,0,.5)inset;
}

pre code {
	display: block;
	padding: 5px 10px;
}

pre kbd {
	display: block;
	color: #FFF;
	background: rgba(0,0,0,.9);
}

pre kbd:after {
	content: '|';
	opacity: .6;
}

pre kbd kbd {
	color: #000;
	display: inline;
	background: #eee;
}

pre kbd kbd:after {
	display: none;
}

pre samp {
	display: block;
	padding: 5px 10px;
}

var {
	font-family: serif;
	font-weight: 700;
	margin: 0 2px;
	padding: 3px 5px;
	border-radius: 3px;
	background: rgba(0,0,0,.025);
}




/*footer
---------------------------------------------------------- */
footer {
	width: 100%;
	background: #000000;
	margin-top: 70px;
}
.footer_wrapper {
	width: 1200px;
	margin: 0 auto;
	background: #000000;
}
.footer_wrapper .page_top {
	padding-top: 20px;
	text-align: right;
}
.footer_block {
	width: 1080px;
	margin: -10px auto 0;
	padding-bottom: 70px;
}
.footer_block .left_box {
	float: left;
	color: #fff;
	width: 460px;
}
.footer_block .footer_logo {
	float: left;
	margin-right: 30px;
}
.footer_block .contact_info {
	float: left;
	width: 281px;
	margin: 16px 0 0 0;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,sans-serif;
}
.footer_block .contact_info span {
	font-size: 128.6%;
	font-weight: bold;
}
.footer_block .contact_info .address,
.footer_block .contact_info .fax {
	font-size: 92.9%;
}
.footer_block .contact_info .tel {
	font-size: 85.7%;
	font-weight: bold;
}
.footer_block .contact_info .tel span {
	font-size: 142.6%;
}

.footer_block .right_box {
	float: right;
	margin-top: 15px;
	width: 500px;
}
.footer_block .footer_nav {
	padding: 0;
	margin: 0 0 20px;
}
.footer_block .footer_nav li {
	float: left;
	margin-left: 14px;
}
.footer_block .footer_nav li:first-child {
	margin-left: 0;
}
.footer_block .footer_nav li a {
	color: #fff;
	font-size: 92.9%;
}
.footer_block .footer_nav li a:before {
	display: inline-block;;
	content: " ";
	width: 11px;
	height: 11px;
	margin-right: 3px;
	background: url(../img/common/icon_arrow02.png) left bottom no-repeat;
	background-size: 11px 11px;
	vertical-align: -1px;
}
.footer_block .btn_gyosha {
	float: right;
}
.bn_blog {
	float:right;
	margin-top: 20px;
}
.copyright {
	color: #fff;
	text-align: center;
	padding-bottom: 40px;
	font-size: 85.2%;
	font-family: 'Montserrat', sans-serif;
}

@media only screen and (max-width: 736px) {
	.footer_wrapper {
		width: 92%;
	}
	.footer_block .footer_nav li {
		clear: both;
		width: 100%;
		margin: 0;
		text-align: center;
	}
	.footer_block .footer_nav li a {
		display: block;
		width: 100%;
		font-size: 110%;
		padding: 5px 0;
		margin: 10px 0;
	}
	.footer_wrapper .page_top {
		margin: 0 auto;
		text-align: center;
		width: 10%;
		min-width: 37px;
	}
	.footer_block {
		width: 100%;
		margin: 0 auto;
	}
	.footer_block .left_box,
	.footer_block .right_box {
		clear: both;
		width: 100%;
		text-align: center;
	}
	.footer_block .footer_logo {
		clear: both;
		width: 100%;
		margin: 30px auto 0;
		text-align: center;
	}
	.footer_block .footer_logo img {
		width: 30%;
		height: auto;
	}
	.footer_block .contact_info a {
		color: #fff;
	}
	.footer_block .contact_info {
		clear: both;
		width: 100%;
		margin: 16px auto 0;
	}
	.bn_blog {
	float: none;
	text-align: center;
	margin: 40px auto 0px auto;
	width: 200px;
	}
}




/*btn
---------------------------------------------------------- */
.btn_gyosha {
	width: 130px;
	padding-top:2px;
	padding-right:15px;
}
.btn_gyosha a {
	display: block;
	/*padding: 4px 0;*/
	padding-top:3px;
	text-align: center;
	font-size: 114.3%;
	font-weight: bold;
	border-radius: 17px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	-ms-border-radius: 17px;
}
.gyosha_green a {
	color: #fff;
	background: #139351;
	padding-left:4px;
}
.gyosha_white a {
	color: #2a5e4c;
	background: #fff;
}
.gyosha_black a {
	color: #000000;
	background: #fff;
}

.btn_more a {
	display: block;
	color: #ffffff;
	background: #000000;
	font-weight: bold;
	text-align: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
}
.more_m {
	width: 210px;
	margin: 0 auto;
}
.more_m a {
	padding: 10px 0;
	font-size: 114.3%;
}
.more_s {
	width: 150px;
	margin: 0 auto;
}
.more_s a {
	padding: 8px 0;
	font-size: 100%;
}


/* h2
---------------------------------------------------------- */
h2 {
	margin-bottom: 50px;
	text-align: center;
	font-size: 228.6%;
}
h2:after {
	display: block;
	content: " ";
	margin: 14px auto 0;
	width: 50px;
	height: 4px;
	background: #000;
}
h2 span {
	display: block;
	font-size: 62%;
	letter-spacing: 1px;
	margin-top: 15px;
}

.pc_inline {
	display: inline;
}
.pc_block {
	display: block;
}
.sp_inline,
.sp_block {
	display: none;
}

@media only screen and (max-width: 736px) {
	h2 {
		font-size: 188.6%;
		margin-bottom: 20px;
		padding: 0 5px;
		line-height: 1.4;
	}
	body {
		font-weight: normal;
	}
	img {
		width: 100%;
		height: auto;
	}
	.sp_inline {
		display: inline;
	}
	.sp_block {
		display: block;
	}
	.pc_inline,
	.pc_block {
		display: none;
	}
}



/*header
---------------------------------------------------------- */
header .header_wrapper.pc_block  {
	width: 1200px;
	padding: 20px 0;
	margin: 0 auto;
}
header .pc_block h1 {
	float: left;
	margin-top: 6px;
}
header .pc_block .gnav {
	float: left;
}
header .pc_block .gnav ul {
	width: 511px;
	padding: 0;
	margin: 24px 20px 0;
}
header .pc_block .gnav ul li {
	float: left;
	margin-left: 30px;
	list-style: none;
}
header .pc_block .gnav ul li:first-child {
	margin-left: 0;
}
header .pc_block .gnav ul li a {
	font-size: 107.1%;
	color: #222222;
}
header .pc_block .header_info {
	float: right;
	width: 344px;
}
header .pc_block .header_info .site_link {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #000000;
}
header .pc_block .header_info .site_link li {
	float: left;
	list-style: none;
	/*margin-left: 32px;*/
	margin-left:42px;
}
header .pc_block .header_info .site_link li:first-child {
	margin-left: 0;
}
header .pc_block .header_info .site_link li a {
	color: #000000;
}
header .pc_block .link_box .sns_link {
	/*float: right;*/
	float:left;
	/*padding: 0 1em;*/
	padding-left: 22px;
	margin: 5px 0 0 0;
}
header .pc_block .link_box .sns_link li {
	float: left;
	list-style: none;
	margin-left: 17px;
}
header .pc_block .link_box .sns_link li:first-child {
	margin-left: 0;
}
header .pc_block .link_box .btn_gyosha {
	float: right;
	margin-left: 20px;
}

@media only screen and (max-width: 736px) {
	body.menu_open {
		overflow-y: hidden;
	}
	header {
		position: absolute;
		width: 100%;
		z-index: 10;
	}
	header .header_wrapper {
		position: fixed;
		width: 100%;
		padding: 0;
	}
	body.menu_open header .header_wrapper {
		height: 100%;
		overflow-y: scroll;
	}
	header .header_var {
		display: table;
		width: 100%;
		padding: 4%;
		box-sizing: border-box;
		background: #fff;
	}
	header h1 {
		display: table-cell;
		margin: 0;
		padding-right: 40%;
		width: auto;
		vertical-align: middle;
	}
	header .sp_menu {
		display: table-cell;
		width: 7%;
		text-align: right;
		vertical-align: middle;
	}
	header .sp_menu .menu_open,
	header .sp_menu.open .menu_close {
		display: block;
	}
	header .sp_menu.open .menu_open,
	header .sp_menu .menu_close {
		display: none;
	}
	header .header_block {
		display: none;
		padding-bottom: 40px;
		background: rgba(0, 0, 0, 0.8);
	}
	header .gnav ul {
		margin: 0;
		padding: 20px 0;
	}
	header .gnav li {
		text-align: center;
	}
	header .gnav li a {
		display: block;
		padding: 0.5em 0;
		font-size: 188.6%;
		color: #fff;
	}
	header .header_info {
		width: 73%;
		margin: 0 auto;
	}
	header .header_info ul {
		padding: 20px 0;
		border-top: 2px solid #fff;
	}
	header .header_info ul li {
		list-style: none;
	}
	header .site_link {
		text-align: center;
	}
	header .site_link a {
		display: block;
		padding: 0.5em 0;
		font-size: 150%;
		color: #fff;
	}
	header .site_link .inquiry a {
		margin: 0.5em 0 0;
		width: 100%;
		background: #139351;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
	}
	header .header_info .sns_link {
		padding: 20px 2%;
		margin-bottom: 0.5em;
	}
	header .sns_link li {
		float: left;
		width: 16%;
		margin-left: 12%;
	}
	header .sns_link li:first-child {
		margin-left: 0;
	}
	.btn_gyosha {
		width: 100%;
	}
	.btn_gyosha a {
		padding: 0.5em 0;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		font-size: 150%;
	}
}



.clear {
	clear: both;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.font10 {
	font-size: 77%;
}

.font11 {
	font-size: 85%;
}

.font14 {
	font-size: 108%;
}

.font15 {
	font-size: 116%;
}

.font16 {
	font-size: 123.1%;
}

.font17 {
	font-size: 131%;
}

.font18 {
	font-size: 138.5%;
}

.font19 {
	font-size: 146.5%;
}

.font20 {
	font-size: 153.9%;
}

.fontb {
	font-weight: 700;
}

.font_red {
	color: #cc0000;
}

.font_orange {
	color: #f6b545;
}

.font_green {
	color: #139351 !important;
}

/* 上の余白設定 */
.mt05 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt50 { margin-top: 50px !important; }

/* 下の余白設定 */
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }

/* 左の余白設定 */
.ml05 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }

/* 右の余白設定 */
.mr05 { margin-right: 05px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }

.center {
	width: 100%;
	text-align: center;
}

.right {
	width: 100%;
	text-align: right;
}

/* avanti追記 */
.ta_r {
	text-align:  right !important;
}

.ta_c {
	text-align: center !important;
}

.img_float_l {
	float: left;
	margin-right: 10px;
}

.img_float_r {
	float: right;
	margin-left: 10px;
}

.clearfix {
	*display: inline-block;
	*zoom: 1;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

/*---------------------------

WordPress用
LastDate: 2016/04/30

--------------------------- */

/* 投稿画面から挿入されるクラスタグ */
.alignright {
	float: right;
}

.alignleft {
	float: left
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 15px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 15px 2px 0;
	display: inline;
}