@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
/*
	font-family: 'Noto Sans JP';
	Thin		100
	Light		300
	DemiLight	350
	Regular		400
	Medium		500
	Bold		700
	Black		900
*/
@import url("https://fonts.googleapis.com/css?family=Vollkorn");
/* 
	font-family: 'Vollkorn', serif;
	Regular		400
	Semi-Bold	600
	Bold		700
	Black		900
*/
@import url("https://use.fontawesome.com/releases/v5.0.6/css/all.css");
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

html {
  font-size: 62.5%;
}

a {
  color: #333;
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  a:hover {
    text-decoration: underline;
  }
}

sup {
  vertical-align: top;
}

@media screen and (min-width: 1024px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}

@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
}

/* youtube */
.col-movie-wrap {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .col-movie-wrap {
    width: 660px;
  }
}

.movie {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* btn */
.btn {
  display: block;
  height: 100%;
  width: 100%;
  line-height: 1.8;
  text-decoration: none;
}

.btn span {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.pt01 a {
  height: 44px;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  .pt01 a {
    width: 300px;
  }
  .pt01 a br {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .pt01 a {
    transition: all .3s ease-out;
  }
  .pt01 a:hover {
    background: #fff;
    text-decoration: none;
    color: #ca0336;
  }
}

.pt01 a span::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  top: 50%;
  transform: translateY(-44%);
  right: 10px;
}

.pt02 a {
  height: 44px;
  color: #ca0336;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  .pt02 a {
    width: 168px;
  }
}

@media screen and (min-width: 1024px) {
  .pt02 a {
    transition: all .3s ease-out;
  }
  .pt02 a:hover {
    background-color: #fff;
    border: 2px solid #fff;
    text-decoration: none;
    color: #e70012;
  }
}

.pt02 a span::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  top: 50%;
  transform: translateY(-44%);
  right: 10px;
}

.pt03 a {
  height: 44px;
  color: #566b77;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0 auto;
  border: 2px solid #566b77;
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  .pt03 a {
    width: 300px;
  }
}

@media screen and (min-width: 1024px) {
  .pt03 a {
    transition: all .3s ease-out;
  }
  .pt03 a:hover {
    background-color: #566b77;
    border: 2px solid #566b77;
    text-decoration: none;
    color: #fff;
  }
}

.pt03 a span::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  top: 50%;
  transform: translateY(-44%);
  right: 10px;
}

.pt04 a {
  height: 44px;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0 auto;
  background-color: #ca0336;
  border: 2px solid #ca0336;
  border-radius: 5px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .pt04 a {
    transition: all .3s ease-out;
  }
  .pt04 a:hover {
    background-color: #fff;
    border: 2px solid #ca0336;
    text-decoration: none;
    color: #ca0336;
  }
}

.pt04 a span::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  top: 50%;
  transform: translateY(-44%);
  right: 10px;
}

.return {
  margin: 0 0 60px;
}

.return a {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6;
  display: block;
  padding: 0 0 0 15px;
  position: relative;
}

.return a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ca0336;
  content: "\f104";
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

/* base */
body {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  color: #333;
  padding: 60px 0 0;
}

@media screen and (min-width: 1024px) {
  body {
    padding: 0;
  }
}

/* header */
#site_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 150;
}

@media screen and (min-width: 1024px) {
  #site_header {
    position: relative;
    background: none;
    z-index: auto;
  }
}

#site_header .inner {
  position: relative;
  height: 60px;
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  #site_header .inner {
    width: 960px;
    height: 150px;
  }
}

#site_header .logo {
  width: 95px;
  top: 15px;
  position: absolute;
  left: 0;
}

@media screen and (min-width: 1024px) {
  #site_header .logo {
    width: 190px;
    top: 20px;
  }
}

#site_header .logo img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1023px) {
  #site_header .menu {
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 1000;
    background-color: #fff;
    width: 100%;
    height: 100%;
    overflow: auto;
    display: none;
    border-top: 1px solid #666;
    padding: 0 0 60px;
  }
  #site_header .menu .gnav01,
  #site_header .menu .gnav02,
  #site_header .menu .gnav03 {
    font-size: 1.5em;
    font-weight: bold;
  }
  #site_header .menu .gnav01 li,
  #site_header .menu .gnav02 li,
  #site_header .menu .gnav03 li {
    border-bottom: 1px solid #DBD5D5;
  }
  #site_header .menu .gnav01 .sub span,
  #site_header .menu .gnav02 .sub span,
  #site_header .menu .gnav03 .sub span {
    position: relative;
    display: inline-block;
    padding: 0 20px 0 0;
  }
  #site_header .menu .gnav01 .sub span::after,
  #site_header .menu .gnav02 .sub span::after,
  #site_header .menu .gnav03 .sub span::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ca0336;
    content: "\f107";
    font-size: 1.4rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  #site_header .menu .gnav01 .sub ul,
  #site_header .menu .gnav02 .sub ul,
  #site_header .menu .gnav03 .sub ul {
    display: none;
  }
  #site_header .menu .gnav01 .sub li,
  #site_header .menu .gnav02 .sub li,
  #site_header .menu .gnav03 .sub li {
    border-bottom: 1px solid #fff;
  }
  #site_header .menu .gnav01 .sub li:last-of-type,
  #site_header .menu .gnav02 .sub li:last-of-type,
  #site_header .menu .gnav03 .sub li:last-of-type {
    border: none;
  }
  #site_header .menu .gnav01 .sub li a,
  #site_header .menu .gnav02 .sub li a,
  #site_header .menu .gnav03 .sub li a {
    background-color: #ca0336;
    color: #fff;
  }
  #site_header .menu .gnav01 a,
  #site_header .menu .gnav02 a,
  #site_header .menu .gnav03 a {
    display: block;
    padding: 20px;
  }
  #site_header .menu .gnav03 {
    background-color: #004ea2;
  }
  #site_header .menu .gnav03 li {
    border-bottom: 1px solid #fff;
  }
  #site_header .menu .gnav03 a {
    color: #fff;
  }
  #site_header .menu .gnav04 {
    width: 250px;
    padding: 40px 0;
    margin: 0 auto;
  }
  #site_header .menu .gnav04 dl {
    text-align: center;
    margin: 0 0 20px;
    width: 260px;
  }
  #site_header .menu .gnav04 dt {
    font-size: 1.6em;
    margin: 0 0 15px;
    font-weight: 700;
  }
  #site_header .menu .gnav04 dd {
    font-size: 1.4em;
  }
  #site_header .menu .gnav04 dd:first-of-type {
    font-size: 3rem;
    color: #ca0336;
    font-weight: 700;
    margin: 0 0 15px;
    background-image: url(../img/bg_tel.png);
    position: 0 50%;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    padding: 0 0 0 30px;
  }
  #site_header .menu .gnav05 ul {
    display: flex;
  }
  #site_header .menu .gnav05 li {
    width: 50%;
    text-align: center;
    font-size: 1.4em;
    font-weight: 700;
  }
  #site_header .menu .gnav05 li:last-of-type {
    border-left: 1px solid #fff;
  }
  #site_header .menu .gnav05 a {
    display: block;
    padding: 20px 0;
    background-color: #293740;
    color: #fff;
  }
  #site_header .menu #gnav06 a {
    display: block;
    background-color: #EEE;
    padding: 20px 0;
    text-align: center;
    font-size: 1.5em;
    font-weight: 700;
  }
  #site_header .menu #gnav06 a span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 15px;
  }
  #site_header .menu #gnav06 a span::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00d";
    font-size: 1.4rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  #site_header .menu.show {
    display: block;
    animation: show .3s ease-out;
  }
  #site_header #sp_btn {
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 100;
  }
  #site_header #panel-btn {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 50px;
  }
  #site_header #panel-btn-icon {
    display: block;
    position: absolute;
    top: 34%;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: #004ea2;
    transition: .2s;
  }
  #site_header #panel-btn-icon:before, #site_header #panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 3px;
    background: #004ea2;
    transition: .3s;
  }
  #site_header #panel-btn-icon:before {
    margin-top: -10px;
  }
  #site_header #panel-btn-icon:after {
    margin-top: 7px;
  }
  #site_header #m_text {
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    color: #004ea2;
  }
  #site_header #panel-btn-icon.close {
    background: transparent;
  }
  #site_header #panel-btn-icon.close:before, #site_header #panel-btn-icon.close:after {
    margin-top: 0px;
  }
  #site_header #panel-btn-icon.close:before {
    transform: rotate(-45deg);
  }
  #site_header #panel-btn-icon.close:after {
    transform: rotate(-135deg);
  }
}

@media screen and (min-width: 1024px) {
  #site_header .menu {
    display: block;
  }
  #site_header #sp_btn {
    display: none;
  }
  #site_header .bg01 {
    background-color: #ca0336;
    width: 100%;
    height: 50px;
    position: absolute;
    top: 100px;
    left: 0;
  }
  #site_header .bg02 {
    background-color: #f5f6f7;
    width: 50%;
    height: 50px;
    position: absolute;
    top: 0;
    left: 50%;
  }
  #site_header .bg03 {
    background-color: #004ea2;
    width: 50%;
    height: 50px;
    position: absolute;
    top: 50px;
    left: 50%;
  }
  #site_header .gnav01 {
    position: absolute;
    top: 100px;
    left: 0;
    background-color: #ca0336;
    width: 100%;
    font-size: 1.4em;
  }
  #site_header .gnav01 ul {
    display: table;
    width: 960px;
  }
  #site_header .gnav01 li {
    display: table-cell;
    width: 140px;
  }
  #site_header .gnav01 li:first-of-type {
    width: 260px;
  }
  #site_header .gnav01 li:last-of-type a::after {
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-left: 1px solid #fff;
    opacity: 0.3;
  }
  #site_header .gnav01 a {
    color: #fff;
    font-weight: 700;
    display: block;
    height: 50px;
    width: 100%;
    position: relative;
    padding: 18px 0;
    text-align: center;
    transition: all .3s ease-out;
  }
  #site_header .gnav01 a::before {
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-left: 1px solid #fff;
    opacity: 0.3;
  }
  #site_header .gnav01 a:hover {
    background-color: #d32652;
    text-decoration: none;
  }
  #site_header .gnav01 .sub {
    position: relative;
  }
  #site_header .gnav01 .sub ul {
    display: none;
    background-color: #ca0336;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  #site_header .gnav01 .sub li {
    display: block;
    width: auto;
    height: auto;
  }
  #site_header .gnav01 .sub li a {
    padding: 20px 0 16px;
  }
  #site_header .gnav01 .sub li a::before {
    content: "";
    display: block;
    width: 14px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 1px solid #fff;
    border-left: none;
    opacity: 0.3;
  }
  #site_header .gnav02 {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f5f6f7;
    width: 560px;
    font-size: 1.2em;
  }
  #site_header .gnav02 ul {
    display: table;
    width: 560px;
  }
  #site_header .gnav02 li {
    display: table-cell;
    width: 186px;
  }
  #site_header .gnav02 a {
    font-weight: 700;
    display: block;
    height: 50px;
    width: 100%;
    position: relative;
    text-align: center;
    padding: 19px 0;
    transition: all .3s ease-out;
  }
  #site_header .gnav02 a::before {
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-left: 1px solid #333;
    opacity: 0.15;
  }
  #site_header .gnav02 a:hover {
    background-color: #e6eaee;
    text-decoration: none;
  }
  #site_header .gnav02 .news {
    padding: 19px 0 19px 30px;
    background-image: url(../img/bg_news.png);
    background-size: 21px 24px;
    background-position: 30px 50%;
    background-repeat: no-repeat;
  }
  #site_header .gnav02 .seminar {
    padding: 19px 0 19px 30px;
    background-image: url(../img/bg_seminar.png);
    background-size: 24px 25px;
    background-position: 10px 50%;
    background-repeat: no-repeat;
  }
  #site_header .gnav03 {
    position: absolute;
    top: 50px;
    right: 0;
    background-color: #004ea2;
    width: 560px;
    font-size: 1.4em;
  }
  #site_header .gnav03 ul {
    display: table;
    width: 560px;
  }
  #site_header .gnav03 li {
    display: table-cell;
    width: 186px;
  }
  #site_header .gnav03 a {
    color: #fff;
    font-weight: 700;
    display: block;
    height: 50px;
    width: 100%;
    position: relative;
    text-align: center;
    padding: 18px 0;
    transition: all .3s ease-out;
  }
  #site_header .gnav03 a::before {
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-right: 1px solid #fff;
    opacity: 0.15;
  }
  #site_header .gnav03 a:hover {
    background-color: #0d60b9;
    text-decoration: none;
  }
}

