/*
 Theme Name: Worldwide Child
 Theme URI: http://example.com/Worldwide-child/
 Description: Worldwide Child Theme
 Author: John Doe
 Author URI: http://example.com
 Template: worldwide
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: blog, two-columns, custom-colors, right-sidebar, custom-logo, footer-widgets, sticky-post, custom-header, featured-images, editor-style, custom-background, custom-menu, threaded-comments, theme-options, translation-ready
 Text Domain: worldwide-child
*/

* {
  margin: 0;
  padding: 0;
  outline: none;
}
img {
  border: none;
  margin: 0;
  padding: 0;
  height: auto;
  max-width: 100%;
}
body {
  background-color: #fff;
  margin: 0;
  padding: 0;
  line-height: 20px;
  font-size: 14px;
  color: #5c5c5c;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.aligncenter {
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
a {
  color: #0a45a5;
  text-decoration: none;
}
a:hover {
  color: #ba7101;
}
/* a, .articlelists h2 a:hover,
#sidebar ul li a:hover,					
.footer ul li a:hover, .footer ul li.current_page_item a,							
.left a:hover,
.articlelists h4 a:hover,
.recent-post h6 a:hover,
.postmeta a:hover,					
.logo h1 span,
.recent-post .morebtn:hover,
.recent-post .morebtn,								
.headernav ul li a:hover, 
.headernav ul li.current_page_item a, 
.headernav ul li.current_page_item ul li a:hover, 
.headernav ul li.current-menu-ancestor a.parent, 
.headernav ul li.current-menu-ancestor ul.sub-menu li.current_page_item a, 
.headernav ul li.current-menu-ancestor ul.sub-menu li a:hover
{ color:#0a45a5!important;} */

.pagination .nav-links span.current,
.pagination .nav-links a:hover,
#commentform input#submit:hover,
.nivo-controlNav a.active,
.wpcf7 input[type="submit"],
input.search-submit,
.slide_info .slideMore,
.homeblogpost .articlelists .ReadMore {
  background-color: #0a45a5 !important;
}

.slide_info .slideMore {
  border-color: #0a45a5 !important;
}
.alignnone,
.header-banner img {
  width: 100% !important;
}
img.alignleft,
.alignleft {
  float: left;
  margin: 0 15px 0 0;
  padding: 5px;
  border: 1px solid #f6f4f4;
}
img.alignright,
.alignright {
  float: right;
  margin: 0 0 0 15px;
  padding: 5px;
  border: 1px solid #f6f4f4;
}
.tag-sticky-2 {
  background-color: #f6f4f4;
  padding: 20px;
}

.entry-content ol li,
.entry-content ul li {
  margin-left: 15px;
}
ul li ul,
ul li ul li ul,
ol li ol,
ol li ol li ol {
  margin-left: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #484f5e;
  font-family: "Roboto Condensed", sans-serif;
  margin: 0 0 20px;
  padding: 0;
  line-height: 1.1;
  font-weight: 400;
}
.left {
  float: left;
}
.right {
  float: right;
}
h2.section_title {
  font-weight: 400;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative;
  color: #111;
}
h2.section_title::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 1px;
  background-color: #292929;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/*default pagination*/
.pagination {
  display: table;
  clear: both;
}
.pagination .nav-links {
  margin: 20px 0;
}
.pagination .nav-links a {
  margin-right: 0;
  background: #cccccc;
  color: #fff;
  padding: 5px 10px;
}
.pagination .nav-links span.current,
.pagination .nav-links a:hover {
  padding: 5px 10px;
  background: #0a45a5;
  color: #fff;
}

.postmeta {
  padding: 5px 0;
  color: #999;
}
.postmeta a {
  color: #999;
}
.postmeta a:hover {
  color: #0a45a5;
}

#comment-nav-above .nav-previous,
#comment-nav-below .nav-previous {
  float: none !important;
  margin: 10px 0;
}
ol.comment-list li {
  list-style: none;
  margin-bottom: 5px;
}

body.wp-custom-logo .logo h1 {
  display: none;
}
.logo {
  float: left;
  width: 25%;
  z-index: 999;
  color: #fff;
  padding: 15px 0;
}
.logo img {
  height: 51px;
  width: auto;
}
.logo h1 {
  font-weight: 600;
  margin: 0;
  line-height: 30px;
  color: #fff;
  font-size: 30px;
}
.logo h1 span {
  color: #0a45a5;
}
.logo p {
  color: #fff;
}

