@charset "utf-8";
@import "reset.css";


/* New mark
================================================== */

@keyframes idle-anim {
  0% {
    bottom: 0;
    color: red;
  }

  50% {
    bottom: 0px;
    color: red;
  }
  
  100% {
    bottom: 3px;
    color: orange;
  }
}

@keyframes open-container-anim {
  0% { 
    transform: scale(0) rotate(-90deg);
  }
  60% {
    transform: scale(0) rotate(-90deg);
  }
  100% { 
    transform: scale(1) rotate(0deg);
  }
}

@keyframes open-elem-anim {
  0% { 
    bottom: 0;
    color: red;
    transform: scale(1);
  }
  60% {
    bottom: 5px;
    color: #cdb74a;
    transform: scale(1.2);
  }
  100% { 
    bottom: 0;
    color: #c02757;
    transform: scale(1);
  }
}

.container {
/*  border: 1px solid #ccc;*/
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 24px;
}

.elem-common {
  color: #c02757;
  position: relative;
/*    font-family: 'Shippori Mincho', serif;*/
}

.container-open {
  animation: open-container-anim 600ms alternate;
}

.elem-open-1 {
  animation: 
    open-elem-anim 600ms alternate 400ms forwards,
    idle-anim 600ms infinite 1200ms alternate;
}

.elem-open-2 {
  animation: 
    open-elem-anim 600ms alternate 500ms forwards,
    idle-anim 600ms infinite 1400ms alternate;
}

.elem-open-3 {
 animation: 
    open-elem-anim 600ms alternate 600ms forwards,
    idle-anim 600ms infinite 1600ms alternate;
}


/* Base Style
================================================== */

a {
	color:#000;

}

a:visited {
	
}
a:hover, a:focus {
	color: #c02757;
}
.clr{
	clear:both;
	min-height:1em;
}

/*
*html .clr{
	height:1px;
}
*/

body {
	color: #000;
    font-weight: 500;
    font-family: "Century Gothic", Verdana, 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', sans-serif;
}
.clr{
	clear:both;
	min-height:1em;
}


.clr:after {
    display:block;
    height:1px;
    content:"";
    clear:both;
}
input, select, textarea {
	color: #000;
	font-size: 100%;
}
.new {
	margin-left: 10px;
	padding: 3px 8px;
	border: 1px solid #c02757;
	color: #c02757;
	font-size: 75%;
	font-weight: normal;
	text-transform: uppercase;
	border-radius: 20px;
}

img{
	}


::selection {
    background: #c02757;
    color: white;
}



/* Clearfix
================================================== */
.inner:after,
header:after,
footer:after,
nav ul:after,
section:after,
article:after,
aside:after,
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}
.inner,
header,
footer,
nav ul,
section,
article,
aside,
.clearfix {
	*zoom: 1;
}



/* ＰＣサイト始まり
==================================================
==================================================
==================================================
================================================== */
/*

@media screen and (max-width: 1400px) {
	
.top0-menu ul li img {
    max-width: 280px!important;
}
	}


@media screen and (max-width: 1280px) {
	
.top0-menu ul li img {
    max-width: 250px!important;
}
	}



@media screen and (max-width: 1160px) {
	
.top0-menu ul li img {
    max-width: 230px!important;
}
	}

@media screen and (max-width: 1090px) {
	
.top0-menu ul li img {
    max-width: 210px!important;
}
	}

@media screen and (max-width: 1000px) {
	
.top0-menu ul li img {
    max-width: 190px!important;
}
	}

@media screen and (max-width: 890px) {
	
.top0-menu ul li img {
    max-width: 170px!important;
}
	
	
.header-inner-r {
    font-size: 80%;
}
	
	}
*/
@media screen and (max-width: 810px) {
	
.top0-menu ul li img {
    max-width: 150px!important;
}
	}



@media print,screen and (min-width: 768px) {



a:hover img,
a:focus img {
	opacity: 0.85;
	filter: alpha(opacity=85);
}

:-ms-input-placeholder  {color: #999999;}


body , html {
	height: 100%;
}

body {
	margin:0px;
	padding:0px;
	font-size: 95%;
	line-height: 140%;


}



ol, ul {
	list-style: none;
}

form {
	margin: 0px;
	padding: 0px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.pc-disp {
}
.sp-disp {
	display: none !important;
}

#container {
	position: relative;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	margin: 0;
}


#scrollTop {
	position: fixed;
	right: 10px;
	z-index: 20;
	margin-bottom: 6px;

}
#scrollTop a {
	text-decoration : none;

}

#scrollTop img {
	width: 60px;
}


.skip a {
  display: block;
  background-color: #007b44;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: absolute;
  height: 0;
  overflow: hidden;
}

/*
#top-pc-header {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 1000;

}
*/


#top-pc-header {
	width: 100%;

}




#header {


}









#header-inner {
	width: 100%;
	margin: 0 auto;
	padding-top: 10px;
	padding: 0;
	background-color: #c02757;
}
#home #header-inner {

}

#header-inner table {
	width: 100%;
	height: 80px;
}
.header-inner-l {
	width: 30%;
	padding: 10px 20px 0 10px;
	vertical-align: middle;
}
.header-inner-l img {
	width: 100%;
	max-width: 250px;
	    padding-bottom: 10px;
	}

.header-inner-r {
	width: 70%;
	text-align: right;
	vertical-align: bottom;
	padding: 0 10px 0 0;
}



.header-tel {
	padding: 20px 0;
	color: #fff;
}
.header-tel a {
	color: #fff;
}

.header-tel .tel-s {
	font-size: 100%;
	padding: 0 5px;
}
.header-tel .tel-l {
	font-size: 160%;
}




/* megamenu　始まり
================================================== */


