@charset "utf-8";
img {
	max-width: 100%;
	height: auto;
}
.t_box1 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1em;
}
.t_lbox1 {
}
.t_rbox1 {
}
.t_rbox1 img {
}	
.oz_midashi {
	text-align: center;
	font-size: 2em;
	color: #799ECC;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0.5em;
	line-height: 23px;
}
.oz_txt {
	text-align: center;
	margin: 5px 0 1em;
}
.oz_box {
	display: flex;
	justify-content: center;
	align-items: center;
}
.oz_box1,.oz_box2 {
	width: 250px;
	background: #DCE6F2;
	border-radius: 50%;
	height: 100px;
	margin-right: 1em;
	line-height: 100px;
	font-size: 3em;
	text-align: center;
	font-weight: bold;
	color: #95B3D7;
}
.oz_box3,.oz_box0 {
	width: 25%;
	text-align: center;
}

.oz_box0 {
	width: 15%;
}
.txt_box00 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width:100%;
}
.txt_box1 {
    position: relative;
    background: #FFFFEA;
    box-shadow: 0px 0px 0px 5px #fff0cd;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
	width: 35%;
}
.txt_box1:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.txt_tit {
	font-size: 110%;
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.txt_box2 {
	width: 40%;
	padding: 2em 0 0 1em;
	font-weight: bold;
	line-height:35px;
	font-size: 120%;
	text-align: center;
}
.txt_box1 p {
	line-height: 24px;
	font-weight: 400;
}
.txt_box3 {
	width: 35%;
	margin-top: 1em;
	margin-right: 1em;
	text-decoration: underline;
	font-style: italic;
	font-size: 140%;
}

.txt_box4 {
	width: 40%;
	margin-top: 1em;
	background: #4F81BD;
	color: #FFF;
	border: 4px solid #B9CDE5;
	border-radius: 10px;
	text-align: center;
	line-height: 30px;
	padding-bottom: 5px;
}
/* 以下、スライドショー用 */
/* コンテナー */
.container {
  max-width: 100%;
  margin: 2em auto 0;
  z-index: 9;
}

/* スライダーのwrapper */
.infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
  z-index: 8;
}

/* スライド */
.infinite-slider .swiper-slide {
  height: 320px !important; /* 高さを指定 */
  width: auto !important;
  z-index: 7;
}

/* スライド内の画像 */
.infinite-slider .swiper-slide img {
  width: auto;
  height: 100%;
  z-index: 6;
}
