@charset "utf-8";

/*clearfix*/
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

/* reset */
#contents div,#contents dl,#contents dt,#contents dd,#contents h1,#contents h2,#contents h3,#contents h4,#contents h5,#contents h6,#contents pre,#contents code,#contents form,#contents fieldset,#contents legend,#contents input,#contents textarea,#contents p,#contents blockquote,#contents th,#contents td {
	margin: 0;
	padding:0;
}

#contents *, #contents *:before, #contents *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.csg #contents {
	background: #fff;
	padding-bottom: 80px;
  	color: #333;
	font-size: 100%;
	font-family:  "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.4 !important;
}

img {
   vertical-align: bottom;
}


.csg #contents .flL { float: left; }
.csg #contents .flR { float: right; }
.csg #contents .taR { text-align:right; }


@media screen and (min-width: 640px){
	.pc { display: block !important; }
	.phone { display: none !important; }
	.sp { display: none !important; }
}
@media screen and (max-width: 639px){
	.phone { display: block !important; }
	.sp { display: block !important; }
	.pc { display: none !important; }
}


/************* headerまわり調整 *************/
#header {
	width: 100% !important;
	height: auto !important;
	background: #0099ff;
}
#header.pc table {
	width: 980px;
	margin: 0 auto;
}

@media screen and (min-width: 640px){
	.pankuzu {
		width: 980px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 639px){
	#header {
		/* height: 55px !important; */
	}
	#slidemenu_list h3 {
		height: auto !important;
	}
	.pankuzu a {
		display: inline-block;
	}
}

/************* footerまわり調整 *************/
.pc.t_footer {
	width: 980px;
	margin: 0 auto;
}


/************* pagetop *************/
.pagetop {
  display: none;
  position: fixed;
	background: none !important;
}
.pagetop a {
	position: relative;
	display: block;
  border-radius: 50%;
  border: 3px solid #7fccff;
  width: 46px;
  height: 46px;
	color: #7fccff !important;
  font-size: 1.875rem !important;
  line-height: 1;
}
.pagetop a i {
	position: absolute;
  top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media screen and (min-width: 640px){
	.pagetop {
		bottom: 100px;
	  left: 50%;
		transform: translateX(436px);
	}
}
@media screen and (max-width: 639px){
	.pagetop {
	  bottom: 80px;
		right: 20px;
	}
}

/************* contents *************/
#contents {
	width: 100%;
	min-width: 980px;
	margin: 0 auto;
}
#contents .main {
	width: 980px;
	margin: 0 auto;
}

@media screen and (max-width: 639px){
	#contents {
		min-width: auto;
	}
	#contents .main {
		width: calc(100% - 20px);
		margin: 0 10px;
	}
}

/************* head_logo_area *************/
#contents .head_logo_area {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: #dcdcdc;
	margin-top: 30px;
	min-height: 70px;
}
#contents .head_logo_area .head_logo_area_img {
	width: 30%;
}
	#contents .head_logo_area .head_logo_area_img img {
		width: 100%;
		height: auto;
	}
#contents .head_logo_area .head_logo_area_tit {
	width: 100%;
	padding-left: 20px;
	color: #2582c5;
	font-size: 1.95rem;
	font-weight: bold;
}

@media screen and (max-width: 639px){
	#contents .head_logo_area .head_logo_area_img {
		width: 100%;
	}
	#contents .head_logo_area .head_logo_area_tit {
		width: 100%;
		padding: 10px;
		font-size: 1.3rem;
	}
}

/************* idx_main_area *************/
#contents .idx_main_area {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 20px;
}
#contents .idx_main_area .idx_main_area_img {
	width: 45%;
	text-align: right;
}
	#contents .idx_main_area .idx_main_area_img img {
		width: 100%;
		height: auto;
	}
#contents .idx_main_area .idx_main_area_txt {
	width: 55%;
}
#contents .idx_main_area .idx_main_area_txt p {
	margin-left: 30px;
	font-size: 1.125rem;
	line-height: 1.8;
}

@media screen and (max-width: 639px){
	#contents .idx_main_area .idx_main_area_img {
		width: 100%;
		margin: 0 auto;
	}
	#contents .idx_main_area .idx_main_area_txt {
		width: 100%;
		margin: 20px auto 0;
	}
	#contents .idx_main_area .idx_main_area_txt p {
		margin: 0;
	}
}

/************* sec 共通 *************/
#contents .sec {
	margin-top: 80px;
}
.p-bold {
	font-weight: bold;
}

@media screen and (max-width: 639px){
	#contents .sec {
		margin-top: 60px;
	}
}

/************* idx_idx_detail_area *************/
#contents .idx_detail_area {
	width: 100%;
}
#contents .idx_detail_area p {
	font-size: 1.0em;
	margin-bottom: 10px;
	line-height: 1.8;
}
#contents .idx_detail_area .idx_detail_tit {
	margin: 0 0 20px !important;
	color: #0099ff;
	font-size: 1.574rem;
}
#contents .idx_detail_area .idx_detail_subtit {
	margin: 20px 0 20px !important;
	color: #215E99;
	font-size: 1.474rem;
}
#contents .idx_detail_area .idx_detail_subtit a {
	color: #215E99;
    text-decoration: underline;
}
#contents .idx_detail_area ul {
    list-style: disc;
    list-style-position: inside;
    line-height: 1.8;
}
#contents .idx_detail_area dl {
	font-weight: bold;
	line-height: 1.8;
}
#contents .idx_detail_area dt {
	color: #4C94D8;
}

