@charset "utf-8";
/* CSS Document */

/******************************************************************************************************

reset

******************************************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

ol, ul{
    list-style:none;
}

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




/******************************************************************************************************

General Setting

******************************************************************************************************/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	-webkit-text-size-adjust: 100%;
	line-height: 180%;
}




/******************************************************************************************************

clearfix

******************************************************************************************************/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* clearfix for ie7 */
.clearfix {
	display: block;
}




/******************************************************************************************************

Common

******************************************************************************************************/

.alignLeft {text-align:left;}
.alignRight {text-align:right;}
.alignCenter {text-align:center;}
.bold {font-weight:bold;}

.left{float:left;}
.right{float:right;}
.center{margin:0 auto;
display:block;}
.auto{overflow:auto;}

.mt_05{margin-top:5px;}
.mt_10{margin-top:10px;}
.mt_15{margin-top:15px;}
.mt_20{margin-top:20px;}
.mt_30{margin-top:30px;}
.mt_40{margin-top:40px;}
.mt_45{margin-top:45px;}
.mt_50{margin-top:50px;}
.mt_60{margin-top:60px;}
.mt_70{margin-top:70px;}

.mb_none {margin-bottom:0;!important}
.mb_05{margin-bottom:5px;}
.mb_10{margin-bottom:10px;}
.mb_15{margin-bottom:15px;}
.mb_20{margin-bottom:20px;}
.mb_25{margin-bottom:25px;}
.mb_30{margin-bottom:30px;}
.mb_40{margin-bottom:40px;}

.mr_05{margin-right:5px;}
.mr_10{margin-right:10px;}
.mr_15{margin-right:15px;}
.mr_20{margin-right:20px;}
.mr_25{margin-right:25px;}
.mr_30{margin-right:30px;}
.mr_35{margin-right:35px;}
.mr_40{margin-right:40px;}
.mr_60{margin-right:60px;}

.ml_05{margin-left:5px;}
.ml_10{margin-left:10px;}
.ml_15{margin-left:15px;}
.ml_20{margin-left:20px;}
.ml_30{margin-left:30px;}
.ml_40{margin-left:40px;}

* {-webkit-box-sizing: border-box;
   -ms-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
   box-sizing: border-box;
}




/******************************************************************************************************

header

******************************************************************************************************/

header {
	width: 100%;
	height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 100;
	box-shadow: 0 2px 3px rgba(0,0,0, 0.1);
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0, 0.1);　/* Safari,Google Chrome用 */
	-moz-box-shadow: 0 2px 3px rgba(0,0,0, 0.1);　/* Firefox用 */
}

header h1 {
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	transition: 0.3s;
}

header h1 img {
	width: auto;
	height: 40px;
}

header.navOpen nav {
    opacity: 1;
    right: 0;
}

header nav {
    overflow: auto;
    position: fixed;
    top: 0;
    float: none;
	right: -100%;
    width: 100%;
    height: 100%;
    background: #0f6eb6;
    z-index: 9999;
}

header nav#top-head ul {
	font-size: 0;
}

header nav#top-head ul li.default {
	font-size: 16px;
	line-height: 60px;
	text-align: center;
	border-bottom: 1px solid #3a87c1;
}

header nav#top-head ul li.default a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	display: block;
}

header nav#top-head ul li.contact a {
	width: 94%;
	height: 60px;
	margin: 3% 3% 0 3%;
	padding-top: 0;
	background-image: url(../img/icon-contact.png);
	background-position: 30px 20px;
	background-color: #444;
	background-repeat: no-repeat;
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	display: block;
}

header nav#top-head ul li.contact a:hover {
	background-color: #666;
}

header nav#top-head ul li.list-search a {
	width: 94%;
	height: 60px;
	margin: 3% 3% 0 3%;
	padding-top: 0;
	background-image: url(../img/icon-search.png);
	background-position: 33px 19px;
	background-color: #ff9900;
	background-repeat: no-repeat;
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	display: block;
}

header nav#top-head ul li.list-search a:hover {
	background-color: #ffbb00;
}


header .button {
    display:block;
	width: 30px;
    position: absolute;
    top: 20px;
    right: 15px;
    cursor: pointer;
}

header .button span {
    display: block;
    height: 4px;
    width: 100%;
    background: #0f6eb6;
    border-radius: 2px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

header .button span:nth-of-type(2),
header .button span:nth-of-type(3) {
    margin-top: 5px;
}
 
header.navOpen .button span:nth-of-type(1) {
    -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
    -ms-transform: translateY(9px) translateX(0) rotate(45deg);
    transform: translateY(9px) translateX(0) rotate(45deg);
}

header.navOpen .button span:nth-of-type(2) {
    margin-top: 5px;
    opacity: 0;
    -webkit-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px);
}

header.navOpen .button span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
    transform: translateY(-9px) translateX(0) rotate(-45deg);
}

#button-toggle {
	position: absolute;
	z-index: 200;
	float: right;
	right: 0;
	top: 0;
}

#menu {
	display: none;
	position: relative;
	overflow: hidden;
	background: none;
	width: 100%;
	height: auto;
}

#menu ul {
	background: none;
	width: 100%;
	height: auto;
}

#menu ul li {
	background-color: #000;
	border-bottom: 1px solid #222;
	float: none;
	width: 100%;
	height: auto;
	font-size: 18px;
	letter-spacing: 0.2em;
	text-align: center;
}

#menu ul li:last-child {
	border: none;
}

#menu ul li a {
	position: relative;
	display: block;
	padding: 0 5%;
	color: #fff;
	line-height: 60px;
	text-decoration: none;
}

/******************************************************************************************************

メインビジュアル

******************************************************************************************************/
	
