﻿/* PC */
@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }

/*-------------
base
-------------*/
  body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
  }
  img {
    border: 0;
    vertical-align: top;
  }
  body {
    background-color: #fff;
  }
  a {
    color: #4c4c4c;
    outline: none;
    text-decoration: none;
    font-size: 12px;
  }
  a:hover {
    text-decoration: none;
  }
  ul, ol {
    list-style: none;
  }
  .fLeft {
    float: left;
  }
  .clearfix:after {
    content: "";
    clear: both;
    display: block;
  }
  /*-------------
firefox fade対策
-------------*/
  img {
    box-shadow: #000 0 0 0;
  }
  img, x:-moz-any-link, x:default {
    box-shadow: #000 0 0 0;
  }
  /*-------------
fontstyle
-------------*/
  body {
    font-family: "メイリオ", -webkit-body, sans-serif, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo;
    font-size: 12px;
    line-height: 2.2;
    color: #404040;
    letter-spacing: 0;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
  }
  /*-------------
container
-------------*/
#container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #414141;
}


/*-------------
memu
-------------*/
/* inner */
.inner {
	width: 980px;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}
/* header */
#top-head {
	font-size: 12px;
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 30px 0 0;
	line-height: 1;
	z-index: 999;
}
#top-head a, #top-head {
	color: #fff;
	text-decoration: none;
	font-size: 30px;
    font-family: fantasy;
    font-weight: 500;
    line-height: 35px;
}
/*#top-head .inner {
	position: relative;
}*/
#top-head .logo {
	float: left;
	font-size: 36px;
}
/*#top-head .logo img {
	width: 100%;
}*/
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
}
#global-nav ul li {
	float: left;
	position: relative;
}
#global-nav ul li a {
	padding: 0 30px;
}
/* Btn Hover */
#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: -20px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#global-nav ul li:hover:after {
	background: #fff;
	bottom: -30px;
}
/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 10px;
	height: 55px;
	background: #fff;
	background: rgba(255,255,255,.7);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
	font-size: 24px;
	color: #333;
}
#top-head.fixed #global-nav ul li a {
	color: #333;
	padding: 0 20px;
}
/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
	bottom: -10px;
}
#top-head.fixed #global-nav ul li:hover:after {
	background: #0062B8;
	bottom: -20px;
}
/* Transition */
/*
#top-head,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
*/

/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 100px;
	top: 15px;
	width: 35px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	background: #c20605;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}
#top-head, .inner {
	width: 100%;
	padding: 0;
}
.inner_img {
    height: 370px;
}
/*#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
}*/
/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: transparent;
}
#mobile-head {
	background: #fff;
	width: 100%;
	height: 56px;
	z-index: 999;
	position: relative;
}
#top-head.fixed .logo, #top-head .logo {
    position: absolute;
    left: 100px;
    top: 15px;
}
h1.logo span {
    font-size: 11px;
    font-weight: 500;
    line-height: 21px;
}
#global-nav {
	position: absolute;
	top: -555px;
	background: #414141;
	width: 100%;
	height: 500px;
	text-align: center;
	padding: 50px 0 10px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 17px;
}
#global-nav ul li {
	float: none;
	position: static;
}
#global-nav ul li:after {
	display: none;
}
#top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #fff;
	padding: 20px 0;
	font-size: 17px;
}
#nav-toggle {
	display: block;
}
/* #nav-toggle */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav */
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}
.tel {
    width: 320px;
    position: absolute;
    padding: 10px 0 0 0;
    right: 180px;
}
.tel img {
    margin: 0 0 0 10px;
}
.tel p {
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 43px;
    font-family: fantasy;
}
#header_inner {
    width: 100%;
    margin: 0 auto;
    background: url(../images/top/topback.png) repeat-y;
    background-size: cover;
}
.topback_box {
    width: 720px;
    margin: 0 0 0 380px;
    padding: 60px 0 0 0;
}
p.top_text.clearfix {
    float: left;
    font-size: 45px;
    font-weight: 600;
    line-height: 65px;
    margin: 85px 0 0 0;
}
p.top_text.clearfix span {
    font-size: 55px;
    display: block;
    margin: 0 30px 0 133px;
}
img.topback_img.clearfix {
    margin: 50px 0 0 0;
}


