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

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
a {
    background: transparent;
}
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    border: solid 1px #ccc;
    margin: 30px 0 30px 10px;
    width: 980px;
}
mark {
    background: #ff0;
    color: #000;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}

ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
img {
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
}
html {
    font-size: 62.5%;
}
body {
    font-family: Verdana, "游ゴシック", YuGothic, Meiryo, メイリオ,;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: left;
    color: #333;
    height: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    min-width: 980px;
}
@media screen and (max-width: 768px) {
	body {
		min-width: 0;
	}
}
p {
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    line-height: 1.8;
}

.white{
	color: #FFF;	
}

@media screen and (max-width: 480px) {
    p {
        font-size: 14px;
        font-size: 1.4rem;
    }
}
li {
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
}
@media screen and (max-width: 480px) {
    li {
        font-size: 14px;
        font-size: 1.4rem;
    }
}
a {
    text-decoration: none;
    color: #333;
    -webkit-tap-highlight-color: transparent;
}
a:hover {
    color: #003098;
}
a:active,
a:hover,
a:link,
a:visited {
    overflow: hidden;
    outline: none;
}
label,
select {
    cursor: pointer;
}
.maT30 {
    margin-top: 30px;
}
body,
html {
    overflow-x: hidden;
    position: relative;
}

/*表示
----------------------------------------*/
/* PCだけ表示 */
.visible_pc {
	display: block !important;
}
/* SPだけ表示 */
.visible_sp {
	display: none !important;
}
/* PCだけ表示 */
.visible_pc_inline {
	display: inline !important;
}
/* SPだけ表示 */
.visible_sp_inline {
	display: none !important;
}

@media only screen and (max-width: 768px) {
	/* PCだけ表示 */
	.visible_pc {
		display: none !important;
	}
	/* SPだけ表示 */
	.visible_sp {
		display: block !important;
	}
	/* PCだけ表示 */
	.visible_pc_inline {
		display: none !important;
	}
	/* SPだけ表示 */
	.visible_sp_inline {
		display: inline !important;
	}
}

.header_contact{
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 83px;
    clear: both;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

@media screen and (max-width: 768px) {
    .header_contact{
        height: 58px;
    }
}

.l-header {
    z-index: 9999;
    position: fixed;
    top: 84px;
    left: 0;
    width: 100%;
    height: 70px;
    clear: both;
    border-bottom: 1px solid #ddd;
    background: #fff;
    min-width: 980px;
}
@media screen and (max-width: 768px) {
    .l-header {
        height: auto;
        min-width: 0;
        top: 58px;
    }
}
.absolute .l-header {
    position: absolute;
    top: 700px;
    left: 0;
    z-index: 999;
}
@media screen and (max-width: 768px) {
    .absolute .l-header {
        position: fixed;
        top: 58px;
    }
}
@keyframes headerAnimation {
    0% {
        margin-top: -70px;
    }
    100% {
        margin-top: 0;
    }
}
.fixed .l-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.l-conversion {
    overflow: hidden;
}
.l-footer {
    background: #fff;
    margin: 0;
    padding: 30px 0;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .l-footer {
        padding: 0;
    }
}


.logo {
    height: 83px;
    margin: 0;
    float: left;
}

.logo-item {
    line-height: 1;
    margin: 0;
    height: 100%;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.logo-item a {
    height: 100%;
    padding: 8px 30px 0 16px;

    display: block;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.logo-item img {

    width: 190px;
    height: auto;
}
@media screen and (max-width: 1325px) {
	.logo {
		height: 84px;
		margin: 0;
		float: left;
		width: 180px;
	}
	.logo-item a {
        padding: 14px 10px 0 15px;
    }
    .logo-item img {
      width: auto;
      max-width: 100%;
      padding: 0;
  }
}
@media screen and (max-width: 768px) {
	.logo {
        height: 58px;
        box-sizing: content-box;
        display: table;
        border-right: none;
        /*width: 45%;*/
    }
    .logo-item {
        display: table-cell;
        vertical-align: middle;
        height: auto;
        padding: 5px 10px 0 12px;
        float: none;
    }
    .logo-item img {
        padding: 0;
        width: 80%;
    }
    .logo-item a {
        padding: 0;
        height: auto;
    }
}







@media screen and (max-width: 768px) {
    .nav {
        display: none;
        clear: both;
        float: none;
    }
}
@media screen and (max-width: 768px) {
    .gNav {
        float: none;
    }
}
.nav {
    width: 1394px;
    margin: 0 auto;
}
.gNav-item {
    width: 187px;
    height: 48px;
    text-align: center;
    float: left;
    font-size: 15px;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1;
    padding: 22px 22px 0;
    border-left: 1px solid #ddd;
}
.gNav-item a {
    height: 100%;
    color: #333;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

li.gNav-item:last-child {
    border-right: 1px solid #ddd;
}


@media screen and (min-width: 769px) {
    .gNav-item a:hover {
        color: #003098;
    }
}
@media screen and (max-width: 1325px) {
    .nav {
        width: 946px;
    }
    .gNav-item {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 23px 7px 0;
        width: 142px;
    }
}
@media screen and (max-width: 768px) {
    .nav {
        width: 100%;
    }
    .gNav-item {
        width: 100%;
        height: auto;
        float: none;
        margin: 0;
        border-top: 1px solid #ddd;
        padding: 0;
    }
    .gNav-item a {
        display: block;
        padding: 15px 0;
        position: relative;
    }
    .gNav-item a:before {
        display: block;
        font-family: FontAwesome;
        content: "\f105";
        position: absolute;
        left: 15px;
        top: 50%;
        margin-top: -10px;
        font-size: 20px;
        font-size: 2rem;
        line-height: 20px;
        color: #333;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
}
.gNav-kanji {
    letter-spacing: 0.2rem;
}
.gNav-eng {
    margin-top: 3px;
    display: block;
    font-family: "HelveticaNeue-CondensedMedium","Helvetica Neue Condensed Medium","Helvetica-CondensedMedium","Helvetica Condensed Medium","Roboto Condensed",sans-serif;
    font-weight: 700;
    letter-spacing: 0.2rem;
    font-size: 11px;
    font-size: 1.1rem;
}
.contact {
	float: right;
    margin: 0;
    width: 318px;
}
.contact .tel {
	float: left;
	margin: 0;
	padding-top: 25px;
}
.contact .tel img {
	max-width: 100%;
}
.contact .tel a {
	display: none;
}
.contact .mail {
    float: right;
    margin: 0;
    border-left: 1px solid #ddd;
}
.contact .mail a {
    color: #3a5795;
    display: block;
    height: 83px;
    width: 70px;
    position: relative;
}
.contact .mail a:before {
    display: block;
    position: absolute;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    content: '';
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: url(../images/common/icon_mail_sp.png) center center no-repeat;
    background-size: 30px;
}
@media screen and (max-width: 1100px) {
	.contact {
		width: 227px;
	}
	.contact .tel {
		float: left;
		margin: 0;
		padding-top: 18px;
		width: 156px;
		padding-right: 10px;
		box-sizing: border-box;
	}	
}

@media screen and (min-width: 769px) {
    .contact .mail a:hover:before {
        opacity: 0.6;
    }
}
.contact .mail span {
    display: none;
}
@media screen and (max-width: 768px) {
	.contact {
		width: 176px;
	}
	.contact .tel img {
		display: none
	}
	.contact .tel {
		padding: 0;
		margin: 0;
		height: 59px;
    width: 60px;
    border-left: 1px solid #ddd;
    position: absolute;
    float: none;
    right: 118px;
    top: 0;
    }
    .contact .tel a {
      display: block;
      height: 60px;
      width: 60px;
      position: relative;
  }
  .contact .tel a:before {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      text-align: center;
      content: '';
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      background: url(../images/common/icon_tel_sp.png) center center no-repeat;
      background-size: 15px;
  }
  .contact .tel a span {
      display: none;
  }

  .contact .mail {
    border-right: 1px solid #ddd;
    position: absolute;
    float: none;
    right: 60px;
    top: 0;
}
.contact .mail a {
    height: 58px;
    width: 58px;
}
.contact .mail a:before {
  background: url(../images/common/icon_mail_sp.png) center center no-repeat;
  background-size: 23px;
}
}
.spNavBtn {
    display: none;
}
@media screen and (max-width: 768px) {
    .spNavBtn {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 58px;
        height: 58px;
        cursor: pointer;
    }
}
@media screen and (max-width: 768px) {
    .spNavBtn-item {
        width: 24px;
        height: 17px;
        position: relative;
        margin: 22px 18px;
    }
}
.spNavBtn-bar_01 {
    width: 24px;
    height: 3px;
    background-color: #333;
    position: absolute;
    top: 0;
    left: 0;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.spNavBtn-bar_02 {
    width: 24px;
    height: 3px;
    background-color: #333;
    position: absolute;
    top: 7px;
    left: 0;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.spNavBtn-bar_03 {
    width: 24px;
    height: 3px;
    left: 0;
    background-color: #333;
    position: absolute;
    top: 14px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.open .spNavBtn-bar_01 {
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 6px;
}
.open .spNavBtn-bar_02 {
    opacity: 0;
}
.open .spNavBtn-bar_03 {
    -moz-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    top: 6px;
}
.pageTop {
    display: none;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 10px;
    right: 50px;
    z-index: 9999;
}
.pageTop a {
    display: block;
    position: relative;
    background: #c1dde8;
    color: #333;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.pageTop a:after {
    font-family: "FontAwesome";
    display: block;
    content: '\f106';
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 26px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: -14px;
}
@media screen and (min-width: 769px) and (min-width: 769px) {
    .pageTop a:hover {
        color: #006633;
    }
}
@media screen and (max-width: 768px) {
    .pageTop {
        display: block;
        position: static;
        width: 100%;
        background: #fff;
        padding: 20px 0 10px;
    }
    .pageTop a {
        float: right;
        margin-right: 10px;
        width: 40px;
        height: 40px;
        background: #333;
        color: #fff;
    }
}

.floating_block {
	height: 480px;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 9999999999;
}
.floating_block li + li {
	margin-top: 5px;
}
.floating_block a {
	transition: 0.3s;
}

@media screen and (max-width: 768px) {
	.floating_block {
		display: none;
	}
}
@media screen and (min-width: 769px) {
	.floating_block a:hover {
		opacity: 0.6;		
	}
}

.mainV {
    margin: 0;
    padding: 0;
    height: 700px;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.mainV img {
    width: 100%;
    height: auto;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
    .mainV {
        height: 340px;
        margin-top: 61px;
    }
}
@media screen and (max-width: 480px) {
    .mainV {
        height: 240px;
        margin-top: 61px;
    }
}
.mainV-catch {
    position: absolute;
    top: 160px;
    right: 10px;
    margin: 0;
    height: auto;
    width: 374px;
    text-align: center;
}
.mainV-catch img {
    width: 78%;
    height: auto;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
    .mainV-catch {
        bottom: 20px;
        left: 20px;
        width: 320px;
    }
}
@media screen and (max-width: 768px) {
    .mainV-catch {
        top: 22px;
		right: 10px;
		width: 30%;
    }
}
.mainV-subCatch {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    font-weight: normal;
    text-shadow: 0 0 4px rgba(0,0,0,0.7);
}
@media screen and (min-width: 481px) and (max-width: 768px) {
    .mainV-subCatch {
        margin: 0 10px;
        font-size: 18px;
        font-size: 1.8rem;
        text-shadow: 0 0 4px rgba(0,0,0,0.8);
    }
}
@media screen and (max-width: 480px) {
    .mainV-subCatch {
        margin: 0 10px;
        font-size: 14px;
        font-size: 1.4rem;
        text-shadow: 0 0 4px #000;
    }
}
.mainV-btn {
    /*text-align: center;
    position: absolute;
    right: 60px;
    bottom: 40px;*/
    text-align: center;
    position: absolute;
    right: 18px;
    bottom: 40px;
    width: 30%;
}
.mainV-btn li {
    display: inline-block;
    margin: 7px;
}

.mainV-btn li a {
	transition: 0.3s;
}

@media screen and (min-width: 769px) {
	.mainV-btn li a:hover {
		opacity: 0.6;		
	}
}

@media screen and (max-width: 768px) {
    .mainV-btn {
        right: 10px;
        bottom: 13px;        
    }
    .mainV-btn ul li {
      float: left;
      margin: 10px;
  }
  .mainV-btn li + li {
      margin-top: 5px;
  }
  
}


.l-contents {
    background: #fff;
    padding: 0;
    overflow: hidden;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
    .l-contents {
        padding: 0 0 80px 0;
    }
}
@media screen and (max-width: 480px) {
    .l-contents {
        padding: 0;
    }
}



.green_bg{
	background: url(../images/top/pic-subV.jpg) center top;
}
@media screen and (max-width: 1100px) {
	.green_bg{
		background: url(../images/top/pic-subV.jpg) center top;
		background-size: 150% auto;
	}
}

.info {
    margin: 0;
    padding: 120px 30px 60px;
}



@media screen and (max-width: 768px) {
    .info {
        margin: 0;
        padding: 20px 20px 20px;
    }
}
.info-title {
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 0;
    font-size: 24px;
    font-size: 2.4rem;
    font-style: italic;
}
@media screen and (max-width: 480px) {
    .info-title {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
.info-txt {
    text-align: center;
    color: #FFFFFF;
    line-height: 2;
}
@media screen and (max-width: 768px) {
    .info-txt {
        line-height: 1.6;
    }
}
@media screen and (max-width: 480px) {
    .info-txt {
        text-align: left;
		font-size: 0.8em;
    }
}
.info-gra {
    text-align: center;
    margin: 60px 0 0;
}
.info-gra img {
    width: 600px;
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 768px) {
    .info-gra {
        margin-top: 30px;
    }
}


.works-info {
    vertical-align: middle;
    position: relative;
    padding-left: 40px;
}
.works-info:before {
    position: absolute;
    left: 10px;
    top: 10px;
    content: '\f101';
    font-family: "FontAwesome";
    color: #1e76d0;
}
@media screen and (max-width: 480px) {
    .works-info {
        display: block;
        width: auto;
        padding: 0;
    }
    .works-info:before {
        left: 0;
        top: 0;
        content: '';
    }
}


.l-sec-4 {
    background-color: #f6f6f6;
    padding: 90px 0;
    overflow: hidden;
    /* margin-bottom: 120px; */
}
@media screen and (min-width: 481px) and (max-width: 768px) {
    .l-sec-4 {
        padding: 60px 0;
        /* margin-bottom: 60px; */
    }
}
@media screen and (max-width: 480px) {
    .l-sec-4 {
        padding: 30px 0;
        /* margin-bottom: 60px; */
    }
}


.l-col-3 {
    width: 33.33%;
    float: left;
}
@media screen and (max-width: 768px) {
    .l-col-3 {
        width: 100%;
        float: none;
    }
}


.busiinessField-bg,
.busiinessField-bg_1,
.busiinessField-bg_2,
.busiinessField-bg_3,
.busiinessField-bg_4 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.busiinessField-bg_1 {
    background-image: url("../images/top/pic-01.jpg");
}
@media screen and (min-width: 481px) and (max-width: 768px) {
    .busiinessField-bg_1 .busiinessField-link {
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
    }
}
.busiinessField-bg_2 {
    background-image: url("../images/top/pic-02.jpg");
}
@media screen and (min-width: 481px) and (max-width: 768px) {
    .busiinessField-bg_2 .busiinessField-link {
        border-bottom: 1px solid #fff;
    }
}
.busiinessField-bg_3 {
    background-image: url("../images/top/pic-03.jpg");
}
@media screen and (min-width: 481px) and (max-width: 768px) {
    .busiinessField-bg_3 .busiinessField-link {
        border-right: 1px solid #fff;
    }
}
.busiinessField-bg_4 {
    background-image: url("../images/top/pic-04.jpg");
}
.busiinessField-bg_4 .busiinessField-link {
    border: none;
}
.busiinessField-link {
    cursor: pointer;
    height: 340px;
    display: block;
    border-right: 1px solid #fff;
    background: rgba(0,0,0,0.3);
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
    overflow: hidden;
}
@media screen and (min-width: 769px) {
    .busiinessField-link:hover {
        background: transparent;
    }
    .busiinessField-link:hover .busiinessField-ico {
        bottom: -50px;
    }
    .busiinessField-link:hover .busiinessField-btn {
        margin-top: 120px;
        background: rgba(255,255,255,0.8);
        padding: 40px 0 25px;
    }
    .busiinessField-link:hover .busiinessField-title {
        border: none;
        width: 100%;
        max-width: 100%;
        font-size: 18px;
        font-size: 1.8rem;
        color: #003098;
        text-shadow: 0 0 3px #fff;
        background: none;
        padding: 0;
        margin-bottom: 15px;
    }
    .busiinessField-link:hover .busiinessField-more {
        opacity: 1;
    }
}
@media screen and (max-width: 768px) {
    .busiinessField-link:after {
        display: block;
        font-family: FontAwesome;
        content: "\f105";
        position: absolute;
        right: 30px;
        top: 50%;
        margin-top: -16px;
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 32px;
        color: #ddd;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
    .busiinessField-link {
        height: 240px;
        border-right: none;
    }
}
@media screen and (max-width: 480px) {
    .busiinessField-link {
        height: 140px;
        border-right: none;
        border-bottom: 1px solid #fff;
    }
}
.busiinessField-btn {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    margin-top: 240px;
    text-align: center;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
    .busiinessField-btn {
        margin-top: 160px;
    }
}
@media screen and (max-width: 480px) {
    .busiinessField-btn {
        margin-top: 90px;
    }
}
.busiinessField-title {
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
	background: rgba(3, 61, 136, 0.6);
    letter-spacing: 0.2rem;
    text-shadow: 0 0 6px #333;
    width: 90%;
    max-width: 260px;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    border: 2px solid #fff;
}
@media screen and (max-width: 768px) {
    .busiinessField-title {
        border: none;
        background: none;
    }
}
.busiinessField-more {
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    opacity: 0;
    text-align: center;
    display: inline-block;
    color: #003098;
    line-height: 1;
    letter-spacing: 0;
    margin: 0;
    padding: 5px 20px;
    border: 3px solid #003098;
}
.busiinessField-ico {
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 2;
    position: absolute;
    bottom: 40%;
    left: 50%;
    margin-left: -50px;
    width: 101px;
    height: 101px;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .busiinessField-ico {
        bottom: 35%;
        width: 70px;
        height: 70px;
        margin-left: -35px;
    }
    .busiinessField-ico img {
        width: 70px;
        height: 70px;
    }
}

.l-sec-3 {
    margin-bottom: 120px;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
    .l-sec-3 {
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 480px) {
    .l-sec-3 {
        margin-bottom: 60px;
    }
}


.title,
.title_2 {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
    .title,
    .title_2 {
        font-size: 12px;
        font-size: 1.2rem;
        margin-bottom: 15px;
    }
}

.title_2 {
    color: #fff;
}
.subTitle,
.subTitle_2 {
    letter-spacing: 0.2rem;
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 30px;
    color: #333;
}
@media screen and (max-width: 480px) {
    .subTitle,
    .subTitle_2 {
        font-size: 16px;
        font-size: 1.6rem;
        margin: 0 0 10px;
    }
}
.subTitle_2 {
    text-align: center;
}
.subTitle_3 {
    color: #1e76d0;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
}
@media screen and (max-width: 480px) {
    .subTitle_3 {
        font-size: 16px;
        font-size: 1.6rem;
        margin: 0;
    }
}
.subTitle_4 {
    letter-spacing: 0.2rem;
    font-size: 20px;
    font-size: 2rem;
    margin: 0;
    color: #1e76d0;
}
@media screen and (max-width: 480px) {
    .subTitle_4 {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
.subTitle_5 {
    letter-spacing: 0.2rem;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    margin: 0 0 10px;
    color: #333;
}
@media screen and (max-width: 480px) {
    .subTitle_5 {
        font-size: 16px;
        font-size: 1.6rem;
        margin: 0 0 5px;
    }
}

.pageTitle {
    margin-top: 150px;
    padding: 80px 0;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
    .pageTitle {
        margin-top: 59px;
        padding: 54px 0;
    }
}
@media screen and (max-width: 480px) {
    .pageTitle {
        margin-top: 59px;
        padding: 30px 0;
    }
}
.pageTitle-item {
    color: #FFFFFF;
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0.2rem;
}
@media screen and (max-width: 480px) {
    .pageTitle-item {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold;
    }
}





.title-eng {
    margin-bottom: 10px;
    font-size: 48px;
    font-size: 4.8rem;
    font-weight: 300;
    font-family: "HelveticaNeue-CondensedLight","Helvetica Neue Condensed Light","Helvetica-CondensedLight","Helvetica Condensed Light","Roboto Condensed",sans-serif;
    display: block;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
    .title-eng {
        font-size: 36px;
        font-size: 3.6rem;
    }
}
@media screen and (max-width: 480px) {
    .title-eng {
        font-size: 28px;
        font-size: 2.8rem;
        margin-bottom: 5px;
    }
}


.subTitle-eng {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700;
    font-family: "HelveticaNeue-CondensedMedium","Helvetica Neue Condensed Medium","Helvetica-CondensedMedium","Helvetica Condensed Medium","Roboto Condensed",sans-serif;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
    .subTitle-eng {
        font-size: 36px;
        font-size: 3.6rem;
    }
}
@media screen and (max-width: 480px) {
    .subTitle-eng {
        font-size: 24px;
        font-size: 2.4rem;
    }
}


.pageTitle-eng {
    color: #FFFFFF;
    margin-bottom: 10px;
    font-size: 60px;
    font-size: 3.6rem;
    font-weight: 300;
    font-family: "HelveticaNeue-CondensedLight","Helvetica Neue Condensed Light","Helvetica-CondensedLight","Helvetica Condensed Light","Roboto Condensed",sans-serif;
    display: block;
    letter-spacing: 0.1rem;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
    .pageTitle-eng {
        font-size: 46px;
        font-size: 2.8rem;
    }
}
@media screen and (max-width: 480px) {
    .pageTitle-eng {
        font-size: 36px;
        font-size: 2rem;
        margin-bottom: 5px;
    }
}


.news-list {
    width: 100%;
}


.news-item .btn-item a,
.news-item .btn-item_2 a {
    color: #FFF;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px 100px;
    font-weight: bold;
    border: 2px solid #FFF;
    text-align: center;
    position: relative;
    display: inline-block;
    background-color: #FFF;
    background-color: rgba(255,255,255,0.00);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.news-item .btn-item a:before,
.news-item .btn-item_2 a:before {
    display: block;
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -10px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    color: #FFF;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (min-width: 769px) {
    .news-item .btn-item a:hover,
    .news-item .btn-item_2 a:hover {
        background-color: #1e4a2d;
        background-color: rgba(30,74,45,68.00);
        color: #fff;
    }
    .news-item .btn-item a:hover:before,
    .news-item .btn-item_2 a:hover:before {
        color: #fff;
        left: 40px;
    }
}

.news-item,
.news-item_n2 {
    clear: both;
    overflow: hidden;
    background-color: #002033;
    background-color: rgba(0,32,51,0.68);
}
.news-item_n2 {
    background-color: #013350;
    background-color: rgba(1,51,80,0.55);
}



.news-link {
    display: block;
    padding: 20px 30px;
    overflow: hidden;
    position: relative;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #FFF;
}
.news-link:after {
    display: block;
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -10px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    color: #FFF;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.news-link:hover {
    color: #6fbef9;
}
.news-link:hover .news-ico {
    background-color: #CEF01C;
}
.news-link:hover:after {
    right: 10px;
    color: #6fbef9;
}
@media screen and (max-width: 768px) {
    .news-link {
        padding: 20px 20px 20px 10px;
    }
    .news-link:after {
        right: 10px;
    }
}
.news-link_no {
    display: block;
    padding: 20px 30px;
    overflow: hidden;
    position: relative;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #333;
}
@media screen and (max-width: 768px) {
    .news-link_no {
        padding: 20px 20px 20px 10px;
    }
}

.news-info {
    float: left;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .news-info {
        float: none;
        margin-bottom: 5px;
    }
}


.news-date {
    display: block;
    float: left;
    margin-right: 20px;
    line-height: 20px;
}
@media screen and (max-width: 480px) {
    .news-date {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.news-title {
    margin: 0;
    line-height: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    margin-left: 80px;
}
@media screen and (max-width: 768px) {
    .news-title {
        margin-left: 0;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.4;
    }
}


@media screen and (max-width: 768px) {
    .btn,
    .btn_center,
    .btn_center2 {
        text-align: center;
    }
}
@media screen and (max-width: 480px) {
    .btn,
    .btn_center,
    .btn_center2 {
        padding-right: 20px;
        padding-left: 20px;
    }
}
.btn_center {
    text-align: center;
}
.btn_center2 {
    background-color: #f6f6f6;
    background-color: rgba(0,0,0,0.03);
    text-align: center;
}


.btn-item,
.btn-item_2 {
    margin: 0;
    padding: 20px 0;
    letter-spacing: 0.2rem;
}
.btn-item a,
.btn-item_2 a {
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 10px 100px;
    font-weight: bold;
    border: 3px solid #fff;
    text-align: center;
    position: relative;
    display: inline-block;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-item a:before,
.btn-item_2 a:before {
    display: block;
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -10px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    color: #fff;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}




@media screen and (min-width: 769px) {
	.btn-item a:hover,
    .btn-item_2 a:hover {
        background: #003098;
    }

    .btn-item a:hover:before,
    .btn-item_2 a:hover:before {
        left: 40px;
    }
}
@media screen and (max-width: 480px) {
    .btn-item,
    .btn-item_2 {
        width: 100%;
    }
    .btn-item a,
    .btn-item_2 a {
        display: block;
        padding: 7px 0;
    }
}
.btn-item_2 {
    padding: 30px 0;
}


.footer-inner,
.l-sec-3 {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}
@media screen and (min-width: 769px) {
    .footer-inner,
    .l-sec-3 {
        width: auto;
        max-width: 1200px;
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media screen and (max-width: 768px) {
    .footer-inner,
    .l-sec-3 {
        width: 100%;
    }
}
.l-box_btn,
.l-sec-2,
.works {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}
@media screen and (min-width: 769px) {
    .l-box_btn,
    .l-sec-2,
    .works {
        width: auto;
        max-width: 1200px;
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media screen and (max-width: 768px) {
    .l-box_btn,
    .l-sec-2,
    .works {
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
}


.conversion-inner {
    padding: 90px 30px 120px;
    
}
.top .conversion-inner {
	background: rgba(0,0,0,0.4);
}
@media screen and (max-width: 768px) {
    .conversion-inner {
        padding: 30px 20px;
    }
}
.conversion-title {
    font-weight: bold;
    text-align: center;
    font-style: normal;
    color: #fff;
    margin: 0 0 25px;
    font-size: 24px;
    font-size: 2.4rem;
}
.conversion-title a {
	color: #fff;
}
@media screen and (min-width: 769px) {
    .conversion-title a:hover {
      color: #003098;
  }
}
@media screen and (max-width: 480px) {
    .conversion-title {
        font-size: 16px;
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
}
.conversion-tel {
    text-align: center;
    font-style: normal;
    color: #fff;
    margin: 0 0 30px;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.4rem;
    font-family: "HelveticaNeue-CondensedLight","Helvetica Neue Condensed Light","Helvetica-CondensedLight","Helvetica Condensed Light","Roboto Condensed",sans-serif;
    font-weight: 300;
}
@media screen and (max-width: 480px) {
    .conversion-tel {
        display: none;
    }
}
.conversion-tel_sp {
    display: none;
    margin: 0 0 10px;
    text-align: center;
    font-style: normal;
    font-size: 18px;
    font-size: 1.8rem;
}
.conversion-tel_sp a {
    color: #fff;
    padding: 10px 100px;
    border: 2px solid #fff;
    display: inline-block;
    position: relative;
}
.conversion-tel_sp a:before {
    display: block;
    font-family: FontAwesome;
    content: "\f095";
    position: absolute;
    left: 32px;
    top: 50%;
    margin-top: -10px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    color: #fff;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
@media screen and (max-width: 480px) {
    .conversion-tel_sp {
        display: block;
    }
    .conversion-tel_sp a {
        display: block;
        padding: 10px 0;
    }
}
.conversion-btn {
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    font-style: normal;
    letter-spacing: 0.2rem;
}
.conversion-btn a {
    color: #fff;
    padding: 10px 100px;
    min-width: 324px;
    box-sizing: border-box;
    border: 3px solid #fff;
    position: relative;
    display: inline-block;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: bold;
    margin: 0 15px;
}
.conversion-btn a:before {
	content: "";
    display: block;
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    width: 28px;
    height: 19px;
    margin: auto 0;
    background: url(../images/common/icon_mail.png) center center no-repeat;
    background-size: 100%;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.conversion-btn .estimate:before {
    width: 32px;
    height: 29px;
    background: url(../images/common/icon_mitsumori.png) center center no-repeat;
    background-size: 100%;
}
@media screen and (min-width: 769px) {
    .conversion-btn a:hover {
        background-color: #003098;
    }
}
@media screen and (max-width: 768px) {
    .conversion-btn {
        display: block;
    }
    .conversion-btn a {
        font-size: 18px;
        font-size: 1.8rem;
        display: block;
        padding: 10px 0;
        min-width: 0;
        width: 100%;
        box-sizing: border-box;
        margin: 0;
    }
    .conversion-btn .estimate {
      margin-top: 10px;
  }
}
.footer-inner {
    position: relative;
}
.footer-company {
}
@media screen and (max-width: 768px) {
    .footer-company {
        margin: 0 auto 15px;
        width: 66%;
        text-align: center;
    }
    .footer-company img {
        max-width: 100%;
    }
}

.footer-copy {
    position: absolute;
    margin: 0;
    bottom: 0;
    right: 30px;
}
@media screen and (max-width: 768px) {
    .footer-copy {
        position: static;
        text-align: center;
        margin: 0 0 10px;
    }
}
.footerNav-item {
    margin: 0 0 90px;
    font-size: 14px;
    font-size: 1.4rem;
}
.footerNav-item a {
    color: #000;
    padding-left: 15px;
    position: relative;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.footerNav-item a:before {
    display: block;
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    font-weight: bold;
    color: #063050;
    left: 1px;
    top: 50%;
    margin-top: -10px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
@media screen and (min-width: 769px) {
    .footerNav-item a:hover {
        color: #003098;
    }
    .footerNav-item a:hover:before {
        left: 5px;
    }
}
@media screen and (max-width: 768px) {
    .footerNav-item {
        margin: 0 0 60px;
    }
    .footerNav-item a {
        color: #333;
        font-size: 16px;
        font-size: 1.6rem;
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
        /*border-top: 1px solid #ddd;*/
        text-align: center;
        background: #fff;
        display: block;
        position: relative;
    }
    .footerNav-item a:before {
        left: 15px;
    }
}


body {    
    background-position: center center;
    background-attachment: fixed;
    background-image: url(../images/common/pic-subV.jpg);

}
@media screen and (max-width: 768px) {
    .l-conversion,
    .pageTitle {
        background-image: url("../images/common/pic-subV.jpg");
    }
}
@media screen and (max-width: 768px) {
    .l-conversion,
    .mainV,
    .pageTitle {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
}

@media screen and (max-width: 768px) {
	body {
    	background-image: none;
	}
}

.bg,
.bg_1,
.bg_2,
.bg_3 {
    background-repeat: repeat-y, repeat-y;
    background-position: 0 0, 100% 0;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
@media screen and (max-width: 768px) {
    .bg,
    .bg_1,
    .bg_2,
    .bg_3 {
        background-position: 0 0;
        background-size: auto;
    }
}
.bg_1 {
    background-image: url("../images/common/bg-l_01.png),url(../images/common/bg-r_01.png");
}
@media screen and (max-width: 768px) {
    .bg_1 {
        background-image: url("../images/common/bg-l_01.png");
    }
}
.bg_2 {
    background-image: url("../images/common/bg-l_02.png),url(../images/common/bg-r_02.png");
}
@media screen and (max-width: 768px) {
    .bg_2 {
        background-image: url("../images/common/bg-l_02.png");
    }
}
.bg_3 {
    background-image: url("../images/common/bg-l_03.png),url(../images/common/bg-r_03.png");
}
@media screen and (max-width: 768px) {
    .bg_3 {
        background-image: url("../images/common/bg-l_03.png");
    }
}
body.top {
    background-image: url("../images/top/pic-mainV.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width: 768px) {
    body.top .l-conversion,
    body.top .mainV {
        background-image: url("../images/top/pic-mainV.jpg");
    }
}

body.services {
    background-image: url("../images/services/pic-subV.jpg");
}
@media screen and (max-width: 768px) {
    body.services .l-conversion,
    body.services .pageTitle {
        background-image: url("../images/services/pic-subV.jpg");
    }
}

body.safety {
    background-image: url("../images/safety/pic-subV.jpg");
}
@media screen and (max-width: 768px) {
    body.safety .l-conversion,
    body.safety .pageTitle {
        background-image: url("../images/safety/pic-subV.jpg");
    }
}
body.company {
    background-image: url("../images/company/pic-subV.jpg");
}
@media screen and (max-width: 768px) {
    body.company .l-conversion,
    body.company .pageTitle {
        background-image: url("../images/company/pic-subV.jpg");
    }
}
body.recruit {
    background-image: url("../images/recruit/pic-subV.jpg");
}
@media screen and (max-width: 768px) {
    body.recruit .l-conversion,
    body.recruit .pageTitle {
        background-image: url("../images/recruit/pic-subV.jpg");
    }
}

body.inquiry {
    background-image: url("../images/inquiry/pic-subV.jpg");
}
@media screen and (max-width: 768px) {
    body.inquiry .l-conversion,
    body.inquiry .pageTitle {
        background-image: url("../images/inquiry/pic-subV.jpg");
    }
}
body.news {
    background-image: url("../images/news/pic-subV.jpg");
}
@media screen and (max-width: 768px) {
    body.news .l-conversion,
    body.news .pageTitle {
        background-image: url("../images/news/pic-subV.jpg");
    }
}
body.privacy {
    background-image: url("../images/privacy/pic-subV.jpg");
}
@media screen and (max-width: 768px) {
    body.privacy .l-conversion,
    body.privacy .pageTitle {
        background-image: url("../images/privacy/pic-subV.jpg");
    }
}
body.error {
    background-image: url("../images/error/pic-subV.jpg");
}
@media screen and (max-width: 768px) {
    body.error .l-conversion,
    body.error .pageTitle {
        background-image: url("../images/error/pic-subV.jpg");
    }
}



/* form 
------------------------------ */
.entry .contact-box {
	margin-top: 50px;
}

.acms-entry ol.mailStep {
	text-align: center;
  border: none;
  background: none;
}

.acms-entry ol.mailStep > li {
	list-style: none;
	margin: 0 10px;
	padding: 5px 10px 5px 25px;
	word-wrap: break-word;
	text-align: center;
	display: inline-block;
	border: solid 2px #cccccc;

}
.acms-entry ol.mailStep > li.mailStepItemCurrent {
	background: #eeeeee;
}

.acms-entry ol.mailStep > li:before {
	counter-increment: number;
	content: counter(number)'.';
	color: #a5a5a5;
	display: inline-block;
  margin: 2px 0.5em 0 0;
  width: auto;
  text-align: right;
  font-weight: bold;
  background: none;
  padding: 0px 10px;
}

.acms-entry ol.mailStep > li:nth-child(2n):before {
    background: none;
}


@media only screen and (max-width: 768px) {	
	.entry .contact-box {
		margin-top: 30px;
	}
	.acms-entry ol.mailStep > li {
		list-style: none;
		margin: 0;
		padding: 5px 7px 5px 15px;
		font-size: 11px;
	}

  .acms-entry ol.mailStep > li:before {
      margin: 0 0px 0 1px;
      width: auto;
      padding: 3px 0px 0px 7px;
  }

  
}




/* 送信ボタン
------------------------------ */
.form-btn-box {
	margin: 0 10px 50px 10px;
	text-align: center;
}

.form-btn {
	display: inline-block;
}

.form-btn-return {
	float: none;
  max-width: 360px;
  width: 100%;

}

.form-btn-send {
	float: none;
  max-width: 360px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
	.form-btn-return {
		float: none;
	}
	.form-btn-send {
		float: none;
		max-width: 360px;
		width: 100%;
        margin-top: 5%;
    }
}



/* ラベル 
------------------------------ */
.label-required {
	margin: 0 5px;
	padding: 2px 8px;
	color: #FFF;
	font-size: 12px;
	border-radius: 3px;
	background: #C41134;
}


/* キャッチ 
------------------------------ */

.catch_bg {
  background-image: url("../images/common/catch_bg.jpg") ;  	  
  font-size: 40px;
  line-height: 110%;
  padding: 8px 0 8px 30px;
  margin-bottom: 60px;  

}

p.catch {
  margin: 25px 0 !important;
  padding-left: 20px !important;
  border-left: 8px solid #08629e;
  color: #08629e;  
  font-weight: bold;  
  line-height: 110% !important;
}

.catch_bk{
	color:#2d2d2d;
  font-size: 28px;  
  font-weight: bold; 
}


@media screen and (max-width: 768px) {
  .catch_bg {      
      padding: 8px 8px 8px 10px ;
  }
  p.catch {
     margin: 0.5% 0 !important;
     font-size: 54% !important;
     padding-left: 10px !important ;
 }
 .catch_bk {   
  font-size: 68%;
  line-height: 110% ;
}


}



/*top_sp 追加
----------------------------------------*/
@media screen and (max-width: 768px) {
.mainV_sp{
background: #fff;
text-align: center;  
}

.mainV-btn_sp ul {
    margin-top: 5px;
    clear: both;
    background: #fff;    
}

.mainV-btn_sp li {
  display: inline-block;
  width: 43%;
  margin: 18px auto;
  text-align: center;    
}

}

















/*margin
----------------------------------------*/

/*top*/
.mt0{ margin-top: 0px !important; }
.mt05{ margin-top: 5px !important; }
.mt10{ margin-top: 10px !important; }
.mt15{ margin-top: 15px !important; }
.mt20{ margin-top: 20px !important; }
.mt25{ margin-top: 25px !important; }
.mt30{ margin-top: 30px !important; }
.mt40{ margin-top: 40px !important; }
.mt50{ margin-top: 50px !important; }

/*bottom*/
.mb0 { margin-bottom: 0px !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }


/*width
----------------------------------------*/
.w05per { width: 5% !important; }
.w10per { width: 10% !important; }
.w15per { width: 15% !important; }
.w20per { width: 20% !important; }
.w25per { width: 25% !important; }
.w30per { width: 30% !important; }
.w33per { width: 33.3333333333333% !important; }
.w35per { width: 35% !important; }
.w40per { width: 40% !important; }
.w45per { width: 45% !important; }
.w50per { width: 50% !important; }
.w55per { width: 55% !important; }
.w60per { width: 60% !important; }
.w65per { width: 65% !important; }
.w70per { width: 70% !important; }
.w75per { width: 75% !important; }
.w80per { width: 80% !important; }
.w85per { width: 85% !important; }
.w90per { width: 90% !important; }
.w95per { width: 95% !important; }