#main-visual {
	width: 100%;
	margin-top: 60px;
	padding: 40px 0;
	background-repeat: no-repeat;
	background-image: url(../img/main-visual-s.jpg);
	background-position: center center;
	background-size: cover;
	text-align: center;
}

#main-visual img.main-copy-sp {
	width: 96%;
	height: auto;
	margin: 0 auto;
	display: block;
}

#main-visual img.main-copy-pc {
	display: none;
}

p.main-button a {
	width: 240px;
	text-align: center;
	line-height: 40px;
	border: 3px solid #fff;
	background: url(../img/arrow-button-white.png) 210px 15px no-repeat;
	color: #fff;
	margin: 40px auto 0 auto;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	display: block;
}

p.main-button a:hover {
	background: url(../img/arrow-button-blue.png) 210px 15px no-repeat #fff;
	color: #0f6eb6;
}

/******************************************************************************************************

コンテンツ

******************************************************************************************************/

img.top-img01,
img.top-img02 {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}

section.second {
	margin-top: -40px;
}

section h2 {
	font-size: 24px;
	color: #333;
	text-align: center;
	font-weight: bold;
	line-height: 150%;
}

section h3.top {
	font-size: 20px;
	color: #0f6eb6;
	font-weight: bold;
	text-align: center;
}

section div.inner h4 {
	width: 100%;
	font-size: 20px;
	line-height: 150%;
	color: #fff;
	font-weight: bold;
	margin-top: 40px;
	text-align: left;
	padding: 15px 20px;
	background: #0f6eb6;
}

p.line {
	width: 100px;
	border-bottom: 3px solid #0f6eb6;
	margin: 30px auto 0 auto;
	text-align: center;
	display: block;
}

section p.english {
	font-size: 14px;
	color: #0f6eb6;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
	line-height: 100%;
}

section p.lead {
	font-size: 16px;
	color: #333;
	text-align: center;
	font-weight: normal;
	margin-top: 30px;
	line-height: 180%;
}

div.inner {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

div.inner ul li#top-service-list {
	width: 100%;
	min-width: 245px;
	padding-bottom: 20px;
}

div.inner ul li#top-service-list a {
	padding: 240px 0 25px 0;
	display: inline-block;
	background-image: url(../img/icon-top-list.png);
	background-position: center 25px;
	background-color: #8f82bc;
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
}

div.inner ul li#top-service-list a span#more {
	width: 165px;
	margin: 20px auto 0 auto;
	background-image: url(../img/arrow-button-list.png);
	background-position: 145px 15px;
	background-repeat: no-repeat;
	background-color: #fff;
	font-size: 14px;
	font-weight: bold;
	color: #8f82bc;
	display: block;
	text-align: center;
	line-height: 40px;
	display: block;
}

div.inner ul li#top-service-tel {
	width: 100%;
	min-width: 245px;
	padding-bottom: 20px;
}

div.inner ul li#top-service-tel a {
	padding: 240px 0 25px 0;
	display: inline-block;
	background-image: url(../img/icon-top-tel.png);
	background-position: center 25px;
	background-color: #f29c9f;
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
}

div.inner ul li#top-service-tel a span#more {
	width: 165px;
	margin: 20px auto 0 auto;
	background-image: url(../img/arrow-button-tel.png);
	background-position: 145px 15px;
	background-repeat: no-repeat;
	background-color: #fff;
	font-size: 14px;
	font-weight: bold;
	color: #f29c9f;
	display: block;
	text-align: center;
	line-height: 40px;
	display: block;
}

div.inner ul li#top-service-fax {
	width: 100%;
	min-width: 245px;
	padding-bottom: 20px;
}

div.inner ul li#top-service-fax a {
	padding: 240px 0 25px 0;
	display: inline-block;
	background-image: url(../img/icon-top-fax.png);
	background-position: center 25px;
	background-color: #cbc031;
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
}

div.inner ul li#top-service-fax a span#more {
	width: 165px;
	margin: 20px auto 0 auto;
	background-image: url(../img/arrow-button-fax.png);
	background-position: 145px 15px;
	background-repeat: no-repeat;
	background-color: #fff;
	font-size: 14px;
	font-weight: bold;
	color: #cbc031;
	display: block;
	text-align: center;
	line-height: 40px;
	display: block;
}

div.inner ul li#top-service-dm {
	width: 100%;
	min-width: 245px;
}

div.inner ul li#top-service-dm a {
	padding: 240px 0 25px 0;
	display: inline-block;
	background-image: url(../img/icon-top-dm.png);
	background-position: center 25px;
	background-color: #80c269;
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
}

div.inner ul li#top-service-dm a span#more {
	width: 165px;
	margin: 20px auto 0 auto;
	background-image: url(../img/arrow-button-dm.png);
	background-position: 145px 15px;
	background-repeat: no-repeat;
	background-color: #fff;
	font-size: 14px;
	font-weight: bold;
	color: #80c269;
	display: block;
	text-align: center;
	line-height: 40px;
	display: block;
}

div.inner ul li a:hover {
	opacity: 0.6;
	zoom: 1;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
}

section {
	width: 100%;
	padding: 60px 20px;
}

section.gray {
	background: #f4f4f4;
}

p.default-button a {
	width: 280px;
	text-align: center;
	line-height: 40px;
	border: 3px solid #0f6eb6;
	background: url(../img/arrow-button-blue.png) 250px 15px no-repeat;
	color: #0f6eb6;
	margin: 60px auto 0 auto;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	display: block;
}

p.default-button a:hover {
	background: url(../img/arrow-button-white.png) 250px 15px no-repeat #0f6eb6;
	color: #fff;
}