/*-------------
main
-------------*/
#main {
    width: 100%;
    padding: 0 0 50px 0;
    margin: 370px 0 0 0;
    overflow: hidden;
    background-color: #fff;
}
div#main_inner1 {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0 50px 0;
}
.topbox1 {
    width: 874px;
    height: 209px;
    margin: 0 auto;
    background: url(../images/top/topback2.png) no-repeat;
}
.topbox1 p {
    font-size: 30px;
    font-weight: 600;
    line-height: 47px;
    width: 665px;
    padding: 35px 0 0 0;
    margin: 0 5px 0 auto;
}
.topbox2 {
    width: 870px;
    margin: 60px auto 0 auto;
    text-align: center;
}
.topbox2 p {
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
    margin: 20px 0 0 0;
}
.topbox2 p span {
    color: #c20605;
}
.topbox3_over{
    width: 100%;
    background-color: #efefef;
}
.topbox3 {
    width: 890px;
    margin: 30px auto 0 auto;
    padding: 30px 0 70px 0;
}
.topbox3_inner {
    overflow: hidden;
}
ul.topbox3_left.clearfix {
    float: left;
    margin: 40px 0 0 35px;
}
ul.topbox3_left.clearfix li:nth-child(2) {
    margin: 215px 0 240px 0;
}
ul.topbox3_right.clearfix {
    float: right;
    width: 640px;
    margin: 85px 40px 0 0;
}
ul.topbox3_right.clearfix li {
    font-size: 20px;
    line-height: 25px;
}
ul.topbox3_right.clearfix li p {
    font-size: 35px;
    font-weight: 600;
    line-height: 35px;
}
ul.topbox3_right.clearfix li p span {
    border-bottom: solid 23px #ffe400;
    line-height: 0;
    display: inline-block;
    padding: 0 5px;
}
ul.topbox3_right.clearfix li:nth-child(2), ul.topbox3_right.clearfix li:nth-child(5), ul.topbox3_right.clearfix li:nth-child(8) {
    text-align: center;
    margin: 15px 100px 20px 0;
}
ul.topbox3_right.clearfix li:nth-child(3), ul.topbox3_right.clearfix li:nth-child(6) {
    margin: 0 0 90px 0;
}
ul.topbox3_right.clearfix li:nth-child(9) {
    margin: 0 0 40px 0;
}
.topbox4 {
    width: 1000px;
    margin: 80px auto 0 auto;
}
img.topimg4 {
    margin: 30px 0 0 0;
}
.topbox4_under {
    width: 636px;
    height: 265px;
    margin: 0 auto;
    background: url(../images/top/topback3.png) no-repeat;
}
p.topbox4_title {
    width: 670px;
    margin: 70px auto 30px auto;
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    line-height: 47px;
    letter-spacing: 2px;
    text-shadow: 2px 2px 1px #fff, 0px 2px 0px #fff, -2px 0px 0px #fff, 0px -1px 0px #fff, 4px 5px 6px rgba(30,30,30,1);
}
p.topbox4_text {
    font-size: 16px;
    line-height: 23px;
    padding: 20px 0 0 210px;
    font-weight: 600;
}
p.topbox4_tel {
    font-size: 14px;
    font-weight: 600;
    margin: 28px 0 0 260px;
    line-height: 28px;
}
p.topbox4_tel span {
    font-size: 30px;
    display: block;
    letter-spacing: -1px;
}
.topbox4_under ul {
    margin: -60px 0 0 auto;
    width: 200px;
}
.topbox4_under ul li {
    float: left;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}