.menu-container {
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
}

.menu-mobile {
    display: none;
    padding: 20px;
}

.menu-mobile:after {
    font-size: 1.7rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
}

.menu-dropdown-icon:before {
    display: none;
    cursor: pointer;
    float: right;
    padding: 1em;
    background: #fff;
    color: #ffffff;
}
.menu{
	width: 100%;

}
	
.menu img{
    width: 20px;
}

.menu > ul {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	list-style: none;
	padding: 20px 0;
	border-top: 1px solid #fff;
}
/*
.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
   color: #ffffff;
}

.menu > ul:after {
    clear: both;
}

*/

.menu > ul > li {
	padding: 0;
	margin: 0;
	border-left: 1px solid #fff;
}
.menu > ul > li:first-child {
	border-left: none;
}
.menu > ul > li a {
	text-decoration: none;
/*    padding: 0.7em 1.2em;*/
	padding: 0 15px;
	display: block;
	color: #fff;
/*	font-size: 1em;*/
	font-weight: bold;
}

.marw{
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 14px;
}
.menu > ul > li a:hover {
	color: #dddaac;
}
.menu > ul > li:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}

ul.child{
	padding: 50px 0;
	}

.menu > ul > li > ul {
	display: none;
/*	background-color: hsla(239,41%,28%,0.92);*/
	background-color: rgba(255,255,255,0.9);
	width: 100%;
	position: absolute;
	z-index: 9999;
	left: 0;
	list-style: none;
	box-sizing: border-box;
	height: auto;
	padding-left: 100px;
	margin: 15px 0 0 0;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin-left: 0px;
    margin: 20px 0 20px 15px;
    list-style: none;
    width: 29%;
    background: none;
    float: left;
    text-align: left;
    font-size: 120%;
	border-left: 8px solid #c02757;
	
}
	
	
.menu > ul > li > ul > li:first-child {
	border-left: none;
	border-bottom: 1px solid #c02757;
	width: 90%;
	color: #c02757;
	font-size: 170%;
	padding: 0 0 10px 0;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	font-family: 'Shippori Mincho', serif;
	}


.menu > ul > li > ul > li img{
	width: 30px;
	margin-right: 10px;
	vertical-align:middle;
}
.menu > ul > li > ul > li a {
	color: #000;
	width: 95%;
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 10px;
}

.menu > ul > li > ul > li a:hover {
	color: #c02757;
}

.menu > ul > li > ul > li > ul {
    padding: 0;
    list-style: none;
    box-sizing: border-box;
	font-size: 0.95em;
}


.menu > ul > li > ul > li .flx {
	display: flex;
	flex-wrap: wrap;
}
.menu > ul > li > ul > li.flx0 {width: 24%; padding-top: 20px;}
.menu > ul > li > ul > li.flx1 {width: 40%; padding-top: 20px;}
.menu > ul > li > ul > li.flx2 {width: 26%; padding-top: 20px;}
.menu > ul > li > ul > li .flx li {
	width: 46%;
}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
	padding-right: 0;
	padding-left: 0;
	margin: 0;
	font-weight: normal;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
	font-weight: normal;
	color: #fffff;
	padding: 2px;
	margin: 3px;
}
.menu > ul > li > ul > li  > ul > li a:before {
	content: '■';
	padding-right: 5px;
	font-size: 70%;
}

.menu > ul > li > ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}

.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}
.nav_org{}
.menu > ul > li > ul > .nav_org_w{
	width: 90%;
	padding-top: 20px;
}
.nav_org_s{
	display: flex;
	flex-wrap: wrap;
}
.nav_org_s li{
	width: 33%;
	
}
.nav_org_s span{
	display: none;
	
}
@media screen and (max-width: 1020px) {
.menu > ul > li > ul > li {
    margin-left: 0px;
	margin-right: 0px;
    padding: 0px;
    list-style: none;
    width: 30%;
    background: none;
    float: left;
    text-align: left;
}
.menu > ul > li > ul > li > ul {
	font-size: 0.7em;
}
.pc {
    display: none;
}
}

/* megamenu　終わり
================================================== */






@media (min-width:900px) and ( max-width:1050px) {


}

@media (min-width:810px) and ( max-width:899px) {



}
	
	
@media screen and (max-width: 1010px) {
.menu > ul > li a {
	font-size: 90%;
}
	}
	
@media screen and (max-width: 945px) {
.menu > ul > li a {
	font-size: 90%;
	padding: 0 10px;
}
	}
	
@media screen and (max-width: 885px) {
.menu > ul > li a {
	font-size: 90%;
	padding: 0 10px;
}
	}
	


@media (min-width:768px) and ( max-width:809px) {
.menu > ul > li a {
	font-size: 90%;
	padding: 0 12px;
}
.header-tel {
	font-size: 90%;
}
	
.menu > ul > li > ul {
	padding-left: 60px;
	font-size: 80%;
}
	
.top0-menu {
    top: 12%;
    width: 30%;
}


}











.sp-header {
	display: none;
}




#content {
	width:auto;
	padding-bottom: 10px;

}

#home #content {
	padding-bottom: 0px;
}




.top0 {
	width:100%;
	position: relative;
}

.top0-inner {
	width: 100%;
}

.top0 .slick-box {
	width: 100%;
	margin: 0;
	padding: 0;
}
.top0 .slick-box img{
	width: 100%;
	display: block;
}





.top0-menu {
	left: 0;
	width: 25%;
	margin: 0;
   position: absolute;              
   top: 50%;                        
   transform: translate(0, -50%);
}
.top0-menu ul {
	width: 100%;
}
.top0-menu ul li {
	width: 100%;
	margin-bottom: 5px;
}
.top0-menu ul li:first-child {
	margin-bottom: 10px;
}

