@charset "utf-8";

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 * 
 * utility
 * 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.ut-m0 {
    margin: 0 !important;
}

.ut-mt0 {
    margin-top: 0 !important;
}

.ut-mb0 {
    margin-bottom: 0 !important;
}

.ut-mt5 {
    margin-top: 0.5rem !important;
}

.ut-mb5 {
    margin-bottom: 0.5rem !important;
}

.ut-ms0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.ut-mt10 {
    margin-top: 1rem !important;
}

.ut-mb10 {
    margin-bottom: 1rem !important;
}

.ut-mt15 {
    margin-top: 1.5rem !important;
}

.ut-mb15 {
    margin-bottom: 1.5rem !important;
}

.ut-mt20 {
    margin-top: 2rem !important;
}

.ut-mb20 {
    margin-bottom: 2rem !important;
}

.ut-mt30 {
    margin-top: 3rem !important;
}

.ut-mb30 {
    margin-bottom: 2rem !important;
}

.ut-mt40 {
    margin-top: 4rem !important;
}

.ut-mb40 {
    margin-bottom: 4rem !important;
}

.ut-mt50 {
    margin-top: 5rem !important;
}

.ut-mb50 {
    margin-bottom: 5rem !important;
}

.ut-mt60 {
    margin-top: 6rem !important;
}

.ut-mb60 {
    margin-bottom: 6rem !important;
}

.ut-mt70 {
    margin-top: 7rem !important;
}

.ut-mb70 {
    margin-bottom: 7rem !important;
}

.ut-mt80 {
    margin-top: 8rem !important;
}

.ut-mb80 {
    margin-bottom: 8rem !important;
}

.ut-mt90 {
    margin-top: 9rem !important;
}

.ut-mb90 {
    margin-bottom: 9rem !important;
}

.ut-mt100 {
    margin-top: 10rem !important;
}

.ut-mb100 {
    margin-bottom: 10rem !important;
}

.ut-mt150 {
    margin-top: 15rem !important;
}

.ut-mb150 {
    margin-bottom: 15rem !important;
}

.ut-mt200 {
    margin-top: 20rem !important;
}

.ut-mb200 {
    margin-bottom: 20rem !important;
}

.ut-mt250 {
    margin-top: 25rem !important;
}

.ut-mb250 {
    margin-bottom: 25rem !important;
}

.ut-mt300 {
    margin-top: 30rem !important;
}

.ut-mb300 {
    margin-bottom: 30rem !important;
}

.ut-ml10 {
	margin-left: 10px !important;
}

.ut-ml20 {
	margin-left: 20px !important;
}

.ut-mr10 {
	margin-right: 10px !important;
}

.ut-mr20 {
	margin-right: 20px !important;
}

.ut-pt0 {
    padding-top: 0px !important;
}

.ut-pb0 {
    padding-bottom: 0px !important;
}

.ut-pt10 {
    padding-top: 10px !important;
}

.ut-pb10 {
    padding-bottom: 10px !important;
}

.ut-pt20 {
    padding-top: 20px !important;
}

.ut-pb20 {
    padding-bottom: 20px !important;
}

.ut-pt30 {
    padding-top: 30px !important;
}

.ut-pb30 {
    padding-bottom: 30px !important;
}

.ut-pt40 {
    padding-top: 40px !important;
}

.ut-pb40 {
    padding-bottom: 40px !important;
}

.ut-pt50 {
    padding-top: 50px !important;
}

.ut-pb50 {
    padding-bottom: 50px !important;
}

.ut-pt60 {
    padding-top: 60px !important;
}

.ut-pb60 {
    padding-bottom: 60px !important;
}

.ut-pt70 {
    padding-top: 70px !important;
}

.ut-pb70 {
    padding-bottom: 70px !important;
}

.ut-pt80 {
    padding-top: 80px !important;
}

.ut-pb80 {
    padding-bottom: 80px !important;
}

.ut-pt90 {
    padding-top: 90px !important;
}

.ut-pb90 {
    padding-bottom: 90px !important;
}

.ut-pt100 {
    padding-top: 100px !important;
}

.ut-pb100 {
    padding-bottom: 100px !important;
}