div#blog-wrap {
	width: 100%;
	min-height: 300px;
}

div#blog-wrap h2.smal {
	font-size: 24px;
}

section p.english-s {
	font-size: 14px;
	color: #0f6eb6;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
	line-height: 100%;
}

div#blog-wrap dl {
	width: 100%;
	padding-top: 40px;
	border-bottom: 1px solid #ddd;
}

div#blog-wrap dl dt {
	padding-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
	text-align: left;
}

div#blog-wrap dl dd {
	width: 100%;
	padding-bottom: 20px;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
}

div#fb-wrap-dummy {
	width: 100%;
	min-height: 300px;
	float: right;
	background: #f4f4f4;
	margin-top: 40px;
}

/******************************************************************************************************

フッター

******************************************************************************************************/

div#footer-navi-wrap {
	width: 100%;
	padding: 0;
	background: #0f6eb6;
	text-align: center;
}

nav#footer-navi ul {
	font-size: 0;
}

nav#footer-navi ul li {
	display: block;
}

nav#footer-navi ul li a {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	line-height: 60px;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #3a87c1;
}

div#footer-address-wrap {
	width: 100%;
	padding: 30px 20px 60px 20px;
	background: #0d63a3 url(../img/footer-address-wrap-bg.gif) bottom repeat-x;
}

div#footer-address-wrap p#address {
	width: 100%;
	margin: 60px auto 0 auto;
	color: #fff;
	float: left;
	text-align: center;
	display: block;
}

div#footer-address-wrap p#address span#company-name {
	font-size: 18px;
	font-weight: bold;
	line-height: 200%;
}

div#footer-address-wrap p#address span#company-info {
	font-size: 14px;
	font-weight: normal;
	line-height: 150%;
}

div#footer-contact-wrap {
	width: 100%;
	background: #0f6eb6;
	padding: 15px;
	float: right;
}

div#footer-contact-wrap ul {
	margin: 0;
	padding: 0;
}

div#footer-contact-wrap ul li#footer-contact-button {
	width: 100%;
}

div#footer-contact-wrap ul li#footer-contact-button a {
	height: 60px;
	margin: 0;
	padding: 0;
	background-image: url(../img/icon-contact.png);
	background-position: 30px 20px;
	background-color: #444;
	background-repeat: no-repeat;
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	display: block;
}

div#footer-contact-wrap ul li#footer-contact-button a:hover {
	background-color: #666;
	opacity: 1;
	zoom: 1;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity: 1;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1;              /* Safari 1.x */
}

div#footer-contact-wrap ul li#footer-list-search-button {
	width: 100%;
}

div#footer-contact-wrap ul li#footer-list-search-button a {
	height: 60px;
	margin-top: 10px;
	margin-left: 0;
	background-image: url(../img/icon-search.png);
	background-position: 33px 19px;
	background-color: #ff9900;
	background-repeat: no-repeat;
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	display: block;
}

div#footer-contact-wrap ul li#footer-list-search-button a:hover {
	background-color: #ffbb00;
	opacity: 1;
	zoom: 1;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity: 1;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1;              /* Safari 1.x */
}

p#copyright {
	width: 100%;
	font-size: 14px;
	color: #fff;
	line-height: 50px;
	background-color: #044b80;
	text-align: center;
}

p#copyright a {
	color: #fff;
	text-decoration: none;
}

p#copyright a:hover {
	opacity: 0.6;
}

#scrolltop {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

#scrolltop a {
    display: block;
}

div.anchor {
  padding-top: 60px;
  margin-top: -60px;
}

img.max-size#sp {
	width: 100%;
	height: auto;
	margin-top: 60px;
}

img.max-size#pc {
	display: none;
}

section.top-web {
	width: 100%;
	background: #0f6eb6 url("../img/top-web-bg.gif") no-repeat right center / cover;
}
	
section h2.white {
	color: #fff;
}
	
section.top-web p.txt {
	font-size: 16px;
	line-height: 180%;
	text-align: center;
	margin-top: 30px;
	color: #fff;
}
	
section.top-web p.main-button a {
	margin: 40px auto 0 auto;
}

br.sp {
	display: block;
}
	
br.ta {
	display: none;
}

br.pc {
	display: none;
}


@media screen and (min-width: 550px), screen and(max-width: 767px) {
	
/******************************************************************************************************

コンテンツ

******************************************************************************************************/
	
div.inner ul {
	margin-left: -20px;
}

div.inner ul li {
	float: left;
}
	
div.inner ul li#top-service-list {
	width: 50%;
	min-width: 245px;
	padding-left: 20px;
	padding-bottom: 0;
}

div.inner ul li#top-service-tel {
	width: 50%;
	min-width: 245px;
	padding-left: 20px;
	padding-bottom: 0;
}

div.inner ul li#top-service-fax {
	width: 50%;
	min-width: 245px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 0;
}

div.inner ul li#top-service-dm {
	width: 50%;
	min-width: 245px;
	padding-left: 20px;
	padding-top: 20px;
}

div#blog-wrap {
	width: 100%;
	min-height: 300px;
}

div#blog-wrap h2.smal {
	font-size: 24px;
}

section p.english-s {
	font-size: 14px;
	color: #0f6eb6;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
	line-height: 100%;
}

div#blog-wrap dl {
	width: 100%;
	padding-top: 40px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}

div#blog-wrap dl dt {
	width: 25%;
	padding-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	float: left;
}

div#blog-wrap dl dd {
	width: 75%;
	padding-bottom: 20px;
	font-size: 16px;
	line-height: 24px;
	float: left;
}

div#fb-wrap-dummy {
	width: 100%;
	min-height: 300px;
	float: right;
	background: #f4f4f4;
	margin-top: 40px;
}