.topbox4_under ul li:nth-child(1) {
    margin: 90px -15px 0 10px;
}
.topbox5_over {
    width: 100%;
    margin: 70px 0 0 0;
}
p.topbox5_title {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    border-bottom: solid 9px #d0d0d0;
    line-height: 50px;
}
.topbox5 {
    width: 950px;
    margin: 35px auto 0 auto;
}
.topbox5 div {
    float: right;
    width: 720px;
}
p.topbox5_text {
    font-size: 16px;
    line-height: 23px;
}
p.topbox5_text span {
    display: block;
    font-weight: 600;
    font-size: 20px;
    margin: 5px 0 5px 0;
}
p.topbox5_bt {
    width: 185px;
    margin: 60px 0 0 auto;
}
p.topbox5_bt a {
    font-size: 20px;
    font-weight: 600;
}
p.topbox5_bt a:hover {
    text-decoration: underline;
}
.topbox6 {
    width: 870px;
    margin: 70px auto 0 auto;
    border: solid 8px #bdbdbd;
    padding: 10px 0;
    clear: both;
}
.topbox6 table {
    width: 98%;
}
.topbox6 table th {
    padding: 0 20px 0 15px;
}
.topbox6 table td {
    font-size: 15px;
    padding: 10px 0 0 35px;
    font-weight: 600;
    color: #6b6b6b;
}
td.topbox.td {
    border-bottom: dotted 1px #9a9a9a;
    font-size: 23px;
    font-weight: 600;
    line-height: 32px;
    padding: 0 0 0 10px;
    color: #282828;
}
.topbox6 table td p {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    letter-spacing: -1px;
    margin: 0 0 0 -35px;
}
.topbox6 table td p img {
    margin: 0 5px 0 0;
}
  .pagetop {
    display: none;
    position: fixed;
    bottom: 158px;
    right: 60px;
    z-index: 200;
  }
  /*-------------
footer
-------------*/
#footer {
    clear: both;
    margin: 0 auto;
    padding: 30px 0 10px 0;
    width: 100%;
    background-color: #414141;
    color: #fff;
}
footer .ft_middle {
    width: 820px;
    margin: 0 auto;
    overflow: hidden;
}
img.footerlogo.clearfix {
    float: left;
}
.footer_box.clearfix {
    float: left;
    width: 400px;
    margin: 15px 20px 0 35px;
    padding: 0 0 10px 0;
}
p.footertext1 {
    font-size: 12px;
    line-height: 15px;
    margin: 15px 0 0 0;
}
p.footertext2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
    margin: 10px 0 0 0;
    letter-spacing: -1px;
}
p.footertext2 br {
    display: none;
}
p.footertext2 a {
    font-size: 20px;
    color: #fff;
    margin: 0 15px 0 0;
}
p.footertext3 {
    font-size: 14px;
    line-height: 15px;
    margin: 15px 0 0 0;
}
.footermail.clearfix {
    margin: 30px 0 0 0;
    float: right;
}
}



/* Tablet */
@media screen and (max-width: 768px) {
.pc {
    display: none;
}
.sp {
    display: block;
}
* {
    margin: 0;
    padding: 0;
}
*::after, * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	list-style: none;
	color: #282828;
}
a {
	color: #3c8ae1;
}
img {
	width: 100%;
}
ul, ol {
	list-style: none;
}
/* inner */
.inner {
	width: 980px;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}
/* header */
#top-head {
	font-size: 12px;
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 30px 0 0;
	line-height: 1;
	z-index: 999;
}
#top-head a, #top-head {
	color: #fff;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
#top-head .logo {
	float: left;
	font-size: 36px;
}
#top-head .logo img {
	width: 50%;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
}
#global-nav ul li {
	float: left;
	position: relative;
}
#global-nav ul li a {
	padding: 0 30px;
}
/* Btn Hover */
#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: -20px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#global-nav ul li:hover:after {
	background: #fff;
	bottom: -30px;
}
/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 10px;
	height: 55px;
	background: #fff;
	background: rgba(255,255,255,.7);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
	font-size: 24px;
	color: #333;
}
#top-head.fixed #global-nav ul li a {
	color: #333;
	padding: 0 20px;
}
/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
	bottom: -10px;
}
#top-head.fixed #global-nav ul li:hover:after {
	background: #0062B8;
	bottom: -20px;
}
/* Transition */
/*
#top-head,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
*/

/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 10px;
	width: 35px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	background: #c20605;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}
