@charset "UTF-8";
body {
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.5;
	color: #333;
}
a {
}
a:hover {
	text-decoration: none;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
/********************************
Header
********************************/
header h1 {
    background: url(../img/logo.svg) top left no-repeat;
    background-size: 100% auto;
    height: 62px;
    width: 200px;
    text-indent: -9999px;
    display: block;
    line-height: 1px;
    position: absolute;
    left: 26px;
    float: left;}
header h1 a {
	text-decoration: none !important;
	display: block;
	height: 62px;
	width: 400px;
}
header a {
	text-decoration: none !important;
}
header div#header {
	background: url(../img/main.png) no-repeat bottom center #efefed;
	height: 630px;
	position: relative;
	display: block;
	background-size: 2000px auto !important;
}
header div#header #message {
	position: absolute;
	bottom: 150px;
}
header div#header #message #m1 {
	background: url(../img/catch.svg) top left no-repeat;
	background-size: 100% auto;
	height: 88px;
	width: 500px;
	display: block;
	text-indent: -9999px;
	display: block;
	position: absolute;
}
header div#header #message #m2 {
	color: #ffffff;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.9);
	position: relative;
	top: 95px;
	left: 25px;
}
header div#header2 {
	text-align: center;
	width: 100%;
	height: 0;
 padding-top: calc(300 / 2000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	background: url(../img/main.png) top center / cover no-repeat;
	position: relative;
}
header div#header2 h2 {
	position: absolute;
	top: 110px;
	color: #ffffff;
	text-align: center;
	width: 100%;
	font-size: 30px;
}
header div#header2 h2 p {
	font-size: 12px;
}
header #logo {
	height: 60px;
	position: fixed;
	display: block;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 3px 2px rgba(0,0,0,0.02);
	-webkit-box-shadow: 0px 3px 2px rgba(0,0,0,0.02);
	box-shadow: 0px 3px 2px rgba(0,0,0,0.02);
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=3,Color=#4000000,Positive=true)";
 filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=3, Color=#4000000, Positive=true);
	z-index: 10;
}
header #menu {
	float: right;
}
header #menu li {
	text-align: center;
	float: left;
	line-height: 60px;
	padding: 0 20px;
}
header #menu li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
}
header #menu li a:hover {
}
@media screen and (max-width: 768px) {
header div#header {
	height: 290px;
	background-size: 800px auto !important;
}
header div#header #message #m2 {
	font-size: 85%;
	left: 0;
	padding:  0 20px;
}
header div#header2 {
 padding-top: calc(300 / 1000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	background: url(../img/main.png) top center / cover no-repeat;
}
header div#header2 h2 {
	top: 120px;
	font-size: 160%;
}
header h1 {
}
header #menu li {
	line-height: 60px;
	padding: 0 8px;
}
}

@media screen and (max-width: 480px) {
header div#header {
	height: 250px;
	background-size: 800px auto !important;
}
header div#header #message #m1 {
    background-size: 100% auto;
    height: 53px;
    width: 300px;
}
	header div#header #message #m2 {
	font-size: 85%;
	left: 0;
	padding:  0 20px;
		top: 60px;
}
header div#header #message {
	bottom: 120px;
}
header div#header2 {
 padding-top: calc(400 / 800 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	background: url(../img/main.png) top center / cover no-repeat;
}
header div#header2 h2 {
	top: 120px;
	font-size: 140%;
}
header h1 {
float: none;
	left: 0;
}
header #menu {
float: none;
	margin-top: 50px;
}
header #menu li {
	width: 20%;
	font-size: 85%;
	padding: 0;
}
header #logo {
	height: 100px;
}
}