/******************************************************************************************************

フッター

******************************************************************************************************/

div#footer-navi-wrap {
	width: 100%;
	padding: 0;
	background: #0f6eb6;
	text-align: center;
}

nav#footer-navi ul {
	font-size: 0;
}

nav#footer-navi ul li {
	display: block;
}

nav#footer-navi ul li a {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	line-height: 60px;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #3a87c1;
}

div#footer-address-wrap {
	width: 100%;
	padding: 30px 20px 60px 20px;
	background: #0d63a3 url(../img/footer-address-wrap-bg.gif) bottom repeat-x;
}

div#footer-address-wrap p#address {
	width: 100%;
	margin: 60px auto 0 auto;
	color: #fff;
	float: left;
	text-align: center;
	display: block;
}

div#footer-address-wrap p#address span#company-name {
	font-size: 18px;
	font-weight: bold;
	line-height: 200%;
}

div#footer-address-wrap p#address span#company-info {
	font-size: 14px;
	font-weight: normal;
	line-height: 150%;
}

div#footer-contact-wrap {
	width: 100%;
	background: #0f6eb6;
	padding: 15px;
	float: right;
}

div#footer-contact-wrap ul {
	margin: 0;
	padding: 0;
}

div#footer-contact-wrap ul li#footer-contact-button {
	width: 100%;
}

div#footer-contact-wrap ul li#footer-contact-button a {
	height: 60px;
	margin: 0;
	padding: 0;
	background-image: url(../img/icon-contact.png);
	background-position: 30px 20px;
	background-color: #444;
	background-repeat: no-repeat;
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	display: block;
}

div#footer-contact-wrap ul li#footer-contact-button a:hover {
	background-color: #666;
	opacity: 1;
	zoom: 1;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity: 1;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1;              /* Safari 1.x */
}

div#footer-contact-wrap ul li#footer-list-search-button {
	width: 100%;
}

div#footer-contact-wrap ul li#footer-list-search-button a {
	height: 60px;
	margin-top: 10px;
	margin-left: 0;
	background-image: url(../img/icon-search.png);
	background-position: 33px 19px;
	background-color: #ff9900;
	background-repeat: no-repeat;
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	display: block;
}

div#footer-contact-wrap ul li#footer-list-search-button a:hover {
	background-color: #ffbb00;
	opacity: 1;
	zoom: 1;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity: 1;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1;              /* Safari 1.x */
}

p#copyright {
	width: 100%;
	font-size: 14px;
	color: #fff;
	line-height: 50px;
	background-color: #044b80;
	text-align: center;
}

}


@media screen and (min-width: 768px), screen and(max-width: 1039px) {

/******************************************************************************************************

PC共通設定

******************************************************************************************************/
	
a:hover {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:hover img {
	opacity: 0.6;
	zoom: 1;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

/******************************************************************************************************

header

******************************************************************************************************/

header {
	width: 100%;
	height: 70px;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	background-color: #fff;
	z-index: 100;
	box-shadow: 0 2px 3px rgba(0,0,0, 0.1);
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0, 0.1);　/* Safari,Google Chrome用 */
	-moz-box-shadow: 0 2px 3px rgba(0,0,0, 0.1);　/* Firefox用 */
}

header h1 {
	margin-top: 10px;
	margin-left: 20px;
	float: left;
	transition: 0.3s;
}

header h1 img {
	width: auto;
	height: 50px;
}

header nav {
    overflow: hidden;
    position: fixed;
    top: 0;
	right: 0;
    float: right;
    width: 80%;
    height: 70px;
    background: none;
    z-index: 9999;
}

header nav#top-head ul {
	float: right;
	font-size: 0;
}

header nav#top-head ul li {
	float: left;
}

header nav#top-head ul li.default {
	font-size: 14px;
	line-height: 60px;
	margin-top: 5px;
	margin-right: 20px;
	position: relative;
	border: none;
}

header nav#top-head ul li.default a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

header nav#top-head ul li.default a:hover {
	color: #0f6eb6;
}

header nav#top-head ul li.default:before,
header nav#top-head ul li.default:after{
  position: absolute;
  top: 4.3em;
  content: "";
  display: inline-block;
  width: 0;
  height: 5px; 
  background: #0f6eb6;
  transition: 0.3s;
}

header nav#top-head ul li.default:before{
  left: 50%;
}

header nav#top-head ul li.default:after{
  right: 50%;
}

header nav#top-head ul li.default:hover:before,
header nav#top-head ul li.default:hover:after{
  width: 50%;
}

header nav#top-head ul li.contact a {
	width: 90px;
	height: 70px;
	margin: 0;
	padding-top: 45px;
	background-image: url(../img/icon-contact.png);
	background-size: 24px auto;
	background-position: center 15px;
	background-color: #444;
	background-repeat: no-repeat;
	font-size: 11px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 100%;
	display: block;
}

header nav#top-head ul li.contact a:hover {
	background-color: #666;
}

header nav#top-head ul li.list-search a {
	width: 90px;
	height: 70px;
	margin: 0;
	padding-top: 45px;
	background-image: url(../img/icon-search.png);
	background-size: 20px 20px;
	background-position: center 15px;
	background-color: #ff9900;
	background-repeat: no-repeat;
	font-size: 11px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 100%;
	display: block;
}

header nav#top-head ul li.list-search a:hover {
	background-color: #ffbb00;
}

header .button {
    display: none;
    width: 30px;
    position: absolute;
    top: 20px;
    right: 15px;
    cursor: pointer;
}