.widget-right {
  float: right;
  text-align: right;
}
.header {
  width: 100%;
  z-index: 999;
  background-color: #111111;
}
.header h1 {
  margin-bottom: 0;
}
.header .header-nav-list {
  margin-bottom: 0;
}
.fixed-header {
  position: fixed !important;
  top: auto;
  background-color: #111111;
}
.container {
  width: 1170px;
  margin: 0 auto;
  position: relative;
}
/*header menu css*/
.toggle {
  display: block;
}
.toggle a {
  width: 100%;
  color: #ffffff;
  background: url(images/mobile_nav_right.png) no-repeat right center #3e3e3e;
  padding: 10px 10px;
  font-size: 16px;
  text-align: left;
  display: none;
}
.toggle a:hover {
  color: #ffffff !important;
}
.headernav {
  padding: 0;
}
.headernav ul {
  margin: 0;
  padding: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.headernav ul li {
  display: inline-block;
  float: left;
  margin: 0;
  position: relative;
  text-align: center;
}
.headernav ul li a {
  padding: 30px 15px;
  display: block;
}
.headernav ul li:last-child a {
  border-right: none;
}
.headernav ul li ul li {
  display: block;
  position: relative;
  float: none;
  top: -1px;
  border-bottom: 1px solid #777;
}
.headernav ul li ul li a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  top: 1px;
  text-align: left;
  border-right: none;
}
.headernav ul li a,
.headernav ul li.current_page_item ul.sub-menu li a,
.headernav ul li.current-menu-ancestor ul.sub-menu li a {
  color: #fff;
}

.headernav ul li a:hover,
.headernav ul li.current_page_item a,
.headernav ul li.current_page_item ul li a:hover,
.headernav ul li.current-menu-ancestor a.parent,
.headernav ul li.current-menu-ancestor ul.sub-menu li.current_page_item a,
.headernav ul li.current-menu-ancestor ul.sub-menu li a:hover {
  color: #0a45a5;
}

.headernav ul li ul {
  display: none;
  z-index: 9999999;
  position: relative;
}
.headernav ul li:hover > ul {
  display: block;
  width: 200px;
  position: absolute;
  left: 0;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.3);
}
.headernav ul li:hover ul li ul {
  display: none;
  position: relative;
}
.headernav ul li:hover ul li:hover > ul {
  display: block;
  position: absolute;
  left: 200px;
  top: 1px;
}
.headernav ul li:hover > ul li a {
  border-radius: 0px;
}

/* = Services section css
-------------------------------------------------------------- */
.last_column {
  clear: right;
  margin-right: 0 !important;
}
.first_column {
  clear: right;
  margin-left: 0 !important;
}

/* = Page lay out css
-------------------------------------------------------------- */
.site-main {
  width: 790px;
  margin: 0;
  padding: 0;
  float: left;
}
.sitefull {
  width: 100% !important;
  float: none !important;
}
.sitefull p {
  margin-bottom: 15px;
}
.fullwidth {
  width: 100% !important;
  float: none !important;
}
.pagewrapper {
  padding: 40px 0;
  display: flex;
}
@media (max-width: 768px) {
  .pagewrapper {
    flex-direction: column;
    padding-top: 0;
  }
}
h2.section-title {
  font-weight: 600;
  font-size: 32px;
  color: #3a3a3a;
  margin: 0 0 20px 0;
}
h1.entry-title {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  text-align: center;
  margin: 40px 0;
  padding-bottom: 8px;
}
h1.entry-title::before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: "";
  border-radius: 3px;
  background: #0a45a5;
}
.pagewrapper p {
  margin-bottom: 20px;
  line-height: 20px;
}
.articlelists {
  margin: 0 0 25px 0;
  padding-bottom: 25px;
  border-bottom: 1px solid #f7f7f7;
}
.articlelists h4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}
.articlelists h4 a {
  color: #484f5e;
}
.articlelists h4 a:hover {
  color: #0a45a5;
}
.articlelists p {
  margin-bottom: 20px;
}
.blog-meta {
  font-style: italic;
  margin-bottom: 8px;
}
.post-date,
.post-comment,
.post-categories {
  display: inline;
  color: #000000;
}
.single_title {
  margin-bottom: 5px;
}
.BlogPosts {
  width: 31.2%;
  float: left;
  margin: 0 3% 0 0;
}
.BlogPosts img {
  width: 100%;
}
.BlogPosts h2 {
  margin: 10px 0;
  font-size: 22px;
}
.post-thumb {
  width: 100%;
  margin: 5px 25px 5px 0;
  overflow: hidden;
}
.post-thumb img {
  width: 100%;
}

