@charset "utf-8";
/* CSS Document */



a {
outline: none;
text-decoration: none !important;
}




.fs_xxs {
	font-size:10px !important;
}

.fs_xs {
	font-size:12px !important;
}

.fs_s {
	font-size:14px !important;
}

.fs_m {
	font-size:16px !important;
}

.fs_l {
	font-size:18px !important;
}

.fs_xl {
	font-size:20px !important;
}

.fs_xxl {
	font-size:24px !important;
}

.fs_xxxl {
	font-size:26px !important;
}

.c_red {
	color:#ce2029 !important;
}

.c_wred {
	color:#a32222;
}

.c_pink {
	color:#FF6699 !important;
}

.c_orange {
	color:#C35A2C !important;
}

.c_white {
	color:#ffffff;
}

.c_w {
	color:#ffffff !important;
}

.c_blue {
	color:#008ee3 !important;
}

.c_brown {
	color:#a38768 !important;
}

.c_dbrown {
	color:#4C463E !important;
}

.c_db {
	color:#7a5b34;
}

.c_lb {
	color:#c8907a;
}

.c_bn {
	color:#e55627;
}

.c_purple {
	color:#8b4c80;
}

.c_ocher {
	color:#ddb524;
}

.c_lg {
	color:#c2e29b;
}

.c_green {
	color:#94cd50;
}



.bold {
	font-weight:bold !important;	
}

.nml {
	font-weight:normal!important;	
}

.txt_hl {
	border-bottom: 1px dashed #C35A2C;
}

strong {
	font-weight:bold !important;
}

em {
	font-weight:bold !important;
	font-style:normal !important;
	color: #4C463E;
}

a strong {
	font-weight:bold !important;
	color: #c7282c;
}

a em {
	font-weight:bold !important;
	font-style:normal !important;
	color: #c7282c;
}

.nwp {
	white-space: nowrap !important;
}

.txt_fix {
    overflow: hidden !important;
}

hr {
	border: none;
	border-top: dotted 1px #ccc7b1;
	height: 1px;
	margin: 30px 0px 30px 0px;
}

hr.info {
	border: none;
	border-top: dotted 1px #ccc7b1;
	height: 1px;
	margin: 50px 0px 50px 0px;
}

hr.info:last-child {
	border: none;
	border-top: dotted 1px #ccc7b1;
	height: 1px;
	margin: 50px 0px 0px 0px;
}





ul,ol {	
	font-size:16px;
}

li {
	list-style: none;
	font-size:16px;
}


li.disc {
	list-style: disc;
	margin:0.5em 0 0.5em 25px;
}

li.decimal {
	list-style: decimal;
	margin:0.5em 0 0.5em 25px;
}


ul.disc li {
	list-style: disc !important;
	margin:0.5em 0 0.5em 25px !important;
	line-height:1.6 !important;
    font-size:16px !important;
}

ul.disc_2 li {
	list-style: disc;
	margin:0.5em 0 0.5em 25px;
	color: #C35A2C;
}

ul.disc_3 li {
	list-style: disc;
	margin:0.7em 0 0.7em 15px !important;
	font-size:16px;
}

/*ul.disc_2 li {
	list-style: disc;
	margin:0.5em 0 0.5em 25px;
}

ul.disc_3 li {
	list-style: disc;
	margin:1.5em 0 1.5em 25px;
	line-height:1.6;
	font-size: 16px;
}*/


ol.decimal li {
	list-style: decimal !important;
	margin:0.5em 0 0.5em 25px !important;
	line-height:1.6 !important;
	background: none !important;
	padding: 0 !important;
}

/*ol.decimal li {
	list-style: decimal;
	margin:1.5em 0 2em 25px;
}*/

ol.decimal_2 li {
	list-style: decimal;
	margin:0.5em 0 2em 35px;
	line-height:1.6em;
}

/*ol.decimal_2 li {
	list-style: decimal;
	margin:0.5em 0 0.5em 25px;
}*/

ol.decimal_3 li {
	list-style: decimal;
	line-height: 1.6;
	margin:1.5em 0 1.5em 25px;
}

ol.decimal_4 li {
  list-style-type: none;
  counter-increment: number;
  margin:1.5em 0 2em 25px;
  line-height: 1.5;
  text-indent: -1.8em;
  padding-left: 1.8em;
}

ol.decimal_4 li::before{
  content: counter(number) ".";
  font-weight: bold;
  color: #C35A2C;
  margin-right: 10px;
}

ol.decimal_4 li span {
  font-size: 1.1em;
  font-weight: bold;
  color: #C35A2C;
}

ol.decimal_5 li {
	list-style: decimal;
	margin:0.5em 0 0.5em 15px;
	font-size:16px;
}

ol li ul.disc li {
	list-style: disc;
	margin:0.5em 0 0.5em 25px;
	line-height:1.6;
}