.top0-menu ul li img {
	width: 100%;
	max-width: 320px;
}

.top0-copy {
	position: absolute;
        top: 40px;
        right: 30px;
        width: 30%;
}
.top0-copy img {
	width: 100%;
}
	
	
.top0-yoyaku{
	position: absolute;
    bottom: 30px;
    right: 30px;
    width: 25%;
	}
	
.top0-yoyaku img{
	width: 100%;
	}


.top1 {
	width:100%;
	margin-top: -7px;
	background-color: #ebe9d0;
}


.top1-inner {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 60px 15px 0 15px;

}

.top1-l {
	width: 25%;
	text-align: center;
	vertical-align: middle;
}
.top1-l img {
	width: 70%;
}

.info-list {
	margin-top: 10px;
}
	
.info-list img {
    width: 40%;
}
	
.info-list a {
	text-decoration: none;
    font-weight: bold;
    color: #1f3289;
    font-size: 90%;
}
.info-list a:hover {
	text-decoration: underline;
}

.info-list span {
	color: #c02757;
	font-size: 100%;
	padding-left: 5px;
}

.top1-r {
	width: 75%;
	vertical-align: middle;
	font-size: 120%;
}


.news-list {

}
.news-list li {
	padding: 0 0;
    margin-top: 20px;
    line-height: 185%;
}

.news-list li a {
/*
	  position: relative;
	  display: inline-block;
	  transition: .3s;
*/
}

/*

.news-list li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: .3s;
}
.news-list li a:hover::after {
  width: 100%;
}
*/

.news-list li a:hover {
	text-decoration: underline;
}


.news-list li .date {
	padding-top: 3px;
	margin-right: 30px;
	color: #1f3289;
}




.news-list li .td-span {
	display: table-cell;
}
.news-list li .title{
	padding-top: 3px;
    display: flex;
}

.news-list li .new {

}
	
	
.df2 {
    text-align: center;
    padding-top: 40px;
    border-top: 1px dotted #c02757;
    margin-top: 40px;
}
	
.df2 img{
max-width: 550px;
	}
	
	
.df {
    text-align: center;
    margin-top: 30px;
}

.top1-bottom {

}
.top1-bottom img {
	width: 100%;
	margin-bottom: 30px;
}





.top2 {
	width:100%;
}


.top2-inner {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 40px 15px;
}

.top2-inner ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.top2-inner ul li {
	width: 33.333%;
	padding: 0 4%;
	text-align: center;
	border-right: 2px dotted #c02757;
}


.top2-inner ul li:last-child {
	border-right: none;
}


.top2-title {
	margin-bottom: 20px;
}
	
.top2-title a {
	display: block;
	padding: 8px 0;
	color: #fff;
	font-size: 120%;
	background-color: #1f3288;
	text-decoration: none;
        font-family: 'Shippori Mincho', serif;
}
.top2-title a:hover {
	color: #eee;
	background-color: #273fad;
}
.top2-image img {
	width: 100%;
}




.top3 {
	width:100%;
	margin-top: 0;
	background-attachment: fixed;
	background-image: url(../images/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}


.top3-inner {
	width: 100%;
    max-width: 1080px;
	margin: 0 auto;
	padding: 70px 15px;
}

.top3-title {
	text-align: center;
	margin-bottom: 25px;
}
.top3-title img {
	width: 50%;
}



.top3-l {
	float: left;
    width: 49%;
    text-align: center;
    height: 350px;
    margin-right: 1%;
    background-color: #fff;
    padding: 35px;
}
.top3-l h3 {
    margin-bottom: 20px;
    font-size: 160%;
    color: #1f3289;
    text-align: center;
    font-family: 'Shippori Mincho', serif;
}
.top3-table2 {
	width: 100%;
}
.top3-table2 td {
    padding: 13px 0;
    border-bottom: 1px solid #dddaac;
    text-align: center;
    vertical-align: middle;
}
.top3-table2 .y1 {
	width: 120px;
}

.top3-com1 {
	margin: 20px 0 5px 0;
}
.top3-com2 {
	color: #c12657;
}



.top3-r {
	position: relative;
	float: left;
	width: 49%;
	height: 350px;
	margin-left: 1%;
	background-color: #fff;
	padding: 20px;
}
.top3-r h3 {
    margin-bottom: 20px;
    font-size: 120%;
    color: #1f3289;
    text-align: center;
	    display: none;
}









.top4 {
    width: 100%;
    margin-top: 0;
    background-attachment: fixed;
    background-image: url(../images/bnr_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}


.top4-inner {
	width: 100%;
    max-width: 1080px;
	margin: 0 auto;
	padding: 60px 15px;
}

.top4-inner ul {
	width: 100%;
	width: 100%;
    padding-top: 20px;
    display: inline-flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
	justify-content: center;
}
.top4-inner ul li {
	width: 31.333%;
	margin: 1% ;

}
.top4-inner ul li img {
	width: 100%;
}




.top5 {
    width: 100%;
}


.top5-inner {
	width: 100%;
}






#footer {
	width: 100%;

}


.footer1 {
	width: 100%;
}
.footer1-inner {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 15px 5px;
	font-size: 90%;
	text-align: center;
}

.footer1-inner ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}



.footer1-inner ul li {
	background-image: url(../images/f_link.png);
    background-repeat: no-repeat;
    background-position: right 45%;
    background-size: 12px;
    padding: 5px 38px 10px 22px;
}
.footer1-inner ul li:last-child {
	background-image: none;
}



.footer1-inner ul li a {
	text-decoration: none;
}
.footer1-inner ul li a:hover {
	text-decoration: underline;
}