.homeblogpost .articlelists {
  width: 30%;
  margin: 0 5% 5% 0;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  padding: 0;
  position: relative;
}
.homeblogpost .articlelists .post-thumb {
  float: none;
  width: auto;
  margin: 0;
  height: 200px;
  overflow: hidden;
}
.homeblogpost .articlelists .post-thumb img {
  width: 100%;
  height: auto;
}
.homeblogpost .articlelists h4 {
  margin: 20px 0 10px;
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
}
.homeblogpost .articlelists .postmeta {
  display: block;
  color: #999;
}
.homeblogpost .articlelists .postmeta a,
.homeblogpost .articlelists .post-date {
  color: #999;
}

.homeblogpost .articlelists .ReadMore {
  background-color: #0a45a5;
  color: #fff;
  padding: 0 20px;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.homeblogpost .articlelists .ReadMore:hover {
  background-color: #333 !important;
  color: #fff;
}
.homeblogpost .articlelists:nth-child(3n + 3) {
  margin-right: 0;
}

/* = sidebar
----------------------------------------------- */
#sidebar {
  width: 330px;
  float: right;
}
aside.widget {
  margin-bottom: 30px;
}
aside.widget ul {
  list-style: disc;
}
h3.widget-title {
  margin-bottom: 10px;
  color: #111;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  font-size: 22px;
}
#sidebar ul li {
  list-style: inside none disc;
  border-bottom: 1px dashed #d0cfcf;
  padding: 8px 0;
}
#sidebar ul li a {
  padding: 0 0 0 10px;
  color: #3b3b3b;
  display: inline-block;
}
#sidebar ul li a:hover {
  color: #34c6f6;
}
#sidebar ul li:last-child {
  border: none;
}

/* = Footer css
---------------------------------------------- */
#footer {
  background-color: #1c1f24;
  position: relative;
  color: #c1c0c0;
}
.threebox {
  width: 30%;
  float: left;
  margin: 0 5% 2% 0;
  padding: 35px 0 15px;
}
.footer-column-3 {
  margin-right: 0px !important;
}
.threebox h5 {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  margin-bottom: 25px;
  border-bottom: 1px solid #303030;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.threebox h5 span {
  font-weight: 300;
  color: #dc403b;
}
.threebox ul {
  margin: 0;
  padding: 0;
  list-style: inside disc;
}
.threebox ul li {
  display: block;
  padding: 0;
}
.threebox ul li a {
  color: #fff;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
  display: inline-block;
}
.threebox ul li a:hover,
.threebox ul li.current_page_item a {
  color: #dd5145;
}

.threebox a.readmore span {
  color: #fff;
}
.threebox p {
  margin-bottom: 15px;
}
.footerright a {
  color: #dc403b;
}
.footerright a:hover {
  color: #fff;
}
.creditwrapper {
  background-color: #0f1114;
  padding: 15px 0;
  text-align: center;
}
.footerleft {
  float: left;
}
.footerleft span {
  color: #dc403b;
}
.footerright {
  float: right;
}
.textwidget select {
  width: 100%;
}
table {
  width: 100%;
}
#sidebar {
  margin-top: 50px;
  margin-left: 40px;
}
article h2 {
  padding: 1rem 2rem;
  border-left: 5px solid #0a45a5;
  font-weight: bold;
  background: #f4f4f4;
  margin-bottom: 40px;
}
.postmeta {
  display: none;
}
li {
  list-style: none;
}
.breadcrumbs {
  line-height: 1.67;
  margin-top: 40px;
}

.breadcrumbs.blog-crumbs ul li {
  line-height: 1.67;
}

.breadcrumbs li:not(:last-child) {
  position: relative;
  margin-right: 20px;
  white-space: nowrap;
}

.breadcrumbs a {
  color: #505050;
}

.breadcrumbs li:not(:last-child):after {
  position: absolute;
}

.breadcrumbs li:not(:last-child):after {
  content: "";
  background: url("images/arrow_breadcrumb.svg");
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 5px;
  height: 7px;
  right: -14px;
  top: 7px;
}

