@charset"utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:800italic,400,700);

.preset_frame {
	margin:0 auto; padding:0; width:100%; text-align:left; font-size:14px; line-height: 24px; color: #333;
	font-family: "Open Sans", "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, Verdana, "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif
}
.preset_frame h2, .preset_frame h3, .preset_frame h4, .preset_frame h5, .preset_frame h6,
.preset_frame ul, .preset_frame ol, .preset_frame li,
.preset_frame dl, .preset_frame dt, .preset_frame dd {
	list-style-type:none; margin:0; padding:0; text-indent:0; outline:0;
}
img { border:0; vertical-align: bottom; }

/* ws preset */
.sd { -webkit-box-shadow: 1px 2px 10px rgba(0,0,0,0.25); box-shadow: 1px 2px 10px rgba(0,0,0,0.25); }
.tsd { text-shadow:1px 2px 5px #333; text-shadow: 1px 2px 5px rgba(0,0,0,0.5); }
.usd { -webkit-box-shadow: 2px 0px 5px rgba(0,0,0,0.5); box-shadow: 2px 0px 5px rgba(0,0,0,0.5);}
.ov_r { border-radius: 5px 5px 0px 0px; }
.ov_r15 { border-radius: 15px 15px 0px 0px; }
.un_r { border-radius: 0px 0px 5px 5px; }
.r15 { border-radius: 15px; }
.r10 { border-radius: 10px; }
.r8 { border-radius: 8px; }
.r5 { border-radius: 5px; }

/* clearfix */
.cf:before, .cf:after { content: ' '; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; }

/* page top */
#page-top {
	display: block;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9;
	margin: 0;
	padding: 0;
}
#page-top a {
	display: block;
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 0;
	width: 66px;
	background: #9ac;
	border-radius: 50%;
	-webkit-transition: background 0.2s linear, opacity 0.2s linear;
	-o-transition: background 0.2s linear, opacity 0.2s linear;
	transition: background 0.2s linear, opacity 0.2s linear;
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,0.25);
	box-shadow: 1px 2px 5px rgba(0,0,0,0.25);
	opacity: 0.85;
	overflow: hidden;
}
#page-top a:hover {
	background: #f16;
	opacity: 1;
}
#page-top img {
	width: 66px;
	vertical-align: bottom;
	opacity: 1;
}

/* advantage */

#advantage {
	background: #fff url('../images/our_services_bg.png') top center no-repeat;
	font-size: 14px;
	line-height: 20px;
	max-width: 960px;
	min-width: 740px;
}
#advantage_nav {
	display: block;
	margin: 190px 10px 50px;
}
#advantage_nav li {
	float: left;
	width: 20%;
}
#advantage_nav li a {
	position:relative;
	display: block;
	height: 115px;
	margin: 5px;
	background-color: #34c;
	border-radius: 9px;
}

#advantage_nav li a b {
	display: block;
	height: 100%;
	text-indent: 120%;
	white-space: nowrap;
	overflow:hidden;
	border-radius: 8px;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	opacity: 1;
	-webkit-transition: opacity 0.1s linear;
	-o-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear;
}
#advantage_nav li a:hover b {
	opacity: 0.85;
}

#advantage_nav .ad_nav01 a b { background: url('../images/back_nav01.jpg') center center; background-size: cover; }
#advantage_nav .ad_nav02 a b { background: url('../images/back_nav02.jpg') center center; background-size: cover; }
#advantage_nav .ad_nav03 a b { background: url('../images/back_nav03.jpg') center center; background-size: cover; }
#advantage_nav .ad_nav04 a b { background: url('../images/back_nav04.jpg') center center; background-size: cover; }
#advantage_nav .ad_nav05 a b { background: url('../images/back_nav05.jpg') center center; background-size: cover; }

#advantage_nav a:before {
	position: absolute;
	top: -5px;
	left: -5px;
	z-index: 1;
}

#advantage_nav .ad_nav01 a:before { content: url('../images/batch_nav01.png'); }
#advantage_nav .ad_nav02 a:before { content: url('../images/batch_nav02.png'); }
#advantage_nav .ad_nav03 a:before { content: url('../images/batch_nav03.png'); }
#advantage_nav .ad_nav04 a:before { content: url('../images/batch_nav04.png'); }
#advantage_nav .ad_nav05 a:before { content: url('../images/batch_nav05.png'); }