.footer2 {
	width: 100%;
	background-color: #c02757;
}
.footer2-inner {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 50px 5px;
}
.footer2-l {
	float: left;
	width: 38%;
}
.footer2-l img {
	width: 90%;
}
.footer2-r {
    float: left;
    width: 60%;
    color: #fff;
    font-size: 90%;
    line-height: 170%;
    padding-top: 12px;
}


.add {
	margin-bottom: 0px;
}
.tel {
	margin-bottom: 0px;
}
.tel span {
	font-size: 90%;
}
.tel a {
	color: #fff;
}

.copy {

}





/* コンテンツページ関係始まり
================================================== */

.cat-img-wrap {
	position: relative;
}
.cat-img img {
	width: 100%;
}



.cat-img-con {
	position: absolute;
    width: 100%;
    top: 45%;
    text-align: center;
    font-size: 225%;
    font-weight: bold;
    letter-spacing: 6px;
    color: #1f3289;
    font-family: 'Shippori Mincho', serif;
}

.yoyaku_kasou {
	position: absolute;
	width: 3.6%;
    top: 14%;
}
.yoyaku_kasou img {
    width: 100%;
}





.page-menu {
	width: 100%;
	background-attachment: fixed;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.page-menu-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0px 15px 30px 15px;
	text-align: center;
}
.page-menu-inner ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.page-menu-inner ul li {
	width: 30.333%;
	margin: 0 1.5%;
}
.page-menu-inner ul li img {
	width: 100%;
}






/* iframeサイズ */

.contentBody iframe {
	width: 100%;
	height: 450px;
}

.contentBody .if-renrakumo iframe {
	height: 150px;
}



#category_icon {
	width: 100%;
}
#category_icon .inner {
	width: 100%;
	margin: 0 auto;
}
#category_icon .inner img {
	width: 100%;
}



#home #breadCrumb {
	display: none;
}
#breadCrumb {
	width: 100%;

	font-size:100%;
	padding: 10px 0;
	margin-bottom: 25px;
}
#breadCrumb .inner {
	width: 100%;
	margin: 0 auto;
	max-width: 1080px;
	padding: 0px 15px;

}

.pankuze_list_items a{
	color: #c02757;
	}
	
#breadCrumb p {
	margin-left: 0px;
	
}




.scrText {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}



.print_wrp {
	display: none;
	text-align: right;
	padding-top: 8px;
	margin-bottom: -32px;
}

.contentBodyWrapper{
	padding:0px 0px;	
}

.contentListWrapper{
	padding:0px 0px;	

}
#content-inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
    padding: 0px 0px 45px 0px;
    border-bottom: #c02757 1px dotted;

}

#content-inner:after {
	content: "";
	display: block;
	clear: both;
}







article{

}

#main {
	width: 100%;}

#main2 {
	width: 100%;
}

.shinryo_cal {
	text-align: center;
	font-size: 150%;
	pointer-events:none;
	}
	
.shinryo_cal a{
	text-decoration: none;
	}

.contentBody {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear:both;
	min-height:1em;


}

.contentBody img {
	max-width: 100%;
}

.contentBody .img_center img {

}

.top-category_voice .contentBody {
	font-size: 135%;
	}
	
.top-category_voice .contentBody img {
    border: solid 1px #ccc;
	    margin-left: 30px;
}

/*サービスページ*/

.content_service h2.service {
}
	
.content_service h2.service {
	border-bottom: solid 3px #b8cde2;
    position: relative;
	margin: 40px 12px;
    font-size: 140%;
    padding-bottom: 10px;
}

.content_service h2.service:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #c02757;
  bottom: -3px;
  width: 20%;
}
	
	

.content_service .pageList {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.content_service .pageList .pagelist-item {
	width: 31.333%;
    margin: 0 1% 20px;
	border-left: 8px solid #c02757;
    border-right: 1px solid #c02757;
    border-top: 1px solid #c02757;
    border-bottom: 1px solid #c02757;
	background-color: rgba(255,255,255,0.5);
}
.content_service .pageList .pagelist-item .title {
	    font-size: 110%;
    font-weight: bold;

}
.content_service .pageList .pagelist-item .title a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 10px 0;
	color: #000;
	transition: .4s;
}
.content_service .pageList .pagelist-item .title a:hover {
	color: #c02757;
}

.content_service .pageList .pagelist-item .thumb {
	display: block;
}
.content_service .pageList .pagelist-item .thumb img {
	width: 100%;
}






.contentListWrapper .pagination,
.contentBodyWrapper .pagination {
	margin-top: 10px;
	text-align:center;
}
.contentListWrapper .pagination a,
.contentBodyWrapper .pagination a {
	background-color: #1f3289;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 5px 10px;
}





/*　検索一覧ページ
*********************************************/
.contentBodyWrapper .search-area ul li {
	margin-bottom: 10px;
}
.contentBodyWrapper .search-area ul li .thumb,
.contentBodyWrapper .search-area ul li .description,
.contentBodyWrapper .search-area ul li .date {
	display: none;
}


	/*コンテンツページ関係終わり
================================================== */



}




@media (min-width:768px) and ( max-width:900px) {
#keyword {
	width: 150px;
}
}

/* ＰＣサイト終わり
==================================================
==================================================
==================================================
================================================== */


/* スマホサイト始まり
==================================================
==================================================
==================================================
================================================== */

/*
@media screen and (max-width: 768px) {
	
.top2-l {
	width: 55%;
    float: left;
    font-size: 80%;
    margin-right: 1.5%;
}

.top2-r {
    width: 40%;
    float: left;
    font-size: 85%;
    margin-left: 1.5%;
}
	
.top2-l table td {
    padding: 16px 10px;
}
	
}

*/


@media screen and (max-width: 768px) {

#content-inner {
padding: 0px 20px 45px 20px;
	}
	
}

