﻿@charset "UTF-8";

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html{
	font-size: 10px;
}

body{
	margin: 0;
	padding: 0;
    color: #333333;
	font-family: -apple-system, BlinkMacSystemFont, YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, Arial, "Helvetica Neue", sans-serif;
	font-size: 1.6rem;
	box-sizing: border-box;
}

img{
border: 0;
}

a:link, a:visited {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #ff88aa;
}
em{
	font-style: normal;
}
.main p{line-height: 1.75;}
/** pager */

.pager{
	clear:both;
margin: 10px auto;
display: block;
text-align: center;
}
.pager a,.pager span{
	font-size: 1.4rem;
	display: inline-block;
	padding: 0 1px;
	margin:0 2px 0;
	min-width: 2em;
	height: 2em;
	line-height: 2em;
	background: #eee;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
}
.pager a{
	color: #ff88aa;
}
.pager span{
		color: #bbb;

}

.pager span.now,.pager a:hover{
	background: #ff88aa !important;
	color: #fff !important;
}
.pager.text{
	position: relative;
	height: 2em;
}

.pager.text a{
	position: absolute;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width:33rem;
	margin: auto;
	padding:0 10px;
}
.pager.text a.r{
	right: 0;
}
.pager.text a.c{
	right: 0;	left: 0;
	width: 6em;
}
.pager.text a.l{
	left: 0;
}
a.blue_link {
	position: relative;
	font-size: 1.4rem;
	display: inline-block;
	background: #0263B4;
	color: #fff;
	margin-right: 20px;
	height: 28px;
	line-height: 28px;
	padding: 0 5px;
	margin-bottom: 8px;
}

a.blue_link::after{
	content: "";
	width: 0;
	height: 0;
	right: -28px;
	position: absolute;
	border: 14px transparent solid;
	border-left: 14px #0263B4 solid;
}
.fade {  
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}  
.radius{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.shadow{
	-moz-box-shadow:0 0 5px #999;
	-webkit-box-shadow:0 0 5px #999;
	-o-box-shadow:0 0 5px #999;
	-ms-box-shadow:0 0 5px #999;
	box-shadow:0 0 5px #999;
}
.category_icon{
	padding: .1em 0;
	margin: 0 15px 0 0;
    border-radius: 5em;
    display: inline-block;
    width: 6em;
    font-size: 1.3rem;
    text-align: center;
    color: #fff;
    background: #e98e3f;
}
.dot{
	background: url("../img/dot_bg.gif")
}

.single_col{}
.single_col h1.catch{
	text-align: center;
	font-size: 2.2rem;
	color: #ff88aa;
	position: relative;
	padding: 20px 0 30px;
	margin: 0 auto 35px;
	letter-spacing: 0.1rem;
}
.single_col h1.catch::after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 10px;
	text-align: center;
	background: url("../img/dot_bg.gif");
	bottom: 0;
	border-bottom:  1px solid #ccc;

}
.single_col h1.catch span{
	display: block;
	font-size: 1.6rem;
	color: #727272;
}


.single_col h3 a{
	color: #ff88aa;
}


.single_col .main .inner h1{
	font-size: 2.4rem;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
	color: #ff88aa;
	border-bottom:  2px solid #ccc;
}
.single_col .main .inner h1::after{
	content: "";
	display: block;
	position: absolute;
	width:40%;
	height: 2px;
	text-align: center;
	background: #ff88aa;
	bottom: -2px;
}

h2{
	font-size: 2rem;
	margin: 0;
	padding: 0;
	position: relative;
	color: #ff88aa;
}
.inner.content h2.top-border{
		text-align: center;
		color: #727172;
		font-size: 2rem;
		padding: 1rem 0;
	margin: 20px 0;
	}
h2.top-border{
		border-top: 3px solid #ff88aa;
}
.single_col .contents_box .sub .category_link{
	margin: 0 0 10px;
}
.single_col .contents_box .sub .category_link h2{
		background: #ff88aa;
	color: #fff;
	font-size: 1.7rem;
	text-align: left;
	border-radius: 8px 8px 0 0;
	padding: 1em;
	margin: 0;
}
.single_col .contents_box .sub .category_link ul{
	margin: 0;
	padding: 1em;
	background: #f2f2f2;
	list-style-type: none;
	font-size: 1.5rem;
}
.single_col .contents_box .sub .category_link li{
	margin: .6em 0;
}
.single_col .contents_box .sub .category_link li a.slct{
	color: #ff88aa;
}
.single_col .contents_box .sub .category_link ul li ul{
	margin:  .5em 0 1em 0;
	padding: 1em;
	background: #fff;
	list-style-type: none;
}
.single_col .contents_box .sub .sub_link{
}
.single_col .contents_box .sub .sub_link p{
	text-align: center;
}
.single_col .contents_box .sub .sub_link a{
	display: inline-block;
}
.single_col .contents_box .sub .sub_link img{
	display: block;
	margin: auto;
	max-width: 100%;
}
.news dd.link a{
    font-size: 1.4rem;
    display: inline-block;
    padding: 0.2em 1em;
    text-decoration: none;
    background: #f7f7f7;
    border-left: solid 6px #ff88aa;
    color: #ff88aa;
    font-weight: normal;
    margin: 0 5px 5px 0;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}

.page_link a{
text-align: center;
    padding: 3px 1.3em;
    min-width: 270px;
	max-width: 100%;
    border-radius: 5em;
    border: 1px solid #ff88aa;
    color: #ff88aa;
    display: inline-block;
    position: relative;
}
.page_link a:hover{
	color: #fff;
	background:#ff88aa; 
}
.page_link a::after{
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-weight: 900;
	line-height: 1;

	position: absolute;
	margin: auto;
	right: 10px;
	top: 0;
	bottom: 0;
	height: 1em;
}

.page_link a i.l{
	position: absolute;
	margin: auto;
	left: 10px;
	top: 0;
	bottom: 0;
	height: 1em;
}




.scroll table{
	width:0;
	min-width: 100%;
}
.scroll{
	overflow: auto;
}
.scroll::-webkit-scrollbar{
 height: 5px;
}
.scroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
.flex{
	display: flex;
	flex-direction:column-reverse;
}
.flex dl{
	
}
.flex dt{
	font-weight: bold;
	
}
.flex dd{
	margin: 0;
}
.flex .img {
	width: 100%;
}
.flex .img img{
	max-width: 100%;
	display: block;
	margin: auto;
}
.img{
	margin-bottom: 20px;
	display: block;
}

.img img{
	width: auto;
	max-width: 100%;
}
.clock {
	position: relative;
	display: block;
	vertical-align: middle;
	width: 10em;
	height: 10em;
	box-sizing: content-box;
	background: url("/img/clock/base.svg");
	background-size: contain;margin: auto;
}
.clock .minute, .clock .hour {
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	background-size: contain;
}
.clock .minute {
	background-image: url("/img/clock/minute.svg");
}

.clock .hour {
	background-image: url("/img/clock/hour.svg");
}

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #ffd7e6;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
	border-radius: 50px;

  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffd7e6;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: #333;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.fade {  
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}  
.radius{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.radius-8{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}
.shadow{
	-moz-box-shadow:0 0 5px #ddd;
	-webkit-box-shadow:0 0 5px #ddd;
	-o-box-shadow:0 0 5px #ddd;
	-ms-box-shadow:0 0 5px #ddd;
	box-shadow:0 0 5px #ddd;
}
