@charset "utf-8";

/*
Theme Name: Deniloop
Theme URI: https://deniloop.jp/deniwp
Description: Deniloop WP
Version: 20210924
Author: SOLILOQUY VISION
Author URI: https://sqvision.jp
License: 
License URI:
Tags: custom-menu
Text Domain: Deniloop
*/


/* ***************************************************************** 
*	基本設定
* ***************************************************************** */

* {
  box-sizing: border-box;
}
body {
font-family: source-han-sans-japanese, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 15px;
background: #ebebeb;
color: #333;
line-height: 190%;
word-wrap:break-word;
overflow-wrap:break-word;
}


/* リンク
---------------------------------------------------- */

a{
color:#45AAB8;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

a:hover{
color:#666;
}

a:active, a:focus {
outline: 0;
}


/* 画像
---------------------------------------------------- */

img{
border:0;
padding:0px;
margin:0px
}

img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 10px 20px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 20px 10px 0;
display: inline;
}


/* フロート
---------------------------------------------------- */

.alignright, .right { 
float: right; 
margin: 0 0 10px 20px;
}

.alignleft, .left { 
float: left; 
margin: 0 20px 10px 0;
}

.clear { 
clear:both; 
}

.aligncenter { display: block; margin: 0 auto; }


/* リスト
---------------------------------------------------- */

ol{
margin: 7px 0 7px 10px;
padding: 0 0 0 0;
list-style: decimal;
}

ul{
margin: 7px 0 7px 4px;
padding: 0 0 0 0;
list-style: disc;
}

li{
margin: 5px 0 5px 15px;
padding: 0;
}

li a{
color:#45AAB8;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

li a:hover{
color:#666;
}

.list_check {
    padding: 0px;
    margin: 0 0 40px 0;
    list-style: none;
}

.list_check > li {
    position: relative;
    padding: 0px 0px 0px 2em;
    margin: 0px;
    font-size: 15px;
}
.list_check > li::before,
.list_check > li::after {
    position: absolute;
    top: 50%;
    height: 1em;
    content: "";
}
.list_check > li::before {
    left: 0px;
    transform: translateY(-50%);
    width: 1em;
    border: 1px solid #1a2c7b;
}
.list_check > li::after {
    left: 0.5em;
    transform: translateY(-75%) rotate(45deg);
    width: 0.5em;
    border-bottom: 3px solid #1a2c7b;
    border-right: 3px solid #1a2c7b;
}

.list_check > li + li {
    margin: 1em 0px 0px;
}


.wp-block-list{
margin-bottom: 50px;
}
.wp-block-list a{
text-decoration: underline;
color: #333;
}

.singlelist {
margin-bottom: 20px;
}

.singlelist li{
margin-bottom: 1em;
}


/* *****************************************************************
*	全体Wrapper
* ***************************************************************** */

.wrapper {
margin: auto; 
max-width: 1000px;
padding: 30px 0 10px 0;
}

.wf-loading {
	opacity: 0;
	transform: scale(0.95);
}
.wf-active {
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.7s ease, transform 0.7s ease;
}
/* ***************************************************************** 
*	ヘッダー
* ***************************************************************** */

#header {
width: 100%;
position: relative;
background: #1a2c7b;
}
.home #header{
    background-color: transparent;
}

.header-inner {
max-width: 100%;
overflow: hidden;
margin: 0px auto;
padding: 40px 50px 30px 50px;
}

#header h1 {
margin: 0;	
}
.logo {
width: 170px;
z-index: 9999;
}
.sns{
text-align: right;
position: absolute;
top:40px;
right: 50px;
}
.sns img{
width: 35px;
padding-left: 15px;
}


/* トップナビゲーション
---------------------------------------------------- */

#nav {
text-align: right;
z-index: 999;
padding: 0;
width: auto;
position: relative;
right: 5px;
}

#nav ul {
list-style: none;
margin: auto;
}

.main-navigation {
clear: both;
margin: 0 auto;
position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
margin: 0;
padding: 0;
}

.nav-menu li {
display: inline-block;
position: relative;
margin: 0 -2px 0 -2px;
}

.nav-menu li a {
color: #ebebeb;
display: block;
font-family: futura-pt-bold, sans-serif;
font-weight: 700;
font-style: italic;
font-size: 20px;
text-decoration: none;
padding: 12px 0 12px 35px;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
color:#f2f449;
}