@media screen and (max-width: 767px) {
	
	
.df2 img {
    max-width: 450px;
	width: 100%;
}
	
	
.shinryo_cal {
	text-align: center;
	font-size: 150%;
	pointer-events:none;
	    margin: 30px 0;
	}
	
.shinryo_cal a{
	text-decoration: none;
	}
	

	
.yoyaku_kasou {
		display: none;
	}


body , html {
	height: 100%;
  -webkit-text-size-adjust: 100%;

}

body {
	margin:0px;
	padding:0px;
	font-size: 80%;
	line-height: 145%;
}

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

ol, ul {
	list-style: none;
}

form {
	margin: 0px;
	padding: 0px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

select,
textarea,
input[type=text],
input[type=email],
input[type=date],
input[type=tel] {
  font-size: 16px;
/*  transform: scale(0.8);*/
}


#top-pc-header {
	display: none !important;
}

.pc-disp {
	display: none !important;
}
.sp-disp {
}


#container {
	position: relative;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


#scrollTop {

	position: fixed;
	right: 5px;
	z-index: 20;
	margin-bottom: 6px;
}
#scrollTop a {
	text-decoration : none;

}

#scrollTop img {
	width: 40px;
}


.skip p {
  display: block;
  background-color: #007b44;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: absolute;
  height: 0;
  overflow: hidden;
}

/*
#home h1 {
  height: 0;
  overflow: hidden;
}
*/










#header {
	display: none !important;
}
#globalNav {
	display: none !important;
}

/*メニュー関係
---------------------------------------------------------------*/


.inner{
	width: 960px;
	margin: 0 auto;
}
.sp-header {
	width: 100%;
	padding-top: 5px;
	height: 55px;
	vertical-align: middle;
	position: fixed;
	z-index: 1000;
	background-color: rgba(192,39,87,0.9);

}



.sp-header .inner{
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.sp-header .inner .logo {
	width: 280px;
	margin-right: auto;
	padding-left: 5px;
}
	
.sp-header .inner .logo img{
    width: 88%;
    padding-top: 3px;
}
	
.sp-header nav {
	margin-right: -16px;
}
.sp-header nav ul{
	display: flex;
	align-items: center;
	
}


#main_img{
	max-width: 960px;
	margin: 0 auto;
}

#nav_toggle{
	display: none;
}
.change_btn{
	color: #fff;
	display: block;
	width: 100%;
	text-decoration: none;
	border: 1px solid #fff;
	text-align: center;
	padding: 25px 0;
	font-size:20px;
	margin-top: 40px;
}


	header{

	}
	h1{
		width: 120px;
	}
	.inner{
		width: 90%;
	}
	#main_img{
		width: 100%;
	}
	.change_btn{
		width: 90%;
		margin: 32px auto;
	}

	
	/*メニュー部分*/
.sp-header nav{
		display:none;
		position: absolute;
		top:0;
		width: 100%;
		height: 100vh;
		background-color: rgba(192,39,87,0.9);
		left: 0;
		z-index: 50;
	-webkit-overflow-scrolling: touch;
	}
	
.sp-header nav img{
	padding: 6px 0;
    width: 100%;
    max-width: 400px;
	}
	
.sp-header nav ul{
    display: block;
    width: 90%;
    position: absolute;
    top: 50px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
	overflow: scroll;
	}
	
	
.sp-header nav ul li{
	margin: 0 auto;
    text-align: center;
    font-size: 140%;
	border-bottom: 1px solid #de8888;
    padding: 12px;
    display: block;
	}
	
	.sp-header nav ul li a {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}
	
	.sp-header nav ul li span {
    font-size: 80%;
    font-weight: normal;
}
	
.sp-header nav ul li:last-child{
		border: none;
	}

	

	/*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 40px;
		height: 40px;
/*		position: relative;
		top: 4px;
*/
	position: fixed;
	top: 10px;
	right: 10px;
	padding-top: 4px;
		z-index: 100;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		background: #fff;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:12px;
	}
	#nav_toggle span:nth-child(3){
		top:24px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span{
		background: #fff;
	}
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}




.input_items_wrap {

}
.input_items_wrap .input_item { }
.input_items_wrap .submit_btn {
	height: 26px;
	padding-left: 5px;
}
#keyword {
	width: 80%;
}








/*メニュー関係終わり
---------------------------------------------------------------*/


/* トップ
================================================== */


#content {
	width:auto;
	padding-bottom: 0;
	padding-top: 55px;
}

#home #content {

}



.top0 {
	width:100%;
	position: relative;
	background-color: #ebe9d0;
}

.top0-inner {
	width: 100%;
        position: relative;
}

.top0 .slick-box {
	width: 100%;
	margin: 0;
	padding: 0;
}
.top0 .slick-box img{
	width: 100%;
	display: block;
}





.top0-menu {
	width: 100%;


	padding: 20px 0 5px 0;
}
.top0-menu ul {
	width: 100%;
}
.top0-menu ul li {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}
.top0-menu ul li:first-child {
	margin-bottom: 10px;
}

.top0-menu ul li img {
	width: 80%;
	max-width: 370px!important;
}

.top0-copy {
	position: absolute;
	top: 10%;
	right: 5%;
	width: 15%;
}
.top0-copy img {
	width: 100%;
}


.top1 {
	width:100%;
	margin-top: -7px;
	background-color: #ebe9d0;
}


.top1-inner {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 60px 5px 0 5px;

}
.top1 table {
	width: 100%;
}


.top1 table tr {
	display: block;
}



.top1-l {
	width: 100%;
	display: block;
	text-align: center;
	padding-bottom: 10px;
}
.top1-l img {
	width: 200px;
}