/* title_area */
#title_area {
  height: 300px;
  position: relative;
}

#title_area h1, #title_area .title {
  font-size: 3.2em;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  line-height: 1.4;
  font-weight: 700;
}

#title_area h1 span, #title_area .title span {
  display: block;
}

#title_area h1 .t01, #title_area .title .t01 {
  color: #becdd5;
  border-bottom: 1px solid #becdd5;
  font-size: 1.6rem;
  width: 70%;
  margin: 0 auto 15px;
  padding: 0 0 10px;
}

@media screen and (min-width: 768px) {
  #title_area h1 .t01, #title_area .title .t01 {
    width: 235px;
  }
}

#title_area h1 .t02, #title_area .title .t02 {
  font-size: 2rem;
  margin: 20px 0 0;
}

#title_area .m_maga {
  margin: 10px auto 0;
}

@media screen and (min-width: 768px) {
  #title_area .m_maga {
    display: flex;
    width: 465px;
  }
}

#title_area .m_maga input {
  font-size: 1.4rem;
  border: none;
}

#title_area .m_maga input[type="text"] {
  padding: 11px;
  width: 90%;
  border-radius: 5px;
  margin: 0 0 10px;
}

@media screen and (min-width: 768px) {
  #title_area .m_maga input[type="text"] {
    width: 375px;
    border-radius: 5px 0 0 5px;
    margin: 0;
  }
}

#title_area .m_maga input[type="submit"] {
  -webkit-appearance: none;
  background-color: #ca0336;
  color: #fff;
  padding: 9px;
  font-weight: 700;
  width: 90px;
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  #title_area .m_maga input[type="submit"] {
    border-radius: 0 5px 5px 0;
  }
}

.home #title_area {
  height: 280px;
}

@media screen and (min-width: 768px) {
  .home #title_area {
    height: 460px;
  }
}

@media screen and (min-width: 1440px) {
  .home #title_area {
    height: 600px;
  }
}

.home #title_area .title-inner {
  position: relative;
  width: 90%;
  height: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .home #title_area .title-inner {
    width: 960px;
  }
}

.home #title_area .title-inner-01 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.home #title_area .title-inner-01 h2 {
  margin: 0 0 30px;
  line-height: 1.6;
  color: #fff;
  font-size: 2em;
}

@media screen and (min-width: 768px) {
  .home #title_area .title-inner-01 h2 {
    font-size: 3em;
  }
}

.home #title_area .title-inner-01 h2 br {
  display: none;
}

@media screen and (min-width: 768px) {
  .home #title_area .title-inner-01 h2 br {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .home #title_area .title-inner-01 .pt01 a {
    margin: 0;
  }
}

.shindan #title_area {
  background-image: url(../img/t_050.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.page-id-40 #title_area {
  background-image: url(../img/t_010.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.parent-pageid-40 #title_area {
  background-image: url(../img/t_100.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.page-id-47 #title_area,
.parent-pageid-47 #title_area,
.page-template-page-04 #title_area,
.page-template-page-05 #title_area,
.parent-pageid-49 #title_area,
.parent-pageid-51 #title_area,
.parent-pageid-53 #title_area,
.parent-pageid-55 #title_area,
.parent-pageid-57 #title_area {
  background-image: url(../img/t_130.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.page-id-284 #title_area {
  background-image: url(../img/t_090.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.page-id-345 #title_area {
  background-image: url(../img/t_120.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.page-id-380 #title_area,
.parent-pageid-380 #title_area,
.page-id-398 #title_area,
.page-id-2775 #title_area {
  background-image: url(../img/t_150.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.page-id-412 #title_area,
.page-id-633 #title_area,
.parent-pageid-412 #title_area,
.parent-pageid-413 #title_area,
.parent-pageid-411 #title_area,
.parent-pageid-633 #title_area,
.single-mail-magazine01 #title_area,
.error404 #title_area {
  background-image: url(../img/t_140.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.page-id-418 #title_area,
.parent-pageid-418 #title_area,
.parent-pageid-419 #title_area {
  background-image: url(../img/t_020.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.page-id-397 #title_area,
.parent-pageid-397 #title_area,
.page-id-401 #title_area,
.parent-pageid-401 #title_area,
.parent-pageid-402 #title_area,
.parent-pageid-406 #title_area,
.parent-pageid-409 #title_area,
.page-id-10732 #title_area,
.page-id-13933 #title_area {
  background-image: url(../img/t_070.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.page-id-599 #title_area {
  background-image: url(../img/t_110.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.post-type-archive-case #title_area,
.single-case #title_area,
.tax-case #title_area {
  background-image: url(../img/t_001.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.post-type-archive-voice #title_area,
.single-voice #title_area,
.tax-voice #title_area {
  background-image: url(../img/t_030.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.post-type-archive-column #title_area,
.single-column #title_area,
.tax-column #title_area {
  background-image: url(../img/t_080.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.post-type-archive-writer #title_area,
.single-writer #title_area {
  background-image: url(../img/t_040.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.post-type-archive-news #title_area,
.post-type-archive-product-release #title_area,
.single-news #title_area,
.single-product-release #title_area,
.tax-cat050 #title_area {
  background-image: url(../img/t_060.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.post-type-archive-seminar #title_area,
.single-seminar #title_area,
.tax-cat040 #title_area {
  background-image: url(../img/t_160.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* content */
.panlist {
  color: #fff;
}

.panlist .inner {
  width: 960px;
  margin: 0 auto;
  font-size: 1.2em;
  display: none;
  padding: 15px 0;
}

@media screen and (min-width: 1024px) {
  .panlist .inner {
    display: block;
  }
}

.panlist a {
  color: #fff;
}

.col-top .inner {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .col-top .inner {
    width: 960px;
  }
}

.col-1 .inner {
  width: 90%;
  margin: 50px auto 90px;
}

@media screen and (min-width: 1024px) {
  .col-1 .inner {
    width: 800px;
  }
}

@media screen and (min-width: 1024px) {
  .col-2 {
    display: flex;
    justify-content: space-between;
  }
}

.col-2 main {
  opacity: 0;
}

.col-2 .inner {
  width: 90%;
  margin: 50px auto 90px;
}

@media screen and (min-width: 1024px) {
  .col-2 .inner {
    width: 665px;
  }
}

.col-2 .tax_title {
  font-size: 2.8em;
  line-height: 1.4;
  margin: 0 0 30px;
}

.col-2 #side {
  opacity: 0;
  background-color: #f0f2f2;
}

.col-2 #side .lnav-left {
  border-bottom: solid thin #bbc4c4;
}

.col-2 #side .lnav-left li, .col-2 #side .lnav-left dt, .col-2 #side .lnav-left dd, .col-2 #side .lnav-left .s01 {
  font-size: 1.4rem;
  font-weight: 700;
}

.col-2 #side .lnav-left li a, .col-2 #side .lnav-left dt a, .col-2 #side .lnav-left dd a, .col-2 #side .lnav-left .s01 a {
  display: block;
  border-bottom: 1px solid #ced3d4;
  padding: 18px 30px 18px 5px;
  line-height: 1.3;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .col-2 #side .lnav-left li a, .col-2 #side .lnav-left dt a, .col-2 #side .lnav-left dd a, .col-2 #side .lnav-left .s01 a {
    padding: 18px 30px 18px 10px;
    width: 250px;
    transition: all .3s ease-out;
  }
  .col-2 #side .lnav-left li a:hover, .col-2 #side .lnav-left dt a:hover, .col-2 #side .lnav-left dd a:hover, .col-2 #side .lnav-left .s01 a:hover {
    text-decoration: none;
    background-color: #ca0336;
    color: #fff;
  }
}

.col-2 #side .lnav-left li a::after, .col-2 #side .lnav-left dt a::after, .col-2 #side .lnav-left dd a::after, .col-2 #side .lnav-left .s01 a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  color: #ca0336;
}

.col-2 #side .lnav-left li a:last-of-type, .col-2 #side .lnav-left dt a:last-of-type, .col-2 #side .lnav-left dd a:last-of-type, .col-2 #side .lnav-left .s01 a:last-of-type {
  border: none;
}

.col-2 #side .lnav-left .s01 {
  background-color: #374148;
  color: #fff;
}

.col-2 #side .lnav-left .s01 a {
  color: #fff;
  border: none;
}

.col-2 #side .lnav-left .s02 {
  background-color: rgba(55, 65, 72, 0.5);
}

.col-2 #side .lnav-left .s02 a {
  color: #fff;
  border: none;
}

.col-2 #side .lnav-left .s02 a::after {
  font-size: 1.2rem;
  content: "\f067";
  color: #fff;
  right: 9px;
}

.col-2 #side .lnav-left .s02.active a::after {
  content: "\f068";
}

.col-2 #side .lnav-left .children {
  display: none;
}

.col-2 #side .lnav-left .children li {
  font-weight: normal;
}

.col-2 #side .lnav-left .children a {
  display: block;
  padding: 18px 30px 18px 20px;
}

.col-2 #side .lnav-left .children .children a {
  display: block;
  padding: 18px 30px 18px 35px;
}

.col-2 #side .lnav-left .current_page_item > .children,
.col-2 #side .lnav-left .current_page_ancestor > .children {
  display: block;
}

.col-2 #side .lnav-left .current_page_item .children {
  padding: 0 0 0 5px;
  background-color: #ca0336;
}

.col-2 #side .lnav-left .current_page_item .children a {
  background-color: #f0f2f2;
  color: #333;
}

@media screen and (min-width: 1024px) {
  .col-2 #side .lnav-left .current_page_item .children a {
    width: 245px;
  }
}

.col-2 #side .lnav-left .current_page_item .children a:hover {
  text-decoration: none;
  background-color: #ca0336;
  color: #fff;
}

.col-2 #side .lnav-left .current_page_item > a {
  background-color: #ca0336;
  display: block;
  border: none;
  color: #fff;
}

.col-2 #side dl.lnav-left:last-of-type {
  border: none;
}

@media screen and (min-width: 1024px) {
  .col-2 #side .lnav-right {
    margin: 0 0 45px;
  }
}

.col-2 #side .lnav-right li {
  font-size: 1.4rem;
  font-weight: 700;
}

.col-2 #side .lnav-right li a {
  display: block;
  border-bottom: 1px solid #ced3d4;
  padding: 18px 30px 18px 5px;
  line-height: 1.3;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .col-2 #side .lnav-right li a {
    padding: 18px 10px;
    width: 250px;
    transition: all .3s ease-out;
  }
  .col-2 #side .lnav-right li a:hover {
    text-decoration: none;
    background-color: #ca0336;
    color: #fff;
  }
}

.col-2 #side .lnav-right .s01 {
  background-color: rgba(55, 65, 72, 0.5);
  padding: 18px 10px;
  color: #fff;
}