#advantage > div {
	margin: 50px 30px 10px 30px;
	padding: 30px 30px 15px 30px;
	background-color: #f0f0f0;
	position: relative;
}
#advantage div h2 {
	position: absolute;
	width: 90%;
	top: -30px;
}
#advantage div h2 img {
	display: inline-block;
	max-width: 100%;
	position: relative;
	left: -15px;
}
#advantage div h2#anchor2,
#advantage div h2#anchor4 {
	text-align: right;
}
#advantage div h2#anchor2 img,
#advantage div h2#anchor4 img {
	left: auto;
	right: -15px;
}
#advantage div p {
	display: block;
	clear: both;
	margin: 10px 0;
}
#advantage div p img {
	display: inline-block;
	margin: 20px 30px 20px 0;
	float: left;
	max-width: 100%;
	border: 1px solid #fff;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}
#advantage img.flr {
	margin: 10px 0 20px 25px;
	float: right;
}
#advantage div p a {
	display: inline-block;
	font-size: 17px;
	font-weight: bold;
	color: #36f;
}
#advantage div p strong {
	font-size: 17px;
	display: inline-block;
	font-weight: 900;
}
#advantage div > img {
	display: block;
	text-align: center;
	margin: 15px auto;
	max-width: 100%;
}
#advantage .telnum strong {
	display: inline-block;
	font-size: 30px;
	line-height: 30px;
	color: #36f;
	font-weight: 900;
}
#advantage .telnum ul {
	display: block;
	padding-top: 3px;
}
#advantage .telnum li {
	font-size: 12px;
	line-height: 18px;
}
#advantage .telnum li small {
	display: inline-block;
	padding: 0 5px;
}
#advantage .telnum > img {
	display: inline-block;
	padding-right: 5px;
	padding-bottom: 3px;
	height: 22px;
	margin: 0;
}
#advantage .annot {
	display: block;
	text-align: right;
}
#advantage .annot li {
	font-size: 10px;
	line-height: 14px;
}
#advantage .annot li:before {
	content: '※ ';
}

#advantage > div.relation_link {
	padding: 0;
	margin: 30px auto;
	width: 66.6%;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	box-shadow: 1px 0 0 rgba(255,255,255,1) inset,
				0 1px rgba(255,255,255,1) inset,
				-1px 0 0 rgba(255,255,255,1) inset,
				0 -1px 0 rgba(255,255,255,1) inset;
}
#advantage > div.relation_link h4 {
	padding: 8px 20px 4px;
}
#advantage > div.relation_link h4:before {
	display: inline-block;
	content: url('../images/link_ttl_bg.png');
	position: relative;
	top: 3px;
	left: -8px;
}

#advantage > div.relation_link ul {
	display: block;
	background-color: #fff;
	margin: 3px;
}
#advantage > div.relation_link ul li {
	display: block;
	float: left;
	padding: 3px;
}
#advantage > div.relation_link ul li a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 3px 10px;
	font-size: 12px;
}
#advantage > div.relation_link ul li a:hover {
	text-decoration: underline;
}
#advantage > div.relation_link ul li a:before {
	display: inline-block;
	content: ')';
	font-family: 'aw_iconset';
	color: #fff;
	vertical-align: bottom;
	text-align: center;
	border-radius: 50%;
	margin-right: 5px;
	background-color: #16f;
	width: 15px;
	height: 15px;
	font-size: 13px;
	line-height: 16px;
	padding-top: 1px;
	padding-left: 1px;
	position: relative;
	top: -2px;
	-webkit-transition: color 0.2s linear, background-color 0.2s linear;
	-o-transition: color 0.2s linear, background-color 0.2s linear;
	transition: color 0.2s linear, background-color 0.2s linear;
}
#advantage > div.relation_link ul li a:hover:before {
	color: #fff;
	background-color: #f16;

}

#article1 .annot {
	display: none;
}
.rk #article1 .annot {
	display: block;
	text-align: left;
	margin: 20px;
}
.rk #article1 .annot li {
	list-style-type: circle;
	margin-left: 40px;
}
.rk #article1 .annot li:before {
	content: '';
}

a.size_search {
	display: none;
}
#advantage.rk a.size_search {
	display: block;
	color: #fff;
	background-color: #68b02a;
	border-radius: 10px;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	margin: 0px 80px 30px;
	line-height: 80px;
	text-decoration: none;
	text-shadow: 0 2px 0 rgba(0,0,0,0.33);
	box-shadow: -1px -2px 0px rgba(255,255,255,0.8) inset;
}