/*ぱんくず*/
.breadcrumbs {
	position: relative;
	border-bottom: 1px solid #e3e3e3;
}
.breadcrumbs ul {
	overflow: hidden;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 10px 20px;
	line-height: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 12px !important;
}
.breadcrumbs ul a {
	text-decoration: none;
	color: #333333 !important;
}
.is-font-large .breadcrumbs ul {
}
.breadcrumbs ul > li {
	display: inline;
	margin-left: 13px;
}
.breadcrumbs ul > li:before {
	content: '';
	display: inline-block;
	position: relative;
	top: -1px;
	width: 3px;
	height: 6px;
	margin-right: 13px;
	vertical-align: middle;
	background-image: url('../img/icon_breadcrumb.svg');
	background-size: 100%;
}
.breadcrumbs ul > li:first-child {
	margin-left: 0;
}
.breadcrumbs ul > li:first-child:before {
	content: normal;
}
.breadcrumbs ul > li > a {
	color: #fff;
}
.breadcrumbs ul > li > a:visited {
	color: #fff;
}
.breadcrumbs ul > li > a:focus {
	color: #fff;
}
.breadcrumbs ul > li > a:hover {
	color: #fff;
}
.breadcrumbs ul > li > a:active {
	color: #fff;
}
#pageTit {
	line-height: 150px;
	border-bottom: #e3e3e3 solid 1px;
	background: url(../img/main2.png) top left no-repeat;
	text-align: center;
}
#pageTit p {
	font-size: 30px;
	margin-left: 20px;
	color: #ffffff;
}
/********************************
topbnr
********************************/
section#osusume {
	padding: 70px 0 0 0;
	background: url(../img/bg.png) top left repeat;
	text-align: center;
}
section#osusume .bold {
	font-weight: bold;
}
section#topbnr {
	padding: 30px 0 70px 0;
	text-align: center;
}
section#topbnr ul {
	width: 1000px;
	margin: 20px auto 0 auto;
}
section#topbnr ul li {
	clear: both;
	margin-bottom: 30px;
}
section#topbnr ul li p img {
	width: 400px;
	float: left;
}
section#topbnr ul li div {
	font-size: 14px;
	margin-top: 7px;
	float: left;
	text-align: left;
	margin-left: 20px;
}


@media screen and (max-width: 768px) {
section#osusume {
	padding: 30px 0 0 0;
	font-size: 85%;
}
section#topbnr {
	padding: 10px 0 20px 0;
}
section#topbnr img {
	width: 60%;
}
section#topbnr ul {
	width: 100%;
}
}
@media screen and (max-width: 480px) {
section#osusume {
	padding: 20px 10px 0 10px;
	text-align: left;
}
section#topbnr img {
	width: 90%;
}
	
}


/********************************
下層ページ
********************************/
section#pagecontents {
}
section#pagecontents #service {
	width: 940px;
	margin: 0 auto;
	padding: 70px 0;
}
section#pagecontents #service ul {
	margin: 20px auto;
	width: 900px;
}
section#pagecontents #service ul li {
	float: left;
	width: 400px;
	margin: 0 25px;
	text-align: center;
}
section#pagecontents #service ul li a {
	text-decoration: none;
}
section#pagecontents #service ul li img {
	width: 400px;
}
@media screen and (max-width: 739px) {
section#pagecontents #service {
	width: 100%;
	padding: 30px 10px;
	font-size: 85%;
}
section#pagecontents #service ul {
	margin: 10px auto;
	width: 100%;
}
section#pagecontents #service ul li {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0 15px;
}
section#pagecontents #service ul li img {
	width: 100%;
}
}
@media screen and (max-width: 480px) {
section#pagecontents #service {
	width: 100%;
	padding: 10px;
}
section#pagecontents #service ul li {
	float: none;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0 20px;
}	
}

