@charset "UTF-8";
@charset 'UTF-8';
.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
 .slick-loading .slick-list
{
background: #fff url(/css/ajax-loader.gif) center center no-repeat;
} @font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(/css/fonts/slick.eot);
src: url(/css/fonts/slick.eot?#iefix) format('embedded-opentype'), url(/css/fonts/slick.woff) format('woff'), url(/css/fonts/slick.ttf) format('truetype'), url(/css/fonts/slick.svg#slick) format('svg');
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
.slick-prev:before
{
content: '←';
}
[dir='rtl'] .slick-prev:before
{
content: '→';
}
.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: '→';
}
[dir='rtl'] .slick-next:before
{
content: '←';
} .slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}
 html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
} article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.mt0 {
margin-top: 0px !important;
}
.mt5 {
margin-top: 5px !important;
}
.mt10 {
margin-top: 10px !important;
}
.mt11 {
margin-top: 11px !important;
}
.mt14 {
margin-top: 14px !important;
}
.mt15 {
margin-top: 15px !important;
}
.mt20 {
margin-top: 20px !important;
}
.mt25 {
margin-top: 25px !important;
}
.mt30 {
margin-top: 30px !important;
}
.mt35 {
margin-top: 35px !important;
}
.mt40 {
margin-top: 40px !important;
}
.mt45 {
margin-top: 45px !important;
}
.mt50 {
margin-top: 50px !important;
}
.mt55 {
margin-top: 55px !important;
}
.mt60 {
margin-top: 60px !important;
}
.mt65 {
margin-top: 65px !important;
}
.mt70 {
margin-top: 70px !important;
}
.mt75 {
margin-top: 75px !important;
}
.mt80 {
margin-top: 80px !important;
}
.mt85 {
margin-top: 85px !important;
}
.mt90 {
margin-top: 90px !important;
}
.mt95 {
margin-top: 95px !important;
}
.mt100 {
margin-top: 100px !important;
}
.mr5 {
margin-right: 5px !important;
}
.mr9 {
margin-right: 9px !important;
}
.mr10 {
margin-right: 10px !important;
}
.mr15 {
margin-right: 15px !important;
}
.mr20 {
margin-right: 20px !important;
}
.mr25 {
margin-right: 25px !important;
}
.mr30 {
margin-right: 30px !important;
}
.mr35 {
margin-right: 35px !important;
}
.mr40 {
margin-right: 40px !important;
}
.mr45 {
margin-right: 45px !important;
}
.mr50 {
margin-right: 50px !important;
}
.mr55 {
margin-right: 55px !important;
}
.mr60 {
margin-right: 60px !important;
}
.mr65 {
margin-right: 65px !important;
}
.mr70 {
margin-right: 70px !important;
}
.mr75 {
margin-right: 75px !important;
}
.mr80 {
margin-right: 80px !important;
}
.mr85 {
margin-right: 85px !important;
}
.mr90 {
margin-right: 90px !important;
}
.mr95 {
margin-right: 95px !important;
}
.mr100 {
margin-right: 100px !important;
}
.mb0 {
margin-bottom: 0px !important;
}
.mb5 {
margin-bottom: 5px !important;
}
.mb10 {
margin-bottom: 10px !important;
}
.mb11 {
margin-bottom: 11px !important;
}
.mb14 {
margin-bottom: 14px !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;
}
.mb75 {
margin-bottom: 75px !important;
}
.mb80 {
margin-bottom: 80px !important;
}
.mb85 {
margin-bottom: 85px !important;
}
.mb90 {
margin-bottom: 90px !important;
}
.mb95 {
margin-bottom: 95px !important;
}
.mb100 {
margin-bottom: 100px !important;
}
.ml5 {
margin-left: 5px !important;
}
.ml9 {
margin-left: 9px !important;
}
.ml10 {
margin-left: 10px !important;
}
.ml15 {
margin-left: 15px !important;
}
.ml20 {
margin-left: 20px !important;
}
.ml25 {
margin-left: 25px !important;
}
.ml30 {
margin-left: 30px !important;
}
.ml35 {
margin-left: 35px !important;
}
.ml40 {
margin-left: 40px !important;
}
.ml45 {
margin-left: 45px !important;
}
.ml50 {
margin-left: 50px !important;
}
.ml55 {
margin-left: 55px !important;
}
.ml60 {
margin-left: 60px !important;
}
.ml65 {
margin-left: 65px !important;
}
.ml70 {
margin-left: 70px !important;
}
.ml75 {
margin-left: 75px !important;
}
.ml80 {
margin-left: 80px !important;
}
.ml85 {
margin-left: 85px !important;
}
.ml90 {
margin-left: 90px !important;
}
.ml95 {
margin-left: 95px !important;
}
.ml100 {
margin-left: 100px !important;
}
.pt0 {
padding-top: 0px !important;
}
.pt5 {
padding-top: 5px !important;
}
.pt10 {
padding-top: 10px !important;
}
.pt11 {
padding-top: 11px !important;
}
.pt14 {
padding-top: 14px !important;
}
.pt15 {
padding-top: 15px !important;
}
.pt20 {
padding-top: 20px !important;
}
.pt25 {
padding-top: 25px !important;
}
.pt30 {
padding-top: 30px !important;
}
.pt35 {
padding-top: 35px !important;
}
.pt40 {
padding-top: 40px !important;
}
.pt45 {
padding-top: 45px !important;
}
.pt50 {
padding-top: 50px !important;
}
.pt55 {
padding-top: 55px !important;
}
.pt60 {
padding-top: 60px !important;
}
.pt65 {
padding-top: 65px !important;
}
.pt70 {
padding-top: 70px !important;
}
.pt75 {
padding-top: 75px !important;
}
.pt80 {
padding-top: 80px !important;
}
.pt85 {
padding-top: 85px !important;
}
.pt90 {
padding-top: 90px !important;
}
.pt95 {
padding-top: 95px !important;
}
.pt100 {
padding-top: 100px !important;
}
.pr5 {
padding-right: 5px !important;
}
.pr9 {
padding-right: 9px !important;
}
.pr10 {
padding-right: 10px !important;
}
.pr15 {
padding-right: 15px !important;
}
.pr20 {
padding-right: 20px !important;
}
.pr25 {
padding-right: 25px !important;
}
.pr30 {
padding-right: 30px !important;
}
.pr35 {
padding-right: 35px !important;
}
.pr40 {
padding-right: 40px !important;
}
.pr45 {
padding-right: 45px !important;
}
.pr50 {
padding-right: 50px !important;
}
.pr55 {
padding-right: 55px !important;
}
.pr60 {
padding-right: 60px !important;
}
.pr65 {
padding-right: 65px !important;
}
.pr70 {
padding-right: 70px !important;
}
.pr75 {
padding-right: 75px !important;
}
.pr80 {
padding-right: 80px !important;
}
.pr85 {
padding-right: 85px !important;
}
.pr90 {
padding-right: 90px !important;
}
.pr95 {
padding-right: 95px !important;
}
.pr100 {
padding-right: 100px !important;
}
.pb0 {
padding-bottom: 0px !important;
}
.pb5 {
padding-bottom: 5px !important;
}
.pb10 {
padding-bottom: 10px !important;
}
.pb11 {
padding-bottom: 11px !important;
}
.pb14 {
padding-bottom: 14px !important;
}
.pb15 {
padding-bottom: 15px !important;
}
.pb20 {
padding-bottom: 20px !important;
}
.pb25 {
padding-bottom: 25px !important;
}
.pb30 {
padding-bottom: 30px !important;
}
.pb35 {
padding-bottom: 35px !important;
}
.pb40 {
padding-bottom: 40px !important;
}
.pb45 {
padding-bottom: 45px !important;
}
.pb50 {
padding-bottom: 50px !important;
}
.pb55 {
padding-bottom: 55px !important;
}
.pb60 {
padding-bottom: 60px !important;
}
.pb65 {
padding-bottom: 65px !important;
}
.pb70 {
padding-bottom: 70px !important;
}
.pb75 {
padding-bottom: 75px !important;
}
.pb80 {
padding-bottom: 80px !important;
}
.pb85 {
padding-bottom: 85px !important;
}
.pb90 {
padding-bottom: 90px !important;
}
.pb95 {
padding-bottom: 95px !important;
}
.pb100 {
padding-bottom: 100px !important;
}
.pl5 {
padding-left: 5px !important;
}
.pl9 {
padding-left: 9px !important;
}
.pl10 {
padding-left: 10px !important;
}
.pl15 {
padding-left: 15px !important;
}
.pl20 {
padding-left: 20px !important;
}
.pl25 {
padding-left: 25px !important;
}
.pl30 {
padding-left: 30px !important;
}
.pl35 {
padding-left: 35px !important;
}
.pl40 {
padding-left: 40px !important;
}
.pl45 {
padding-left: 45px !important;
}
.pl50 {
padding-left: 50px !important;
}
.pl55 {
padding-left: 55px !important;
}
.pl60 {
padding-left: 60px !important;
}
.pl65 {
padding-left: 65px !important;
}
.pl70 {
padding-left: 70px !important;
}
.pl75 {
padding-left: 75px !important;
}
.pl80 {
padding-left: 80px !important;
}
.pl85 {
padding-left: 85px !important;
}
.pl90 {
padding-left: 90px !important;
}
.pl95 {
padding-left: 95px !important;
}
.pl100 {
padding-left: 100px !important;
}
.tal {
text-align: left !important;
}
.tar {
text-align: right !important;
}
.tac {
text-align: center !important;
}
.fll {
float: left !important;
}
.flr {
float: right !important;
}
.op a img,
.op2 {
transition: opacity 0.5s;
-moz-transition: opacity 0.5s;
-webkit-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
}
.op a img:hover,
.op2:hover {
opacity: 0.7;
}
.op3 {
transition: background-color 0.5s;
-moz-transition: background-color 0.5s;
-webkit-transition: background-color 0.5s;
-o-transition: background-color 0.5s;
background-color: rgba(255, 255, 255, 0);
}
.op3:hover {
background-color: rgba(255, 255, 255, 0.2);
}
.clearfix:after {
display: block;
clear: both;
content: "";
}
.show_pc {
display: block;
}
@media only screen and (max-width: 979px) {
.show_pc {
display: none;
}
}
@media only screen and (max-width: 479px) {
.show_pc {
display: none;
}
}
img.show_pc, span.show_pc {
display: inline;
}
@media only screen and (max-width: 979px) {
img.show_pc, span.show_pc {
display: none;
}
}
@media only screen and (max-width: 479px) {
img.show_pc, span.show_pc {
display: none;
}
}
.show_pctb {
display: block;
}
@media only screen and (max-width: 979px) {
.show_pctb {
display: block;
}
}
@media only screen and (max-width: 479px) {
.show_pctb {
display: none;
}
}
img.show_pctb, span.show_pctb {
display: inline;
}
@media only screen and (max-width: 979px) {
img.show_pctb, span.show_pctb {
display: inline;
}
}
@media only screen and (max-width: 479px) {
img.show_pctb, span.show_pctb {
display: none;
}
}
.show_tbsp {
display: none;
}
@media only screen and (max-width: 979px) {
.show_tbsp {
display: block;
}
}
@media only screen and (max-width: 479px) {
.show_tbsp {
display: block;
}
}
img.show_tbsp, span.show_tbsp {
display: none;
}
@media only screen and (max-width: 979px) {
img.show_tbsp, span.show_tbsp {
display: inline;
}
}
@media only screen and (max-width: 479px) {
img.show_tbsp, span.show_tbsp {
display: inline;
}
}
.show_tb {
display: none;
}
@media only screen and (max-width: 979px) {
.show_tb {
display: block;
}
}
@media only screen and (max-width: 479px) {
.show_tb {
display: none;
}
}
img.show_tb, span.show_tb {
display: none;
}
@media only screen and (max-width: 979px) {
img.show_tb, span.show_tb {
display: inline;
}
}
@media only screen and (max-width: 479px) {
img.show_tb, span.show_tb {
display: none;
}
}
.show_sp {
display: none;
}
@media only screen and (max-width: 979px) {
.show_sp {
display: none;
}
}
@media only screen and (max-width: 479px) {
.show_sp {
display: block;
}
}
img.show_sp, span.show_sp {
display: none;
}
@media only screen and (max-width: 979px) {
img.show_sp, span.show_sp {
display: none;
}
}
@media only screen and (max-width: 479px) {
img.show_sp, span.show_sp {
display: inline;
}
}
html, body {
height: 100%;
text-align: center;
}
body, div, p, li, dt, dd, th, td, h1, h2, h3, h4, h5, h6, input, textarea, option, a {
font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", Roboto, "Droid Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: normal;
font-style: normal;
color: #1a1a1a;
}
a {
text-decoration: none;
}
img {
vertical-align: middle;
}
.roboto {
font-family: 'Roboto', sans-serif;
}
.khand {
font-family: 'Khand', sans-serif;
}
.logo .khand {
font-weight: bold;
color: #006cb8;
display: table-cell;
vertical-align: middle;
}
.logo .jp {
display: table-cell;
vertical-align: middle;
text-align: left;
}
.logo .jp .txt_1 {
color: #212121;
display: block;
}
.logo .jp .txt_2 {
font-weight: bold;
color: #006cb8;
display: block;
}
#wrap {
max-width: 100%;
min-width: 1080px;
padding-top: 90px;
overflow: hidden;
}
table.blue {
max-width: 100%;
width: 980px;
margin: 0 auto;
}
table.blue tr th, table.blue tr td {
padding: 20px 50px;
vertical-align: middle;
border: solid 1px #eeeeee;
}
table.blue tr th {
font-size: 16px;
background: #006cb8;
text-align: center;
color: #fff;
font-weight: bold;
white-space: nowrap;
letter-spacing: 1px;
}
table.blue tr td {
background: #fff;
text-align: left;
font-size: 14px;
line-height: 2;
color: #333333;
}
header {
position: fixed;
top: 0;
left: 0;
width: 100%;
min-width: 1080px;
height: 90px;
background: rgba(255, 255, 255, 0.8);
padding-left: 30px;
box-sizing: border-box;
box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.1);
z-index: 999;
}
header .logo {
float: left;
padding-top: 28px;
}
header .logo .khand {
font-size: 37px;
padding-right: 15px;
}
header .logo .jp .txt_1 {
font-size: 11px;
margin-bottom: 6px;
}
header .logo .jp .txt_2 {
font-size: 14px;
}
header nav {
float: right;
}
header nav ul {
overflow: hidden;
}
header nav ul li {
float: left;
margin-left: 30px;
}
header nav ul li a {
display: block;
font-size: 14px;
line-height: 88px;
font-weight: bold;
}
header nav ul li a:hover {
border-bottom: solid 2px #006cb8;
}
header nav ul li:first-child {
margin-left: 0;
}
header nav ul li:last-child a {
background: #006cb8;
padding: 0 30px;
line-height: 90px;
color: #fff;
}
header nav ul li:last-child a:hover {
border: none;
}
#breadcrumb {
width: 1000px;
margin: 0 auto 60px;
padding-top: 30px;
}
#breadcrumb ul {
overflow: hidden;
}
#breadcrumb ul li {
float: left;
font-size: 12px;
padding-right: 20px;
position: relative;
margin-right: 10px;
color: #666666;
line-height: 1.2;
text-align: left;
}
#breadcrumb ul li::after {
content: ">";
position: absolute;
top: -0.5px;
right: 0;
}
#breadcrumb ul li:last-child {
padding: 0;
margin: 0;
}
#breadcrumb ul li:last-child::after {
display: none;
}
#breadcrumb ul li a {
font-size: 12px;
color: #666666;
text-decoration: underline;
}
#breadcrumb ul li a:hover {
text-decoration: none;
}
.box_red, .box_gray {
width: 1000px;
margin: 0 auto 60px;
background: #f4fbf5;
padding: 60px 0;
}
.box_red:last-child, .box_gray:last-child {
margin-bottom: 0;
}
.box_red h2, .box_gray h2 {
font-size: 25px;
font-weight: bold;
margin-bottom: 60px;
}
.box_red h2 em, .box_gray h2 em {
color: #006cb8;
}
.box_red h3, .box_gray h3 {
width: 760px;
margin: 0 auto 25px;
text-align: left;
font-weight: bold;
display: table;
}
.box_red h3 span, .box_gray h3 span {
display: table-cell;
font-weight: bold;
text-align: left;
vertical-align: middle;
}
.box_red h3 span.num, .box_gray h3 span.num {
width: 48px;
font-family: 'Khand', sans-serif;
font-size: 30px;
color: #006cb8;
}
.box_red h3 span.jp, .box_gray h3 span.jp {
font-size: 20px;
padding-top: 6px;
}
.box_red .txt, .box_gray .txt {
width: 760px;
margin: 0 auto 35px;
text-align: left;
font-size: 14px;
line-height: 2;
}
.box_red .flow, .box_gray .flow {
overflow: hidden;
display: inline-block;
margin-bottom: 40px;
}
.box_red .flow li, .box_gray .flow li {
float: left;
margin-right: 30px;
}
.box_red .flow li:last-child, .box_gray .flow li:last-child {
margin-right: 0;
}
.box_red .ketsuron, .box_gray .ketsuron {
font-size: 20px;
line-height: 1.6;
font-weight: bold;
}
.box_red .ketsuron em, .box_gray .ketsuron em {
color: #006cb8;
}
.box_gray {
background: #eeeeee;
}
.box_gray h2 {
color: #666666;
}
.box_gray .fukidashi_l em, .box_gray .fukidashi_r em {
color: #d80000;
}
.box_gray .merit li em {
color: #d80000;
}
#pager {
overflow: hidden;
display: inline-block;
}
#pager li {
float: left;
}
#pager li.on, #pager li a {
width: 40px;
padding: 18px 0;
display: block;
text-align: center;
}
#pager li.on {
border-bottom: solid 2px #006cb8;
}
#pager li a:hover {
border-bottom: solid 2px #006cb8;
}
footer #footer_contact {
width: 100%;
height: 400px;
box-sizing: border-box;
padding-top: 78px;
margin: 0 auto;
background: url(/img/common/bg_contact.jpg) center center/cover no-repeat;
}
footer #footer_contact h2 {
color: #fff;
font-weight: bold;
margin-bottom: 54px;
}
footer #footer_contact h2 .jp {
font-size: 35px;
margin-bottom: 26px;
display: block;
}
footer #footer_contact h2 .en {
font-family: 'Khand', sans-serif;
font-size: 16px;
letter-spacing: 5px;
display: block;
}
footer #footer_contact > p {
color: #fff;
font-size: 14px;
font-weight: bold;
line-height: 2;
margin-bottom: 34px;
}
footer #footer_contact ul {
width: 630px;
margin: 0 auto;
overflow: hidden;
}
footer #footer_contact ul li a .tel {
font-family: 'Khand', sans-serif;
font-size: 35px;
font-weight: bold;
color: #fff;
margin-bottom: 10px;
}
footer #footer_contact ul li a .txt {
font-size: 13px;
font-weight: bold;
color: #fff;
}
footer #footer_contact ul li:first-child {
float: left;
}
footer #footer_contact ul li:last-child {
float: right;
}
footer #footer_contact ul li:last-child a {
width: 300px;
line-height: 60px;
background: #006cb8;
font-size: 14px;
color: #fff;
display: block;
font-weight: bold;
}
footer .clearfix {
width: 1000px;
margin: 0 auto;
}
footer .clearfix .fll, footer .clearfix .flr {
width: 50%;
padding-bottom: 20px;
box-sizing: border-box;
}
footer .clearfix .fll {
text-align: left;
padding-top: 72px;
}
footer .clearfix .fll .logo {
margin-bottom: 32px;
}
footer .clearfix .fll .logo .khand {
font-size: 49px;
padding-right: 20px;
}
footer .clearfix .fll .logo .jp .txt_1 {
font-size: 13px;
margin-bottom: 12px;
}
footer .clearfix .fll .logo .jp .txt_2 {
font-size: 17px;
}
footer .clearfix .fll .address {
font-size: 13px;
line-height: 2;
}
footer .clearfix .fll .address a {
color: #006cb8;
text-decoration: underline;
}
footer .clearfix .fll .address a:hover {
text-decoration: none;
}
footer .clearfix .flr {
border-left: solid 1px #eeeeee;
padding-top: 68px;
}
footer .clearfix .flr ul {
width: 400px;
margin-left: 80px;
}
footer .clearfix .flr ul li {
width: 200px;
float: left;
text-align: left;
}
footer .clearfix .flr ul li a {
font-size: 14px;
line-height: 35px;
color: #333333;
}
footer small {
font-size: 11px;
line-height: 70px;
background: #006cb8;
display: block;
font-weight: bold;
color: #fff;
}
#mv {
width: 100%;
}
#index header nav ul li:nth-child(1) a {
border-bottom: solid 2px #006cb8;
}
#index #mv {
height: 700px;
margin-bottom: 100px;
position: relative;
background: url(/img/index/mv_bg.png) center/1px 700px;
}
#index #mv .inner {
max-width: 1400px;
height: 700px;
margin: 0 auto;
background: url(/img/index/mv_inner_bg.png) center/1400px auto no-repeat;
position: relative;
}
#index #mv .inner h1 {
padding-top: 26px;
margin-bottom: 40px;
position: relative;
z-index: 1;
}
#index #mv .inner h1 span {
display: block;
font-weight: bold;
text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}
#index #mv .inner h1 span.ttl_01 {
font-size: 42px;
color: #006cb8;
margin-bottom: 30px;
padding-top: 48px;
background: url(/img/index/mv_ttl_ico.png) center top/87px auto no-repeat;
}
#index #mv .inner h1 span.ttl_02 {
font-size: 34px;
margin-bottom: 40px;
letter-spacing: 1px;
}
#index #mv .inner h1 span.ttl_02 em {
color: #dd302f;
}
#index #mv .inner h1 span.ttl_03 {
font-size: 76px;
}
#index #mv .inner .feature {
display: inline-block;
margin-bottom: 55px;
position: relative;
z-index: 1;
}
#index #mv .inner .feature::after {
content: "";
display: block;
clear: both;
}
#index #mv .inner .feature li {
float: left;
width: 114px;
height: 72px;
margin-right: 12px;
background: linear-gradient(to bottom, #ec4a49 0%, #ec4a49 50%, #dd302f 50%, #dd302f 100%);
position: relative;
}
#index #mv .inner .feature li:last-child {
margin-right: 0;
}
#index #mv .inner .feature li span {
width: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 15px;
line-height: 1.3;
letter-spacing: 1px;
font-weight: bold;
color: #fff;
}
#index #mv .inner h2 {
font-size: 30px;
margin-bottom: 20px;
color: #006cb8;
font-weight: bold;
letter-spacing: 1px;
position: relative;
z-index: 1;
text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}
#index #mv .inner .attention {
margin-bottom: 60px;
font-size: 11px;
line-height: 1.6;
text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
position: relative;
z-index: 1;
}
#index #mv .inner .slide_warp {
width: 100%;
position: absolute;
left: 20px;
bottom: 20px;
}
#index #mv .inner .slide_warp p {
text-align: left;
}
#index #mv .inner .slide_warp .slide {
width: 300px;
margin-top: -30px;
}
#index #mv .inner .slide_warp .slide ul li {
opacity: 0;
}
#index #mv .inner .slide_warp .slide ul li img {
width: 300px;
height: auto;
border-radius: 50%;
}
#index #mv .inner figure {
position: absolute;
bottom: 0;
right: 0;
}
#index #mv .inner a {
box-sizing: border-box;
border: 2px solid #006cb8;
background: #fff;
color: #006cb8;
display: block;
width: 260px;
margin: 0 auto;
font-weight: bold;
font-size: 14px;
line-height: 56px;
position: relative;
z-index: 2;
}
#index #top_news {
width: 1000px;
min-height: 160px;
margin: 0 auto 100px;
position: relative;
}
#index #top_news::after {
content: "";
display: block;
clear: both;
}
#index #top_news h2 {
float: left;
text-align: left;
margin-bottom: 20px;
}
#index #top_news h2 .jp {
font-size: 35px;
font-weight: bold;
color: #006cb8;
display: block;
margin-bottom: 27px;
}
#index #top_news h2 .en {
font-family: 'Khand', sans-serif;
color: #cccccc;
font-size: 16px;
display: block;
letter-spacing: 5px;
}
#index #top_news ul {
float: right;
width: 780px;
}
#index #top_news ul li {
border-bottom: solid 1px #eeeeee;
text-align: left;
}
#index #top_news ul li a {
display: block;
padding: 26px 0 26px 30px;
}
#index #top_news ul li a .date {
font-family: 'Roboto', sans-serif;
display: table-cell;
vertical-align: middle;
font-size: 12px;
color: #aaaaaa;
padding-right: 30px;
}
#index #top_news ul li a .txt {
display: table-cell;
vertical-align: middle;
font-size: 14px;
line-height: 1.6;
}
#index #top_news .btn {
float: left;
box-sizing: border-box;
width: 160px;
height: 40px;
border: 2px solid #006cb8;
font-size: 12px;
line-height: 36px;
color: #006cb8;
font-weight: bold;
position: absolute;
left: 0;
bottom: 0;
}
#index #top_blog {
width: 1000px;
min-height: 160px;
margin: 0 auto 100px;
}
#index #top_blog h2 {
margin-bottom: 40px;
}
#index #top_blog h2 .jp {
font-size: 35px;
font-weight: bold;
color: #006cb8;
display: block;
margin-bottom: 27px;
}
#index #top_blog h2 .en {
font-family: 'Khand', sans-serif;
color: #cccccc;
font-size: 16px;
display: block;
letter-spacing: 5px;
}
#index #top_blog ul {
margin-bottom: 50px;
}
#index #top_blog ul::after {
content: "";
display: block;
clear: both;
}
#index #top_blog ul li {
float: left;
width: 30%;
margin-right: 5%;
}
#index #top_blog ul li:last-child {
margin-right: 0;
}
#index #top_blog ul li .pic {
padding-top: 95%;
background: center / cover;
margin-bottom: 15px;
}
#index #top_blog ul li p {
font-size: 16px;
font-weight: bold;
line-height: 1.6;
text-align: left;
margin-bottom: 15px;
}
#index #top_blog ul li time {
text-align: right;
font-family: 'Khand', sans-serif;
display: block;
letter-spacing: 3px;
color: #cccccc;
}
#index #top_blog .btn {
box-sizing: border-box;
border: 2px solid #006cb8;
color: #006cb8;
display: block;
width: 260px;
margin: 0 auto;
font-weight: bold;
font-size: 14px;
line-height: 56px;
}
#index .top_box {
width: 100%;
margin: 0 auto;
overflow: hidden;
}
#index .top_box .pic, #index .top_box .txt {
width: 50%;
height: 420px;
}
#index .top_box .txt {
display: table;
}
#index .top_box .txt.fll {
background: #006cb8;
}
#index .top_box .txt.fll h2 .jp {
color: #fff;
}
#index .top_box .txt.fll h2 .en {
color: #7eb6de;
}
#index .top_box .txt.fll p {
color: #fff;
}
#index .top_box .txt.fll a {
background: #fff;
color: #006cb8;
}
#index .top_box .txt.flr {
background: #fff;
}
#index .top_box .txt.flr h2 .jp {
color: #006cb8;
}
#index .top_box .txt.flr h2 .en {
color: #cccccc;
}
#index .top_box .txt.flr p {
color: #333333;
}
#index .top_box .txt.flr a {
background: #006cb8;
color: #fff;
}
#index .top_box .txt .box {
width: 100%;
height: 420px;
display: table-cell;
vertical-align: middle;
text-align: center;
}
#index .top_box .txt h2 {
margin-bottom: 40px;
}
#index .top_box .txt h2 .jp {
font-size: 35px;
font-weight: bold;
display: block;
margin-bottom: 30px;
}
#index .top_box .txt h2 .en {
font-family: 'Khand', sans-serif;
font-size: 16px;
font-weight: bold;
display: block;
letter-spacing: 5px;
}
#index .top_box .txt p {
width: 400px;
margin: 0 auto 30px;
font-size: 14px;
line-height: 2;
font-weight: bold;
text-align: left;
}
#index .top_box .txt a {
display: block;
width: 400px;
margin: 0 auto;
font-weight: bold;
font-size: 14px;
line-height: 60px;
}
#index .top_box#top_product .pic {
background: url(/img/index/pic_product.jpg) center center/cover no-repeat;
}
#index .top_box#top_faq .pic {
background: url(/img/index/pic_faq.jpg) center right/cover no-repeat;
}
#index .top_box#top_company .pic {
background: url(/img/index/pic_company.jpg) center center/cover no-repeat;
}
.subpage #ttl {
width: 100%;
height: 370px;
box-sizing: border-box;
padding-top: 160px;
}
.subpage #ttl .jp {
font-size: 35px;
color: #fff;
font-weight: bold;
display: block;
margin-bottom: 25px;
}
.subpage #ttl .en {
font-family: 'Khand', sans-serif;
font-size: 16px;
font-weight: bold;
color: #fff;
letter-spacing: 5px;
display: block;
}
.subpage #content {
margin-bottom: 100px;
}
.subpage #content .catch {
max-width: 100%;
width: 980px;
margin: 0 auto 50px;
line-height: 2;
text-align: left;
}
.subpage #content .ttl {
font-size: 22px;
letter-spacing: 1px;
font-weight: bold;
margin-bottom: 50px;
padding-top: 30px;
position: relative;
}
.subpage #content .ttl::before {
content: "";
width: 30px;
height: 2px;
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
background: #006cb8;
}
#product header nav ul li:nth-child(3) a {
border-bottom: solid 2px #006cb8;
}
#product #ttl {
background: #dceaf6 url(/img/product/mv_bg.jpg) center center/auto 100% no-repeat;
}
#product #content p {
font-size: 14px;
line-height: 2;
width: 1000px;
margin: 0 auto 1em;
text-align: left;
}
#product #content p a {
color: #006cb8;
text-decoration: underline;
}
#product #content p a:hover {
text-decoration: none;
}
#product #content p em {
color: #006cb8;
font-weight: bold;
}
#product #content .about {
margin-bottom: 60px;
}
#product #content .about h2 {
font-weight: bold;
font-size: 18px;
line-height: 2;
color: #006cb8;
text-align: left;
width: 1000px;
margin: 0 auto;
}
#product #content .featurebox {
background: #006cb8;
padding: 50px 0;
}
#product #content .featurebox .feature {
width: 1000px;
background: #fff;
margin: 0 auto 20px;
}
#product #content .featurebox .feature::after {
content: "";
display: block;
clear: both;
}
#product #content .featurebox .feature li {
float: left;
width: 50%;
padding: 30px 20px 30px 46px;
text-align: left;
box-sizing: border-box;
font-weight: bold;
font-size: 15px;
letter-spacing: 1px;
position: relative;
}
#product #content .featurebox .feature li::before {
content: "";
width: 15px;
height: 6px;
border-bottom: 4px solid #006cb8;
border-left: 4px solid #006cb8;
transform: rotate(-45deg) translateY(-50%);
position: absolute;
top: 50%;
left: 19px;
margin-top: -4px;
}
#product #content .featurebox .feature li:nth-child(odd) {
border-right: solid 1px #eee;
}
#product #content .featurebox .feature li:nth-child(1), #product #content .featurebox .feature li:nth-child(2), #product #content .featurebox .feature li:nth-child(3), #product #content .featurebox .feature li:nth-child(4) {
border-bottom: solid 1px #eee;
}
#product #content .featurebox .feature li em {
color: #006cb8;
}
#product #content .featurebox .attention {
width: 1000px;
margin: 0 auto;
}
#product #content .featurebox .attention li {
color: #fff;
text-align: left;
font-size: 12px;
line-height: 1.6;
}
#product #content .slide {
margin-bottom: 60px;
}
#product #content .slide ul li img {
width: 300px;
height: auto;
}
#product #content .kv210 .attention {
font-size: 12px;
}
#faq header nav ul li:nth-child(4) a {
border-bottom: solid 2px #006cb8;
}
#faq #ttl {
background: url(/img/faq/mv_bg.jpg) center center/cover no-repeat;
}
#faq #content > p {
font-size: 14px;
color: #333333;
margin-bottom: 60px;
}
#faq #content dl {
width: 1000px;
margin: 0 auto;
box-sizing: border-box;
border-radius: 10px;
background: #eaf6ff;
padding: 50px;
text-align: left;
margin-bottom: 50px;
}
#faq #content dl:last-child {
margin-bottom: 0;
}
#faq #content dl dt {
padding: 0 0 0 12px;
border-left: 3px solid #006cb8;
font-size: 20px;
line-height: 1.4;
font-weight: bold;
margin-bottom: 30px;
}
#faq #content dl dd {
font-size: 14px;
line-height: 2;
}
#company header nav ul li:nth-child(5) a {
border-bottom: solid 2px #006cb8;
}
#company #ttl {
background: url(/img/company/mv_bg.jpg) center center/cover no-repeat;
}
#contact #ttl {
background: url(/img/contact/mv_bg.jpg) center center/cover no-repeat;
}
#contact #content p {
font-size: 14px;
line-height: 2;
margin-bottom: 50px;
}
#contact #content p:last-child {
margin-bottom: 0;
}
#contact #content p a {
color: #006cb8;
text-decoration: underline;
}
#contact #content p a:hover {
text-decoration: none;
}
#contact #content table {
margin: 0 auto 50px;
}
#contact #content table tr th, #contact #content table tr td {
text-align: left;
vertical-align: middle;
}
#contact #content table tr th {
width: 150px;
padding: 10px 40px 10px 0;
font-weight: bold;
}
#contact #content table tr th span {
color: #006cb8;
float: right;
}
#contact #content table tr td {
width: 420px;
padding: 10px 0;
}
#contact #content table tr td input[type="text"], #contact #content table tr td textarea {
font-size: 14px;
line-height: 2;
padding: 5px 10px;
width: 100%;
border: solid 1px #eeeeee;
box-sizing: border-box;
-webkit-appearance: none;
border-radius: 0;
}
#contact #content table tr td textarea {
resize: none;
height: 300px;
}
#contact #content table tr td .error {
color: #006cb8;
padding-top: 10px;
}
#contact #content .btn {
display: block;
width: 300px;
margin: 0 auto;
font-weight: bold;
font-size: 14px;
line-height: 60px;
background: #006cb8;
color: #fff;
}
#bloglist header nav ul li:nth-child(2) a {
border-bottom: solid 2px #006cb8;
}
#bloglist #ttl {
background: url(/img/common/mv_bg.jpg) center center/cover no-repeat;
}
#bloglist #content ul {
width: 1000px;
margin: 0 auto;
}
#bloglist #content ul::after {
content: "";
display: block;
clear: both;
}
#bloglist #content ul li {
float: left;
width: 30%;
margin: 0 5% 5% 0;
}
#bloglist #content ul li:nth-child(3n) {
margin-right: 0;
}
#bloglist #content ul li .pic {
padding-top: 95%;
background: center / cover;
margin-bottom: 15px;
}
#bloglist #content ul li p {
font-size: 16px;
font-weight: bold;
line-height: 1.6;
text-align: left;
margin-bottom: 15px;
}
#bloglist #content ul li time {
text-align: right;
font-family: 'Khand', sans-serif;
display: block;
letter-spacing: 3px;
color: #cccccc;
}
#newsdetail header nav ul li:nth-child(2) a {
border-bottom: solid 2px #006cb8;
}
#newsdetail #ttl {
background: url(/img/common/mv_bg.jpg) center center/cover no-repeat;
}
#newsdetail #content article {
width: 1000px;
margin: 0 auto;
text-align: left;
}
#newsdetail #content article h1 {
color: #006cb8;
font-size: 25px;
line-height: 1.4;
margin-bottom: 30px;
font-weight: bold;
}
#newsdetail #content article h2 {
color: #006cb8;
font-size: 20px;
line-height: 1.4;
margin-bottom: 20px;
font-weight: bold;
}
#newsdetail #content article h3 {
font-size: 20px;
line-height: 1.4;
margin-bottom: 20px;
font-weight: bold;
}
#newsdetail #content article h4 {
color: #006cb8;
font-size: 16px;
line-height: 1.4;
margin-bottom: 20px;
font-weight: bold;
}
#newsdetail #content article h5 {
font-size: 16px;
line-height: 1.4;
margin-bottom: 20px;
font-weight: bold;
}
#newsdetail #content article em, #newsdetail #content article strong {
color: #006cb8;
font-weight: bold;
}
#newsdetail #content article p, #newsdetail #content article ul, #newsdetail #content article ol, #newsdetail #content article li, #newsdetail #content article dt, #newsdetail #content article dt, #newsdetail #content article dd {
font-size: 14px;
line-height: 2;
}
#newsdetail #content article dt {
font-weight: bold;
}
#newsdetail #content article img {
font-size: 14px;
line-height: 2;
max-width: 100%;
height: auto;
}
#newsdetail #content article table {
font-size: 14px;
line-height: 2;
margin: 0 auto;
}
#newsdetail #content article table tr th, #newsdetail #content article table tr td {
padding: 20px 50px;
vertical-align: middle;
border: solid 1px #eeeeee;
}
#newsdetail #content article table tr th {
font-size: 16px;
background: #006cb8;
text-align: center;
color: #fff;
}
#newsdetail #content article table tr td {
background: #fff;
text-align: left;
font-size: 14px;
line-height: 2;
color: #333333;
}
#newsdetail #content article p, #newsdetail #content article ul, #newsdetail #content article img, #newsdetail #content article table {
margin-bottom: 2em;
}
#newsdetail #content article #date {
font-family: 'Roboto', sans-serif;
font-size: 14px;
color: #aaaaaa;
text-align: right;
display: block;
}
#newsdetail #content article a {
color: #006cb8;
text-decoration: underline;
}
#newsdetail #content article a:hover {
text-decoration: none;
}
#notfound #ttl {
background: url(/img/common/mv_bg.jpg) center center/cover no-repeat;
}
#notfound #content p {
font-size: 14px;
line-height: 2;
margin-bottom: 50px;
}
#notfound #content p:last-child {
margin-bottom: 0;
}
#notfound #content p a {
color: #006cb8;
text-decoration: underline;
}
#notfound #content p a:hover {
text-decoration: none;
}
@media only screen and (max-width: 479px) {
img {
width: 100%;
height: auto;
}
#wrap {
min-width: auto;
padding-top: 64px;
}
table.blue {
display: block;
}
table.blue tbody {
display: block;
}
table.blue tr {
display: block;
}
table.blue tr th, table.blue tr td {
display: block;
padding: 10px 20px;
vertical-align: middle;
border: solid 1px #eeeeee;
}
table.blue tr th {
font-size: 14px;
}
table.blue tr td {
font-size: 12px;
}
header {
width: 100%;
min-width: auto;
height: auto;
padding: 20px;
background: #fff;
}
header .logo {
padding: 0;
}
header .logo img {
width: auto;
height: 24px;
}
header .btn {
position: absolute;
width: 35px;
height: 24px;
top: 50%;
right: 20px;
margin-top: -12px;
z-index: 9999;
}
header .btn span, header .btn::before, header .btn::after {
width: 100%;
height: 2px;
background: #006cb8;
position: absolute;
left: 0;
}
header .btn::before, header .btn::after {
content: "";
}
header .btn span {
top: 50%;
margin-top: -1px;
}
header .btn::before {
top: 0;
}
header .btn::after {
bottom: 0;
}
header nav {
float: none;
position: absolute;
right: -200px;
top: 64px;
z-index: 9999;
background: #fff;
height: 100vh;
box-sizing: border-box;
box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
opacity: 0;
transition: all 0.3s;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
}
header nav.on {
opacity: 1;
right: 0;
}
header nav ul li {
float: none;
border-bottom: solid 1px #eee;
margin-left: 0;
}
header nav ul li a {
display: block;
font-size: 12px;
line-height: 1;
font-weight: bold;
padding: 20px;
border-bottom: none !important;
text-align: left;
}
header nav ul li a:hover {
border-bottom: solid 2px #006cb8;
}
header nav ul li:first-child {
margin-left: 0;
}
header nav ul li:last-child a {
background: #006cb8;
padding: 20px;
line-height: 1;
color: #FFF;
}
header nav ul li:last-child a:hover {
border: none;
}
#breadcrumb {
width: 88%;
margin: 0 auto 30px;
padding-top: 20px;
}
#breadcrumb ul li {
font-size: 10px;
line-height: 1.6;
}
#breadcrumb ul li a {
font-size: 10px;
}
.box_red, .box_gray {
width: 100%;
margin: 0 auto 30px;
padding: 20px;
box-sizing: border-box;
}
.box_red:last-child, .box_gray:last-child {
margin-bottom: 0;
}
.box_red h2, .box_gray h2 {
font-size: 18px;
margin-bottom: 30px;
}
.box_red h3, .box_gray h3 {
width: 100%;
margin: 0 auto 20px;
}
.box_red h3 span.num, .box_gray h3 span.num {
width: 30px;
font-size: 18px;
}
.box_red h3 span.jp, .box_gray h3 span.jp {
font-size: 14px;
padding-top: 3px;
line-height: 1.4;
}
.box_red .txt, .box_gray .txt {
width: 100%;
margin: 0 auto 20px;
font-size: 12px;
}
.box_red .txt br, .box_gray .txt br {
display: none;
}
.box_red .txt + .fukidashi_l, .box_red .txt + .fukidashi_r, .box_gray .txt + .fukidashi_l, .box_gray .txt + .fukidashi_r {
margin-top: 90px;
}
.box_red .flow, .box_gray .flow {
margin-bottom: 20px;
}
.box_red .flow li, .box_gray .flow li {
margin-right: 5px;
}
.box_red .flow li:last-child, .box_gray .flow li:last-child {
margin-right: 0;
}
.box_red .flow li img, .box_gray .flow li img {
width: auto;
height: 62px;
}
#pager li {
font-size: 11px;
}
#pager li.on, #pager li a {
width: 30px;
padding: 10px 0;
font-size: 11px;
}
footer #footer_contact {
height: auto;
padding: 40px 0;
}
footer #footer_contact h2 {
margin-bottom: 30px;
}
footer #footer_contact h2 .jp {
font-size: 22px;
margin-bottom: 15px;
}
footer #footer_contact h2 .en {
font-size: 12px;
}
footer #footer_contact > p {
width: 88%;
font-size: 12px;
line-height: 2;
margin: 0 auto 20px;
}
footer #footer_contact > p br {
display: none;
}
footer #footer_contact ul {
width: 100%;
}
footer #footer_contact ul li:first-child {
float: none;
margin-bottom: 20px;
}
footer #footer_contact ul li:first-child a .tel {
font-size: 32px;
margin-bottom: 5px;
}
footer #footer_contact ul li:first-child a .txt {
font-size: 12px;
}
footer #footer_contact ul li:last-child {
float: none;
}
footer #footer_contact ul li:last-child a {
width: 220px;
line-height: 50px;
font-size: 12px;
margin: 0 auto;
}
footer #footer_map iframe {
height: 280px;
}
footer > a img {
width: 70px;
}
footer small {
font-size: 10px;
line-height: 50px;
}
#index #mv {
height: auto;
background-size: auto 100%;
margin-bottom: 50px;
}
#index #mv .inner {
height: auto;
background-size: auto 100%;
padding-bottom: 30px;
}
#index #mv .inner h1 {
padding-top: 20px;
margin-bottom: 30px;
}
#index #mv .inner h1 span.ttl_01 {
font-size: 22px;
background-size: 44px;
padding-top: 22px;
margin-bottom: 6px;
}
#index #mv .inner h1 span.ttl_02 {
font-size: 18px;
line-height: 1.2;
margin-bottom: 15px;
}
#index #mv .inner h1 span.ttl_02 em {
display: block;
}
#index #mv .inner h1 span.ttl_03 {
font-size: 24px;
}
#index #mv .inner .feature {
width: 88%;
margin: 0 auto 14px;
}
#index #mv .inner .feature li {
width: 32%;
height: 48px;
margin: 0 2% 2% 0;
}
#index #mv .inner .feature li:nth-child(3n) {
margin-right: 0;
}
#index #mv .inner .feature li span {
font-size: 12px;
}
#index #mv .inner h2 {
font-size: 20px;
line-height: 1.4;
margin-bottom: 15px;
}
#index #mv .inner .attention {
font-size: 10px;
width: 88%;
margin: 0 auto 25px;
text-align: left;
padding-left: 1em;
text-indent: -1em;
}
#index #mv .inner .slide_warp {
position: relative;
left: auto;
bottom: auto;
padding-left: 3%;
margin-bottom: 30px;
}
#index #mv .inner .slide_warp p img {
width: 200px;
}
#index #mv .inner .slide_warp .slide {
width: 200px;
margin-top: -20px;
}
#index #mv .inner .slide_warp .slide ul li img {
width: 200px;
height: auto;
}
#index #mv .inner figure {
width: 70%;
right: -18px;
}
#index #mv .inner figure img {
max-width: 280px;
}
#index #mv .inner a {
box-sizing: border-box;
border: 2px solid #006cb8;
color: #006cb8;
display: block;
margin: 0 auto;
font-weight: bold;
width: 160px;
font-size: 10px;
line-height: 36px;
}
#index #top_blog {
width: 88%;
margin: 0 auto 50px;
}
#index #top_blog h2 .jp {
font-size: 22px;
margin-bottom: 15px;
}
#index #top_blog h2 .en {
font-size: 12px;
}
#index #top_blog ul {
margin-bottom: 30px;
}
#index #top_blog ul li {
width: 100%;
margin: 0 auto 20px;
}
#index #top_blog ul li:last-child {
margin-bottom: 0;
}
#index #top_blog ul li .pic {
margin-bottom: 10px;
}
#index #top_blog ul li p {
font-size: 14px;
margin-bottom: 10px;
height: auto !important;
}
#index #top_blog ul li time {
letter-spacing: 2px;
}
#index #top_blog .btn {
box-sizing: border-box;
border: 2px solid #006cb8;
color: #006cb8;
display: block;
margin: 0 auto;
font-weight: bold;
width: 160px;
font-size: 10px;
line-height: 36px;
}
#index .top_box {
margin-bottom: 50px;
}
#index .top_box .pic {
width: 88%;
height: 200px;
float: none !important;
margin: 0 auto 30px;
}
#index .top_box .txt {
width: 88%;
margin: 0 auto;
height: auto;
float: none !important;
}
#index .top_box .txt {
display: block;
}
#index .top_box .txt.fll {
background: #fff;
}
#index .top_box .txt.fll h2 .jp {
color: #006cb8;
}
#index .top_box .txt.fll h2 .en {
color: #cccccc;
}
#index .top_box .txt.fll p {
color: #333333;
}
#index .top_box .txt .box {
height: auto;
display: block;
}
#index .top_box .txt h2 {
margin-bottom: 30px;
}
#index .top_box .txt h2 .jp {
font-size: 22px;
margin-bottom: 15px;
}
#index .top_box .txt h2 .en {
font-size: 12px;
}
#index .top_box .txt p {
width: 100%;
font-size: 12px;
}
#index .top_box .txt a {
width: 160px;
font-size: 10px;
line-height: 36px;
border: 2px solid #006cb8;
background: #fff !important;
color: #006cb8 !important;
}
.subpage #ttl {
height: auto;
padding: 80px 0 80px;
}
.subpage #ttl .jp {
font-size: 26px;
margin-bottom: 16px;
}
.subpage #ttl .en {
font-size: 12px;
}
.subpage #content {
width: 88% !important;
margin: 0 auto 50px;
}
.subpage #content .catch {
font-size: 12px;
margin-bottom: 30px;
}
.subpage #content .ttl {
font-size: 16px;
margin-bottom: 30px;
padding-top: 20px;
}
.subpage #content .ttl::before {
width: 20px;
}
#product #content {
width: 100% !important;
}
#product #content p {
font-size: 12px;
width: 88%;
}
#product #content .about {
margin-bottom: 40px;
}
#product #content .about h2 {
font-size: 14px;
width: 88%;
}
#product #content .featurebox {
padding: 30px 0;
}
#product #content .featurebox .feature {
width: 88%;
margin: 0 auto 10px;
}
#product #content .featurebox .feature li {
float: none;
width: 100%;
padding: 20px 15px 20px 40px;
font-size: 13px;
letter-spacing: 1px;
line-height: 1.5;
border: none !important;
border-bottom: solid 1px #eee !important;
}
#product #content .featurebox .feature li::before {
width: 12px;
height: 4px;
border-bottom: 3px solid #006cb8;
border-left: 3px solid #006cb8;
margin-top: -3px;
left: 16px;
}
#product #content .featurebox .feature li:last-child {
border-bottom: none;
}
#product #content .featurebox .attention {
width: 88%;
}
#product #content .featurebox .attention li {
font-size: 11px;
padding-left: 1em;
text-indent: -1em;
}
#product #content .slide {
margin-bottom: 40px;
}
#product #content .slide ul li img {
width: 130px;
height: auto;
}
#product #content .kv210 .attention {
font-size: 11px;
}
#faq #content > p {
font-size: 12px;
line-height: 2;
margin-bottom: 30px;
}
#faq #content dl {
width: 100%;
padding: 20px;
margin-bottom: 30px;
}
#faq #content dl:last-child {
margin-bottom: 0;
}
#faq #content dl dt {
font-size: 14px;
margin-bottom: 20px;
}
#faq #content dl dd {
font-size: 12px;
}
#contact #content p {
font-size: 12px;
line-height: 2;
margin-bottom: 30px;
}
#contact #content p:last-child {
margin-bottom: 0;
}
#contact #content table {
margin: 0 auto 30px;
display: block;
}
#contact #content table tbody {
display: block;
}
#contact #content table tr {
display: block;
}
#contact #content table tr th, #contact #content table tr td {
display: block;
box-sizing: border-box;
}
#contact #content table tr th {
width: 100%;
}
#contact #content table tr th span {
float: none;
margin-left: 10px;
}
#contact #content table tr td {
width: 100%;
}
#contact #content table tr td input[type="text"], #contact #content table tr td textarea {
font-size: 12px;
}
#contact #content table tr td textarea {
height: 140px;
}
#contact #content table tr td .error {
padding-top: 5px;
}
#contact #content .btn {
width: 220px;
line-height: 50px;
font-size: 12px;
}
#bloglist #content ul {
width: 100%;
}
#bloglist #content ul li {
width: 100%;
margin: 0 auto 30px !important;
}
#bloglist #content ul li:last-child {
margin-bottom: 0 !important;
}
#bloglist #content ul li .pic {
margin-bottom: 10px;
}
#bloglist #content ul li p {
font-size: 14px;
margin-bottom: 10px;
height: auto !important;
}
#bloglist #content ul li time {
letter-spacing: 2px;
}
#newsdetail #content article {
width: 100%;
}
#newsdetail #content article h1 {
font-size: 20px;
margin-bottom: 20px;
}
#newsdetail #content article h2 {
font-size: 18px;
margin-bottom: 16px;
}
#newsdetail #content article h3 {
font-size: 18px;
margin-bottom: 16px;
}
#newsdetail #content article h4 {
font-size: 14px;
margin-bottom: 16px;
}
#newsdetail #content article h5 {
font-size: 14px;
margin-bottom: 16px;
}
#newsdetail #content article p, #newsdetail #content article ul, #newsdetail #content article ol, #newsdetail #content article li, #newsdetail #content article dt, #newsdetail #content article dt, #newsdetail #content article dd {
font-size: 12px;
}
#newsdetail #content article img {
font-size: 12px;
}
#newsdetail #content article table {
display: block;
}
#newsdetail #content article table tbody {
display: block;
}
#newsdetail #content article table tr {
display: block;
}
#newsdetail #content article table tr th, #newsdetail #content article table tr td {
display: block;
padding: 10px 20px;
vertical-align: middle;
border: solid 1px #eeeeee;
}
#newsdetail #content article table tr th {
font-size: 14px;
}
#newsdetail #content article table tr td {
font-size: 12px;
}
#newsdetail #content article #date {
font-size: 10px;
}
#notfound #content p {
font-size: 12px;
line-height: 2;
margin-bottom: 30px;
}
#notfound #content p br {
display: none;
}
#notfound #content p:last-child {
margin-bottom: 0;
}
}