header .button span {
    display: block;
    height: 4px;
    width: 100%;
    background: #000000;
    border-radius: 2px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

header .button span:nth-of-type(2),
header .button span:nth-of-type(3) {

    margin-top: 5px;
}
 
header.navOpen .button span:nth-of-type(1) {
    -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
    -ms-transform: translateY(9px) translateX(0) rotate(45deg);
    transform: translateY(9px) translateX(0) rotate(45deg);
}

header.navOpen .button span:nth-of-type(2) {
    margin-top: 5px;
    opacity: 0;
    -webkit-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px);
}

header.navOpen .button span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
    transform: translateY(-9px) translateX(0) rotate(-45deg);
}

/******************************************************************************************************

メインビジュアル

******************************************************************************************************/
	
#main-visual {
	width: 100%;
	height: auto;
	margin-top: 70px;
	padding: 60px 0;
	background-repeat: no-repeat;
	background-image: url(../img/main-visual-m.jpg);
	background-position: center center;
	background-size: cover;
	text-align: center;
}

#main-visual img.main-copy-sp {
	display: none;
}

#main-visual img.main-copy-pc {
	width: 94%;
	min-width: 768px;
	margin: 0 auto;
	height: auto;
	display: block;
}

p.main-button a {
	width: 280px;
	text-align: center;
	line-height: 44px;
	border: 3px solid #fff;
	background: url(../img/arrow-button-white.png) 250px 17px no-repeat;
	color: #fff;
	margin: 60px auto 0 auto;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	display: block;
}

p.main-button a:hover {
	background: url(../img/arrow-button-blue.png) 250px 17px no-repeat #fff;
	color: #0f6eb6;
}

/******************************************************************************************************

コンテンツ

******************************************************************************************************/

section h2 {
	font-size: 32px;
	color: #333;
	text-align: center;
	font-weight: bold;
	line-height: 150%;
}

section p.english {
	font-size: 14px;
	color: #0f6eb6;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
	line-height: 100%;
}

section p.lead {
	font-size: 16px;
	color: #333;
	text-align: center;
	font-weight: normal;
	margin-top: 30px;
	line-height: 180%;
}

div.inner {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

div.inner ul {
	margin-left: -20px;
}

div.inner ul li {
	float: left;
}

div.inner ul li#top-service-list {
	width: 50%;
	padding-left: 20px;
	padding-bottom: 0;
}

div.inner ul li#top-service-list a {
	padding: 240px 0 25px 0;
	display: inline-block;
	background-image: url(../img/icon-top-list.png);
	background-position: center 25px;
	background-color: #8f82bc;
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
}

div.inner ul li#top-service-list a span#more {
	width: 165px;
	margin: 20px auto 0 auto;
	background-image: url(../img/arrow-button-list.png);
	background-position: 145px 15px;
	background-repeat: no-repeat;
	background-color: #fff;
	font-size: 14px;
	font-weight: bold;
	color: #8f82bc;
	display: block;
	text-align: center;
	line-height: 40px;
	display: block;
}

div.inner ul li#top-service-tel {
	width: 50%;
	padding-left: 20px;
	padding-bottom: 0;
}

div.inner ul li#top-service-tel a {
	padding: 240px 0 25px 0;
	display: inline-block;
	background-image: url(../img/icon-top-tel.png);
	background-position: center 25px;
	background-color: #f29c9f;
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
}

div.inner ul li#top-service-tel a span#more {
	width: 165px;
	margin: 20px auto 0 auto;
	background-image: url(../img/arrow-button-tel.png);
	background-position: 145px 15px;
	background-repeat: no-repeat;
	background-color: #fff;
	font-size: 14px;
	font-weight: bold;
	color: #f29c9f;
	display: block;
	text-align: center;
	line-height: 40px;
	display: block;
}

div.inner ul li#top-service-fax {
	width: 50%;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 0;
}

div.inner ul li#top-service-fax a {
	padding: 240px 0 25px 0;
	display: inline-block;
	background-image: url(../img/icon-top-fax.png);
	background-position: center 25px;
	background-color: #cbc031;
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
}

div.inner ul li#top-service-fax a span#more {
	width: 165px;
	margin: 20px auto 0 auto;
	background-image: url(../img/arrow-button-fax.png);
	background-position: 145px 15px;
	background-repeat: no-repeat;
	background-color: #fff;
	font-size: 14px;
	font-weight: bold;
	color: #cbc031;
	display: block;
	text-align: center;
	line-height: 40px;
	display: block;
}

div.inner ul li#top-service-dm {
	width: 50%;
	padding-left: 20px;
	padding-top: 20px;
}

div.inner ul li#top-service-dm a {
	padding: 240px 0 25px 0;
	display: inline-block;
	background-image: url(../img/icon-top-dm.png);
	background-position: center 25px;
	background-color: #80c269;
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
}

div.inner ul li#top-service-dm a span#more {
	width: 165px;
	margin: 20px auto 0 auto;
	background-image: url(../img/arrow-button-dm.png);
	background-position: 145px 15px;
	background-repeat: no-repeat;
	background-color: #fff;
	font-size: 14px;
	font-weight: bold;
	color: #80c269;
	display: block;
	text-align: center;
	line-height: 40px;
	display: block;
}

div.inner ul li a:hover {
	opacity: 0.6;
	zoom: 1;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
}

section {
	width: 100%;
	padding: 60px 20px;
}

section.gray {
	background: #f4f4f4;
}

p.default-button a {
	width: 320px;
	text-align: center;
	line-height: 44px;
	border: 3px solid #0f6eb6;
	background: url(../img/arrow-button-blue.png) 290px 17px no-repeat;
	color: #0f6eb6;
	margin: 60px auto 0 auto;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	display: block;
}