.col-2 #side .lnav-right .s02 a {
  color: #fff;
  border: none;
  background-color: rgba(55, 65, 72, 0.5);
}

.col-2 #side .lnav-right .s02 a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  color: #ca0336;
}

.col-2 #side .lnav-right .ranking a {
  padding: 18px 10px 18px 30px;
}

.col-2 #side .lnav-right .ranking a span {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-size: 2rem;
}

.col-2 #side .bn {
  width: 250px;
  padding: 40px 0;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .col-2 #side .bn {
    padding: 20px 0 40px;
  }
}

@media screen and (min-width: 1024px) {
  .col-2 #side .bn {
    width: 250px;
    margin: 0;
  }
  .col-2 #side .bn:hover {
    opacity: 0.6;
  }
}

.col-2 #side .bn img {
  width: 100%;
  height: auto;
}

.col-2 #side .m_maga {
  display: none;
}

@media screen and (min-width: 1024px) {
  .col-2 #side .m_maga {
    display: block;
    background-color: rgba(55, 65, 72, 0.5);
    padding: 20px;
    width: 250px;
  }
}

@media screen and (min-width: 768px) {
  .col-2 #side .m_maga .col-inner {
    display: flex;
  }
}

.col-2 #side .m_maga h2 {
  font-size: 1.4em;
  font-weight: 700;
  margin: 0 0 10px;
  color: #fff;
}

.col-2 #side .m_maga p {
  font-size: 1.4em;
  margin: 0 0 15px;
  color: #fff;
  line-height: 1.4;
}

.col-2 #side .m_maga input {
  font-size: 1.2rem;
  border: none;
}

.col-2 #side .m_maga input[type="text"] {
  padding: 11px;
  width: 90%;
  border-radius: 5px;
  margin: 0 0 10px;
}

@media screen and (min-width: 768px) {
  .col-2 #side .m_maga input[type="text"] {
    width: 170px;
    border-radius: 5px 0 0 5px;
    margin: 0;
  }
}

.col-2 #side .m_maga input[type="submit"] {
  -webkit-appearance: none;
  background-color: #ca0336;
  color: #fff;
  padding: 9px;
  font-weight: 700;
  width: 50px;
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  .col-2 #side .m_maga input[type="submit"] {
    border-radius: 0 5px 5px 0;
  }
}

.col-2 #side .lnav-corp ul, .col-2 #side .lnav-corp li, .col-2 #side .lnav-corp .s01 {
  font-size: 1.4rem;
  font-weight: 700;
}

.col-2 #side .lnav-corp ul a, .col-2 #side .lnav-corp li a, .col-2 #side .lnav-corp .s01 a {
  display: block;
  border-bottom: 1px solid #ced3d4;
  padding: 18px 30px 18px 5px;
  line-height: 1.3;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .col-2 #side .lnav-corp ul a, .col-2 #side .lnav-corp li a, .col-2 #side .lnav-corp .s01 a {
    padding: 18px 30px 18px 10px;
    width: 250px;
    transition: all .3s ease-out;
  }
  .col-2 #side .lnav-corp ul a:hover, .col-2 #side .lnav-corp li a:hover, .col-2 #side .lnav-corp .s01 a:hover {
    text-decoration: none;
    background-color: #ca0336;
    color: #fff;
  }
}

.col-2 #side .lnav-corp ul a::after, .col-2 #side .lnav-corp li a::after, .col-2 #side .lnav-corp .s01 a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  color: #ca0336;
}

.col-2 #side .lnav-corp ul a:last-of-type, .col-2 #side .lnav-corp li a:last-of-type, .col-2 #side .lnav-corp .s01 a:last-of-type {
  border: none;
}

.col-2 #side .lnav-corp .s01 {
  background-color: #374148;
  color: #fff;
}

.col-2 #side .lnav-corp .s01 a {
  color: #fff;
  border: none;
}

.col-2 #side .lnav-corp .children {
  display: none;
}

.col-2 #side .lnav-corp .children li {
  font-weight: normal;
}

.col-2 #side .lnav-corp .children a {
  display: block;
  padding: 18px 30px 18px 20px;
}

.col-2 #side .lnav-corp .children .children a {
  display: block;
  padding: 18px 30px 18px 35px;
}

.col-2 #side .lnav-corp .current_page_item > .children,
.col-2 #side .lnav-corp .current_page_ancestor > .children {
  display: block;
}

.col-2 #side .lnav-corp .current_page_item .children {
  padding: 0 0 0 5px;
  background-color: #ca0336;
}

.col-2 #side .lnav-corp .current_page_item .children a {
  background-color: #f0f2f2;
  color: #333;
}

@media screen and (min-width: 1024px) {
  .col-2 #side .lnav-corp .current_page_item .children a {
    width: 245px;
  }
}

.col-2 #side .lnav-corp .current_page_item .children a:hover {
  text-decoration: none;
  background-color: #ca0336;
  color: #fff;
}

.col-2 #side .lnav-corp .current_page_item > a {
  background-color: #ca0336;
  display: block;
  border: none;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .col-2.left {
    flex-direction: row-reverse;
  }
}

/* post */
.post_area header {
  margin: 0 0 30px;
}

.post_area header h1 {
  font-size: 3.2em;
  line-height: 1.4;
}

.post_area header .thumb {
  margin: 30px 0 0;
}

.post_area header .thumb img {
  width: 100%;
  height: auto;
}

.post_body {
  margin: 0 0 60px;
}

.post_body h2 {
  font-size: 2.8em;
  line-height: 1.6;
  padding: 0 0 15px;
  margin: 60px 0 25px;
  position: relative;
}

.post_body h2:first-child {
  margin: 0 0 25px;
}

.post_body h2::before {
  display: block;
  content: "";
  width: 100px;
  height: 3px;
  background-color: #ca0336;
  position: absolute;
  bottom: 0;
  left: 0;
}

.post_body h3 {
  font-size: 2em;
  line-height: 1.6;
  margin: 60px 0 15px;
}

.post_body h4 {
  font-size: 1.6em;
  line-height: 1.6;
  margin: 60px 0 15px;
  position: relative;
  padding: 0 0 0 20px;
}

.post_body h4::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #ca0336;
  font-size: 1.2rem;
  content: "\f068";
}

.post_body p {
  font-size: 1.4em;
  line-height: 1.8;
  margin: 0 0 20px;
}

.post_body p.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.post_body .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.post_body a {
  text-decoration: underline;
}

.post_body a:hover {
  text-decoration: none;
}

.post_body .col-news-01 a {
  text-decoration: none;
}

.post_body ul {
  font-size: 1.4em;
  line-height: 1.4;
  margin: 0 0 30px 15px;
}

@media screen and (min-width: 768px) {
  .post_body ul {
    margin: 0 0 50px 40px;
  }
}

.post_body ul li {
  margin: 15px 0;
  position: relative;
  padding: 0 0 0 20px;
}

.post_body ul li::after {
  position: absolute;
  top: -3px;
  left: 0;
  content: url(../img/list-style01.png);
}

.post_body ol {
  font-size: 1.4em;
  line-height: 1.6;
  list-style: decimal;
  margin: 0 0 30px 25px;
}

@media screen and (min-width: 768px) {
  .post_body ol {
    margin: 0 0 50px 50px;
  }
}

.post_body ol li {
  margin: 15px 0;
}

.post_body table {
  font-size: 1.4em;
  line-height: 1.6;
  width: 100%;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  margin: 0 0 50px;
}

.post_body table th {
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  padding: 20px;
  text-align: left;
  background: #F3F3F3;
  vertical-align: top;
}

.post_body table td {
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  padding: 20px;
}

.post_body table p {
  font-size: 1em;
  margin: 0;
  line-height: 1.6;
}

.post_body table ul {
  font-size: 1em;
  margin: 0 0 0 20px;
}

.post_body table .enkaku dt {
  float: left;
  clear: both;
  width: 100px;
}

.post_body table .enkaku dd {
  padding: 0 0 0 100px;
  line-height: 1.6;
  margin: 0 0 10px;
}

.post_body table .enkaku dd:last-of-type {
  margin: 0;
}

.post_body .tt th {
  display: block;
}

@media screen and (min-width: 768px) {
  .post_body .tt th {
    display: table-cell;
    width: 20%;
  }
}

.post_body .tt td {
  display: block;
}

@media screen and (min-width: 768px) {
  .post_body .tt td {
    display: table-cell;
  }
}

.post_body .ty tr:first-of-type td {
  background: #F3F3F3;
  font-weight: 700;
}

.post_body img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .post_body img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1024px) {
  .post_body img {
    margin: 0;
  }
}

.post_body .waku {
  border: 1px solid #ccc;
}

@media screen and (min-width: 1024px) {
  .post_body .alignright {
    width: auto;
    float: right;
    margin: 0 0 30px 50px;
  }
  .post_body .alignleft {
    width: auto;
    float: left;
    margin: 0 50px 30px 0;
  }
  .post_body .aligncenter {
    display: block;
    margin: 50px auto;
  }
}

.post_body .pt03 a {
  margin: 40px auto;
  text-decoration: none;
}

.post_body .caption {
  font-size: 1em;
  margin: 0;
  font-weight: 700;
}

.post_body .kadai {
  font-size: 1.4em;
  line-height: 1.6;
}

.post_body .kadai dt {
  float: left;
  width: 70px;
}

.post_body .kadai dd {
  padding: 0 0 0 70px;
  margin: 0 0 10px;
}

.post_body .col-relate {
  padding: 30px;
  background-color: #f6f8f8;
  margin: 0 0 60px;
}

@media screen and (min-width: 768px) {
  .post_body .col-relate .col-inner {
    display: flex;
    flex-wrap: wrap;
  }
}

.post_body .col-relate .title {
  font-size: 1.6em;
  line-height: 1.6;
  margin: 0 0 15px;
  color: #566b77;
  font-weight: 700;
}

.post_body .col-relate a {
  display: block;
  font-size: 1.2em;
  position: relative;
  padding: 10px 15px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .post_body .col-relate a {
    width: 50%;
  }
}

.post_body .col-relate a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #ca0336;
}

.post_body #col-theme {
  padding: 30px;
  background-color: #f6f8f8;
  margin: 60px 0;
}

.post_body #col-theme .col-inner {
  display: flex;
  flex-wrap: wrap;
}

.post_body #col-theme .title {
  font-size: 1.6em;
  line-height: 1.6;
  margin: 0 0 20px;
  color: #566b77;
  font-weight: 700;
}

.post_body #col-theme ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.post_body #col-theme li {
  line-height: 1.8;
  padding: 0;
  margin: 0;
}

.post_body #col-theme li::after {
  position: relative;
  content: '、';
  top: auto;
  left: auto;
}

.post_body #col-theme li:last-of-type {
  margin: 0;
}

.post_body #col-theme li:last-of-type::after {
  content: '';
}

.post_body #toc_container {
  background-color: #F6F8F8;
  padding: 30px;
}

.post_body #toc_container .toc_title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}

.post_body #toc_container ul {
  margin: 0;
}

.post_body .must {
  color: #ca0336;
  font-size:large;
}

.post_body #form-02 .form-02-inner {
  width: 100%;
  margin: 0 0 60px;
}

@media screen and (min-width: 768px) {
  .post_body #form-02 .form-02-inner {
    display: table;
  }
  .page-id-13933 .post_body #form-02 .form-02-inner{
    display: block;
  }
  .page-id-13933 .post_body #form-02 .form-02-inner p{
    margin: 20px 0 20px;
  }  
}

.post_body #form-02 .form-02-inner:last-of-type {
  margin: 0 0 30px;
}

.post_body #form-02 dl {
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .post_body #form-02 dl {
    display: table-row;
  }
}