/* body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
button,
caption,
cite,
code,
dfn,
em,
input,
optgroup,
option,
select,
strong,
textarea,
th,
var {
  font: inherit;
}

del,
ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
} */
.header {
  position: relative;
  background: #fff;
  width: 100%;
}

.header.fixed {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.2);
}

@media (max-width: 750px) {
  .header.fixed {
    display: none;
  }
}

@media (max-width: 750px) {
  .header {
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.header-inner {
  padding: calc(13 / 1400 * 100vw) calc(22 / 1400 * 100vw);
}

@media (max-width: 750px) {
  .header-inner {
    padding: calc(8 / 375 * 100vw);
  }
}

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-left h1 {
  width: calc(280 / 1400 * 100vw);
  font-size: 100%;
  font-weight: normal;
}

@media (max-width: 750px) {
  .header-left h1 {
    width: calc(180 / 375 * 100vw);
  }
}

.header-left h1 img {
  width: 100%;
}

.header-left p {
  font-size: calc(16 / 1400 * 100vw);
  margin-top: 5px;
  padding: 4px 0;
  text-align: center;
  width: 100%;
  background: #e2ebfa;
}

@media (max-width: 750px) {
  .header-left p {
    font-size: calc(13 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .homeblogpost .articlelists {
    margin: 0 0 45px!important;
  }
  .header {
    z-index: -1!important;
  }
}
.header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-nav-list-item {
  font-size: calc(16 / 1400 * 100vw);
  font-weight: bold;
}

.header-nav-list-item:hover {
  cursor: pointer;
  opacity: 0.8;
}

.header-nav-list-item i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  margin-left: 5px;
}
.fa-chevron-right:before {
  content: "\f054";
}
.header-nav-list-item.active i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.header-nav-list-item a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: calc(16 / 1400 * 100vw);
}

.header-nav-list-item a img {
  width: calc(331 / 1400 * 100vw);
}

.header-nav-list-item:not(:first-child) {
  margin-left: calc(30 / 1400 * 100vw);
}

.header-nav-list-item:last-child {
  text-align: center;
}

.header-nav-list-item:last-child p {
  color: #0a45a5;
  /* padding-bottom: 7px; */
  margin-top: 4px;
  font-weight: bold;
  font-size: calc(14 / 1400 * 100vw);
}

.header-nav-list-item:last-child a {
  position: relative;
  color: #0a45a5;
  display: block;
  text-align: center;
  font-size: calc(24 / 1400 * 100vw);
  width: calc(258 / 1400 * 100vw);
  height: calc(50 / 1400 * 100vw);
  line-height: calc(50 / 1400 * 100vw);
  border-radius: calc(25 / 1400 * 100vw);
  background: #f9ca36;
  letter-spacing: 0.12em;
  -webkit-box-shadow: 6px 6px #0a45a5;
  box-shadow: 6px 6px #0a45a5;
}

.header-nav-list-item:last-child a i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: calc(15 / 1400 * 100vw);
}

.header-content {
  display: none;
  position: absolute;
  z-index: 10;
  right: 0;
  top: calc(87 / 1400 * 100vw);
  -webkit-box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.16);
}

.header-content-list {
  background: #e2ebfa;
  width: calc(928 / 1400 * 100vw);
  padding: calc(32 / 1400 * 100vw);
  margin-top: calc(10 / 1400 * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-content-list-item {
  border-radius: calc(20 / 1400 * 100vw);
  width: calc((100% - 32px) / 2);
  background: #fff;
  padding: calc(40 / 1400 * 100vw);
}

.header-content-list-item p {
  color: #0a45a5;
  font-size: calc(26 / 1400 * 100vw);
  font-weight: bold;
  text-align: center;
}

.header-content-list-item a {
  display: block;
  position: relative;
  width: calc(331 / 1400 * 100vw);
  height: calc(54 / 1400 * 100vw);
  margin-top: calc(15 / 1400 * 100vw);
  line-height: calc(54 / 1400 * 100vw);
  border-radius: calc(27 / 1400 * 100vw);
  color: #fff;
  font-size: calc(18 / 1400 * 100vw);
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: #0a45a5;
  -webkit-box-shadow: 3px 3px 6px rgba(10, 69, 165, 0.4);
  box-shadow: 3px 3px 6px rgba(10, 69, 165, 0.4);
}

.header-content-list-item a i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: calc(16 / 1400 * 100vw);
}

.header-content-list-item:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: calc(32 / 1400 * 100vw);
}

