@charset "utf-8";
/* ===================================================================
 style info : リセット及びフォントサイズ
=================================================================== */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {line-height:1;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {display:block;}
nav ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}
del{text-decoration: line-through;}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	text-align:left;
}
/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {vertical-align:middle;}
main{display:block;}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.breadcrumbBox ul li a {
	text-decoration: underline!important;
}
.ud-line a {
	text-decoration: underline!important;
}
address {font-style: normal;}
/*----------------------------------------------------
	共通
----------------------------------------------------*/

/* スクロールバーの有無によるズレ対策 */
html {
	overflow-y: scroll;
	font-size:62.5%;
}
body {
	color:#595757;
	font-size: 14px;
	font-size: 1.4rem; /* =14px */
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, sans-serif;	
	/*font-family: Arial, Verdana,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
}

/* リンク
----------------------------------------------------*/
a {
	color: #51a2d1;
	text-decoration:underline;
}

a:link {
	text-decoration:underline;
}

a:visited {
}

a:hover {
	text-decoration: none;
}

a:active {
}
.note_green_text {
  color: #03913B;
}
.fw500{font-weight:500;}
ul.list {
  margin: 0 20px;
}
ul.list li {
  display: flex;
  justify-content: space-between;
  margin-bottom:15px;
  align-items: center;
}
.t0 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.t1{
	color:#fff;font-weight:600;font-size:14px;
	background:url(../images/green_box.png) no-repeat;
	display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-size: contain;
  width: 111px;
  height: 44px;
  line-height: 1.2;
}
.t1 span {
  font-size: 16px;
}
.t2 {
  color: #03913B;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 5px;
}
.t2 .arrow{font-size:14px;color:#fff;border:2px solid #000;background:#0078D7;}
.t2 .yen{font-size:20px;}
.t2 .number{font-size:25px;}
.t3{
	color:#000;font-weight:600;font-size:16px;
	background:url(../images/green_box1.png) no-repeat;
	width: 62px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  background-size: cover;
}
ul.list1{margin:15px 0;}
ul.list1 li:not(.spe){
	border:1px solid #97C468;
	background:#F2F7EF;
	padding:15px;
	font-weight:600;
}
li.spe{display: flex;
  justify-content: center;
  align-items: baseline;}
.spbr{display:none;}  
.green_arrow_right{width:23px;margin-right:5px;}
.text_wrap table td {
  line-height: 1.5;
}
@media only screen and (max-width:767px){
	.spbr{display:block;}
	.sppc{display:none;}
	ul.list {
	  margin: 0;
	}
	.t1 {
	  font-size: 12px;
	}
	.t2 {
	  font-size: 14px;
	}
}
@media only screen and (min-width:375px) and (max-width:767px){
	.t0 {
	  gap: 5px;
	  width: calc(100% - 55px);
	}
	 .t1 {
		font-size: 11px;
		width: 85px;
		background-size: cover;
		background-position: top right;
		padding-right: 5px;
	  }
	.t2 {
	  font-size: 14px;
	}
	.t2 .spbr {
	  display: none;
	}
	.t3 {
	  font-size: 14px;
	  width: 55px;
	  height: 40px;
	  background-size: contain;
	}
}
@media only screen and (min-width:375px) and (max-width:400px){
	 .t2 {
		font-size: 12px;
	  }
	  .t2 .number {
	  font-size: 20px;
	}
	.t2 .yen {
	  font-size: 14px;
	}
	.green_arrow_right {
	  width: 15px;
	}
}	
@media only screen and (min-width:700px){
a.hoveropacity:hover{
	/* IE 8 */-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	/* IE 5-7 */filter: alpha(opacity=70);
	/* Netscape */-moz-opacity: 0.7;
	/* Safari 1.x */-khtml-opacity: 0.7;
	/* Good browsers */opacity: 0.7;
}
}

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

	.sideEvents h3 img {
		max-width: 100%;
		height: auto;
		width /***/:auto;　
	}
}