.ut-ps10 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.ut-ps15 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.ut-ps20 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.ut-ps30 {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.ut-ps40 {
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.ut-ps50 {
	padding-left: 50px !important;
	padding-right: 50px !important;
}

.ut-ps60 {
	padding-left: 60px !important;
	padding-right: 60px !important;
}

.ut-ps70 {
	padding-left: 70px !important;
	padding-right: 70px !important;
}

.ut-ps80 {
	padding-left: 80px !important;
	padding-right: 80px !important;
}

.ut-ps90 {
	padding-left: 90px !important;
	padding-right: 90px !important;
}

.ut-ps100 {
	padding-left: 100px !important;
	padding-right: 100px !important;
}

.ut-pa10 {
	padding: 10px !important;
}

.ut-pa20 {
	padding: 20px !important;
}

.ut-pa30 {
	padding: 30px !important;
}

.ut-pa40 {
	padding: 40px !important;
}

.ut-pa50 {
	padding: 50px !important;
}

.ut-lead {
    font-size: 16px;
	line-height: 1.5;
}

.ut-lead2 {
    font-size: 20px;
	line-height: 1.5;
}

.ut-lead3 {
    font-size: 24px;
	line-height: 1.5;
}

.ut-kinsoku {
    word-break: normal;
    word-wrap: break-word;
}

.ut-strong {
    font-weight: bold;
}

.ut-weaken {
	line-height: 1.5;
    font-size: 12px;
}

.ut-lighter {
	font-weight: lighter;
}

.ut-underline {
	text-decoration: underline;
}

.ut-caution {
    color: #ff557f;
}

.ut-caution-underline {
	border-bottom: 1px solid #454b53;
}

.ut-caution--blue {
    color: #23b7e5;
}

.ut-talign-center {
    text-align: center;
}

.ut-talign-left {
    text-align: left;
}

.ut-talign-right {
    text-align: right;
}

.ut-float-right {
    float: right;
    margin: 0 0 10px 20px;
    text-align: right;
}

.ut-float-left {
    float: left;
    margin: 0 20px 10px 0;
}

.ut-clear-left {
    clear: left;
}

.ut-clear-right {
    clear: right;
}

/*画像下への回り込み解除*/
.ut-no-mawarikomi {
	overflow:auto;
	zoom:1;
}

.ut-bura dl {
    display: inline-block;
}

* html .ut-bura dl {
    height: 1%;
}

.ut-bura dl {
    display: block;
}

.ut-bura dt {
    float: left;
}

.ut-bura dd {
    overflow: hidden;
}

.ut-bura dl:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
}

.ut-img-rouded4 {
    border-radius: 4px !important;
}

.ut-img-rouded10 {
    border-radius: 10px !important;
}

.ut-img-rouded50 {
    border-radius: 50% !important;
}

.ut-link-no-color {
	color: #454b53;
}

.ut-bnone {
	border: none !important;
}

.ut-btnone {
	border-top: none !important;
}

.ut-bbnone {
	border-bottom: none !important;
}

.ut-blnone {
	border-left: none !important;
}

.ut-brnone {
	border-right: none !important;
}

.ut-bsnone {
	border-left: none !important;
	border-right: none !important;
}

.ut-rounded4 {
	border-radius: 4px !important;
}

.ut-rounded6 {
	border-radius: 6px !important;
}

.ut-rounded50 {
    border-radius: 50% !important;
}

.ut-clear-left {
	clear:left !important;
}

.ut-hr {
	clear: both;
	height: 2px;
	margin: 20px auto;
	border: 0 none;
	background: #e3e3e3;
}

.ut-underline {
	text-decoration: underline;
}

.ut-bb {
	padding-bottom: 5px;
	border-bottom: 2px solid #454b53;
}

.ut-marker {
	background: linear-gradient(transparent 60%, #44ffd0 60%);
}

.ut-hover:hover {
	opacity: 0.7;
}

.ut-transition200 {
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.ut-transition300 {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.ut-transition400 {
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
}

.ut-lh18 {
	line-height: 1.8 !important;
}

.ut-green {
	color: #17ff2c;
}

.ut-pink {
	color: #ff2ecf;
}

.ut-opacity70 {
	opacity: 0.7;
}