@media screen and (max-width: 639px){
	#contents .idx_detail_area .idx_detail_tit {
		font-size: 1.374rem;
	}
	#contents .idx_detail_area .idx_detail_subtit {
		font-size: 1.23rem;
	}
	#contents .idx_detail_area ul {
		font-size: 1.125rem;
	}
	#contents .idx_detail_area dl {
		font-size: 0.943rem;
	}
	#contents .idx_detail_area p {
		font-size: 1.125rem;
	}
}

/************* contact_area *************/
#contents .contact_area {
	border-top: 2px solid #2582c5;
	/* background-color: #a8c2d4; */
	margin-top: 60px;
	padding-top: 40px;
}
#contents .contact_area .contact_area_block {
	border-radius: 6px;
	border: 1px solid #2582c5;
	background-color: #fff;
	max-width: 680px;
	width: 100%;
	margin: 0 auto;
	padding: 30px;
	text-align: center;
}
#contents .contact_area .contact_area_block .contact_area_tit {
	margin-bottom: 20px;
	color: #c52525;
	font-size: 1.25rem;
	font-weight: bold;
}
#contents .contact_area .contact_area_block p {
	margin: 10px 0;
	font-size: 0.875rem; /* 16px */
}
#contents .contact_area .contact_area_block p a {
	display:inline-block;
	color: #09f;
}
#contents .contact_area .contact_area_block .contact_area_mail span {
	padding-right: 10px;
	color: #09f;
}
@media screen and (max-width: 639px){
	#contents .contact_area .contact_area_block {
		width: calc(100% - 20px);
		margin: 0 10px;
		padding: 20px;
	}
}