@media screen and (min-width: 768px) {
  .post_body #form-02 dt, .post_body #form-02 dd {
    display: table-cell;
  }
}

.post_body #form-02 dt {
  line-height: 1.6;
  border: none;
  padding: 20px 20px 0 20px;
}

@media screen and (min-width: 768px) {
  .post_body #form-02 dt {
    width: 250px;
    vertical-align: middle;
    border-bottom: 1px dotted #ccc;
    padding: 20px;
  }
}

.post_body #form-02 dd {
  padding: 20px;
  border-bottom: 1px dotted #ccc;
}

.post_body #form-02 .submit-area {
  width: 200px;
  margin: 0 auto;
}

.post_body #form-02 input {
  font-size: 1.4rem;
  border: none;
}

.post_body #form-02 input[type="text"] {
  padding: 11px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  .post_body #form-02 input[type="text"] {
    width: 100%;
    border-radius: 5px;
    margin: 0;
  }
}

.post_body #form-02 #name-field-sei,
.post_body #form-02 #name-field-mei {
  margin: 0 0 20px;
}

@media screen and (min-width: 768px) {
  .post_body #form-02 #name-field-sei,
  .post_body #form-02 #name-field-mei {
    width: 40%;
    margin: 0 20px 0 0;
  }
}

.post_body #form-02 textarea {
  padding: 11px;
  width: 90%;
  border: 1px solid #ccc;
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  .post_body #form-02 textarea {
    width: 100%;
    border-radius: 5px;
    margin: 0;
  }
}

.post_body #form-02 input[type="submit"] {
  -webkit-appearance: none;
  background-color: #ca0336;
  color: #fff;
  padding: 9px;
  font-weight: 700;
  width: 200px;
  border-radius: 5px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .post_body #form-02 input[type="submit"] {
    border-radius: 5px;
  }
}

.post_body #form-02 label {
  cursor: pointer;
  font-weight: normal;
  display: block;
  position: relative;
  padding: 5px 0;
}

.post_body #form-02 input[type="radio"] {
  position: absolute;
  top: 3px;
  left: 0;
}

.post_body #form-02 input[type="checkbox"] {
  position: absolute;
  top: 4px;
  left: 0;
}

.post_body #form-02 .field-text {
  padding: 0 0 0 20px;
}

.post_body #form-02 .select-wrap {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .post_body #form-02 .select-wrap {
    width: 50%;
  }
}

.post_body #form-02 .select-wrap::before {
  z-index: 1;
  position: absolute;
  right: 15px;
  top: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  line-height: 43px;
  pointer-events: none;
  font-size: 2rem;
  color: #D70039;
}

.post_body #form-02 select {
  outline: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  padding: 8px 12px;
  border: 1px solid #ccc;
  width: 100%;
  font-size: 1.4rem;
}

.post_body #form-02 select option {
  background-color: #fff;
}

.post_body #form-02 select::-ms-expand {
  display: none;
}

.post_body #form-02 select::-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

.post_body #form-02 .msg {
  line-height: 1.6;
  display: block;
  margin: 0 0 15px;
}

.post_body .more {
  text-align: right;
}

.post_body .more a {
  display: inline-block;
  font-size: 1.2rem;
  position: relative;
  padding: 10px 15px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}

.post_body .more a:hover {
  text-decoration: underline;
}

.post_body .more a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-46%);
  left: 0;
  color: #ca0336;
}

.post_body blockquote {
  background-color: #F0F2F2;
  padding: 20px;
  margin: 0 0 15px;
}

.post_body blockquote p {
  margin: 0;
}

.single-voice .post_body p {
  font-size: 1.7em;
}

/* common */
.col-common-01 {
  border: 2px solid #3569a0;
  background-color: #fff;
  padding: 2px;
  margin: 0 0 60px;
}

.col-common-01 .col-inner {
  background-color: #3569a0;
  padding: 40px 30px;
}

.col-common-01 h2 {
  font-size: 2em;
  line-height: 1.6;
  margin: 0 0 20px;
  text-align: center;
  color: #fff;
}

.col-common-01 p {
  font-size: 1.4em;
  line-height: 1.8;
  margin: 0 0 20px;
  color: #fff;
}

.col-common-02 .col-inner {
  padding: 30px 20px;
  border: 2px solid #dde2e5;
  position: relative;
}

@media screen and (min-width: 768px) {
  .col-common-02 .col-inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}

@media screen and (min-width: 1024px) {
  .col-common-02 .col-inner {
    padding: 30px;
  }
}

.col-common-02 .col-inner::before {
  content: url(../img/img-col-common-01.png);
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
}

.col-common-02 h2 {
  text-align: center;
  font-size: 2.4em;
  color: #ca0336;
  margin: 0 0 30px;
}

.col-common-02 dl {
  text-align: center;
  margin: 0 auto 40px;
  width: 260px;
}

@media screen and (min-width: 768px) {
  .col-common-02 dl {
    margin: 0;
  }
}

.col-common-02 dt {
  font-size: 1.6em;
  margin: 0 0 15px;
  font-weight: 700;
}

.col-common-02 dd {
  font-size: 1.4em;
}

.col-common-02 dd:first-of-type {
  font-size: 3rem;
  color: #ca0336;
  font-weight: 700;
  margin: 0 0 15px;
  background-image: url(../img/bg_tel.png);
  position: 0 50%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  padding: 0 0 0 30px;
}

@media screen and (min-width: 768px) {
  .col-common-02 ul {
    width: 45%;
  }
}

.col-common-02 li:first-of-type {
  margin: 0 0 15px;
}

.col-common-02 .title {
  display: none;
}

@media screen and (min-width: 768px) {
  .col-common-02 .pt04 a {
    width: 270px;
  }
}

.col-1 .col-common-02 dl {
  width: 260px;
}

@media screen and (min-width: 768px) {
  .col-1 .col-common-02 .col-inner-01 {
    border-left: 1px solid #ccc;
    padding: 10px 0 10px 20px;
  }
}

.col-1 .col-common-02 .title {
  display: block;
  font-size: 1.6em;
  text-align: center;
  margin: 20px 0;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .col-1 .col-common-02 .pt04 {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .col-1 .col-common-02 .pt04 {
    display: flex;
    justify-content: space-between;
    width: 415px;
  }
}

@media screen and (min-width: 1024px) {
  .col-1 .col-common-02 .pt04 a {
    width: 200px;
  }
}

.col-common-03 {
  border-top: 1px solid rgba(109, 123, 131, 0.5);
  margin: 0 0 30px;
}

.col-common-03 h2 {
  color: #566b77;
  font-size: 2.8em;
  text-align: center;
  margin: 30px 0;
  line-height: 1.4;
}

.col-common-03 .col-inner {
  display: flex;
  flex-wrap: wrap;
}

.col-common-03 a {
  display: block;
  width: calc(96% / 2);
  margin: 0 1% 30px;
}

@media screen and (min-width: 768px) {
  .col-common-03 a {
    width: calc(94% / 3);
  }
}

@media screen and (min-width: 1024px) {
  .col-common-03 a {
    width: 220px;
    margin: 0 70px 30px 0;
    transition: all .3s ease-out;
  }
  .col-common-03 a:hover {
    text-decoration: none;
    opacity: 0.6;
  }
  .col-common-03 a:nth-of-type(3n) {
    margin: 0 0 30px;
  }
}

.col-common-03 dt {
  border: 1px solid #dde2e5;
  margin: 0 0 10px;
  position: relative;
}

.col-common-03 dt img {
  width: 100%;
  height: auto;
}

.col-common-03 dt::before {
  content: url(../img/img-col-common03-01.png);
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.col-common-03 dd {
  font-size: 1.4em;
  line-height: 1.8;
}

.col-common-04 {
  padding: 30px;
  background-color: #f6f8f8;
  margin: 0 0 60px;
}

.col-common-04 .title {
  font-size: 1.6em;
  line-height: 1.6;
  margin: 0 0 20px;
  color: #566b77;
  font-weight: 700;
}

.col-common-04 .list {
  font-size: 1.4em;
  line-height: 2;
}

.col-common-04 a {
  color: #004ea2;
  text-decoration: underline;
}

.col-common-04 a:hover {
  text-decoration: none;
}

/* home */
.col-top-01 .inner {
  padding: 60px 0 0;
}

@media screen and (min-width: 768px) {
  .col-top-01 .inner {
    padding: 60px 0;
  }
}

.col-top-01 h2 {
  font-family: 'Vollkorn', serif;
  font-weight: 400;
  font-size: 3em;
  text-align: center;
  letter-spacing: 3px;
  margin: 0 0 40px;
}

.col-top-01 h3 {
  font-size: 1.6em;
  border-bottom: 2px solid rgba(51, 51, 51, 0.2);
  padding: 0 0 15px;
  margin: 0 0 15px;
}

.col-top-01 p {
  position: relative;
  font-size: 1.4em;
}

.col-top-01 p a {
  position: absolute;
  top: -46px;
  right: 0;
}

.col-top-01 p a span {
  position: relative;
}

.col-top-01 p a span:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-46%);
  color: #ca0336;
}

.col-top-01 p a:hover {
  color: #ca0336;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .col-top-01 .col-inner {
    display: flex;
    justify-content: space-between;
  }
}

.col-top-01 .col-inner-01 {
  margin: 0 0 60px;
}

@media screen and (min-width: 768px) {
  .col-top-01 .col-inner-01 {
    width: 48%;
    margin: 0;
  }
}

@media screen and (min-width: 1024px) {
  .col-top-01 .col-inner-01 {
    width: 450px;
  }
}

.col-top-01 .col-inner-01 dl {
  font-size: 1.4em;
}

.col-top-01 .col-inner-01 dt {
  font-weight: bold;
  margin: 0 0 15px;
}

.col-top-01 .col-inner-01 dd {
  line-height: 1.6;
  margin: 0 0 15px;
  padding: 0 0 10px;
  border-bottom: 1px dotted #ccc;
}

.col-top-01 .col-inner-01 dd:last-of-type {
  border: none;
}

.col-top-01 .col-inner-01 .cat {
  font-size: 1.2rem;
}

.col-top-01 .col-inner-01 .cat a {
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  padding: 5px 20px;
  margin: 0 0 0 10px;
  background-color: #004ea2;
}

.col-top-01 .col-inner-01 .cat a:hover {
  text-decoration: none;
}