.nav-menu .sub-menu,
.nav-menu .children {
color: #f2f449;
display: none;
padding: 0;
position: absolute;
z-index: 99999;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
border-left: 0;
left: 100%;
top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
color: #ebebeb;
margin: 0;
width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
background: #1a2c7b;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
display: block;
background: #eee;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a,
.nav-menu .current-post-ancestor > a {
color:#f2f449;
}

.toggle {
display: none;
}

.menu-toggle {
width: 40px;
height: 40px;
}

.hamburger { display: none; }


/* ハンバーガーメニュー
---------------------------------------------------- */

/*!
* Hamburgers
* @description Tasty CSS-animated hamburgers
* @author Jonathan Suh @jonsuh
* @site https://jonsuh.com/hamburgers
* @link https://github.com/jonsuh/hamburgers
*/
.hamburger {
padding: 10px 2px;
display: inline-block;
cursor: pointer;
transition-property: opacity, -webkit-filter;
transition-property: opacity, filter;
transition-property: opacity, filter, -webkit-filter;
transition-duration: 0.15s;
transition-timing-function: linear;
font: inherit;
color: inherit;
text-transform: none;
background-color: transparent;
border: 0;
margin: 0;
overflow: visible; }
.hamburger:hover {
opacity: 0.7; }

.hamburger-box {
width: 40px;
height: 24px;
display: inline-block;
position: relative; }

.hamburger-inner {
display: block;
top: 50%;
margin-top: -2px; }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
width: 35px;
height: 3px;
background-color: #ebebeb;
border-radius: 3px;
position: absolute;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
transition-duration: 0.15s;
transition-timing-function: ease; }
.hamburger-inner::before, .hamburger-inner::after {
content: "";
display: block; }
.hamburger-inner::before {
top: -10px; }
.hamburger-inner::after {
bottom: -10px; }

/*
* Spin
*/
.hamburger--spin .hamburger-inner {
transition-duration: 0.3s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin .hamburger-inner::before {
transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
.hamburger--spin .hamburger-inner::after {
transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
transition-delay: 0.14s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--spin.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
.hamburger--spin.is-active .hamburger-inner::after {
bottom: 0;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }


/* トップページ
---------------------------------------------------- */

.home .hero {
background-image: url('https://deniloop.jp/deniwp/wp-content/uploads/2026/02/top03.jpg');
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 80px));
background-size: cover;
background-position: center;
background-repeat: no-repeat;
height: 100vh; 
width: 100%;
display: flex;
flex-direction: column; 
}
.home .top-image {
flex-grow: 1;
display: flex;
flex-direction: column;
justify-content: center; 
align-items: center; 
}
.top-lead{
font-family: futura-pt-bold, sans-serif;
font-weight: 700;
font-style: normal;
color: #ebebeb;
font-size: 25px;
text-align: center;
margin-top: 40px;
margin-bottom: 20px;
}
.top-image img{
width: 100%;
max-width: 400px;
padding-bottom: 20px;
}
.top-link{
display: flex; 
}
.link-a a{
font-family: futura-pt-bold, sans-serif;
font-weight: 700;
font-style: normal;
background: #f2f449;
opacity: 0.8;
color:#1a2c7b;
padding: 10px;
margin:10px 5px;
}
.link-a a:hover{
opacity: 0.3;
}

.topnews{
background: #ebebeb;
}

.topbk{
background:#ebebeb ;
}
/* ---------------------------------------------------- */
/*	メイン（本文）コンテンツ*/
/* ---------------------------------------------------- */

#main {
  margin: 0;
  padding: 20px 0 0 0;
}

/* ギャラリーレイアウト
---------------------------------------------------- */

.gallery-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 0;
  margin-left: 0;
  list-style: none; 
}
.gallery-list li {
  width: 100%;
  margin-left: 0;
}

.gallery-list li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.item-date {
font-size: 60%;
color: #1a2c7b;
padding: 0 0 0 0;
margin: 0 0 5px 0;
max-height: 50px;
overflow:hidden;
line-height: 120%;
}
.item h2 {
line-height: 130%;
font-weight: bold;
letter-spacing: 0.03em;
text-decoration: underline;
}

.item-title {
font-size: 15px;
margin: 0 0 0 0;
padding: 3px 0px 0px 0px;
border: none;
}

