@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Cinzel);

/* ==========================================================================
	Foundation - reset/base...
	========================================================================== */

/* Reset
   ----------------------------------------------------------------- */
html, body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, input, select, textarea,
p, pre, blockquote, span, th, td {
	margin: 0;
	padding: 0;
}
html, body {
	text-align: left;
	height: 100%;
}
body {
	color: #000;
	background-color: #FFF;
	background-image: url(img/main.png);
	background-size: cover;
	background-position: -170px center;
}
body#inmotion_japan {
	background: none;
	background: #fff;
}
img {
	border: 0;
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-size: 100%;
	font-weight: normal;
}
dl, ul, ol {
	text-indent: 0;
}
li {
	list-style: none;
}
 a { outline: none; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea {
    background: #FFF;
    padding: 6px;
    border: 1px solid #CCC;
    font-size: 12px;
    letter-spacing: 0.2em;
    color: #666;
    margin-bottom: 7px;
}
select {
    background: #ffffff;
    padding: 2px;
}
input:focus ,
textarea:focus {
background-color: #f7f8f8;
outline:none;
}

/*   [Link scheme]
	----------------------------------------------------------------- */
a:link, a:visited {	text-decoration: none;}
a:hover, a:active {	text-decoration: underline;}
a:link,
a:visited {	color: #000;}
a:hover,
a:active {
	color: #000;
}
a:hover img{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}

.nonhover a:hover img{
opacity:1.0;
filter:alpha(opacity=100);
-ms-filter: "alpha( opacity=100)";
}

.soon{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
}

/* Base
	----------------------------------------------------------------- */
body{
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-style: normal;
	font-variant: normal;
	font-size: 10.5pt;
	line-height: 1.8em;
	letter-spacing: 0.1em;
    *font-size:12pt;   		letter-spacing: 0.1em;
    *font-size:9.2pt;   		letter-spacing: 0em;
	-webkit-text-size-adjust: 100%;
}
select,input,textarea,button{   font:14px/1.5em Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    *font-size:9.2pt;}
table{font-size:inherit;font:100%}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}
address,th {font-style:normal;font-weight:normal;}
em,strong {font-style:normal;font-weight:bold;}

@-moz-document url-prefix() {
	body{
		font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
		font-style: normal;
		font-variant: normal;
		font-size: 12px;
		line-height: 1.8em;
		letter-spacing: 0.1em;
	}
}

/* ==========================================================================
	Layout - header/main/sidebar/footer...
	========================================================================== */

/* Header
	----------------------------------------------------------------- */

/* Header
 ---------------------------------------------------------------*/
.pattern {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0
}
.arrow{
    margin: 40px auto 0;
    width: 80px;
}
/* BIG VIDEO BACKGROUND
================================================== */
.big-background {
    z-index:550;
    text-align:center;
    height:100%;
    min-height:100%;
    position:relative;
    overflow:hidden
}

.big-background .big-background-container {
    width:100%;
    max-width:100%;
    display:inline-block;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%)
}


h1#logo img{
	display: inline-block;
	text-align: center;
	width: 70%;
	height: auto;
}
.mv_catch{
	font-size: 15px;
	color: #fff;
	line-height: 150%;
	padding-top: 40px;
    text-shadow: 1px 1px 3px #000;
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
}
/*inmotion banner*/
.inmotion_banner{
	position: relative;
	width: 212px;
	height: 150px;
	right:0px;
	margin: 0 auto;
	top: -110px;
	display: block;
}
.inmotion_banner a{
	display: block;
	width: 212px;
	height: 150px;
	margin: 0 auto;
}

