<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
Theme Name:nissan
*/

/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
font-family: 'Courgette', cursive;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
*/
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;
}
/* HTML5 display-role reset for older browsers
*/
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;
}
/*====================*/
body{
    font-family: 游ゴシック,メイリオ,Meiryo,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,ＭＳ\ Ｐゴシック,MS PGothic,sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-size:16px;
    line-height:1.5;
    letter-spacing:0.02em;
    font-weight: normal;
    color:#333;

}

*{
    position: relative;
    box-sizing: border-box;
}

a{
    text-decoration: none;
    color: #333;
}

p{
    margin-bottom: 1em;
}

/*記事内の画像*/
.alignleft{
    display: inline;
    float: left;
    margin-right: 1.5em !important;
}

.alignright{
    display: inline;
    float: right;
    margin-left: 1.5em !important;
}

.aligncenter{
    clear: both;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}

table.aligncenter,
table.alignright,
table.alignleft{
    display: table;
}

table.flex_table.aligncenter,
table.flex_table.alignright,
table.flex_table.alignleft{
    float: none;
}

table.large_table{
	width:96% !important;
	margin-left:auto;
	margin-right:auto;
}

table.large_table strong{
	word-break: keep-all;
}

table.large_table{
	display: block;
	height:auto !important;
	overflow-x: scroll;
	table-layout:fixed; 
	box-sizing: border-box;
}

#cont table.large_table td,
#cont table.large_table th{
	white-space: nowrap;
	padding:3px 8px;
}

table.large_table {
     overflow: auto;
}



.mincho{
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.noborder{
	border:0 !important;
	box-shadow:none !important;
}


/* 画面外にいる状態 */
.animate {
	opacity : 0;
	transform : translate(0, 50px);
	-webkit-transform : translate(0, 50px);
	transition : all 700ms;
}

/* 画面内に入った状態 */
.animate.scrollin {
	opacity : 1 !important;
	transform : translate(0, 0);
	-webkit-transform : translate(0, 0);
}

/*head*/
header{
    z-index: 3;
    position: fixed;
    left: 0;
    right: 0;
    background: rgba(255,255,255,.5);
}

header #head_wrap{
    display: flex;
    justify-content: space-between;
    margin: auto;
    align-items: center;
    padding: 1em;
}

header h1{
    width: 300px;
    height: 31px;
    background: url(img/logo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -125%;
    overflow: hidden;
}

header h1 a{
    display: block;
}

#main_menu{
    min-width: 60%;
}

#main_menu ul{
    display: flex ;
    justify-content: space-between;
}

#main_menu ul li a {
    display: block;
    padding: .2em;
    text-decoration: none;
    transition: .2s;
}

#main_menu li a::before {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #d6271e;
    position: absolute;
    bottom: -3px;
    right: 0;
    transition: width 0.3s;
}

#main_menu li.current a::before,
#main_menu li a:hover::before {
    left: 0;
    width: 100%;
}

/*main_image*/
#main_image{
    height: 90vh;
}

#main_image p{
    z-index: 2;
    font-size: 200%;
    line-height: 1.7em;
    position: absolute;
    bottom: 0;
    padding: 1em 4em 1em 2em;
    margin-bottom: 0;
    background-color: rgba(255,238,233,.7);
    background-image: url(img/main_msg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

#slider{
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
}

.slide.slick-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.slick-slider .slick-track,
.slick-slider .slick-list{
    height: 100%;
}

/*top*/
#top h3{
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 450%;
    color: #d6271e;
}

#top #policy h3{
    padding-top: .2em;
}

#top #policy h3 span{
    display: block;
    color: #77b3e0;
    position: absolute;
    top: -50%;
}

#top #policy h3 span:before {
    content: attr(data-inverted);
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    height: 57%;
    color: #d6271e;
}

#top #policy{
    display: flex;
    margin: 20px 0 30em;
}

#top #policy::before{
    content: '';
    display: block;
    width: 60%;
    height: 500px;
    background: #ffeee9;
    position: absolute;
    top: 10em;
    right: 0;
}