#top-head, .inner {
	width: 100%;
	padding: 0;
}
/*#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
}*/
/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: transparent;
}
#mobile-head {
	background: #fff;
	width: 100%;
	height: 56px;
	z-index: 999;
	position: relative;
}
#top-head.fixed .logo, #top-head .logo {
    position: absolute;
    left: 10px;
    top: 5px;
}
#global-nav {
	position: absolute;
	top: -500px;
	background: #414141;
	width: 100%;
	text-align: center;
	padding: 15px 0 10px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 11px;
}
#global-nav ul li {
	float: none;
	position: static;
}
#global-nav ul li:after {
	display: none;
}
#top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #fff;
	padding: 11px 0;
}
li#menu_last {
    font-size: 15px;
    font-weight: 600;
}
#nav-toggle {
	display: block;
}
/* #nav-toggle */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav */
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}
#container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #414141;
}
/*-------------
main
-------------*/
#main {
    width: 100%;
    padding: 0 0 50px 0;
    margin: 57px 0 0 0;
    overflow: hidden;
    background-color: #fff;
}
div#main_inner1 {
    width: 100%;
    margin: 0 auto;
    padding: 15px 10px 20px 10px;
}
.topbox1.sp {
    width: 100%;
    overflow: hidden;
}
.topbox1 p {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 20px 10px;
    min-width: 120px;
    max-width: 75%;
    font-size: 17px;
    font-weight: 600;
    border: solid 2px #b9b9b9;
    border-radius: 10px;
    float: right;
}
.topbox1 p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}
.topbox1 p:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #b9b9b9;
  z-index: 1;
}
img.topback2_sp {
    width: 25%;
    float: left;
}
.topbox2 {
    width: 100%;
    margin: 10px 0 0 0;
    text-align: center;
}
.topbox2 p {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin: 10px 0 0 0;
}
.topbox2 p span {
    color: #c20605;
}
.topbox3_over{
    width: 95%;
    background-color: #efefef;
    margin: 0 auto;
    padding: 0 10px;
}
.topbox3 {
    width: 100%;
    margin: 0;
    padding: 15px 0;
}
.topbox3_inner {
    overflow: hidden;
}
ul.topbox3_left.clearfix {
    float: left;
    width: 20%;
    margin: 105px 0 0 0;
}
ul.topbox3_left.clearfix li:nth-child(2) {
    margin: 290px 0;
}
ul.topbox3_right.clearfix {
    float: right;
    width: 75%;
    margin: 20px 0 0 0;
}
ul.topbox3_right.clearfix li {
    font-size: 13px;
    line-height: 20px;
}
ul.topbox3_right.clearfix li p {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
}
ul.topbox3_right.clearfix li p span {
    border-bottom: solid 10px #ffe400;
    line-height: 0;
    display: inline-block;
    padding: 0 5px;
}
ul.topbox3_right.clearfix li:nth-child(2), ul.topbox3_right.clearfix li:nth-child(5), ul.topbox3_right.clearfix li:nth-child(8) {
    margin: 10px 0;
}
ul.topbox3_right.clearfix li:nth-child(3), ul.topbox3_right.clearfix li:nth-child(6) {
    margin: 0 0 40px 0;
}
ul.topbox3_right.clearfix li:nth-child(9) {
    margin: 0 0 20px 0;
}
.topbox4 {
    width: 95%;
    margin: 25px auto 0 auto;
}
img.topimg4 {
    margin: 30px 0 0 0;
}
.topbox4_under {
    width: 636px;
    height: 265px;
    margin: 0 auto;
    background: url(../images/top/topback3.png) no-repeat;
}
p.topbox4_title {
    width: 100%;
    margin: 20px auto 10px auto;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0px;
    text-shadow: 2px 2px 1px #fff, 0px 2px 0px #fff, -2px 0px 0px #fff, 0px -1px 0px #fff, 4px 5px 6px rgba(30,30,30,1);
}
.topbox4_under2.sp {
    width: 100%;
    margin: 15px 0 0 0;
    overflow: hidden;
}
.topbox4_under2 p {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 20px 10px;
    min-width: 120px;
    max-width: 75%;
    font-size: 17px;
    font-weight: 600;
    border: solid 2px #b9b9b9;
    border-radius: 10px;
    float: right;
}
.topbox4_under2 p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}
.topbox4_under2 p:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #b9b9b9;
  z-index: 1;
}
img.topback3_sp {
    width: 20%;
    float: left;
}
p.topbox4_tel {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    line-height: 28px;
    float: left;
}
p.topbox4_tel a {
    font-size: 30px;
    display: block;
    letter-spacing: -1px;
    color: #282828;
    text-decoration: none;
}
p.topbox4_tel a span {
    color: #c20605;
}
.topbox4_under3 ul {
    width: 100%;
    text-align: center;
    margin: 20px 0 0 0;
}
.topbox4_under3 ul li {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}
.topbox4_under3 ul li img {
    width: 80px;
}
.topbox5_over {
    width: 95%;
    margin: 30px auto 0 auto;
    overflow: hidden;
}
p.topbox5_title {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    border-bottom: solid 7px #d0d0d0;
    line-height: 40px;
}
.topbox5 {
    width: 100%;
    margin: 20px 0 0 0;
}
.topbox5 img {
    width: 30%;
}
.topbox5 div {
    float: right;
    width: 65%;
}
p.topbox5_text {
    font-size: 14px;
    line-height: 20px;
}
p.topbox5_text span {
    display: block;
    font-weight: 600;
    font-size: 17px;
    margin: 5px 0 5px 0;
}
p.topbox5_bt {
    margin: 10px 0 0 0;
}
p.topbox5_bt a {
    font-size: 15px;
    font-weight: 600;
    color: #282828;
}
.topbox6 {
    width: 95%;
    margin: 70px auto 0 auto;
    border: solid 5px #bdbdbd;
    padding: 10px;
    clear: both;
}
p.toplogo {
    width: 25%;
    margin: 0 auto 10px auto;
}
p.topbox6_text1 {
    border-bottom: dotted 1px #282828;
    line-height: 25px;
    font-size: 18px;
    font-weight: 600;
}
p.topbox6_text2 {
    margin: 10px 0 0 0;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -1px;
    text-align: center;
    line-height: 26px;
}
p.topbox6_text2 img {
    max-width: 34px;
    margin: 0 5px -6px 0;
}
p.topbox6_text2 a {
    color: #6b6b6b;
    text-decoration: none;
}
p.topbox6_text3 {
    text-align: center;
    line-height: 40px;
    margin: 0 0 5px 0;
    font-weight: 600;
    color: #6b6b6b;
    font-size: 15px;
}
p.topbox6_contact {
    width: 390px;
    margin: 0 auto;
}
  /*-------------
footer
-------------*/
#footer {
    clear: both;
    margin: 0 auto;
    padding: 30px 0 10px 0;
    width: 100%;
    background-color: #414141;
    color: #fff;
}
footer .ft_middle {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
img.footerlogo.clearfix {
    width: 119px;
}
.footer_box.clearfix {
    width: 100%;
    margin: 0 0 0 0;
}
p.footertext1 {
    font-size: 12px;
    line-height: 15px;
    margin: 15px 0 0 0;
}
p.footertext2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
    margin: 10px 0 0 0;
    letter-spacing: -1px;
}
p.footertext2 a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}
p.footertext3 {
    font-size: 14px;
    line-height: 15px;
    margin: 15px 0 0 0;
}
.footermail.clearfix {
    margin: 20px auto 0 auto;
    width: 245px;
}
}