/*グローバルナビ開始*/
.nav {
    margin: 0 auto 60px;
    width: 100%;
    background: rgba(0,0,0,.63);
    overflow: hidden;
    box-sizing:border-box;
}
.nav ul{
	width: 100%;
	margin: 0 auto;
	display: block;
}
.nav li {
    list-style: none;
    float: left;
    text-align: center;
    line-height: 50px;
    width: 50%;
}
/* .nav li:last-child{
	width: 100%;
} */
.nav li a {
    text-decoration: none;
    color: #fff;
    box-shadow: 1px 1px;
    display: block;
    font-size: 14px;
    font-family: '小塚ゴシック Pr6N EL', '小塚ゴシック Pro EL', KozGoPr6N-ExtraLight, KozGoPro-ExtraLight,'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3', Arial, Verdana, sans-serif;
}
.nav li a:hover {
    background: #666;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.fixed ul li a{

    background: rgba(0,0,0,.63);
}
.section01{
	background: #fff;
	width: 92.5%;
	margin: 110px auto 140px;
	overflow: hidden;
	display: block;
	clear: both;
	padding: 0 3.75%;
}
.section01_innerL{
	float: left;
	width: 100%;
}
.section_ttl{
	font-size: 27px;
	font-weight: bold;
	color: #333333;
	line-height: 1.2;
}
.section_ttl span{
	display: block;
	padding-top: 30px;
	font-size: 16px;
	line-height: 1.5;
	padding-bottom: 40px;	
}
.section01 .section01_img{
	/*padding-bottom: 190px;*/
}
.section01_innerL img{
	width: 100%;
	height: auto;
}
.section01_innerR{
	float: right;
	width: 100%;
}
.fixed + .section01 {
 margin-top: 0px;
 padding-top: 170px;
}
/* Main
 ---------------------------------------------------------------*/