p.default-button a:hover {
	background: url(../img/arrow-button-white.png) 290px 17px no-repeat #0f6eb6;
	color: #fff;
}

div#blog-wrap {
	width: 100%;
	min-height: 300px;
}

div#blog-wrap h3 {
	font-size: 32px;
}

section p.english-s {
	font-size: 14px;
	color: #0f6eb6;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
	line-height: 100%;
}

div#blog-wrap dl {
	width: 100%;
	padding-top: 40px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}

div#blog-wrap dl dt {
	width: 20%;
	padding-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	float: left;
}

div#blog-wrap dl dd {
	width: 80%;
	padding-bottom: 20px;
	font-size: 16px;
	line-height: 24px;
	float: left;
}

div#fb-wrap-dummy {
	width: 100%;
	min-height: 300px;
	float: right;
	background: #f4f4f4;
	margin-top: 40px;
}

/******************************************************************************************************

フッター

******************************************************************************************************/

div#footer-navi-wrap {
	width: 100%;
	padding: 20px 0;
	background: #0f6eb6;
	text-align: center;
}

nav#footer-navi ul {
	font-size: 0;
}

nav#footer-navi ul li {
	display: inline-block;
}

nav#footer-navi ul li a {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	line-height: 180%;
	padding: 0 20px;
	text-decoration: none;
	border: none;
}

nav#footer-navi ul li a:hover {
	opacity: 0.6;
	zoom: 1;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
}

div#footer-address-wrap {
	width: 100%;
	height: 205px;
	padding: 0 20px;
	background: #0d63a3 url(../img/footer-address-wrap-bg.gif) bottom repeat-x;
}

div#footer-address-wrap p#address {
	width: auto;
	margin: 60px 0 0 0;
	color: #fff;
	float: left;
	text-align: left;
}

div#footer-address-wrap p#address span#company-name {
	font-size: 18px;
	font-weight: bold;
	line-height: 200%;
}

div#footer-address-wrap p#address span#company-info {
	font-size: 14px;
	font-weight: normal;
	line-height: 150%;
}

div#footer-contact-wrap {
	width: 300px;
	background: #0f6eb6;
	margin-top: 35px;
	padding: 15px;
	float: right;
}

div#footer-contact-wrap ul {
	margin: 0;
	padding: 0;
}

div#footer-contact-wrap ul li#footer-contact-button a {
	width: 270px;
	height: 50px;
	margin: 0;
	padding: 0;
	background-image: url(../img/icon-contact.png);
	background-position: 30px 15px;
	background-color: #444;
	background-repeat: no-repeat;
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	display: block;
}

div#footer-contact-wrap ul li#footer-contact-button a:hover {
	background-color: #666;
	opacity: 1;
	zoom: 1;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity: 1;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1;              /* Safari 1.x */
}

div#footer-contact-wrap ul li#footer-list-search-button a {
	width: 270px;
	height: 50px;
	margin-top: 5px;
	margin-left: 0;
	background-image: url(../img/icon-search.png);
	background-position: 33px 14px;
	background-color: #ff9900;
	background-repeat: no-repeat;
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	display: block;
}

div#footer-contact-wrap ul li#footer-list-search-button a:hover {
	background-color: #ffbb00;
	opacity: 1;
	zoom: 1;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity: 1;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1;              /* Safari 1.x */
}

p#copyright {
	width: 100%;
	font-size: 14px;
	color: #fff;
	line-height: 50px;
	background-color: #044b80;
	text-align: center;
}

div.anchor {
  padding-top: 70px;
  margin-top: -70px;
}

img.max-size#sp {
	display: none;
}

img.max-size#pc {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 60px;
}
	
section.top-web {
	width: 100%;
	background: #0f6eb6 url("../img/top-web-bg.gif") no-repeat right center / auto 100%;
}
	
section h2.white {
	color: #fff;
}
	
section.top-web p.txt {
	font-size: 16px;
	line-height: 180%;
	text-align: center;
	margin-top: 40px;
	color: #fff;
}
	
section.top-web p.main-button a {
	margin: 50px auto 0 auto;
}
	
br.sp {
	display: none;
}
	
br.ta {
	display: block;
}

br.pc {
	display: none;
}

}




@media screen and (min-width: 1040px) {

/******************************************************************************************************

PC共通設定

******************************************************************************************************/
	
a:hover {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:hover img {
	opacity: 0.6;
	zoom: 1;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

/******************************************************************************************************

header

******************************************************************************************************/

header {
	width: 100%;
	min-width: 1040px;
	height: 90px;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	background-color: #fff;
	z-index: 100;
	box-shadow: 0 2px 3px rgba(0,0,0, 0.1);
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0, 0.1);　/* Safari,Google Chrome用 */
	-moz-box-shadow: 0 2px 3px rgba(0,0,0, 0.1);　/* Firefox用 */
}

header h1 {
	margin-top: 15px;
	margin-left: 30px;
	float: left;
	transition: 0.3s;
}

header h1 img {
	width: auto;
	height: 60px;
}

header nav {
    overflow: hidden;
    position: fixed;
    top: 0;
	right: 0;
    float: right;
    width: 80%;
    height: 90px;
    background: none;
    z-index: 9999;
}

header nav#top-head ul {
	float: right;
	font-size: 0;
}

header nav#top-head ul li {
	float: left;
}

header nav#top-head ul li.default {
	font-size: 16px;
	line-height: 80px;
	margin-top: 5px;
	margin-right: 40px;
	position: relative;
	border: none;
}

header nav#top-head ul li.default a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

header nav#top-head ul li.default a:hover {
	color: #0f6eb6;
}