.info-list {
	margin-top: 5px;
}
.info-list a {
	text-decoration: none;
	font-weight: bold;
}
.info-list a:hover {
	text-decoration: underline;
}

.info-list span {
	color: #c02757;
	font-size: 100%;
	padding-left: 5px;
}

.top1-r {
	display: block;
	width: 100%;
	border-top: 1px solid #c02757;
	padding-top: 20px;
}


.news-list {

}
.news-list li {
	padding: 0 0;
	margin-bottom: 12px;
}

.news-list li a {
/*
	  position: relative;
	  display: inline-block;
	  transition: .3s;
*/
}

/*

.news-list li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: .3s;
}
.news-list li a:hover::after {
  width: 100%;
}
*/

.news-list li a:hover {
	text-decoration: underline;
}


.news-list li .date {
	padding-top: 3px;
	margin-right: 30px;
}




.news-list li .td-span {
	display: block;
}
.news-list li .title{
	padding-top: 3px;
}

.news-list li .new {

}

.top1-bottom {

}
.top1-bottom img {
	width: 100%;
	vertical-align: top;
}





.top2 {
	width:100%;
}


.top2-inner {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 20px 5px 5px 5px;
}

.top2-inner ul {
	width: 100%;
}
.top2-inner ul li {
	width: 100%;
	padding: 15px 0;
	text-align: center;
	border-bottom: 2px dotted #c02757;
}
.top2-inner ul li:last-child {
	border-bottom: none;
}
.top2-title {
	width: 100%;
	text-align: center;
}
.top2-title img {
	width: 100%;
	max-width: 270px;
}

.top2-title a {

}
.top2-title a:hover {

}
.top2-image img {

}


.top3 {
	width:100%;
	margin-top: 0;
	background-attachment: fixed;
	background-image: url(../images/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}


.top3-inner {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 20px 5px;
}

.top3-title {
	text-align: center;
	margin-bottom: 10px;
}
.top3-title img {
	width: 270px;
}



.top3-l {
	width: 100%;
	margin-bottom: 20px;
	background-color: #fff;
	padding: 20px;
}
.top3-l h3 {
	margin-bottom: 10px;
}
.top3-table2 {
	width: 100%;
}
.top3-table2 td {
	padding: 4px 0;
	border-bottom: 1px solid #dddaac;
	vertical-align: middle;
}
.top3-table2 .y1 {
	width: 120px;
}

.top3-com1 {
	margin: 10px 0 5px 0;
}
.top3-com2 {
	    color: #c02757;
}



.top3-r {
	width: 100%;
	background-color: #fff;
	padding: 20px;
}

.top_calendar {
	width: 100%;
}



.top4 {
    width: 100%;
    margin-top: 0;
    background-attachment: fixed;
    background-image: url(../images/bnr_bg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}


.top4-inner {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 30px 5px;
}

.top4-inner ul {
	width: 100%;

}
.top4-inner ul li {
	width: 100%;
	margin: 10px 0;
	text-align: center;

}
.top4-inner ul li img {
	width: 100%;
	max-width: 270px;
}


.top5 {
    width: 100%;
}


.top5-inner {
	width: 100%;
}






#footer {
	width: 100%;

}


.footer1 {
	width: 100%;
}
.footer1-inner {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 15px 5px 0 5px;
	text-align: center;
}

.footer1-inner ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}



.footer1-inner ul li {
	width: 46%;
    padding-bottom: 10px;
    margin: 0 2% 20px 2%;
    text-align: center;
    border-bottom: 1px solid #1f3289;
}




.footer1-inner ul li a {
	text-decoration: none;
}
.footer1-inner ul li a:hover {
	text-decoration: underline;
}


.footer2 {
	width: 100%;
	background-color: #c02757;
}
.footer2-inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 50px 40px;
}
.footer2-l {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
.footer2-l img {

	width: 260px;
}
.footer2-r {
	width: 100%;
	color: #fff;
}


.add {
	margin-bottom: 0px;
	text-align: center;
	font-size: 90%;
}
.tel {
	margin-top: 7px;
	text-align: center;
	font-size: 90%;
}
.tel span {
	display: block;
}
.tel a {
	color: #fff;
}

.copy {
	margin-top: 7px;
	text-align: center;
	font-size: 90%;
}







/* スマホコンテンツページ関係始まり
================================================== */

.cat-img-wrap {
	position: relative;
	padding-top: 55px;
}
.cat-img img {
	width: 100%;
}

.cat-img-con {
	position: absolute;
    width: 100%;
    top: 45%;
    text-align: center;
    font-size: 225%;
    font-weight: normal;
    letter-spacing: 6px;
    color: #1f3289;
    font-family: 'Shippori Mincho', serif;
}


.page-menu {
	width: 100%;
	background-attachment: fixed;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	    padding-top: 10px;
}
.page-menu-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0px 5px 30px 5px;
	text-align: center;
}
.page-menu-inner ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.page-menu-inner ul li {
	width: 30.333%;
	margin: 0 1.5%;
}
.page-menu-inner ul li img {
	width: 100%;
}






/* iframeサイズ */

.contentBody iframe {
	width: 100%;
	height: 250px;
}
.contentBody .if-renrakumo iframe {
	height: 130px;
}



#main-image {
	display: none;
}



#sitemap_main {
	display: none;
}



#search_main {
	display: none;
}






#home #breadCrumb {
	display: none;
}
#breadCrumb {
	width: 100%;

	font-size:100%;
	padding: 10px 0;
	margin-bottom: 0px;
}
#breadCrumb .inner {
	width: 100%;
	margin: 0 auto;
	max-width: 1000px;
	padding: 0px 5px;

}


#breadCrumb p {
	margin-left: 0px;
	
}
	
	
.pankuze_list_items a {
    color: #c02757;
}