.col-top-02 {
  background-image: url(../img/bg_col-top-02-02.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.col-top-02::before {
  content: '';
  background: linear-gradient(to top, #004ea2, transparent);
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  height: calc(100% - 300px);
}

.col-top-02::after {
  content: '';
  background: #004ea2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
}

.col-top-02 .inner {
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

.col-top-02 h2 {
  font-family: 'Vollkorn', serif;
  font-weight: 400;
  font-size: 3em;
  text-align: center;
  letter-spacing: 3px;
  margin: 0 0 40px;
  color: #fff;
}

.col-top-02 h2 span {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  margin: 10px 0 0;
}

.col-top-02 h3 {
  background-image: url(../img/bg_col-top-02-01.png);
  background-size: 60px 60px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  font-size: 1.6em;
  font-weight: 700;
  text-align: center;
  padding: 75px 0 0 0;
  color: #fff;
  position: relative;
  margin: 0 0 40px;
}

.col-top-02 h3::before {
  content: "";
  display: inline-block;
  border-bottom: 1px solid #fff;
  width: 30%;
  position: absolute;
  top: 30px;
  left: 0;
}

@media screen and (min-width: 768px) {
  .col-top-02 h3::before {
    width: 40%;
  }
}

@media screen and (min-width: 1024px) {
  .col-top-02 h3::before {
    width: 435px;
  }
}

.col-top-02 h3::after {
  content: "";
  display: inline-block;
  border-bottom: 1px solid #fff;
  width: 30%;
  position: absolute;
  top: 30px;
  right: 0;
}

@media screen and (min-width: 768px) {
  .col-top-02 h3::after {
    width: 40%;
  }
}

@media screen and (min-width: 1024px) {
  .col-top-02 h3::after {
    width: 435px;
  }
}

.col-top-02 p {
  font-size: 1.4em;
  line-height: 1.6;
  margin: 0 auto 50px;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .col-top-02 p {
    width: 500px;
  }
}

.col-top-02 .col-svg {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(50 / 1280 * 100%);
}

.col-top-02 .col-svg .svg-bg {
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  height: 100%;
  width: 100%;
}

.col-top-02 .pt01 {
  margin: 0 0 80px;
}

.col-top-02 .col-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.col-top-02 .col-inner a {
  display: block;
  width: 48%;
  margin: 0 auto 30px;
}

@media screen and (min-width: 768px) {
  .col-top-02 .col-inner a {
    width: 24%;
  }
}

@media screen and (min-width: 1024px) {
  .col-top-02 .col-inner a {
    width: 217px;
    margin: auto;
  }
}

@media screen and (min-width: 1024px) {
  .col-top-02 .col-inner a {
    transition: all .3s ease-out;
  }
  .col-top-02 .col-inner a:hover {
    text-decoration: none;
    color: #ca0336;
  }
}

.col-top-02 .col-inner dt {
  font-size: 1.4em;
  line-height: 1.4;
  padding: 18px 0;
  text-align: center;
  background-color: #f0f4f5;
  font-weight: 700;
}

@media screen and (min-width: 1024px) {
  .col-top-02 .col-inner dt br {
    display: none;
  }
}

.col-top-02 .col-inner dd img {
  width: 100%;
  height: auto;
}

.col-top-03 {
  background: #0098a2;
}

.col-top-03 .inner {
  padding: 60px 0 10px;
  width: 100%;
  margin: 0;
}

.col-top-03 h2 {
  font-family: 'Vollkorn', serif;
  font-weight: 400;
  font-size: 3em;
  text-align: center;
  letter-spacing: 3px;
  margin: 0 0 40px;
  color: #fff;
}

.col-top-03 h2 span {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  margin: 10px 0 0;
}

.col-top-03 h3 {
  background-image: url(../img/bg_col-top-03-03.png);
  background-size: 60px 60px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  font-size: 1.6em;
  font-weight: 700;
  text-align: center;
  padding: 75px 0 0 0;
  color: #fff;
  position: relative;
  width: 90%;
  margin: 0 auto 20px;
}

@media screen and (min-width: 1024px) {
  .col-top-03 h3 {
    width: 960px;
  }
}

.col-top-03 h3::before {
  content: "";
  display: inline-block;
  border-bottom: 1px solid #fff;
  width: 40%;
  position: absolute;
  top: 30px;
  left: 0;
}

@media screen and (min-width: 1024px) {
  .col-top-03 h3::before {
    width: 435px;
  }
}

.col-top-03 h3::after {
  content: "";
  display: inline-block;
  border-bottom: 1px solid #fff;
  width: 40%;
  position: absolute;
  top: 30px;
  right: 0;
}

@media screen and (min-width: 1024px) {
  .col-top-03 h3::after {
    width: 435px;
  }
}

.col-top-03 .col-inner01 {
  background: #fff;
  padding: 30px 0;
  margin: 0 0 40px;
}

.col-top-03 .col-inner01 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .col-top-03 .col-inner01 ul {
    width: 960px;
  }
}

.col-top-03 .col-inner01 li {
  width: 30%;
}

@media screen and (min-width: 768px) {
  .col-top-03 .col-inner01 li {
    width: 25%;
  }
}

@media screen and (min-width: 1024px) {
  .col-top-03 .col-inner01 li {
    width: 192px;
  }
}

.col-top-03 .col-inner01 li img {
  width: 100%;
  height: auto;
}

.col-top-03 p {
  width: 90%;
  margin: 0 auto 40px;
  font-size: 1.4em;
  font-weight: 700;
  color: #fff;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .col-top-03 p {
    width: 500px;
  }
}

.col-top-03 .pt01 {
  width: 100%;
  margin: 0 auto 80px;
}

@media screen and (min-width: 768px) {
  .col-top-03 .pt01 {
    display: flex;
    justify-content: space-between;
  }
}

.col-top-03 .pt01 li {
  margin: 0 0 20px;
}

@media screen and (min-width: 768px) {
  .col-top-03 .pt01 li {
    margin: 0;
  }
}

.col-top-03 .pt01 a {
  width: 200px;
}

.col-top-03 .pt01.w300 {
  margin: 0 auto;
}

.col-top-03 .pt01.w300 a {
  width: 300px;
}

.col-top-03 .col-inner02 {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .col-top-03 .col-inner02 {
    width: 430px;
  }
}

.col-top-03 .col-inner03 {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .col-top-03 .col-inner03 {
    display: flex;
    justify-content: space-around;
  }
}

@media screen and (min-width: 1024px) {
  .col-top-03 .col-inner03 {
    width: 900px;
  }
}

@media screen and (min-width: 768px) {
  .col-top-03 .col-inner03-01 {
    width: 40%;
  }
}

@media screen and (min-width: 1024px) {
  .col-top-03 .col-inner03-01 {
    width: 410px;
  }
}

.col-top-03 .col-inner03-01 dl {
  font-weight: 700;
  color: #fff;
  padding: 50px 0 0;
}

.col-top-03 .col-inner03-01 .left {
  background-image: url(../img/bg_col-top-03-01.png);
  background-repeat: no-repeat;
  background-size: 410px 24px;
  background-position: 50% 0;
}

.col-top-03 .col-inner03-01 .right {
  background-image: url(../img/bg_col-top-03-02.png);
  background-repeat: no-repeat;
  background-size: 410px 24px;
  background-position: 50% 0;
}

.col-top-03 .col-inner03-01 dt {
  font-size: 1.4em;
  margin: 0 0 15px;
}

.col-top-03 .col-inner03-01 dd {
  font-size: 1.6em;
  line-height: 1.6;
  margin: 0 0 15px;
}

.col-top-03 .col-inner03-01 dd a {
  color: #fff;
}

.col-top-03 .col-inner03-01 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px;
}

.col-top-03 .col-inner03-01 li {
  background-color: #fff;
  color: #28acb1;
  display: inline-block;
  padding: 5px;
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
  border-radius: 5px;
  margin: 0 10px 10px 0;
}

@media screen and (min-width: 1024px) {
  .col-top-03 .col-inner03-01 li a {
    transition: all .3s ease-out;
  }
  .col-top-03 .col-inner03-01 li a:hover {
    text-decoration: none;
    color: #D70039;
  }
}

.col-top-03 .col-inner03-01 .pt01 {
  margin: 0 auto 30px;
}

.col-top-03 .col-svg {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(50 / 1280 * 100%);
}

.col-top-03 .col-svg .svg-bg {
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 100%;
  width: 100%;
}

.col-top-04 .inner {
  padding: 60px 0;
}

@media screen and (min-width: 768px) {
  .col-top-04 .inner {
    display: flex;
    justify-content: space-between;
  }
}

.col-top-04 h2 {
  font-size: 2em;
  font-weight: 700;
  padding: 0 0 15px;
  margin: 0 0 30px;
  border-bottom: 2px solid rgba(51, 51, 51, 0.2);
  position: relative;
}

.col-top-04 h2::before {
  content: "";
  display: block;
  width: 150px;
  height: 2px;
  background-color: #ca0336;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.col-top-04 li {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 15px;
}

.col-top-04 li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  color: #ca0336;
  margin: 0 10px 0 0;
}

.col-top-04 a:hover {
  color: #ca0336;
  text-decoration: none;
}

.col-top-04 .col-inner01 {
  margin: 0 0 60px;
}

@media screen and (min-width: 768px) {
  .col-top-04 .col-inner01 {
    width: 28%;
    margin: 0;
  }
}

@media screen and (min-width: 1024px) {
  .col-top-04 .col-inner01 {
    width: 280px;
  }
}

.col-top-04 .col-inner01 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .col-top-04 .col-inner01 ul {
    display: block;
  }
}

.col-top-04 .col-inner01 li {
  width: 49%;
}

@media screen and (min-width: 768px) {
  .col-top-04 .col-inner01 li {
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .col-top-04 .col-inner02 {
    width: 62%;
  }
}

@media screen and (min-width: 1024px) {
  .col-top-04 .col-inner02 {
    width: 620px;
  }
}

.col-top-04 .col-inner02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.col-top-04 .col-inner02 ul:first-of-type {
  border-bottom: 1px dotted #ccc;
  margin: 0 0 15px;
}

.col-top-04 .col-inner02 li {
  width: 49%;
}

@media screen and (min-width: 1024px) {
  .col-top-04 .col-inner02 li {
    width: 310px;
  }
}

/* footer */
#site_footer {
  position: relative;
}

#site_footer .inner {
  padding: 60px 0;
}

#site_footer .col-foot-01 {
  background-color: #dde2e5;
}

#site_footer .col-foot-01 .col-inner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  position: relative;
  z-index: 100;
}

@media screen and (min-width: 1024px) {
  #site_footer .col-foot-01 .col-inner {
    width: 960px;
    justify-content: space-between;
  }
}

#site_footer .col-foot-01 h2 {
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  margin: 0 0 40px;
  position: relative;
  z-index: 100;
}

#site_footer .col-foot-01 dl {
  width: 48%;
  margin: 0 0 30px;
}

@media screen and (min-width: 768px) {
  #site_footer .col-foot-01 dl {
    width: 30%;
  }
}

@media screen and (min-width: 1024px) {
  #site_footer .col-foot-01 dl {
    width: 168px;
    margin: 0;
  }
}

#site_footer .col-foot-01 dt {
  margin: 0 0 15px;
}

#site_footer .col-foot-01 dd {
  font-size: 1.2em;
  line-height: 1.8;
  font-weight: 500;
}

#site_footer .col-foot-02 {
  display: none;
  background-color: #ca0336;
}

@media screen and (min-width: 768px) {
  #site_footer .col-foot-02 {
    display: block;
  }
}

#site_footer .col-foot-02 .col-inner {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  #site_footer .col-foot-02 .col-inner {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1024px) {
  #site_footer .col-foot-02 .col-inner {
    width: 960px;
  }
}

#site_footer .col-foot-02 li {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 15px;
}

#site_footer .col-foot-02 a {
  color: #fff;
}

#site_footer .col-foot-02 .light {
  font-weight: 400;
}

#site_footer .col-foot-02 .m40 {
  margin: 40px 0 15px;
}

#site_footer .copy {
  font-size: 1.2em;
  line-height: 1.4;
  padding: 12px 0;
  color: #fff;
  background-color: #af0d37;
  text-align: center;
  font-weight: 700;
}

#site_footer .f-image {
  width: 518px;
  position: absolute;
  top: 0;
  right: 0;
}

#site_footer .f-image img {
  width: 100%;
  height: auto;
}

#site_footer #pageup {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 5%;
}

#site_footer #pageup a {
  display: block;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 1px;
  width: 48px;
  height: 48px;
  color: #d6d6d6;
  text-indent: -9999px;
}

#site_footer #pageup a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 8px;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  margin: auto;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 5;
  opacity: 0.85;
}

/* product */
.col-product-01 {
  border-top: 1px solid #dadee0;
  border-left: 1px solid #dadee0;
  border-bottom: 1px solid #dadee0;
  background-color: rgba(221, 226, 229, 0.25);
  margin: 0 0 60px;
}