.item-title a {
color: #1a2c7b;
}
.item-title a:hover {
opacity: 0.3;
}
.item-text {
font-size: 13px;
color: #333;
line-height: 150%;
margin-top: -10px;
}

.more{
text-align: center;
font-size: 12px;
margin:40px auto 0 auto;
}
.more2 {
font-size:12px;
margin: 0;
}
.more a , .more2 a{
color: #ebebeb;
background: #1a2c7b;
padding: 10px 40px;
text-decoration: none;
}
.more a:hover,.more2 a:hover{
opacity: 0.3;
}


li.item {
height: 470px;
margin-bottom: 50px;
}
li.item-gallery {
height: 300px;
}

.item-img {
margin: 0 0 10px 0;
overflow: hidden;
text-align:center;
}





.item-cat {
font-size: 65%;
color: #999;
padding: 0 0 0px 0;
margin: 0 0 20px 0;
max-height: 65px;
overflow:hidden;
}

.item-cat a {
color: #444;
}



/* ページタイトル
---------------------------------------------------- */

.pagedate {
font-size: 12px;
font-weight: normal;
text-align: left;
padding: 0 0 0 0;
margin: 0 0 -10px 0;
color: #1a2c7b;
letter-spacing: 0.02em;
}

.pagetitle-kotei {
color: #333;
font-size: 16px;
font-weight: bold;
letter-spacing: 0.05em;
font-style:normal;
margin: 0px 0px 20px 0px;
padding: 0 0 3px 0;
}

.pagetitle {
color: #1a2c7b;
font-family: futura-pt-bold, sans-serif;
font-weight: 700;
font-style: normal;
font-size: 25px;
padding: 5px 5px;
border-bottom:solid 8px #1a2c7b;
transform: skew(-15deg);
letter-spacing: 0.01em;
margin: 0px 0 40px 0;
max-width: 300px;
}