ul.nst li {
	list-style: none !important;
	margin:0.5em 0 0.5em 0 !important;
	line-height:1.6 !important;
	background: none !important;
}

ul.nst_2 li {
	list-style: none !important;
	margin:0.25em 0 0.25em 0 !important;
	line-height:1.6 !important;
	background: none !important;
}



ul.std li {
	list-style: none !important;
	margin:0 0 0.5em 0 !important;
}

ul.std li ul.disc {
	list-style: disc;
	margin:0.5em 0 0.5em 30px;
}

ul.std_2 li {
	list-style: none !important;
	/*margin:0 0 0.5em -15px !important;*/
	margin:0 0 0.5em 0 !important;
	font-size:16px;
}



ul.circle {
	margin:0.5em 0 0.7em 0;
}

ul.circle li {
	list-style: circle;
	margin:0.5em 0 0.5em 15px;
}

li.upper-alpha {
	list-style: upper-alpha;
	margin:0.5em 0 0.5em 25px;
}




ul.kome li {
	list-style: none;
	margin:0 0 0.3em 0;
	padding: 0 0 0 20px;
	line-height:1.5;
	position:relative;
}

ul.kome li:before {
	content:"※";
	position:absolute;
	top:0;
	left:0;
}

p.kome {
	margin:0 0 0 0;
	padding: 0 0 0 20px;
	line-height:1.5;
	position:relative;
    font-size:16px !important;
}

p.kome:before {
	content:"※";
	position:absolute;
	top:0;
	left:0;
}



p.kadomaru {
	max-width: 620px;
	background: #f5d7d2;
	text-align: center;
	padding: 22px 0 20px;
	border-radius: 15px;
}

.kadomaru_2 {
	max-width: 620px;
	background: #f5d7d2;
	text-align: center;
	padding: 15px 20px 13px;
	border-radius: 15px;
}





img {
    max-width: 100%;
    height:auto;
	border: 0;
	image-rendering: -webkit-optimize-contrast;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}



figure {
	display: table;
}

figcaption {
	display: table-caption;
	caption-side: bottom;
	line-height: 1.5;
}

figure img {
	display: block;
	margin-bottom: 10px;
}




.youtube{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.youtube iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}




.fll {
	float: left;
}
.flr {
	float: right;
}
.txt_l {
	text-align: left !important;
}
.txt_r {
	text-align: right !important;
}
.txt_c {
	text-align: center !important;
}
.txt_c_2 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.valign_t {
	vertical-align: top !important;
}
.valign_m {
	vertical-align: middle !important;
}
.valign_b {
	vertical-align: bottom !important;
}

.clear { /* clearfixに変更後削除する */
	clear: both;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}




.mb0 {
	margin-bottom: 0px !important;
}
.mb05 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb12 {
	margin-bottom: 12px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}
.mb140 {
	margin-bottom: 140px !important;
}
.mb200 {
	margin-bottom: 200px !important;
}
.mb300 {
	margin-bottom: 300px !important;
}
.mt0 {
	margin-top: 0px !important;
}
.mt05 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt12 {
	margin-top: 12px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.ml0 {
	margin-left: 0px !important;
}
.ml05 {
	margin-left: 5px !important;
}
.ml06 {
	margin-left: 6px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml12 {
	margin-left: 12px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.ml40 {
	margin-left: 40px !important;
}
.ml50 {
	margin-left: 50px !important;
}
.ml60 {
	margin-left: 60px !important;
}
.ml100 {
	margin-left: 100px !important;
}
.mr0 {
	margin-right: 0px !important;
}
.mr05 {
	margin-right: 5px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mr40 {
	margin-right: 40px !important;
}
.mr50 {
	margin-right: 50px !important;
}
.mr60 {
	margin-right: 60px !important;
}
.mr90 {
	margin-right: 90px !important;
}
.mr100 {
	margin-right: 100px !important;
}
.pt0 {
	padding-top: 0px !important;
}
.pt05 {
	padding-top: 5px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pb05 {
	padding-bottom: 5px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb15 {
	padding-bottom: 15px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pl0 {
	padding-left: 0px !important;
}
.pl05 {
	padding-left: 5px !important;
}
.pl10 {
	padding-left: 10px !important;
}
.pl15 {
	padding-left: 15px !important;
}
.pl20 {
	padding-left: 20px !important;
}
.pl30 {
	padding-left: 30px !important;
}
.pl40 {
	padding-left: 40px !important;
}
.pr0 {
	padding-right: 0px !important;
}
.pr05 {
	padding-right: 5px !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pr15 {
	padding-right: 15px !important;
}
.pr20 {
	padding-right: 20px !important;
}
.pr30 {
	padding-right: 30px !important;
}
.pr40 {
	padding-right: 40px !important;
}