section#pagecontents #catalog {
	width: 940px;
	margin: 0 auto;
	padding: 70px 0;
}
section#pagecontents #catalog #left {
	float: left;
	width: 370px;
	text-align: center;
	font-size:  12px;
	margin-bottom:  30px;
}
section#pagecontents #catalog #right {
	float: right;
	width: 530px;
}
section#pagecontents #catalog table {
	width: 940px;
	margin: 0 auto 50px auto;
	border-top: solid #cccccc 1px;	
}
section#pagecontents #catalog table th {
	background-color: #eeeeee;
	font-weight: normal;
	text-align: left;
	padding: 7px 5px 7px 20px!important;
	font-weight: bold;
	border-bottom: solid #cccccc 1px;	
}
section#pagecontents #catalog table td {
	font-weight: normal;
	text-align: left;
	padding: 7px 5px 7px 20px!important;
	border-bottom: solid #cccccc 1px;
	width: 50%;
}
section#pagecontents #plan {
	width: 940px;
	margin: 0 auto;
	padding: 70px 0;
}
section#pagecontents #plan table {
	width: 940px;
	margin: 20px auto;
}
section#pagecontents #plan table th {
	background-color: #eeeeee;
	font-weight: normal;
	text-align: left;
	padding: 7px 5px 7px 20px!important;
	font-weight: bold;
}
section#pagecontents #plan table td {
	font-weight: normal;
	text-align: left;
	padding: 7px 5px 7px 20px!important;
	border-bottom: solid #eeeeee 1px;
	width: 50%;
}
section#pagecontents #plan .note {
	font-size: 12px;
}
section#pagecontents #company {
	width: 940px;
	margin: 0 auto;
	padding: 70px 0;
}
section#pagecontents h3 {
	font-weight: bold;
	font-size: 18px;
	padding: 5px 0;
	color: #ffffff;
	background: #15202f;
	text-align: center;
}
section#pagecontents #company table {
	width: 800px;
	margin: 40px auto;
	border-top: solid #eeeeee 1px;
	border-right: solid #eeeeee 1px;
}
section#pagecontents #company table th {
	background-color: #eeeeee;
	font-weight: normal;
	text-align: left;
	padding: 7px 5px 7px 20px!important;
	font-weight: bold;
	width: 300px;
	border-bottom: solid #ffffff 1px;
}
section#pagecontents #company table td {
	font-weight: normal;
	text-align: left;
	padding: 7px 5px 7px 20px!important;
	border-bottom: solid #eeeeee 1px;
}
section#pagecontents #privacy {
	width: 900px;
	margin: 30px auto 0 auto;
}
section#pagecontents #privacy dt {
	font-weight: bold;
	font-size: 16px;
}
section#pagecontents #privacy dd {
	margin-bottom: 30px;
}
section#pagecontents #copyright {
	width: 940px;
	margin: 0 auto;
	padding: 70px 0;
}
section#pagecontents #copyright dl {
	width: 900px;
	margin: 30px auto 0 auto;
}
section#pagecontents #copyright ol.nooutline, .nooutline {
	list-style-type: decimal !important;
	font-size: 14px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 30px;
}
section#pagecontents #copyright ol.nooutline li, .nooutline li {
	list-style-type: decimal !important;
}
section#pagecontents #copyright dl dt {
	font-weight: bold;
}
section#pagecontents #copyright dl dd {
	margin-bottom: 30px;
}
.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 768px) {
section#pagecontents #plan {
	width: 100%;
	padding: 30px 10px;
	font-size: 85%;
}
section#pagecontents #plan table {
	width: 100%;
	margin: 10px auto;
	font-size: 85%;
}
section#pagecontents #company {
	width: 100%;
	padding: 30px 10px;
	font-size: 85%;
}
section#pagecontents #company table {
	width: 90%;
	margin: 20px auto;
}
section#pagecontents #company table th {
	padding: 7px 5px 7px 10px!important;
	width: 30%;
}
section#pagecontents #company table td {
	padding: 7px 5px 7px 20px!important;
}
section#pagecontents #privacy {
	width: 100%;
	padding: 30px 10px;
	font-size: 85%;
	margin-top: 0;
}
section#pagecontents #copyright {
	width: 100%;
	padding: 30px 10px;
	font-size: 85%;
}
section#pagecontents #copyright dl {
	width: 100%;
}
section#pagecontents h3 {
	font-size: 110%;
}
section#pagecontents #catalog {
	width: 100%;
	padding: 30px 10px;
	font-size: 85%;
}
section#pagecontents #catalog #left {
	width: 50%;
	margin-bottom:  30px;
}
section#pagecontents #catalog #right {
	width: 48%;
}
section#pagecontents #catalog table {
	width: 100%;
	margin: 0 auto 10px auto;
	border-top: solid #cccccc 1px;	
}
section#pagecontents #catalog table th {
	padding: 7px!important;
	width: 20%;
}
section#pagecontents #catalog table td {
	padding: 7px!important;
}	
}