header nav#top-head ul li.default:before,
header nav#top-head ul li.default:after{
  position: absolute;
  top: 5.0em;
  content: "";
  display: inline-block;
  width: 0;
  height: 5px; 
  background: #0f6eb6;
  transition: 0.3s;
}

header nav#top-head ul li.default:before{
  left: 50%;
}

header nav#top-head ul li.default:after{
  right: 50%;
}

header nav#top-head ul li.default:hover:before,
header nav#top-head ul li.default:hover:after{
  width: 50%;
}

header nav#top-head ul li.contact a {
	width: 130px;
	height: 90px;
	margin: 0;
	padding-top: 55px;
	background-image: url(../img/icon-contact.png);
	background-position: center 20px;
	background-color: #444;
	background-repeat: no-repeat;
	font-size: 14px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 100%;
	display: block;
}

header nav#top-head ul li.contact a:hover {
	background-color: #666;
}

header nav#top-head ul li.list-search a {
	width: 130px;
	height: 90px;
	margin: 0;
	padding-top: 55px;
	background-image: url(../img/icon-search.png);
	background-position: center 20px;
	background-color: #ff9900;
	background-repeat: no-repeat;
	font-size: 14px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 100%;
	display: block;
}

header nav#top-head ul li.list-search a:hover {
	background-color: #ffbb00;
}

/******************************************************************************************************

メインビジュアル

******************************************************************************************************/
	
#main-visual {
	width: 100%;
	height: auto;
	margin-top: 90px;
	padding: 70px 0;
	background-repeat: no-repeat;
	background-image: url(../img/main-visual-l.jpg);
	background-position: center center;
	background-size: cover;
	text-align: center;
}

#main-visual img.main-copy-sp {
	display: none;
}

#main-visual img.main-copy-pc {
	width: 94%;
	max-width: 1172px;
	height: auto;
	margin: 0 auto;
	display: block;
}

p.main-button a {
	width: 280px;
	text-align: center;
	line-height: 44px;
	border: 3px solid #fff;
	background: url(../img/arrow-button-white.png) 250px 17px no-repeat;
	color: #fff;
	margin: 70px auto 0 auto;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	display: block;
}

p.main-button a:hover {
	background: url(../img/arrow-button-blue.png) 250px 17px no-repeat #fff;
	color: #0f6eb6;
}

/******************************************************************************************************

コンテンツ

******************************************************************************************************/

img.top-img01 {
	width: 300px;
	height: auto;
	margin-left: 40px;
	float: right;
	margin-bottom: 0;
}

img.top-img02 {
	width: 300px;
	height: auto;
	margin-right: 40px;
	float: left;
}

section h2 {
	font-size: 32px;
	color: #333;
	text-align: center;
	font-weight: bold;
	line-height: 150%;
}

section h3.top {
	font-size: 26px;
	color: #0f6eb6;
	font-weight: bold;
	text-align: center;
}

section div.inner h4 {
	width: 100%;
	font-size: 20px;
	line-height: 150%;
	color: #fff;
	font-weight: bold;
	margin-top: 40px;
	text-align: left;
	padding: 15px 20px;
	background: #0f6eb6;
}

p.line {
	width: 100px;
	border-bottom: 3px solid #0f6eb6;
	margin: 30px auto 0 auto;
	text-align: center;
	display: block;
}

section p.english {
	font-size: 14px;
	color: #0f6eb6;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
	line-height: 100%;
}

section p.lead {
	font-size: 16px;
	color: #333;
	text-align: center;
	font-weight: normal;
	margin-top: 30px;
	line-height: 180%;
}

div.inner {
	width: 1040px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

div.inner ul {
	margin-left: -20px;
}

div.inner ul li {
	float: left;
}

div.inner ul li#top-service-list {
	width: 25%;
	padding-left: 20px;
	padding-bottom: 0;
}

div.inner ul li#top-service-list a {
	padding: 240px 0 25px 0;
	display: inline-block;
	background-image: url(../img/icon-top-list.png);
	background-position: center 25px;
	background-color: #8f82bc;
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
}

div.inner ul li#top-service-list a span#more {
	width: 165px;
	margin: 20px auto 0 auto;
	background-image: url(../img/arrow-button-list.png);
	background-position: 145px 15px;
	background-repeat: no-repeat;
	background-color: #fff;
	font-size: 14px;
	font-weight: bold;
	color: #8f82bc;
	display: block;
	text-align: center;
	line-height: 40px;
	display: block;
}

div.inner ul li#top-service-tel {
	width: 25%;
	padding-left: 20px;
	padding-bottom: 0;
}

div.inner ul li#top-service-tel a {
	padding: 240px 0 25px 0;
	display: inline-block;
	background-image: url(../img/icon-top-tel.png);
	background-position: center 25px;
	background-color: #f29c9f;
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
}

div.inner ul li#top-service-tel a span#more {
	width: 165px;
	margin: 20px auto 0 auto;
	background-image: url(../img/arrow-button-tel.png);
	background-position: 145px 15px;
	background-repeat: no-repeat;
	background-color: #fff;
	font-size: 14px;
	font-weight: bold;
	color: #f29c9f;
	display: block;
	text-align: center;
	line-height: 40px;
	display: block;
}

div.inner ul li#top-service-fax {
	width: 25%;
	padding-top: 0;
	padding-left: 20px;
	padding-bottom: 0;
}

div.inner ul li#top-service-fax a {
	padding: 240px 0 25px 0;
	display: inline-block;
	background-image: url(../img/icon-top-fax.png);
	background-position: center 25px;
	background-color: #cbc031;
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
}

