@charset "utf-8";

html {
	font-size : 18px;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}
body {
	font-family: tbudrgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	color: #444444;
	background: #fffcfa;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
}
main {
	background: #ffffef;
	padding-top: 2em;
	padding-bottom: 2.5em;
}
.container {
	width: 1200px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.container_w {
	width: 92%;
	text-align: left;
	margin-left: 4%;
	margin-right: 4%;
}
.left-box {
	float: left;
}
.right-box {
	float: right;
}
.inner {
	padding: 1em;
}


h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
h1{
	font-size: 35px;
	font-weight: 800;
	color: #5d62ab;
}
h5{
	font-size: 15px;
	font-weight: 900;
	color: #fcdc14;
	padding: 1em 0;
}
ul{
	list-style-type: none;
}
ol{
	list-style-type: decimal;
}
.danraku {
	text-indent : -1em;
	padding-left : 1em;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
}
img {
	/* Responsive images (ensure images don't scale beyond their parents) */
	max-width: 100%;
	/* Part 1: Set a maxium relative to the parent */
	width: auto\9;
	/* IE7-8 need help adjusting responsive images */
	height: auto;
	/* Part 2: Scale the height according to the width, otherwise you get stretching */
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
img.minifeature {
	display: none;
}
/* ▼表示領域が1000px以上の場合 */
@media screen and (min-width: 1000px) {
   img.minifeature { display: none; }  /* miniを非表示 */
   img.bigfeature  { display: block; } /* bigを表示 */
}
/* ▼表示領域が1000px未満の場合 */
@media screen and (max-width: 999px) {
   img.minifeature { display: block; } /* miniを表示 */
   img.bigfeature  { display: none; }  /* bigを非表示 */
}

p {
	line-height: 140%;
}
.t_many {
	font-size: 84%;
}
.red {
	color: #e50012;
}
.blue {
	color: #4637cc;
}
.green {
	color: #69c232;
}
.yellow {
	color: #dcb81e;
}
.mint {
	color: #50c1c3;
}
.pcenter_waku {
	margin: 0 auto;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}
.pcenter_waku p {
	display: inline-block;
	text-align: left;
	font-size: 80%;
}

table {
	border-collapse:collapse;
	border-spacing: 0;
	font-size: 1em;
}
/* ▼表示領域が1024px以上の場合 */
@media screen and (min-width : 1024px) {
    table{ font-size : 16px;} 
}

.back_canvas {
	background-image:url(../img/bg.jpg);
	padding-bottom: 2em;
}
.back_yellow {
	background: #fcdc14;
	padding: 3em 0;
}
.stripe_beige {
	background: repeating-linear-gradient(-45deg,#fdf0f5 0,#fdf0f5 7px,#fff 7px,#fff 14px);
}

.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;  
}  
.fade:hover {  
    opacity: 0.7;  
    filter: alpha(opacity=70);  
}



/*リンク
---------------------------------------------------------------------------*/
a {
	color: #444444;
	text-decoration: none;
	transition: color 0.5s ease, background-color 0.5s ease;
}
a:hover{
	color: #e50012;
	text-decoration: none;
}

a.link02 {
	color: #5d62ab;
	text-decoration: none;
}
a.link02:hover{
	text-decoration: underline;
}

a.link03 {
	color: #f26414;
	text-decoration: underline;
}
a.link03:hover{
	color: #e1500d;
}


/*フッター
---------------------------------------------------------------------------*/
#footer {
	width: 100%;
	background-image: url(../img/back_slide.jpg);
	margin-bottom: 0;
	height: 140px;
}
.footerlogo {
	text-align: center;
	padding: 25px 0;
}
#footer-b {
	clear: both;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 30px;
}
/* ▼表示領域が600px未満の場合 */
@media screen and (max-width: 599px) {
   #footer-r { float:none; text-align:center; }
   #footer-b { font-size: 10px; }
}



/*ページトップへ戻るボタン
---------------------------------------------------------------------------*/

.pagetop {
  position: fixed;
  bottom: 75px;
  right: 25px;
  margin: 0 auto;
  z-index: 200;
}
.pagetop a {
  display: table-cell;
  width: 80px;
  height: 110px;
  behavior: url(PIE.htc);  
}



/*---------------------------------------------------------------------------*/

/* ▼表示領域が1200px未満の場合 */
@media screen and (max-width: 1199px) {
   .container { width: 94%; margin-left:3%; margin-right:3%; }
}

/* ▼表示領域が960px未満の場合 */
@media screen and (max-width: 959px) {
   #contents { width:100%; }
}

/* ▼表示領域が600px未満の場合 */
@media screen and (max-width: 599px) {
   html{ font-size:14px;} 
   h1{ font-size:27px; line-height:1.2; }
   h5{ font-size:11px; }
   .t_many { font-size:22px; }

   .pagetop { right:10px; bottom:15px; }
   .pagetop a { width: 60px; height: auto; }
}