.pagetitle a {
color: #1a2c7b;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

.pagetitle a:hover {
color: #f2f449;
}

.pagetitle-single {
color: #1a2c7b;
font-size: 14px;
font-weight: bold;
letter-spacing: 0.05em;
font-style:normal;
margin: 0px 0px 10px 0px;
}

.pagetitle-single a {
color: #1a2c7b;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

.pagetitle-single a:hover {
color: #666;
}


.blog-title {
font-size: 22px;
line-height: 140%;
font-weight: bold;
color: #1a2c7b;
margin: 30px 0px 10px 0px;
padding: 0;
}

.blog-title a {
color:#1a2c7b;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

.blog-title a:hover {
color:#666;
}


/* 見出し
---------------------------------------------------- */

h1 {
font-size: 24px;
margin: 40px 0px 20px 0px;
}

h2 {
font-size: 20px;
line-height: 130%;
font-weight: bold;
color: #1a2c7b;
margin: 40px 0px 20px 0px;
}
.full {
	background: #b7bece;
	margin: 0 calc(50% - 50vw);
	padding: 50px calc(50vw - 50% + 8px);
	width: 100vw;
	clip-path: polygon(0 30px, 100% 0, 100% calc(100% - 50px), 0 100%);
}

h3 {
font-size: 16px;
line-height: 130%;
font-weight: bold;
color: #333;
padding: 0 0 5px 0;
margin: 30px 0 0 0;
}

h4{
margin: 20px 0 0 0;
}
h4 span {
font-size: 15px;
line-height: 130%;
font-weight: bold;
color: #1a2c7b;
padding: 5px 8px;
border: solid 2px #1a2c7b;
background: #fff;
}

h5 {
font-size: 16px;
line-height: 1.3em;
margin: 30px 0 0px 0;
}

h6 {
font-size: 14px;
line-height: 1.3em;
margin: 30px 0 0px 0;
}


/* 記事部分
---------------------------------------------------- */

.flexbox{
display: flex;
}
.single-l{
margin: 0 auto;
}
.icatch img{
width: 100%;
max-width: 400px;
text-align: center;
}
.single-r{
margin-left: 20px;
max-width: 580px;
}
.pagedate2{
font-size: 12px;
font-weight: normal;
text-align: left;
padding: 0 0 0 0;
margin: 30px 0 -10px 0;
color: #1a2c7b;
letter-spacing: 0.02em;
}

.single-contents {
margin: 0 auto 40px auto;
}

.page-contents {
margin: 0 0 40px 0;
}

p {
font-size: 15px; 
color: #333;
line-height: 200%;
padding: 12px 0px 12px 0px;
}

p a , .aboutus a{
color:#333;
text-decoration:underline;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

p a:hover {
color:#ccc;
}

p a:active, a:focus {
outline: 0;
}

.underline{
font-weight: bold;
background:linear-gradient(transparent 50%, #f2f449 50%);
}

.brands{
background-color: #fff;
padding: 15px;
margin-bottom: 40px;
}
.whitebox{
background-color: #fff;
padding: 15px;
margin: 25px 0;
}

/* 固定ページ
---------------------------------------------------- */

.denisapoimg{
margin: 20px auto;
width: 300px;
}
.denisapoimg2{
margin: 20px auto;
width: 100%;
max-width: 400px;
}

.aboutus , .aboutus2{
font-size:15px;
display: flex;
}
.aboutus dt{width: 60px;}
.aboutus2 dt{width: 150px;}
.blue a{color: #1a2c7b;}

.deni-ill{
background: none;
width: 100%;
max-width: 350px;
height: auto;
padding: 10px;
margin: 10px auto;
}

.about-lead{
text-align: center;
font-weight: 700;
font-style: normal;
color: #1a2c7b;
font-size: 15px;
line-height: 140%;
margin-bottom: 30px;
}
.about-lead span{
font-family: futura-pt-bold, sans-serif;
font-size:18px;
}

.denicircle-flex{
width: 90%;
margin: 20px auto 20px auto;
display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.denicircle{
position: relative;
color: #1a2c7b;
width: 100%;
max-width: 200px;
aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: solid 5px #b7bece;
  background: #fff;
  font-weight: 600;
  line-height: 130%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.denicircle span{
width: 90%; 
  text-align: center;
  line-height: 1.3;
  font-size: clamp(10px, 3vw, 14px);
 }
 
 .denicircle-s{
 color: #b7bece;
  font-family: futura-pt-bold, sans-serif;
  font-style: italic;
  font-size: clamp(35px, 5vw, 35px); 
  line-height: 1; 
  margin-bottom: 5px;
 }
 
 .step-box{
 width: 100%;
 margin: 20px auto;
 padding: 25px;
 background: #fff;
 border: solid 5px #1a2c7b;
 border-radius: 15px;
 }

.step{
font-family: futura-pt-bold, sans-serif;
 font-style: italic;
font-size:40px;
color: #1a2c7b;
}
.step br , .br-non{
display: none;
}
.step-flexbox{
display: flex;
margin: 20px auto;
}

.step-title{
color: #1a2c7b;
 font-style: normal;
font-weight: 600;
font-size: 20px;
margin-top: 20px;
margin-left: 10px;
}

.step-ill{
width: 100%;       /* 基本は親要素に合わせる */
  max-width: 400px;  /* でも400px以上には大きくしない */
  height: 200px;
  margin-right: 30px;
background: none;
}
.cyuui{
font-size:12px;
color: #666;
line-height: 150%;
margin-top: 20px;
}

.sankaku{
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #1a2c7b;
  margin: 20px auto;
}

.ani-box {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease-out, transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* クラスがついたら表示する */
.ani-box.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* パンくずリスト
---------------------------------------------------- */

.breadcrumb {
margin: 20px 0 0 0;
line-height: 120%;
}
.breadcrumb div {
display: inline;
font-size: 11px;
color: #666;
}
.breadcrumb span,
.breadcrumb span a {
color: #1a2c7b;
}

.breadcrumb ol {
margin: 0px;	
}

.breadcrumb li {
margin: 0px;	
display: inline;
}





/* ワンカラムページのイメージヘッダー
---------------------------------------------------- */

.head-img {
width: 100%;
text-align: center;
overflow: hidden;
}

.head-img img {
margin: 0px auto 50px auto;
}


/* tag
---------------------------------------------------- */

.blog-foot {
font-size:75%;
text-align: left;
margin: 30px 0 30px 0;
font-weight:bold;
}
.blog-foot a{
padding:10px;
color: #1a2c7b;
border: solid 2px #1a2c7b;
}
.blog-foot a:hover{
background: #f2f449;
}
.archive-description p{
color: #1a2c7b; margin: -30px 0 10px 0;
}
.archive-description{
margin: 0;
}
.float-l{
float:left;
margin:0 6px 20px 0;
}



/* 次の記事・前の記事
---------------------------------------------------- */

#next {
font-size: 90%;
line-height: 150%;
margin: 30px 0 0 0;
}

.next-left {
float: left;
text-align: left;
margin: 0 0 10px 0;
background: url(images/left.gif) no-repeat left; 
}

.next-left a {
color: #1a2c7b;
padding: 20px 20px 20px 50px;
display: block;
}

.next-left a:hover {
color:#666;
}

.next-right {
float: right;
text-align: right;
margin: 0 0 10px 0;
background: url(images/right.gif) no-repeat right; 
}

.next-right a {
padding: 20px 50px 20px 20px;
display: block;
color: #1a2c7b;
}

.next-right a:hover {
color:#666;
}


/* ページャー
---------------------------------------------------- */

.pager {
text-align:center;
margin: 50px 0 80px 0;
}

a.page-numbers,
.pager .current {
background: #1a2c7b;
padding: 10px 10px;
margin:0 2px;
color: #ebebeb;
}
.pager .current {
background: #ccc;
color: #ebebeb;
}


/* 関連記事
---------------------------------------------------- */

.similar-head {
color: #333;
font-size: 18px;
font-weight: bold;
letter-spacing: 0.05em;
font-style:normal;
margin: 0px 0px 10px 0px;
padding: 0 0 3px 0;
border-bottom: 3px double #ccc;
}

.similar ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.similar li{
margin: 0 0 0 0;
padding: 0 0 0 0;
list-style: none;
}

.similar li a{
color:#555;
}

.similar li a:hover{
color:#888;
}

table.similar-text {
width: 100%;
color: #444;
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom: dotted 1px #ccc;
border-collapse: collapse;
border-spacing: 0;
}

table.similar-text img {
width: 150px;
}

table.similar-text th {
text-align: left;
width: 150px;
vertical-align: middle;
}

table.similar-text td {
text-align: left;
white-space: normal;
vertical-align: middle;
}






/* WP必須
---------------------------------------------------- */

.wp-caption {
max-width:100%;
}

.wp-caption-text {
font-size:90%;
text-align: center;
}

.sticky {
}

.gallery-caption {
}

.bypostauthor {
}

/* Text meant only for screen readers. */
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}

.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; /* Above WP toolbar. */
}



/* *****************************************************************
*	サイドバー
* ***************************************************************** */

.sidebar {
width: 100%;
margin: 0px 0px 40px 0px;
padding: 0 0 0 0;
}


/* 新着表示
---------------------------------------------------- */

.sidebox-new {
color:#666;
margin: 0 0 50px 0 ;
padding: 0 0 0 0 ;
}

.sidebox-new ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.sidebox-new li{
list-style: none;
margin: 0 0 0 0;
padding: 0px 0 0px 0px;
border-bottom: 1px dotted #ddd;
}

.sidebox-new li a{
font-size: 14px;
color:#666;
list-style: none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

.sidebox-new li a:hover{
color:#999;
}


table.similar-side {
width: 100%;
color: #444;
margin: 0 0 0 0;
padding: 0 0 0 0;
border-collapse: collapse;
border-spacing: 0;
}

table.similar-side img {
width: 80px;
}

table.similar-side th {
text-align: left;
width: 80px;
vertical-align: middle;
}

table.similar-side td {
text-align: left;
white-space: normal;
vertical-align: middle;
}


/* *****************************************************************
*	フッター
* ***************************************************************** */	

#footer {
background: #1a2c7b;
clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 100%);
clear: both;
width: 100%;
font-size: 80%;
margin: 0px auto 0px auto;
padding-bottom: 40px;
}
.footer-inner {
margin: 0px auto 0px auto;
padding: 20px 0px;
max-width: 1000px;
}

.footlogo{
width: 200px;
margin-top: 20px;
padding: 40px 30px 0 0;
}

#menu-footernav{
list-style: none;
padding-top: 20px;
display: flex;
}
#menu-footernav li{
margin: 0 10px 0 0;
padding: 5px 0;
}
#menu-footernav li a{
color: #ebebeb;
font-weight: 500;
letter-spacing: 0.1em;
}
#menu-footernav li a:hover{
color:#f2f449;
}

#copyright {
font-size: 10px;
line-height: 110%;
color: #ebebeb;
margin: 10px 20px 0 0;
margin: 0px auto 0px auto;
padding: 0 ;
max-width: 1000px;
}