div.inner ul li#top-service-fax a span#more {
	width: 165px;
	margin: 20px auto 0 auto;
	background-image: url(../img/arrow-button-fax.png);
	background-position: 145px 15px;
	background-repeat: no-repeat;
	background-color: #fff;
	font-size: 14px;
	font-weight: bold;
	color: #cbc031;
	display: block;
	text-align: center;
	line-height: 40px;
	display: block;
}

div.inner ul li#top-service-dm {
	width: 25%;
	padding-top: 0;
	padding-left: 20px;
}

div.inner ul li#top-service-dm a {
	padding: 240px 0 25px 0;
	display: inline-block;
	background-image: url(../img/icon-top-dm.png);
	background-position: center 25px;
	background-color: #80c269;
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
}

div.inner ul li#top-service-dm a span#more {
	width: 165px;
	margin: 20px auto 0 auto;
	background-image: url(../img/arrow-button-dm.png);
	background-position: 145px 15px;
	background-repeat: no-repeat;
	background-color: #fff;
	font-size: 14px;
	font-weight: bold;
	color: #80c269;
	display: block;
	text-align: center;
	line-height: 40px;
	display: block;
}

div.inner ul li a:hover {
	opacity: 0.6;
	zoom: 1;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
}

section {
	width: 100%;
	padding: 60px 0;
}

section.gray {
	background: #f4f4f4;
}

p.default-button a {
	width: 320px;
	text-align: center;
	line-height: 44px;
	border: 3px solid #0f6eb6;
	background: url(../img/arrow-button-blue.png) 290px 17px no-repeat;
	color: #0f6eb6;
	margin: 60px auto 0 auto;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	display: block;
}

p.default-button a:hover {
	background: url(../img/arrow-button-white.png) 290px 17px no-repeat #0f6eb6;
	color: #fff;
}

div#blog-wrap {
	width: 500px;
	min-height: 300px;
	float: left;
}

div#blog-wrap h2.small {
	font-size: 24px;
}

section p.english-s {
	font-size: 11px;
	color: #0f6eb6;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	line-height: 100%;
}

div#blog-wrap dl {
	width: 100%;
	padding-top: 35px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}

div#blog-wrap dl dt {
	width: 20%;
	padding-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
	float: left;
}

div#blog-wrap dl dd {
	width: 80%;
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 24px;
	float: left;
}

div#fb-wrap-dummy {
	width: 500px;
	min-height: 300px;
	float: right;
	background: #f4f4f4;
	margin-top: 0;
}

/******************************************************************************************************

フッター

******************************************************************************************************/

#scrolltop {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

#scrolltop a {
    display: block;
}

div#footer-navi-wrap {
	width: 100%;
	padding: 20px 0;
	background: #0f6eb6;
	text-align: center;
}

nav#footer-navi ul {
	font-size: 0;
}

nav#footer-navi ul li {
	display: inline-block;
}

nav#footer-navi ul li a {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	line-height: 180%;
	padding: 0 20px;
	text-decoration: none;
	border: none;
}

nav#footer-navi ul li a:hover {
	opacity: 0.6;
	zoom: 1;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
}

div#footer-address-wrap {
	width: 100%;
	height: 205px;
	padding: 0;
	background: #0d63a3 url(../img/footer-address-wrap-bg.gif) bottom repeat-x;
}

div#footer-address-wrap p#address {
	width: auto;
	margin: 60px 0 0 0;
	color: #fff;
	float: left;
	text-align: left;
}

div#footer-address-wrap p#address span#company-name {
	font-size: 18px;
	font-weight: bold;
	line-height: 200%;
}

div#footer-address-wrap p#address span#company-info {
	font-size: 14px;
	font-weight: normal;
	line-height: 150%;
}

div#footer-contact-wrap {
	width: 300px;
	background: #0f6eb6;
	margin-top: 35px;
	padding: 15px;
	float: right;
}

div#footer-contact-wrap ul {
	margin: 0;
	padding: 0;
}

div#footer-contact-wrap ul li#footer-contact-button a {
	width: 270px;
	height: 50px;
	margin: 0;
	padding: 0;
	background-image: url(../img/icon-contact.png);
	background-position: 30px 15px;
	background-color: #444;
	background-repeat: no-repeat;
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	display: block;
}

div#footer-contact-wrap ul li#footer-contact-button a:hover {
	background-color: #666;
	opacity: 1;
	zoom: 1;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity: 1;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1;              /* Safari 1.x */
}

div#footer-contact-wrap ul li#footer-list-search-button a {
	width: 270px;
	height: 50px;
	margin-top: 5px;
	margin-left: 0;
	background-image: url(../img/icon-search.png);
	background-position: 33px 14px;
	background-color: #ff9900;
	background-repeat: no-repeat;
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	display: block;
}

div#footer-contact-wrap ul li#footer-list-search-button a:hover {
	background-color: #ffbb00;
	opacity: 1;
	zoom: 1;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity: 1;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1;              /* Safari 1.x */
}

p#copyright {
	width: 100%;
	font-size: 14px;
	color: #fff;
	line-height: 50px;
	background-color: #044b80;
	text-align: center;
}

div.anchor {
  padding-top:90px;
  margin-top:-90px;
}

img.max-size#sp {
	display: none;
}

img.max-size#pc {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 60px;
}
	
section.top-web {
	width: 100%;
	background: #0f6eb6 url("../img/top-web-bg.gif") no-repeat right center / auto 100%;
}
	
section h2.white {
	color: #fff;
}
	
section.top-web p.txt {
	font-size: 16px;
	line-height: 180%;
	text-align: center;
	margin-top: 40px;
	color: #fff;
}
	
section.top-web p.main-button a {
	margin: 50px auto 0 auto;
}
	
br.sp {
	display: none;
}
	
br.ta {
	display: none;
}

br.pc {
	display: block;
}
	
}