.col-product-01 .title {
  font-size: 2em;
  padding: 15px;
  text-align: center;
  color: #566b77;
  font-weight: bold;
  border-right: 1px solid #dadee0;
}

.col-product-01 ul {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.col-product-01 li {
  width: 50%;
  font-weight: 700;
  border-right: 1px solid #dadee0;
  border-top: 1px solid #dadee0;
  position: relative;
}

.col-product-01 li:hover {
  background: #93999d;
  color: #fff;
}

.col-product-01 li::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  color: #ca0336;
}

.col-product-01 a {
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  font-size: 1.2em;
  line-height: 1.6;
  padding: 10px 10px 10px 30px;
}

.col-product-01 a:hover {
  text-decoration: none;
}

.col-product-01 .current_page_item {
  background: #93999d;
  color: #fff;
}

.col-product-02 {
  border: 1px solid #dadee0;
  background-color: rgba(221, 226, 229, 0.25);
  margin: 0 0 60px;
}

.col-product-02 .title {
  font-size: 2em;
  padding: 15px;
  text-align: center;
  color: #566b77;
  font-weight: bold;
}

.col-product-02 .col-inner {
  position: relative;
}

.col-product-02 dl {
  border-top: 1px solid #dadee0;
}

@media screen and (min-width: 768px) {
  .col-product-02 dl {
    display: flex;
  }
}

.col-product-02 dt {
  font-size: 1.6em;
  font-weight: 700;
  background-color: rgba(221, 226, 229, 0.5);
  padding: 30px;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .col-product-02 dt {
    width: 33%;
  }
}

.col-product-02 dd {
  font-size: 1.4em;
  line-height: 1.8;
  padding: 30px 30px 50px;
}

@media screen and (min-width: 768px) {
  .col-product-02 dd {
    width: 70%;
  }
}

.col-product-02 .more {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.col-product-02 .more a {
  position: relative;
  display: block;
  padding: 0 0 0 10px;
  font-size: 1.2em;
  font-weight: 700;
}

.col-product-02 .more a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-46%);
  left: 0;
  color: #ca0336;
}

.col-product-03 {
  margin: 0 0 60px;
}

.col-product-03 .col-inner {
  border-bottom: 1px solid rgba(109, 123, 131, 0.5);
  padding: 55px 0;
}

.col-product-03 .col-inner:first-of-type {
  border-top: 1px solid rgba(109, 123, 131, 0.5);
}

.col-product-03 .col-inner-01 {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
}

.col-product-03 h2 {
  font-size: 2em;
  color: #566b77;
  line-height: 1.4;
  margin: 0 0 20px;
}

.col-product-03 p {
  font-size: 1.4em;
  line-height: 1.8;
  width: 385px;
}

.col-product-03 .thumb {
  width: 250px;
}

.col-product-03 .thumb img {
  width: 100%;
  height: auto;
}

.col-voice-01 {
  padding: 30px;
  background-color: #f6f8f8;
  margin: 0 0 60px;
}

.col-voice-01 .col-inner {
  border-top: 1px dotted rgba(109, 123, 131, 0.5);
  padding: 30px 0 60px;
  position: relative;
}

.col-voice-01 .col-inner:first-of-type {
  border-top: 1px solid rgba(109, 123, 131, 0.5);
}

.col-voice-01 h2 {
  font-size: 2em;
  color: #566b77;
  margin: 0 0 30px;
  text-align: center;
}

.col-voice-01 .title {
  font-size: 1.6em;
  color: #566b77;
  font-weight: 700;
  margin: 0 0 20px;
}

.col-voice-01 h3 {
  font-size: 1.4em;
  line-height: 1.8;
  font-weight: 400;
  margin: 0 0 5px;
}

.col-voice-01 p {
  font-size: 1.6em;
  line-height: 1.6;
  font-weight: bold;
}

.col-voice-01 p a {
  color: #566b77;
}

.col-voice-01 .more {
  position: absolute;
  right: 0;
  bottom: 38px;
}

.col-voice-01 .more a {
  position: relative;
  display: block;
  padding: 0 0 0 10px;
  font-size: 1.2em;
  font-weight: 700;
  text-decoration: underline;
}

.col-voice-01 .more a:hover {
  text-decoration: none;
}

.col-voice-01 .more a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-46%);
  left: 0;
  color: #ca0336;
}

.col-voice-02 {
  background-color: rgba(53, 77, 91, 0.05);
}

.col-voice-02 .col-inner {
  width: 90%;
  margin: 0 auto;
  padding: 50px 0;
}

@media screen and (min-width: 1024px) {
  .col-voice-02 .col-inner {
    width: 800px;
  }
}

.col-voice-02 h2 {
  font-size: 3.2em;
  line-height: 1.4;
  margin: 0 0 30px;
}

.col-voice-02 ul {
  text-align: right;
}

.col-voice-02 li {
  display: inline-block;
  margin: 15px 0 0 20px;
}

.col-voice-02 li a {
  font-size: 1.2em;
  color: #004ea2;
  text-decoration: underline;
}

.col-voice-02 li a:hover {
  text-decoration: none;
}

.col-voice-03 {
  width: 100px;
  height: 130px;
  margin: 30px auto;
  text-align: center;
}

.col-voice-03::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #ca0336;
  content: "\f103";
  font-size: 12rem;
}

.col-voice-04 {
  margin: 0 0 60px;
}

.col-voice-04 p {
  font-size: 1.4em;
  line-height: 1.8;
  text-align: center;
}

.col-voice-05 {
  margin: 0 0 40px;
}

.col-voice-05 dl {
  margin: 0 0 60px;
  text-align: center;
}

.col-voice-05 dt {
  font-size: 1.6em;
  margin: 30px 0 10px;
  font-weight: 700;
}

.col-voice-05 dd {
  display: inline-block;
  margin: 15px 20px 0 0;
}

.col-voice-05 dd a {
  font-size: 1.2em;
  color: #004ea2;
  text-decoration: underline;
}

.col-voice-05 dd a:hover {
  text-decoration: none;
}

.col-column-01 {
  border-top: 1px solid rgba(109, 123, 131, 0.25);
  margin: 0 0 60px;
}

.col-column-01 .keyword {
  margin: 0 0 40px;
}

.col-column-01 .keyword dt {
  font-size: 1.4em;
  margin: 30px 0 10px;
}

.col-column-01 .keyword dd {
  display: inline-block;
  margin: 15px 20px 0 0;
}

.col-column-01 .keyword dd a {
  font-size: 1.2em;
  color: #004ea2;
  text-decoration: underline;
}

.col-column-01 .keyword dd a:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .col-column-01 .col-inner {
    display: flex;
    justify-content: space-between;
  }
}

.col-column-01 .thumb {
  margin: 0 0 20px;
}

@media screen and (min-width: 768px) {
  .col-column-01 .thumb {
    width: 30%;
    margin: 0;
  }
}

@media screen and (min-width: 1024px) {
  .col-column-01 .thumb {
    width: 220px;
  }
}

.col-column-01 .thumb img {
  width: 100%;
  height: auto;
}

.col-column-01 .writer {
  position: relative;
  padding: 0 0 30px;
}

@media screen and (min-width: 768px) {
  .col-column-01 .writer {
    width: 60%;
  }
}

@media screen and (min-width: 1024px) {
  .col-column-01 .writer {
    width: 415px;
  }
}

.col-column-01 .writer dl {
  margin: 0 0 20px;
}

.col-column-01 .writer dt {
  font-size: 1.2em;
  color: #566b77;
  margin: 0 0 15px;
}

.col-column-01 .writer dd {
  font-size: 1.2em;
  margin: 0 0 20px;
  line-height: 1.6;
}

.col-column-01 .writer dd:first-of-type {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 5px;
}

.col-column-01 .writer p {
  font-size: 1.2em;
  line-height: 1.8;
}

.col-column-01 .writer .more {
  position: absolute;
  bottom: 0;
  right: 0;
}

.col-column-01 .writer .more a {
  position: relative;
  font-size: 1.2em;
  display: block;
  padding: 0 0 0 20px;
}

.col-column-01 .writer .more a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-46%);
  left: 0;
  color: #ca0336;
}

.col-column-02 {
  padding: 20px;
  background-color: #f6f8f8;
  margin: 0 0 60px;
}

.col-column-02 .title {
  font-size: 1.6em;
  line-height: 1.6;
  color: #566b77;
  font-weight: 700;
}

.col-column-02 .col-inner {
  position: relative;
  padding: 30px 0 60px;
  border-bottom: 1px dotted #999;
}

@media screen and (min-width: 768px) {
  .col-column-02 .col-inner {
    display: flex;
    justify-content: space-between;
  }
}

.col-column-02 .col-inner:last-of-type {
  border: none;
}

.col-column-02 .thumb {
  margin: 0 0 20px;
}

@media screen and (min-width: 768px) {
  .col-column-02 .thumb {
    width: 30%;
    margin: 0;
  }
}

@media screen and (min-width: 1024px) {
  .col-column-02 .thumb {
    width: 190px;
  }
}

.col-column-02 .thumb img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .col-column-02 dl {
    width: 60%;
  }
}

@media screen and (min-width: 1024px) {
  .col-column-02 dl {
    width: 385px;
  }
}

.col-column-02 dt {
  font-size: 1.7em;
  margin: 0 0 30px;
  line-height: 1.6;
  font-weight: 700;
}

.col-column-02 .more {
  position: absolute;
  right: 0;
  bottom: 20px;
}

.col-column-02 .more a {
  position: relative;
  display: block;
  padding: 0 0 0 10px;
  font-size: 1.2em;
  font-weight: 700;
  text-decoration: underline;
}

.col-column-02 .more a:hover {
  text-decoration: none;
}

.col-column-02 .more a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #ca0336;
}

.col-column-03 {
  border-top: 1px solid rgba(109, 123, 131, 0.5);
  padding: 30px 0 0;
  margin: 0 0 60px;
}

.col-column-03 h2 {
  font-size: 2em;
  color: #566b77;
  margin: 0 0 30px;
  text-align: center;
}

.col-column-03 .col-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .col-column-03 .col-inner {
    justify-content: flex-start;
  }
}

.col-column-03 a {
  display: block;
  width: 45%;
  margin: 0 0 30px 0;
}

@media screen and (min-width: 768px) {
  .col-column-03 a {
    width: 30%;
    margin: 0 5% 30px 0;
  }
  .col-column-03 a:nth-of-type(3n) {
    margin: 0 0 30px 0;
  }
}

@media screen and (min-width: 1024px) {
  .col-column-03 a {
    width: 200px;
    margin: 0 30px 30px 0;
    transition: all .3s ease-out;
  }
  .col-column-03 a:hover {
    opacity: 0.6;
    text-decoration: none;
  }
  .col-column-03 a:nth-of-type(3n) {
    margin: 0 0 30px 0;
  }
}

.col-column-03 dt {
  margin: 0 0 10px;
}

.col-column-03 dt img {
  width: 100%;
  height: auto;
}

.col-column-03 dd {
  font-size: 1.4em;
  line-height: 1.8;
}

.col-column-04 {
  padding: 30px;
  background-color: #f6f8f8;
  margin: 0 0 60px;
}

.col-column-04 h2 {
  font-size: 1.6em;
  color: #566b77;
  margin: 0 0 30px;
}

@media screen and (min-width: 768px) {
  .col-column-04 .col-inner {
    display: flex;
    justify-content: space-between;
  }
}

.col-column-04 .thumb {
  width: 190px;
  margin: 0 auto 20px;
}

@media screen and (min-width: 768px) {
  .col-column-04 .thumb {
    margin: 0;
  }
}

.col-column-04 .thumb img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .col-column-04 dl {
    width: 380px;
  }
}