#top #policy::after{
    content: '';
    display: block;
    width: 30%;
    height: 250px;
    background: rgba(51, 51, 51, .2);
    position: absolute;
    bottom: -70%;
    left: 0;
}

#top #policy p:first-child{
    width: 50%;
    height: 500px;
    overflow: hidden;
}

#top #policy section{
    width: 50%;
    height: 500px;
    padding: 10em 2em 0;
}

#top #policy img{
    height: auto;
    object-fit: cover;
}

#top #policy section p:nth-of-type(2){
    width: 25%;
    position: absolute;
    bottom: -100%;
}

#top #policy section p:last-child{
    width: 50%;
    position: absolute;
    bottom: -35%;
    right: 10%;
}

#top #policy section img{
    width: 100%;
    height: 450px;
}

#top #policy section #img_right{
    width: 100%;
    height: 300px;
}

#top #service h3{
    padding-left: 2em;
}

#top #service h3 span{
    font-size: 300%;
    color: rgba(214, 39, 30, .2);
    position: absolute;
    top: -75px;
    left: .5em;
}

#top #service &gt; p{
    padding-left: 9em;
}

#top #service &gt; section{
    height: 400px;
    display: flex;
    margin-bottom: 10em;
}

#top #service &gt; section &gt; section{
    width: 100%;
    background-image: url(img/bankin_2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#top #service &gt; section &gt; section:nth-child(2){
    background-image: url(img/DSCN0583.jpg);
}

#top #service &gt; section &gt; section:nth-child(3){
    background-image: url(img/syaken_2.jpg);
}

#top #service &gt; section &gt; section &gt; section{
    width: 60%;
    padding: 1em 1.5em;
    background: rgba(51,51,51, .7);
    position: absolute;
    right: 0;
    bottom: 0;
}

#top #service &gt; section &gt; section &gt; section h4{
    font-size: 130%;
    font-weight: bold;
    margin-bottom: .5em;
}

#top #service &gt; section &gt; section &gt; section p:last-child{
    text-align: right;
    margin-bottom: 0;
}

#top #service &gt; section &gt; section &gt; section h4,
#top #service &gt; section &gt; section &gt; section p,
#top #service &gt; section &gt; section &gt; section p a{
    color: #fff;
}


#top #hukushi{
    max-width: 800px;
    margin: 0 auto 10em;
    background-color: #ffeee9;
    background-image: url(img/car_red.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

#top #hukushi section{
    padding: 2em 13em 2em 2em;
}

#top #hukushi h4{
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 200%;
    color: #d6271e;
    margin-bottom: .5em;
}

#top #hukushi p:last-child{
    text-align: right;
}

#hukushi a {
    display: inline-block;
    padding: .3em .5em;
    background: rgba(255,255,255, .8);
    border: 2px solid #fff;
    z-index: 2;
    transition: .2s;
}

#hukushi a::before,
#hukushi a::after{
    content: '';
    border: 2px solid transparent;
    position: absolute;
    width: 0;
    height: 0;
    z-index: 2;
}

#hukushi a::before {
    top: -2px;
    left: -2px;
}

#hukushi a::after {
    bottom: -2px;
    right: -2px;
}

#hukushi a:hover::before,
#hukushi a:hover::after {
    width: 100%;
    height: 100%;
}

#hukushi a:hover::before {
    border-bottom-color: #d6271e;
    border-left-color: #d6271e;
    transition: height .3s, width .3s .3s;
}

#hukushi a:hover::after {
    border-top-color: #d6271e;
    border-right-color: #d6271e;
    transition: height .3s, width .3s .3s;
}


#top #qa {
    max-width: 800px;
    margin: 0 auto 10em;
    padding: 2em;
    background: rgba(221,221,221,.2);
}

#top #qa h4{
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 200%;
    color: #d6271e;
    margin-bottom: 1em;
}

#top #qa section{
    padding-left: 4em;
}

#top #qa p.que{
    display: inline-block;
    border-bottom: 1px solid #d6271e;
}

#top #qa p.que::before{
    content: 'Q';
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #d6271e;
    font-size: 200%;
    position: absolute;
    left: -1.5em;
    top: -.5em;
}