/* SP */
@media screen and (max-width: 480px) {
.pc {
    display: none;
}
.sp {
    display: block;
}
* {
    margin: 0;
    padding: 0;
}
*::after, * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	list-style: none;
	color: #282828;
}
a {
	color: #3c8ae1;
}
img {
	width: 100%;
}
ul, ol {
	list-style: none;
}
/* inner */
.inner {
	width: 980px;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}
/* header */
#top-head {
	font-size: 12px;
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 30px 0 0;
	line-height: 1;
	z-index: 999;
}
#top-head a, #top-head {
	color: #fff;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
#top-head .logo {
	float: left;
	font-size: 36px;
}
#top-head .logo img {
	width: 50%;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
}
#global-nav ul li {
	float: left;
	position: relative;
}
#global-nav ul li a {
	padding: 0 30px;
}
/* Btn Hover */
#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: -20px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#global-nav ul li:hover:after {
	background: #fff;
	bottom: -30px;
}
/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 10px;
	height: 55px;
	background: #fff;
	background: rgba(255,255,255,.7);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
	font-size: 24px;
	color: #333;
}
#top-head.fixed #global-nav ul li a {
	color: #333;
	padding: 0 20px;
}
/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
	bottom: -10px;
}
#top-head.fixed #global-nav ul li:hover:after {
	background: #0062B8;
	bottom: -20px;
}
/* Transition */
/*
#top-head,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
*/