@media screen and (max-width: 480px) {
section#pagecontents #plan {
	width: 100%;
	padding: 10px;
}
section#pagecontents #plan table {
	width: 100%;
	margin: 10px auto;
}
section#pagecontents #company {
	width: 100%;
	padding: 10px;
}
section#pagecontents #company table {
	width: 100%;
	margin: 10px;
}
section#pagecontents #company table th {
	padding: 5px!important;
	width: 30%;
}
section#pagecontents #company table td {
	padding: 5px!important;
}
section#pagecontents #privacy {
	width: 100%;
	padding: 10px;	
}
section#pagecontents #copyright {
	width: 100%;
	padding: 10px;	
}
section#pagecontents #copyright dl {
    margin: 0px auto 0 auto;
}
section#pagecontents h3 {
	font-size: 100%;
}	
section#pagecontents #catalog #left {
	width: 100%;
	float: none;
	margin-bottom:  0px;
}
section#pagecontents #catalog #right {
	width: 100%;
	float: none;
	margin-bottom: 20px;
	margin-top: 10px;
}
section#pagecontents #catalog table {
	font-size: 85%;
}
section#pagecontents #catalog table th {
	width: 35%;
}
}
/********************************
contact
********************************/
section#contact {
	padding: 30px 0;
	background: #f8f8f8;
}
section#contact #contacttit {
	text-align: center;
	font-size: 24px !important;
	color: #434343;
	font-weight: bold;
}
section#contact #contactblock {
	width: 980px;
	margin: 0 auto;
	text-align: center;
}
section#contact #contactblock img {
	width: 400px
}
section#contact #contactblock .contbtn {
	margin: 10px 0 0 0;
}
section#contact #contactblock span {
	font-size: 12px;
}

@media screen and (max-width: 768px) {
section#contact {
	padding: 20px 0;
}
section#contact #contactblock {
	width: 100%;
}
section#contact #contacttit {
	font-size: 120% !important;
}
section#contact #contactblock img {
	width: 350px;
	margin-top: 10px;
}
}

@media screen and (max-width: 480px) {
section#contact {
	padding: 10px 0;
	font-size: 85% !important;		
}
}

/********************************
footer
********************************/
footer {
	font-size: 12px;
	background: #000000;
	color: #ffffff;
	padding: 10px 0;
}
footer a {
	text-decoration: none !important;
	color: #ffffff !important;
}
footer #fotterarea {
	width: 980px;
	margin: 0 auto;
}
footer #right {
	padding: 0 0 0 0;
	float: right;
}
footer #right ul {
	border-right: #ffffff solid 1px;
	height: 16px;
	margin: 0 auto;
}
footer #right ul li {
	float: left;
	border-left: #ffffff solid 1px;
	padding: 0 15px;
	line-height: 16px;
}
footer #left {
	float: left;
}
@media screen and (max-width: 768px) {
footer #fotterarea {
	width: 100%;
	padding: 0 5px;
}
footer #right ul {
}
footer #right ul li {
	padding: 0 5px;
}
}
@media screen and (max-width: 480px) {
footer {
	padding: 5px;
}
footer ul {
}
footer ul li {
}
footer #copy {
	font-size: 85%;
	text-align: center;
}
footer #right {
	float:  none;
}
footer #left {
	float:  none;
}
	
}