#top #qa p.ans{
    display: inline-block;
    border-bottom: 1px solid #20a1d3;
    margin-bottom: 3em;
}

#top #qa p.ans::before{
    content: 'A';
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #20a1d3;
    font-size: 200%;
    position: absolute;
    left: -1.5em;
    top: -.3em;
}


#top #cont {
    background-color: #ffeee9;
    background-image: url(img/car.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}

#top #cont .cont_wrap{
    display: flex;
    align-items: center;
    max-width: 1200px;
    padding: 2em 0;
    margin: auto;
}

#top #cont .cont_wrap &gt; section{
    width: 100%;
}

#top #cont .cont_wrap h3{
    color: #77b3e0;
    position: absolute;
    top: -9%;
    left: 0;
}

#top #cont .cont_wrap h3.cal{
    left: 50%;
}

#top #cont .cont_wrap h3:before {
    content: attr(data-inverted);
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    height: 57%;
    color: #d6271e;
}

#top #cont .cont_wrap #news ul li {
    display: flex;
    border-bottom: 3px dotted #fff;
    border-radius: 1.5px;
}

#top #cont .cont_wrap #news ul li:last-child{
    margin-bottom: 1.5em;
}

#top #cont .cont_wrap #news ul li .date {
    padding: 1em 3em 1em 0;
}

#top #cont .cont_wrap #news ul li .cont {
    padding: 1em;
}

#top #cont .cont_wrap #news ul li .cont a {
    text-decoration: underline #20a1d3;
    text-underline-offset: 0.2em;
    transition: .2s;
}

#top #cont .cont_wrap #news ul li .cont a:hover {
    text-decoration: underline #ffeee9;
}

#top #cont .cont_wrap #news p{
    text-align: right;
    padding: .5em 1em;
}

#top #cont .cont_wrap #news p a {
    padding: .2em .5em;
    background: #fff;
    z-index: 2;
    transition: .2s;
}

#top #cont .cont_wrap #news p a::before {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    position: absolute;
    top: -7px;
    right: -7px;
    z-index: -1;
    transition: .2s;
}

#top #cont .cont_wrap #news p a:hover {
    background: transparent;
}

#top #cont .cont_wrap #news p a:hover::before {
    background: #fff;
}

#top #cont .cont_wrap #news p a::before {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    position: absolute;
    top: -7px;
    right: -7px;
}

iframe {
    width: 100%;
}

#top #sns{
    background: rgba(51,51,51, .2);
}

#top #sns .cont_wrap{
    display: flex;
    max-width: 1200px;
    padding: 3em 0;
    margin: auto;
}

#top #sns .cont_wrap section{
    width: 100%;
    padding: .5em;
}

#top #sns .cont_wrap section h4{
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 200%;
    color: #d6271e;
    margin-bottom: .5em;
}

#top #sns .cont_wrap section:last-child{
    text-align: center;
}

#top #sns .cont_wrap section:last-child iframe{
    width: 60%;
}

/* page */
#page table{
	margin-bottom:1.5em;
	background:#f8f8f8;
}

#page table th,
#page table td{
	vertical-align:page;
	padding:1em;
	border-bottom:1px solid #ccc;
}

#page table th{
	padding:1em;
	word-break:keep-all;
	color:#fff;
	background:#527997;
	border-right:1px dotted #fff;
}


#page table tr &gt; th &gt; :last-child,
#page table tr &gt; td &gt; :last-child{
	margin-bottom:0;
}

#page table.flex_table,
#page table.flex_table &gt; tbody{
	display:block;
	max-width:100%;
	border:0;
	background:transparent;
}

#page table.flex_table &gt; tbody &gt; tr{
	display:flex;
}

#page table.flex_table &gt; tbody &gt; tr &gt; td{
	display:block;
	padding:1em;
	width:auto !important;
	border:0;
}

#page table.flex_table &gt; tbody &gt; tr &gt; td table.flex_table td{
	padding:.5em;
}