.wrapper{
	color: #7f8c8d;
    background: #fff;
    padding: 0px 0px;
    z-index: 600;
    position: relative;
}
.section_ttl.product{
	text-align: center;
	margin-bottom: 50px;
}
.section_product{
	width: 92.5%;
	margin: -200px auto 110px;
	padding: 0 3.75%;
}
.section_product ul{
	overflow: hidden;
	display: block;
	width: 100%;
}
.section_product li{
	float: left;
	border-top: 2px solid #333333;
	width: 100%;
	margin-bottom: 40px;
	overflow: hidden;
	display: block;
}
.section_product li:last-child{
	margin-right: 0;
}
.section_product li .pr_img{
	padding-top: 10px;
	margin: 0 auto;
	display: block;
	height: 250px;
	width: auto;
}
.pr_ttl{
	color: #333333;
	font-size: 35px;
	padding:30px 0 30px;
	font-weight: bold;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif!important;
}
.pr_dl{
	display: block;
	overflow: hidden;
}
.pr_dl dt,
.pr_dl dd{
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	padding-bottom: 10px;
	line-height: 150%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif!important;
}
.pr_dl dt{
	font-weight: bold;
	float: left;
	width: 30%;
}
.pr_dl dd{
	float: left;
	width: 70%;
}
.pr_dd span{
	font-size: 11px;
}
.section_result{
	background: url(img/result_bg.png) no-repeat;
	background-size: cover;
	height: 532px;
	margin-top: -140px;
	width: 100%;
}
.section_ttl.result_ttl{
	color: #fff;
	text-shadow:3px 3px 15px #333,-3px -3px 15px #333;
	text-align: center;
	padding: 45px 0;
}
.result{
	width: 100%;
	margin: 0 auto;
	height: 250px;
	overflow: scroll;
}
.result_inner{
    width: 92.5%;
    margin: 0 3.75%;
    overflow: hidden;
    background: rgba(255,255,255,.85);
    padding: 3.75%;
    clear: both;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.result_mv{
	    /*float: left;*/
    width: 100%;
    height: auto;
}
.result_mv img{
	max-width: 100%;
	max-height: 100%;
}
.result_info{
	float: left;
	width: 100%;
	text-align: left;
	overflow: hidden;	
}
.result_info dl{
	display: block;
	overflow: hidden;
}
.result_info dl dt,
.result_info dl dd{
	font-size: 14px;
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif!important;
	font-weight: bold;
}
.result_info dl dd{
	font-size: 20px;
	padding: 5px 0 5px;
}
.result_info .address_txt{
	font-weight: normal;
	font-size: 14px;
}
.result_info .event{
	font-size: 16px;
}

.result_info .event_date{
	font-size: 16px;
	padding: 5px 0 10px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif!important;
	color: #B20000;
}
.result_info a.web_btn{
	border:2px solid #000000;
	padding: 8px 10px;
	font-size: 14px;
	color: #333;
	text-align: center;
	display: inline-block;
}
.result_info a.web_btn:hover{
	background: #000;
	color: #fff;
	transition:.5s;
}
.section_contact{
    background: rgba(50,50,50,1);
    overflow: hidden;
    width: 92.5%;
    padding: 0 3.75%;
    padding-top: 0px;
    margin-top: -80px;
}
.contact_txt{
	text-align: center;
	font-size: 14px;
	line-height: 150%;
	text-shadow: 1px 1px 3px #000;
	font-family: '小塚ゴシック Pr6N EL', '小塚ゴシック Pro EL', KozGoPr6N-ExtraLight, KozGoPro-ExtraLight,'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3', Arial, Verdana, sans-serif;
	color: #fff;
	padding-bottom: 60px;
}
.contact_form{
	display: block;
	width:  100%;
	margin: 0 auto;
	overflow: hidden;
	border:1px solid #fff;
	border-bottom: none;
	box-sizing:border-box;
}
.contact_form dt,
.contact_form dd{
	display: block;
	background: none;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	text-shadow: 1px 1px 3px #000;
	line-height: 40px;
}
.contact_form dt{
	width: 100%!important;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.contact_form dd{
	width: 92.5%;
    padding: 0 3.75%;
}
.contact_form:last-of-type{
	border-bottom: 1px solid #fff;
}
.contact_form dd input[type="text"]{
	background: none;
	border:none;
	margin-top: 7px;
	width: 95%;
	height: 35px;
	color: #fff;
	font-size: 16px;
	padding-left: 10px;
	text-shadow: 1px 1px 3px #000;
}
#comentArea{
	background: none!important;
	border:none;
	width: 95%;
	height: 174px;
	margin: 10px 0;
	color: #fff;
	font-size: 16px;
	padding-left: 10px;
	text-shadow: 1px 1px 3px #000;
}
.contact_form  label{
	margin-right: 15px;
}
.contact_form  label > input{
	margin-right: 5px;
}
.button{
	width: 200px;
	height: 50px;
	margin: 50px auto 40px;
	display: block;
}
.button{
	width: 200px;
	height: 50px;
	line-height: 50px;
	line-height: 1;
	border:1px solid #fff;
	background: none;
	font-size: 16px;
	color: #fff;
}
.button:hover{
	background: rgba(255,255,255,.5);
	color: #333;
	transition:.5s;
}
/* footer
 ---------------------------------------------------------------*/
#footer{
	background: #fff;
	width: 92.5%;
	padding: 0 3.75%;
	overflow: hidden;
}
.finner{
	width: 100%;
	text-align: center;
}
.flogo{
	display: block;
	padding: 10px 0 5px;
}
.flogo a{
	width: 290px;
	height: 54px;
	margin: 0 auto;
	display: block;
}
.copyright{
	font-size: 10px;
	color: #000000;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	padding-bottom: 10px;
	text-align: center;
}

#navi01{
    margin-top:-20px;
    padding-top:160px;
}
#navi02{
    margin-top:-20px;
    padding-top:160px;
}
#navi03{
    margin-top:-10px;
    padding-top:160px;
}
#navi04{
    margin-top:-10px;
    padding-top:160px;
}

/* ==========================================================================
   Object [ component / project / utility ]
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */


/* Project
  ------------------------------------------------------------------- */