.scrText {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}



.print_wrp {
	display: none;
	text-align: right;
	padding-top: 8px;
	margin-bottom: -32px;
}



.contentListWrapper{
	padding:0px 10px;	

}
#content-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
    padding: 20px 15px;

}

#content-inner:after {
	content: "";
	display: block;
	clear: both;
}
















article{

}

#main {
	width: 100%;

}
#main2 {
	width: 100%;
}


.contentBody {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear:both;
	min-height:1em;


}

.contentBody img {
	max-width: 100%;
}





.contentListWrapper .pageList {
	width: 100%;
	margin-top: 30px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}


.contentListWrapper .pagelist-item {
	width: 100%;
	margin: 0 0 30px 0;
	padding: 10px;
}
.contentListWrapper .pagelist-item .thumb{
	display: table-cell;
	width: 32%;
}
.contentListWrapper .pagelist-item .thumb img {
	width: 100%;
}
.contentListWrapper .pagelist-item .list-right {
	display: table-cell;
	vertical-align: top;
	width: 68%;
}

.contentListWrapper .pagelist-item .title{
	display: block;
	background-image: url(../images/list-_icon.png);
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size:20px;
	padding:5px 0px 5px 35px;
	font-size: 120%;
}




.contentListWrapper .pagelist-item .title a{
	text-decoration: none;
	display: block;
}
.contentListWrapper .pagelist-item .title a:hover {
	text-decoration: underline;
}
.contentListWrapper .pagelist-item .description {
	padding: 0 5px 5px 35px;
	display: block;
	font-size: 90%;
}
.contentListWrapper .pagelist-item .date {
	display: block;
	text-align: right;
	padding: 0 10px 5px 0;
	font-size: 90%;
	color: #000;
}















.contentListWrapper .pagination,
.contentBodyWrapper .pagination {
	margin-top: 10px;
	text-align:center;
}
.contentListWrapper .pagination a,
.contentBodyWrapper .pagination a {
		background-color : #1f3289;
		color:#fff;
		text-decoration:none;
	text-align: center;
	border-radius: 100px;		/* CSS3草案 */
	-webkit-border-radius: 100px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 100px;	/* Firefox用 */
	    padding: 1px 7px;
}



	
	
	


/*サービスページ*/

.content_service h2.service {
}
	
.content_service h2.service {
	border-bottom: solid 3px #b8cde2;
    position: relative;
	margin: 40px 12px;
    font-size: 140%;
    padding-bottom: 10px;
}

.content_service h2.service:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #c02757;
  bottom: -3px;
  width: 20%;
}
	
	

.content_service .pageList {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
	
.content_service .pageList .pagelist-item {
    width: 48%;
    margin: 0 1% 16px;
    border-left: 6px solid #c02757;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}
	
.content_service .pageList .pagelist-item .title {
	    font-size: 100%;
    font-weight: normal;

}
.content_service .pageList .pagelist-item .title a {
	display: block;
	text-align: left;
	text-decoration: none;
	padding: 8px;
	color: #000;
}
.content_service .pageList .pagelist-item .title a:hover {
	color: #ccc;
}

.content_service .pageList .pagelist-item .thumb {
	display: block;
}
.content_service .pageList .pagelist-item .thumb img {
	width: 100%;
}


/*　検索一覧ページ
*********************************************/

.contentBodyWrapper .search-area ul li {
	margin-bottom: 10px;
}

.contentBodyWrapper .search-area ul li .thumb,
.contentBodyWrapper .search-area ul li .description,
.contentBodyWrapper .search-area ul li .date {
	display: none;
}
	



/*コンテンツページ関係終わり
================================================== */


/*サイトマップ初め
================================================== */

.sitemap {
	margin-left: 0px;

}

.depth1 li {
	padding-top: 0px;

}
.depth2 li {
	padding-top: 0px;
}






@media screen and (max-width: 768px) {
	
.header-inner-r {
    font-size: 90%;
}
	
.top1-inner {
    padding: 60px 25px;
}
	
.top1-r {
    font-size: 100%;
}
	
.top3-inner {
    padding: 70px 30px;
}
	
.top3-title img {
    width: 70%;
}
	
.top4-inner {
    padding: 60px 30px;
}
	
.cat-img-con {
	font-size: 180%;
    padding: 0 55px;
    line-height: 140%;
	letter-spacing: 4px;
	top: 37%;
}
	
.top-category_otetuduki .cat-img-con {
	top: 30%;
	

}
	
.footer1-inner {
}

.footer2-inner {
    padding: 50px 40px;
}
	
.footer2-r {
    padding-top: 0px;
	font-size: 80%;
}

}
	
	
@media screen and (max-width: 767px) {
	
.yoyaku_kasou {
		display: none;
	}
	
.top0-copy {
	position: absolute;
            top: 90px;
            right: 30px;
            width: 45%;
}
	
.top0-yoyaku{
	position: absolute;
            bottom: 30px;
            left: 30px;
            width: 40%;
	}
	
.top0-menu {
    padding: 40px 0 5px 0;
}
	
	
.info-list {
    display: none;
}
	
.info-list-sp {
	text-align: center;
    /* padding-top: 1%; */
    padding-bottom: 2%;
}
	
.info-list-sp img{
    width: 100px!important;
}	
	
.df2 {
    text-align: center;
    padding-top: 40px;
    border-top: 1px dotted #c02757;
    margin-top: 40px;
}
	
.df {
    text-align: center;
    margin-top: 20px;
}	
.top1-l img {
    width: 120px;
}
	
.top1-inner {
    padding: 60px 15px 30px 15px;
}
	
.news-list li {
    margin-bottom: 20px;
}
	
.news-list li .date {
    color: #1f3289;
}
	
.top2-inner ul li {
    border-bottom: 1px dotted #c02757;
}
	
.top2-title img {
    max-width: 330px;
}
	
.top3 {
    background-position: right top;
}
	
.top3-title img {
    width: 100%;
}
	
.top3-inner {
	max-width: 500px;
    padding: 40px 20px;
}
	
.top3-r h3 {
    margin-bottom: 20px;
    font-size: 120%;
    color: #1f3289;
    text-align: center;
	display: none;
}
	
.top3-l h3 {
    margin-bottom: 20px;
    font-size: 160%;
    color: #1f3289;
    text-align: center;
    font-family: 'Shippori Mincho', serif;

}
	
.top3-com1 {
	margin-top: 20px;
    text-align: center;
}
	
.top3-com2 {
    text-align: center;
}
	
#content {
    padding-top: 0px;
}
	
#content-inner {
    padding: 10px 20px 20px 20px;
	border-bottom: #c02757 1px dotted;
}
	
.cat-img-con {
    position: absolute;
    width: 100%;
    top: 60%;
    line-height: 130%;
    text-align: center;
    font-size: 160%;
    font-weight: bold;
    letter-spacing: 3px;
    color: #1f3289;
	padding: 0px 15px;
    font-family: 'Shippori Mincho', serif;
}
	
.top-category_otetuduki .cat-img-con {
    top: 52%;
	padding: 0 25px;
}
	
.footer2-l img {
    width: 240px;
    margin-bottom: 20px;
}
	
.footer2-r {
    padding-top: 0px;
	font-size: 100%;
}
	
.footer2-inner {
    padding: 25px 5px 50px 5px;
}
	
.footer1-inner ul li {
    font-size: 90%;
    padding-bottom: 6px;
    margin: 0 2% 15px 2%;
    border-bottom: 1px solid #1f3289;
}
	
.top-category_voice .contentBody {
	font-size: 125%;
	}
	


	
.top-category_voice .contentBody img{
	border: solid 1px #e6e6e6;
	    margin-left: 30px;
	}
	

}
	
	



}