#page table.flex_table.aligncenter &gt; tbody &gt; tr{
	justify-content:center;
}

#page table.flex_table.aligncenter &gt; tbody &gt; tr &gt; td{
	width:auto !important;
}

#page table.flex_table.alignright &gt; tbody &gt; tr{
	justify-content:flex-end;
}


#page table.flex_table.al_center &gt; tbody &gt; tr{
	align-items:center;
}

#page table.flex_table.eq_width &gt; tbody &gt; tr &gt; td{
	width:100% !important;
}

#page h2{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom 30%;
    height: 263px;
}

#page h2 span{
    font-size: 200%;
    text-shadow: 2px 2px 2px #fff;
    display: flex;
    align-items: center;
    max-width: 1200px;
    height: 100%;
    padding: 1em .5em;
    margin: auto;
}

#p_list {
    padding: .5em;
    margin: 0 auto;
    max-width: 1200px;
}

#breadcrumb {
    display: flex;
    justify-content: flex-end;
    font-size: 80%;
}

#breadcrumb li::after {
    margin-left: 0.5em;
    content: "＞";
}

#breadcrumb li:last-child::after {
    margin-left: .5em;
    content: '';
    font-size: 80%;
}

#page #main{
    max-width: 1200px;
    margin: 0 auto 5em;
}

#page #main img{
    box-shadow: 2px 2px 5px #aaa;
}

#page #main h3 {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 200%;
    color: #d6271e;
    border-bottom: 2px solid #767676;
    margin-bottom: 1em;
}

#page #main h3::before {
    content: '';
    display: block;
    width: 100%;
    border-bottom: 1px solid #767676;
    position: absolute;
    bottom: -8px;
}

#page #main h4 {
    font-size: 150%;
    margin-bottom: 1.5em;
}

#page #main h4::before {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: #77b3e0;
    position: absolute;
    bottom: -6px;
}

#page #main h5 {
    display: inline-block;
    font-size: 130%;
    margin-bottom: 1.2em;
}

#page #main h5::before {
    content: '';
    display: block;
    width: 100%;
    height: 12px;
    background: #ffeee9;
    position: absolute;
    bottom: 3px;
    z-index: -1;
}

#page #main h6 {
    font-size: 110%;
    margin-bottom: 1.4em;
    padding-left: 2em;
}

#page #main h6::before {
    content: '';
    display: block;
    width: 26px;
    height: 11px;
    background-image: url(img/car_mini.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#page #main a::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #aaa;
    position: absolute;
    bottom: -3px;
    left: 0;
    transition: width 0.3s;
}

#page #main a:hover::before {
    left: unset;
    right: 0 ;
    width: 0;
}


#page #main ul{
    margin-bottom: 1em;
}

#page #main ul li{
    margin-left: 1.5em;
    margin-bottom: .5em;
    padding: .2em;
}

#page #main ul li::before{
    display: block;
    position: absolute;
    content: '';
    margin: auto;
    width: .5em;
    height: .5em;
    background-color: #77b3e0;
    border-radius: 25px;
    top: .7em;
    left: -1.5em;
}

#page #main ol{
    margin-bottom: 1em;
}

#page #main ol li{
    margin-left: 1.5em;
    margin-bottom: .5em;
    counter-increment: olNum1;
}

#page #main ol li::before{
    display: block;
    position: absolute;
    content: '';
    margin: auto;
    width: 1em;
    height: 1em;
    border-radius: 5px;
    top: .25em;
    left: -1.5em;
}

#page #main ol li::after{
    content: counter(olNum1);
    color: #333;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1em;
    height: 1em;
    border-radius: 25px;
    position: absolute;
    top: .25em;
    left: -1.5em;
}

#page #main form input, #page #main form textarea {
    max-width: 800px;
    padding: .2em 1em;
    font-size: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#page #main form textarea{
    width: 100%;
}

#page #main form input[type=submit], #page #main form button[type=submit]{
    position: relative;
    display: block;
    margin: auto;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.5em;
    text-shadow: none;
    background: #77b3e0;
    border: 0;
    cursor: pointer;
    transition: .2s;
}