/*
*inmotion_japan
**/
#inmotion_japan .nav {
    padding: 0 20px;
    margin: 0 auto 0px;
    width: 100%;
    background: rgba(0,0,0,.63);
}
.hd_area{
	width: 92.5%;
	margin: 0 3.75%;
	overflow: hidden;
	padding-top: 180px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif!important;
}
.ij_logo{
	width: 250px;
	height: 100px;
	display: block;
	margin: 0 auto 30px;
}
.ct_txt{
	color: #202020;
	font-size: 18px;
	list-style: 1.2em;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif!important;
	padding-bottom: 40px;
}
.ct_txt.bt{
	font-size: 16px;
	color: #333333;
	line-height: 140%;
	margin-top: 40px;
}
.ct_txt.tar{
    width: 92.5%;
    margin: 0 3.75% 0px;
    color: #333333;
}
.in_list{
	display: table;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dotted #aaa;
}
.in_list dt,
.in_list dd{
	display: table-cell;
	vertical-align: middle;
	padding: 20px 0;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif!important;
}
.in_list dt{
	font-size: 18px;
	color: #212121;
	width: 100px;
}
.in_list dd{
	font-size: 14px;
	color: #A91F3E;
	padding-left: 10px;
}
.cv{
	width: 100%;
	margin: 40px auto;
	position: relative;
}
.cv img{
	max-width: 100%;
	max-height: 100%;
}
.cv_catch{
	background: #eee;
	padding-bottom: 20px;
	width: 92.5%;
	padding: 3.75%;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	text-align: center;
	text-shadow:2px 2px 3px #fff,-2px -2px 3px #fff;
}
.cv_catch span{
	font-size: 18px;
	font-weight: normal;
	display: block;
	text-shadow:2px 2px 3px #fff,-2px -2px 3px #fff;
	padding-top: 30px;
	line-height: 150%;
}

#top-head {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    height: 150px;
    line-height: 1;
    background: rgba(0,0,0,.63);
}
 
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
 
#top-head .inner {
    margin: 0 auto 0px;
    width: 100%;
 
}
#global-nav{
    margin: 0 auto 60px;
    width: 100%;
    background: rgba(0,0,0,.63);
    overflow: hidden;
    box-sizing:border-box;

}
#global-nav ul {
    width: 100%;
	margin: 0 auto;
	display: block;
}
#global-nav ul li {
    list-style: none;
    float: left;
    text-align: center;
    line-height: 50px;
    width: 50%;
 
}
#global-nav ul li a {
    text-decoration: none;
    color: #fff;
    box-shadow: 1px 1px;
    display: block;
    font-size: 14px;
    font-family: '小塚ゴシック Pr6N EL', '小塚ゴシック Pro EL', KozGoPr6N-ExtraLight, KozGoPro-ExtraLight,'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3', Arial, Verdana, sans-serif;
}
#global-nav ul li:last-child{
	width: 100%;
}
/* transition */
#top-head,
#top-head:after,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
/* Fixed */
#top-head.fixed {
    background: rgba(255,255,255,.7);
}
#top-head.fixed #global-nav ul li a {
    color: #fff;
}
video {
	display: none;
}