.header-content-list-item:last-child .blog-thumbnail {
  width: calc(109 / 1400 * 100vw);
}

.header-content-list-item:last-child div {
  width: calc(227 / 1400 * 100vw);
}

.header-content-list-item:last-child a {
  width: 100%;
}

@media (max-width: 750px) {
  .drawer-menu {
    /*========= ナビゲーションのためのCSS ===============*/
    /*アクティブクラスがついたら位置を0に*/
    /*ナビゲーションの縦スクロール*/
    /*ナビゲーション*/
    /*リストのレイアウト設定*/
    /*========= ボタンのためのCSS ===============*/
    /*×に変化*/
  }
  .drawer-menu #g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 998;
    /*ナビのスタート位置と形状*/
    top: -120%;
    left: 0;
    width: 100%;
    background: #fff;
    /*動き*/
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .drawer-menu #g-nav.panelactive {
    top: 0;
  }
  .drawer-menu #g-nav.panelactive #g-nav-cover {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 997;
    background: rgba(0, 0, 0, 0.5);
    display: block;
  }
  .drawer-menu #g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    overflow: auto;
    background: #fff;
    -webkit-overflow-scrolling: touch;
  }
  .drawer-menu #g-nav ul {
    margin-top: 40px;
    width: 100%;
  }
  .drawer-menu #g-nav li {
    list-style: none;
    position: relative;
  }
  .drawer-menu #g-nav li:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
  }
  .drawer-menu #g-nav li i {
    position: absolute;
    right: 20px;
    top: 0;
    -webkit-transform: translateY(100%) rotate(-90deg);
    transform: translateY(100%) rotate(-90deg);
  }
  .drawer-menu #g-nav li .accordion-box {
    display: none;
    /*はじめは非表示*/
    background: #f3f3f3;
  }
  .drawer-menu #accordion-title {
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  .drawer-menu #accordion-title span {
    display: inline-block;
    padding: 10px 20px;
  }
  .drawer-menu #accordion-title.close i {
    top: 0px;
    -webkit-transform: translateY(100%) rotate(90deg);
    transform: translateY(100%) rotate(90deg);
  }
  .drawer-menu #g-nav li a {
    color: #000;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  .drawer-menu .g-nav-logo {
    width: 210px;
    display: block;
    padding-top: 24px;
    margin: 0 auto;
  }
  .drawer-menu .openbtn1 {
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    top: 7px;
    right: 10px;
    cursor: pointer;
    width: 45px;
    height: 45px;
    background: #fff;
    -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  }
  .drawer-menu .openbtn1 span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 13px;
    height: 2px;
    border-radius: 2px;
    background-color: #0a45a5;
    width: 45%;
  }
  .drawer-menu .openbtn1 span:nth-of-type(1) {
    top: 8px;
  }
  .drawer-menu .openbtn1 span:nth-of-type(2) {
    top: 14px;
  }
  .drawer-menu .openbtn1 span:nth-of-type(3) {
    top: 20px;
  }
  .drawer-menu .openbtn1 span:nth-of-type(3):after {
    content: "Menu";
    position: absolute;
    top: 5px;
    left: -5px;
    color: #0a45a5;
    font-size: 0.6rem;
    text-transform: uppercase;
  }
  .drawer-menu .openbtn1.active span:nth-of-type(1) {
    top: 15px;
    left: 15px;
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .drawer-menu .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
  }
  .drawer-menu .openbtn1.active span:nth-of-type(3) {
    top: 27px;
    left: 15px;
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
  .drawer-menu .openbtn1.active span:nth-of-type(3):after {
    content: "Close";
    -webkit-transform: translate(7px, -2px) rotate(-45deg);
    transform: translate(7px, -2px) rotate(-45deg);
  }
}
.container .site-title {
  font-size: 40px;
  color: #0a45a5;
}
@media (max-width: 768px) {
  .container .site-title {
    font-size: 30px;
    margin-top: 40px;
  }
  .cat_list {
    margin-top: 10px!important;
  }
  .cat_list a {
    margin: 20px 0;
  }
}
.container .category-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.container .category-list .category-list_item {
  position: relative;
  background-color: black;
}