#page #main form input[type=submit]:hover, #page #main form button[type=submit]:hover {
    background-color: #5684a7;
    transition: .2s;
}

#page .gallery {
	display:flex;
	flex-wrap:wrap;
	margin-bottom:1.5em;
}

#page .gallery-item{
	display:block;
	float:none!important;
	width:auto !important;
}

#page .gallery-columns-2 .gallery-item{
	width:50% !important;
	
}
#page .gallery-columns-3 .gallery-item{
	width:33.3333% !important;
	
}
#page .gallery-columns-4 .gallery-item{
	width:25% !important;
	
}

#page .gallery-item img{
	width:calc(100% - 1em);
	height:auto;
	border:none;
}

/*footer*/
footer {
    background-color: rgba(51,51,51, .2);
    background-image: url(img/footer_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 3em 0;
}

footer #foot_wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1200px;
    background: rgba(255,255,255, .7);
    padding: 2em;
    margin: 3em auto;
}

footer nav ul li a{
    transition: .1s;
}

footer nav ul li a:hover{
    color: #d6271e;
}

footer nav &gt; ul{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 400px;
}

footer nav &gt; ul &gt; li{
    margin-bottom: 3em;
}

footer nav &gt; ul &gt; li &gt; a{
    font-weight: bold;
}

footer nav &gt; ul &gt; li ul li{
    padding: .5em 1em;
}

footer nav &gt; ul &gt; li ul li::before {
    content: '≫';
    color: #d6271e;
}

address{
    display: block;
    float: right;
}

address p:first-child {
    font-weight: bold;
    margin-bottom: 0em;
}

address p:nth-child(2){
    width: 300px;
    height: 31px;
    background: url(img/logo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -125%;
    overflow: hidden;
}

.copy{
    font-size: 70%;
    background: rgba(51,51,51, .2);
    margin: auto;
    text-align: center;
}

#sp_toggle{
    display: none;
}


@media screen and (max-width:1024px){

/*記事内の画像*/
.alignleft {
	float: none;
	clear: both;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}

.alignright {
	float: none;
	clear: both;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;

}

#top table{
	width:100% !important;
}

#top table th,
#top table td{
	width:auto !important;
}

#top table.flex_table &gt; tbody &gt; tr{
	flex-direction:column;
}

#top table.flex_table &gt; tbody &gt; tr &gt; td{
	width:100% !important;
}

#top h3{
    font-size: 350%;
}

#top #policy p:first-child{
    height: 400px;
}

#top #policy section p:last-child{
    bottom: -20%;
}

#top #policy section p:nth-of-type(2){
    bottom: -80%;
}

#top #policy section img{
    height: 400px;
}

#top #policy section #img_right{
    height: 200px;
}

#top #service &gt; section &gt; section &gt; section{
    width: 100%;
}

#top #cont .cont_wrap h3{
    top: -7%;
}

#top #cont .cont_wrap #news ul li{
    flex-direction: column;
}

#top #cont .cont_wrap #news ul li .cont {
    padding: 0 .5em .5em 1em;
}

#top #cont .cont_wrap #news ul li .date {
    padding: .5em 3em .5em 1em;
}

#top #sns .cont_wrap section:last-child iframe {
    width: 87%;
}

#page #main{
    padding: 0 1.5em;
}

#footer_wrap ul{
	flex-direction:column;
}

#footer_wrap ul li{
	padding:1em .5em;
}

}

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

table.large_table:before{
	content:'※表は横にスクロールできます';
}

#main_menu {
    min-width: 0%;
}

#sp_toggle{
	position:relative;
	display:table;
	margin: 0 0 0 auto;
	padding:2em;
	font-size:100%;
	color:#333;
	text-align:center;
	font-weight:bold;
	box-sizing:border-box;
	cursor:pointer;
}

#sp_toggle #sp_toggle_icon{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    margin: -1px 0 0 -.5em;
    background: #333;
    transition: .2s;
}

#sp_toggle #sp_toggle_icon:before,
#sp_toggle #sp_toggle_icon:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 2px;
    background: #333;
    transition: .3s;
}