.support_ttl.support_ttl{
	text-align: center;
	color: #333333;
	text-align: center;
	margin-bottom: 50px;
}
.section_support{
	margin: 100px 0;
	width: 100%;
	padding: 0px 0 40px;
	margin: 0 auto;
	margin-top: -70px;
	overflow: hidden;
	display: block;
}
.section_txt02{
	font-size: 16px;
	color: #202020;
	padding: 0 3.75%;
	padding-bottom: 30px;
	text-align: center;
}
.support_inner{
	display: block;
	overflow: hidden;
	width: 100%;
}
.support_img{
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.support_inner img{
	display: block;
	width: 100%;
	margin-bottom: 3px;
	height: auto;
	-moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
	box-sizing:border-box;
}
.support_inner img:hover{
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
	transition: .8s;
}
.pr_sc_txt.bottom{
    overflow: hidden;
    width: 92.5%;
    color: #202020;
    padding: 30px 3.75% 0;
}
.pr_sc_txt{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0 40px;
	color: #333;
}
.pr_sc_txt span{
	color: #B20000;
}
/*スマホ対応*/
.pc {
	display: none!important;
}
.sp {
	display: block;
}
/*----------
/* Utility
   ----------------------------------------------------------------- */
/**
 * Font & text
 */
/* フォントサイズ */
.u-text08 { font-size:50%; } /*8px*/
.u-text09 { font-size:68%; } /*9px 以下同様*/
.u-text10 { font-size:77%; }
.u-text11 { font-size:85%; }
.u-text12 { font-size:93%; }
.u-text13 { font-size:100%; }
.u-text14 { font-size:108%; }
.u-text15 { font-size:116%; }
.u-text16 { font-size:123.1%; }
.u-text17 { font-size:131%; }
.u-text18 { font-size:138.5%; }
.u-text19 { font-size:146.5%; }
.u-text20 { font-size:153.9%; }
.u-text21 { font-size:161.6%; }
.u-text22 { font-size:167%; }
.u-text23 { font-size:174%; }
.u-text24 { font-size:182%; }
.u-text25 { font-size:189%; }
.u-text26 { font-size:197%; }

/* フォントカラー */
.u-red { color: #8c0000; }
.u-white { color: #fff; }
.u-yellow { color: #ff0; }
.u-green { color: #00664c; }
.u-gray{ color: #aaaaaa; }
.u-ash { color: #20404f }
.u-orange{ color: #f28762; }
.u-blue { color: #002040; }
.u-black { color: #000 }

/* フォント太さ */
.u-bold { font-weight: bold; }

/* テキスト配置 */
.u-text-left { text-align: left; }
.u-text-right { text-align: right; }
.u-text-center { text-align: center; }

/* 行間 */
.u-lh15 { line-height: 1.5; }
.u-lh20 { line-height: 2; }

/**
 * Margin $ Padding
 */
/* マージン */
.u-mt0 { margin-top: 0px; }
.u-mt10 { margin-top: 10px; }
.u-mt20 { margin-top: 20px; }
.u-mt30 { margin-top: 30px; }
.u-mt40 { margin-top: 40px; }
.u-mt50 { margin-top: 50px; }
.u-mb0 { margin-bottom: 0px; }
.u-mb10 { margin-bottom: 10px; }
.u-mb20 { margin-bottom: 20px; }
.u-mb30 { margin-bottom: 30px; }
.u-mb40 { margin-bottom: 40px; }
.u-mb50 { margin-bottom: 50px; }
.u-mr0 { margin-right: 0px; }
.u-mr10 { margin-right: 10px; }
.u-mr20 { margin-right: 20px; }
.u-mr25 { margin-right: 25px; }
.u-mr30 { margin-right: 30px; }
.u-mr40 { margin-right: 40px; }
.u-mr50 { margin-right: 50px; }
.u-ml0 { margin-left: 0px; }
.u-ml10 { margin-left: 10px; }
.u-ml20 { margin-left: 20px; }
.u-ml25 { margin-left: 25px; }
.u-ml30 { margin-left: 30px; }
.u-ml40 { margin-left: 40px; }
.u-ml50 { margin-left: 50px; }
.u-m0auto { margin: 0 auto; }

/* パディング */
.u-pt10 { padding-top: 10px; }
.u-pt20 { padding-top: 20px; }
.u-pt30 { padding-top: 30px; }
.u-pt40 { padding-top: 40px; }
.u-pt50 { padding-top: 50px; }
.u-pb10 { padding-bottom: 10px; }
.u-pb15 { padding-bottom: 15px; }
.u-pb20 { padding-bottom: 20px; }
.u-pb30 { padding-bottom: 30px; }
.u-pb40 { padding-bottom: 40px; }
.u-pb50 { padding-bottom: 50px; }
.u-pl10 { padding-left: 10px; }
.u-pl20 { padding-left: 20px; }
.u-pl30 { padding-left: 30px; }
.u-pl40 { padding-left: 40px; }
.u-pl50 { padding-left: 50px; }


 /**
 * Float
 */
.u-fll { float: left; }
.u-flr { float: right; }

 /**
 * Others
 */
.u-w100per { width: 100%; }
.u-ofh { overflow: hidden; }
.u-clear { clear: both; }
.u-block { display: block; }
.u-inlineblock { display: inline-block;!important}
.u-bbox { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }












/* 180705 saito 追記
  ------------------------------------------------------------------- */


.wrapper .nav .clearfix li:last-child {
    width: 100%;
}












