@charset "UTF-8";
/****************************************
		General Setting 
*****************************************/
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
}

body {
  font-family: "游ゴシック" , "Yu Gothic" , Helvetica ,  sans-serif;
  font-size: 15px;
  line-height: 1.7;
  word-break: break-strict;
  text-rendering: optimizeLegibility;
  color: #000;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #8F82BC;
  text-decoration: none;
}

a:hover {
  color: #793f78;
  text-decoration: underline;
}

a img:hover {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

.thumbimg:hover {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

.clear {
  clear: both;
  line-height: 0;
}

.clearfix {
  display: block;
  zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0px;
}

body {
  min-width: 1024px;
  _display: inline;
  _zoom: 1;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

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

.minc {
  font-family: "Times New Roman", 游明朝体, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝B, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.ar {
	text-align: right;
}

.font11em {
	font-size: 1.1em;
}

/****************************************
		Base Setting 
*****************************************/
.wrap {
  width: 980px;
  margin: 0 auto;
  position: relative;
}

.btn, .btn_next {
  border: none;
  cursor: pointer;
  background-color: #8F82BC;
  display: inline-block;
  color: #FFF;
  line-height: 1.4;
  transition: all 200ms 0s ease;
  padding: 10px 40px;
  background-image: url(../img/common/btn_arrw_02.png);
  background-size: 4px 8px;
  background-position: right 10px center;
  background-repeat: no-repeat;
}

.btn.btn_back, .btn_next.btn_back {
  background-image: url(../img/common/btn_arrw_03.png);
  background-position: left 10px center;
}

.btn.btn_c2, .btn_next.btn_c2 {
  background-color: #8F82BC;
}

.btn:hover, .btn_next:hover {
  color: #FFF;
  text-decoration: none;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

.box {
  float: left;
  display: block;
}

.sec {
  padding-bottom: 70px;
}

.lbtns {
  text-align: center;
  padding: 30px 0 0;
}

.lbtn {
  width: 190px;
  padding: 20px 30px;
  background: #f2f1f4;
  display: inline-block;
  line-height: 1.2;
  text-align: left;
  transition: all 200ms 0s ease;
  margin: 0 45px;
  background-image: url(../img/common/btn_arrw_01.png);
  background-size: 12px;
  background-position: right 9px bottom 8px;
  background-repeat: no-repeat;
}

.lbtn h3 {
  color: #000;
  font-size: 134%;
}

.lbtn p {
  font-weight: 700;
  font-size: 87%;
}

.lbtn:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.header_logoarea {
  text-align: center;
  padding: 20px 0;
}

.header_logo {
  display: inline-block;
}

.header_contact {
  display: block;
  width: 128px;
  background: #82bc9c;
  color: #FFF;
  padding: 25px 0 10px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 200ms 0s ease;
}

.header_contact p {
  padding: 5px 0 10px;
}

.header_contact i {
  font-size: 30px;
}

.header_contact:hover {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
  text-decoration: none;
  color: #FFF;
}

.gnav {
  text-align: center;
  background: #8F82BC;
  display: block;
  font-size: 107%;
  line-height: 1.2;
}

.gnav ul {
  background: #FFF;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.gnav ul li {
  display: block;
  float: left;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.gnav ul li a {
  display: block;
  height: 75px;
  width: 161px;
  position: relative;
  color: #fff;
  background: #8F82BC;
  transition: all 200ms 0s ease;
}

.gnav ul li a span {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.gnav ul li a i {
  display: none;
}

.gnav ul li a:hover, .gnav ul li a.active {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

.gnav ul li:nth-child(1) {
  display: none;
}

.gnav ul li:nth-child(2) {
  border-left: 1px solid #b96eb8;
}

.news_lists {
  border-top: 1px solid #a0a0a0;
  margin-top: 20px;
}

.news_list {
  display: block;
  border-bottom: 1px solid #a0a0a0;
  transition: all 200ms 0s ease;
}

.news_list dl dt, .news_list dl dd {
  padding: 0 1%;
}

.news_list dl dt {
  color: #000;
  padding: 15px 15px 5px;
}
.news_list dl dd {
  padding: 0 15px 15px;
}

.news_list:hover dl dd {
  text-decoration: underline;
}

.btn_gotop {
  position: fixed;
  bottom: 2vw;
  right: 2vw;
  z-index: 99;
}

.footer {
  color: #FFF;
  background-image: url(../img/common/footer_bg.jpg);
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  padding: 55px 0 0;
  background-color: #8F82BC;
  margin-top: 50px;
}

.footer_inner {
  background: #8F82BC;
  padding-top: 46px;
}

.footer_inner .boxs .box {
  width: 50%;
}

.footer_inner .boxs .box:nth-child(1) p {
  margin-top: 20px;
  display: block;
}

.fnav ul {
  float: left;
}

.fnav ul li {
  margin-bottom: 5px;
}

.fnav ul li a {
  color: #FFF;
  transition: all 200ms 0s ease;
}

.fnav ul li a:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.fnav ul:nth-child(1) {
  width: 65%;
}

.fnav ul:nth-child(2) {
  width: 35%;
}

.footer_copy {
  text-align: center;
  padding: 30px 0;
}

/****************************************
		TOP Setting 
*****************************************/
.sec_topslide {
  background-image: url(../img/top/topslide_bg_01.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 20px 0 50px;
  position: relative;
  margin-bottom: 60px;
}

.sec_topslide .slick-dots {
  bottom: -32px;
  text-align: center;
}

.sec_topslide .slick-dots li {
  display: inline-block;
  width: auto;
  height: auto;
}

.sec_topslide .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #898989;
}

.sec_topslide .slick-dots li button:before {
  display: none;
}

.sec_topslide .slick-dots li.slick-active button {
  background-color: #793f78;
}

.sec_topslide .slick-slide {
  height: auto;
}

.topslides {
  position: relative;
}

.topslide_inner {
  padding: 10px;
  background: #FFF;
}

.topslide_bg {
  height: 420px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.topslide_clm {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: right;
}

.topslide_clm h2 {
  color: #FFF;
  text-shadow: 0px 0px 4px #4b4b4b;
  font-size: 240%;
  line-height: 1.3;
}

.topslide_clm h2 span {
  display: block;
  font-size: 66%;
  padding-bottom: 10px;
}

.topslide_01 .topslide_bg {
  background-image: url(../img/top/topslide_img_01.jpg);
}

.topslide_02 .topslide_bg {
  background-image: url(../img/top/topslide_img_02.jpg);
}

.topslide_03 .topslide_bg {
  background-image: url(../img/top/topslide_img_03.jpg);
}

.top_tit {
  position: relative;
  text-align: center;
  color: #8F82BC;
  padding: 5px 0;
}

.top_tit h2 {
  font-size: 214%;
  line-height: 1.4;
}

.top_clm {
  text-align: center;
  padding: 20px 0;
}

.sec_top {
  padding-bottom: 110px;
}

.sec_top_01 .boxs {
  padding: 20px;
}

.sec_top_01 .boxs .box {
  text-align: center;
  width: 260px;
  margin-right: 80px;
}

.sec_top_01 .boxs .box .box_img {
  margin: 0 auto 20px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.sec_top_01 .boxs .box .box_clm h3 {
  font-size: 147%;
  line-height: 1.3;
}

.sec_top_01 .boxs .box .box_clm span {
  margin: 10px auto 15px;
  display: block;
  width: 90px;
  height: 2px;
  background: #754574;
}

.sec_top_01 .boxs .box .box_clm p {
  text-align: left;
}

.sec_top_01 .boxs .box:nth-child(1) .box_img {
  width: 83px;
  height: 89px;
  background-image: url(../img/top/top_01_ico_01.jpg);
}

.sec_top_01 .boxs .box:nth-child(2) .box_img {
  width: 96px;
  height: 90px;
  background-image: url(../img/top/top_01_ico_02.jpg);
}

.sec_top_01 .boxs .box:nth-child(3) {
  margin-right: 0;
}

.sec_top_01 .boxs .box:nth-child(3) .box_img {
  width: 95px;
  height: 81px;
  background-image: url(../img/top/top_01_ico_03.jpg);
}

.sec_top_02 .boxs .box {
  background: #f2f1f4;
  transition: all 200ms 0s ease;
  width: 470px;
  margin: 30px 40px 0 0;
  background-image: url(../img/common/btn_arrw_01.png);
  background-size: 12px;
  background-position: right 9px bottom 8px;
  background-repeat: no-repeat;
  padding-bottom: 20px;
}

.sec_top_02 .boxs .box .box_inner {
  padding: 15px;
}

.sec_top_02 .boxs .box .box_inner .box_img {
  height: 170px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.sec_top_02 .boxs .box .box_inner .box_clm h3 {
  font-size: 147%;
  display: block;
  padding: 15px 0 10px;
  text-align: center;
}

.sec_top_02 .boxs .box .box_inner .box_clm p {
  color: #000;
}

.sec_top_02 .boxs .box:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.sec_top_02 .boxs:nth-child(2) .box:nth-child(1) .box_img {
  background-image: url(../img/top/top_02_img_01.jpg);
}

.sec_top_02 .boxs:nth-child(2) .box:nth-child(2) {
  margin-right: 0;
}

.sec_top_02 .boxs:nth-child(2) .box:nth-child(2) .box_img {
  background-image: url(../img/top/top_02_img_02.jpg);
}

.sec_top_02 .boxs:nth-child(3) .box {
  width: 300px;
}

.sec_top_02 .boxs:nth-child(3) .box:nth-child(1) .box_img {
  background-image: url(../img/top/top_02_img_03.jpg);
}

.sec_top_02 .boxs:nth-child(3) .box:nth-child(2) .box_img {
  background-image: url(../img/top/top_02_img_04.jpg);
}

.sec_top_02 .boxs:nth-child(3) .box:nth-child(3) {
  margin-right: 0;
}

.sec_top_02 .boxs:nth-child(3) .box:nth-child(3) .box_img {
  background-image: url(../img/top/top_02_img_05.jpg);
}

.sec_top_news,
.sec_top_fb {
  width: 47%;
}

.sec_top_news {
  float: left;
}
.sec_top_fb {
  float: right;
}


.sec_top_news .top_tit {
  text-align: left;
}

.sec_top_news .top_tit h2 {
  font-size: 200%;
}
/*
.sec_top_news .top_tit .btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
}*/
.top_news_more {
  text-align: right;
  padding: 20px 0 0;
}


/****************************************
		Page Setting 
*****************************************/
.sec_page_btit {
  background-image: url(../img/common/page_btit_bg_01.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 1.4;
  padding: 43px 0;
  margin: 0 0 30px 0;
}

.sec_page_btit h2 {
  font-size: 200%;
}

.sec_page_btit h2 br {
  display: none;
}

.sec_page_btit span {
  color: #793f78;
  font-weight: 700;
  font-size: 107%;
}

.sec_page_subnav {
  position: relative;
  z-index: 9;
  line-height: 1.4;
  text-align: right;
  margin: 0 0 30px 0;
}

.sec_page_subnav ul li {
  display: inline-block;
  border-right: 1px solid #e5e5e5;
  padding: 0 10px;
}

.sec_page_subnav ul li a {
  display: block;
  color: #000;
}

.sec_page_subnav ul li a i {
  padding-left: 10px;
  font-size: 80%;
  position: relative;
  top: -2px;
  color: #8f82bc;
}

.sec_page p {
  padding-bottom: 20px;
  font-size: 107%;
}

.page_ltit {
  line-height: 1.4;
  padding-bottom: 30px;
}

.page_ltit h2 {
  color: #8F82BC;
  font-size: 188%;
}

.page_ltit_line {
  background: #e5e5e5;
  margin: 10px 0 0;
}

.page_ltit_line span {
  display: block;
  width: 200px;
  height: 2px;
  background: #8F82BC;
}

.page_tbl table {
  width: 100%;
  border-top: 1px solid #a0a0a0;
}

.page_tbl table tr th, .page_tbl table tr td {
  text-align: left;
  font-size: 107%;
  border-bottom: 1px solid #a0a0a0;
  vertical-align: top;
}

.page_tbl table tr th {
  padding: 23px 16px;
  background: #e3e4ea;
  width: 25%;
}

.page_tbl table tr td {
  padding: 23px;
}

.page_tbl table tbody tr th, .page_tbl table tbody tr td {
  font-weight: 400;
}

.page_btn {
  padding-bottom: 10px;
}

.page_glist {
  background: #EEE;
  padding: 20px;
  line-height: 1.4;
}

.page_glist li {
  margin-bottom: 10px;
  color: #8F82BC;
  font-weight: 700;
  font-size: 114%;
}

.page_glist li span {
  color: #000;
  font-size: 93%;
  font-weight: 400;
}

.page_glist li:last-child {
  margin-bottom: 0;
}

.page_glist ol {
  padding-left: 20px;
}

.page_glist ol li {
  list-style: decimal;
}

.page_glist ul {
  padding-left: 20px;
}

.page_glist ul li {
  list-style: square;
}

.page_stit {
  border-left: 7px solid #8F82BC;
  line-height: 1.4;
  padding: 2px 10px 0;
  margin: 15px 0;
}

.page_stit h3 {
  font-size: 147%;
}

.page_stit h3 .sm_txt {
  font-size: 1rem;
  font-weight: normal;
}

.page_stit h3 a {
  color: #000;
}

.page_ntit h3 {
  font-size: 120%;
  color: #793f78;
  padding-bottom: 10px;
  line-height: 1.4;
}

/****************************************
		outline Setting 
*****************************************/
.outline_img {
  display: block;
  text-align: center;
  float: left;
  padding: 0 40px 50px 0;
}

.outline_img h3 {
  margin-top: 10px;
  display: block;
  font-size: 107%;
}

.sec_outline_02 .boxs {
  margin: 40px 0 0;
  display: flex;
}

.sec_outline_02 .boxs .box {
  flex-wrap: wrap;
  width: 50%;
}

.sec_outline_02 .boxs .box:first-child {
  margin-right: 4%;
}

.googlemaps {
    width: 100%;
    position: relative;
    padding-bottom: 65%;
    overflow: hidden;
    margin-bottom: 10px;
}
.googlemaps iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important;
}


/****************************************
		about Setting 
*****************************************/
.sec_about_01 .boxs .box:nth-child(1) {
  width: 315px;
}

.sec_about_01 .boxs .box:nth-child(2) {
  width: 630px;
  float: right;
}

.sec_about_05 .boxs:nth-child(3) {
  margin-bottom: 30px;
}

.sec_about_05 .boxs:nth-child(3) .box:nth-child(1) {
  width: 300px;
  float: right;
}

.sec_about_05 .boxs:nth-child(3) .box:nth-child(2) {
  width: 640px;
  float: left;
}

.sec_about_05 .boxs:nth-child(4) .box:nth-child(1) {
  width: 300px;
  float: left;
}

.sec_about_05 .boxs:nth-child(4) .box:nth-child(2) {
  width: 640px;
  float: right;
}

/****************************************
		about Setting 
*****************************************/
.faq_clm {
  border-bottom: 1px solid #a0a0a0;
  padding: 20px 0 20px;
  margin-bottom: 10px;
}

.faq_clm dl strong {
  font-size: 160%;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}

.faq_clm dl dt, .faq_clm dl dd {
  position: relative;
}

.faq_clm dl dt .faq_clm_inner, .faq_clm dl dd .faq_clm_inner {
  padding: 5px 0 10px 33px;
}

.faq_clm dl dt .faq_clm_inner {
  font-size: 134%;
  font-weight: 700;
  line-height: 1.4;
}

.faq_clm dl dt strong {
  color: #8F82BC;
}

.faq_clm dl dd .faq_clm_inner {
  font-size: 107%;
}

.faq_clm dl dd strong {
  color: #303691;
}

.faq_clm dl dd.pd0 p {
  padding-bottom: 0;
}

/****************************************
		flow,forte Setting 
*****************************************/
.flow_clm dl {
  margin: 5px 0 20px;
}

.flow_clm dl dt {
  font-size: 147%;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 20px;
}

.flow_clm dl dt strong {
  font-size: 113%;
  display: inline-block;
  background: #8F82BC;
  color: #FFF;
  text-align: center;
  padding: 0 12px;
  margin-right: 10px;
}

.flow_clm dl dd .boxs {
  padding-bottom: 20px;
}

.flow_clm dl dd .boxs .box:nth-child(1) {
  width: 300px;
}

.flow_clm dl dd .boxs .box:nth-child(2) {
  width: 640px;
  float: right;
}

.flow_imgs {
  text-align: center;
  padding: 0 0 40px;
}

.flow_imgs img {
  width: 96%;
}

.sec_forte_01 .flow_clm dl dd .boxs {
  margin-bottom: 10px;
}

.sec_forte_01 .flow_clm dl dd .boxs .box:nth-child(1) {
  width: 153px;
  text-align: center;
}

.sec_forte_01 .flow_clm dl dd .boxs .box:nth-child(2) {
  width: 820px;
  float: right;
}

.sec_forte_02 .boxs {
  margin-bottom: 40px;
}

.sec_forte_02 .boxs .box:nth-child(1) {
  width: 315px;
}

.sec_forte_02 .boxs .box:nth-child(2) {
  width: 640px;
  float: right;
}

.sec_forte_03 .boxs {
  margin-bottom: 40px;
}

.sec_forte_03 .boxs:last-child {
  margin-bottom: 0;
}

/****************************************
		report Setting 
*****************************************/
.sec_report {
  padding-bottom: 40px;
}

.sec_report .boxs {
  padding-bottom: 10px;
}

.sec_report .boxs .box {
  width: 300px;
  margin: 0 40px 25px 0;
}

.sec_report .boxs .box:nth-child(3n) {
  margin-right: 0;
}

.sec_report.sec_report_02 .boxs:nth-child(4) .box {
  width: 50%;
  margin-right: 0;
}

/****************************************
		sitemap Setting 
*****************************************/
.sec_sitemap {
  padding-top: 40px;
}

.sec_sitemap .boxs {
  padding-bottom: 20px;
}

.sitemap_nav {
  line-height: 1.4;
}

.sitemap_nav ul li {
  display: inline-block;
  border-right: 1px solid #e5e5e5;
  padding: 0 20px;
}

.sitemap_nav ul li a {
  display: block;
  color: #000;
}

.sitemap_nav ul li a i {
  padding-left: 10px;
  font-size: 80%;
  position: relative;
  top: -2px;
  color: #793f78;
}

/****************************************
		contact Setting 
*****************************************/
.sec_contact_01 {
  padding-top: 40px;
}

.sec_contact_01 .page_clm a {
  color: #000;
  font-size: 174%;
  pointer-events: none;
  font-weight: 700;
}

.sec_contact_01 .page_clm a:hover {
  text-decoration: none;
  cursor: pointer;
}

.sec_contact_03 .page_glist p {
  padding-bottom: 10px;
}

.sec_contact_03 .page_glist .page_ntit {
  margin-top: 20px;
}

.btn_contact {
  text-align: center;
  padding: 10px 0 40px;
}

.btn_next {
  padding: 20px 80px;
}

.sec_contact input:not([type=radio]) {
  width: 50%;
  padding: 10px;
}

.sec_contact input:not([type=radio])[name=adress] {
  width: 80%;
}

.sec_contact label {
  margin-right: 10px;
}

.sec_contact textarea {
  width: 80%;
  padding: 10px;
}

.sec_contact span.required {
  color: #fff;
  background: #DA0023;
  font-size: 80%;
  padding: 2px 5px;
  margin-left: 10px;
}

.err_messege {
  color: red;
  font-weight: 700;
}

/****************************************
		archive Setting 
*****************************************/
.sec_archive .news_lists, .sec_catnav .news_lists {
  border-top: none;
}

.sec_archive .news_lists .news_list dl, .sec_catnav .news_lists .news_list dl {
  padding: 20px 0;
}

.sec_archive .news_lists .news_list dl dt, .sec_archive .news_lists .news_list dl dd, .sec_catnav .news_lists .news_list dl dt, .sec_catnav .news_lists .news_list dl dd {
  float: none;
  padding: 2px 10px;
}

.sec_archive {
  padding-top: 40px;
}

.sec_catnav .boxs .box {
  width: 48%;
}

.sec_catnav .boxs .box:nth-child(2) {
  float: right;
}

.cat_lists ul li a {
  display: block;
  border-bottom: 1px solid #a0a0a0;
  padding: 20px 10px;
}

.csr_lists .boxs {
  border-bottom: 1px solid #a0a0a0;
  padding: 30px 0;
}

.csr_lists .boxs .box:nth-child(1) {
  width: 300px;
}

.csr_lists .boxs .box:nth-child(2) {
  width: 640px;
  float: right;
}

/****************************************
		pagenavi Setting 
*****************************************/
.pagenavi_inner {
  padding: 30px 0 0;
}

.pagenavi_inner .wp-pagenavi a, .pagenavi_inner .wp-pagenavi span {
  padding: 7px 12px;
  border: 1px solid #454875;
  color: #000;
  font-weight: 700;
  font-size: 107%;
  margin-right: 10px;
}

.pagenavi_inner .wp-pagenavi a:hover {
  background: #c2c4db;
  text-decoration: none;
}

.pagenavi_inner .wp-pagenavi span.current {
  background: #c2c4db;
}

/****************************************
		single Setting 
*****************************************/
.sec_single {
  padding-top: 40px;
}

.sec_single .page_ltit {
  padding-bottom: 10px;
}

.single_date {
  text-align: right;
  padding-bottom: 20px;
}

.single_clm h3 {
  border-left: 7px solid #793f78;
  line-height: 1.4;
  padding: 2px 10px 0;
  margin: 15px 0;
  font-size: 147%;
}

.single_clm h3 a {
  color: #000;
}

.single_clm h4 {
  padding-bottom: 10px;
}

.single_clm li {
  font-size: 106%;
}

.single_clm li span {
  color: #000;
  font-size: 93%;
  font-weight: 400;
}

.single_clm li:last-child {
  margin-bottom: 0;
}

.single_clm ol {
  padding-left: 20px;
}

.single_clm ol li {
  list-style: decimal;
}

.single_clm ul {
  padding-left: 20px;
}

.single_clm ul li {
  list-style: square;
}

.single_btn {
  padding: 60px 0 0;
}

.single_btn .btn {
  padding: 10px 100px;
}

/****************************************
		Mobile Setting 
*****************************************/
.sp_only {
  display: none;
}

.btn_sp_nav {
  display: none;
}

@media (max-width: 767px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  body {
    min-width: 0;
    font-size: 14px;
  }
  /****************************************
			Base Setting 
	*****************************************/
  .wrap {
    width: inherit;
    padding: 0 2%;
  }
  .btn {
    line-height: 1.4;
    padding: 10px 40px;
    background-size: 4px 8px;
    background-position: right 10px center;
    background-repeat: no-repeat;
  }
  .box {
    float: none;
  }
  .sec {
    padding-bottom: 40px;
  }
  .lbtns {
    padding: 20px 0 0;
  }
  .lbtn {
    width: 37%;
    padding: 20px 5%;
    display: block;
    float: left;
    margin: 0 5% 10px 0;
    background-size: 9px;
  }
  .lbtn h3 {
    font-size: 115%;
  }
  .lbtn p {
    font-size: 50%;
  }
  .lbtn:nth-child(2n) {
    margin-right: 0;
  }
  .target_line {
    margin-top: -63px;
    padding-top: 63px;
  }
  .header {
    background-color: #8d7fb8;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
  .header .wrap {
    padding: 0;
  }
  .header.on {
    position: relative;
  }
  .header_logoarea {
    padding: 12px 0 9px;
  }
  .header_logo {
    display: inline-block;
  }
  .header_logo img {
    width: 200px;
  }
  .header_contact {
    width: auto;
    background: transparent;
    position: absolute;
    top: 0;
    right: 4%;
    padding: 11px 0 12px;
  }
  .header_contact p {
    display: none;
  }
  .header_contact i {
    font-size: 25px;
  }
  .btn_sp_nav {
    color: #FFF;
    display: block;
    position: absolute;
    top: 0;
    left: 4%;
    padding: 13px 0 10px;
  }
  .btn_sp_nav i {
    font-size: 25px;
    transition: all 200ms 0s ease;
  }
  .btn_sp_nav.on i:before {
    content: "\f00d";
  }
  .gnav {
    display: none;
    position: relative;
    top: inherit;
    right: inherit;
    padding-top: 0;
    background: #FFF;
  }
  .gnav .wrap {
    padding: 0;
  }
  .gnav a {
    background: #FFF;
  }
  .gnav ul {
    border-left: none;
    border-right: none;
    padding: 0;
  }
  .gnav ul li {
    display: block;
    float: none;
    width: 100%;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #fff;
    border-right: none;
    margin: 0;
    text-align: left;
    padding: 0;
  }
  .gnav ul li:nth-child(1) {
    display: block;
  }
  .gnav ul li:nth-child(2) {
    border-left: none;
  }
  .gnav ul li a {
    width: auto;
    height: auto;
    padding: 8% 0 8% 6%;
    border-bottom: 1px solid #fff;
  }
  .gnav ul li a i {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
    color: #FFF;
    font-size: 20px;
  }
  .gnav ul li a span {
    width: auto;
    position: relative;
    top: inherit;
    left: inherit;
    transform: translateY(0%) translateX(0%);
    -webkit-transform: translateY(0%) translateX(0%);
  }
  .gnav ul li a span br {
    display: none;
  }
  .news_lists {
    margin-top: 10px;
  }
  .news_list dl {
    padding: 12px 0;
  }
  .news_list dl dt, .news_list dl dd {
    padding: 0 1.5%;
  }
  .btn_gotop {
    position: fixed;
    bottom: 2vw;
    right: 2vw;
    z-index: 99;
    width: 35px;
  }
  .footer {
    background-image: url(../img/common/sp_footer_bg.jpg);
    padding: 45px 0 0;
    margin-top: 30px;
  }
  .footer .wrap {
    padding: 0;
  }
  .footer_inner {
    padding-top: 30px;
  }
  .footer_inner .boxs .box {
    width: auto;
  }
  .footer_inner .boxs .box:nth-child(1) img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .footer_inner .boxs .box:nth-child(1) p {
    width: 76%;
    margin: 30px auto;
    font-size: 90%;
    white-space: nowrap;
  }
  .fnav {
    border-top: 1px solid #b96eb8;
    border-bottom: 1px solid #b96eb8;
  }
  .fnav ul {
    float: none;
    font-size: 90%;
  }
  .fnav ul li {
    margin-bottom: 0;
    width: 50%;
    float: left;
    display: block;
    border-bottom: 1px solid #b96eb8;
  }
  .fnav ul li a {
    display: block;
    padding: 15px 4%;
    border-right: 1px solid #b96eb8;
  }
  .fnav ul li:nth-child(2n) a {
    border-right: 0;
  }
  .fnav ul:nth-child(1) {
    width: 100%;
  }
  .fnav ul:nth-child(2) {
    width: 100%;
  }
  .fnav ul:nth-child(2) li:last-child {
    border-bottom: none;
  }
  .footer_copy {
    text-align: center;
    padding: 30px 0 10px;
    font-size: 80%;
    line-height: 1.4;
  }
  /****************************************
			TOP Setting 
	*****************************************/
  .sec_topslide {
    padding: 20px 0 40px;
    margin: 47px 0 30px;
  }
  .sec_topslide .wrap {
    padding: 0;
  }
  .sec_topslide .slick-dots {
    bottom: -25px;
  }
  .sec_topslide .slick-dots li button {
    width: 7px;
    height: 7px;
  }
  .topslide_inner {
    padding: 5px;
  }
  .topslide_bg {
    height: 200px;
  }
  .topslide_clm {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .topslide_clm h2 {
    font-size: 120%;
  }
  .top_tit h2 {
    font-size: 160%;
  }
  .top_clm {
    padding: 10px 0;
  }
  .top_clm p br {
    display: none;
  }
  .sec_top {
    padding-bottom: 70px;
  }
  .sec_top_01 .boxs {
    padding: 20px 0;
  }
  .sec_top_01 .boxs .box {
    text-align: center;
    width: auto;
    margin: 25px 0 0 0;
  }
  .sec_top_01 .boxs .box .box_img {
    margin: 0 auto 20px;
    float: left;
    background-size: contain;
    background-position: center top;
  }
  .sec_top_01 .boxs .box .box_clm {
    float: left;
    width: 80%;
    margin-left: 3%;
  }
  .sec_top_01 .boxs .box .box_clm h3 {
    text-align: left;
    font-size: 130%;
  }
  .sec_top_01 .boxs .box .box_clm h3 br {
    display: none;
  }
  .sec_top_01 .boxs .box .box_clm span {
    margin: 10px 0;
    width: 45px;
    height: 1px;
  }
  .sec_top_01 .boxs .box .box_clm p {
    text-align: left;
  }
  .sec_top_01 .boxs .box:nth-child(1) .box_img {
    width: 17%;
    height: 50px;
  }
  .sec_top_01 .boxs .box:nth-child(2) .box_img {
    width: 17%;
    height: 50px;
  }
  .sec_top_01 .boxs .box:nth-child(3) .box_img {
    width: 17%;
    height: 50px;
  }
  .sec_top_02 .boxs .box {
    width: 100%;
    margin: 20px 0 0 0;
    background-size: 9px;
    background-position: right 10px bottom 8px;
    padding-bottom: 5px;
  }
  .sec_top_02 .boxs .box .box_inner {
    padding: 10px;
  }
  .sec_top_02 .boxs .box .box_inner .box_img {
    height: 200px;
  }
  .sec_top_02 .boxs .box .box_inner .box_clm h3 {
    font-size: 130%;
    padding: 10px 0 7px;
  }
  .sec_top_02 .boxs:nth-child(3) .box {
    width: 100%;
  }
  .sec_top_news,
  .sec_top_fb {
    width: 100%;
    float: none;
  }
  
  .sec_top_fb {
  	margin: 35px 0 0;
  }

  .sec_top_news .top_tit h2 {
    font-size: 160%;
  }
  /****************************************
			Page Setting 
	*****************************************/
  .sec_page_btit {
    padding: 20px 0;
    margin: 54px 0 20px;
  }
  .sec_page_btit h2 {
    font-size: 176%;
  }
  .sec_page_btit h2 br {
    display: block;
  }
  .sec_page_btit span {
    font-size: 90%;
  }
  .sec_page_subnav {
    margin: 0 0 10px 0;
  }
  .sec_page_subnav ul li {
    margin-bottom: 10px;
  }
  .page_ltit {
    padding-bottom: 20px;
  }
  .page_ltit h2 {
    font-size: 170%;
  }
  .page_ltit_line {
    margin: 5px 0 0;
  }
  .page_ltit_line span {
    width: 40%;
    max-width: 200px;
  }
  .page_tbl table tr th {
    padding: 23px 2%;
    background: #e3e4ea;
  }
  .page_tbl table tr td {
    padding: 23px 2%;
  }
  .page_stit {
    margin: 10px 0;
  }
  .page_stit h3 {
    font-size: 130%;
  }
  .page_ntit h3 {
    font-size: 120%;
  }
  /****************************************
			outline Setting 
	*****************************************/
  .outline_img {
    float: none;
    padding: 0 0 20px;
  }
  .outline_img img {
    width: 60%;
  }
  .sec_outline_02 .boxs {
    flex-wrap: wrap;
  }
  .sec_outline_02 .boxs .box {
    width: 100%;
  }
  .sec_outline_02 .boxs .box:first-child {
    margin: 0 0 4%;
  }
  /****************************************
			about Setting 
	*****************************************/
  .sec_about_01 .boxs .box img {
    display: block;
    margin: 0 auto 20px;
  }
  .sec_about_01 .boxs .box:nth-child(1) {
    width: auto;
  }
  .sec_about_01 .boxs .box:nth-child(2) {
    width: auto;
    float: none;
  }
  .sec_about_05 .boxs .box img {
    display: block;
    margin: 0 auto 20px;
  }
  .sec_about_05 .boxs:nth-child(3) {
    margin-bottom: 10px;
  }
  .sec_about_05 .boxs:nth-child(3) .box:nth-child(1) {
    width: auto;
    float: none;
  }
  .sec_about_05 .boxs:nth-child(3) .box:nth-child(2) {
    width: auto;
    float: none;
  }
  .sec_about_05 .boxs:nth-child(4) .box:nth-child(1) {
    width: auto;
    float: none;
  }
  .sec_about_05 .boxs:nth-child(4) .box:nth-child(2) {
    width: auto;
    float: none;
  }
  /****************************************
			flow,forte Setting 
	*****************************************/
  .flow_clm dl {
    margin: 5px 0 15px;
  }
  .flow_clm dl dt {
    font-size: 134%;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
  }
  .flow_clm dl dt strong {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 6px;
    margin-right: 0;
    font-size: 106%;
  }
  .flow_clm dl dd .boxs {
    padding-bottom: 10px;
  }
  .flow_clm dl dd .boxs .box:nth-child(1) {
    width: auto;
    float: none;
  }
  .flow_clm dl dd .boxs .box:nth-child(1) img {
    display: block;
    width: 90%;
    margin: 0 auto 20px;
  }
  .flow_clm dl dd .boxs .box:nth-child(2) {
    width: auto;
    float: none;
  }
  .flow_imgs img {
    width: 100%;
  }
  .sec_forte_01 .flow_clm dl dd .boxs .box:nth-child(1) {
    padding-bottom: 10px;
    width: 100%;
    text-align: left;
  }
  .sec_forte_01 .flow_clm dl dd .boxs .box:nth-child(1) img {
    width: 13%;
    display: inline-block;
    margin: 0;
  }
  .sec_forte_01 .flow_clm dl dd .boxs .box:nth-child(1) .page_ntit {
    padding-left: 10px;
    display: inline-block;
  }
  .sec_forte_01 .flow_clm dl dd .boxs .box:nth-child(2) {
    width: auto;
    float: none;
  }
  .sec_forte_02 .boxs {
    margin-bottom: 0px;
  }
  .sec_forte_02 .boxs .box:nth-child(1) {
    width: auto;
    float: none;
  }
  .sec_forte_02 .boxs .box:nth-child(1) img {
    display: block;
    width: 90%;
    margin: 0 auto 20px;
  }
  .sec_forte_02 .boxs .box:nth-child(2) {
    width: auto;
    float: none;
  }
  .sec_forte_03 .boxs {
    margin-bottom: 30px;
  }
  /****************************************
			report Setting 
	*****************************************/
  .sec_report {
    padding-bottom: 40px;
  }
  .sec_report .boxs {
    padding-bottom: 10px;
  }
  .sec_report .boxs .box {
    width: auto;
    margin: 20px 0;
  }
  .sec_report .boxs .box img {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .sec_report .boxs .box:nth-child(3n) {
    margin-right: 0;
  }
  .sec_report.sec_report_02 .boxs:nth-child(4) .box {
    width: auto;
    margin-right: 0;
  }
  /****************************************
			sitemap Setting 
	*****************************************/
  .sec_sitemap {
    padding-top: 20px;
  }
  .sec_sitemap .boxs {
    padding-bottom: 10px;
  }
  .sitemap_nav ul li {
    padding: 0 10px;
    margin: 5px 10px;
  }
  /****************************************
			contact Setting 
	*****************************************/
  .sec_contact_01 .page_clm a {
    pointer-events: auto;
  }
  .sec_contact .page_tbl table tr th, .sec_contact .page_tbl table tr td {
    display: block;
    width: 94%;
    padding: 4% 3%;
  }
  .sec_contact input:not([type=radio]) {
    width: 94%;
    padding: 10px;
    font-size: 107%;
  }
  .sec_contact input:not([type=radio])[name=adress] {
    width: 94%;
  }
  .sec_contact label {
    margin-right: 10px;
  }
  .sec_contact textarea {
    width: 94%;
  }
  /****************************************
			archive Setting 
	*****************************************/
  .sec_archive .news_lists .news_list dl, .sec_catnav .news_lists .news_list dl {
    padding: 10px 0;
  }
  .sec_archive .news_lists .news_list dl dt, .sec_archive .news_lists .news_list dl dd, .sec_catnav .news_lists .news_list dl dt, .sec_catnav .news_lists .news_list dl dd {
    float: none;
    padding: 0 1%;
  }
  .sec_archive .news_lists .news_list dl dd, .sec_catnav .news_lists .news_list dl dd {
    padding-left: 0;
  }
  .sec_catnav .boxs .box {
    width: auto;
    margin-bottom: 40px;
  }
  .sec_catnav .boxs .box:nth-child(2) {
    float: none;
  }
  .cat_lists ul li a {
    padding: 10px;
  }
  .csr_lists .boxs {
    border-bottom: 1px solid #a0a0a0;
    padding: 30px 0;
  }
  .csr_lists .boxs .box:nth-child(1) {
    width: auto;
  }
  .csr_lists .boxs .box:nth-child(1) img {
    display: block;
    width: 90%;
    margin: 0 auto 20px;
  }
  .csr_lists .boxs .box:nth-child(2) {
    width: auto;
    float: none;
  }
  /****************************************
			single Setting 
	*****************************************/
  .single_clm h3 {
    margin: 10px 0;
    font-size: 130%;
  }
}

@media (max-width: 480px) {
	.sec_top_02 .boxs .box .box_inner .box_img {
		height: 140px;
	}
}