#sp_toggle #sp_toggle_icon:before{
    margin-top: -6px;
}

#sp_toggle #sp_toggle_icon:after{
    margin-top: 4px;
}

#sp_toggle #sp_toggle_icon.close{
    background: transparent;
}

#sp_toggle #sp_toggle_icon.close:before, #panel-btn .close:after{
    margin-top: 0;
}

#sp_toggle #sp_toggle_icon.close:before{
    margin-top: -1px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

#sp_toggle #sp_toggle_icon.close:after{
    margin-top: -1px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

#main_menu{
	position:fixed;
	top:0;
	right:0;
	background:rgba(255,255,255,.7);
	z-index:9999;
}

#main_menu.menuopen{
	width:100%;
}

#main_menu ul{
	display:none;
	flex-direction: column;
	width:100vw;
	height:100vh;
}

#main_menu ul li a{
    padding-left: 1.5em;
    margin-bottom: 4em;
    font-weight: bold;
}

#main_image {
    height: 50vh;
}

#top #service h3 {
    padding-left: 1em;
}

#top #service h3 span{
    left: .2em;
}

#top #service &gt; p {
    padding-left: 4em;
}

#top #cont .cont_wrap{
    flex-direction: column;
}

#top #cont .cont_wrap h3 {
    top: -4%;
}

#top #cont .cont_wrap h3.cal {
    left: 0;
    top: 40%;
}

#top #cont .cont_wrap &gt; section:first-of-type{
    margin-bottom: 4.5em;
}

#top #sns .cont_wrap{
    flex-direction: column;
}

#top #sns .cont_wrap section:last-child {
    text-align: left;
}

footer nav &gt; ul {
    display: flex;
    flex-wrap: nowrap;
    height: auto;
    flex-direction: column;
}


#copyright p{
	font-size:3vw;
}

}

@media screen and (max-width:500px){
table:not(.large_table) td{
	text-align:left !important;
}


table:not(.large_table),
table:not(.large_table) tbody,
table:not(.large_table) tbody tr,
table:not(.large_table):not(.fit) &gt; tbody &gt; tr &gt; td,
table:not(.large_table):not(.fit) &gt; tbody &gt; tr &gt; th{
	display:block;
	overflow:hidden;
	width:100% !important;
	text-align:left;
}

table:not(.large_table):not(.fit) &gt; tbody &gt; tr &gt; td,
table:not(.large_table):not(.fit) &gt; tbody &gt; tr &gt; th{
	padding:.5em !important;
}
#top h3 {
    font-size: 300%;
}

#top img {
    max-width: 100%;
}

#main_image p{
    font-size: 150%;
    padding: 1em 4em 1em .5em;
}

#top #policy {
    display: flex;
    margin: 20px 0 20em;
    flex-direction: column;
}

#top #policy::before{
    width: 70%;
    height: 250px;
}

#top #policy::after {
    width: 40%;
    height: 150px;
    bottom: 0;
    z-index: -1;
}

#top #policy p:first-child {
    width: 90%;
    height: 250px;
}

#top #policy section {
    width: 100%;
    height: 400px;
    padding: 3em 1em;
}

#top #policy section p:last-child{
    right: 0;
}

#top #policy section p:nth-of-type(2) {
    bottom: -65%;
    left: 10%;
}

#top #policy section img {
    height: 300px;
}

#top #service h3 {
    padding-left: .2em;
}

#top #service h3 span {
    left: 0;
    font-size: 250%;
}

#top #service &gt; p {
    padding-left: 1em;
}

#top #service &gt; section {
    height: 900px;
    flex-direction: column;
}

#top #service &gt; section &gt; section{
    height: 300px;
}

#top #hukushi{
    background-image: none;
}

#top #hukushi section {
    padding: 2em;
}

#top #cont .cont_wrap h3 {
    top: -3.4%;
}

#top #cont .cont_wrap #news ul li .cont {
    padding: 1em;
}

#top #cont .cont_wrap h3.cal {
    top: 45%;
}

footer #foot_wrap nav{
    display: none;
}

}</pre></body></html>