@media screen and (max-width: 1020px) {
	
	
.top-category_first-tk .cat-img-con,
.top-category_huninchiryou .cat-img-con,
.top-category_otetuduki .cat-img-con{
    font-size: 195%;
    letter-spacing: 2px;
}
	
}


	
@media screen and (max-width: 550px) {
	
.top-category_conception .cat-img-con {
    font-size: 180%;
    letter-spacing: 0px;
}
	
.top-category_huninchiryou .cat-img-con{
    top: 58%;
    font-size: 150%;
    letter-spacing: 0px;
}
	
	
.top-category_first-tk .cat-img-con,
.top-category_otetuduki .cat-img-con{
    top: 52%;
    font-size: 150%;
    letter-spacing: 0px;
}
	
}



@media screen and (max-width: 500px) {
.top-category_voice .contentBody img {
    max-width: 150px;
	margin-bottom: 20px;
	margin-left: 20px;
}
	}
	
	
@media screen and (max-width: 480px) {
	
.cat-img img {
	width: 100%;
	vertical-align: bottom;
    height: 140px;
    object-fit: cover;
}
	
.cat-img-con {
    top: 55%;
    font-size: 200%;
	}

	
.top-category_voice .contentBody .alignRight {
    padding: 0 105px;
}
	}

/* スマホサイト終わり
==================================================
==================================================
==================================================
================================================== */



.SnapWidget{
	width: 100%;

}

.SnapWidget-inner {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 60px 5px;
}
.SnapWidget-inner h2 {
	text-align: center;
	margin-bottom: 25px;
}
.SnapWidget-inner h2 img {
	width: 200px;
}

.SnapWidget-inner iframe {
	width: 100%;
	height: 400px;
}
.SnapWidget-inner iframe img {
	width: 25%;
}



@media print {
body {
	width: 1300px;
	transform: scale(0.8);
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform-origin: 0 0;
}
#scrollTop {
	display: none;
}
}




@media screen and (max-width: 480px) {
	
.SnapWidget-inner h2 img {
    width: 100px;
}
	
.SnapWidget-inner {
    padding: 30px 5px;
}



}



@media screen and (max-width: 800px) {
	
	
    .top2-inner {
        padding: 20px 15px 5px 15px;
    }
	
	
	
    .top2-inner ul {
        width: 100%;
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: center;
    }
	
    .top2-inner ul li {
        width: 48.333%;
        padding: 50px 4%;
        text-align: center;
        border-right: none;
    }
	
        .top2-inner ul li {
            border-bottom: none;
        }
	
	
.top2-title {
        margin-bottom: 15px;
    }
	
    .top2-title a {
        display: inline-block;
        padding: 15px;
        color: #fff;
        font-size: 150%;
        background-color: #1f3288;
        text-decoration: none;
        font-family: 'Shippori Mincho', serif;
        width: 170px;
    }
	
	}



@media screen and (max-width: 767px) {
    .top3-l,.top3-r {
        padding: 20px 60px;
    }
}




@media screen and (max-width: 500px) {
.top0-copy {
            position: absolute;
            top: 80px;
            right: 20px;
            width: 55%;
        }
	
.top0-yoyaku {
            position: absolute;
            bottom: 20px;
            left: 20px;
            width: 48%;
        }
	
}


@media screen and (max-width: 530px) {

    .top2-title a {
        padding: 10px;
        font-size: 140%;
        width: 130px;
    }
}


@media screen and (max-width: 490px) {
    .top3-l,.top3-r {
        padding: 20px;
    }
}


@media screen and (max-width: 420px) {

.top2-inner ul li {
        padding: 30px 4%;
    }
}