.col-column-04 dt {
  font-size: 1.2em;
  line-height: 1.6;
  margin: 0 0 5px;
}

.col-column-04 dd {
  font-size: 1.4em;
  line-height: 1.6;
}

.col-column-04 a {
  display: block;
  padding: 30px 0;
  border-bottom: 1px dotted #999;
}

.col-column-04 a:first-of-type {
  padding: 0 0 30px;
}

.col-column-04 a:last-of-type {
  border: none;
  padding: 30px 0 0;
}

@media screen and (min-width: 1024px) {
  .col-column-04 a {
    transition: all .3s ease-out;
  }
  .col-column-04 a:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}

.col-column-05 {
  padding: 30px 0 0;
  margin: 0 0 60px;
}

.col-column-05 h2 {
  font-size: 2.8em;
  color: #566b77;
  margin: 0 0 30px;
}

.col-column-05 .col-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.col-column-05 a {
  display: block;
  width: 45%;
  margin: 0 0 30px 0;
}

@media screen and (min-width: 1024px) {
  .col-column-05 a {
    width: 300px;
    transition: all .3s ease-out;
  }
  .col-column-05 a:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}

.col-column-05 dt {
  margin: 0 0 10px;
}

.col-column-05 dt img {
  width: 100%;
  height: auto;
}

.col-column-05 dd {
  font-size: 1.4em;
  line-height: 1.8;
}

.col-column-05 dd span {
  display: block;
  font-size: 1.2rem;
  line-height: 1.6;
}

.col-column-05 .pt03 a {
  margin: 60px auto 0;
}

.col-column-06.pt03 a {
  margin: 0 auto 60px;
}

.col-column-07 {
  margin: 0 0 60px;
}

.col-column-07 h2 {
  font-size: 2.8em;
  line-height: 1.4;
}

.col-column-07 p {
  font-size: 1.6em;
  line-height: 1.8;
  margin: 0 0 20px;
}

.col-column-08 {
  background-color: #354d5b;
  padding: 60px 0;
}

.col-column-08 .col-inner {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .col-column-08 .col-inner {
    width: 760px;
  }
}

.col-column-08 .title {
  font-size: 3.2em;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
}

.col-column-08 .title span {
  display: block;
}

.col-column-08 .title .t02 {
  font-size: 2rem;
}

.col-column-08 .m_maga {
  margin: 10px auto 0;
}

@media screen and (min-width: 768px) {
  .col-column-08 .m_maga {
    display: flex;
    width: 465px;
  }
}

.col-column-08 .m_maga input {
  font-size: 1.4rem;
  border: none;
}

.col-column-08 .m_maga input[type="text"] {
  padding: 11px;
  width: 90%;
  border-radius: 5px;
  margin: 0 0 10px;
}

@media screen and (min-width: 768px) {
  .col-column-08 .m_maga input[type="text"] {
    width: 375px;
    border-radius: 5px 0 0 5px;
    margin: 0;
  }
}

.col-column-08 .m_maga input[type="submit"] {
  -webkit-appearance: none;
  background-color: #ca0336;
  color: #fff;
  padding: 9px;
  font-weight: 700;
  width: 90px;
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  .col-column-08 .m_maga input[type="submit"] {
    border-radius: 0 5px 5px 0;
  }
}

.col-writer-01 {
  padding: 30px 0 0;
  margin: 0 0 60px;
}

.col-writer-01 .col-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.col-writer-01 a {
  display: block;
  width: 45%;
  margin: 0 0 30px 0;
}

@media screen and (min-width: 1024px) {
  .col-writer-01 a {
    width: 300px;
    transition: all .3s ease-out;
  }
  .col-writer-01 a:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}

.col-writer-01 dt {
  margin: 0 0 10px;
}

.col-writer-01 dt img {
  width: 100%;
  height: auto;
}

.col-writer-01 dd {
  font-size: 1.4em;
  line-height: 1.8;
}

.col-writer-01 dd span {
  display: block;
  font-size: 1.2rem;
  line-height: 1.6;
}

.col-writer-02 {
  margin: 0 0 60px;
}

.col-writer-02 .image {
  width: 100%;
  margin: 0 0 50px;
}

.col-writer-02 .image img {
  width: 100%;
  height: auto;
}

.col-writer-02 h2 {
  font-size: 3.6em;
  margin: 0 0 30px;
}

.col-writer-02 .title {
  font-size: 1.4em;
  line-height: 1.6;
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #ccc;
}

.col-writer-02 p {
  font-size: 1.6em;
  line-height: 1.8;
  margin: 0 0 20px;
}

.col-case-01 {
  display: flex;
  flex-wrap: wrap;
}

.col-case-01 a {
  display: block;
  width: calc(96% / 2);
  margin: 0 1% 30px;
}

@media screen and (min-width: 768px) {
  .col-case-01 a {
    width: calc(94% / 3);
  }
}

@media screen and (min-width: 1024px) {
  .col-case-01 a {
    width: 220px;
    margin: 0 70px 50px 0;
    transition: all .3s ease-out;
  }
  .col-case-01 a:hover {
    text-decoration: none;
    opacity: 0.6;
  }
  .col-case-01 a:nth-of-type(3n) {
    margin: 0 0 50px;
  }
}

.col-case-01 dt {
  margin: 0 0 10px;
  position: relative;
  border: 1px solid #DCE2E5;
}

.col-case-01 dt img {
  width: 100%;
  height: auto;
}

.col-case-01 dt::before {
  content: url(../img/img-col-common03-01.png);
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.col-case-01 dd {
  font-size: 1.4em;
  line-height: 1.8;
}

.col-case-02 {
  background-color: rgba(53, 77, 91, 0.05);
}

.col-case-02 .col-inner {
  position: relative;
  margin: 0 auto;
  width: 90%;
  padding: 220px 0 50px;
  min-height: 200px;
}

@media screen and (min-width: 768px) {
  .col-case-02 .col-inner {
    padding: 30px 0 50px 250px;
  }
}

@media screen and (min-width: 1024px) {
  .col-case-02 .col-inner {
    width: 800px;
  }
}

.col-case-02 .thumb {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #dde2e5;
  width: 220px;
}

@media screen and (min-width: 768px) {
  .col-case-02 .thumb {
    left: 0;
    transform: translateX(0%);
  }
}

.col-case-02 .thumb img {
  width: 100%;
  height: auto;
}

.col-case-02 h2 {
  font-size: 2em;
  line-height: 1.4;
  margin: 0 0 20px;
}

.col-case-02 p {
  font-size: 1.2em;
  line-height: 1.6;
  margin: 0 0 20px;
}

.col-case-02 .cat-area {
  font-size: 1.2em;
}

.col-case-02 .cat-area li {
  display: inline-block;
  margin: 0 30px 10px 0;
}

.col-case-02 .cat-area a {
  color: #004ea2;
  text-decoration: underline;
}

.col-case-02 .cat-area a:hover {
  text-decoration: none;
}

.col-page01-01 {
  margin: 60px 0;
}

.col-page01-01 .col-inner {
  margin: 60px 0;
  padding: 0 0 30px;
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 768px) {
  .col-page01-01 .col-inner {
    display: flex;
  }
}

.col-page01-01 h2 {
  font-size: 2.4em;
  margin: 0 0 30px;
}

@media screen and (min-width: 768px) {
  .col-page01-01 h2 {
    width: 40%;
  }
}

@media screen and (min-width: 1024px) {
  .col-page01-01 h2 {
    width: 350px;
  }
}

@media screen and (min-width: 768px) {
  .col-page01-01 h2 {
    margin: 0;
  }
}

.col-page01-01 p {
  font-size: 1.4em;
  line-height: 1.8;
  margin: 0 0 50px;
}

.col-page01-01 a {
  text-decoration: underline;
}

.col-page01-01 a:hover {
  text-decoration: none;
}

.col-page01-01 li {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0 0 30px;
}

.col-page01-01 .service li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ca0336;
  content: "\f105";
  font-size: 1.4rem;
  margin: 0 5px 0 0;
}

.col-page01-01 .service .page-item-42::before {
  content: '';
  margin: 0;
}

.col-page01-01 .children {
  margin: 40px 0 60px 50px;
}