/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 10px;
	width: 35px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	background: #c20605;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}
#top-head, .inner {
	width: 100%;
	padding: 0;
}
/*#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
}*/
/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: transparent;
}
#mobile-head {
	background: #fff;
	width: 100%;
	height: 56px;
	z-index: 999;
	position: relative;
}
#top-head.fixed .logo, #top-head .logo {
    position: absolute;
    left: 10px;
    top: 5px;
}
#global-nav {
	position: absolute;
	top: -500px;
	background: #414141;
	width: 100%;
	text-align: center;
	padding: 15px 0 10px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 11px;
}
#global-nav ul li {
	float: none;
	position: static;
}
#global-nav ul li:after {
	display: none;
}
#top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #fff;
	padding: 11px 0;
}
li#menu_last {
    font-size: 15px;
    font-weight: 600;
}
#nav-toggle {
	display: block;
}
/* #nav-toggle */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav */
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}
#container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #414141;
}
/*-------------
main
-------------*/
#main {
    width: 100%;
    padding: 0 0 50px 0;
    margin: 57px 0 0 0;
    overflow: hidden;
    background-color: #fff;
}
div#main_inner1 {
    width: 100%;
    margin: 0 auto;
    padding: 15px 10px 20px 10px;
}
.topbox1 p {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    font-size: 15px;
    font-weight: 600;
    border: solid 2px #b9b9b9;
    border-radius: 10px;
    float: none;
}
.topbox1 p:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
  top: 116%;
  margin-top: -13px;
}
.topbox1 p:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #b9b9b9;
  z-index: 1;
  top: 118%;
  margin-top: -13px;
}
img.topback2_sp {
    width: 40%;
    margin-left: 25%;
    margin-top: 10px;
}
.topbox2 {
    width: 100%;
    margin: 10px 0 0 0;
    text-align: center;
}
.topbox2 p {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin: 10px 0 0 0;
}
.topbox2 p span {
    color: #c20605;
}
.topbox3_over{
    width: 95%;
    background-color: #efefef;
    margin: 0 auto;
    padding: 0 10px;
}
.topbox3 {
    width: 100%;
    margin: 0;
    padding: 15px 0;
}
.topbox3_inner {
    overflow: hidden;
}
ul.topbox3_left.clearfix {
    float: left;
    width: 20%;
    margin: 105px 0 0 0;
}
ul.topbox3_left.clearfix li:nth-child(2) {
    margin: 290px 0;
}
ul.topbox3_right.clearfix {
    float: right;
    width: 75%;
    margin: 20px 0 0 0;
}
ul.topbox3_right.clearfix li {
    font-size: 13px;
    line-height: 20px;
}
ul.topbox3_right.clearfix li p {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
}
ul.topbox3_right.clearfix li p span {
    border-bottom: solid 10px #ffe400;
    line-height: 0;
    display: inline-block;
    padding: 0 5px;
}
ul.topbox3_right.clearfix li:nth-child(2), ul.topbox3_right.clearfix li:nth-child(5), ul.topbox3_right.clearfix li:nth-child(8) {
    margin: 10px 0;
}
ul.topbox3_right.clearfix li:nth-child(3), ul.topbox3_right.clearfix li:nth-child(6) {
    margin: 0 0 40px 0;
}
ul.topbox3_right.clearfix li:nth-child(9) {
    margin: 0 0 20px 0;
}
.topbox4 {
    width: 95%;
    margin: 25px auto 0 auto;
}
img.topimg4 {
    margin: 30px 0 0 0;
}
.topbox4_under {
    width: 636px;
    height: 265px;
    margin: 0 auto;
    background: url(../images/top/topback3.png) no-repeat;
}
p.topbox4_title {
    width: 100%;
    margin: 20px auto 10px auto;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0px;
    text-shadow: 2px 2px 1px #fff, 0px 2px 0px #fff, -2px 0px 0px #fff, 0px -1px 0px #fff, 4px 5px 6px rgba(30,30,30,1);
}
.topbox4_under2.sp {
    width: 100%;
    margin: 15px 0 0 0;
}
.topbox4_under2 p {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    font-size: 15px;
    font-weight: 600;
    border: solid 2px #b9b9b9;
    border-radius: 10px;
}
.topbox4_under2 p:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
  top: 110%;
  margin-top: -13px;
}
.topbox4_under2 p:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #b9b9b9;
  z-index: 1;
  top: 111%;
  margin-top: -13px;
}
img.topback3_sp {
    width: 40%;
    margin-left: 25%;
    margin-top: 10px;
}
p.topbox4_tel {
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0;
    line-height: 28px;
    text-align: center;
    float: none;
}
p.topbox4_tel a {
    font-size: 30px;
    display: block;
    letter-spacing: -1px;
    color: #282828;
    text-decoration: none;
}
p.topbox4_tel a span {
    color: #c20605;
}
.topbox4_under3 ul {
    width: 100%;
    text-align: center;
    margin: 20px 0 0 0;
}
.topbox4_under3 ul li {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}
.topbox4_under3 ul li img {
    width: 25%;
}
.topbox5_over {
    width: 95%;
    margin: 30px auto 0 auto;
    overflow: hidden;
}
p.topbox5_title {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    border-bottom: solid 7px #d0d0d0;
    line-height: 40px;
}
.topbox5 {
    width: 100%;
    margin: 20px 0 0 0;
}
.topbox5 img {
    width: 30%;
}
.topbox5 div {
    float: right;
    width: 65%;
}
p.topbox5_text {
    font-size: 14px;
    line-height: 20px;
}
p.topbox5_text span {
    display: block;
    font-weight: 600;
    font-size: 17px;
    margin: 5px 0 5px 0;
}
p.topbox5_bt {
    margin: 10px 0 0 0;
}
p.topbox5_bt a {
    font-size: 15px;
    font-weight: 600;
    color: #282828;
}
.topbox6 {
    width: 95%;
    margin: 70px auto 0 auto;
    border: solid 5px #bdbdbd;
    padding: 10px;
    clear: both;
}
p.toplogo {
    width: 25%;
    margin: 0 auto 10px auto;
}
p.topbox6_text1 {
    border-bottom: dotted 1px #282828;
    line-height: 25px;
    font-size: 18px;
    font-weight: 600;
}
p.topbox6_text2 {
    margin: 10px 0 0 0;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -1px;
    text-align: center;
    line-height: 26px;
}
p.topbox6_text2 img {
    width: 10%;
    margin: 0 5px -3px 0;
}
p.topbox6_text2 a {
    color: #6b6b6b;
    text-decoration: none;
}
p.topbox6_text3 {
    text-align: center;
    line-height: 20px;
    margin: 0 0 15px 0;
    font-weight: 600;
    color: #6b6b6b;
}
p.topbox6_contact {
    width: 100%;
}

  /*-------------
footer
-------------*/
#footer {
    clear: both;
    margin: 0 auto;
    padding: 30px 0 10px 0;
    width: 100%;
    background-color: #414141;
    color: #fff;
}
footer .ft_middle {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
img.footerlogo.clearfix {
    width: 20%;
}
.footer_box.clearfix {
    width: 100%;
    margin: 0 0 0 0;
}
p.footertext1 {
    font-size: 12px;
    line-height: 15px;
    margin: 15px 0 0 0;
}
p.footertext2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
    margin: 10px 0 0 0;
    letter-spacing: -1px;
}
p.footertext2 a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}
p.footertext3 {
    font-size: 14px;
    line-height: 15px;
    margin: 15px 0 0 0;
}
.footermail.clearfix {
    margin: 20px auto 0 auto;
    width: 60%;
}
}