.container .category-list .category-list_item img {
  opacity: 0.4;
  display: block;
  max-width: 500px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .container .category-list .category-list_item img {
    max-width: 400px;
  }
}
@media (max-width: 990px) {
  .container .category-list .category-list_item img {
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .container .category-list {
    flex-direction: column;
    align-items: center;
  }
  .container .category-list .category-list_item {
    width: 100%;
    margin-bottom: 30px;
  }
  .container .category-list .category-list_item img {
    max-width: 100%;
  }
  article h2 {
    font-size: 28px;
  }
  article p {
    font-size: 16px;
    line-height: normal;
  }
  .post-thumb {
    margin: 10px 0;
  }
  #sidebar {
    max-width: 100%;
    width: 100%;
    margin: 40px 0;
  }
}
.container .category-list .category-list_item h4 {
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
}

.footer {
  margin-top: calc(120 / 1400 * 100vw);
  padding-bottom: calc(20 / 1400 * 100vw);
}

.footer .copyright {
  display: block;
  margin-top: calc(48 / 1400 * 100vw);
  font-size: 14px;
  text-align: center;
}

.pagewrapper .pagination {
  margin: 0 auto;
}

.bg-border-light-gray {
  background: #fdfdfd;
  border: solid 1px #f1f1f1;
  color: #a0a0a0;
}

.sp-form-link {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  z-index: 999;
  background: #fff;
  text-align: center;
  padding: 10px 20px 14px 20px;
}

.sp-form-link p {
  color: #0a45a5;
  font-weight: bold;
  font-size: calc(16 / 375 * 100vw);
  padding-bottom: 12px;
}
.sp-form-link a {
  text-decoration: none;
  font-weight: bold;
  position: relative;
  color: #0a45a5;
  display: block;
  text-align: center;
  font-size: calc(26 / 375 * 100vw);
  width: 100%;
  height: calc(50 / 375 * 100vw);
  line-height: calc(50 / 375 * 100vw);
  border-radius: calc(25 / 375 * 100vw);
  background: #f9ca36;
  letter-spacing: 0.12em;
  box-shadow: 6px 6px #0a45a5;
}
.sp-form-link i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(40 / 1400 * 100vw);
}

#toTop, #toTopSp {
  position: fixed;
  bottom: 30px;
  right: 20px;
  width: 60px;
}

#toTop, #toTopSp:hover {
  opacity: 0.8;
  cursor: pointer;
}

@media (max-width: 750px) {
  #toTop, #toTopSp {
    position: relative;
    bottom: inherit;
    right: inherit;
    width: 60px;
    margin-top: -22px
  }
  .to-top-wrapper {
    width: 100%;
    display: flex;
    justify-content: end;
  }
}

.info_btn {
  display: inline-block;
  width: 300px;
  height: 57px;
  background: #000;
  font-weight: 500;
  font-size: 18px;
  line-height: 49px;
  text-align: center;
  letter-spacing: 0.1em;
  text-decoration: none;
  border: 4px solid #000;
  box-shadow: 0px 0px 0px 1px inset;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  .info_btn {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
  }
}

a:hover {
  position: static;
  opacity: 0.7;
  z-index: 1000;
}

@media (max-width: 750px) {
  .sp-none {
    display: none !important;
  }
}

.pc-none {
  display: none;
}
@media (max-width: 750px) {
  .pc-none {
    display: block;
  }
}

.slider {
  width: 90%;
  margin: 0 auto 80px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.mypattern {
  width: 100%;
}
.mypattern p {
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 13px;
  max-width: 30%;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  .mypattern p {
    line-height: 1.3;
    width: 100%;
    max-width: 80%;
    left: 50%;
    top: 55%;
    transform: translateX(-50%);
    font-size: 10px;
  }
}
.mypattern .slick-slide {
  margin: 5px;
}
.mypattern .slick-slide:not(.slick-center) {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.next-arrow {
  position: absolute;
  top: 50%;
  right: 10%;
  z-index: 100;
  transform: translateY(-50%);
}
.prev-arrow {
  position: absolute;
  top: 50%;
  left: 10%;
  z-index: 100;
  transform: translateY(-50%);
}

img {
  flex-shrink: 0;
}

.inner-link {
  height: 110px;
}

@media (max-width: 767px) {
  .inner-link {
    height: 20px;
  }
}