/* *****************************************************************
*	ウィジェット
* ***************************************************************** */

/* 基本形
---------------------------------------------------- */

.widget{
margin: 0 0 50px 0;
}

.widget ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.widget li{
list-style: none;
}

.widget li a{
color: #666;
}

.widget li a:hover{
color: #999;
}

.widget_recent_entries li a,
.widget_archive li a,
.widget_categories li a,
.widget_nav_menu li a{
margin: 0 0 0 0;
}

.textwidget, .textwidget p {
font-size: 16px;
color: #444;
line-height: 170%;
margin: 0 0;
padding: 0px 0px 0px 0px;
}

.widget-title{
color: #333;
font-size: 16px;
font-weight: bold;
letter-spacing: 0.05em;
font-style:normal;
margin: 0px 0px 10px 0px;
padding: 0 0 3px 0;
border-bottom: 3px double #ccc;
}

.widget_block h2 {
font-size: 16px !important;
border-bottom: 3px double #ccc;
border-top: none;
margin: 0px 0px 10px 0px !important;
padding: 0px 0 3px 0 !important;
}


/* ウィジェットボックストップページ用
---------------------------------------------------- */

.topbox{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.topbox ul{

margin: 0 0 0 0;
padding: 0 0 0 0;
}

.topbox li{

margin: 0 0 0 0;
padding: 7px 0px 6px 0px;
list-style: none;
border-bottom:1px dotted #ddd;
}

.topbox li a{
line-height: 160%;
color: #444;
margin: 0 0 0 0;
padding: 7px 0px 6px 0px;
list-style: none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

.topbox li a:hover{
color:#999;
}

.topbox h2{
font-size: 14px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.topbox h3{
font-size: 13px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.topbox h4{
font-size: 12px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.topbox ul.children{
margin-bottom: 0px;
display: block;
padding: 5px 0 0 0;
}

.topbox ul.children li{
padding-left: 15px;
padding-top: 5px;
border-top: 1px dotted #ccc;
border-bottom: 0px dotted #ccc;
}

.topbox ul.sub-menu{
margin-bottom: 0px;
display: block;
padding: 5px 0 0 0;
}

.topbox ul.sub-menu li{
padding-left: 15px;
padding-top: 5px;
border-top: 1px dotted #ccc;
border-bottom: 0px dotted #ccc;
}

.top-widget-title {
font-size: 18px;
letter-spacing: 0.01em;
padding: 0px 0px 10px 0px;
margin: 0px auto 40px auto;
border-bottom: 3px double #ccc;
max-width: 300px;
text-align: center;
}





/* *****************************************************************
*	検索フォーム＆検索結果
* ***************************************************************** */

/* 検索フォーム
---------------------------------------------------- */

.search input {
font: 16px arial, sans-serif; 
color: #333; 
width:85%;
padding: 10px 5px; 
}

.search button {
width: 15px; 
height: 15px; 
cursor: pointer; 
vertical-align: middle;
border: none; 
background: url(images/search.png) no-repeat; 
}



/* *****************************************************************
*	CSS3アニメーション
* ***************************************************************** */

.img-anime2 img {
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.img-anime2:hover img {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}



/* *****************************************************************
*	レスポンシブテーブル
* ***************************************************************** */

.responsive-tabel-01 table { 
width: 100%; 
}

.responsive-tabel-01 {
margin: 20px 0;
}

.responsive-tabel-01 th { 
width: 30%; 
font-size: 20px;
text-align: left;
background: #f4f4f4;
padding: 20px; 
border: 1px solid #ddd;
vertical-align: middle;
}

.responsive-tabel-01 td { 
font-size: 20px;
text-align: left;
padding: 20px; 
border: 1px solid #ddd;
vertical-align: middle;
}


@media only screen and (max-width:480px){
.responsive-tabel-01 { margin: 20px -10px; }
.responsive-tabel-01 th,
.responsive-tabel-01 td { width: 100%; display: block; border-top: none; }
.responsive-tabel-01 tr:first-child th   { border-top: 1px solid #ddd; }
}


/* テーブル
---------------------------------------------------- */

.single-contents tabel,
.page-contents tabel {
width: 100%;
}
 
.single-contents th,
.single-contents td,
.page-contents th,
.page-contents td {
border: 1px solid #ccc;
padding: 20px;
}
 
.single-contents th,
.page-contents th {
font-weight: bold;
background-color: #dedede; 
}



/* *****************************************************************
*   レスポンシブ（メディアクエリ）
* ***************************************************************** */


/* PC 画面の横幅が960px以上
---------------------------------------------------- */

@media only screen and (min-width: 960px) {
.sidebar { width: 300px; }
}



/* Tablet (Portrait) 画面の横幅が768px〜959pxまで
---------------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 959px) {
.wrapper { width: 100%; margin: 0 auto; padding: 20px 25px 10px 25px; }
.header-inner { max-width:100%; padding: 20px 20px 20px 20px; }
#nav { float: none; width: 728px; margin: 0 auto 60px auto; padding: 0; }
li.item { height: 460px; margin-bottom:40px; }
.twothird { width: 460px; margin-right:10px; }
.footer-inner { width: 728px; padding: 0px 0px;}
#copyright{padding: 50px;}
}


/* Mobile (Portrait) 画面の横幅が300px~767pxまで（基本）
---------------------------------------------------- */

@media only screen and (max-width: 767px) {
.wrapper { width: 100%; padding: 30px 15px 10px 15px; }
.header-inner {  max-width:100%; margin: auto; padding: 30px 20px 30px 20px; }
#nav { 
  display: none; 
  position: absolute; 
  top: 0;  bottom: 0;
  right: 0; 
  width: 100%;
  height: 100vh; 
  background: #1a2c7b; 
  padding: 80px 0 0 0;
  z-index: 999;
}
.nav-menu li { 
  display: block; 
  float: none;
}
.nav-menu li a { 
  color: #ebebeb; 
  display: block; 
  font-size: 18px; 
  padding: 20px 10px; 
  text-decoration: none;
  text-align: center;
}
.toggle { display: block; float: right; position: absolute; top: 30px; right: 10px; z-index: 10000; }
.gallery-list {
    grid-template-columns: repeat(2, 1fr);
  }
li.item { height: auto; margin-bottom: 100px; }
.sns{right: 80px;}
.home .hero {
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 30px));}
.top-image img{width: 90%;}
.top-lead{font-size:22px;}
table.similar-text img { width: 100px; }
table.similar-text th { width: 100px; }
.step-flexbox , .deni-01 , .flexbox ,#menu-footernav{display: block;}
.step-ill{width: 100%;height: auto;margin: 0 auto 20px auto;}
.step br , .br-non{display: block;}.step-title{display: inline-block;margin-left: 0;padding-top: 15px;line-height: 130%;}
.denicircle-flex{
  grid-template-columns: repeat(2, 1fr);}
.single-r{margin: 0;}
.pagedate { margin: -20px 0 -10px 0; }
.head-img img { margin: 35px auto 10px auto; }
p { font-size: 14px; }
.pager { margin: 50px 0 50px 0; }
#footer{clip-path: polygon(0 0, 100% 30px, 100% 100%, 0 100%);}
.footer-inner { width: 300px; padding: 0px 0px;}
#copyright{padding: 40px;}
.mobile-display-none { display: none; }
.single-contents { margin: 0 0 40px 0; }.icatch img{max-width: 100%;}
.page-contents { margin: 0 0 40px 0; }
}



/* Mobile (Portrait/iPhone6) 画面の横幅が375px〜479pxまで
---------------------------------------------------- */

@media only screen and (min-width: 375px) and (max-width: 479px) {

.header-inner { max-width:100%; margin: auto; padding: 30px 20px 30px 20px;}
li.item { height: auto; margin-bottom: 100px; }
.footer-inner { width: 336px; padding: 0px 0px;}
}



/* Mobile (Landscape) 画面の横幅が480px〜767pxまで
---------------------------------------------------- */

@media only screen and (min-width: 480px) and (max-width: 767px) {

.header-inner { max-width:100%; margin: auto; padding: 30px 20px 40px 20px;}
li.item { height: auto; margin-bottom: 100px; }
.footer-inner { width: 420px; padding: 0px 0px;}
}


