<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "EUC-JP";
body{
	font-family: "YakuHanJP","Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS P Gothic",Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #333;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
form{ margin:0; }
h1,h2,h3,h4,h5,h6,th { font-weight:normal; }
strong,.bold{ font-weight:bold; }
img { line-height:0; }
*, *:before, *:after {
	box-sizing: border-box;
}
a{
  color:#333;
  text-decoration:none;
}
.iw100 {
	width:100% !important;
	height: auto;
}
.inputCancel * {
	border:none;
	background:none;
    -webkit-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}
.word {
	display: inline-block;
}
/*smpheader*/
#header {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#smpLogo {
	position: relative;
    background: #1d5aa4;
    width: 100%;
    height: 50px;
    padding: 6px 10px 5px;
	z-index: 2;
}
#smpLogo img {
    height: 100%;
}
.menu-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 50px;
    cursor: pointer;
    z-index: 3;
}
.sp-inbox {
    width: 35px;
    height: 18px;
    position: relative;
    margin: 12px auto 19px;
}
.sp-inbox span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
    border-radius: 1px;
	transition: all .4s;
    -webkit-transition: all .4s;
}
.sp-inbox span:nth-of-type(1) {
	top: -3px;
}
.sp-inbox span:nth-of-type(2) {
	top: 50%;
	margin-top:-3px;
}
.sp-inbox span:nth-of-type(3) {
	bottom: 1px;
}
.sp-inbox::after {
	display: block;
	position: absolute;
	left: 50%;
    bottom: -4px;
	content: 'MENU';
	font-size: .79em;
    transform: translate3d(-50%,100%,0);
	-webkit-transform: translate3d(-50%,100%,0);
	color: #fff;
	transition: all .4s;
	letter-spacing: .075em;
}
.active .sp-inbox::after {
  content: 'CLOSE';
  bottom: -3px;
}
.active .sp-inbox span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.active .sp-inbox span:nth-of-type(2) {
    opacity: 0;	
}
.active .sp-inbox span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}
.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 5px solid #1d5aa4;
    border-top: none;
	padding-top: 50px;
    padding-bottom: 30px;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;	
    z-index: 1;
}
.open .menu {
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;	
}
.keysb {
    padding: 20px 20px 15px;
    border-bottom: 1px solid #ccc;
}
.keybox {
	position: relative;
}
.keyform {
	width:100%;
	box-sizing: border-box;
	padding: 10px 5px;
	border-radius:3px;
	font-size: 14px;
    border: 1px solid #d2d2d2;
    vertical-align: middle;
	background-color: #fff;
}
.keybtn {
	position: absolute;
	top: 50%;
	right: 5px;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.gbtn {
    display: block;
    color: #fff;
    padding: 15px 10px 12px 20px;
	cursor: pointer;
}
.gsmall {
	display: block;
    font-family: 'Lato', sans-serif;
    margin-bottom: 5px;
}
.gbig {
	font-size: 1.5em;
	font-weight: bold;
}
.g-cats {
    display: none;
    width: 100%;
}
.gcat-link {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 1.29em;
    padding: 15px 20px;
}
.g05 {
    background-color: rgba(255, 111, 83, .7);
}
.g06 {
    background-color: rgba(255, 154, 68, .7);
}
.g07 {
    background-color: rgba(170, 211, 79, .7);
}
/*wrapper*/
#container {
	padding-top: 50px;
}
.main-t-Image {
	font-size: 0;
    text-indent: -999999px;
    height: 140px;
    width: 100%;
    background: url(../images/topimage.jpg) center center no-repeat;
    background-size: cover;
    margin-bottom: 20px;
}
.top-h2ttl {
	background-color: #1d5aa4;
    color: #fff;
    font-size: 1.29em;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    position: relative;
    margin-bottom: 20px;
}
.top-h2ttl:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 10px 0 10px;
    border-color: #1d5aa4 transparent transparent transparent;
	position: absolute;
	bottom: 0;
	left: 50%;
    transform: translate3d(-50%,100%,0);
	-webkit-transform: translate3d(-50%,100%,0);
}
#bk_tabs {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-bottom: 20px;
	list-style:none;
}
.fv_tab {
    width: 33%;
    text-align: center;
}
.bk-tab {
	display: block;
    padding: 15px 0;
    color: #999;
    font-weight: bold;
}
.active .bk-tab {
	color: #333;
	background: url('../images/act-img.svg') center no-repeat;
    background-size: 60px 40px;
}
.bkarticle {
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
    align-items: stretch;
    -webkit-align-items: stretch;
    padding: 0 2.5%;
}
.bkBox {
	width: 48.5%;
    margin-left: 2.5%;
	margin-top: 10px;
	margin-bottom: 30px;
	position: relative;
}
.bkLink:visited,.bkLink:visited i {
    color: #999;
}
.bkBox:nth-child(2n+1) {
    margin-left: 0;
}
.PhotoBox {
	width: 100%;
	height: 150px;
	position: relative;
}
.bkphoto {
	width: 100%;
	height:100%;
}
.mp-back {
	display: none;
}
.bkNew {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}
.bk_icon {
	font-family: 'Lato', sans-serif;
    font-size: .89em;
    letter-spacing: .075em;
    font-weight: bold;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    background: #fff;
    padding: 7px 5px 4px;
    min-width: 75px;
    text-align: center;
}
.cu01 {
	border-top: 2px #ff6f53 solid;
	color: #ff6f53;
}
.cu02 {
	border-top: 2px #ff9a44 solid;
	color: #ff9a44;
}
.cu03 {
	border-top: 2px #aad250 solid;
	color: #aad250;
}
.cu04 {
	border-top: 2px #00adce solid;
	color: #00adce;
}
.cb01 {
	background-color: #ff6f53;
}
.cb02 {
	background-color: #ff9a44;
}
.cb03 {
	background-color: #aad250;
}
.cb04 {
	background-color: #00adce;
}
.bkTtl {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    font-size: 1.14em;
    font-weight: bold;
    line-height: 1.3em;
    margin-top: 10px;
}
.bkTtl i,.a_bkTtl i {
    color: #c1272d;
    font-size: 1.22em;
    margin-left: .25em;
}
.bkcom {
    line-height: 1.5em;
    margin-top: 5px;
    color: #666;
}
.h2-fttl {
    border-top: 2px solid #ccc;
    padding: 16px;
    font-size: 1.22em;
    color: #1d5aa4;
    font-weight: bold;
    margin-top: 5px;
}
#re-sites {
	margin-top: 70px;
    padding: 0 2.5%;
}
.pager {
	display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 15px 0 20px;
    text-align: center;
}
.pageBtn,
.num_act {
    display: flex;
	display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
	-webkit-align-items: center;
    height: 45px;
    width: 14%;
    font-size: 1.17em;
    font-weight: bold;
    padding:10px;
    margin-left: 1.5%;
	margin-right: 1.5%;
	color: #555;
}
.pageBtn {
	background-color: #fff;
	border: 1px solid #b3b3b3;
}
.pageBtn:hover {
    background-color: #F7F7F7;
}
.num_act {
    background-color: #1e59a4;
    color: #fff;
	border: 1px solid #1e59a4;
}
/*footer*/
#footer {
    margin-top: 50px;
	background: #e6e6e6;
	color: #fff;
}
.footmat {
    padding: 25px 2.5%;
}
.footcate {
    color: #333;
	font-size: 1.08em;
    margin: 10px 0;
}
.footscate {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-left: 1em;
}
.footscate li {
	margin-right: 30px;
    margin-bottom: 10px;
}
.footscate a {
	color:#999;
}
.graymat {
	background: #666;
	padding: 15px 2.5%;
}
.ft-cmp-name {
    font-size: 1.29em;
    font-weight: bold;
}
.ft-cmp-add {
    line-height: 1.25em;
    font-size: .89em;
}
.copyright {
	margin-top: 10px;
	width: 100%;
}
.footlogo {
	display: none;
}
/*entry*/
#entry {
    display: flex;
	display: -webkit-flex;
    flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
    margin-top: 15px;
}
.h2group {
	display: flex;
    display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.ecat-box {
	display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    width: 100%;
    padding: 5px 10px;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.25em;
}
.eicon {
	font-size: 1.5em;
	margin-right: 15px;
}
.eTxt br {
	display: none;
}
.h2-inner {
	width: 100%;
}
.entryTtl {
	font-size: 1.5em;
    font-weight: bold;
    line-height: 1.5em;
    padding: 15px 2.5%;
}
.entryTtl:first-letter {
	color: #1d5aa4;
	font-size: 1.5em;
}
#tags {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	width: 100%;
	background-color: #f2f2f2;
	padding: 12px 4%;
	list-style:none;
}
#tags li {
    border-left: 1px solid #bbb;
    padding: 0 10px;
}
#tags li:first-child {
    border-left: none;
    padding-left: 0;
}
.e-time {
    display: block;
	font-size: .89em;
	text-align: right;
    margin: 10px;
    color: #888;
}
.de_photo {
	height: auto;
	width: auto;
	max-width: 100%;
	text-align: center;
}
.de_photo img {
	height: auto;
	width: auto;
	max-width: 100%;
}
.de_comment {
    padding: 10px 2.5% 50px;
	font-size: 14px;
}
.de_comment span {
    line-height: normal;
}
/*detail class*/
.de_comment p,
.de_comment dl {
	line-height: 1.5em;
	letter-spacing: .1em;
	margin: 15px 0;
}
.de_comment h4,.d_ttl04 {
    font-size: 1.5em;
    line-height: 1.5em;
    color: #1a1a1a;
    font-weight: bold;
    border-left: 4px solid #1d5aa4;
    padding: 2px 0 3px 12px;
    margin: 35px 0 10px;
}
.de_comment h5,.d_ttl05 {
	font-size: 1.29em;
    line-height: 1.5em;
	color :#1d5aa4;
	font-weight: bold;
	margin: 25px 0 15px;
}
.de_comment h6,.d_ttl06 {
	font-size: 1.14em;
    line-height: 1.5em;
	color: #02adce;
	font-weight: bold;
	margin: 20px 0 5px;
}
.de_comment ul,
.de_comment ol {
    line-height: 1.5em;
    letter-spacing: .1em;
    margin: 10px 5px 10px 30px;
}
.de_comment ul {
	list-style: disc inside;
}
.de_comment ol {
	list-style: decimal inside;
}
.de_comment li,
.de_comment dd {
	margin-bottom: 5px;
}
.de_comment img {
	height: auto;
	width: auto;
	max-width: 100%;
}
.de_comment a,
.a02 {
    color: #33a0a7;
    text-decoration: underline;
}
.a02:visited:hover,
.de_comment a:visited {
    color: #999;
}
.table01 {
	margin:30px auto 20px;
}
.table01 td,.table01 th {
	padding:10px;
	border:1px dotted #b3b3b3;
	vertical-align:middle;
}
.t_fixed {
	table-layout: fixed;
}
.de_comment td,.de_comment th {
	border: 1px solid #cacaca;
	padding: 10px 5px;
	vertical-align:middle;
}
.de_comment th,.t_bg {
	background: #eee;
}
.de_comment th.th_mi,.de_comment td.th_mi {
	background: #b3b3b3;
	color: #fff;
}
.de_comment table {
	margin:20px auto;
}
.de_comment table.dotted {
	border: 1px solid #cacaca;
}
.de_comment .dotted td,.de_comment .dotted th,.de_comment td.dotted,.de_comment th.dotted {
	border: 1px dotted #cacaca;
}
div.dotted {
	border: 2px dotted #cacaca;
	margin:15px auto;
	padding:15px;
}
.b_none,.b_none * {
	border:none !important;
}
.t_c {
	margin:auto;
}
.t_v {
	vertical-align:top;
	padding-top:5px;
}
.no_bg {
	background:none !important;
}
.tw600 {
	width:600px;
}
.tw500 {
	width:500px;
}
.tw700 {
	width:700px;
}
.tw100 {
	width:100%;
}
.tcell80 {
	width:80px;
}
.tcell120 {
	width:120px;
}
.tcell150 {
	width:150px;
}
.tcell200 {
	width:200px;
}
.QandA {
    padding: 20px;
    margin: 25px 10px 10px;
    background: #eee;
    border-radius: 15px;
}
.de_comment p.text_Q {
    margin: 5px 0 10px;
    padding: 0 6px;
    font-size: 1.14em;
    font-weight: bold;
}
p.text_A {
    padding: 0 5px;
    margin: 5px 0;
}
html * .cancel {
	border: none;
	margin: 0;
	line-height: normal;
	padding: 0;
}
/*detail aside*/
#aside {
	width: 100%;
	order: 3;
}
.asideBox {
	margin-bottom: 30px;
}
.asideTtl {
    background-color: #1d5aa4;
    color: #fff;
    font-size: 1.14em;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    position: relative;
    margin-bottom: 20px;
}
.asideTtl:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 10px 0 10px;
    border-color: #1d5aa4 transparent transparent transparent;
	position: absolute;
	bottom: 0;
	left: 50%;
    transform: translate3d(-50%,100%,0);
	-webkit-transform: translate3d(-50%,100%,0);
}
.aside_cmp {
	margin: 15px 5px;
}
.sidebk {
	border-bottom: 1px dotted #b3b3b3;
}
.asideLink {
	display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
	padding: 10px;
	font-size: 1.14em;
	font-weight: bold;
    line-height: normal;
}
.asidephoto {
	width: 40.55%;
    min-width: 75px;
    min-height: 75px;
	margin-right: 8px;
}
#ather_detail {
    width: 100%;
    margin-bottom: 30px;
}
.a_bkbox {
	width: 48.5%;
    margin-bottom: 15px;
	margin-left: 2.5%;
}
.a_bkbox:nth-child(2n+1) {
    margin-left: 0;
}
.a_PhotoBox {
	width: 100%;
	height: 110px;
	position: relative;
}
.a_bkTtl {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    font-size: 1.14em;
    font-weight: bold;
	line-height: 1.25em;
    margin-top: 8px;
}
/*main*/
.subcategorys {
	margin: 45px 0 10px;
}
.subCat {
	display: inline-block;
    background-color: #e0e0e0;
    padding: 8px 1em;
    margin: 4px;
	border-radius: 15px;
}
.subCat.active {
	background-color: #1e59a4;
	color: #fff;
}
.Pan {
    padding: 0 0 10px;
    font-size: .89em;
}
.errorBox {
    background-color: #f2dede;
    color: #b94a48;
    padding: 10px 3%;
    margin: 25px 2.5%;
    text-align: center;
    line-height: normal;
    font-size: 1.08em;
    border-radius: 5px;
}
/*sub*/
.selectWrapper,
.selectWrapper2 {
    position: relative;
    display: inline-block;
}
.select01,.select02,
.selectWrapper2 select {
	display:table-cell;
    vertical-align: middle;
    min-width: 110px;
    border-radius: 5px;
	padding: 5px 30px 5px 10px;
    box-sizing: border-box;
    background-color: #fff;
	font-size:1.05em;
    color: #555;
    border: solid 1px #C1C1C1;
}
.cmpList {
	border:1px solid #ccc;
	padding: 10px;
    width: 100%;
}
.cmpImg {
	text-align: center;
}
.cmpImg img {
    width: 49%;
    height: auto;
}
.cmpTtl {
    font-weight: bold;
    margin: 10px auto 5px;
    color: #1e59a4;
}
.cmpTxt {
    font-size: 1.14em;
    margin: 5px auto 13px;
    line-height: 1.5em;
}
.sentRed {
    font-size: .89em;
    color: #d60000;
	line-height: 1.5em;
    margin: 10px 0;
}
/*form*/
.contactbox {
    margin: 20px auto 60px;
}
.t-contact {
	display: flex;
	display: -webkit-flex;
	flex-flow: column wrap;
	-webkit-flex-flow: column wrap;
	padding: 20px 5%;
    line-height: 1em;
    margin: 10px 0.5%;
    background: #fff;
	border-radius: 5px;
	background: #f2f2f2;
}
.subttl {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items:center;
    width: 100%;
    font-size: 1.08em;
    font-weight: bold;
    margin-bottom: 10px;
}
.required,
.arbitrary {
	display: inline-block;
    background: #D04E2E;
    color: #fff;
    padding: 4px .5em;
    font-size: .79em;
}
.arbitrary {
    background-color: #888;
}
.t-box,
.tbox {
    width: 100%;
}
textarea {
    width: 100%;
}
.tbox {
	font-size:1.07em;
}
.tBox {
    line-height: 1.5em;
}
.sentBox {
    padding: 20px 4%;
    width: 100%;
    margin: auto;
    line-height: 1.7em;
    font-size: 1.07em;
    border-radius: 5px;
    background: #e9f7e6;
    border: 1px solid #e0efdd;
}
.btnSearch {
    width: 80%;
	font-size: 1.33em;
	text-align: center;
    border-radius: 5px;
    padding: 8px 0 6px;
	margin: 20px auto;
    background-color: #4a4a4a;
	color: #fff;
	font-size: 1.28em;
    line-height: normal;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    display: inline-block;
	margin: 20px auto;
}
.btnSearch2:hover {
	background-color: #999;
}
.btnReset {
    display: block;
	color: #fff;
    vertical-align: top;
    font-weight: bold;
    cursor: pointer;
    background: #aaa;
    width: 45%;
    padding: 5px 10px;
    margin: 10px auto;
    border-radius: 5px;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
}
.btnReset:hover {
    background-color: #888;
}
/*input*/
label {
    vertical-align: middle;
	padding: 3px 3px 3px 5px;
}
.contactbox input[type="text"],
.contactbox input[type="tel"],
.contactbox input[type="email"],
.contactbox input[type="password"],
.contactbox textarea,
.calTable input,
.loanTable input,
.smp_use {
	width:100%;
	box-sizing: border-box;
	padding: 10px 5px;
	border-radius:3px;
	font-size: 14px;
    border: 1px solid #d2d2d2;
    vertical-align: middle;
	background-color: #fff;
}
textarea {
	resize: vertical;
}
select[disabled] {
    color: #A0A0A0;
    border-color: #E2E2E2;
    background: #F7F5F1;
}
/*input[type="radio"] */
input[type="checkbox"]:focus,
input[type="radio"]:focus {
	outline: 0;
	border: none;	
}
input[type="checkbox"]:checked:focus,
input[type="radio"]:checked:focus {
    border: none;
	outline: 0;
}
input[type="radio"] {
    position: relative;
    border-radius: 100%;
    border: 2px solid #ccc;
    box-sizing: border-box;
    width: 22px;
    height: 22px;
    background-color: #fff;
    cursor: pointer;
}
input[type="radio"]:checked:before {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    margin: -5px 0 0 -5px;
    content: "";
    border-radius: 100%;
    width: 10px;
    height: 10px;
    background: #fff;
}
input[type="checkbox"]:checked, 
input[type="radio"]:checked {
    background: #3264a1;
    border: 2px solid #3264a1;
}
/*input[type="checkbox"]*/
input[type="checkbox"] {
    position: relative;
    width: 22px;
    height: 22px;
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 0;
}
input[type="checkbox"]:checked:after {
    position: absolute;
    content: '';
	top: 4px;
    left: 3px;
    width: 12px;
    height: 7px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
input[type="checkbox"]:focus,
input[type="radio"]:focus {
	outline: 0;
	border: 2px solid #ccc;	
}
input[type="checkbox"]:checked:focus,
input[type="radio"]:checked:focus {
    border: 2px solid #3264a1;
}

.page_c { text-align:center; }
.page_r { text-align:right; }
.mauto { margin: auto;}
.m10 { margin: 10px auto;}
.m20 { margin: 20px auto;}
.m2m3 {
	margin: 15px auto;
}
.of { overflow:hidden; }
.clear_m { clear:both; }

/*----------smp only------------*/
@media screen and (max-width: 768px) {
	.sp_none,
	#navigation {
		display:none !important;
	}
}
/*tablet only*/
@media screen and (min-width: 415px) and (max-device-width: 768px) {
.cmpList {
    width: 48.5%;
}
.sidebk {
    width: 32%;
    display: inline-block;
}
.aside_cmp {
    margin: 25px auto;
    width: 80%;
}
}
/*----------pc------------*/
@media screen and (min-width: 781px){
.sp_view {
	display: none !important;
}
.pc_left { float:left; }
.pc_right { float:right; }
::selection {
    background: #FFEB3B;
    text-shadow: none;
}
/*template*/
.contents {
	width: 1100px;
	margin: auto;
}
#header {
	display: flex;
    display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
    position: static;
    width: 1100px;
    padding: 15px 0;
	margin: auto;
}
#navigation {
	display: flex;
    display: -webkit-flex;
	flex-flow: column;
	-webkit-flex-flow: column;
	width: 74.55%;
}
#gNavi {
	order: 2;
	display: flex;
    display: -webkit-flex;
}
.glist {
	width: 25%;
	position: relative;
}
.gbtn {
    padding: 9px 10px 6px 20px;
	position: relative;
}
.g01 {
	background-color: #ff6f53;
}
.g02 {
	background-color: #ff9a44;
}
.g03 {
	background-color: #aad250;
}
.g04 {
	background-color: #00adce;
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: absolute;
	right: 5px;
	bottom:	5px;
	width: 15px;
	height: 15px;
	float: right;
}
.accordion_icon span {
	position: absolute;
    left: 0;
    width: 100%;
	height: 2px;
    background-color: #fff;
	border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 5px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 5px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
/*＋、×切り替え*/
.accordion_icon.active span:nth-of-type(1) {
	top: 5px;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.accordion_icon.active span:nth-of-type(2) {
	top: 5px;
    transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.g-cats {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
	-webkit-transform: translateY(100%);
	z-index: 100;
}
.g-cats li {
    margin: 20px;
}
.gcat-link {
	padding: 0;
}
#asideNavi {
	display: flex;
    display: -webkit-flex;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	align-items: center;
	-webkit-align-items: center;
    margin-bottom: 15px;
}
.gt-share {
    margin-left: 10px;
}
.sicon {
	font-size: 2.25em;
	color: #1d5aa4;
}
.sicon:hover {
	color: #999;
}
.gt-search {
	width: 30%;
	margin-left: 35px;
}
/*index*/
#container {
    padding-top: 0;
}
.main-t-Image {
	height: 400px;
}
.top-h2ttl {
    font-size: 1.93em;
    padding: 18px 0;
}
.bk-tab {
    padding: 25px;
	font-size: 1.14em;
}
.active .bk-tab {
	background-size: 90px 60px;
}
.bkarticle {
	padding: 0;
}
.bkBox {
	width: 30.91%;
    margin-left: 3.6%;
	margin-bottom: 40px;
}
.bkBox:nth-child(2n+1) {
    margin-left: 3.6%;
}
.bkBox:nth-child(3n+1) {
    margin-left: 0;
}
.PhotoBox {
	height: 200px;
}
.mp-back {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
    left: 0;
    top: 0;
	z-index: -2;
}
.bkTtl {
    font-size: 1.29em;
	line-height: 1.5em;
}
.bkTtl i {
    font-size: 1.3em;
    margin-left: .5em;
}
.bkLink:hover .bkTtl.ct01 {
	color: #ff6f53;
}
.bkLink:hover .bkTtl.ct02 {
	color: #ff9a44;
}
.bkLink:hover .bkTtl.ct03 {
	color: #aad250;
}
.bkLink:hover .bkTtl.ct04 {
	color: #00adce;
}
.bkLink:hover .bkphoto {
  opacity: 1;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-name: flash;
  animation-duration: 1.5s;
  animation-name: flash;
}
@-webkit-keyframes flash {
  0% {
    opacity: .7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .7;
  }
  100% {
    opacity: 1;
  }
}
.h2-fttl {
    font-size: 1.5em;
}
#re-sites {
    padding: 0;
}
.footmat {
	display: flex;
	display: -webkit-flex;
	padding: 35px 0;
}
.footmat &gt; ul {
	width: 40%;
}
.footcate {
	margin: 0;
}
.footscate {
	margin: 10px 0 20px;
	padding-left: 20px;
}
.footscate li {
	margin-right: 0;
}
.footscate li+li {
	margin-left: 30px;
}
.graymat {
	padding: 15px 0;
}
.ft-flex {
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
    align-items: center;
    -webkit-align-items: center;
}
.ft-cmp-add {
    margin-left: 1.5em;
}
.copyright {
	margin-top: 20px;
}
.footlogo {
	display: block;
	margin-left: auto;
}
.footlogo img {
	width: 140px;
}
/*main*/
.subcategorys {
	margin: 15px 0 30px;
}
.subCat:hover {
	background-color: #eee;
}
.pager {
	margin: 20px 0;
}
.num_act,.pageBtn {
	height: 55px;
    width: 55px;
    margin-left: 5px;
	margin-right: 5px;
}
.errorBox {
    margin: 25px auto;
}
/*entry*/
#entry {
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
#detail {
	border: 1px solid #ccc;
	width: 80%;
	order: 1;
}
.h2group {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
}
.ecat-box {
    flex-flow: column;
    -webkit-flex-flow: column;
    width: 17.05%;
    min-height: 150px;
    text-align: center;
    color: #fff;
    font-size: 1.5em;
    padding: 17px 0 11px;
}
.eicon {
	font-size: 2.9em;
	margin: 0;
}
.eTxt {
	margin-top: auto;
}
.eTxt br {
	display: block;
}
.h2-inner {
	width: 82.95%;
	position: relative;
}
.entryTtl {
	font-size: 1.72em;
    line-height: 1.79em;
    padding: 15px 10px 10px 25px;
}
#tags {
    display: flex;
    display: -webkit-flex;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 12px 17px;
}
.de_comment {
    padding: 10px 20px 50px;
}
/*detail class*/
.de_comment p,
.de_comment dl {
	padding-left: 19px;
}
.de_comment h4,.d_ttl04 {
    font-size: 1.79em;
    padding: 5px 0 5px 15px;
}
.de_comment h5,.d_ttl05 {
	font-size: 1.43em;
	padding-left: 19px;
}
.de_comment h6,.d_ttl06 {
	padding-left: 19px;
}
.a02:hover,
.de_comment a:hover {
	text-decoration: none;
    color: #999;
}
.de_comment &gt; a {
	padding-left: 19px;
}
/*detail aside*/
#aside {
	order: 2;
	width: 18.64%;
}
#ather_detail {
	order: 3;
    margin-top: 50px;
}
.a_bkbox {
	width: 205px;
    margin-top: 15px;
    margin-bottom: 30px;
	margin-left: 18px;
}
.a_bkbox:nth-child(2n+1) {
	margin-left: 18px;
}
.a_bkbox:first-child {
	margin-left: 0;
}
.a_bkTtl i {
    color: #c1272d;
    font-size: 1.3em;
    margin-left: .5em;
}
/*sub*/
.cmpList {
	width: 30.91%;
	border:1px solid #ccc;
	padding: 10px;
}
.cmpTtl {
    font-weight: bold;
    margin: 10px auto 5px;
    color: #1e59a4;
}
.cmpTxt {
    font-size: 1.14em;
    margin: 5px auto 13px;
    line-height: 1.5em;
}
.sentRed {
    font-size: .89em;
    color: #d60000;
	line-height: 1.5em;
    margin: 10px 0;
}
/*form*/
.contactbox,
.cmpBox {
    padding: 1px 30px 20px;
    margin: 10px auto 20px;
	width: 80%;
}
.t-contact {
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding: 20px;
    font-size: 1.08em;
}
.selectWrapper,
.selectWrapper2 {
    position: relative;
    display: inline-block;
}
.select01,.select02,
.selectWrapper2 select {
	display:table-cell;
    vertical-align: middle;
    min-width: 110px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	padding: 5px 30px 5px 10px;
    box-sizing: border-box;
    background-color: #fff;
	font-size:1.05em;
    color: #555;
    border: solid 1px #C1C1C1;
}
.select02 { 
    min-width: 10px;
    width: 100%;
}
.btnSearch{
	font-weight: bold;
	cursor: pointer;
    width: 45%;
    margin: 20px auto;
}
.btnReset {
    width: 15%;
    margin: 0px auto 10px;
}
.sentBox {
    padding: 20px 30px;
}
.subttl {
    width: 28%;
    font-size: 1em;
    margin-bottom: 0;
}
.t-contact td {
	min-width: 30%;
}
.t-c-table td {
	min-width: 40%;
}
.t-cbox {
	width:20%;
}
.t-box,
.tbox {
    width: 68%;
}
.required, .arbitrary {
    padding: 3px 4px;
}
/*input*/
.contactbox input[type="text"],
.contactbox input[type="tel"],
.contactbox input[type="email"],
.contactbox input[type="password"] {
	width:68%;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus,
label {
	cursor: pointer;
}
input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea {
	outline: none;
	-webkit-transition: all .2s;
	transition: all .2s;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
    box-shadow: 0 0 5px #79c3ce;
    border: 1px solid #c1e9ef;
}
/*allclass*/
.a_hover:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;	
}
.m2m3 {
	margin: 20px auto 30px;
}
.tw15 {
    width: 13.5%;
}
.tw20 {
    width: 20%;
}
.tcell15  {
	width:15px;
}
.w70 {
 	width: 70%;
}
.w60 {
	width: 60%;
}
.pt1 {
	padding-top: 1px;
}
.sw30 { 
	width: auto;
}
.errorBox {
	width: 90%;
}
}
/*pc-smp-allclass*/
.pr-5 {
	padding-right: .5em;
}
.m15m10 {
	margin: 15px auto 10px;
}
.mb10 {
	margin-bottom: 10px;
}
.relative {
	position: relative;
}
.page_l {
	text-align:left;
}
/*IE*/
@media all and (-ms-high-contrast:none){
	body{
		font-size: 13px;
	}
}
/*pc-tablet-共通*/
@media all and (min-width: 450px){
.fv_tab {
    width: 20%;
}
}
/*slick*/
#de-slider a {
	display: inline-block;
	max-width: 200px;
}
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0 0 25px; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: #fff url("./ajax-loader.gif") center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0); }
.slick-track { position: relative; left: 0; top: 0; display: block; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { float: left; min-height: 1px; display: none; text-align: center; }
[dir="rtl"] .slick-slide { float: right; }
.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-slider { line-height: 0;}
.slick-dots { position: absolute; bottom: 0px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
.slick-dots li,.slick-dots li button:before,.slick-dots li button { height: 10px; width: 10px;}
.slick-dots li { position: relative; display: inline-block;  margin: 0 5px; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; outline: none; line-height: 0; font-size: 0; color: transparent; cursor: pointer; }
.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 { position: absolute; top: 0; left: 0; content: ""; border-radius: 15px; display: inline-block; transition: all 0.5s ease; background: #b3b3b3; cursor: pointer;  }
.slick-dots li.slick-active button:before { background: #1d5aa4;}</pre></body></html>