/*汎用class ↓↓*/
/* 動画
----------------------------------------------------------*/
.movie {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.movie iframe {
  width: 100%;
  height: 100%;
}

/* flex
----------------------------------------------------------*/
/* flex　2列・3列以外の幅の指定はhtml側で各アイテムに「w-45-md w-45-sm w-100-xs」などを入れて設定 */
.box_block_row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

/* copyright
----------------------------------------------------------*/
.cap-copyright {
    font-size: 0.8vw;
    margin-top: 0.5%;
}
@media screen and (max-width: 639px) {
	.cap-copyright {
    	font-size: 2.9vw;
    }
}


/* ----- text-align ----- */
.ta-l { text-align: left !important; }
.ta-c { text-align: center !important; }
.ta-r { text-align: right !important; }
.ta-j { text-align: justify !important; }
@media print, screen and (max-width: 414px) {
    .ta-l-xs { text-align: left !important; }
    .ta-c-xs { text-align: center !important; }
    .ta-r-xs { text-align: right !important; }
    .ta-j-xs { text-align: justify !important; }
}
@media print, screen and (min-width: 415px) and (max-width: 639px) {
    .ta-l-sm { text-align: left !important; }
    .ta-c-sm { text-align: center !important; }
    .ta-r-sm { text-align: right !important; }
    .ta-j-sm { text-align: justify !important; }
}
@media print, screen and (min-width: 640px) {
    .ta-l-md { text-align: left !important; }
    .ta-c-md { text-align: center !important; }
    .ta-r-md { text-align: right !important; }
    .ta-j-md { text-align: justify !important; }
}
/* マージン
--------------------------------------------------------- */
.m-0 { margin: 0 !important; }
.m-auto{ margin: auto !important; }
.m-t-50 { margin-top: -50px !important; }
.m-t-45 { margin-top: -45px !important; }
.m-t-40 { margin-top: -40px !important; }
.m-t-35 { margin-top: -35px !important; }
.m-t-30 { margin-top: -30px !important; }
.m-t-25 { margin-top: -25px !important; }
.m-t-20 { margin-top: -20px !important; }
.m-t-15 { margin-top: -15px !important; }
.m-t-10 { margin-top: -10px !important; }
.m-t-5 { margin-top: -5px !important; }
.m-t0 { margin-top: 0 !important; }
.m-t5 { margin-top: 5px !important; }
.m-t10 { margin-top: 10px !important; }
.m-t15 { margin-top: 15px !important; }
.m-t20 { margin-top: 20px !important; }
.m-t25 { margin-top: 25px !important; }
.m-t30 { margin-top: 30px !important; }
.m-t35 { margin-top: 35px !important; }
.m-t40 { margin-top: 40px !important; }
.m-t45 { margin-top: 45px !important; }
.m-t50 { margin-top: 50px !important; }
.m-t55 { margin-top: 55px !important; }
.m-t60 { margin-top: 60px !important; }
.m-t65 { margin-top: 65px !important; }
.m-t70 { margin-top: 70px !important; }
.m-t75 { margin-top: 75px !important; }
.m-t80 { margin-top: 80px !important; }
.m-t85 { margin-top: 85px !important; }
.m-t90 { margin-top: 90px !important; }
.m-t95 { margin-top: 95px !important; }
.m-t100 { margin-top: 100px !important; }
.m-r-50 { margin-right: -50px !important; }
.m-r-45 { margin-right: -45px !important; }
.m-r-40 { margin-right: -40px !important; }
.m-r-35 { margin-right: -35px !important; }
.m-r-30 { margin-right: -30px !important; }
.m-r-25 { margin-right: -25px !important; }
.m-r-20 { margin-right: -20px !important; }
.m-r-15 { margin-right: -15px !important; }
.m-r-10 { margin-right: -10px !important; }
.m-r-5 { margin-right: -5px !important; }
.m-r0 { margin-right: 0 !important; }
.m-r5 { margin-right: 5px !important; }
.m-r10 { margin-right: 10px !important; }
.m-r15 { margin-right: 15px !important; }
.m-r20 { margin-right: 20px !important; }
.m-r25 { margin-right: 25px !important; }
.m-r30 { margin-right: 30px !important; }
.m-r35 { margin-right: 35px !important; }
.m-r40 { margin-right: 40px !important; }
.m-r45 { margin-right: 45px !important; }
.m-r50 { margin-right: 50px !important; }
.m-r55 { margin-right: 55px !important; }
.m-r60 { margin-right: 60px !important; }
.m-r65 { margin-right: 65px !important; }
.m-r70 { margin-right: 70px !important; }
.m-r75 { margin-right: 75px !important; }
.m-r80 { margin-right: 80px !important; }
.m-r85 { margin-right: 85px !important; }
.m-r90 { margin-right: 90px !important; }
.m-r95 { margin-right: 95px !important; }
.m-r100 { margin-right: 100px !important; }
.m-b-50 { margin-bottom: -50px !important; }
.m-b-45 { margin-bottom: -45px !important; }
.m-b-40 { margin-bottom: -40px !important; }
.m-b-35 { margin-bottom: -35px !important; }
.m-b-30 { margin-bottom: -30px !important; }
.m-b-25 { margin-bottom: -25px !important; }
.m-b-20 { margin-bottom: -20px !important; }
.m-b-15 { margin-bottom: -15px !important; }
.m-b-10 { margin-bottom: -10px !important; }
.m-b-5 { margin-bottom: -5px !important; }
.m-b0 { margin-bottom: 0 !important; }
.m-b5 { margin-bottom: 5px !important; }
.m-b10 { margin-bottom: 10px !important; }
.m-b15 { margin-bottom: 15px !important; }
.m-b20 { margin-bottom: 20px !important; }
.m-b25 { margin-bottom: 25px !important; }
.m-b30 { margin-bottom: 30px !important; }
.m-b35 { margin-bottom: 35px !important; }
.m-b40 { margin-bottom: 40px !important; }
.m-b45 { margin-bottom: 45px !important; }
.m-b50 { margin-bottom: 50px !important; }
.m-b55 { margin-bottom: 55px !important; }
.m-b60 { margin-bottom: 60px !important; }
.m-b65 { margin-bottom: 65px !important; }
.m-b70 { margin-bottom: 70px !important; }
.m-b75 { margin-bottom: 75px !important; }
.m-b80 { margin-bottom: 80px !important; }
.m-b85 { margin-bottom: 85px !important; }
.m-b90 { margin-bottom: 90px !important; }
.m-b95 { margin-bottom: 95px !important; }
.m-b100 { margin-bottom: 100px !important; }
.m-l-50 { margin-left: -50px !important; }
.m-l-45 { margin-left: -45px !important; }
.m-l-40 { margin-left: -40px !important; }
.m-l-35 { margin-left: -35px !important; }
.m-l-30 { margin-left: -30px !important; }
.m-l-25 { margin-left: -25px !important; }
.m-l-20 { margin-left: -20px !important; }
.m-l-15 { margin-left: -15px !important; }
.m-l-10 { margin-left: -10px !important; }
.m-l-5 { margin-left: -5px !important; }
.m-l0 { margin-left: 0 !important; }
.m-l5 { margin-left: 5px !important; }
.m-l10 { margin-left: 10px !important; }
.m-l15 { margin-left: 15px !important; }
.m-l20 { margin-left: 20px !important; }
.m-l25 { margin-left: 25px !important; }
.m-l30 { margin-left: 30px !important; }
.m-l35 { margin-left: 35px !important; }
.m-l40 { margin-left: 40px !important; }
.m-l45 { margin-left: 45px !important; }
.m-l50 { margin-left: 50px !important; }
.m-l55 { margin-left: 55px !important; }
.m-l60 { margin-left: 60px !important; }
.m-l65 { margin-left: 65px !important; }
.m-l70 { margin-left: 70px !important; }
.m-l75 { margin-left: 75px !important; }
.m-l80 { margin-left: 80px !important; }
.m-l85 { margin-left: 85px !important; }
.m-l90 { margin-left: 90px !important; }
.m-l95 { margin-left: 95px !important; }
.m-l100 { margin-left: 100px !important; }
@media print, screen and (max-width: 414px) {
    .m-0-xs { margin: 0 !important; }
    .m-t-50-xs { margin-top: -50px !important; }
    .m-t-45-xs { margin-top: -45px !important; }
    .m-t-40-xs { margin-top: -40px !important; }
    .m-t-35-xs { margin-top: -35px !important; }
    .m-t-30-xs { margin-top: -30px !important; }
    .m-t-25-xs { margin-top: -25px !important; }
    .m-t-20-xs { margin-top: -20px !important; }
    .m-t-15-xs { margin-top: -15px !important; }
    .m-t-10-xs { margin-top: -10px !important; }
    .m-t-5 { margin-top: -5px !important; }
    .m-t0-xs { margin-top: 0 !important; }
    .m-t5-xs { margin-top: 5px !important; }
    .m-t10-xs { margin-top: 10px !important; }
    .m-t15-xs { margin-top: 15px !important; }
    .m-t20-xs { margin-top: 20px !important; }
    .m-t25-xs { margin-top: 25px !important; }
    .m-t30-xs { margin-top: 30px !important; }
    .m-t35-xs { margin-top: 35px !important; }
    .m-t40-xs { margin-top: 40px !important; }
    .m-t45-xs { margin-top: 45px !important; }
    .m-t50-xs { margin-top: 50px !important; }
    .m-t55-xs { margin-top: 55px !important; }
    .m-t60-xs { margin-top: 60px !important; }
    .m-t65-xs { margin-top: 65px !important; }
    .m-t70-xs { margin-top: 70px !important; }
    .m-t75-xs { margin-top: 75px !important; }
    .m-t80-xs { margin-top: 80px !important; }
    .m-t85-xs { margin-top: 85px !important; }
    .m-t90-xs { margin-top: 90px !important; }
    .m-t95-xs { margin-top: 95px !important; }
    .m-t100-xs { margin-top: 100px !important; }
    .m-r-50-xs { margin-right: -50px !important; }
    .m-r-45-xs { margin-right: -45px !important; }
    .m-r-40-xs { margin-right: -40px !important; }
    .m-r-35-xs { margin-right: -35px !important; }
    .m-r-30-xs { margin-right: -30px !important; }
    .m-r-25-xs { margin-right: -25px !important; }
    .m-r-20-xs { margin-right: -20px !important; }
    .m-r-15-xs { margin-right: -15px !important; }
    .m-r-10-xs { margin-right: -10px !important; }
    .m-r-5-xs { margin-right: -5px !important; }
    .m-r0-xs { margin-right: 0 !important; }
    .m-r5-xs { margin-right: 5px !important; }
    .m-r10-xs { margin-right: 10px !important; }
    .m-r15-xs { margin-right: 15px !important; }
    .m-r20-xs { margin-right: 20px !important; }
    .m-r25-xs { margin-right: 25px !important; }
    .m-r30-xs { margin-right: 30px !important; }
    .m-r35-xs { margin-right: 35px !important; }
    .m-r40-xs { margin-right: 40px !important; }
    .m-r45-xs { margin-right: 45px !important; }
    .m-r50-xs { margin-right: 50px !important; }
    .m-r55-xs { margin-right: 55px !important; }
    .m-r60-xs { margin-right: 60px !important; }
    .m-r65-xs { margin-right: 65px !important; }
    .m-r70-xs { margin-right: 70px !important; }
    .m-r75-xs { margin-right: 75px !important; }
    .m-r80-xs { margin-right: 80px !important; }
    .m-r85-xs { margin-right: 85px !important; }
    .m-r90-xs { margin-right: 90px !important; }
    .m-r95-xs { margin-right: 95px !important; }
    .m-r100-xs { margin-right: 100px !important; }
    .m-b-50-xs { margin-bottom: -50px !important; }
    .m-b-45-xs { margin-bottom: -45px !important; }
    .m-b-40-xs { margin-bottom: -40px !important; }
    .m-b-35-xs { margin-bottom: -35px !important; }
    .m-b-30-xs { margin-bottom: -30px !important; }
    .m-b-25-xs { margin-bottom: -25px !important; }
    .m-b-20-xs { margin-bottom: -20px !important; }
    .m-b-15-xs { margin-bottom: -15px !important; }
    .m-b-10-xs { margin-bottom: -10px !important; }
    .m-b-5-xs { margin-bottom: -5px !important; }
    .m-b0-xs { margin-bottom: 0 !important; }
    .m-b5-xs { margin-bottom: 5px !important; }
    .m-b10-xs { margin-bottom: 10px !important; }
    .m-b15-xs { margin-bottom: 15px !important; }
    .m-b20-xs { margin-bottom: 20px !important; }
    .m-b25-xs { margin-bottom: 25px !important; }
    .m-b30-xs { margin-bottom: 30px !important; }
    .m-b35-xs { margin-bottom: 35px !important; }
    .m-b40-xs { margin-bottom: 40px !important; }
    .m-b45-xs { margin-bottom: 45px !important; }
    .m-b50-xs { margin-bottom: 50px !important; }
    .m-b55-xs { margin-bottom: 55px !important; }
    .m-b60-xs { margin-bottom: 60px !important; }
    .m-b65-xs { margin-bottom: 65px !important; }
    .m-b70-xs { margin-bottom: 70px !important; }
    .m-b75-xs { margin-bottom: 75px !important; }
    .m-b80-xs { margin-bottom: 80px !important; }
    .m-b85-xs { margin-bottom: 85px !important; }
    .m-b90-xs { margin-bottom: 90px !important; }
    .m-b95-xs { margin-bottom: 95px !important; }
    .m-b100-xs { margin-bottom: 100px !important; }
    .m-l-50-xs { margin-left: -50px !important; }
    .m-l-45-xs { margin-left: -45px !important; }
    .m-l-40-xs { margin-left: -40px !important; }
    .m-l-35-xs { margin-left: -35px !important; }
    .m-l-30-xs { margin-left: -30px !important; }
    .m-l-25-xs { margin-left: -25px !important; }
    .m-l-20-xs { margin-left: -20px !important; }
    .m-l-15-xs { margin-left: -15px !important; }
    .m-l-10-xs { margin-left: -10px !important; }
    .m-l-5-xs { margin-left: -5px !important; }
    .m-l0-xs { margin-left: 0 !important; }
    .m-l5-xs { margin-left: 5px !important; }
    .m-l10-xs { margin-left: 10px !important; }
    .m-l15-xs { margin-left: 15px !important; }
    .m-l20-xs { margin-left: 20px !important; }
    .m-l25-xs { margin-left: 25px !important; }
    .m-l30-xs { margin-left: 30px !important; }
    .m-l35-xs { margin-left: 35px !important; }
    .m-l40-xs { margin-left: 40px !important; }
    .m-l45-xs { margin-left: 45px !important; }
    .m-l50-xs { margin-left: 50px !important; }
    .m-l55-xs { margin-left: 55px !important; }
    .m-l60-xs { margin-left: 60px !important; }
    .m-l65-xs { margin-left: 65px !important; }
    .m-l70-xs { margin-left: 70px !important; }
    .m-l75-xs { margin-left: 75px !important; }
    .m-l80-xs { margin-left: 80px !important; }
    .m-l85-xs { margin-left: 85px !important; }
    .m-l90-xs { margin-left: 90px !important; }
    .m-l95-xs { margin-left: 95px !important; }
    .m-l100-xs { margin-left: 100px !important; }
}
@media print, screen and (min-width: 415px) and (max-width: 639px) {
    .m-0-sm { margin: 0 !important; }
    .m-t-50-sm { margin-top: -50px !important; }
    .m-t-45-sm { margin-top: -45px !important; }
    .m-t-40-sm { margin-top: -40px !important; }
    .m-t-35-sm { margin-top: -35px !important; }
    .m-t-30-sm { margin-top: -30px !important; }
    .m-t-25-sm { margin-top: -25px !important; }
    .m-t-20-sm { margin-top: -20px !important; }
    .m-t-15-sm { margin-top: -15px !important; }
    .m-t-10-sm { margin-top: -10px !important; }
    .m-t-5-sm { margin-top: -5px !important; }
    .m-t0-sm { margin-top: 0 !important; }
    .m-t5-sm { margin-top: 5px !important; }
    .m-t10-sm { margin-top: 10px !important; }
    .m-t15-sm { margin-top: 15px !important; }
    .m-t20-sm { margin-top: 20px !important; }
    .m-t25-sm { margin-top: 25px !important; }
    .m-t30-sm { margin-top: 30px !important; }
    .m-t35-sm { margin-top: 35px !important; }
    .m-t40-sm { margin-top: 40px !important; }
    .m-t45-sm { margin-top: 45px !important; }
    .m-t50-sm { margin-top: 50px !important; }
    .m-t55-sm { margin-top: 55px !important; }
    .m-t60-sm { margin-top: 60px !important; }
    .m-t65-sm { margin-top: 65px !important; }
    .m-t70-sm { margin-top: 70px !important; }
    .m-t75-sm { margin-top: 75px !important; }
    .m-t80-sm { margin-top: 80px !important; }
    .m-t85-sm { margin-top: 85px !important; }
    .m-t90-sm { margin-top: 90px !important; }
    .m-t95-sm { margin-top: 95px !important; }
    .m-t100-sm { margin-top: 100px !important; }
    .m-r-50-sm { margin-right: -50px !important; }
    .m-r-45-sm { margin-right: -45px !important; }
    .m-r-40-sm { margin-right: -40px !important; }
    .m-r-35-sm { margin-right: -35px !important; }
    .m-r-30-sm { margin-right: -30px !important; }
    .m-r-25-sm { margin-right: -25px !important; }
    .m-r-20-sm { margin-right: -20px !important; }
    .m-r-15-sm { margin-right: -15px !important; }
    .m-r-10-sm { margin-right: -10px !important; }
    .m-r-5-sm { margin-right: -5px !important; }
    .m-r0-sm { margin-right: 0 !important; }
    .m-r5-sm { margin-right: 5px !important; }
    .m-r10-sm { margin-right: 10px !important; }
    .m-r15-sm { margin-right: 15px !important; }
    .m-r20-sm { margin-right: 20px !important; }
    .m-r25-sm { margin-right: 25px !important; }
    .m-r30-sm { margin-right: 30px !important; }
    .m-r35-sm { margin-right: 35px !important; }
    .m-r40-sm { margin-right: 40px !important; }
    .m-r45-sm { margin-right: 45px !important; }
    .m-r50-sm { margin-right: 50px !important; }
    .m-r55-sm { margin-right: 55px !important; }
    .m-r60-sm { margin-right: 60px !important; }
    .m-r65-sm { margin-right: 65px !important; }
    .m-r70-sm { margin-right: 70px !important; }
    .m-r75-sm { margin-right: 75px !important; }
    .m-r80-sm { margin-right: 80px !important; }
    .m-r85-sm { margin-right: 85px !important; }
    .m-r90-sm { margin-right: 90px !important; }
    .m-r95-sm { margin-right: 95px !important; }
    .m-r100-sm { margin-right: 100px !important; }
    .m-b-50-sm { margin-bottom: -50px !important; }
    .m-b-45-sm { margin-bottom: -45px !important; }
    .m-b-40-sm { margin-bottom: -40px !important; }
    .m-b-35-sm { margin-bottom: -35px !important; }
    .m-b-30-sm { margin-bottom: -30px !important; }
    .m-b-25-sm { margin-bottom: -25px !important; }
    .m-b-20-sm { margin-bottom: -20px !important; }
    .m-b-15-sm { margin-bottom: -15px !important; }
    .m-b-10-sm { margin-bottom: -10px !important; }
    .m-b-5-sm { margin-bottom: -5px !important; }
    .m-b0-sm { margin-bottom: 0 !important; }
    .m-b5-sm { margin-bottom: 5px !important; }
    .m-b10-sm { margin-bottom: 10px !important; }
    .m-b15-sm { margin-bottom: 15px !important; }
    .m-b20-sm { margin-bottom: 20px !important; }
    .m-b25-sm { margin-bottom: 25px !important; }
    .m-b30-sm { margin-bottom: 30px !important; }
    .m-b35-sm { margin-bottom: 35px !important; }
    .m-b40-sm { margin-bottom: 40px !important; }
    .m-b45-sm { margin-bottom: 45px !important; }
    .m-b50-sm { margin-bottom: 50px !important; }
    .m-b55-sm { margin-bottom: 55px !important; }
    .m-b60-sm { margin-bottom: 60px !important; }
    .m-b65-sm { margin-bottom: 65px !important; }
    .m-b70-sm { margin-bottom: 70px !important; }
    .m-b75-sm { margin-bottom: 75px !important; }
    .m-b80-sm { margin-bottom: 80px !important; }
    .m-b85-sm { margin-bottom: 85px !important; }
    .m-b90-sm { margin-bottom: 90px !important; }
    .m-b95-sm { margin-bottom: 95px !important; }
    .m-b100-sm { margin-bottom: 100px !important; }
    .m-l-50-sm { margin-left: -50px !important; }
    .m-l-45-sm { margin-left: -45px !important; }
    .m-l-40-sm { margin-left: -40px !important; }
    .m-l-35-sm { margin-left: -35px !important; }
    .m-l-30-sm { margin-left: -30px !important; }
    .m-l-25-sm { margin-left: -25px !important; }
    .m-l-20-sm { margin-left: -20px !important; }
    .m-l-15-sm { margin-left: -15px !important; }
    .m-l-10-sm { margin-left: -10px !important; }
    .m-l-5-sm { margin-left: -5px !important; }
    .m-l0-sm { margin-left: 0 !important; }
    .m-l5-sm { margin-left: 5px !important; }
    .m-l10-sm { margin-left: 10px !important; }
    .m-l15-sm { margin-left: 15px !important; }
    .m-l20-sm { margin-left: 20px !important; }
    .m-l25-sm { margin-left: 25px !important; }
    .m-l30-sm { margin-left: 30px !important; }
    .m-l35-sm { margin-left: 35px !important; }
    .m-l40-sm { margin-left: 40px !important; }
    .m-l45-sm { margin-left: 45px !important; }
    .m-l50-sm { margin-left: 50px !important; }
    .m-l55-sm { margin-left: 55px !important; }
    .m-l60-sm { margin-left: 60px !important; }
    .m-l65-sm { margin-left: 65px !important; }
    .m-l70-sm { margin-left: 70px !important; }
    .m-l75-sm { margin-left: 75px !important; }
    .m-l80-sm { margin-left: 80px !important; }
    .m-l85-sm { margin-left: 85px !important; }
    .m-l90-sm { margin-left: 90px !important; }
    .m-l95-sm { margin-left: 95px !important; }
    .m-l100-sm { margin-left: 100px !important; }
}
@media print, screen and (min-width: 640px) {
    .m-0-md { margin: 0 !important; }
    .m-t-50-md { margin-top: -50px !important; }
    .m-t-45-md { margin-top: -45px !important; }
    .m-t-40-md { margin-top: -40px !important; }
    .m-t-35-md { margin-top: -35px !important; }
    .m-t-30-md { margin-top: -30px !important; }
    .m-t-25-md { margin-top: -25px !important; }
    .m-t-20-md { margin-top: -20px !important; }
    .m-t-15-md { margin-top: -15px !important; }
    .m-t-10-md { margin-top: -10px !important; }
    .m-t-5-md { margin-top: -5px !important; }
    .m-t0-md { margin-top: 0 !important; }
    .m-t5-md { margin-top: 5px !important; }
    .m-t10-md { margin-top: 10px !important; }
    .m-t15-md { margin-top: 15px !important; }
    .m-t20-md { margin-top: 20px !important; }
    .m-t25-md { margin-top: 25px !important; }
    .m-t30-md { margin-top: 30px !important; }
    .m-t35-md { margin-top: 35px !important; }
    .m-t40-md { margin-top: 40px !important; }
    .m-t45-md { margin-top: 45px !important; }
    .m-t50-md { margin-top: 50px !important; }
    .m-t55-md { margin-top: 55px !important; }
    .m-t60-md { margin-top: 60px !important; }
    .m-t65-md { margin-top: 65px !important; }
    .m-t70-md { margin-top: 70px !important; }
    .m-t75-md { margin-top: 75px !important; }
    .m-t80-md { margin-top: 80px !important; }
    .m-t85-md { margin-top: 85px !important; }
    .m-t90-md { margin-top: 90px !important; }
    .m-t95-md { margin-top: 95px !important; }
    .m-t100-md { margin-top: 100px !important; }
    .m-r-50-md { margin-right: -50px !important; }
    .m-r-45-md { margin-right: -45px !important; }
    .m-r-40-md { margin-right: -40px !important; }
    .m-r-35-md { margin-right: -35px !important; }
    .m-r-30-md { margin-right: -30px !important; }
    .m-r-25-md { margin-right: -25px !important; }
    .m-r-20-md { margin-right: -20px !important; }
    .m-r-15-md { margin-right: -15px !important; }
    .m-r-10-md { margin-right: -10px !important; }
    .m-r-5-md { margin-right: -5px !important; }
    .m-r0-md { margin-right: 0 !important; }
    .m-r5-md { margin-right: 5px !important; }
    .m-r10-md { margin-right: 10px !important; }
    .m-r15-md { margin-right: 15px !important; }
    .m-r20-md { margin-right: 20px !important; }
    .m-r25-md { margin-right: 25px !important; }
    .m-r30-md { margin-right: 30px !important; }
    .m-r35-md { margin-right: 35px !important; }
    .m-r40-md { margin-right: 40px !important; }
    .m-r45-md { margin-right: 45px !important; }
    .m-r50-md { margin-right: 50px !important; }
    .m-r55-md { margin-right: 55px !important; }
    .m-r60-md { margin-right: 60px !important; }
    .m-r65-md { margin-right: 65px !important; }
    .m-r70-md { margin-right: 70px !important; }
    .m-r75-md { margin-right: 75px !important; }
    .m-r80-md { margin-right: 80px !important; }
    .m-r85-md { margin-right: 85px !important; }
    .m-r90-md { margin-right: 90px !important; }
    .m-r95-md { margin-right: 95px !important; }
    .m-r100-md { margin-right: 100px !important; }
    .m-b-50-md { margin-bottom: -50px !important; }
    .m-b-45-md { margin-bottom: -45px !important; }
    .m-b-40-md { margin-bottom: -40px !important; }
    .m-b-35-md { margin-bottom: -35px !important; }
    .m-b-30-md { margin-bottom: -30px !important; }
    .m-b-25-md { margin-bottom: -25px !important; }
    .m-b-20-md { margin-bottom: -20px !important; }
    .m-b-15-md { margin-bottom: -15px !important; }
    .m-b-10-md { margin-bottom: -10px !important; }
    .m-b-5-md { margin-bottom: -5px !important; }
    .m-b0-md { margin-bottom: 0 !important; }
    .m-b5-md { margin-bottom: 5px !important; }
    .m-b10-md { margin-bottom: 10px !important; }
    .m-b15-md { margin-bottom: 15px !important; }
    .m-b20-md { margin-bottom: 20px !important; }
    .m-b25-md { margin-bottom: 25px !important; }
    .m-b30-md { margin-bottom: 30px !important; }
    .m-b35-md { margin-bottom: 35px !important; }
    .m-b40-md { margin-bottom: 40px !important; }
    .m-b45-md { margin-bottom: 45px !important; }
    .m-b50-md { margin-bottom: 50px !important; }
    .m-b55-md { margin-bottom: 55px !important; }
    .m-b60-md { margin-bottom: 60px !important; }
    .m-b65-md { margin-bottom: 65px !important; }
    .m-b70-md { margin-bottom: 70px !important; }
    .m-b75-md { margin-bottom: 75px !important; }
    .m-b80-md { margin-bottom: 80px !important; }
    .m-b85-md { margin-bottom: 85px !important; }
    .m-b90-md { margin-bottom: 90px !important; }
    .m-b95-md { margin-bottom: 95px !important; }
    .m-b100-md { margin-bottom: 100px !important; }
    .m-l-50-md { margin-left: -50px !important; }
    .m-l-45-md { margin-left: -45px !important; }
    .m-l-40-md { margin-left: -40px !important; }
    .m-l-35-md { margin-left: -35px !important; }
    .m-l-30-md { margin-left: -30px !important; }
    .m-l-25-md { margin-left: -25px !important; }
    .m-l-20-md { margin-left: -20px !important; }
    .m-l-15-md { margin-left: -15px !important; }
    .m-l-10-md { margin-left: -10px !important; }
    .m-l-5-md { margin-left: -5px !important; }
    .m-l0-md { margin-left: 0 !important; }
    .m-l5-md { margin-left: 5px !important; }
    .m-l10-md { margin-left: 10px !important; }
    .m-l15-md { margin-left: 15px !important; }
    .m-l20-md { margin-left: 20px !important; }
    .m-l25-md { margin-left: 25px !important; }
    .m-l30-md { margin-left: 30px !important; }
    .m-l35-md { margin-left: 35px !important; }
    .m-l40-md { margin-left: 40px !important; }
    .m-l45-md { margin-left: 45px !important; }
    .m-l50-md { margin-left: 50px !important; }
    .m-l55-md { margin-left: 55px !important; }
    .m-l60-md { margin-left: 60px !important; }
    .m-l65-md { margin-left: 65px !important; }
    .m-l70-md { margin-left: 70px !important; }
    .m-l75-md { margin-left: 75px !important; }
    .m-l80-md { margin-left: 80px !important; }
    .m-l85-md { margin-left: 85px !important; }
    .m-l90-md { margin-left: 90px !important; }
    .m-l95-md { margin-left: 95px !important; }
    .m-l100-md { margin-left: 100px !important; }
}
/* 幅・高さ
--------------------------------------------------------- */
.w-0 { width: 0 !important; }
.w-5 { width: 5% !important; }
.w-10 { width: 10% !important; }
.w-15 { width: 15% !important; }
.w-20 { width: 20% !important; }
.w-25 { width: 25% !important; }
.w-30 { width: 30% !important; }
.w-35 { width: 35% !important; }
.w-40 { width: 40% !important; }
.w-45 { width: 45% !important; }
.w-50 { width: 50% !important; }
.w-55 { width: 55% !important; }
.w-60 { width: 60% !important; }
.w-65 { width: 65% !important; }
.w-70 { width: 70% !important; }
.w-75 { width: 75% !important; }
.w-80 { width: 80% !important; }
.w-85 { width: 85% !important; }
.w-90 { width: 90% !important; }
.w-95 { width: 95% !important; }
.w-100 { width: 100% !important; }
@media print, screen and (max-width: 414px) {
    .w-0-xs { width: 0 !important; }
    .w-5-xs { width: 5% !important; }
    .w-10-xs { width: 10% !important; }
    .w-15-xs { width: 15% !important; }
    .w-20-xs { width: 20% !important; }
    .w-25-xs { width: 25% !important; }
    .w-30-xs { width: 30% !important; }
    .w-35-xs { width: 35% !important; }
    .w-40-xs { width: 40% !important; }
    .w-45-xs { width: 45% !important; }
    .w-50-xs { width: 50% !important; }
    .w-55-xs { width: 55% !important; }
    .w-60-xs { width: 60% !important; }
    .w-65-xs { width: 65% !important; }
    .w-70-xs { width: 70% !important; }
    .w-75-xs { width: 75% !important; }
    .w-80-xs { width: 80% !important; }
    .w-85-xs { width: 85% !important; }
    .w-90-xs { width: 90% !important; }
    .w-95-xs { width: 95% !important; }
    .w-100-xs { width: 100% !important; }
}
@media print, screen and (min-width: 415px) and (max-width: 639px) {
    .w-0-sm { width: 0 !important; }
    .w-5-sm { width: 5% !important; }
    .w-10-sm { width: 10% !important; }
    .w-15-sm { width: 15% !important; }
    .w-20-sm { width: 20% !important; }
    .w-25-sm { width: 25% !important; }
    .w-30-sm { width: 30% !important; }
    .w-35-sm { width: 35% !important; }
    .w-40-sm { width: 40% !important; }
    .w-45-sm { width: 45% !important; }
    .w-50-sm { width: 50% !important; }
    .w-55-sm { width: 55% !important; }
    .w-60-sm { width: 60% !important; }
    .w-65-sm { width: 65% !important; }
    .w-70-sm { width: 70% !important; }
    .w-75-sm { width: 75% !important; }
    .w-80-sm { width: 80% !important; }
    .w-85-sm { width: 85% !important; }
    .w-90-sm { width: 90% !important; }
    .w-95-sm { width: 95% !important; }
    .w-100-sm { width: 100% !important; }
}
@media print, screen and (min-width: 640px) {
    .w-0-md { width: 0 !important; }
    .w-5-md { width: 5% !important; }
    .w-10-md { width: 10% !important; }
    .w-15-md { width: 15% !important; }
    .w-20-md { width: 20% !important; }
    .w-25-md { width: 25% !important; }
    .w-30-md { width: 30% !important; }
    .w-35-md { width: 35% !important; }
    .w-40-md { width: 40% !important; }
    .w-45-md { width: 45% !important; }
    .w-50-md { width: 50% !important; }
    .w-55-md { width: 55% !important; }
    .w-60-md { width: 60% !important; }
    .w-65-md { width: 65% !important; }
    .w-70-md { width: 70% !important; }
    .w-75-md { width: 75% !important; }
    .w-80-md { width: 80% !important; }
    .w-85-md { width: 85% !important; }
    .w-90-md { width: 90% !important; }
    .w-95-md { width: 95% !important; }
    .w-100-md { width: 100% !important; }
}