.col-page01-01 .children li {
  background-image: url(../img/list-style01.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 0 10px;
}

.col-page01-01 .children li::before {
  content: '';
}

.col-page01-01 .children .children {
  display: none;
}

.col-page01-01 .theme {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .col-page01-01 .theme {
    width: 60%;
  }
}

@media screen and (min-width: 1024px) {
  .col-page01-01 .theme {
    width: 450px;
  }
}

.col-page01-01 .theme li {
  width: 48%;
  margin: 0 0 20px 0;
}

.col-seminar-01 table {
  font-size: 1.4em;
  line-height: 1.6;
  width: 100%;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  margin: 0 0 50px;
}

.col-seminar-01 table th {
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  padding: 20px;
  text-align: left;
  background: #F3F3F3;
  vertical-align: top;
}

.col-seminar-01 table td {
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  padding: 20px;
}

.col-seminar-01 table p {
  font-size: 1em;
  margin: 0;
  line-height: 1.6;
}

.col-seminar-01 table a {
  text-decoration: underline;
}

.col-seminar-01 table a:hover {
  text-decoration: none;
}

.col-seminar-01 table ul {
  font-size: 1em;
  margin: 0 0 0 20px;
}

.col-seminar-01 .tt th {
  display: block;
}

@media screen and (min-width: 768px) {
  .col-seminar-01 .tt th {
    display: table-cell;
    width: 35%;
  }
}

.col-seminar-01 .tt td {
  display: block;
}

@media screen and (min-width: 768px) {
  .col-seminar-01 .tt td {
    display: table-cell;
  }
}

.col-seminar-01 .seminar-block-01 dt {
  margin: 0 0 20px;
  font-size: 1.6rem;
}

.col-seminar-01 .seminar-block-01 dd {
  display: inline-block;
  padding: 3px 10px;
  font-size: 1.1rem;
  color: #fff;
}

.col-seminar-01 .seminar-block-01 .end {
  background-color: #BBBBBB;
}

.col-seminar-01 .seminar-block-01 .jb {
  background-color: #1e71e5;
}

.col-seminar-01 .seminar-block-01 .ukt {
  background-color: #D70039;
}

.col-seminar-01 .seminar-block-02 {
  line-height: 1.6;
  margin: 0 0 20px;
}

.col-seminar-01 .seminar-block-02 dt {
  font-size: 1.6rem;
  margin: 0 0 5px;
  font-weight: 700;
}

.col-seminar-01 .seminar-block-02 dd {
  font-size: 1.3rem;
}

.col-seminar-01 .seminar-block-03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.col-seminar-01 .seminar-block-03 li {
  margin: 3px;
}

.col-seminar-01 .seminar-block-03 a {
  display: block;
  padding: 3px 10px;
  background-color: #EEEEEE;
  font-size: 1.1rem;
}

@media screen and (min-width: 1024px) {
  .col-seminar-01 .seminar-block-03 a {
    transition: all .3s ease-out;
  }
  .col-seminar-01 .seminar-block-03 a:hover {
    background-color: #e70012;
    text-decoration: none;
    color: #fff;
  }
}

.col-seminar-02 {
  padding: 50px 0;
  text-align: center;
}

.col-seminar-02 .fin {
  font-size: 2rem;
  padding: 12px 0;
  text-align: center;
  font-weight: 500;
  margin: 0 auto;
  background-color: #566b77;
  color: #fff;
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  .col-seminar-02 .fin {
    width: 300px;
  }
}

.col-seminar-02 .full {
  color: red;
  font-size: 1.6rem;
  margin: 20px 0 0;
}

.col-seminar-02 .jnb {
  font-size: 2rem;
  padding: 12px 0;
  text-align: center;
  font-weight: 500;
  margin: 0 auto;
  background-color: #566b77;
  color: #fff;
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  .col-seminar-02 .jnb {
    width: 300px;
  }
}

.col-news-01 h3 {
  font-size: 2em;
  line-height: 1.6;
  margin: 60px 0 15px;
}

.col-news-01 dl {
  font-size: 1.4em;
  line-height: 1.6;
}

.col-news-01 dt {
  font-weight: 700;
  margin: 0 0 10px;
}

@media screen and (min-width: 768px) {
  .col-news-01 dt {
    float: left;
    margin: 0;
  }
}

.col-news-01 dt .cat {
  font-size: 1.2rem;
  line-height: 1;
}

.col-news-01 dt .cat a {
  display: inline-block;
  text-align: center;
  width: 150px;
  cursor: pointer;
  color: #fff;
  margin: 0 20px 0 10px;
  border-radius: 5px;
  padding: 5px 15px;
  background-color: #004ea2;
  font-weight: normal;
}

.col-news-01 dt .cat a:hover {
  text-decoration: none;
}

.col-news-01 dd {
  border-bottom: 1px dotted #ccc;
  margin: 0 0 20px;
}

@media screen and (min-width: 768px) {
  .col-news-01 dd {
    padding: 0 0 10px 150px;
  }
}

.col-concept-01 h2 {
  color: #ca0336;
  line-height: 1.4;
  font-family: YuMincho,'Yu Mincho','MS Mincho',serif;
  font-weight: 600;
}

.col-concept-01 h3 {
  line-height: 1.4;
  text-align: center;
  font-family: YuMincho,'Yu Mincho','MS Mincho',serif;
  font-weight: 600;
}

.col-concept-01 p {
  font-size: 1.4em;
  line-height: 1.8;
  margin: 0 0 20px;
}

.col-concept-01 .col-inner-01 {
  background-color: #f5f6f7;
}

.col-concept-01 .col-inner-01 .col-inner01-01 {
  width: 90%;
  margin: 0 auto;
  padding: 80px 0 100px;
}

@media screen and (min-width: 1024px) {
  .col-concept-01 .col-inner-01 .col-inner01-01 {
    width: 800px;
  }
}

.col-concept-01 .col-inner-01 h2 {
  font-size: 3em;
  margin: 0 0 20px;
  text-align: center;
}

.col-concept-01 .col-inner-02 .col-inner02-01 {
  width: 90%;
  margin: 0 auto;
  padding: 80px 0;
}

@media screen and (min-width: 1024px) {
  .col-concept-01 .col-inner-02 .col-inner02-01 {
    width: 800px;
  }
}

.col-concept-01 .col-inner-02 h3 {
  margin: 80px 0 15px;
  font-size: 2.4em;
}

.col-concept-01 .col-inner-02 h3:first-of-type {
  margin: 0 0 15px;
}

.col-concept-01 .col-inner-03 {
  background-color: #f5f6f7;
}

.col-concept-01 .col-inner-03 .col-inner03-01 {
  width: 90%;
  margin: 0 auto;
  padding: 80px 0 100px;
}

@media screen and (min-width: 1024px) {
  .col-concept-01 .col-inner-03 .col-inner03-01 {
    width: 800px;
  }
}

.col-concept-01 .col-inner-03 h2 {
  font-size: 5em;
  text-align: center;
  margin: 0 0 30px;
}

.col-concept-01 .col-inner-03 h2 span {
  display: block;
  font-size: 3.2rem;
}

.col-concept-01 .col-inner-03 h3 {
  margin: 100px 0 30px;
  font-size: 2.8em;
}

.col-concept-01 .col-inner-03 .col-inner03-02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 50px 0 0;
}

.col-concept-01 .col-inner-03 .col-inner03-02 a {
  display: block;
  width: 45%;
  margin: 0 0 20px;
}

@media screen and (min-width: 768px) {
  .col-concept-01 .col-inner-03 .col-inner03-02 a {
    width: 30%;
  }
}

@media screen and (min-width: 1024px) {
  .col-concept-01 .col-inner-03 .col-inner03-02 a {
    width: 250px;
  }
}

.col-concept-01 .col-inner-03 .col-inner03-02 a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.col-concept-01 .col-inner-03 .col-inner03-02 a img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .col-support-01 .col-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}

.col-support-01 h2 {
  font-size: 2.8em;
  line-height: 1.4;
  text-align: center;
  margin: 60px 0 40px;
}

.col-support-01 h3 {
  font-size: 2em;
  line-height: 1.6;
  text-align: center;
  margin: 60px 0 40px;
}

.col-support-01 dl {
  border: 1px solid #ddd;
  margin: 0 0 40px;
}

@media screen and (min-width: 768px) {
  .col-support-01 dl {
    width: 45%;
  }
}

@media screen and (min-width: 1024px) {
  .col-support-01 dl {
    width: 360px;
  }
}

.col-support-01 dt {
  background-color: #004ea2;
  color: #fff;
  font-size: 1.6em;
  line-height: 1.4;
  padding: 10px;
}

.col-support-01 dt a {
  color: #fff;
}

.col-support-01 dd {
  font-size: 1.4em;
  line-height: 1.8;
  padding: 10px;
}

.col-support-01 dd:first-of-type {
  min-height: 120px;
}

.col-support-01 .more {
  text-align: right;
}

.col-support-01 .more a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 15px;
  text-decoration: underline;
}

.col-support-01 .more a:hover {
  text-decoration: none;
}

.col-support-01 .more a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ca0336;
  content: "\f105";
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.col-support-01 li {
  margin: 0 0 30px;
}

.col-support-01 li img {
  width: 100%;
  height: auto;
}

.col-support-02 {
  border: 2px solid #eee;
  padding: 50px;
  margin: 0 0 50px;
}

.col-support-02 h2 {
  font-size: 1.6em;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 30px;
}

.col-support-02 p {
  font-size: 1.4em;
  line-height: 1.8;
  margin: 0 0 20px;
  text-align: center;
}

.col-support-02 dl {
  text-align: center;
  margin: 0 auto;
  width: 260px;
}

.col-support-02 dt {
  font-size: 1.6em;
  margin: 0 0 15px;
  font-weight: 700;
}

.col-support-02 dd {
  font-size: 1.4em;
}

.col-support-02 dd:first-of-type {
  font-size: 3rem;
  color: #ca0336;
  font-weight: 700;
  margin: 0 0 15px;
  background-image: url(../img/bg_tel.png);
  position: 0 50%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  padding: 0 0 0 30px;
}

.col-support-02 ul {
  font-size: 1.4em;
  line-height: 1.4;
  margin: 0 0 30px 15px;
}

@media screen and (min-width: 768px) {
  .col-support-02 ul {
    margin: 0 0 50px 40px;
  }
}

.col-support-02 ul li {
  margin: 15px 0;
  position: relative;
  padding: 0 0 0 20px;
}

.col-support-02 ul li::after {
  position: absolute;
  top: -3px;
  left: 0;
  content: url(../img/list-style01.png);
}

.col-support-02 .m_maga {
  text-align: center;
  margin: 10px auto 50px;
}

@media screen and (min-width: 768px) {
  .col-support-02 .m_maga {
    display: flex;
    width: 465px;
  }
}

.col-support-02 .m_maga input {
  font-size: 1.4rem;
  border: none;
}

.col-support-02 .m_maga input[type="text"] {
  padding: 11px;
  width: 100%;
  border: 1px solid #CCC;
  border-radius: 5px;
  margin: 0 0 30px;
}

@media screen and (min-width: 768px) {
  .col-support-02 .m_maga input[type="text"] {
    width: 375px;
    border-radius: 5px 0 0 5px;
    margin: 0;
  }
}

.col-support-02 .m_maga input[type="submit"] {
  -webkit-appearance: none;
  background-color: #ca0336;
  color: #fff;
  padding: 9px;
  font-weight: 700;
  width: 50%;
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  .col-support-02 .m_maga input[type="submit"] {
    width: 90px;
    border-radius: 0 5px 5px 0;
  }
}

.col-support-03 {
  margin: 0 0 60px;
}

.col-support-03 h2 {
  font-size: 2.8em;
  line-height: 1.6;
  padding: 0 0 15px;
  margin: 60px 0 25px;
  position: relative;
}

.col-support-03 h2:first-child {
  margin: 0 0 25px;
}

.col-support-03 h2::before {
  display: block;
  content: "";
  width: 100px;
  height: 3px;
  background-color: #ca0336;
  position: absolute;
  bottom: 0;
  left: 0;
}

.col-support-03 h3 {
  font-size: 2em;
  line-height: 1.6;
  margin: 60px 0 15px;
}

.col-support-03 p {
  font-size: 1.4em;
  line-height: 1.8;
  margin: 0 0 20px;
}

.col-support-03 .col-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px auto 0;
}

@media screen and (min-width: 768px) {
  .col-support-03 .col-inner {
    justify-content: flex-start;
    width: 700px;
  }
}

.col-support-03 a {
  display: block;
  width: 45%;
  margin: 0 0 30px 0;
}

@media screen and (min-width: 768px) {
  .col-support-03 a {
    width: 30%;
    margin: 0 5% 30px 0;
  }
  .col-support-03 a:nth-of-type(3n) {
    margin: 0 0 30px 0;
  }
}

@media screen and (min-width: 1024px) {
  .col-support-03 a {
    width: 200px;
    margin: 0 30px 30px 0;
    transition: all .3s ease-out;
  }
  .col-support-03 a:hover {
    opacity: 0.6;
    text-decoration: none;
  }
  .col-support-03 a:nth-of-type(3n) {
    margin: 0 0 30px 0;
  }
}

.col-support-03 dt {
  margin: 0 0 10px;
}

.col-support-03 dt img {
  width: 100%;
  height: auto;
}

.col-support-03 dd {
  font-size: 1.4em;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  #form-03 .w10 {
    width: 10%;
  }
  #form-03 .w20 {
    width: 20%;
  }
  #form-03 .w70 {
    width: 70%;
  }
}

#form-03 .submit-area {
  width: 200px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #form-03 .submit-area {
    width: 420px;
    display: flex;
    justify-content: space-between;
  }
}

#form-03 input {
  font-size: 1.4rem;
  border: none;
}

#form-03 input[type="submit"] {
  -webkit-appearance: none;
  background-color: #ca0336;
  color: #fff;
  padding: 9px;
  font-weight: 700;
  width: 200px;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 0 20px;
}

@media screen and (min-width: 768px) {
  #form-03 input[type="submit"] {
    border-radius: 5px;
    margin: 0;
  }
}

#form-03 input[type="reset"] {
  -webkit-appearance: none;
  background-color: #ccc;
  padding: 9px;
  font-weight: 700;
  width: 200px;
  border-radius: 5px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  #form-03 input[type="reset"] {
    border-radius: 5px;
  }
}

#form-03 label {
  cursor: pointer;
  font-weight: normal;
  display: block;
  position: relative;
  padding: 5px 0;
}

#form-03 input[type="radio"] {
  position: absolute;
  top: 7px;
  left: 0;
}

#form-03 .field-text {
  padding: 0 0 0 20px;
}

/* wp-pagenavi */
.wp-pagenavi {
  clear: both;
  font-size: 1.4em;
  text-align: center;
  padding: 40px 0 60px;
}

.wp-pagenavi a {
  padding: 3px 8px;
  margin: 0 3px;
  border-radius: 5px;
  background: #ca0336;
  color: #FFF;
}

.wp-pagenavi a:hover {
  text-decoration: none;
  color: #222;
  background: none;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  color: #ca0336;
  background: none;
}

.wp-pagenavi span {
  padding: 3px 8px;
  margin: 0 3px;
}
